

/* Start:/bitrix/templates/main/components/bitrix/menu/mainmenu/style.min.css?1475668998490*/
ul.left-menu{list-style:none;margin:0;padding:0;margin-bottom:8px;position:relative}ul.left-menu li{padding:10px 16px;background:#f5f5f5 url(/bitrix/templates/main/components/bitrix/menu/mainmenu/images/left_menu_bg.gif) top repeat-x}ul.left-menu li a{font-size:100%;color:#bc262c;font-weight:bold;text-decoration:none}ul.left-menu li a:visited{color:#bc262c}ul.left-menu li a:hover{color:#bc262c}ul.left-menu li a.selected:link,ul.left-menu li a.selected:visited,ul.left-menu li a.selected:active,ul.left-menu li a.selected:hover{color:#fc8d3d}
/* End */


/* Start:/bitrix/templates/main/components/bitrix/breadcrumb/crumbs/style.min.css?1475668998448*/
.bx-breadcrumb{margin:10px 0}.bx-breadcrumb i{color:#b5bdc2;line-height:13px;font-size:12px;vertical-align:middle;margin-right:5px}.bx-breadcrumb .bx-breadcrumb-item{float:left;margin-bottom:10px;white-space:nowrap;line-height:13px;vertical-align:middle;margin-right:10px}.bx-breadcrumb .bx-breadcrumb-item span{font-family:"Open Sans",Arial,"Helvetica Neue",Helvetica,sans-serif;font-size:13px}.bx-breadcrumb .bx-breadcrumb-item a{border-bottom:0}
/* End */


/* Start:/bitrix/templates/main/styles.css?14756689981012*/
main h5{
    color: #009927;
    font-size: 18px;
    font-weight: 300;
}

main h4{
    color: #009927;
    font-size: 24px;
    font-weight: 300;
}

main h3{
    color: #009927;
    font-size: 27px;
    font-weight: 300;
}

main h2{
    color: #009927;
    font-size: 30px;
    font-weight: 300;
}

main h1{
    color: #009927;
    font-size: 35px;
    font-weight: 200;
}

main ol {
    counter-reset: myCounter;
    padding-left: 10px;
}

main ol li {
    list-style: none;
    font-size: 15px;
    text-align: left;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

main ol li:before {
    counter-increment: myCounter;
    content: counter(myCounter);
    color: #009927;
    font-weight: 600;
/*    background: #FFD800;*/
    border: 2px solid #009927;
    display: inline-block;
    text-align: center;
    margin: 5px 10px;
    line-height: 30px;
    width: 30px;
    height: 30px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
/* End */


/* Start:/bitrix/templates/main/template_styles.css?147566899625032*/
html, body { margin: 0 ; padding: 0; height: 100%;}

::selection {
background: #009927; /* Safari */
color: #EFD58B;

}
::-moz-selection {
background: #009927; /* Firefox */
color: #EFD58B;
}


body::-webkit-scrollbar {
    width: 1em;
}
 
body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.4);
}
 
body::-webkit-scrollbar-thumb {
  background-color: #009927;
  outline: 1px solid #009927;
}

header {
    float: left;
    min-width: 100%;
    height: 140px;
    padding-top: 20px;
}

header .logo{
    float: left;
}

header .header_location{
    margin-left: 150px;
    float: left;
    width: 250px;
    height: 140px;
    font-size: 15px;
}

header .header_location:before{
    content: url(/bitrix/templates/main/images/loc.png);  
    float: left;
    height: 100%;
    margin-top: 4px;
    margin-right: 5px;
}

header .header_location a{
    color: #009927;
}
header .header_contacts{
    margin-left: 150px;
    float: left;
    width: 250px;
    height: 60px;
    font-size: 18px;
    font-weight: 700;

}

header .header_contacts:before{
    content: url(/bitrix/templates/main/images/phn.png);  
    float: left;
    height: 100px;
    margin-top: 4px;
    margin-right: 5px;
}

header .header_contacts a{
    
    text-decoration: none;
    color: #000000;
}

header .header_email{
    margin-left: 150px;
    float: left;
}

header .header_email:before{
    content: url(/bitrix/templates/main/images/eml.png);  
    float: left;
    height: 100px;
    margin-top: 6px;
    margin-right: 5px;
}

header .header_email a{
    float: left;
    color: #009927;
}

.mainmenu{
    height: 60px;
    width:100%;
    float: left;
    background-color: #EFD58B ;
}

nav {
   height: 60px;
    
}
nav li{
   float: left;
   list-style: none;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
    
}

nav li a{
    float: left;
    font-weight: 500;
    font-size: 20px;  
    text-decoration: none;
    padding: 16px 30px;
    color: #000000;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
}

nav li a:hover{
    color: #009927;
}

nav li:hover{
    background-color: #f1dea8;
}


.dropdown-menu{
    display: none;
}

nav {position: relative;}
nav .dropdown:hover .dropdown-menu{
    display: block;
    z-index: 1;
}
/*
nav .dropdown-menu{
    padding: 0px;
    position: absolute;
    top:-10px;
    z-index: 2000;
    margin-top: 70px;
    background-color: #EFD58B ;
    display: none;

} */

nav .dropdown-menu {
    padding: 0px;
    position: absolute;
    top: -16px;
    /* left: 0px; */
    z-index: 2000;
    /* margin-top: 70px; */
    padding-top: 60px;
/*    background-color: rgba(239, 213, 139, 0.82);*/
    /* display: none; */

    width: 100px;
    z-index: 1;

}

nav .dropdown-menu li:before{
     display: none;
}

nav .dropdown-menu li{
    list-style: none;
    float: none;
    background-color: #EFD58B ;
    
}


nav .dropdown-menu li > a{  
    width: 300px;   
    background-color: #EFD58B ;
}

.big{
    float: left;
    position: relative;
    width: 100%;
    height: 600px;
    overflow: hidden;
    font-family: Noto Sans;

}

.big .overlay {
    position: absolute;
    width: 100%;
    height: 100%;

    background: rgba(0, 0, 0, 0.4); 
    top: 0;
    z-index: -1;

}
/*
@media screen and (max-width: 1100px) {


video {
display: none;
}
    
    
}
*/

@media screen and (orientation:portrait) {
        .big {
    background-image: url(/bitrix/templates/main/images/blurry.png);
    }
    
    .big video {
        display: none;
    }
}



@media screen and (max-width: 1186px)  {
    .big {
    background-image: url(/bitrix/templates/main/images/blurry.png);
    }
    
    .big video {
        display: none;
    }
}

.big video {
    position: absolute;
    width: 100%;
    top: 0%;
    z-index: -2;
    background-position: center; 
    background-repeat: no-repeat; 
    background-size: cover; 
}
.big h3{
    margin: 180px 0px 0px 0px;
    text-align: center;
}

.big h3 b{    
    padding: 5px;
    background-color: #009927;
    color: #EFD58B }
.big h1{
    color: #EFD58B ;
    text-align: center;
    font-size: 60px;
    margin: 0px 0px 100px 0px;
    font-weight: 600;
}

.big span{ 
    float: left;
    text-align: center;
    width: 100%;
}

.big span a{
    color: #EFD58B;
    text-decoration: none;
    padding: 10px 25px;
    border: 2px solid #EFD58B;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 10px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.big a:hover{
    background-color: #009927;
    border: 2px solid #009927;

}

.slider_parent{
    float: left;
    height: 110px;
    width: 100%;
    background-color: #F6F9FC;
    margin-bottom: 20px;
    padding-top: 20px;
}

.slider{
    width: 1030px;
    margin: 0px 60px;
    height: 110px!important;
    float: left;
}

.aslide{

/*    width: 235px; */
    height: 90px ;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    
}
.slick-slide {
    outline: none!important;
    -webkit-filter: blur(0px) brightness(1.4) contrast(1) grayscale(0) hue-rotate(0deg) invert(0) opacity(100%) saturate(0) sepia(0) ;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.slick-slide:hover {
    -webkit-filter: blur(0px) brightness(1) contrast(1) grayscale(0) hue-rotate(0deg) invert(0) opacity(100%) saturate(1) sepia(0) ;
}

.slick-prev{
    display: inline-block;
    position: absolute;
    left: -60px;
    top: 25px;
    width: 20px;
    color: transparent;
    background-color: transparent;
    border: none;
    background-image: url(/bitrix/templates/main/images/prev.png);
    background-repeat:no-repeat; 
    height: 35px;
    outline: none;
    cursor:pointer;
}

.slick-next{
    display: inline-block;
    position: absolute;
    left: 1070px;
    top: 20px;
    width: 25px;
    color: transparent;
    background-color: transparent;
    border: none;
    background-image: url(/bitrix/templates/main/images/nxt.png);
    background-repeat:no-repeat; 
    height: 35px;
    outline: none;
    cursor:pointer;
}

main {
    float: left;
    min-width: 100%;
    min-height: calc(100% - 561px); /*XX - Высота */
}
.wrapper{
    width: 1170px;
    margin: 0 auto;
    font-family: Open Sans;
}



.bx-breadcrumb {
    margin: 15px 0;
    float: left;
    width: 100%;
    font-family: Open Sans;
    color: #009927;
    
    
}

.bx-breadcrumb .bx-breadcrumb-item span {
    font-family: Open Sans;;
    font-size: 15px;
    font-weight: 600;
}

.bx-breadcrumb .bx-breadcrumb-item a {
    color: #000000; 
     font-weight: 600;
    text-decoration: none;
}

.about {
     float: left;
}

.about h4{
    color: #009927;
    margin-top: 0px;
    font-size: 26px;
    font-weight: 400;
}

.about a{
    color: #009927;
    margin-top: 0px;
    font-weight: 400;
}
.about .img{
    float: left;
    width: 370px;
    height: 510px;
    background-image: url(/bitrix/templates/main/images/about.png);
    padding: 10px;
    box-sizing: border-box;
    margin-right: 30px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    

}

.about .img:hover .border{
    border: 1px solid transparent;
}

.about .img:hover {
}

.about .img .border{
    border: 1px solid #EFD58B;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.about .about_small_slider{
    float: left;
    width: 100%;
    height: 145px;
    margin-top: 20px;
}
.about .about_small_slider > div{
    float: left;
    margin-right: 20px;
}

.about .about_small_slider .img_item{
    background-size: cover;
    width: 170px;
    height: 95px;
    padding: 10px;
    box-sizing: border-box;
    -webkit-filter: blur(0px) brightness(1.4) contrast(0.4) grayscale(0) hue-rotate(0deg) invert(0) opacity(100%) saturate(0) sepia(0) ;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.about .about_small_slider .img_item:hover{
    -webkit-filter: blur(0px) brightness(1) contrast(1) grayscale(0) hue-rotate(0deg) invert(0) opacity(100%) saturate(1) sepia(0) ;
}

.about .about_small_slider .img_item .border{
    border: 1px solid #ABABAB;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.about .about_small_slider .img_item:hover .border{
     border: 1px solid #EFD58B;
}

.about .about_small_slider .img_item img{
    display:none;
}

.news{
    float: left;
    padding-bottom: 20px;
    width: 100%;
    background-color: #F6F9FC;
}

.news .n1{
    float: left;
    width: 470px;
    height: 425px;
    margin-right: 20px;
}

.news .n1 .news_image{
    float: left;
    width:470px; 
    height: 265px;
    padding: 10px;
    box-sizing: border-box;
    margin-bottom: 10px;
}


.news .n1 .news_image .border{
    border: 1px solid #EFD58B;
    width: 100%;
    height: 100%;
    
}

.news .n1 time{
    font-size: 14px;
    font-weight: 500;
    color: #64666C;
}

.news .n1 span{
    display: block;
    width: 100%;
    height: 47px;
    overflow: hidden;
}

.news .n1 .news_header{
    color: #009836;
    font-weight: 600;
    white-space: nowrap; 
    overflow: hidden; 
    text-overflow: ellipsis; 
    display: block;
    width: 100%;
}

.news .n1 .news_button{
    background-color: #009836;
    float: left;
    margin: 10px 0px;
    color: #EFD58B;
    text-decoration: none;
    padding: 10px 25px;
    border: 2px solid #009836;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: 600;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;

    
}

.news .n2{
    float: left;
    width: 670px;
    height: 125px; 
    border-bottom: 1px solid #D5D5D5;
    margin-bottom: 10px;

}

.news .n2 time{
    font-size: 14px;
    font-weight: 500;
    color: #64666C;
}

.news .n2 span{
    display: block;
    width: 100%;
    height: 48px;
    overflow: hidden;
}

.news .n2 .news_header{
    color: #009836;
    font-weight: 600;
    white-space: nowrap; 
    overflow: hidden; 
    text-overflow: ellipsis; 
    display: block;
    width: 100%;
}

.news .n2 .news_button{
    color: #009836;
    
}

.news .n3{
    float: left;
    width: 670px;
    height: 125px; 
    border-bottom: 1px solid #D5D5D5;
    margin-bottom: 10px;

}

.news .n3 time{
    font-size: 14px;
    font-weight: 500;
    color: #64666C;
}

.news .n3 span{
    display: block;
    width: 100%;
    height: 48px;
    overflow: hidden;
}

.news .n3 .news_header{
    color: #009836;
    font-weight: 600;
    white-space: nowrap; 
    overflow: hidden; 
    text-overflow: ellipsis; 
    display: block;
    width: 100%;
}

.news .n3 .news_button{
    color: #009836;
    
}

.news .n4{
    float: left;
    width: 670px;
    height: 125px; 
    border-bottom: 1px solid #D5D5D5;
    margin-bottom: 10px;

}

.news .n4 time{
    font-size: 14px;
    font-weight: 500;
    color: #64666C;
}

.news .n4 span{
    display: block;
    width: 100%;
    height: 48px;
    overflow: hidden;
}

.news .n4 .news_header{
    color: #009836;
    font-weight: 600;
    white-space: nowrap; 
    overflow: hidden; 
    text-overflow: ellipsis; 
    display: block;
    width: 100%;
}

.news .n4 .news_button{
    color: #009836;
    
}

.news_allnews{
    margin: 20px 0px;
    width: 100%;
    display: block;
    color: #009836;
    float: left;
    
}

.map{
    float: left;
    height: 600px;
    width:100%;
}

#map-canvas_cont{
    
    height: 600px;
    width:100%;
}

.service{
    float: left;
    width:100%;
}

.service ul{
    padding: 0;
    margin: 0;
    
}

.service li{
    list-style: none;
    float: left;
    width:50%;
    margin: 3px 0px;
}

.service li a{
    text-decoration: none;
    font-size: 15px;
    color: #000000;
}

.service li a:hover{
    color: #009836;
}

.service .services_serv{
    float: left;
    width:500px;
    margin-bottom: 30px;
}

.service .services_about{
    float: left;
    width:400px;
    margin-bottom: 30px;
}

.service .followus{
    float: left;
    width:270px;
    margin-bottom: 30px;
}

.service h3 {
    color: #009927;
    font-size: 27px;
    font-weight: 300;
}
.service .followus a{
    float: left;
    display: block;
    color: #009836;
    border: 2px solid #009836;
    border-radius: 50%;
    font-size: 30px;

    box-sizing: border-box;
    width: 50px;
    height: 50px;
     -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    margin: 5px;
}

.service .followus a:hover{
    color: #EFD58B; /*#FFFFFF;*/
    background-color: #009836;
}

.service .followus #fb {padding: 8px 6px 4px 13px;}
.service .followus #tw {padding: 7px 6px 4px 9px;}
.service .followus #gp {padding: 6px 4px 4px 6px;}
.service .followus #in {padding: 6px 6px 4px 10px;}
.service .followus #yt {padding: 6px 6px 4px 10px;}
.service .followus #vk {padding: 6px 6px 4px 6px;}
.service .followus #ok {padding: 6px 6px 4px 12px;}

footer {
    background-color: #E3EAF1;
    float: left;
    min-width: 100%;
    height: 70px;   
    padding-top: 30px;
}

footer span{
    display: block;
    font-size: 13px;
    width: 100%;  
}
footer span a{
    text-align: right;
    color: #009836;;
}
/*----------------------news local---------------------*/
.news_local{
    float: left;
    padding-bottom: 20px;
    width: 100%;

}

.news_local .n1{
    float: left;
    width: 100%;
    margin-right: 20px;
    margin-bottom: 30px;
}

.news_local .n1 .news_image{
    float: left;
    width:571px; 
    height: 351px;
    padding: 10px;
    box-sizing: border-box;
    margin-bottom: 10px;
    margin-right: 15px;
}


.news_local .n1 .news_image .border{
    border: 1px solid #EFD58B;
    width: 100%;
    height: 100%;
    
}

.news_local .n1 time{
    font-size: 14px;
    font-weight: 500;
    color: #64666C;
}

.news_local .n1 span{
    display: block;
/*    width: 100%;*/
    height: 239px;
    overflow: hidden;
}

.news_local .n1 .news_header{
    color: #000000;
    font-weight: 400;
    white-space: nowrap; 
    overflow: hidden; 
    text-overflow: ellipsis; 
    display: block;
    font-size: 25px;
    text-decoration: none;
/*    width: 100%;*/
}

.news_local .n1 .news_button{
    background-color: #009836;
    float: left;
    margin: 10px 0px;
    color: #EFD58B;
    text-decoration: none;
    padding: 10px 25px;
    border: 2px solid #009836;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: 600;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;

    
}

.news_local div:not(.n1) {
    float: left;
    width: 570px;
    margin-right: 10px;
    height: 125px;
    margin-bottom: 10px;
}

.news_local div:not(.n1) time{
    font-size: 14px;
    font-weight: 500;
    color: #64666C;
}

.news_local div:not(.n1) .news_image{
    float: left;
    
    width:173px; 
    height: 125px;
    padding: 10px;
    box-sizing: border-box;
    margin-bottom: 10px;
    margin-right: 15px;
}

.news_local div:not(.n1) .news_image .border{
    border: 1px solid #EFD58B;
    width: 100%;
    height: 100%;
    
}

.news_local div:not(.n1) span{
    display: block;
    font-size: 13px;
    height: 51px;
    overflow: hidden;
}

.news_local div:not(.n1) .news_header{
    color: #000000;
    font-weight: 600;
    white-space: nowrap; 
    overflow: hidden; 
    text-overflow: ellipsis; 
    display: block;
/*    width: 100%;*/
}

.news_local div:not(.n1) .news_button{
    color: #009836;
    
}

/*-------------------------------------------NEWS_DETAIL--------------------------------------*/
 .detail_img {
    padding: 10px;
    box-sizing: border-box;
    height: 350px;
    width: 100%;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

 .detail_img .border{
    border: 1px solid #EFD58B;
    width: 100%;
    height: 100%;
    
}

.detail_preview_text{
    position: relative;
    background-color: #EFD58B;
    padding: 35px 80px;
    font-family: Open Sans;
}

/**----------------------------------------INTERACTMAP------------------------------------------------*/

.interactmap{
    float: left;
    width: 1159px;
    height: 909px;
    position: relative;
    margin-bottom: 30px;

    
}

.datasheet{
    display: none;
    
}

.b-popup {
    display: none;
    z-index: 101;
    width: 100%;
    height: 2000px;
/*    background-color: rgba(0,0,0,0.5);*/
    background-color: rgba(255,255,255,0.8);
    overflow: hidden;
    position: fixed;
    top: 0px;
    font-family: Open Sans;
}

.b-popup h5{
    color: #009927;
    font-size: 18px;
    font-weight: 300;
}

.b-popup h4{
    color: #009927;
    font-size: 24px;
    font-weight: 300;
}

.b-popup h3{
    color: #009927;
    font-size: 27px;
    font-weight: 300;
}

.im_popup{
    display: none;
   /* position: absolute;*/
/*    top: calc(50% - 300px);
    top: 660px;
    left: calc(50% - 300px); */
    
    position: relative;
    margin: 150px auto 0px auto;
    height: auto;
    background-color: #FFFFFF;
    width:600px;
    z-index: 999;
    -webkit-box-shadow: 0px 0px 10px #000;
    -moz-box-shadow: 0px 0px 10px #000;
    box-shadow: 0px 0px 10px #000;
    
}

.im_popup_img_d {
    float: left;
    width: 100%;
    height: 260px;
    background-position: center;
    background-size: cover;
    
}

.im_popup_img {
    position: absolute;
    top: 220px;
    left: -1px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 5px solid #009836;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 999999;
    background-color: #FFFFFF;
}

.im_popup h4{
    text-align: right;
    padding-right: 10px;
    padding-left: 130px;
    margin-bottom: 5px;
}

.im_popup h5{
    text-align: center;
    margin: 15px 0px;

}

.im_popup ul.green{
    padding: 0px;
    margin: 0px;
    width: 100%;
    float: left;
    height: 30px;
    background-color: #009836;
    box-sizing: border-box;
    padding-left: 110px;
    padding-top: 4px;
    
}

.im_popup ul.green li{
    color: #FFFFFF;
    list-style: none;
    float: left;
    text-align: center;
    width: 100%;
}

.im_popup_prevtext {
    padding: 0px 20px;
    font-size: 14px;
}

.im_popup_close{
    position: absolute;
    right: 0px;
    top: 0px; 
    display: block;
    color: #FFFFFF;
    font-size: 20px;
    padding: 5px 10px;
    background-color: #009836;
    cursor:pointer;
}



.im_popup_url {
    /* float: left; */
    text-align: center;
    /* display: block; */
    color: #EFD58B;
    background-color: #009927;
    border: 2px solid #009927;
    text-decoration: none;
    padding: 10px 25px;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 10px 10px 10px 160px;
}

.im_popup_place{
    /* float: left; */
    padding: 25px;
    font-family: Open Sans;
    width: 365px;

}

.im_popup_place i {
    color: #009927;
}

.im_popup_rent{
    display: none;
    padding:30px 30px;
    box-sizing: border-box;
/*    position: absolute;
    top: calc(50% - 300px); top:660px;
    left: calc(50% - 300px); */
    position: relative;
    margin: 150px auto 0px auto;
    background-color: #FFFFFF;
    width:600px;
    z-index: 999;
    -webkit-box-shadow: 0px 0px 10px #000;
    -moz-box-shadow: 0px 0px 10px #000;
    box-shadow: 0px 0px 10px #000;
    
}

div.mfeedback {}
div.mf-name, div.mf-email, div.mf-captcha, div.mf-message {width:100%; padding-bottom:0.4em;}
div.mf-name input, div.mf-email input {
    width: 100%;
/*    background-color: #EFD58B;*/
    border: 1px solid #009927;
    outline: none;
    padding: 5px 5px 5px 40px;
    box-sizing: border-box;
    position: relative;
}
div.mfeedback input[name="captcha_word"] {
    border: 1px solid #009927;
    outline: none;
    padding: 5px 5px 5px 5px;
    box-sizing: border-box;
    position: relative;
}

div.mfeedback input[name="user_name"]{
    background-image: url(/bitrix/templates/main/images/r-user.png);   
    background-repeat: no-repeat;   
    background-position: 4px;  
    background-size: contain;
}

div.mfeedback input[name="user_email"]{
    background-image: url(/bitrix/templates/main/images/r-mail.png);   
    background-repeat: no-repeat;   
    background-position: 4px;  
    background-size: contain;
}

div.mfeedback input[name="user_tel"]{
    background-image: url(/bitrix/templates/main/images/r-tlf.png);   
    background-repeat: no-repeat;   
    background-position: 4px;  
    background-size: contain;
}

div.mfeedback input[name="submit"]{
    background-color: #009836;
    color: #EFD58B;
    text-decoration: none;
    padding: 10px 25px;
    border: 2px solid #009836;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 10px;
}

div.mf-message textarea {
    width: 100%; 
    resize: none;
    outline: none;
    padding: 5px 5px 5px 40px;
    box-sizing: border-box;
    border: 1px solid #009927;
    background-image: url(/bitrix/templates/main/images/r-loca.png); 
    background-repeat: no-repeat;   
    background-position: 4px;  
    background-size: contain;
}
span.mf-req {color: #009927;}
div.mf-ok-text {color:green; font-weight:bold; padding-bottom: 1em;}

.bx_filter {
    display: none;
}

.rooms{
    float: left;
    width:100%;
    margin: 20px 0px;

}

.r_rooms{
    float: left;
    width: 878px;     
    height: 590px;
    overflow-y: auto;
}

.r_filter{
    float: left;
    width: 270px;
    margin-right: 20px;
}

.r_filter_item {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
    background-color: #EFD58B;
/*    height: 100%;*/
    overflow: auto;
    float: left;
    
}

.r_filter_item li a {
    display: block;
    color: #000;
    padding: 8px 16px;
    text-decoration: none;
    border-bottom: 1px solid #FFFFFF;
    cursor: pointer;
}



.r_filter_item li a:hover:not(.active) {
    background-color: #4CAF50;
    color: white;
}

.r_rooms > div {
    float: left;
    width: 360px;
    height: 132px;
    margin: 0px 20px 20px 20px;
}

.r_info{
    float: left;
    width: 180px;
}

.rooms > ul > li {
    float: left;
    width: 30%;
    margin: 0 10px;
    box-sizing: border-box;
    list-style: square;
}

.r_rooms > div img{
    float: left;
    width: 170px; 
    height: 113px; 
    margin-right: 10px;
    background-image: url(/bitrix/templates/main/images/nimg.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.r_number {
    font-size: 13px;
}
.r_title {
    color: #4CAF50;
    font-weight: 600;
}
.r_descr {
    
}
.r_tel {
    font-weight: 600;
} 
.r_link {
    color: #4CAF50;
    font-size: 13px;
}

/*-----------------------------DETAIL-----------------------------*/

.d_info{
    margin-top: 20px;
    float: left;
    width: 500px;
}

.d_img{
    width: 100%;
    height: 730px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    box-sizing: border-box;
    padding: 10px;
}


.d_img .border{
    border: 1px solid #EFD58B;
    width: 100%;
    height: 100%;
    
}

.d_info table{
    float: left;
    width: 500px;
}

.d_info h4{
    margin: 0px ;
}
.d_info table i{
    color: #4CAF50;
    font-size: 24px;
}

.d_info table a{
    color: #4CAF50;
    font-size: 14px;
}

.d_mobileapps{
    margin-top: 20px;
    float: left;
    width: 670px;
}

.d_ma_img{
    float: left;
    width: 250px;
    height: 170px;
    background-image: url(/bitrix/templates/main/images/apps.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 10px;
}

.d_ma_info {
    float: left;
    width: 410px;
}

.d_ma_info h5{
    margin: 0px ;
}

.d_ma_info span{
    font-size: 13px;
}

.d_ma_info a {
    color: #FFFFFF;
    background-color: #4CAF50;
    padding: 17px 15px 13px 15px;
    border-radius: 5px;
}

.d_ma_info a i{
    font-size: 27px;
}

.d_detail{
    margin-top: 10px;
    float: left;
    width: 100%;
}

#detail_slider{
    margin: 20px 60px 0px 60px; 
    height: auto;
}

#detail_slider .slick-slide {
    outline: none!important;
    -webkit-filter: blur(0px) brightness(1) contrast(1) grayscale(0) hue-rotate(0deg) invert(0) opacity(100%) saturate(1) sepia(0) ;
}

.contact_table {
    width: 100%;
    margin: 20px 0;
}

.contact_table a {
    text-decoration: none;
    color: #009836;
    font-weight: 500;
}
/* End */
/* /bitrix/templates/main/components/bitrix/menu/mainmenu/style.min.css?1475668998490 */
/* /bitrix/templates/main/components/bitrix/breadcrumb/crumbs/style.min.css?1475668998448 */
/* /bitrix/templates/main/styles.css?14756689981012 */
/* /bitrix/templates/main/template_styles.css?147566899625032 */
