

/* Start:/bitrix/templates/template.main/css/global/global.css?15790694041857*/
﻿/* global.css
 * глобальные стили
 *
 */

* { 
	outline: none; 
}
body, html { 
	height: 100%;
	width: 100%;
	margin: 0; 
	padding: 0;
	border: none;
	background-color: #ffffff;
}
table, td, th { 
	margin: 0; padding: 0;
	border-collapse: collapse;
	font-size: 100%;
}
img { 
	border: none; 
	/*margin: 0; */
	padding: 0; 
}
h1, h2, h3, h4, h5, h6 {
	margin: 0.4em 0;
	padding: 0;
	color: #383631;
	font-family: 'PT Serif', serif;
	font-weight: bold;
}
h1 {
	font-size: 36px;
	margin: 0px 0px 30px 0px;
	line-height: 36px;
}
h2 {
	font-size: 28px;
}
h3 {
	font-size: 24px;
}
h4 {
	font-size: 20px;
}
h5,h6 {
	font-size: 16px;
}
p {
	margin: 0.8em 0;
	padding: 0;
}
.g-clean {
	clear: both;
	font-size:0;
  	overflow: hidden;
}
.g-nobr {
	white-space: nowrap;
}
.g-menu ul, .g-menu li {
	margin: 0;
	padding: 0;
	list-style: none;
}
.g-half-link {
	cursor: pointer;
	text-decoration: none !important;
	color: inherit;
	border-bottom-color: inherit;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}
.g-img-left {
    float: left;
    margin: 0 20px 0 0;
}
.g-img-right {
    float: right;
    margin: 0 0 0 20px;
}
.g-ico {
	background-image: url('/bitrix/templates/template.main/css/global/../../img/ico-map.png');
}
.g-button{
	text-align: center;
	text-transform: uppercase;
	text-decoration: none !important;
	font-family: 'PT Serif', serif;
	color: #ffffff !important;
	border: none;
	border-bottom: 2px solid #2c5d14;
	background: #627e25;
	display: inline-block;
	vertical-align: top;
	border-radius: 4px;
    webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    cursor: pointer;
    padding: 15px 35px 13px 35px;
    font-size: 16px;
    line-height: 16px;
}
.g-button:hover{
	background: #2c5d14;
	border-color: #627e25;
}
@media only screen and (max-width: 765px), only screen and (max-device-width: 765px){
	h1{
		font-size: 24px;
		line-height: 24px;
	}
}
/* End */


/* Start:/bitrix/templates/template.main/css/global/font.css?1579069404281*/
/* font.css
 * глобальные стили шрифта на всем сайте
 *
 */

body {
	color: black;
	font: 15px/1.4 Arial, sans-serif;
}
a, a:visited { 
	color: #627e25;
	text-decoration: underline;
}
a:hover, a:active {
	color: #000;
	text-decoration: underline;
}

/* End */


/* Start:/bitrix/templates/template.main/css/layout/holster.css?15790694053157*/
/* holster.css
 * стили основных блоков сайта, его сетки
 *
 */

.l-page {
	position: relative;
  	height: auto !important;
  	height: 100%;
  	min-height: 100%;
	width: 100%;
	min-width: 320px;
	margin: 0 auto;
}
	.l-page-holder {
		margin: 0 auto;
		padding: 0 0px 220px 0px;
	}
		.l-wrapper {
			width: 100%;
		}
			.l-header {
				height: 70px;
			}
			.l-map{
				overflow: hidden;
				background: url('/bitrix/templates/template.main/css/layout/../../img/map.jpg') 50% 0px no-repeat;
				height: 879px;
    			width: 100%;
			}
			.l-page-content {
				width: 100%;
				float: left;
				overflow: hidden;
			}
			.l-page-nav{
				background: url('/bitrix/templates/template.main/css/layout/../../img/nav-bg.jpg') 50% 0px repeat-x;
			}
				.l-page-content-wrap{
					max-width: 1100px;
					margin: 0 auto;
					margin-top: 40px;
				}
					.l-content {
						margin: 0 0 0 320px;
						overflow: hidden;
					}
                    .l-content.b-personal-data-content {
                        margin: 0;
                    }
					.l-page-left {
						float: left;
						width: 300px;
						overflow: hidden;
					}
					.l-page-left.main{
						width: 300px;
					}
	.l-footer {
		position: absolute;
		bottom: 0; 
		left: 0;
		width: 100%;
		height: 180px;
		background: #f2f0e6;
	}
@media only screen and (max-width: 1100px), only screen and (max-device-width: 1100px){
    .l-page-content-wrap{
        margin: 30px 10px 0px 10px;
    }
}
@media only screen and (max-width: 965px), only screen and (max-device-width: 965px){
    .l-map{
        display: none;
    }
}
@media only screen and (max-width: 895px), only screen and (max-device-width: 895px){
	.l-page-holder{
		padding: 0 0px 225px 0px;
	}
	.l-footer{
        height: 185px;
    }
}
@media only screen and (max-width: 840px), only screen and (max-device-width: 840px){
	.l-page-holder{
		padding: 0 0px 285px 0px;
	}
	.l-footer{
        height: 240px;
    }
}
@media only screen and (max-width: 765px), only screen and (max-device-width: 765px){
	.l-header {
        height: 80px;
        position: relative;
    }
        .l-header:after{
            position: absolute;
            content: "";
            background: url('/bitrix/templates/template.main/css/layout/../../img/m-header-border.png')50% 0px  repeat-x;
            width: 100%;
            height: 53px;
            bottom: -53px;
            left: 0;
            z-index: 1;
        }
}
@media only screen and (max-width: 715px), only screen and (max-device-width:715px){
    .l-page-left{
        float: none;
        width: 100% !important;
    }
    .l-content{
    	margin: 20px 0px 0px 0px;
    }
    h1{
    	display: none;
    }
    .m-title{
	    display: block !important;
	}
		.m-title h1{
			font-size: 24px;
			display: block;
		    line-height: 24px;
		    text-align: center;
		    margin-bottom: 20px !important;
		}
}
@media only screen and (max-width: 575px), only screen and (max-device-width:575px){
    .l-page-holder{
        padding: 0 0px 365px 0px;
    }
    .l-footer{
        height: 325px;
    }
}
@media only screen and (max-width: 400px), only screen and (max-device-width:400px){
    .l-page-holder{
        padding: 0 0px 370px 0px;
    }
    .l-footer{
        height: 330px;
    }
}
/* End */


/* Start:/bitrix/templates/template.main/css/layout/blocks.css?160505778120872*/
/* blocks.css
 * Стили блоков сайта, основной рабочий файл
 *
 */
.b-header{
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
}
    .b-header-logo{
        position: absolute;
        top:0;
        left:0;
        z-index: 99;
    }
    .b-header-right{
        float: right;
        padding-top: 7px;
    }
        .b-header-menu{
            float: left;
        }
            .b-header-menu ul{
                list-style: none;
                margin: 0;
                padding: 0;
            }
                .b-header-menu li{
                    float: left;
                    margin-right: 21px;
                    margin-top: 4px;
                }
                    .b-header-menu a{
                       text-decoration: none;
                       font-size: 15px;
                       font-weight: bold;
                       color: #252525;
                    }
                    .b-header-menu a:hover{
                        color: #627e25;
                    }
                    .b-header-menu a.root-selected{
                        color: #627e25;
                    }
            .b-header-menu_advanced {
                border-bottom: 1px solid #cdcbc0;
                font-size: 14px;
                color: #000;
                padding-bottom: 6px;
            }
                .b-header-menu_advanced a {
                    font-size: 14px;
                }
            .b-header-menu_main {
                padding: 10px 0px;
            }
            .b-header-menu_main li:first-child {
                margin: 0px 0px 0px 0px;
            }
            div#main-slider {
                margin-top: 28px;
            }
            .b-header-menu_main li {
                margin: 0px 19px;
            }
            .b-header-menu_main li:last-child{
                margin: 0px 0px 0px 35px;
            }
        .b-header-menu-m{
            display: none;
        }
        .b-header-phone{
            float: right;
            font-weight: bold;
            font-size: 18px !important;
            line-height: 24px;
            padding-left: 27px;
            background: url('/bitrix/templates/template.main/css/layout/../../img/header-ico-sprites.png') 0px 3px no-repeat;
        }
        .b-header-address {
            float: right;
            font-weight: bold;
            font-size: 14px !important;
            line-height: 24px;
            padding-left: 30px;
            margin-right: 28px;
            background: url('/bitrix/templates/template.main/css/layout/../../img/header-ico-sprites.png') 0px -27px no-repeat;
        }
            .b-header-phone span{
                color: #627e25;
            }
        .b-header-phone-m{
            display: none;
        }
.b-page-nav{
    max-width: 1100px;
    margin: 0 auto;
    background: url('/bitrix/templates/template.main/css/layout/../../img/brds-bg.png') 0px -7px no-repeat;
}
.b-breadcrumb{
    margin-left: 174px;
    font-size: 16px;
    color: #627e25;
    padding-top: 37px;
}
    .b-breadcrumb_separator{
        background: url('/bitrix/templates/template.main/css/layout/../../img/nav-ico.png') 0px 0px no-repeat;
        width: 7px;
        height: 20px;
        display: inline-block;
        vertical-align: top;
        margin: 0px 15px;
    }
    .b-breadcrumb a{
        color: #524a3c !important;
    }
        .b-breadcrumb a:hover{
            color: #627e25 !important;
        }
.m-map-form{
    display: none;
}
.b-map{
    width: 1100px;
    margin: 0 auto;
    height: 879px;
    position: relative;
}
.b-map-link_0{
   background: url('/bitrix/templates/template.main/css/layout/../../img/map-0.png') 0px 0px no-repeat;
   width: 109px;
   height: 38px;
   position: absolute;
   top:59px;
   left:160px;
}
.content-banner-zone {
    position: absolute;
    top: 112px;
    left: 160px;
    width: 400px;
/*    height: 90px;*/
    border: 4px solid #b7914d;
    padding: 5px 10px;
    background: #d8d9be;
    opacity: .9;
}



.b-map-link_1 a{
   background: url('/bitrix/templates/template.main/css/layout/../../img/map-1.png') 0px 0px no-repeat;
   width: 109px;
   height: 79px;
   position: absolute;
   top:90px;
   left:0px;
   border-top: 6px solid #381914;
}
    .b-map-link_1 a:hover{
        border-color: #627e25;
    }

.pre-b-map-2 {
    width: 109px;
    height: 31px;
    position: absolute;
    top: 232px;
    left: 270px;
    padding: 5px 0;
    background: #e1e2c2;
    font-size: 20px;
    text-align: center;
    opacity: .9;
    display: none;
    color: #627e25;
    transition: background 1s ease-in;
}

.b-map-link_2 a.imglink:hover + .pre-b-map-2 {
    display: block;
    transition: background 1s ease-in;
 
}

.b-map-link_2 a.imglink {
   background: url('/bitrix/templates/template.main/css/layout/../../img/map-2.png') -1px 0px no-repeat;
   width: 109px;
   height: 102px;
   position: absolute;
   top:275px;
   left:270px;
   border-top: 6px solid #35643f;
}
    .b-map-link_2 a:hover{
        border-color: #627e25;
    }

.b-map-link_3 a{
   background: url('/bitrix/templates/template.main/css/layout/../../img/map-4.png') 0px 0px no-repeat;
   width: 109px;
   height: 115px;
   position: absolute;
   top:20px;
   right:140px;
   border-top: 6px solid #8f201b;
}
    .b-map-link_3 a:hover{
        border-color: #627e25;
    }



.b-map-link_4 .add-links {
    position: absolute;
    top: 280px;
    right: 187px;
    background: #e1e1c3;
    width: 109px;
    opacity: 0.8;
}
.b-map-link_4 .add-links p {
text-align: center;
font-size: 20px;
}

.b-map-link_4 a.imglink{
   background: url('/bitrix/templates/template.main/css/layout/../../img/map-3.png') 0px 0px no-repeat;
   width: 109px;
   height: 100px;
   position: absolute;
   top:385px;
   right:187px;
   border-top: 6px solid #b7914d;
}
    .b-map-link_4 a:hover{
        border-color: #627e25;
    }
.b-map-form{
    position: absolute;
    left: 0;
    bottom: 50px;
    background: #f2f0e6;
    width: 300px;
    height: auto;
}
    .b-map-form-title{
        text-align: center;
        font-family: 'PT Serif', serif;
        color: #292929;
        font-size: 30px;
        line-height: 1.2;
        font-weight: bold;
        margin: 20px 0px;
    }
.b-main-title{
    text-align: center;
    margin: 0px 0px 40px 0px;
}

.m-title{
    display: none;
}
.b-left-banner-main{
    margin-bottom: 15px;
    webkit-box-shadow:-10px 6px 10px -1px rgba(140, 137, 137, 0.3);
    -moz-box-shadow:-10px 6px 10px -1px rgba(140, 137, 137, 0.3);
    box-shadow:-10px 6px 10px -1px rgba(140, 137, 137, 0.3);
}
.b-left-news{
    background: #f2f0e6;
    margin-bottom: 30px;
    padding: 19px 19px 28px 19px;
    webkit-box-shadow:-10px 6px 10px -1px rgba(140, 137, 137, 0.3);
    -moz-box-shadow:-10px 6px 10px -1px rgba(140, 137, 137, 0.3);
    box-shadow:-10px 6px 10px -1px rgba(140, 137, 137, 0.3);
}
    .b-left-news h3{
        margin-top: 0;
    }
.b-content-services{
    overflow: hidden;
}
    .b-content-services-item{
        margin-bottom: 25px;
        clear: both;
        overflow: hidden;
        background: #f2f0e6;
        webkit-box-shadow:-10px 6px 10px -1px rgba(140, 137, 137, 0.3);
        -moz-box-shadow:-10px 6px 10px -1px rgba(140, 137, 137, 0.3);
        box-shadow:-10px 6px 10px -1px rgba(140, 137, 137, 0.3);
    }
        .b-content-services-img{
            float: left;
            height: 180px;
            overflow: hidden;
        }
        .b-content-services-text{
            float: left;
            margin-left: 20px;
            color: #575552;
            max-width: 305px;
            margin-top: 25px;
        }
            .b-content-services-text ul{
                margin: 0;
                padding: 0;
                padding-left: 20px;
            }
            .b-content-services-text h3{
                margin-top: 0;
            }
        .b-content-services-price{
            float: right;
            margin-right: 13px;
            margin-top: 15px;
            position: relative;
            text-align: center;
        }
            .b-content-services-price_info{
                font-size: 18px;
                color: #383631;
                font-family: 'PT Serif', serif;
                display: table-cell;
                height: 125px;
                vertical-align: middle;
                width: 175px;
                text-align: center;
                border: 1px solid #cdcbc0;
                font-weight: bold;
                line-height: 26px;
                border-radius: 4px;
                webkit-border-radius: 4px;
                -moz-border-radius: 4px;
            }
            .b-content-services-price_button{
                margin-top: -23px;
            }
.b-main-content{
   
}
    .b-main-slider{
        margin-top: 45px;
    }
        .b-main-slider h2{
            text-align: center;
            margin: 0;
        }
        .b-main-slider-block{
            margin-top: 48px;
        }
        .b-main-slider-link{
            text-align: center;
            margin-top: 35px;
        }
.b-main-text{
    margin-top: 45px;
    overflow: hidden;
}
.b-content-block-video{
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    height: auto;
    margin: 0 auto;
    min-height: 460px;
    min-width: 300px;
    margin-top: 30px;
}
    .b-content-block-video iframe{
        float: left;
        width: 48%;
        margin: 0px 5px;
    }
.b-footer{
    max-width: 1100px;
    margin: 0 auto;
    padding-top: 25px;
    overflow: hidden;
}
.b-footer-left{
    float: left;
}
    .b-footer-copy{
        font-weight: bold;
        color: #383631;
    }
    .b-media-army {
        padding-top: 15px; 
        color: #383631; 
    }
        .b-media-army img {
            position: absolute;
            margin-top: -4px;
        }
        .b-media-army a{
            color: #383631; 
        }
            .b-media-army a:hover{
                color: #627e25;
            }
.b-footer-left-m{
    display: none;
}
.b-footer-right{
    float: right;
    overflow: hidden;
}
    .b-footer-menu{
        overflow: hidden;
        padding-bottom: 15px;
        margin-bottom: 15px;
        border-bottom: 2px solid #627e25;
    }
        .b-footer-menu ul{
            list-style: none;
            margin: 0;
            padding: 0;
        }
            .b-footer-menu li{
                float: left;
                margin-left: 45px;
            }
            .b-footer-menu li:last-child{
                float: right;
            }
            .b-footer-menu li:first-child{
                margin-left: 0;
            }
                .b-footer-menu a{
                    font-weight: bold;
                    font-size: 16px;
                    line-height: 1.2;
                    color: #252525;
                    text-decoration: none !important;
                }
                .b-footer-menu a:hover{
                    color: #627e25;
                }
                .b-footer-menu a.root-selected{
                    color: #627e25;
                }
    .b-footer-bottom{
        overflow: hidden;
    }
        .b-footer-phone{
            color: #383631;
            float: left;
            line-height: 24px;
            font-size: 24px;
            font-weight: bold;
            padding-left: 40px;
            background: url('/bitrix/templates/template.main/css/layout/../../img/phone-ico.png') 0px 12px no-repeat;
        }
            .b-footer-phone span{
                color: #627e25;
            }
        .b-footer-find{
            float: right;
            font-weight: bold;
        }
        .b-footer-adress{
            float: right;
            color: #383631;
            font-weight: bold;
            margin-right: 38px;
        }

#b-price-button {
    width: 265px;
    margin-bottom: 10px;
    padding-left: 0px;
    background: url('/bitrix/templates/template.main/css/layout/../../img/button-icons.png') 23px 12px no-repeat #627e25;
}
#b-price-button:hover {
    background: url('/bitrix/templates/template.main/css/layout/../../img/button-icons.png') 23px 12px no-repeat #2c5d14;
    border-color: #627e25;
}
#b-plan-button {
    width: 250px;
    padding-left: 15px;
    background: url('/bitrix/templates/template.main/css/layout/../../img/button-icons.png') 21px -26px no-repeat #627e25;
}
#b-plan-button:hover {
    background: url('/bitrix/templates/template.main/css/layout/../../img/button-icons.png') 21px -26px no-repeat #2c5d14;
    border-color: #627e25;
}

.b-footer-menu-mob{
        overflow: hidden;
        display: none;
        padding-bottom: 15px;
        margin-bottom: 15px;
        border-bottom: 2px solid #627e25;
    }
        .b-footer-menu-mob ul{
            list-style: none;
            margin: 0;
            padding: 0;
        }
            .b-footer-menu-mob li{
                float: left;
                margin-left: 45px;
            }
            .b-footer-menu-mob li:first-child{
                margin-left: 0;
            }
                .b-footer-menu-mob a{
                    font-weight: bold;
                    font-size: 15px;
                    line-height: 1.2;
                    color: #252525;
                    text-decoration: none !important;
                }
                .b-footer-menu-mob a:hover{
                    color: #627e25;
                }
                .b-footer-menu-mob a.root-selected{
                    color: #627e25;
                }

.b-personal-data {
    margin-top: 15px;
    color: #7a7b80;
    font-size: 12px;
    float: left;
    max-width: 350px;
}

.b-footer-left-m .b-personal-data {
    margin-top: 10px;
    font-size: 11px;
    max-width: 100% !important;
    float: none;
}


  #banner2020 {
    display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;  
  }



@media only screen and (max-width: 1200px), only screen and (max-device-width: 1200px){
  #banner2020 {
    display: none;
  }




}
@media only screen and (max-width: 1155px), only screen and (max-device-width: 1155px){
    .b-header-right{
        margin-right: 10px;
    }
    .b-footer{
        padding: 25px 10px 0px 10px; 
    }
}
@media only screen and (max-width: 1130px), only screen and (max-device-width: 1130px){
    .b-footer-menu li{
        margin-left: 15px;
    }
}

@media only screen and (max-width: 1095px), only screen and (max-device-width: 1095px){
    .b-header-menu li{
        margin-right: 13px;
    }
}
@media only screen and (max-width: 1015px), only screen and (max-device-width: 1015px){
    .b-header-phone{
        font-size: 18px;
    }
    .b-header-menu a{
        font-size: 14px;
    }
}
@media only screen and (max-width: 990px), only screen and (max-device-width: 990px){
    .b-personal-data {
        font-size: 11px;
        max-width: 250px;
    }
        #bannerny {
position: absolute;
    right: 0;
    top: 100px;
    z-index: 10;
    margin-right: -100px;
}
}
@media only screen and (max-width: 965px), only screen and (max-device-width: 965px){
    .m-map-form{
        display: block;
        padding-top: 70px;
        width: 265px;
        margin: 0 auto;
        overflow: hidden;
    }
}
@media only screen and (max-width: 960px), only screen and (max-device-width: 960px){
    #bannerny {
    position: absolute;
    right: 0;
    top: 100px;
    z-index: 10;
    margin-right: -100px;
}

    #main-slider {
        display: none;
    }
    .b-header-phone{
        display: none;
    }
    .b-header-phone{
        display: none;
    }
}
@media only screen and (max-width: 895px), only screen and (max-device-width: 895px){
    .b-footer-menu{
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
    .b-footer-menu a{
        font-size: 14px;
    }
    .b-footer-phone{
        font-size: 20px;
    }
    .b-footer-adress{
        margin-right: 0;
    }
    .b-footer-find{
        display: none;
    }
}
@media only screen and (max-width: 840px), only screen and (max-device-width: 840px){
    #bannerny {
        position: absolute;
        right: 0;
        top: 100px;
        z-index: 10;
        margin-right: -100px;
}
.b-footer{
    margin: 0;
}
    .b-footer-left{
        display: none;
    }
    .b-footer-left-m{
        display: block;
        margin-top: 30px;
    }
    .b-footer-right{
        float: none;
        max-width: 560px;
    }
    .b-media-army{
        padding-top: 5px;
    }
}
@media only screen and (max-width: 795px), only screen and (max-device-width: 795px){
    .b-header-menu li {
        margin-right: 9px;
    }
}
@media only screen and (max-width: 765px), only screen and (max-device-width: 765px){
    .b-header-right{
        padding-top: 15px;
        margin-left: 10px;
        float: none;
    }
        .b-header-phone-m{
            display: block;
            float: right;
            position: relative;
        }
            .b-header-phone-m a{
                background: url('/bitrix/templates/template.main/css/layout/../../img/m-header-phone.png') 50% 0px no-repeat;
                text-transform: uppercase;
                text-decoration: none !important;
                color: #202020 !important;
                font-weight: bold;
                padding-top: 37px;
                display: block;
            }
        .b-header-menu{
            display:none;
        }
        .b-header-menu-m{
            display:block;
            float: left;
        }
            .b-header-menu-m-open{
                background: url('/bitrix/templates/template.main/css/layout/../../img/m-header-menu.png') 50% 0px no-repeat;
                text-transform: uppercase;
                cursor: pointer;
                color: #202020 !important;
                font-weight: bold;
                padding-top: 37px;
                display: block;
            }
            .b-header-menu-m ul{
                display: none;
                position: absolute;
                list-style: none;
                padding: 0;
                margin: 0;
                left:0px;
                top:80px;
                z-index: 3;
            }
                .b-header-menu-m:hover > ul{
                    display: block;
                    webkit-box-shadow: 8px 6px 10px -1px rgba(140, 137, 137, 0.3);
                    -moz-box-shadow: 8px 6px 10px -1px rgba(140, 137, 137, 0.3);
                    box-shadow: 8px 6px 10px -1px rgba(140, 137, 137, 0.3);
                }
                .b-header-menu-m ul li:first-child{
                    border-top: 1px solid #cdcbc0;
                }
                .b-header-menu-m ul li{
                    display: block;
                    border-bottom: 1px solid #cdcbc0;
                }
                    .b-header-menu-m a{
                        color: #000 !important;
                        text-transform: uppercase;
                        text-decoration: none !important;
                        font-weight: bold;
                        padding: 10px 45px 10px 10px;
                        background: #f2f0e6;
                        display: block;
                    }
                    .b-header-menu-m a.root-selected{
                        color: #627e25 !important;
                    }
        .b-header-logo{
            left: 50%;
            margin-left: -81px;
            z-index: 2;
        }
    .b-main-title{
        position: relative;
        z-index: 2;
    }
.l-page-nav{
    background: none;
}
.b-page-nav{
    background: none;
}
.b-breadcrumb{
    padding-top: 55px;
    margin-left: 10px;
}
}
@media only screen and (max-width: 805px), only screen and (max-device-width:805px){
    .b-main-slider{
        margin-top: 5px;
    }
        .b-main-slider-block {
            margin-top: 20px;
        }
        .b-main-slider-link{
            margin-top: 20px;
        }
}
@media only screen and (max-width: 715px), only screen and (max-device-width:715px){
    #b-price-button{
        margin-bottom: 10px;
    }
    .b-main-text{
        display: none;
    }
    .b-content-block-video{
        min-height: 365px;
    }
    .b-content-block-video iframe {
        width: 100%;
        margin: 5px;
    }
    .not-news{
        display: none;
    }
}
@media only screen and (max-width: 575px), only screen and (max-device-width:575px){
.b-footer-bottom{
    position: relative;
    padding-bottom: 20px;
}
    .b-footer-menu{
        display: none;
    }
    .b-footer-phone{
        float: none;
    }
    .b-footer-find{
        float: none;
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
    }
    .b-footer-adress{
        float: none;
        margin-top: 5px;
    }
    .b-footer-menu-mob{
        display: block;
    }
}
@media only screen and (max-width: 460px), only screen and (max-device-width:460px){
#bannerny {
    position: relative!important;
    right: 0!important;
    top: 5px!important;
    z-index: 10!important;
    margin-right: 0!important;

}



    .b-footer-menu-mob li{
        margin-left: 15px;
    }
}
@media only screen and (max-width: 420px), only screen and (max-device-width:420px){
    .b-content-block-video{
        min-height: 220px;
    }
#main-slider {
    display: none;
}
}
@media only screen and (max-width: 400px), only screen and (max-device-width:400px){
.b-footer{
    padding-top: 15px;
}
    .b-footer-menu-mob{
        padding-bottom: 8px;
    }
    .b-footer-menu-mob li{
        margin-left: 0px;
        float: none;
    }
}
/* End */


/* Start:/bitrix/templates/template.main/css/layout/content.css?1579069405754*/
/* content.css
 * Стандартные стили контента сайта (таблицы, изображения)
 *
 */

.b-content td {
    vertical-align: top;
}

.b-table {
    margin-right: 2px;
}
    .b-table table {
        border-top: 3px solid #0592d0;
    }
    .b-table th, .b-table td {
        padding: 10px;
        border: 1px solid rgb(205, 203, 192);
        text-align: left;
        vertical-align: middle;
        font-size: 15px;
        color: #000;
    }
    .b-table th{
        background-color: #f2f0e6;
        border-bottom: 2px solid #627e25; 
    }
    .b-table th, .b-table tr:first-child td, .b-table tr:nth-child(odd) {
        /*background-color: #e5e5e5;*/
    }
    .b-table .phone {
        width: 120px;
    }
/* End */


/* Start:/bitrix/templates/template.main/css/custom.css?1579069381655*/
.b-map-form {
    padding-top:10px;
	transition:600ms;
	overflow:hidden;
}
.b-map-form.hide {
	height:110px;
}
.js-init-form_view_control {
    position: absolute;
    display: block;
    right:13px;
    font-size: 14px;
    top:10px;
    background: none;
    border: none;
    color:#627e25;
    text-decoration: underline;
    cursor: pointer;
}
.js-init-form_view_control:hover,
.js-init-form_view_control:focus,
.js-init-form_view_control:active {
    outline: none;
    text-decoration: none;
}
.b-footer .b-footer-menu li {
	margin-left:18px;
}
.b-footer .b-footer-menu li:first-child {
	margin-left:0;
}
.errortext {
    display: none!important;
}
/* End */


/* Start:/bitrix/templates/template.main/css/travelline-style.css?1742226097717*/
#block-search,
#block-search * {
    box-sizing: border-box;
}
#block-search {
    background: #fff;
    border-top: 1px solid #b1b1b1;
    width: 100%;
    margin: 28px auto 0;
}
.tl-container {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 25px;
}
div.l-page-holder div#main-slider {
    margin-top: 0;
}
div.b-map-form.active,
div.m-map-form {
    display: none;
}
@media screen and (max-width: 1015px) {
    #block-search {
        margin: 48px auto 0;
    }
}
@media screen and (max-width: 965px) {
    #block-search {
        border-bottom: 1px solid #b1b1b1;
    }
}
@media screen and (max-width: 765px) {
    #block-search {
        margin: 28px auto 0;
    }
}
/* End */


/* Start:/bitrix/components/ma/site.settings/fancybox2/jquery.fancybox.css?15247032315140*/
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('/bitrix/components/ma/site.settings/fancybox2/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('/bitrix/components/ma/site.settings/fancybox2/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('/bitrix/components/ma/site.settings/fancybox2/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('/bitrix/components/ma/site.settings/fancybox2/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('/bitrix/components/ma/site.settings/fancybox2/fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('/bitrix/components/ma/site.settings/fancybox2/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}
/* End */


/* Start:/bitrix/components/ma/site.settings/templates/.default/style.css?15247032312895*/
.arcticmodal-overlay,
.arcticmodal-container { position: fixed; left: 0; top: 0; right: 0; bottom: 0; z-index: 1000; }
.arcticmodal-container { overflow: auto; margin: 0; padding: 0; border: 0; border-collapse: collapse; }
*:first-child+html .arcticmodal-container { height: 100% }
.arcticmodal-container_i { height: 100%; margin: 0 auto; }
.arcticmodal-container_i2 { padding: 24px; margin: 0; border: 0; vertical-align: middle; }
.arcticmodal-error { padding: 20px; border-radius: 10px; background: #000; color: #fff; }
.arcticmodal-loading { width: 80px; height: 80px; border-radius: 10px; background: #000 url(/bitrix/components/ma/site.settings/templates/.default/img/loading.gif) no-repeat 50% 50%; }

.m-box-modal {
    background: #fff;
    padding: 15px;
    position: relative;
    border-radius: 10px;
}

    .m-box-modal .box-modal_close {
        position: absolute;
        top: 10px;
        right: 10px;
        width: 15px;
        height: 15px;
        cursor: pointer;
        background: url('/bitrix/components/ma/site.settings/templates/.default/img/modal_close.png') no-repeat 0px 0px;
    }

.b-up_button {
    position: fixed;
    right: 30px;
    bottom: 50px;
    display: none;
    width: 39px;
    height: 40px;
    z-index: 100;
}

.b-up_button span {
    display: block;
    height: 100%;
    background: url('/bitrix/components/ma/site.settings/templates/.default/img/up.jpg') no-repeat 0px 0px;
    opacity: 0.3;
    filter: alpha(opacity=30);
}

/*Radio button*/

.ma_custom_radio_button {
    padding: 0px 0px 0px 20px;
    position: relative;
    background: url('/bitrix/components/ma/site.settings/templates/.default/img/button.png') no-repeat 0px 2px;
    cursor: pointer;
    display: inline-block;
    margin-bottom: 6px;
}

*+html .ma_custom_radio_button {
    display: inline;
    zoom: 1;
}

*html .ma_custom_radio_button {
    display: inline;
    zoom: 1;
}

.ma_custom_radio_button.checked {
    background-position: 0px -33px;
}

    .ma_custom_radio_button input {
        opacity: 0;
        filter: alpha(opacity=0);
        position: absolute;
        top: 0px;
        left: 0px;
        cursor: pointer;
    }
    
/*Placeholder*/

input.custom-input-placeholder,
textarea.custom-textarea-placeholder {
    color: #000;
}

input.placeholder-color,
textarea.placeholder-color {
    color: #ccc;
}

/*checkbox*/

.ma_custom_checkbox_button {
    padding: 0px 0px 0px 22px;
    position: relative;
    background: url('/bitrix/components/ma/site.settings/templates/.default/img/checkbox.png') no-repeat 0px 0px;
    cursor: pointer;
    display: inline-block;
    margin-bottom: 6px;
}

*+html .ma_custom_checkbox_button {
    display: inline;
    zoom: 1;
}

*html .ma_custom_checkbox_button {
    display: inline;
    zoom: 1;
}

.ma_custom_checkbox_button.checked {
    background-position: 0px -100px;
}

    .ma_custom_checkbox_button input {
        opacity: 0;
        filter: alpha(opacity=0);
        position: absolute;
        top: 0px;
        left: 0px;
        cursor: pointer;
    }
/* End */


/* Start:/bitrix/templates/.default/components/ma/form/main-form/style.css?15322585366893*/
.b-map-form .b-message-form {
    margin: 0 0 0 0;
    font: normal 15px/1.2 Arial, sans-serif;

}
  
    .b-message-form_info {
        margin-bottom: 2.0em;
    }
    .b-map-form .b-message-form_item {
        position: relative;
        margin: 0 0 12px 25px;
        zoom: 1;
    }
    .b-captcha_frame .g-recaptcha {
        display: flex;
        height: 65px;
        align-items: flex-end;
        justify-content: flex-end;
    }
.b-captcha_frame .g-recaptcha>div {
    transform: scale(0.81);
}
    .b-captcha_error {
        color: #CC0000;
        font-size: 12px;
    }
    .b-message-form_item:after {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }
        .b-message-form_item label {
            display: block;
            margin: 0 0 0.3em 0;
            text-align: left;
        }
            .b-message-form_item label .required {
                color: #CC0000;
            }
        .b-map-form .b-message-form_item_text label, .b-map-form .b-message-form_item_textarea label {
            position: absolute;
            top: 8px;
            left: 15px;
            z-index: 2;
        }
    .b-message-form_field {
        position: relative;
    }
        .b-message-form_checkbox label, .b-message-form_radio label {
            display: inline;
            float: none;
            width: auto;
            margin: 0;
            text-align: left;
            font-size: 14px;
        }
        .b-map-form .b-message-form_text input, .b-message-form_date input {
            width: 215px;
            height: 23px;
            margin: 0;
            padding: 5px 15px;
            background: #FFF;
            outline: none;
            border: 1px solid rgb(205, 203, 192);
            border-radius: 4px;
            font: normal 15px/1.2 Arial, sans-serif;
        }

        .b-message-form_date input {
            /*width: 170px;*/
        }
            .b-message-form_date .calendar-icon {
                position: absolute;
                top: 4px;
                left: 342px;
            }

        .b-map-form .b-message-form_item .textarea {
            width: 215px;
            height: 55px;
            margin: 0;
            padding: 5px 15px;
            background: #FFF;
            border: 1px solid rgb(205, 203, 192);
            border-radius: 4px;
            font: normal 15px/1.2 Arial, sans-serif;
        }
        .b-message-form_dropdown select {
            width: 367px;
            margin-left: 1px;
            font: normal 16px/1.2 Arial, sans-serif;
        }
        

        .b-message-form_item-hint {
            display: block;
            clear: both;
            padding: 0.4em 0 0 0;
            color: #979797;
            font-size: 11px;
        }
        .b-message-form_item-error {
            display: none;
            clear: both;
            margin: 0;
            padding: 0.4em 0 0 0;
            color: #dd4b39;
            font-size: 11px; 
        }
        .b-message-form_error .b-message-form_text input, .b-message-form_error .b-message-form_date input, .b-message-form_error textarea {
            border-color: #dd4b39 !important;
        }

         .b-captcha {
            float: left;
            margin: -5px 0 0 -5px; 
        }
            .b-captcha_item {
                float: left;
                padding: 8px;
            }
            .b-captcha_selected {
                padding: 5px;
                border: 3px solid red;
            }
                .b-captcha_item span {
                    display: block;
                    width: 25px;
                    height: 25px;
                    overflow: hidden;
                    text-indent: -5000px;
                }

                .b-grahic-captcha .b-captcha_item span {
                    display: block;
                    width: 30px;
                    height: 30px;
                    overflow: hidden;
                    text-indent: -5000px;
                    background-image: url('/bitrix/templates/.default/components/ma/form/main-form/img/shape.png');
                }
                .b-grahic-captcha .square {
                    background-position: 0 0;
                }
                .b-grahic-captcha .rectangle {
                    background-position: -30px 0;
                }
                .b-grahic-captcha .triangle {
                    background-position: -60px 0;
                }
                .b-grahic-captcha .round {
                    background-position: -90px 0;
                }
                .b-grahic-captcha .polyhedron {
                    background-position: -120px 0;
                }
                .b-grahic-captcha .trapeze {
                    background-position: -150px 0;
                }
                .b-grahic-captcha .rhombus {
                    background-position: -180px 0;
                }
                .b-grahic-captcha .oval {
                    background-position: -210px 0;
                }
                .b-grahic-captcha .star {
                    background-position: -240px 0;
                }
                
        .b-captcha-text {
            position: relative;
            float: left;
            height: 24px;
            margin: 3px 0 0 15px;
            padding: 0 10px;
            line-height: 25px;
            background-color: #f2efda;
            background-color: #fff9c9;
            border: 1px solid #c7bf93;
        }
            .b-captcha-text_corner {
                position: absolute;
                margin-top: 7px;
                margin-left: -10px;
                top: 0;
                left: 0;
                width: 10px;
                height: 10px;
                overflow: hidden;
                background: url(/bitrix/templates/.default/components/ma/form/main-form/img/tip-yellow_arrows.png) no-repeat -30px 0;
            }
            .b-color-captcha-text label {
                color: #000;
                font-size: 12px;
            }

    .b-map-form .b-message-form_submit {
        clear: both;
        margin-left: 25px;
    }
        .b-map-form .b-message-form_submit input {
            cursor: pointer;
            font-size: 20px;
            line-height: 20px;
            width: 249px;
            padding: 15px 0px 13px 0px;
        }
    .b-message-form_required-sing {
        margin-top: 1.2em;
        margin-left: 310px;
        font-size: 11px;
    }
font.errortext{
    text-align: center;
    display: block !important;
    margin-top: -18px;
    line-height: 15px;
}
font.notetext{
    display: block;
    text-align: center;
}

.b-main-form_message-personal-data {
    font-size: 12px;
    text-align: center;
    margin: 15px 0 0;
}
/* End */


/* Start:/bitrix/templates/template.main/components/ma/carousel/left-banners/style.css?15790694181291*/

.b-left-banner {
	position: relative;
	overflow: hidden;
}
	.b-left-banner_holder {
		overflow: hidden;
	}
		.b-left-banner_item {
			overflow: hidden;
		}
		.b-left-banner_hor .b-left-banner_item {
			float: left;
		}
		.b-left-banner_ver .b-left-banner_item {

		}
			.b-left-banner_item_pic {

			}
			
	.b-left-banner_left, .b-left-banner_right {
		position: absolute;
		z-index: 2;
		overflow: hidden;
		cursor: pointer;
	}
	.b-left-banner_hor .b-left-banner_left {
		top: 50%;
		left: 10px;
		background-image: none !important;
	}
	.b-left-banner_hor .b-left-banner_right {
		top: 50%;
		right: 10px;
		background-image: none !important;
	}
	.b-left-banner_ver .b-left-banner_left {
		top: 10px;
		background-image: none !important;
	}
	.b-left-banner_ver .b-left-banner_right {
		bottom: 10px;
		background-image: none !important;
	}
	.b-left-banner_nav {
		position: absolute;
		left: 15px;
		bottom: 15px;
		z-index: 2;
		text-align: center;
	}
		.b-left-banner_nav_item {
			position: relative !important;
			display: inline-block !important;
			margin: 0 3px 0 0;
			width: 12px;
			height: 12px;
			overflow: hidden;
			background-color: #CCC;
			border-radius: 12px;
			text-indent: -1000px;
			cursor: pointer;
		}
		.b-left-banner_nav .active {
			background-color: #000;
		}
/* End */


/* Start:/bitrix/templates/template.main/components/ma/news.list/left_special/style.css?1579069435412*/
.b-left-news .b-news-list_item {
	margin: 0 0 20px 0;
	overflow: hidden;
	padding-bottom: 20px;
	border-bottom: 1px solid #cdcbc0;
	color: #383631;
}
	.b-left-news .b-news-list_item_holder {
		overflow: hidden;
	}
		.b-left-news .b-news-list_item_pic {
			float: left;
			margin: 0 15px 0 0;
		}
		.b-left-news .b-news-list_item_title {
			
		}
		.b-left-news .b-news-list_item_title a{
			margin-left: 10px;
		}
/* End */


/* Start:/bitrix/components/project-srv/reviews.list/templates/.default/style.css?15321590041415*/
.left-reviews_list {
    margin-top: 30px;
}
.b-reviews-list {
    margin-bottom: 50px;
}
.left-reviews_list .review__head-right a{
    display: inline-block;
    max-width: 170px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.b-review_item {
    margin-bottom: 30px;
}
.review__head {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-bottom: 10px;
}
.review__date {
    color:#a5a5a5;
    font-size: 14px;
}
.review__client-name, .review__answer-name {
    font-weight: bold;
}
.review__content {
    padding-bottom: 10px;
    margin-bottom: 15px;
    border-bottom: 1px solid #a5a5a5;
}
.review__answer {
    margin-left: 30px;
}
.review__answer-name {
    margin-bottom: 15px;
}
.b-review_item.hide_block {
    position: relative;
    max-height: 120px;
    overflow: hidden;
}
.b-review_item.hide_block:before {
    content: '';
    position: absolute;
    bottom: 0;
    height:60px;
    left:0;
    width:100%;
    background: -moz-linear-gradient(top, rgba(30,87,153,0) 0%, rgba(242,240,230,1) 100%);
    background: -webkit-linear-gradient(top, rgba(30,87,153,0) 0%,rgba(242,240,230,1) 100%);
    background: linear-gradient(to bottom, rgba(30,87,153,0) 0%,rgba(242,240,230,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001e5799', endColorstr='#ffffff',GradientType=0 );
}

/* End */


/* Start:/bitrix/templates/template.main/components/ma/carousel/main-slider/style.css?15790694192656*/

.b-carousel {
	position: relative;
	max-height: 260px;
	width: 1100px;
	margin: 0 auto;
	overflow: hidden;
}
	.b-carousel_holder {
		overflow: hidden;
		margin: 0 auto;
		width: 1040px !important;
	}
		.b-carousel_item {
			overflow: hidden;
			max-height: 260px;
		}
		.b-carousel_hor .b-carousel_item {
			float: left;
		}
		.b-carousel_ver .b-carousel_item {

		}
			.b-carousel_item_pic {

			}
			
	.b-carousel_left, .b-carousel_right {
		position: absolute;
		z-index: 2;
		overflow: hidden;
		cursor: pointer;
	}
	.b-carousel_hor .b-carousel_left {
		top: 90px;
		left: 0;
		background: url('/bitrix/templates/template.main/components/ma/carousel/main-slider/img/arrow-left.png') 0px 0px no-repeat;
		width: 25px;
		height: 80px;
	}
	.b-carousel_hor .b-carousel_right {
		top: 90px;
		right: 0;
		background: url('/bitrix/templates/template.main/components/ma/carousel/main-slider/img/arrow-right.png') 0px 0px no-repeat;
		width: 25px;
		height: 80px;
	}
	.b-carousel_ver .b-carousel_left {
		top: 10px;
		background-image: none !important;
	}
	.b-carousel_ver .b-carousel_right {
		bottom: 10px;
		background-image: none !important;
	}
	.b-carousel_nav {
		position: absolute;
		left: 15px;
		bottom: 15px;
		z-index: 2;
		text-align: center;
	}
		.b-carousel_nav_item {
			position: relative !important;
			display: inline-block !important;
			margin: 0 3px 0 0;
			width: 12px;
			height: 12px;
			overflow: hidden;
			background-color: #CCC;
			border-radius: 12px;
			text-indent: -1000px;
			cursor: pointer;
		}
		.b-carousel_nav .active {
			background-color: #000;
		}

@media only screen and (max-width: 1200px), only screen and (max-device-width:1200px){
.b-carousel{
	width: 1070px;
}
.b-carousel_holder{
	width: 1010px !important;
	margin: 0 auto;
}
	.b-carousel_item{
		width: 360px !important;
	}
	.b-carousel_hor .b-carousel_left{
		left: 0px;
	}
	.b-carousel_hor .b-carousel_right{
		right: 0px;
	}

}
@media only screen and (max-width: 1105px), only screen and (max-device-width:1105px){
.b-carousel{
	width: 795px !important;
	margin: 0 auto;
}
	.b-carousel_holder{
		width: 710px !important;
	}
}
@media only screen and (max-width: 805px), only screen and (max-device-width:805px){
.b-carousel{
	width: 435px !important;
	margin: 0 auto;
}
	.b-carousel_holder{
		width: 350px !important;
	}
}
@media only screen and (max-width: 445px), only screen and (max-device-width:445px){
.b-carousel{
	width: 300px !important;
	margin: 0 auto;
	height: 180px !important;
}
	.b-carousel_holder{
		width: 235px !important;
		height: 180px !important
	}
		.b-carousel_item_pic{
			width: 235px;
		}
			.b-carousel_item_pic img{
				display: block;
				width: 100%;
			}
	.b-carousel_hor .b-carousel_left{
		top: 45px;
	}
	.b-carousel_hor .b-carousel_right{
		top: 45px;
	}
}
/* End */


/* Start:/bitrix/components/ma/carousel/fancybox2/jquery.fancybox.css?15247032315172*/
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('/bitrix/components/ma/carousel/fancybox2/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('/bitrix/components/ma/carousel/fancybox2/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('/bitrix/components/ma/carousel/fancybox2/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    /*overflow: hidden !important;*/
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('/bitrix/components/ma/carousel/fancybox2/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('/bitrix/components/ma/carousel/fancybox2/fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('/bitrix/components/ma/carousel/fancybox2/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}
/* End */


/* Start:/bitrix/templates/template.main/styles.css?1773773547289*/
@import url('/bitrix/templates/template.main/css/global/global.css');
@import url('/bitrix/templates/template.main/css/global/font.css');

@import url('/bitrix/templates/template.main/css/layout/holster.css');
@import url('/bitrix/templates/template.main/css/layout/blocks.css');
@import url('/bitrix/templates/template.main/css/layout/content.css');


.g-ico {
	background-image: url('/bitrix/templates/template.main/img/ico-map.png') !important;
}
/* End */


/* Start:/bitrix/templates/template.main/template_styles.css?1773773547579*/
.b-footer-menu li {
    margin-left: 30px;
}
.social__list {
    display: flex;
	padding:0;
	justify-content:center;
    list-style: none;
}
.social__list li a {
    display: inline-block;
    width: 25px;
    height: 25px;
    margin-right: 10px;
}
.social__list li:last-child a {
    margin-right: 0;
}
.social__list li a:hover svg,
.social__list li a:focus svg,
.social__list li a:active svg {
    fill:#000!important;
}
.social__list li a svg {
    fill:#627e25!important;
    max-height: 100%;
    max-width: 100%;
    height: 25px;
    width: 25px;
    transition: 300ms;
}
/* End */
/* /bitrix/templates/template.main/css/global/global.css?15790694041857 */
/* /bitrix/templates/template.main/css/global/font.css?1579069404281 */
/* /bitrix/templates/template.main/css/layout/holster.css?15790694053157 */
/* /bitrix/templates/template.main/css/layout/blocks.css?160505778120872 */
/* /bitrix/templates/template.main/css/layout/content.css?1579069405754 */
/* /bitrix/templates/template.main/css/custom.css?1579069381655 */
/* /bitrix/templates/template.main/css/travelline-style.css?1742226097717 */
/* /bitrix/components/ma/site.settings/fancybox2/jquery.fancybox.css?15247032315140 */
/* /bitrix/components/ma/site.settings/templates/.default/style.css?15247032312895 */
/* /bitrix/templates/.default/components/ma/form/main-form/style.css?15322585366893 */
/* /bitrix/templates/template.main/components/ma/carousel/left-banners/style.css?15790694181291 */
/* /bitrix/templates/template.main/components/ma/news.list/left_special/style.css?1579069435412 */
/* /bitrix/components/project-srv/reviews.list/templates/.default/style.css?15321590041415 */
/* /bitrix/templates/template.main/components/ma/carousel/main-slider/style.css?15790694192656 */
/* /bitrix/components/ma/carousel/fancybox2/jquery.fancybox.css?15247032315172 */
/* /bitrix/templates/template.main/styles.css?1773773547289 */
/* /bitrix/templates/template.main/template_styles.css?1773773547579 */
