::-webkit-scrollbar {

width: 0px;

}
@font-face {
    font-family: Tornado_bold;
    src: url(/fonts/TornadoC-Bold_0.otf);
   }
@font-face {
    font-family: Tornado;
    src: url(/fonts/TornadoC_0.otf);
   }
@font-face {
    font-family: exo2; 
    src: url(/fonts/TornadoUltraBlackC_0.otf);
   }
@font-face {
    font-family: impact; 
    src: url(/fonts/impact.ttf); 
   }

body {
	font-family: Tornado;
	
}
   
h1,h2,h3,h4,h5,h6 {
	margin: 0px;
}

h1 {
	font-family: exo2;
	text-align: center;
}
.slider h1 {
	text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
}
.top_line {
	height: 71px;
}
.menu_fixed 	{
	background: #fff;
}
.menu_fixed .container	{
	padding: 0;
}

.menu_fixed .phones {
	font-family: exo2;
	font-size: 23px;
	color: #169b3b;
	vertical-align: middle;
} 

.menu_fixed .phones a,
.menu_fixed .phones a:visited,
.menu_fixed .phones a:link,
.menu_fixed .phones a:hover,
.menu_fixed .phones a:active {
	color: #169b3b;
	text-decoration: none;
}

.menu_fixed p {
	margin: 0;
	padding: 0;
	text-align: center;
	padding-bottom: 7px;
	padding-top: 7px;
}

.mini_logo {
	background-image: url('../images/logo_s.png');
	background-repeat: no-repeat;
}

.phones p i {
	display: inline-block;
    vertical-align: middle;
    width: 57px;
    height: 57px;
}

.slider {
	height: 300px;
	background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 0;
	background-image: url(../images/fon_100.png);
	text-align: center;
	padding-top:35px;
}

.slider h1 {
	font-size: 32px;
	margin-bottom: 30px;
	color: #fff;
}

.btn {
	display: block;
    margin: 0 auto;
    background-color: #169b3b;
    font-weight: bold;
    font-size: 18px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 50px;
    text-align: center;
    border-radius: 5px;
    border: 0px;
	width: 230px;
}
.btn:hover, .btn:active , .btn:visited {
    background-color: #10702A;
    color: #fff;
}
.main_v {
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #169b3b;
	position: relative;
}

.main_v h1 {
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 23px;
	text-align: center;
	color: #fff;
}

.v_list {
    list-style: none;
    display: block;
    padding: 0px;
    margin: 20px 0;
    background-color: #ffffff;
}

.all_v h1 {
	color: #169b3b;
	padding-top: 50px;
	padding-bottom: 30px;
	font-size: 30px;
}

.v_item	{
	margin: 0px;
}
.item_image{
	margin: 0px;
	padding: 0px;
	text-align: center;
	position: relative;
	overflow: hidden;
}
.item_image img {
	height: 262px;
	
	padding-top: 30px;
	padding-bottom: 0px;
}
.item_text {
	margin: 0px;
	padding: 30px;
	line-height: 1.8;
}
.item_text p{
	text-align: justify;
	margin-bottom: 25px;
}
.item_text h3{
	color: #169b3b;
	margin-bottom: 15px;
}
.all_v_list {
	list-style: none;
    display: block;
    padding: 0 0 30px;
    margin: 0px;
    font-size: 0px;

}
.all_v_item {
	list-style: none;
    margin: 0 0 20px;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    float: none;
}

.item_block {
	
	padding-right: 27px;
    padding-left: 27px;
    min-height: 260px;
	border: 1px solid #cdcdcd;
    position: relative;
    padding: 17px 20px 20px;
}
.item_block h3{
	color: #169b3b;
	margin-top: 20px;
	margin-bottom: 15px;
}
.item_block h4{
	margin-top: 20px;
	margin-bottom: 15px;
}
.zp {
	    color: #169b3b;
		font-size: 24px; 
		margin-top: 25px;
}
.zp span {
	  font-family: 'PT Sans', serif;
	  margin-left: 5px;
	
}
.item_btn {
	
	background-color: #fff700;
    border: 2px solid #f5e700;
    text-transform: uppercase;
    letter-spacing: 1px;
    word-spacing: 2px;
    font-family: "exo2", sans-serif, arial;
    font-size: 16px;
    outline: none;
    white-space: normal;
    padding: 10px 15px;
	text-align: center;
	margin-top: 20px;
	cursor: pointer;
}
.item_btn:hover {
	background-color: #fffa58;
    color: #282828;
}
.map_tsc {
	height: 230px;
	display: none;
}
.block_map{
	margin-bottom: 15px;
}
.block_map a{
	cursor: pointer;
	text-decoration: none;
}
.block_map a:hover{
	text-decoration: none;
}
.tsc_address {
	margin-left: 10px;
	margin-bottom: 0px;
}
.tsc_address i {
	font-size: 12px;
}
footer {
	background-color: #169b3b;
    color: #ffffff;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 20px;
	text-align: center;
}
.footer_phones {
	margin-top: 20px;
}

.footer_phones a,
.footer_phones a:hover,
.footer_phones a:link,
.footer_phones a:active,
.footer_phones a:visited {
	color: #fff;
	text-decoration: none;
}

.modal-dialog {
	width: 90%;
	margin: 10px auto;
}
.modal-content {
	text-align: center;
}
.modal-title{
	font-size: 26px;
}
.form_modal {
	width: 80%;
	margin:0 auto;
}
.modal-body label {
	display: block;
	margin-bottom: 20px;
}
.modal-body input,.modal-body select {
	display: block;
	width: 100%;
	min-height: 44px;
	padding:10px 15px;
	border: 1px solid #e5e5e5;
	border-radius: 4px;
    outline: 0;
}
.modal-body input:hover,.modal-body select:hover {
	border: 1px solid #169b3b;
}
.modal-body label span {
	display: block;
	width: 100%;
	text-align: left;
	font-size: 15px;
	
}
.modal-body label span i{
	color: red;
	vertical-align:super;
	font-size:14px;
}
.note {
	color: red;
}
.modal-footer {
	font-size:20px;
	text-align: center;
}
.modal-footer span{
	font-size:22px;
	color:#169b3b;
}
.grey {
	background-color: #ebebeb;
}
.reviews {
	font-family: Tornado;
	color: #313131;
}
.reviews .list-item {
	margin-bottom: 50px;
}
.reviews .list-item .item {
    width: 100%;
	display: inline-block;
	padding-left: 40px;
    padding-right: 40px;
	vertical-align: top;
	margin-bottom: 50px;
	margin-top: 50px;
}

.reviews .list-item .item .photo {
    width: 100px;
    height: 100px;
    background-size: cover;
    border-radius: 50%;
	display: inline-block;
	vertical-align: top;
}

.reviews .list-item .item .text-block {
    width: calc(100% - 105px);
    padding-left: 35px;
    text-shadow: 0px 0px;
    font-size: 14px;
	display: inline-block;
}

.reviews .list-item .item .text-block .head {
    width: 100%;
	margin-bottom: 0px;
    padding-bottom: 40px;
}

.reviews .list-item .item .text-block .head .name {
    float: left;
    width: 100%;
    font-size: 18px;
    font-weight: 700;
}

.reviews .list-item .item .text-block .head .position {
    float: left;
    width: 100%;
}

.reviews .list-item .item .text-block .text {
    width: 100%;
    font-weight: 100;
    font-size: 14px;
    line-height: 1.6;
	word-spacing: 3px;
}
.reviews .list-item .item .text-block .text .pr{
    font-style: italic;

}
.gallery  {
	padding-top: 50px;
	padding-bottom: 105px;
	text-align: center;
}

.gallery .gallery_item {
	width: 280px;
    height: 280px;
    display: inline-block;
    margin: 20px;
    overflow: hidden;
    margin-top: 0px;
}
.gallery .gallery_item img {
    max-width: 280px;
    min-width: 280px;
    max-height: 280px;
    min-height: 280px;
    object-fit: cover;
	border: 1px solid #d9dcdf;
    border-radius: 1px;
	
}
.gallery .gallery_item img:hover {
	opacity: 0.7;
}
#lightcase-sequenceInfo {
	display: none !important;
}
.text_block {
	text-align: justify;
}