@charset "utf-8";
/* CSS Document */


a {text-decoration:none;color:#00bee2;}  
a.aBlack{color:#000;}
h1, h2, h3, h4, h5{font-weight:normal;}

img{border:none;}
textarea{resize: none;}
textarea:hover{cursor:text;}
input,textarea{outline:none; font-family: "Open Sans";}
a,button,textarea{outline: none;cursor:pointer;}
li{list-style:none;}
button{background:none;border:none;	}
input[type="submit"]:hover{cursor:pointer;}
input[type="submit"]{border:none;-webkit-appearance: none;}
input[type="search"]::-webkit-search-cancel-button {background:none;display:none;}
input[type="text"]::-webkit-text-cancel-button {background:none;display:none;}
input[type="tel"]::-webkit-text-cancel-button {background:none;display:none;}
input::-ms-clear {
   display: none;
}
:focus {
    outline: none;
}
.clearfix{clear:both;width:100%;display:inline-block;vertical-align:top; height:0px;}
* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
margin:0;
padding:0;
}

.conteiner{max-width:1140px;width:100%;margin:0 auto;}
body{font-family: 'Open Sans';}

/*---modal---*/
.modal-hidden{display:none;}
.arcticmodal-overlay, .arcticmodal-container {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 999999;
	background:rgba(83,71,65,0.53);
}
.arcticmodal-container {
    overflow: auto;
    margin: 0;
    padding: 0;
    border: 0;
    border-collapse: collapse;
}
.arcticmodal-container_i {
    height: 100%;
    margin: 0 auto;
}
.arcticmodal-container_i2 {
    margin: 0;
    border: 0;
    vertical-align: middle;
}
.box-modal_close {
    position: absolute;background:url(img/icons/close.png) no-repeat top center;
    right: -22px;
    top: -22px;
    width: 44px;
    height: 44px;
    cursor: pointer;
    z-index: 9;
}
.box-modal_close:hover{
	-webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);}
.box-modal {
    position: relative;
    width: 495px;
    background:#fff;
}
#podrobno.box-modal {
    width: 690px;}
/*---endmodal--*/


/*---tabs_main---*/
.wr_tabs{position:relative;}
.tabs_content {
  opacity:0;position:absolute;top:0;left:0;
  z-index:-1;
  -webkit-transition:  all 0.3s ease;
-moz-transition:  all 0.3s ease;
-o-transition:  all 0.3s ease;
-ms-transition:  all 0.3s ease;
transition:  all 0.3s ease; /* по умолчанию прячем все блоки */
}
.tabs_content.active {
  opacity:1;position:static;
  z-index:9; /* по умолчанию показываем нужный блок */
}

.tabs_content2 {
  opacity:0;position:absolute;top:0;left:0;
  z-index:-1;
  -webkit-transition:  all 0.3s ease;
-moz-transition:  all 0.3s ease;
-o-transition:  all 0.3s ease;
-ms-transition:  all 0.3s ease;
transition:  all 0.3s ease; /* по умолчанию прячем все блоки */
}
.tabs_content2.active {
  opacity:1;position:static;
  z-index:9; /* по умолчанию показываем нужный блок */
}
.tabs_content3 {
  opacity:0;position:absolute;top:0;left:0;
  z-index:-1;
  -webkit-transition:  all 0.3s ease;
-moz-transition:  all 0.3s ease;
-o-transition:  all 0.3s ease;
-ms-transition:  all 0.3s ease;
transition:  all 0.3s ease; /* по умолчанию прячем все блоки */
}
.tabs_content3.active {
  opacity:1;position:static;
  z-index:9; /* по умолчанию показываем нужный блок */
}
.tabs_content4 {
  opacity:0;position:absolute;top:0;left:0;
  z-index:-1;
  -webkit-transition:  all 0.3s ease;
-moz-transition:  all 0.3s ease;
-o-transition:  all 0.3s ease;
-ms-transition:  all 0.3s ease;
transition:  all 0.3s ease; /* по умолчанию прячем все блоки */
}
.tabs_content4.active {
  opacity:1;position:static;
  z-index:9; /* по умолчанию показываем нужный блок */
}
.tabs_content5 {
  opacity:0;position:absolute;top:0;left:0;
  z-index:-1;
  -webkit-transition:  all 0.3s ease;
-moz-transition:  all 0.3s ease;
-o-transition:  all 0.3s ease;
-ms-transition:  all 0.3s ease;
transition:  all 0.3s ease; /* по умолчанию прячем все блоки */
}
.tabs_content5.active {
  opacity:1;position:static;
  z-index:9; /* по умолчанию показываем нужный блок */
}
.tabs_content6 {
  opacity:0;position:absolute;top:0;left:0;
  z-index:-1;
  -webkit-transition:  all 0.3s ease;
-moz-transition:  all 0.3s ease;
-o-transition:  all 0.3s ease;
-ms-transition:  all 0.3s ease;
transition:  all 0.3s ease; /* по умолчанию прячем все блоки */
}
.tabs_content6.active {
  opacity:1;position:static;
  z-index:9; /* по умолчанию показываем нужный блок */
}
/*-tabs-end--*/

.block_1{background:url(img/bg/1.jpg) no-repeat top center;background-size:cover;padding:12px 0 33px 0;}
.mob_menu{display:none;}
.left_head{float:left;width:280px;}
.left_head img {max-width:100%;}
.right_head{width:calc(100% - 280px);text-align:right;padding-top:18px;    float: right;}
.menu{display:inline-block;vertical-align:top;margin-right:30px;padding-top:16px;}
.menu li{display:inline-block;vertical-align:top;margin:0 13px;}
.menu li a{display:block;vertical-align:top;font-size:14px;color:#fff;border-bottom:1px solid transparent;line-height:22px;}
.menu li a:hover{border-bottom-color:#FFB700;}
.calls{display:inline-block;vertical-align:top;text-align:center;color:#fff;}
.calls span{display:block;vertical-align:top;font-weight:600;font-size:26px;}
.calls a{display:block;vertical-align:top;border-bottom:1px dashed #fff;font-size:15px;}
.calls a:hover{border-bottom-color:transparent;}
.header{padding-bottom:35px;}

.tabs_caption{text-align:center;padding-bottom:30px;}
.tabs_caption li{display:inline-block;vertical-align:top;position:relative;margin:0 13px;text-transform:uppercase;font-weight:600;color:#fff;opacity:0.5;font-size:19px;}
.tabs_caption li:before{content:'';width:100%;height:1px;border-bottom:1px dashed #fff;position:absolute;bottom:0px;left:0;}
.tabs_caption li.active{opacity:1;}
.tabs_caption li.active:before{content:'';width:100%;height:1px;border-bottom:2px solid #FFB700;position:absolute;bottom:-6px;left:0;}
.tabs_caption li:hover{opacity:1;cursor:pointer;}

.wrap_search{border-radius:3px;background:#fff;
	-webkit-box-shadow: 0px 5px 13px 0px rgba(0,0,0,0.26);
-moz-box-shadow: 0px 5px 13px 0px rgba(0,0,0,0.26);
box-shadow: 0px 5px 13px 0px rgba(0,0,0,0.26);}
.search_item{display:inline-block;vertical-align:top;width:279px;padding:0 0 0 30px;position:relative;
-webkit-box-shadow: inset -1px 0px 0px 0px rgba(223,223,223,1);
-moz-box-shadow: inset -1px 0px 0px 0px rgba(223,223,223,1);
box-shadow: inset -1px 0px 0px 0px rgba(223,223,223,1);height: 62px;}




.search_item:nth-last-child(2){width:147px;box-shadow:none; padding-left:10px;}
.busSearch .search_item {width:496px;}

.top_tour_search .search_item { width:246px;}
.search_item:first-of-type{border-radius:3px 0 0 3px;}
.search_btn{border-radius:0 3px 3px 0;}
.search_inp{position:relative;font-size:15px;color:#000;line-height:60px;height:60px;    overflow: hidden;padding-right: 54px;}
.search_inp:after{content:'';background:url(img/icons/ar_down_chosen.png) no-repeat center left;width:15px;height:60px;position:absolute;top:0;right:22px;
-webkit-transition:  all 0.45s ease;
-moz-transition:  all 0.45s ease;
-o-transition:  all 0.45s ease;
-ms-transition:  all 0.45s ease;
transition:  all 0.45s ease;}
.search_inp.is_open:after{-webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);}
.search_inp:hover{cursor:pointer;}

.search_show{position:absolute;z-index:9;width:100%;top:100%;left:0;margin-top:10px;}

.wr_search_show1{padding:5px 0px;width:100%;background:#fff;border-radius:3px;
-webkit-box-shadow: 0px 3px 68px 0px rgba(0,0,0,0.54);
-moz-box-shadow: 0px 3px 68px 0px rgba(0,0,0,0.54);
box-shadow: 0px 3px 68px 0px rgba(0,0,0,0.54); max-height:600px; overflow-y:auto;}
.wr_search_show1.wr_search_show2{width:100%;}
.wr_search_show1 li{display:block;vertical-align:top;margin-bottom:5px;line-height:41px;color:#000;font-size:16px;padding:0 15px;}
.wr_search_show1 li:last-child{margin-bottom:0;}

.wr_search_show1 li span {color:#939393;}
.wr_search_show1 li span.s1{display:inline-block;vertical-align:top;width:85px;}
.wr_search_show1 li span.s2{float:right;font-size:14px;}
.wr_search_show1 li:hover, .wr_search_show1 li.active{background:#FFCB07;cursor:pointer;}
.wr_search_show1 li:hover span{color:#000;}


.wr_search_show3{background:#fff;border-radius:3px;width:390px;
-webkit-box-shadow: 0px 3px 68px 0px rgba(0,0,0,0.54);
-moz-box-shadow: 0px 3px 68px 0px rgba(0,0,0,0.54);
box-shadow: 0px 3px 68px 0px rgba(0,0,0,0.54);}

.calendar_head {padding:16px 15px;border-bottom:1px solid #D4D4D4;}
.calendar_head h4{display:inline-block;vertical-align:top;font-size:18px;line-height:1;color:#000000;margin-right:15px;}
.calendar_head a{display:inline-block;vertical-align:top;font-size:18px;line-height:1;margin-right:15px;}
.calendar_head a.year{color:#0089E6;border-bottom:1px dashed #0089E6;}
.calendar_head span{display:inline-block;vertical-align:top;font-size:18px;line-height:1;color:#000000;margin-right:15px;}
.calendar_head a:last-child{margin-right:0;}
.calendar_head a.year:hover{border-bottom-color:transparent;}
.calendar_years{display:inline-block;vertical-align:top;}
.calendar_head a.prev_year{background:url(img/icons/ar_down_chosen.png) no-repeat top center;width:15px;height:18px;
-webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);}

.calendar_head a.next_year{background:url(img/icons/ar_down_chosen.png) no-repeat top center;width:15px;height:18px;
-webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);}

.left_calendar{float:left;width:113px;}
.wrap_mounth a{display:block;vertical-align:top;padding-left:16px;color:#000;line-height:38px;font-size:14px;background:#D0E1ED;}
.wrap_mounth a.active{background:#fff;}
.right_calendar{float:right;width:240px;margin-right:10px;}

.right_calendar span{display:inline-block;vertical-align:top;width:32px;text-align:center;}
.day_week span{line-height:38px;font-size:14px;color:#000;}
.right_calendar .red{color:#F25A5A;}

.mounth_cont h4{text-transform:uppercase;color:#000;font-size:18px;text-align:left; }
.mounth_cont{padding-bottom:10px;border-bottom:1px solid #EAEAEA;margin-bottom:8px;}
.mounth_cont:last-child{margin-bottom:0;border-bottom:none;padding-bottom:0;}
.mounth_cont span{font-size:12px;color:#000;border-radius:2px;line-height:32px;margin:1px 0;}
.mounth_cont span:hover{cursor:pointer;
-webkit-box-shadow: 0px 0px 0px 1px rgba(214,221,225,1);
-moz-box-shadow: 0px 0px 0px 1px rgba(214,221,225,1);
box-shadow: 0px 0px 0px 1px rgba(214,221,225,1);	}
.mounth_cont span.disabled{opacity:0.5;}
.mounth_cont span.disabled:hover{cursor:default;box-shadow:none;}
.mounth_cont span.active{background:#D0E1ED;}
.mounth_cont span.active:hover{box-shadow:none;}
.mounth_cont span.active.end{background:#224E67;color:#fff !important;}

.mounth_row{text-align:left;}
.search_btn{display:inline-block;vertical-align:top;text-align:center;color:#000;line-height:60px;border-radius:0 3px 3px 0;background:#FFCB07;font-size:15px;font-weight:600;    width: 139px;}
#roomSearch .search_btn {width:164px;}
.search_btn:hover{background:#FFB700;}

.wr_search_show4{background:#fff;border-radius:3px;width:184px;padding:5px 10px;
-webkit-box-shadow: 0px 3px 68px 0px rgba(0,0,0,0.54);
-moz-box-shadow: 0px 3px 68px 0px rgba(0,0,0,0.54);
box-shadow: 0px 3px 68px 0px rgba(0,0,0,0.54);}

.quantity_item{background:#FFB700;border-radius:3px;padding:1px 1px;margin:5px 0;}
.quantity_item span{display:inline-block;vertical-align:top;width:29px;height:33px;}
.quantity_item span.minus1{background:url(img/icons/minus1.png) no-repeat center center;}
.quantity_item span.plus1{background:url(img/icons/plus1.png) no-repeat center center;}
.quantity_item input{display:inline-block;vertical-align:top;width:calc(100% - 68px);line-height:33px;height:33px;text-align:center;color:#000;font-size:13px;}
.quantity_item span:hover{cursor:pointer;opacity:0.85;}
.quantity_item span.minus1:hover{background:url(img/icons/minus1h.png) no-repeat center center;}
.quantity_item span.plus1:hover{background:url(img/icons/plus1h.png) no-repeat center center;}

.search_show{display:none;}

.main_searh{border-radius:3px;position:relative;
    -webkit-box-shadow: 0px 5px 13px 0px rgba(0,0,0,0.26);
    -moz-box-shadow: 0px 5px 13px 0px rgba(0,0,0,0.26);
    box-shadow: 0px 5px 13px 0px rgba(0,0,0,0.26);}
.main_searh input[type="search"] {display:inline-block;vertical-align:top;width:calc(100% - 138px);padding:0 20px 0 60px;background:#fff;border-radius:3px 0 0 3px;line-height:60px;height:60px;font-size:15px;color:#000;
border:none;box-shadow:none;}
.main_searh .zoom {    z-index: 2;position:absolute;top:0;left:0;display:block;width:60px;height:60px;background:url(img/icons/search.png) no-repeat center center;}
.orange{background:#FFCB07;text-align:center;color:#000;line-height:60px;border-radius:3px;background:#FFCB07;font-size:15px;font-weight:600;    width: 138px;}
.orange:hover{background:#FFB700;}
.main_searh .orange{display:inline-block;vertical-align:top;margin-left: -6px;
    width: 139px; line-height:58px;}

.search_inp::-webkit-input-placeholder       {opacity: 1; transition: opacity 0.3s ease;font-size:15px;color:#000;}
.search_inp::-moz-placeholder                {opacity: 1; transition: opacity 0.3s ease;font-size:15px;color:#000;}
.search_inp:-moz-placeholder                 {opacity: 1; transition: opacity 0.3s ease;font-size:15px;color:#000;}
.search_inp:-ms-input-placeholder            {opacity: 1; transition: opacity 0.3s ease;font-size:15px;color:#000;}
.search_inp:focus::-webkit-input-placeholder {opacity: 0; transition: opacity 0.3s ease;}
.search_inp:focus::-moz-placeholder          {opacity: 0; transition: opacity 0.3s ease;}
.search_inp:focus:-moz-placeholder           {opacity: 0; transition: opacity 0.3s ease;}
.search_inp:focus:-ms-input-placeholder      {opacity: 0; transition: opacity 0.3s ease;}


.wrap_tabs2{margin-top:40px;}

.tabs_caption2 li{display:inline-block;vertical-align:top;width:24.7%;padding-bottom:18px;border-bottom:2px solid rgba(0,0,0,0.2);font-size:33px;color:#fff;font-weight:300;text-transform:uppercase;
line-height:33px;text-align:center;}
.tabs_caption2 li span{display:inline-block;vertical-align:top;width:33px;height:33px;line-height:33px;border-radius:50% 50%;margin-right:15px;}
.tabs_caption2 li span.pora1{background:url(img/icons/weather/vesna.png) no-repeat center center #fff;}
.tabs_caption2 li span.pora2{background:url(img/icons/weather/leto.png) no-repeat center center #fff;}
.tabs_caption2 li span.pora3{background:url(img/icons/weather/osen.png) no-repeat center center #fff;}
.tabs_caption2 li span.pora4{background:url(img/icons/weather/zima.png) no-repeat center center #fff;}
.tabs_caption2 li.active{border-bottom-color:#FFB700;}
.tabs_caption2 li:hover{border-bottom-color:#FFB700;cursor:pointer;}
.wrap_tabs2 .wr_tabs{margin-top:30px;}

.kurorts_item{display:inline-block;vertical-align:top;width:24.7%;padding:25px 18px;border-radius:3px;text-align:center;}
.kurorts_item h3{color:#000;line-height:30px;padding:0 18px;font-size:13px;border-radius:14px;margin-bottom:10px;background:rgba(255,255,255,0.5);display:inline-block;vertical-align:top;}
.kurorts_item h4{font-size:15px;font-weight:600;color:#fff;}
.kurorts_item p{color:#fff;font-size:13px;font-weight:600;}
.kurorts_item span {display:block;vertical-align:top;}
.kurorts_item span.date{font-size:14px;padding:12px 0;color:#fff;}




.kurorts_item span.podrobno {margin:0 auto;border-radius:3px;width:123px;line-height:42px;height:42px;color:#fff;border:1px solid #FFB700;font-weight:600;font-size:15px;}


#all_ideas .kurorts_item h4{color:#000;}
#all_ideas .kurorts_item p{color:#000;}
#all_ideas .kurorts_item span.date{color:#000;}
#all_ideas .kurorts_item span.podrobno {color:#000;}

.kurorts_item:hover{background:#fff;}
.kurorts_item:hover h3{color:#fff;background:#79B959;}
.kurorts_item:hover h4{color:#000;}
.kurorts_item:hover p{color:#000;}
.kurorts_item:hover span.date{color:#000;}
.kurorts_item:hover span.podrobno {background:#FFCB07;color:#000;}
.hider{display:block;vertical-align:top;text-align:center;font-size:15px;color:#fff;line-height:18px;}
.hider span{border-bottom:1px dashed #fff;display:inline-block;vertical-align:top;}
.hider:hover span{border-bottom-color:transparent;}
.hider.is_open{opacity:0;display:none;}

.hidden_kur{display:none;}
.hidden_kur2{display:none;}
.hidden_kur3{display:none;}
.hidden_kur4{display:none;}

.want{padding:30px 0;background:#77B24C;}
.conv{display:inline-block;vertical-align:top;border-radius:50% 50%;line-height:110px;height:110px;width:110px;background:url(img/icons/want.png) no-repeat top center;margin-right:25px;}
.conv.conv2{;background:url(img/icons/want2.png) no-repeat top center;}
.want_txt{display:inline-table;vertical-align:top;color:#fff;width:calc(99% - 135px);}
.want_cell{display:table-cell;vertical-align:middle;height:110px;width:100%;}
.want_cell h4{font-size:28px;}
.want_cell p{font-size:14px;font-weight:600;}
.left_want{float:left;width:calc(98% - 545px);}
.right_want{float:right;width:545px;padding-top:25px;}
.right_want .input_one{display:inline-block;vertical-align:top;padding:0 150px 0 30px;width:100%;background:#fff;border-radius:3px;line-height:60px;height:60px;border:none;box-shadow:none;}
.input_one::-webkit-input-placeholder       {opacity: 1; transition: opacity 0.3s ease;font-size:14px;color:#000;}
.input_one::-moz-placeholder                {opacity: 1; transition: opacity 0.3s ease;font-size:14px;color:#000;}
.input_one:-moz-placeholder                 {opacity: 1; transition: opacity 0.3s ease;font-size:14px;color:#000;}
.input_one:-ms-input-placeholder            {opacity: 1; transition: opacity 0.3s ease;font-size:14px;color:#000;}
.input_one:focus::-webkit-input-placeholder {opacity: 0; transition: opacity 0.3s ease;}
.input_one:focus::-moz-placeholder          {opacity: 0; transition: opacity 0.3s ease;}
.input_one:focus:-moz-placeholder           {opacity: 0; transition: opacity 0.3s ease;}
.input_one:focus:-ms-input-placeholder      {opacity: 0; transition: opacity 0.3s ease;}

.right_want .orange{display:inline-block;vertical-align:top;width:183px;margin-left:-200px;    margin-top: 8px;border-radius:3px;line-height:44px;height:44px;
-webkit-box-shadow: inset 0px 0px 0px 1px rgba(255,224,54,1);
-moz-box-shadow: inset 0px 0px 0px 1px rgba(255,224,54,1);
box-shadow: inset 0px 0px 0px 1px rgba(255,224,54,1);}

@media screen and (-webkit-min-device-pixel-ratio:0)
  and (min-resolution:.001dpcm) {
    .right_want .orange{margin-top:-52px; margin-left:354px} 
}


.right_want .orange:hover{background:#FFE036;}

.title{font-size:32px;color:#000000;padding-bottom:35px;}
.title a{float:right;display:inline-block;vertical-align:top;font-size:17px;line-height:33px;border-bottom:1px solid transparent;}
.title a.black{color:#000000;}
.title a.black:hover{border-bottom-color:#000;}
.title a.blue{color:#00A2E2;}
.title a.blue:hover{border-bottom-color:#00A2E2;}

.block_3{padding-top:40px;}
.wrap_kuda{text-align:left;}
.kuda_item{display:inline-block;vertical-align:top;width:23.9%;max-width:278px;position:relative;margin-bottom:12px; margin-right:12px;height: 180px; overflow:hidden}
.kuda_item:nth-child(4n) {margin-right:0;}
.kuda_img span{overflow:hidden;width:100%;display:block;vertical-align:top;} 
.kuda_img span img {width:100%;height:auto;-moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;}
.kuda_item:hover span img { -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);}
.simele_item:hover span img { -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);}
.kuda_txt{position:absolute;margin-bottom:20px;padding-left:30px;bottom:0;left:0;width:100%;}
.kuda_txt h4 a{color:#fff;font-weight:bold;font-size:18px;padding-bottom:10px; display:block;}

.kuda_txt span{display:inline-block;vertical-align:top;margin-right:7px;height:20px;width:24px;}
.icon1 {background:url(img/icons/min_icons/1.png) no-repeat center center;}
.icon2 {background:url(img/icons/min_icons/2.png) no-repeat center center;}
.icon3 {background:url(img/icons/min_icons/3.png) no-repeat center center;}
.icon4 {background:url(img/icons/min_icons/4.png) no-repeat center center;}
.icon5 {background:url(img/icons/min_icons/5.png) no-repeat center center;}
.icon6 {background:url(img/icons/min_icons/6.png) no-repeat center center;}
.icon7 {background:url(img/icons/min_icons/7.png) no-repeat center center;}

.block_4{padding:40px 0 50px 0;}

.left_dost{float:left;width: 57.28%;}
.right_dost{float:right;width:41.666667%;}
.dost_item{position:relative;}
.dost_item .dost_img{position:relative;}
.dost_img::after {content: "";position:absolute;width: 100%;height: 100%;background: rgba(0,0,0,0.5);}
.dost_txt{position:absolute;margin-bottom:22px;padding:0 55px 0 30px;color:#fff;bottom:0;left:0;}
.dost_txt h4{font-weight:bold;font-size:23px;padding-bottom:14px;}
.dost_txt p{font-size:13px;line-height:18px;font-weight:600;padding-bottom:12px;}
.dost_txt a{display:inline-block;vertical-align:top;line-height:42px;font-size:15px;color:#fff;}
.dost_txt a.podr{width:134px;text-align:center;border-radius:3px;margin-right:17px;
-webkit-box-shadow: inset 0px 0px 0px 1px rgba(255,183,0,1);
-moz-box-shadow: inset 0px 0px 0px 1px rgba(255,183,0,1);
box-shadow: inset 0px 0px 0px 1px rgba(255,183,0,1);}
a.podr:hover {background:#FFB700;color:#000;}
a.all_dost:hover {font-weight:600;}
.right_dost .dost_item:first-of-type{margin-bottom:12px;}
.hider2 span{border-bottom:1px dashed #000;display:inline-block;vertical-align:top;}
.hider2:hover span{border-bottom-color:transparent;}
.hider2.is_open{opacity:0;display:none;}
.hider2{display:block;vertical-align:top;text-align:center;font-size:15px;color:#000;line-height:18px;}

.hider5 span{border-bottom:1px dashed #000;display:inline-block;vertical-align:top;}
.hider5:hover span{border-bottom-color:transparent;}
.hider5.is_open{opacity:0;display:none;}
.hider5{display:block;vertical-align:top;text-align:center;font-size:15px;color:#000;line-height:18px;}
.yellow{background:#FFFAEA;}
.block_5{padding:40px 0 25px 0;}
.akc_item{display:inline-block;vertical-align:top;width:278px;background:#fff;border-radius:3px;margin-bottom:30px;text-align:left;
-webkit-box-shadow: 0px 8px 16px 0px rgba(206,197,174,0.64);
-moz-box-shadow: 0px 8px 16px 0px rgba(206,197,174,0.64);
box-shadow: 0px 8px 16px 0px rgba(206,197,174,0.64); margin-right:5px;
}

.akc_item:nth-child(4n) { margin-right:0}

.ideas .akc_item { width:220px;}
.ideas .akc_item:nth-child(4n) { margin-right:5px}
.ideas .akc_item:nth-child(5n) { margin-right:0}

.akc_img {position:relative;}
.akc_img img{width:100%;height:auto;border-radius:3px 3px 0 0; -moz-transition: all 0.5s ease-out !important;
  -o-transition: all 0.5s ease-out !important;
  -webkit-transition: all 0.5s ease-out !important;}
.akc_img span{display:block;vertical-align:top;overflow:hidden;}
.akc_item:hover .akc_img img{-webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);}

.sale{position:absolute;top:20px;left:20px;} 
.sale p{text-align:center;color:#fff;border-radius:14px;line-height:30px;padding:0 15px;font-weight:bold;font-size:13px;background:#E83D3D;display:inline-block;vertical-align:top;}  
 .sale p span{display:inline-block;vertical-align:top;} 
.akc_txt{padding:20px 8px 20px 18px;} 
.akc_txt h4{font-size:16px;color:#00ABDE;font-weight:600;line-height:22px;border-bottom:1px solid #00ABDE;display:inline;vertical-align:top;}  
.akc_item:hover .akc_txt h4{border-bottom-color:transparent;}
.akc_txt span{display:block;vertical-align:top;padding:12px 0;font-size:13px;color:#9D9D9D;}
.akc_txt p{color:#000;font-size:13px;line-height:18px;}
.hidden_akc{text-align:justify;display:none;}
.wr_akc{text-align:left;}

.block_6{padding:45px 0;}
.wrap_news{text-align:justify;}
.news_item{display:inline-block;vertical-align:top;width:174px;text-align:left;}
.news_img img{width:100%;height:auto;}
.news_img {margin-bottom:17px; height:110px; overflow:hidden;}
.news_txt h4{font-size:16px;color:#000000;font-weight:600;margin-bottom:12px;}
.news_item:hover .news_txt h4{text-decoration:underline;color:#00ACDE;}
.news_txt p{color:#000;font-size:13px;line-height:18px;padding-bottom:15px;}
.news_txt span{display:block;vertical-align:top;font-size:11px;color:#949494;}
.grey{background:#EFEFEF;}
.block_7{padding:45px 0;}
.wrap_reviews{text-align:justify;}

.review_item{display:inline-block;vertical-align:top;width:370px;padding:30px 45px 30px 65px;position:relative;text-align:left;}
.review_item h4{font-size:14px;color:#000000;font-weight:600;padding-bottom:10px;}
.review_item p{font-size:13px;color:#000000;line-height:18px;padding-bottom:7px;font-weight:300;}
.review_item h6{font-weight:300;font-size:13px;color:#9E9E9E;}
.review_item span{display:block;vertical-align:top;width:21px;position:absolute;}
.review_item span.left_kov{top:25px;left:25px;}
.review_item span.right_kov{bottom:25px;right:20px;}
.review_item:hover{background:#fff;
-webkit-box-shadow: 0px 8px 16px 0px rgba(206,197,174,0.64);
-moz-box-shadow: 0px 8px 16px 0px rgba(206,197,174,0.64);
box-shadow: 0px 8px 16px 0px rgba(206,197,174,0.64);}
.block_8{padding:45px 0;}
.for_us p{font-size:15px;line-height:24px;color:#000000;padding-bottom:20px;}
.for_us p:last-child{padding-bottom:0;}
.up_footer{padding:65px 0 10px 0;}
.footer{margin-top:2px;padding:30px 0;}
.right_foot{float:right;width:285px;}
.left_foot{float:right;width:calc(100% - 285px);}
.foot_menu_item{display:inline-block;vertical-align:top;width:24.5%;}
.foot_menu_item h4{font-size:16px;color:#000000;font-weight:600;margin-bottom:10px;}
.foot_menu_item li{display:block;vertical-align:top;margin-bottom:12px;}
.foot_menu_item li a{display:inline-block;vertical-align:top;text-decoration:underline;font-size:13px;color:#707070;line-height:15px;}
.foot_menu_item li a:hover{text-decoration:none;color:#00ADE4;font-weight:bold;}
.sform{position:relative;border-radius:4px;background:#77B24C;padding:50px 13px 17px;color:#fff;text-align:center;}
.letter{display:block;vertical-align:top;position:absolute;width:110px;top:-55px;left:50%;margin-left:-55px;}
.sform h4{font-size:28px;padding-bottom:10px;}
.sform p{font-size:14px;line-height:20px;font-weight:600;padding-bottom:13px;}
.sform input {display:block;vertical-align:top;width:100%;text-align:center;border:none;}
.sform .input_one{line-height:40px;height:40px;text-align:center;padding:0 0;border-radius:3px;margin-bottom:7px;}
.sform .orange{border-radius:3px;line-height:38px;height:38px;border:1px solid #FFE036;}
.wrap_footer{position:relative;}
.right_footer{float:right;width:272px;}
.right_footer .calls{color:#000;}
.right_footer .calls a{border-bottom-color:#000;}
.left_footer{float:left;width:202px;margin-right:80px;}
.left_footer img {max-width:100%;}
.middle_footer {float:left;width:420px;font-size:13px;line-height:21px;color:#707070;}

.left_hotel{float:left;width:266px;}
.right_hotel{float:right;width:845px;}
.wrap_tabs3{border:4px solid #E9E9E9;padding:25px 20px 20px;}
.hotels{padding:22px 0;}
.breadcrumbs{margin-bottom:30px;}
.breadcrumbs a{display:inline-block;vertical-align:top;font-size:13px;color:#000000;text-decoration:underline;line-height:16px;}
.breadcrumbs a:hover{text-decoration:none;}
.breadcrumbs span{display:inline-block;vertical-align:top;line-height:16px;}
.breadcrumbs span.active_page{font-size:13px;color:#000000;}
.breadcrumbs span.point{margin:6px 8px;background:#00BEE2;border-radius:50% 50%;width:4px;height:4px;}
.fearch_title{position:relative;font-size:15px;color:#000000;line-height:38px;border-bottom:1px solid #C5C5C5;}
.fearch_title:before {background:url(img/icons/ar_down_chosen.png) no-repeat center right;content:'';position:absolute;top:0;right:0;width:15px;height:38px;
-webkit-transition:  all 0.45s ease;
-moz-transition:  all 0.45s ease;
-o-transition:  all 0.45s ease;
-ms-transition:  all 0.45s ease;
transition:  all 0.45s ease;}
.fearch_title:hover{cursor:pointer;}
.fearch_title.is_open:before{   -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);}
.fearch_title.is_open{border-bottom:none;}
.fsearch_show{display:none;}
.fsearch_item .wr_search_show1 li {
    line-height: 38px;    padding: 0 3px;
    font-size: 13px;}
.fsearch_item .wr_search_show1 {border:1px solid #C5C5C5;
    width: 100%;
    border-radius: 0px;box-shadow:none;}

.fsearch_item .wr_search_show1 li span.s2 {
    font-size: 11px;
}
.fsearch_item .wr_search_show1 li span.s1 {
    width: 60px;
}
.wr_search_show4 {
    border:1px solid #C5C5C5;box-shadow:none;
    border-radius: 0px;
    width: 100%;    min-width: 184px;}

.fsearch_item .wr_search_show3{box-shadow:none;border:1px solid #C5C5C5;border-radius:3px;width: 302px;}

.fsearch_item .calendar_head h4 {
    font-size: 15px;
    margin-right: 8px;}	
.fsearch_item .calendar_head a {
    font-size: 15px;
    margin-right:8px;
}	
.fsearch_item .calendar_head span {
    font-size: 15px;
    margin-right:8px;
}	
.fsearch_item .calendar_head {
    padding: 16px 5px;}	
.fsearch_item .wrap_mounth a {
    padding-left: 5px;}	
.fsearch_item .left_calendar {
    width: 97px;
}	
.fsearch_item .right_calendar {
    width: 193px;
    margin-right: 5px;
}	
.fsearch_item .right_calendar span {
    width: 27px;
}	
.fsearch_item .day_week span {
    line-height: 27px;
}	
.fsearch_item .mounth_cont span {
    line-height: 27px;}	
.fsearch_item .wrap_mounth a {
    line-height: 33px;}	

.tabs_caption3 li{display:inline-block;vertical-align:top;width:99%;text-align:center;font-size:16px;color:#000000;font-weight:600;height:30px;border-bottom:2px solid transparent;position:relative;}
.tabs_caption3 li:hover{cursor:pointer;}
.tabs_caption3 li:before{content:'';display:inline-block;vertical-align:top;border-bottom:1px dashed #000;width:45px;height:1px;position:absolute;top:21px;left:50%;margin-left:-22.5px;
-webkit-transition:  all 0.45s ease;
-moz-transition:  all 0.45s ease;
-o-transition:  all 0.45s ease;
-ms-transition:  all 0.45s ease;
transition:  all 0.45s ease;}
.tabs_caption3 li.active{border-bottom-color:#FFB700;}
.tabs_caption3 li.active:before{opacity:0;}
.wr_tabs3{position:relative;margin-top:20px;}

/*--------checkbox-----*/
.check_box_item label{display:block;vertical-align:top;margin-bottom:20px;text-align:left;}
.check_box_item div:last-child label{margin-bottom:0;}
.check_box_item label:hover{cursor:pointer;}
.check_box_item label:hover p{text-decoration:underline;}
.check_box_item input[type="checkbox"] {
    display:none;
}
.check_box_item input[type="checkbox"] + label span.check_it{
     display:inline-block;   
    margin-right:13px;
	line-height:20px;
	height:20px;
	width:20px;
	text-align:center;
	background:url(img/icons/non_check.png) no-repeat top center;
    
    
}
.check_box_item input[type="checkbox"]:checked + label span.check_it{
   background:url(img/icons/check.png) no-repeat  top center;
}
.check_box_item input[type="checkbox"]:checked + label p{font-weight:bold;font-size:14px;}
.check_box_item input[type="checkbox"] + label p{line-height:20px;font-size:15px;color:#000000;display:inline-block;vertical-align:top;width:calc(100% - 33px);
-webkit-transition:  all 0.3s ease;
-moz-transition:  all 0.3s ease;
-o-transition:  all 0.3s ease;
-ms-transition:  all 0.3s ease;
transition:  all 0.3s ease;}
.check_box_item input[type="checkbox"] + label p span{float:right;}
/*---end---*/


/*--------checkbox-----*/
.choise_pop{text-align:justify;}
.choise_pop label{display:inline-block;vertical-align:top;text-align:center;width:345px;padding:28px 15px 10px;min-height:260px;border:4px solid #E1E1E1;}
.choise_pop label:hover{cursor:pointer;}
.choise_pop input[type="checkbox"] {
    display:none;
}
.choise_pop input[type="checkbox"] + label span.check_it{
     display:block;   
    margin:0 auto;margin-bottom:15px;
	line-height:26px;
	height:26px;
	width:26px;
	text-align:center;
	background:url(img/icons/non_check2.png) no-repeat top center;
    
    
}
.choise_pop input[type="checkbox"]:checked + label{border-color:#FFC20B;}
.choise_pop input[type="checkbox"]:checked + label span.check_it{
   background:url(img/icons/check2.png) no-repeat  top center;width:30px;
}
.choise_pop input[type="checkbox"] + label p{font-size:13px;color:#8F8F8F;line-height:18px;}
.choise_pop input[type="checkbox"] + label p a{text-decoration:underline;color:#8F8F8F;}
.choise_pop input[type="checkbox"] + label p a:hover{text-decoration:none;}
.choise_pop input[type="checkbox"] + label h4{font-size:18px;color:#000;font-weight:600;padding-bottom:10px;}
.choise_pop input[type="checkbox"] + label h5{color:#000;font-size:13px;font-weight:600;padding-bottom:5px;}
.choise_pop input[type="checkbox"] + label h6{color:#000;font-size:14px;font-weight:400;padding-bottom:15px;}
.modal_body .orange{width:160px;line-height:60px;font-size:18px;border-radius:3px;margin-top:20px;}
/*---end---*/


.wr_check_box {padding-top:30px;}
.wr_check_box h4{font-size:20px;color:#000000;font-weight:600;padding-bottom:20px;}
.wr_tabs3 .orange[type="submit"] {width:100%;border-radius:3px;line-height:60px;margin-top:25px;}
.pull2{display:none;}
.left_hotel .sform{margin-top:95px;}
.hotel_slide{float:left;width:224px;}
.swiper-slide{display:inline-block;vertical-align:top;}
.foto_big{width:100%;margin-bottom:2px;min-width:224px;position:relative;}
.foto_big img{width:100%;height:100%;}
.foto_small{width:69px;position:relative;}
.foto_small img{width:100%;height:100%; cursor:pointer;}
.foto_small2{margin-right:4px;}
.hotel_right{float:right;width:594px;}
.showplaces_list .hotel_right{width:calc(100% - 259px);}
.title2{font-size:32px;color:#000;font-weight:300;padding-bottom:7px;}
.hotel_item{padding-bottom:17px;border-bottom:1px solid #EAEAEA;margin-bottom:20px;}
.hotel_item:last-child{border-bottom:none;}
.wrap_hotel_items_hidden{display:none;}
.hider3{display:block;vertical-align:top;text-align:center;padding:21px 0;background:#E9E9E9;}
.hider3 span{font-size:15px;color:#000;border-bottom:1px dashed #000;position:relative;display:inline-block;vertical-align:top;
-webkit-transition:  all 0.0s ease;
-moz-transition:  all 0.0s ease;
-o-transition:  all 0.0s ease;
-ms-transition:  all 0.0s ease;
transition:  all 0.0s ease;}
.hider3 span:hover{border-bottom-color:transparent;}
.hider3.is_open span{font-size:0;border-bottom-color:transparent;}
.hider3.is_open span:after{content:'Скрыть';display:inline-block;vertical-align:top;text-align:center;font-size:15px;color:#000;border-bottom:1px dotted #000;
-webkit-transition:  all 0.45s ease;
-moz-transition:  all 0.45s ease;
-o-transition:  all 0.45s ease;
-ms-transition:  all 0.45s ease;
transition:  all 0.45s ease;}
.hider3.is_open span:hover:after{border-bottom-color:transparent;}
.hotel_head_tags a{display:inline-block;vertical-align:top;line-height:16px;font-size:13px;}
.hotel_head_tags a.tag_item{border-bottom:1px dashed #00BEE2;color:#00BEE2;margin-right:10px;}
.hotel_head_tags a.tag_item:hover{border-bottom-color:transparent;}
.hotel_head_tags a.in_map_pl{float:right;color:#000;margin-right:5px;padding-left:17px;position:relative;}
.hotel_head_tags a.in_map_pl:before{content:'';background:url(img/icons/in_map.png) no-repeat center center;width:10px;height:16px;position:absolute;top:0;left:0;}
.hotel_head_tags a.in_map_pl span{border-bottom:1px dashed #000000;}
.hotel_head_tags a.in_map_pl:hover span{border-bottom-color:transparent;}
.pokaz_in_map{position:absolute;top:20px;left:20px;color:#fff;padding:0 27px 0 37px;line-height:37px;border-radius:3px;background:rgba(0,0,0,0.3);font-size:13px;display:none;}
.pokaz_in_map span{display:block;vertical-align:top;position:relative;}
.pokaz_in_map span:before{content:'';background:url(img/icons/in_map2.png) no-repeat center center;width:12px;height:37px;position:absolute;top:0;left:-22px;}
.hotel_body{margin-top:13px;}
.h_body_item{padding:9px 19px;border-radius:3px;border:1px solid #B9B9B9;margin-bottom:10px;}
.h_body_hidden{display:none;}

.h_body_visible > div{display:inline-block;vertical-align:top;}
.h_body_visible:hover{cursor:pointer;}
.name_h_body {position:relative;padding-left:24px;width:228px;}
.name_h_body:before{content:'';background:url(img/icons/ar_down_chosen.png) no-repeat center center;width:15px;height:27px;position:absolute;top:0;left:0;
-webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
	-webkit-transition:  all 0.45s ease;
-moz-transition:  all 0.45s ease;
-o-transition:  all 0.45s ease;
-ms-transition:  all 0.45s ease;
transition:  all 0.45s ease;}
.name_h_body h4{line-height:27px;color:#000;font-size:15px;}
.how_h_body{padding:4px 25px;border-right:1px solid #E4E4E4;border-left:1px solid #E7E7E7;}
.how_h_body span{display:inline-block;vertical-align:top;line-height:20px;height:20px;width:19px; position:relative}
.how_h_body span i {display:block; position:absolute; padding:1px 8px; font-size:10px; color:#000; font-style:normal; font-weight:bold; background:#CBD996; border-radius:50%; top:6px; right:-11px;}
.how_h_body p {margin:0 9px;line-height:20px;color:#242424;font-size:13px;display:inline-block;vertical-align:top;}
.info_much_h_body > div {display:inline-block;vertical-align:top;}
.info_much_h_body{padding-left:25px;width:191px;}
.quest_h_body p{font-size:15px;color:#000;border-radius:50% 50%;background:#E3EDF4;width:27px;line-height:27px;text-align:center;margin-right: 16px;}
.much_h_body{text-align:right;padding-right:38px;}
.much_h_body span{display:block;vertical-align:top;line-height:27px;color:#000;font-size:18px;font-weight:bold;position:relative;}
.much_h_body span:after{content:'';background:url(img/icons/food.png) no-repeat center center;width:23px;height:27px;position:absolute;top:0;right:-30px;}

.h_body_visible.is_open .name_h_body:before{-webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);}

.h_body_hidden{margin-top:18px;}
.h_hidden_left{float:left;width:118px;}
.h_hidden_left img{width:100%;height:auto;}
.h_hidden_right {
    float: right;
    width: calc(100% - 140px);
}
.h_hidden_right p{font-size:15px;line-height:24px;color:#000;}
.h_hidden_down{margin-top:12px;}
.h_hidden_down a{display:inline-block;vertical-align:top;font-size:15px;color:#000000;font-weight:600;line-height:44px;}
.h_hidden_down a.orange{width:170px;border-radius:25px;}
.podr_hidden {margin-left:20px;}
.podr_hidden:hover{text-decoration:underline;}
.hide_hotel{display:block;vertical-align:top;text-align:center;font-size:13px;color:#000;padding-top:13px;border-top:1px solid #EDEDED;margin-bottom:20px;position:relative;}
.hide_hotel.is_open{font-size:0;}
.hide_hotel.is_open:after{content:'Скрыть';display:inline-block;vertical-align:top;text-align:center;font-size:13px;color:#000;border-bottom:1px dotted #000;
-webkit-transition:  all 0.45s ease;
-moz-transition:  all 0.45s ease;
-o-transition:  all 0.45s ease;
-ms-transition:  all 0.45s ease;
transition:  all 0.45s ease;}
.hide_hotel.is_open:hover:after{border-bottom-color:transparent;}
.hide_hotel span{border-bottom:1px dotted #000;}
.hide_hotel:hover span{border-bottom-color:transparent;}
.wr_show_hotel{display:none;}

.hotel_down a{display:inline-block;vertical-align:top;line-height:44px;color:#000;}
.hotel_down a.orange{width:165px;border-radius:25px;}
.hotel_down .podr_hidden {font-size:15px;font-weight:600;margin-right:35px;}
.hotel_down a.like_hotel{font-size:14px;width:145px;margin-right:20px;}
.hotel_down a.like_hotel span{float:right;position:relative;display:block;vertical-align:top;padding-left:22px;}
.hotel_down a.like_hotel span:before{content:'';background:url(img/icons/like1.png) no-repeat center center;width:17px;height:44px;position:absolute;top:0;left:0;
-webkit-transition:  all 0.45s ease;
-moz-transition:  all 0.45s ease;
-o-transition:  all 0.45s ease;
-ms-transition:  all 0.45s ease;
transition:  all 0.45s ease;}
.hotel_down a.com_hotel{font-size:14px;width:107px;}
.hotel_down a.com_hotel span{position:relative;display:inline-block;vertical-align:top;padding-left:28px;}
.hotel_down a.com_hotel span:before{content:'';background:url(img/icons/comments1.png) no-repeat center center;width:18px;height:44px;position:absolute;top:0;left:0;
-webkit-transition:  all 0.45s ease;
-moz-transition:  all 0.45s ease;
-o-transition:  all 0.45s ease;
-ms-transition:  all 0.45s ease;
transition:  all 0.45s ease;}
.hotel_down a.like_hotel:hover span:before{opacity:0.8;}
.hotel_down a.com_hotel:hover span:before{opacity:0.8;}
.shadow{display:none;}

.main_hotel{border-top:1px solid #EDEDED;}
.wrap_likes {padding:5px 0;}
.wrap_likes a{display:inline-block;vertical-align:top;line-height:44px;color:#000;}
.wrap_likes a.like_hotel{font-size:14px;width:156px;margin-right:20px;}
.wrap_likes a.like_hotel span{float:right;position:relative;display:block;vertical-align:top;padding-left:22px;}
.wrap_likes a.like_hotel span:before{content:'';background:url(img/icons/like1.png) no-repeat center center;width:17px;height:44px;position:absolute;top:0;left:0;
-webkit-transition:  all 0.45s ease;
-moz-transition:  all 0.45s ease;
-o-transition:  all 0.45s ease;
-ms-transition:  all 0.45s ease;
transition:  all 0.45s ease;}
.wrap_likes a.com_hotel{font-size:14px;width:107px;}
.wrap_likes a.com_hotel span{position:relative;display:inline-block;vertical-align:top;padding-left:28px;}
.wrap_likes a.com_hotel span:before{content:'';background:url(img/icons/comments1.png) no-repeat center center;width:18px;height:44px;position:absolute;top:0;left:0;
-webkit-transition:  all 0.45s ease;
-moz-transition:  all 0.45s ease;
-o-transition:  all 0.45s ease;
-ms-transition:  all 0.45s ease;
transition:  all 0.45s ease;}
.wrap_likes a.like_hotel:hover span:before{opacity:0.8;}
.wrap_likes a.com_hotel:hover span:before{opacity:0.8;}
.swiper-container2{display:none;}

.slider_big_img{position:relative;width:100%;}
.slider_big_img img{width:100%;height:100%;}
.slider_big_foto{position:relative;}
.slider_big_txt{position:absolute;bottom:0;width:280px;left:50%;margin-left:-140px;margin-bottom:16px;}
.slider_big_txt .orange{line-height:56px;border-radius:3px;    display: block;
    width: 100%;}

.slider2 {
    width: 100%;
    position: relative;
    display: block;
    vertical-align: top;
}
.slider li{display:block;vertical-align:top;}
.slider li img{height:640px;}
.bx-controls-direction a{ position: absolute;
  width: 70px;
  height: 114px;
 top:50%;
 margin-top:-57px;
  z-index:8;
  cursor: pointer;
  -moz-background-size: 70px 114px;
  -webkit-background-size: 70px 114px;
  background-size: 70px 114px;
  background-position: center;
  background-repeat: no-repeat;}

.bx-controls-direction a.bx-prev{background:url(img/icons/ar_left.png) no-repeat center center rgba(0,0,0,0.3);
  left: 0px;border:0px 3px 3px 0;
  right: auto;}
.bx-controls-direction a.bx-next{background:url(img/icons/ar_right.png) no-repeat center center rgba(0,0,0,0.3);
 border:3px 0px 0px 3px;
  right: 0px;
  left: auto;}
.bx-controls-direction a.bx-prev:hover{background:url(img/icons/ar_left.png) no-repeat center center rgba(0,0,0,0.6);}
.bx-controls-direction a.bx-next:hover{background:url(img/icons/ar_right.png) no-repeat center center rgba(0,0,0,0.6);}
.bx-wrapper{position:relative;}
.slider-pager{text-align:left;margin-top:5px;}
.slider-pager li{display:inline-block;vertical-align:top;width:91px;margin-bottom:5px;}
.slider-pager li img{width:100%;height:91px;}
.slider-pager li.active{position:relative;}
.slider-pager li.active:before{content:'';top:0;left:0;right:0;bottom:0;border:4px solid #77B24C;position:absolute;}
.slider-pager li:hover{cursor:pointer;}
.hotel_info{padding:50px 0 40px;}
.hotel_info p + p{padding-top:25px;}
.hotel_info p {color:#000;font-size:16px;line-height:26px;}

.in_big_sl{position:absolute;top:0;left:0;right:0;bottom:0;}
.wr_in_big{position:relative;width:100%;height:100%;padding:20px 20px;}
.wr_in_big .pokaz_in_map{display:block;right:20px;left:auto;}
.wr_in_big .pokaz_in_map:hover{text-decoration:underline;}
.wr_in_big.wr_in_big2 .pokaz_in_map{display:block;right:auto;left:20px;}

.all_dostprim{position:absolute;top:20px;left:20px;font-size:13px;font-weight:400;padding:0 15px;border-radius:3px;background:rgba(0,0,0,0.3);color:#fff;line-height:38px;}
.all_dostprim:hover{text-decoration:underline;}

.bottom_in_big{position:absolute;bottom:35px;left:20px;right:20px;}
.in_big_bot_left{float:left;width:350px;color:#fff;margin-top:3.5px;}
.in_big_bot_left a{display:inline-block;vertical-align:top;line-height:18px;border-bottom:1px solid #fff;font-size:13px;font-weight:600;margin-left:3px;color:#fff;}
.in_big_bot_left a:hover{border-bottom-color:transparent;}
.in_big_bot_left p span{display:inline-block;vertical-align:top;margin-right:10px;width:24px;}
.in_big_bot_left h4{padding-left:34px;padding-top:10px;font-size:13px;font-weight:600;}
.slider li .flag_place img {
    width: 100%;
    height: 18px;
}
.bottom_in_big .orange{width:200px;margin:0 auto;display:block;line-height:50px;border-radius:3px;}
.in_big_bot_right{float:right;}

.in_big_bot_right a.com_hotel2{font-size:14px;width:107px;}
.in_big_bot_right a.com_hotel2 span{position:relative;display:inline-block;vertical-align:top;padding-left:28px;}
.in_big_bot_right a.com_hotel2 span:before{content:'';background:url(img/icons/comments_wh.png) no-repeat center center;width:18px;height:44px;position:absolute;top:0;left:0;
-webkit-transition:  all 0.45s ease;
-moz-transition:  all 0.45s ease;
-o-transition:  all 0.45s ease;
-ms-transition:  all 0.45s ease;
transition:  all 0.45s ease;}
.in_big_bot_right a.like_hotel2:hover span:before{opacity:0.8;}
.in_big_bot_right a.com_hotel2:hover span:before{opacity:0.8;}
.in_big_bot_right a{display:inline-block;vertical-align:top;line-height:44px;color:#fff;}
.in_big_bot_right a.like_hotel2{font-size:14px;width:156px;margin-right:20px;}
.in_big_bot_right a.like_hotel2 span{float:right;position:relative;display:block;vertical-align:top;padding-left:22px;}
.in_big_bot_right a.like_hotel2 span:before{content:'';background:url(img/icons/like_wh.png) no-repeat center center;width:17px;height:44px;position:absolute;top:0;left:0;
-webkit-transition:  all 0.45s ease;
-moz-transition:  all 0.45s ease;
-o-transition:  all 0.45s ease;
-ms-transition:  all 0.45s ease;
transition:  all 0.45s ease;}

.wrap_simele{padding-bottom:40px;}
.wr_simele{text-align:left;}
.wr_simele2{text-align:justify;display:none;}
.simele_item{display:inline-block;vertical-align:top;width:25%;max-width:279px;position:relative;margin-bottom:35px; color:#fff;}

.like_akc2 .com_hotel{font-size:14px;width:107px;}
.like_akc2 .com_hotel span{position:relative;display:inline-block;vertical-align:top;padding:0 0 0 28px;}
.like_akc2 .com_hotel span:before{content:'';background:url(img/icons/comments_grey.png) no-repeat center center;width:18px;height:44px;position:absolute;top:0;left:0;
-webkit-transition:  all 0.45s ease;
-moz-transition:  all 0.45s ease;
-o-transition:  all 0.45s ease;
-ms-transition:  all 0.45s ease;
transition:  all 0.45s ease;}
.like_akc2 .like_hotel:hover span:before{opacity:0.8;}
.like_akc2 .com_hotel:hover span:before{opacity:0.8;}
.like_akc2 {display:inline-block;vertical-align:top;line-height:44px;color:#fff;}
.like_akc2 .like_hotel{font-size:14px;width:44px;margin-right:20px;}
.like_akc2 .like_hotel span{float:right;position:relative;display:block;vertical-align:top;padding:0 0 0 22px;}
.like_akc2 .like_hotel span:before{content:'';background:url(img/icons/like_grey.png) no-repeat center center;width:17px;height:44px;position:absolute;top:0;left:0;
-webkit-transition:  all 0.45s ease;
-moz-transition:  all 0.45s ease;
-o-transition:  all 0.45s ease;
-ms-transition:  all 0.45s ease;
transition:  all 0.45s ease;}

.like_akc2 > div{display:inline-block;vertical-align: top;}

.wr_near {text-align:left;}

.wr_near2{text-align:justify;display:none;}

.wrap_near{padding:42px 0 20px 0;}
.place_big{color:#fff;font-size:13px;}

.in_big_bot_left2 p{color:#000;font-size:13px;line-height:14px;font-weight:600;}
.in_big_bot_left2 p a{color:#000;font-size:13px; border-bottom:1px solid #000;}
.in_big_bot_left2 p a:hover{border-bottom-color:transparent;}
.in_big_bot_left2 span{display:inline-block;vertical-align:top;width:24px;height:14px;margin-right:10px;}
.in_big_bot_left2 span img{width:100%;height:14px;}
.in_big_bot_left2 h4{margin-left:34px;color:#000;font-size:13px;font-weight:600;padding-top:10px;}

.in_big_bot_right2 {margin-left:34px;}
.in_big_bot_right2 a{display:inline-block;vertical-align:top;font-size:14px;color:#000;}
.in_big_bot_right2 .com_hotel2{width:100px;}
.in_big_bot_right2 .com_hotel2 span{position:relative;display:inline-block;vertical-align:top;padding:0 0 0 28px;}
.in_big_bot_right2 .com_hotel2 span:before{content:'';background:url(img/icons/comments_mob.png) no-repeat center center;width:18px;height:44px;position:absolute;top:0;left:0;
-webkit-transition:  all 0.45s ease;
-moz-transition:  all 0.45s ease;
-o-transition:  all 0.45s ease;
-ms-transition:  all 0.45s ease;
transition:  all 0.45s ease;}
.in_big_bot_right2 .like_hotel2:hover span:before{opacity:0.8;}
.in_big_bot_right2 .com_hotel2:hover span:before{opacity:0.8;}
.in_big_bot_right2 {display:inline-block;vertical-align:top;line-height:44px;color:#fff;}
.in_big_bot_right2 .like_hotel2{width:151px;margin-right:20px;}
.in_big_bot_right2 .like_hotel2 span{float:right;position:relative;display:block;vertical-align:top;padding:0 0 0 22px;}
.in_big_bot_right2 .like_hotel2 span:before{content:'';background:url(img/icons/like_mob.png) no-repeat center center;width:17px;height:44px;position:absolute;top:0;left:0;
-webkit-transition:  all 0.45s ease;
-moz-transition:  all 0.45s ease;
-o-transition:  all 0.45s ease;
-ms-transition:  all 0.45s ease;
transition:  all 0.45s ease;}

.mob_kur_info{display:none;}

.up_info_idea{margin-top:45px;position:relative;}
.left_idea{float:left;width:145px;background:#fff;position:relative;z-index: 2;}
.right_idea{float:right;width:195px;background:#fff;position:relative;z-index: 2;}
.middle_idea{position:absolute;top:0;left:0%;margin-left:0px;width:100%;text-align:center;background:#fff;}
.up_info_idea h4{font-size:22px;font-weight:300;color:#000000;padding-bottom:10px;}
.up_info_idea p{font-size:12px;color:#000;}
.up_info_idea h4 a{display:inline-block;vertical-align:top;border-bottom:1px solid #000;color:#000;}
.up_info_idea h4 a:hover{border-bottom-color:transparent;}
.middle_idea h4{position:relative;}
.middle_idea h4:before{content:'';background:#EFEFEF;width:192px;left:166px;position:absolute;top:50%;height:1px;margin-top:-0.5px;}
.middle_idea h4:after{content:'';background:#EFEFEF;width:161px;right:203px;position:absolute;top:50%;height:1px;margin-top:-0.5px;}
.tabs_content4 p{font-size:14px;color:#000;line-height:24px;}
.tabs_content4 p + p{padding-top:25px;}

.road{padding:40px 0;}
.wrap_tabs4 .wr_tabs{margin-top:50px;}
.tabs_caption4{-webkit-box-shadow: 0px 5px 13px 0px rgba(0,0,0,0.25);
-moz-box-shadow: 0px 5px 13px 0px rgba(0,0,0,0.25);
box-shadow: 0px 5px 13px 0px rgba(0,0,0,0.25);}

.tabs_caption4 li{display:inline-block;vertical-align:top;background:#fff;width:24%;line-height:60px;color:#000;font-size:18px;
-webkit-box-shadow: inset -1px 0px 0px 0px rgba(223,223,223,1);
-moz-box-shadow: inset -1px 0px 0px 0px rgba(223,223,223,1);
box-shadow: inset -1px 0px 0px 0px rgba(223,223,223,1);}
.tabs_caption4 li:first-of-type{border-radius:3px 0 0 3px;}
.tabs_caption4 li:last-child{border-radius:0px 3px 3px 0px;box-shadow:none;}
.tabs_caption4 li span{display:inline-block;vertical-align:top;width:123px;height:60px;}
.tabs_caption4 li span.l1{background:url(img/kak/1.png) no-repeat center center;}
.tabs_caption4 li span.l2{background:url(img/kak/2.png) no-repeat center center;}
.tabs_caption4 li span.l3{background:url(img/kak/3.png) no-repeat center center;}
.tabs_caption4 li span.l4{background:url(img/kak/4.png) no-repeat center center;}
.tabs_caption4 li.active span.l1{background:url(img/kak/11.png) no-repeat center center;}
.tabs_caption4 li.active span.l2{background:url(img/kak/22.png) no-repeat center center;}
.tabs_caption4 li.active span.l3{background:url(img/kak/33.png) no-repeat center center;}
.tabs_caption4 li.active span.l4{background:url(img/kak/44.png) no-repeat center center;}
.tabs_caption4 li.active{color:#fff;background:#00BEE2;
-webkit-box-shadow: inset -1px 0px 0px 0px rgba(0,190,226,1);
-moz-box-shadow: inset -1px 0px 0px 0px rgba(0,190,226,1);
box-shadow: inset -1px 0px 0px 0px rgba(0,190,226,1);}
.tabs_caption4 li:hover{cursor:pointer;}

.wrap_ask{padding:48px 48px;}
.form_ask{padding-bottom:30px;}
.wr_ask .hider4{position:absolute;display:inline-block;vertical-align:top;right:0;top:20px;font-size:15px;color:#000;}
.wr_ask .hider4 span{position:relative;}
.wr_ask .hider4 span:before{content:'Скрыть';position:absolute;top:0;right:0;font-size:15px;color:#000;border-bottom:1px dashed #000;
-webkit-transition:  all 0.45s ease;
-moz-transition:  all 0.45s ease;
-o-transition:  all 0.45s ease;
-ms-transition:  all 0.45s ease;
transition:  all 0.45s ease;}
.wr_ask .hider4:hover span:before{border-bottom-color:transparent;}
.wr_ask .hider4.is_open span:before{content:'Показать';position:absolute;right:0;font-size:15px;color:#000;}
.wrap_ask .conteiner{position:relative;}
.up_ask{text-align:justify;}
.input_two {display:inline-block;vertical-align:top;width:31.45%;max-width:368px;border-radius:4px;background:#fff;line-height:60px;font-size:15px;color:#000;padding-left:30px;border:none;margin-bottom:20px;height:60px;
-webkit-box-shadow: 0px 5px 13px 0px rgba(0,0,0,0.1);
-moz-box-shadow: 0px 5px 13px 0px rgba(0,0,0,0.1);
box-shadow: 0px 5px 13px 0px rgba(0,0,0,0.1);}
.input_two::-webkit-input-placeholder       {opacity: 1; transition: opacity 0.3s ease;font-size:15px;color:#000;}
.input_two::-moz-placeholder                {opacity: 1; transition: opacity 0.3s ease;font-size:15px;color:#000;}
.input_two:-moz-placeholder                 {opacity: 1; transition: opacity 0.3s ease;font-size:15px;color:#000;}
.input_two:-ms-input-placeholder            {opacity: 1; transition: opacity 0.3s ease;font-size:15px;color:#000;}
.input_two:focus::-webkit-input-placeholder {opacity: 0; transition: opacity 0.3s ease;}
.input_two:focus::-moz-placeholder          {opacity: 0; transition: opacity 0.3s ease;}
.input_two:focus:-moz-placeholder           {opacity: 0; transition: opacity 0.3s ease;}
.input_two:focus:-ms-input-placeholder      {opacity: 0; transition: opacity 0.3s ease;}

textarea.input_two::-webkit-input-placeholder       {opacity: 1; transition: opacity 0.3s ease;font-size:15px;color:#000;}
textarea.input_two::-moz-placeholder                {opacity: 1; transition: opacity 0.3s ease;font-size:15px;color:#000;}
textarea.input_two:-moz-placeholder                 {opacity: 1; transition: opacity 0.3s ease;font-size:15px;color:#000;}
textarea.input_two:-ms-input-placeholder            {opacity: 1; transition: opacity 0.3s ease;font-size:15px;color:#000;}
textarea.input_two:focus::-webkit-input-placeholder {opacity: 0; transition: opacity 0.3s ease;}
textarea.input_two:focus::-moz-placeholder          {opacity: 0; transition: opacity 0.3s ease;}
textarea.input_two:focus:-moz-placeholder           {opacity: 0; transition: opacity 0.3s ease;}
textarea.input_two:focus:-ms-input-placeholder      {opacity: 0; transition: opacity 0.3s ease;}
textarea.input_two{width:100%;max-width:inherit;height:190px;line-height:normal;padding:15px 0 0 30px;}
.form_ask .orange{box-shadow:none;line-height:60px;width:192px;display:block;vertical-align:top;}

.near_txt a {
    width: 134px;display:block;vertical-align: top;
    line-height: 42px;
    font-size: 15px;color:#fff;
    text-align: center;
    border-radius: 3px;
    margin-right: 17px;
    -webkit-box-shadow: inset 0px 0px 0px 1px rgba(255,183,0,1);
    -moz-box-shadow: inset 0px 0px 0px 1px rgba(255,183,0,1);
    box-shadow: inset 0px 0px 0px 1px rgba(255,183,0,1);
}
.near_txt a:hover{ background: #FFB700;
    color: #000;}
.near_txt h4{font-size:18px;font-weight:600;}
.near_txt p{padding:15px 0;font-size:13px;}
.near_txt{color:#fff;}
.near_txt {
    position: absolute;text-align:left;
    margin-bottom: 30px;
    padding: 0 5px 0 30px;
    color: #fff;
    bottom: 0;
    left: 0;
}
.near_img img{width:100%;height:auto;}
.near_w_item{display:inline-block;vertical-align:top;width:31%;margin-bottom:35px;position:relative; margin-right:35px;}
.near_w_item:nth-child(3n) {margin-right:0}
.up_contacts{padding-bottom:30px;}
.wrap_contacts{padding:20px 20px;border:2px solid #FFCB07;background:#FFFBEB;}
.contact_img{display:inline-block;vertical-align:top;margin-right:25px; width:280px; overflow:hidden;}
.contact_img img{max-width:100%}
.contact_txt {display:inline-block;vertical-align:top;width:calc(100% - 185x);}
.contact_txt h4{font-weight:300;font-size:16px;color:#000000;padding-bottom:5px;}
.contact_txt p{font-weight:300;font-size:14px;color:#000000;padding:10px 0 15px;}
.contact_txt a{color:#000;font-size:18px;display:inline-block;vertical-align:top;border-bottom:1px dashed #000;}
.contact_txt a:hover{border-bottom-color:transparent;}
.contact_txt span{font-weight:bold;font-size:32px;color:#003D6C;line-height:32px;}
.contacts{padding-top:25px;}

.wr_item_cont_up{padding-bottom:5px;}
.wr_item_cont_up p{position:relative;line-height:19px;font-weight:300;font-size:16px;color:#000000;margin-bottom:25px;padding-left:30px;}
.wr_item_cont_up p.place_cont:before {content:'';background:url(img/icons/in_map.png) no-repeat center center;background-size:cover;width:13px;height:19px;position:absolute;top:0;left:0;}
.wr_item_cont_up p.phone_cont:before {content:'';background:url(img/icons/phone.png) no-repeat center center;width:20px;height:19px;position:absolute;top:0;left:0;}
.wr_item_cont_up p.phone_cont span{display:inline-block;vertical-align:top;font-weight:bold;font-size:20px;color:#003D6C;margin:0 15px 0 7px;}
.wr_item_cont_up p.phone_cont a{border-bottom:1px dashed #003D6C;font-size:16px;font-weight:600;display:inline-block;vertical-align:top;color:#003D6C;}
.wr_item_cont_up p.phone_cont a:hover{border-bottom-color:transparent;}
.map{height:483px;margin-bottom:15px;}
.cont_item_info{display:inline-block;vertical-align:top;width:266px;border:1px solid #FFCB07;margin:0 20px 20px 0;text-align:center;padding:20px 15px;}
.cont_item_info:nth-child(4n){margin:0 0px 20px 0;}
.cont_down{min-height:315px;padding:30px 0 0;}
.cont_item_info:hover{background:#FFFBEB;}
.cont_item_img {width:151px;margin:0 auto;}
.cont_item_img img{width:100%;height:151px;border-radius:50% 50%;}
.cont_item_txt h3{font-size:18px;color:#003D6C;font-weight:bold;padding-bottom:10px;}
.cont_item_txt h4{font-size:15px;color:#000000;font-weight:bold;padding-bottom:10px;}
.cont_item_txt p{line-height:20px;font-size:15px;color:#000000;}
.cont_item_txt p span{font-weight:600;}
.cont_item_soc p{position:relative;margin-top:20px;padding-left:35px;line-height:18px;color:#003D6C;text-align:left;}
.cont_item_soc p.phone{font-weight:bold;font-size:20px;}
.cont_item_soc p.icq{font-weight:600;font-size:20px;}
.cont_item_soc p.mail{font-weight:400;font-size:16px;}
.cont_item_soc p.mail a{border-bottom:1px dashed #003D6C;display:inline-block;vertical-align:top;color:#003D6C;}
.cont_item_soc p.mail a:hover{border-bottom-color:transparent;}
.cont_item_soc p:before{content:'';position:absolute;top:0;left:0;height:18px;}
.cont_item_soc p.phone:before{background:url(img/icons/phone.png) no-repeat center center;width:20px;}
.cont_item_soc p.icq:before{background:url(img/icons/icq.png) no-repeat center center;width:18px;}
.cont_item_soc p.mail:before{background:url(img/icons/mail.png) no-repeat center center;width:18px;}

.cont_item_info .orange {width:100%;line-height:45px;height:45px;border-radius:20px;display:block;vertical-align:top;    margin-top: 15px;}
.wrap_other{padding:15px 0 60px;}
.wr_other{text-align:justify;}
.other_item{display:inline-block;vertical-align:top;width:266px;border:2px solid #FFD448;padding-top:60px;height:197px;text-align:center;}
.other_item a{display:inline-block;vertical-align:top;color:#003D6C;font-size:18px;border-bottom:1px dashed #003D6C;margin-bottom:15px;}
.other_item a:hover{border-bottom-color:transparent;}
.other_item p{font-size:15px;color:#000;line-height:22px;}
.slider2.slider3{display:none;}

.saw_left{float:left;width:367px;}
.saw_img img{width:100%;height:auto;}
.saw_right{float:right;width:calc(100% - 387px);max-width:745px;}
.saw_info{    margin: 15px 0 15px;
    color: #000;
    font-size: 15px;
    line-height: 21px;}

.saw_check ul {background:#fff;border-radius:23px;
-webkit-box-shadow: 0px 5px 13px 0px rgba(0,0,0,0.26);
-moz-box-shadow: 0px 5px 13px 0px rgba(0,0,0,0.26);
box-shadow: 0px 5px 13px 0px rgba(0,0,0,0.26); height:52px; display:inline-block}
.saw_check ul li{display:block;vertical-align:top;text-align:left;
-webkit-box-shadow: inset -1px 0px 0px 0px rgba(223,223,223,1);
-moz-box-shadow: inset -1px 0px 0px 0px rgba(223,223,223,1);
box-shadow: inset -1px 0px 0px 0px rgba(223,223,223,1); float:left}

.saw_check ul li:last-child{box-shadow:none;border-radius:0px 23px 23px 0;overflow:hidden;}
.saw_check ul li:last-child a{border-radius:0px 23px 23px 0;}
.saw_check ul li:first-of-type a{border-radius:23px 0px 0 23px;}
.saw_check ul li:first-of-type{border-radius:23px 0px 0 23px;}
.saw_check ul li a{display:block;vertical-align:top;line-height:52px;color:#000;font-size:14px;padding:0 12px 0 0px;}
.saw_check ul li a span{display:inline-block;vertical-align:top;height:52px;width: 55.48px;}
.saw_check ul li.saw1 a span{background:url(img/saw/1.png) no-repeat center center;}
.saw_check ul li.saw2 a span{background:url(img/saw/2.png) no-repeat center center;}
.saw_check ul li.saw2_2 a span{background:url(img/saw/2_2.png) no-repeat center center;}
.saw_check ul li.saw3 a span{background:url(img/saw/3.png) no-repeat center center;}
.saw_check ul li.saw4 a span{background:url(img/saw/4.png) no-repeat center center;}
.saw_check ul li.saw5 a span{background:url(img/saw/5.png) no-repeat center center;}

.saw_check ul li:hover a{color:#fff;background:#77B24C;}
.saw_check ul li.saw1:hover a span{background:url(img/saw/11.png) no-repeat center center;}
.saw_check ul li.saw2:hover a span{background:url(img/saw/22.png) no-repeat center center;}
.saw_check ul li.saw2_2:hover a span{background:url(img/saw/2_22.png) no-repeat center center;}
.saw_check ul li.saw3:hover a span{background:url(img/saw/33.png) no-repeat center center;}
.saw_check ul li.saw4:hover a span{background:url(img/saw/44.png) no-repeat center center;}
.saw_check ul li.saw5:hover a span{background:url(img/saw/55.png) no-repeat center center;}

.hotel_down.hotel_down2 .orange{width:130px;}
.hotel_down.hotel_down2{margin-top:25px;}
.hotel_head.hotel_head2{display:none;}
.wr_saw2{display:none;}
.saw_item{padding-bottom:30px;margin-bottom:30px;border-bottom:1px solid #FBFBFB;}
.saw_item:last-child{border-bottom:none;}
.pull3{display:none;color:#000;font-size:14px;position:relative;padding-left:32px;padding-right:50px;line-height:54px;}
.pull3:after{content:'';background:url(img/icons/ar_down2.png) no-repeat center center;width:50px;height:54px;position:absolute;top:0;right:0;}
.pull3.is_open:after{
	-webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
	}
.kurort_links{margin-bottom:25px;background:#fff;border-radius:4px;
-webkit-box-shadow: 0px 5px 13px 0px rgba(0,0,0,0.26);
-moz-box-shadow: 0px 5px 13px 0px rgba(0,0,0,0.26);
box-shadow: 0px 5px 13px 0px rgba(0,0,0,0.26); height:54px; display:inline-block;}
.kurort_links ul li:last-child{box-shadow:none;border-radius:0px 4px 4px 0;overflow:hidden;}
.kurort_links ul li:last-child a{border-radius:0px 4px 4px 0;}
.kurort_links ul li:first-of-type a{border-radius:4px 0px 0 4px;}
.kurort_links ul li:first-of-type{border-radius:4px 0px 0 4px;}
.kharact_show li{display:block; float:left; vertical-align:top;text-align:center;
-webkit-box-shadow: inset -1px 0px 0px 0px rgba(223,223,223,1);
-moz-box-shadow: inset -1px 0px 0px 0px rgba(223,223,223,1);
box-shadow: inset -1px 0px 0px 0px rgba(223,223,223,1);}
.kharact_show li a{display:block;vertical-align:top;color:#000;padding:0 26.6px;font-size:17px;line-height:54px;}
.kharact_show li.active a{color:#fff;background:#00BEE2;}
.kharact_show li:hover a{color:#fff;background:#00BEE2;}

.video{width:100%;max-width:984px;margin:0 auto;padding:50px 0;}
.video img{width:100%;height:auto;}

.wr_advance2 .show_advance{display:block;}
.show_advance{display:none;}
.wr_advance .title{font-weight:300;}
.show_advance p, .show_advance div
{    color: #000;
    font-size: 16px;
    line-height: 26px;}
#main_content.show_advance p, #main_content.show_advance div
{
	font-size: inherit;
}
.show_advance p + p{padding-top:10px;}

.wr_advance .hider6 {
    position: absolute;
    display: inline-block;
    vertical-align: top;
    right: 0;
    top: 48px;
    font-size: 15px;
    color: #000;
}
.wr_advance.wr_advance2 .hider6 span:before {
    content: 'Показать';}
.wr_advance.wr_advance2 .hider6.is_open span:before {
    content: 'Скрыть';	}
.wr_advance .hider6 span:before {
    content: 'Скрыть';
    position: absolute;
    top: 0;
    right: 0;
    font-size: 15px;
    color: #000;
    border-bottom: 1px dashed #000;
    -webkit-transition: all 0.45s ease;
    -moz-transition: all 0.45s ease;
    -o-transition: all 0.45s ease;
    -ms-transition: all 0.45s ease;
    transition: all 0.45s ease;
}
.wr_advance .hider6 span {
    position: relative;
}
.wr_advance .hider6.is_open span:before {
    content: 'Показать';
    position: absolute;
    right: 0;
    font-size: 15px;border-bottom: 1px dashed #000;
    color: #000;
}
.wr_advance .hider6:hover span:before {
    border-bottom-color: transparent;
}
.wr_advance {position:relative;border-bottom:1px solid #EFEFEF; padding:48px 0;}
.wr_advance h4 {padding:0;}

.search_hotel{padding-top:45px;}
.search_hotel .title2{padding-bottom:30px;}

.up_search_show{display:none;    position: absolute;
    z-index: 9;
    width: 100%;
    top: 100%;
    left: 0;
    margin-top: 10px;}
.wrap_search_hotel{padding:20px 20px;background:#DAE7F0;}
.up_search_hotel {
    border-radius: 3px;
    background: #fff;
    -webkit-box-shadow: 0px 5px 13px 0px rgba(0,0,0,0.26);
    -moz-box-shadow: 0px 5px 13px 0px rgba(0,0,0,0.26);
    box-shadow: 0px 5px 13px 0px rgba(0,0,0,0.26);
}
.up_search_item{    display: inline-block;
    vertical-align: top;
    width: 388px;
    padding: 0 0 0 25px;
    position: relative;
    -webkit-box-shadow: inset -1px 0px 0px 0px rgba(223,223,223,1);
    -moz-box-shadow: inset -1px 0px 0px 0px rgba(223,223,223,1);
    box-shadow: inset -1px 0px 0px 0px rgba(223,223,223,1);}
.modal_body .up_search_item
{
	max-width:160px;
}
.modal_body .up_search_inp
{
	margin-bottom:1px;
}
.modal_body .up_search_item
{
	box-shadow: none;
}
.up_search_item:first-of-type {
    border-radius: 3px 0 0 3px;
}
.up_search_item:nth-last-child(2) {
    width: 147px;
    box-shadow: none;
}
.up_search_inp {
    position: relative;
    font-size: 15px;
    color: #000;
    line-height: 60px;
    height: 62px;
    overflow: hidden;
	border:none;
	width: 95%;
}
.up_search_inp:hover{cursor:pointer;}
.up_search_inp:after {
    content: '';
    background: url(img/icons/ar_down_chosen.png) no-repeat center left;
    width: 15px;
    height: 60px;
    position: absolute;
    top: 0;
    right: 8px;
    -webkit-transition: all 0.45s ease;
    -moz-transition: all 0.45s ease;
    -o-transition: all 0.45s ease;
    -ms-transition: all 0.45s ease;
    transition: all 0.45s ease;
}
.up_search_inp.is_open:after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.wrap_result_search{padding-top:20px;}
.wrap_result_search h2{font-size:15px;color:#000;padding:0 0 20px 20px;}
.much_h_body{font-size:12px;color:#000;}
.wr_result_search_it .name_h_body {
    position: relative;
    padding-left: 24px;
    width: 355px;
}
.wr_result_search_it .h_body_item {
    padding: 13px 19px;border:none;background:#fff;position:relative;}

.wr_result_search_it .much_h_body {
    text-align: left;padding-right:0;}

.wr_result_search_it .info_much_h_body {
    width: inherit;max-width:477px;padding-right:25px;
}
.wr_result_search_it .much_h_body p{display:inline-block;vertical-align:top;margin-left:43px;max-width:233px;}
.wr_result_search_it .much_h_body span{display:inline-block;vertical-align:top;}
.bron{display:inline-block;vertical-align:top;text-align:center;color:#000000;font-size:15px;line-height:60px;font-weight:600;background:#E9E9E9;width:165px;position:absolute;right:0;top:0;}
.bron:hover{background:#FFCB07;}

.wr_result_search2{display:none;}
.wrap_result_search .hide_hotel {
    border-top:none;}
.wrap_advans3 .wr_advance {
    border-bottom:none;
}
.za_chto {padding:48px;}
.za_chto .conteiner{position:relative;}
.za_chto .show_chto {padding-top:30px;}
.za_chto .show_chto ul{display:inline-block;vertical-align:top;width:25%;
}
.za_chto .show_chto ul li{position:relative;vertical-align:top;font-size:17px;color:#000;padding-left:48px;line-height:27px;margin-bottom:20px;}
.za_chto .show_chto ul li:last-child{margin-bottom:0;}
.za_chto .show_chto ul li:before{content:'';background:url(img/icons/choise.png) no-repeat center center;width:27px;height:27px;position:absolute;top:0;left:0;}

.wr_ask .hider7 span {
    position: relative;
}
.wr_ask .hider7 span:before {
    content: 'Скрыть';
    position: absolute;
    top: 0;
    right: 0;
    font-size: 15px;
    color: #000;
    border-bottom: 1px dashed #000;
    -webkit-transition: all 0.45s ease;
    -moz-transition: all 0.45s ease;
    -o-transition: all 0.45s ease;
    -ms-transition: all 0.45s ease;
    transition: all 0.45s ease;
}
.wr_ask .hider7.is_open span:before {
    content: 'Показать';
    position: absolute;
    right: 0;
    font-size: 15px;
    color: #000;
}
.wr_ask .hider7 {
    position: absolute;
    display: inline-block;
    vertical-align: top;
    right: 0;
    top: 20px;
    font-size: 15px;
    color: #000;
}
.wr_ask .hider7:hover span:before {
    border-bottom-color: transparent;
}
.za_chto .title2 span{display:none;font-size: 32px;
    color: #000;
    font-weight: 300;
    padding-bottom: 7px;}
	
	
	
	
.wrap_hotel_items2 .hotel_down a.like_hotel {
    width: inherit;}	
	
.wr_tour_item{color:#000;padding:10px 20px 8px;background:#FFF6DB;border:4px solid #FFE077;text-align:justify;margin:15px 0;}
.tour_item{display:inline-block;vertical-align:top;width:32%;}	
.tour_item h4{font-size:12px;font-weight:600;padding-bottom:11px;font-weight:600;}	
.tour_item h4 span{font-size:18px;font-weight:bold;}	
.tour_item h4 span .fa{font-size:18px;font-weight:bold;margin-left:3px;}	
.tour_item p{font-size:14px;}	

.tour_tipe{padding:20px 30px;border:4px solid #FFE077;}
.tour_tipe_item{display:inline-block;vertical-align:top;}	
.tour_tipe_item h4{font-size:12px;font-weight:600;padding-bottom:11px;font-weight:600;}	
.tour_tipe_item h4 span{font-size:18px;font-weight:bold;}	
.tour_tipe_item h4 span .fa{font-size:18px;font-weight:bold;margin-left:3px;}	
.tour_tipe_item p{font-size:14px;}		
.tour_tipe_item1{width:20.17%;}	
.tour_tipe_item2{width:17%;}	
.tour_tipe_item3{width:16.6%;}	
.tour_tipe_item4{width:24.56%;}		
.bron_tour{float:right;line-height:44px;display:block;vertical-align:top;text-align:center;width:172px;border-radius:21px;}	
.tour_table{padding-top:30px;}	
.table_h{margin-top:23px;}	
.wr_table_tour{background:#fff;border-radius:11px;
-webkit-box-shadow: 0px 5px 13px 0px rgba(0,0,0,0.26);
    -moz-box-shadow: 0px 5px 13px 0px rgba(0,0,0,0.26);
    box-shadow: 0px 5px 13px 0px rgba(0,0,0,0.26);}	
.tour_date{background:#fff;border-radius:11px;text-align:justify;padding:32px 30px;
-webkit-box-shadow: 0px 5px 13px 0px rgba(0,0,0,0.26);
    -moz-box-shadow: 0px 5px 13px 0px rgba(0,0,0,0.26);
    box-shadow: 0px 5px 13px 0px rgba(0,0,0,0.26);}	
.date_tb_item{display:inline-block;vertical-align:top;width:14.28%;line-height:24px;position:relative;padding-left:40px;font-weight:600;font-size:16px;color:#000;}	
.date_tb_item:before{content:'';background:url(img/icons/calendar2.png) no-repeat center center;width:23px;height:24px;position:absolute;top:0;left:0;}
.table_row:nth-child(even){background:#F4F4F4;}
.table_row{padding:9px 10px 9px 30px;text-align:justify;}
.table_h{text-align:justify;padding:0px 10px 0px 30px;border-bottom:1px solid #DBDBDB;}
.table_h p{line-height:60px;color:#000;font-weight:600;font-size:18px;}	
.cell1{display:inline-block;vertical-align:top;width:155px;text-align:left;}	
.cell2{display:inline-block;vertical-align:top;width:105px;text-align:center;}
.cell3{display:inline-block;vertical-align:top;width:216px;text-align:center;}
.cell4{display:inline-block;vertical-align:top;width:148px;text-align:center;}
.cell5{display:inline-block;vertical-align:top;width:33%;text-align:center;}	
.table_row h4{display:none;color:#000;font-weight:600;font-size:18px;}	
.table_row p{font-size:16px;color:#000;line-height:48px;}	
.table_row p .fa{font-size:14px;color:#000;line-height:48px;font-weight:400;}	
.table_row a{display:block;vertical-align:top;line-height:48px;font-weight:600;font-size:15px;color:#000;}	
.table_row a span{display:inline-block;vertical-align:top;position:relative;}	
.table_row a span:after{content:'';width:100%;height:1px;position:absolute;top:36px;left:0;border-bottom:1px dashed #000;}
.table_row:hover a{background:#FFCB07;border-radius:26px;}	
.table_row:hover a span:after{opacity:0;}	
.wrap_tour_date{padding:45px 0;}	
.wrap_tour_date .title2{padding-bottom:30px;}	
.wrap_tour_marsh .title2{padding-bottom:30px;}		
.wrap_tour_marsh{padding-bottom:40px;}
.tour_marsh{padding:25px 30px;border:4px solid #ECECEC;}
.tour_marsh h4{font-weight:600;display:inline-block;vertical-align:top;font-size:16px;color:#000;}	
.tour_marsh p{margin-left:5px;display:inline-block;vertical-align:top;font-size:16px;color:#000;}	
.tour_marsh_it + .tour_marsh_it {margin-top:15px;}	
	
.days_slide{float:left;width:344px;}
.days_txt{float:right;width:calc(100% - 364px);}	
.days_slide .foto_big{min-width:344px;height:344px;}	
.days_slide .foto_small {
    width: 66px;margin-right:3.5px;
    height: 66px;
}
.days_slide .swiper-slide:last-child .foto_small {margin-right:0;}	
.days_txt p{font-size:16px;line-height:26px;color:#000;}
.days_txt p + .wr_sovet{padding-top:23px;}	
.d2{font-size:16px;line-height:26px;color:#000;display:none;}	
.wr_sovet h4{position:relative;padding-left:24px;font-size:16px;color:#000;font-weight:bold;line-height:16px;margin-bottom:15px;}	
.wr_sovet h4:before{content:'';position:absolute;top:0;left:0;height:16px;}	
.wr_sovet h4 span{margin-left:3px;font-weight:400;}	
.wr_sovet h4 a {display:inline-block;vertical-align:top;font-weight:400;border-bottom:1px dashed #00A7DF;color:#00A7DF;}	
.wr_sovet h4 a:hover{border-bottom-color:transparent;}	
.sov_item li{position:relative;display:block;vertical-align:top;padding-left:24px;font-size:14px;font-weight:600;font-style:italic;line-height:26px;margin-bottom:10px;max-width:576px;}	
.sov_item li:before{content:'';background:url(img/icons/galka.png) no-repeat top center;width:11px;height:7px;position:absolute;top:10px;left:0;}	
.wr_sovet h4.sov1:before{background:url(img/icons/i2.png) no-repeat center center;width:16px;}
.wr_sovet h4.sov2:before{background:url(img/icons/cl2.png) no-repeat center center;width:16px;}
.wr_sovet h4.sov3:before{background:url(img/icons/cap2.png) no-repeat center center;width:16px;}	
.days_item{padding-bottom:30px;padding-left:52px;position:relative;}	
.wr_days_item{padding:22px 22px;border:1px solid #E9E9E9;
-webkit-box-shadow: 0px 0px 18px 0px rgba(119,119,119,0.15);
-moz-box-shadow: 0px 0px 18px 0px rgba(119,119,119,0.15);
box-shadow: 0px 0px 18px 0px rgba(119,119,119,0.15);}	
.days_item h2{margin-bottom:10px;line-height:30px;font-size:18px;color:#000;}	
.days_item h2 span{font-weight:bold;}	

.days_item:before{content:'';background:url(img/icons/choise2.png) no-repeat top center;width:30px;height:30px;position:absolute;top:0;left:0;}
.days_item:after{content:'';background:#77B24C;width:2px;height:calc(100% - 52px);top:40px;left:14px;position:absolute;}
.days_item:last-child:after{display:none;}
.wr_show_chto{text-align:justify;}
.show_chto h4{color:#000;font-size:17px;font-weight:bold;padding-bottom:20px;}


/*---modal---*/
.modal-hidden{display:none;}
.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;
}
.arcticmodal-container_i {
    width: 100%;height:100%;
    margin: 0 auto;
}
.arcticmodal-container_i2 {
    margin: 0;
    border: 0;
    vertical-align: middle;
}
.box-modal_close {
    width: 25px;
    height: 25px;
    background:url(img/icons/close2.png) no-repeat top center;
    float: right;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    font-weight: 200;
    line-height: 24px;
    top:10px;right:10px;
    z-index:9;    position: absolute;
}
.box-modal_close:hover{-webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);cursor:pointer;}
.box-modal {    top: 0%;
    left: 50%;
    margin-left: -384px;
    position: absolute;background:#fff;
        width: 768px;
   
}


.modal_head{background:#FFF2CB;padding:30px 0 22px 25px;color:#000;}
.modal_head h4{font-size:30px;}
.modal_head h4 p{font-size:18px;}
.modal_head h4 p span{font-weight:bold;}
.modal_head h6{font-size:14px;font-weight:400;padding-top:12px;}
.modal_show{display:none;position:absolute;top:100%;left:0;margin-top:10px;    z-index: 9;}
.up_modal_item_inp:hover{cursor:pointer;}
.d_modal_item_inp:hover{cursor:pointer;}
.up_modal_item_inp{    position: relative;
    font-size: 15px;
    color: #000;
    line-height: 60px;
    height: 60px;
    overflow: hidden;}
.up_modal_item_inp:after {
    content: '';
    background: url(img/icons/ar_down_chosen.png) no-repeat center left;
    width: 15px;
    height: 60px;
    position: absolute;
    top: 0;
    right: 22px;
    -webkit-transition: all 0.45s ease;
    -moz-transition: all 0.45s ease;
    -o-transition: all 0.45s ease;
    -ms-transition: all 0.45s ease;
    transition: all 0.45s ease;

}
.up_modal_item_inp.is_open:after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}	

.d_modal_item_inp{    position: relative;
    font-size: 15px;
    color: #000;
    line-height: 60px;
    height: 60px;
    overflow: hidden;}
.d_modal_item_inp:after {

    content: '';
    background: url(img/icons/ar_down_chosen.png) no-repeat center left;
    width: 15px;
    height: 60px;
    position: absolute;
    top: 0;
    right: 10px;
    -webkit-transition: all 0.45s ease;
    -moz-transition: all 0.45s ease;
    -o-transition: all 0.45s ease;
    -ms-transition: all 0.45s ease;
    transition: all 0.45s ease;
}
.d_modal_item_inp.is_open:after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}



.up_modal_item:first-of-type {
    border-radius: 3px 0 0 3px;
}
.up_modal_item {
    display: inline-block;
    vertical-align: top;
    width: 198px;
    padding: 0 0 0 30px;
    position: relative;
    -webkit-box-shadow: inset -1px 0px 0px 0px rgba(223,223,223,1);
    -moz-box-shadow: inset -1px 0px 0px 0px rgba(223,223,223,1);
    box-shadow: inset -1px 0px 0px 0px rgba(223,223,223,1);
}
#tour_reserve_form .up_modal_item
{
	width:236px;
}
.up_modal_item.up_modal_item2{width:168px;}
.up_modal {
    border-radius: 3px;
    background: #fff;
    -webkit-box-shadow: 0px 5px 13px 0px rgba(0,0,0,0.26);
    -moz-box-shadow: 0px 5px 13px 0px rgba(0,0,0,0.26);
    box-shadow: 0px 5px 13px 0px rgba(0,0,0,0.26);
}
.allmuch{display:inline-block;vertical-align:top;text-align:center;color:#000;width: calc(100% - 392px);border-radius:0 3px 3px 0;padding: 8px 0px 9px;background:#FFF2CB;}
.allmuch span{display:block;vertical-align:top;font-weight:bold;font-size:25px;line-height:26px;}
.allmuch span .fa{font-size:20px;}
.allmuch p{font-size:12px;color:#000;}
.modal_body_item h2 {font-size:24px;font-weight:300;color:#000;padding-bottom:24px;}
.modal_body_item{padding-top:26px;}
.modal_body{padding:30px 25px; font-size:16px;}

.d_modal_item{ display: inline-block;
    vertical-align: top;
    width: 24.5%;
    padding: 0 0 0 30px;
    position: relative;
    -webkit-box-shadow:  1px 0px 0px 0px rgba(223,223,223,1);
    -moz-box-shadow:  1px 0px 0px 0px rgba(223,223,223,1);
    box-shadow:  1px 0px 0px 0px rgba(223,223,223,1);}
.d_modal_item:first-of-type {
    border-radius: 3px 0 0 3px;
}	
.d_modal_item:nth-child(4){border-radius: 0px 3px 0 0px; }
.input_ten{display:block;vertical-align:top;border:none;box-shadow:none;font-size: 15px;width:100%;
    color: #000;
    line-height: 60px;
    height: 60px;}
textarea.input_ten{line-height:35px;height:180px;border-top:1px solid #DFDFDF;padding-left:30px;}	
.down_modal{ border-radius: 3px;margin-top:30px;
    background: #fff;
    -webkit-box-shadow: 0px 5px 13px 0px rgba(0,0,0,0.26);
    -moz-box-shadow: 0px 5px 13px 0px rgba(0,0,0,0.26);
    box-shadow: 0px 5px 13px 0px rgba(0,0,0,0.26);}	
/*---endmodal--*/

.input_ten::-webkit-input-placeholder       {opacity: 1; transition: opacity 0.3s ease; font-size: 15px;
    color: #000;
    line-height: 60px;
    height: 60px;}
.input_ten::-moz-placeholder                {opacity: 1; transition: opacity 0.3s ease; font-size: 15px;
    color: #000;
    line-height: 60px;
    height: 60px;}
.input_ten:-moz-placeholder                 {opacity: 1; transition: opacity 0.3s ease; font-size: 15px;
    color: #000;
    line-height: 60px;
    height: 60px;}
.input_ten:-ms-input-placeholder            {opacity: 1; transition: opacity 0.3s ease; font-size: 15px;
    color: #000;
    line-height: 60px;
    height: 60px;}
.input_ten:focus::-webkit-input-placeholder {opacity: 0; transition: opacity 0.3s ease;}
.input_ten:focus::-moz-placeholder          {opacity: 0; transition: opacity 0.3s ease;}
.input_ten:focus:-moz-placeholder           {opacity: 0; transition: opacity 0.3s ease;}
.input_ten:focus:-ms-input-placeholder      {opacity: 0; transition: opacity 0.3s ease;}

















@media (max-width: 1139px){
	.tour_tipe {
    padding: 20px 10px;}
	.tour_tipe_item4 {
    width: 25.56%;
}
.tour_tipe_item2 {
    width: 16%;
}
.tour_marsh {
    padding: 25px 9px;}
.tour_marsh p {
    width: calc(100% - 125px);
}	
.days_txt p {
    line-height: 23px;
    height: 185px;
    overflow: hidden;}	
	.wr_tour_item {
    padding: 10px 10px 8px;}	
	.tour_item p{font-size:13px;}	
	.up_search_item {
    width: 302px;}
	.up_search_item:nth-last-child(2) {
    width: 173px;}
	.wr_result_search_it .name_h_body {
    width: 237px;
}
.wr_result_search_it .much_h_body p {
    max-width: 229px;
}
.wr_ask .hider7 {
    right: 10px;
	top:4px;}
	.wr_ask .hider4 {
    right: 15px;top:4px;}
	.middle_idea h4:before {width: 115px;}
	.middle_idea h4:after {width: 90px;}
	.hidden_ipad{display:none !important;}	
	.conteiner{padding:0 13px;}
	.search_item {
    width: 228px;}
	.search_btn {
    width: 168px;}
	.kurorts_item {
    width: 33%;}
	.right_want {
    width: 445px;}
	.left_want {
    width: calc(100% - 445px);
}
.cont_item_info:nth-child(4n){margin:0 20px 20px 0;}
.other_item {
    width: 49%;
    margin-bottom: 20px;}
.kuda_item {
    width: 33%;max-width:inherit;
    margin-bottom: 5px;}
.right_dost .dost_item:first-of-type {
    margin-bottom: 10px;
}
.right_dost .all_dost{display:none;}
.akc_item {
    width: 240px;}	
.review_item {
    width: 330px;	    padding: 30px 35px 30px 35px;}
.review_item span.left_kov {
    left: 10px;
}
.review_item span.right_kov {
    right: 10px;
}
.right_hotel, .showplaces_list .hotel_right {width: calc(100% - 296px);margin-left:30px;}
.hotel_right {width: calc(100% - 240px);margin-left:16px;}
.h_body_item {padding: 9px 9px;}
.name_h_body {width: 129px;height: 27px; padding-right: 15px;overflow: hidden;}	
.hotel_head_tags a.tag_item {margin-right: 5px;}	
.hotel_down a.like_hotel {
    font-size: 0px;    width: 60px;}
.hotel_down a.like_hotel span{font-size:14px;}	
.hotel_down a.com_hotel {
    font-size: 0px;width: 66px;}
.hotel_down a.com_hotel span{font-size:14px;}
.simele_item {
    width: 33%;
    max-width: 325px;}
.saw_check ul li a span{display:none;}
.saw_check ul li a {
    padding: 0 20px 0 20px;}	
.kharact_show li a {
    padding: 0px 26.5px;}
	}
@media (max-width: 1023px){
	.tabs_caption2 li {width:24.6%;}
	.d1{display:none;}
	.d2{display:block;margin-top:15px;}
	.up_search_item {
    width: 264px;
}
.wr_result_search_it .much_h_body p{display:none;}
.wr_result_search_it .name_h_body {
    width: calc(100% - 460px);
}
	.saw_img{display:none;}
	.slider2.slider3{display:block;}
	.saw_left {
    float: none;
    width: 100%;
}
.saw_right {
    float: none;
    width: 100%;
}
.saw_check ul li a span{display:inline-block;}
.saw_check ul li a {
    padding: 0 12px 0 0px;}
	.tabs_caption4 li span {
    width: 90px;}
	.near_w_item {
    width: 49.45%;}
	.right_hotel {width:100%;margin-left:0px;float:none;}
	.left_hotel{width:100%;float:none;margin-bottom:20px;position:relative;}
.pull2{display:block;vertical-align:top;padding:0 27px 0 52px;line-height:42px;color:#000;font-size:15px;font-weight:600;border-radius:22px;border:1px solid #B6B6B6;background:url(img/icons/gamb2.png) no-repeat 25px 15px;}	
.pull2.as-close{background:url(img/icons/gamb2.png) no-repeat 25px 15px #FFCB07;border:1px solid #FFCB07;}
.name_h_body {
    width: 300px;}
.fsearch_item .wr_search_show3 {
    z-index: 999;
    position: relative;
}
.wr_side{position: absolute;z-index:9999;
    top: 100%;
    left: 0;
   
    -webkit-transition: all .25s;
    transition: all .25s;
    -webkit-transform: translateX(-110%);
    -ms-transform: translateX(-110%);
    transform: translateX(-110%);
    text-align: left;
    width: 100%;
    }	
.wr_side.active {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}	
.wr_side.active .wrap_side{position:relative;width:100%;}	
.sidebar{background:#fff;max-width:266px;}
.shadow{background: rgba(0,0,0,0.5);content:'';position:absolute;top:0;right:0;bottom:0;width:calc(100% - 266px);display:block;}	
	
	
.hidden_900{display:none !important;}	
.bottom_in_big .orange {

    width: 160px;}	
	
	.foot_menu_item {
    width: 50%;
}
.left_footer {
    margin-right: 15px;
}
.right_footer {
    width: 210px;
}
.hidden_plan{display:none;}
.review_item {
    width: 48%;
}
.search_btn {
    width: 140px;
}
.wr_search_show1.wr_search_show2 {
    width: 300px;
}
.search_inp:after {
    right: 10px;
}
.search_item {
    width: 198px;
    padding: 0 0 0 15px;
}
.conteiner{padding:0 10px;}
.menu li {
    margin: 0 6px;
}
.right_want {
    width: 355px;
}
.left_want {
    width: calc(100% - 355px);
}
.kharact_show li a {
    padding: 0px 23.35px;
    font-size: 15px;}
.tour_tipe_item h4 span {
    font-size: 15px;
}
.tour_tipe_item h4 {
    font-size: 10px;}
.tour_tipe_item p {
    font-size: 13.5px;
}	
	}	
@media (max-width: 899px){
	.main_hotel img {max-width:100%; height:auto}
	.tabs_caption2 li {width:24.5%;}
	.kurorts_item {
    width: 32.9%;}
.tour_tipe_item1{display:none;}
.tour_tipe_item2 {
    width: 20%;
}
.tour_tipe_item3 {
    width: 21.6%;
}
.tour_tipe_item4 {
    width: 30.56%;
}
.date_tb_item {
    padding-left: 26px;
    font-size: 14px;}
	.za_chto .title2{font-size:21px;}
	.za_chto .title2 span{display:block;}
	.up_search_item {
    width: 191px;
}
.wr_result_search_it .h_body_item {
    padding: 16px 19px;}
	.kharact_show li a {
    padding: 0px 13.9px;}
	.in_big_bot_left {
    margin-bottom: 45px;}
	.tabs_caption4 li span {
    display: none;
}
.tabs_caption4 li{text-align:center;}
	 .up_info_idea .middle_idea h4 {
    width: 211px;
    text-align: center;
    margin: 0 auto;
}
.right_idea {
    width: 150px;}
.middle_idea h4:after {
    right: 227px;}	
.middle_idea h4:before {
    left: 205px;}	
.up_info_idea h4 {
    font-size: 16px;}
	.bottom_in_big .orange {
    width: 200px;float:right;    margin-top: 18px;}
	.in_big_bot_right {
    float: left;
    position: absolute;
    bottom: 0;
    left: 34px;
}
	
	.name_h_body {
    width: 172px;}
	.hidden_plan{display:none !important;}	
	.za_chto .show_chto ul {
    width: 33%;
}

	.menu{display:none;}
	.mob_menu{display:block;float:left;}
	.right_head {
    width: 207px;}
	.left_head {
    float: none;
    position: absolute;
    top: 12px;
    left: 50%;
    margin-left: -125px;
}
.header{position:relative;}
.pull{font-size:14px;color:#fff;width:206px;padding-left:22px;position:relative;border-radius:17px;border:1px solid #fff;line-height:38px;height:38px;background:url(img/icons/gamb.png) no-repeat 40px 13px;
}
.pull span.s_w{display:none;color:#000;}
.pull span.f_w{color:#fff;}
.pull.is_open span.f_w{display:none;color:#fff;}
.pull.is_open span.s_w{display:inline;}
.pull.is_open{color:#000;background:url(img/icons/close.png) no-repeat 22px 13px #FFCB07;border-color:#FFCB07;
}
.mob_menu{margin-top:37px;}
.menu2{position:absolute;top:43%;left:0px;padding:0px 0px;width:100%;z-index:99;display:none;background:#FFB700;}
.menu2 li{display:block;vertical-align:top;text-align:center;border-bottom:1px solid #fff; padding:10px 0;}
.menu2 li a{display:block;vertical-align:top;line-height:28px;font-size:14px;color:#000;padding:0 15px;}
.menu2 li a:hover{background:#FFB700;}
.menu2 li:last-child {border:none;}
.menu2 li:last-child a{border-bottom:none;}
.search_item {
    width: 154px;    padding: 0 0 0 10px;}
.tabs_caption2 li {
    font-size: 25px;}	
.want_cell h4 {
    font-size: 28px;
    line-height: 1.2;
}
.dost_item.big img {
    height: 470px;
}
.right_dost .dost_item:first-of-type img{
    height: 193px;
}	
.right_dost .dost_item img{
    height: 267px;
}	
.right_footer {
    float: none;
    margin: 0 auto;
}
.left_footer {
    margin-right: 0px;
    float: none;
    margin: 20px auto;
}
.middle_footer{float:none;margin:0 auto;width:100%;max-width:420px;text-align:center;}
.right_head {
    padding-top: 25px;}
.table_h{display:none;}
.table_row h4{display:block;    font-size: 15px;}
.table_row {
    padding: 9px 10px 9px 10px;}
.cell1 {width: 140px;}	
.cell2 {width: 92px;}
.cell3 {width: 192px;}
.cell4 {width: 132px;}
.table_row p {
    font-size: 15px;}
.tour_date {
    background: #fff;
    border-radius: 11px;
    text-align: justify;
    padding: 32px 10px;}		
	}
	
@media (max-width: 767px){
	.tabs_caption4 li {width:23%;}
	.tabs_caption2 li {width:24.4%;}
	#price_block {max-width:100% !important; overflow: auto;}
	
	#tour_reserve_form .up_modal_item
{
	width:100%;
}
	.saw_check ul, .kurort_links { height:auto; cursor:pointer; display:-block;
	}
.kurort_links {display:block;}

 .modal_body .up_search_item
 {
	 width:98%;
	 padding-left:23px;
	 max-width: inherit;
	 margin-bottom: 0;
 }
 .modal_body .up_search_inp
 {
	 width:100%;
 }
 .modal_body .up_search_inp::after
 {
	 right:8px;
 }
	.wrap_ask, .wr_advance {padding:15px;}
	.dop .conteiner, .wr_advance .title, .wrap_ask .title {padding:0;}
	iframe {max-width:100%;}
.box-modal { width:100%; margin-left: -50%; }
	#bron_tour.box-modal {
    left: 0%;
    margin-left: 0px;
    width: 100%;
}
.up_modal_item {
    width: 100%;
    padding: 0 0 0 23px;
    -webkit-box-shadow: inset 0px -1px 0px 0px rgba(223,223,223,1);
    -moz-box-shadow: inset 0px -1px 0px 0px rgba(223,223,223,1);
    box-shadow: inset 0px -1px 0px 0px rgba(223,223,223,1);
}
.up_modal_item.up_modal_item2{width: 100%;}
.d_modal_item{ width: 100%;
    padding: 0 0 0 23px;
    -webkit-box-shadow: 0px -1px 0px 0px rgba(223,223,223,1);
    -moz-box-shadow: 0px -1px 0px 0px rgba(223,223,223,1);
    box-shadow:  0px -1px 0px 0px rgba(223,223,223,1);
}
.modal_body .orange {
    width:100%;max-width:345px;margin:0 auto;    display: block;}
.choise_pop label {
    display: block;
    margin: 0 auto;
    margin-bottom: 15px;}
.allmuch {
    width: 100%;}
	.days_slide .foto_small {
    width: 100%;
    margin-right: 3.5px;
    height: auto;
}
	.tour_date {
    padding: 12px 10px;
}
.date_tb_item {
    padding-left: 26px;
    font-size: 14px;
    width: 33%;
    margin-bottom: 13px;
}
.cell1 {width: 100%;text-align:center;}	
.cell2 {width: 100%;text-align:center;}
.cell3 {width: 100%;text-align:center;}
.cell4 {width: 100%;text-align:center;}
.cell5 {width: 100%;text-align:center;}
.tour_tipe_item{width: 100% !important;text-align:center;margin-bottom:10px;}
.bron_tour {
    float: none;margin:0 auto;}
.tour_tipe_item h4 span {
    font-size: 18px;
}	
.table_row a span:after{display:none;}
.table_row a {
    background: #FFCB07;
    border-radius: 26px;
}
	.sov_item li {
    line-height: 19px;}
	.days_item:after{display:none;}
	.days_item {
    padding-left: 0px;}
	.days_item h2 {
    padding-left: 52px;}
	.tour_item {
    width: 50%;
    margin-bottom: 10px;
}
	.za_chto .show_chto ul li {
    font-size: 16px;
    padding-left: 40px;}
	.search_hotel {
    padding-top: 0px;
}
.up_search_item:nth-last-child(2) {
    width: 136px;
}
.up_search_item {
    width: 166px;
    padding: 0 0 0 10px;
}
	.slider2.slider3{display:none;}
	.hotel_head{}
	.saw_check ul li:first-of-type {
    border-radius: 23px 23px 0 0px;
}
.saw_check ul li:first-of-type a {
   border-radius: 23px 23px 0 0px;
}
.saw_check ul li:last-child {
    border-radius: 0px  0px 23px 23px;}
.saw_check ul li:last-child a {
   border-radius: 0px  0px 23px 23px;
}	
.saw_check ul li{width:100%;display:block;
-webkit-box-shadow: inset 0px -1px 0px 0px rgba(223,223,223,1);
    -moz-box-shadow: inset 0px -1px 0px 0px rgba(223,223,223,1);
    box-shadow: inset 0px 0px -1px 0px rgba(223,223,223,1);}
	.hotel_head.hotel_head2{display:block;margin-bottom:15px;}
	.near_w_item {
    width: 47.45%;
    margin: 0 1% 35px 1%;
}
	.slider2{display:none;}
	.swiper-container2{display:block;}
	.name_h_body {
    width: 78px;}
	.hotel_down .podr_hidden {
    margin-right: 10px;
}
.hotel_down .podr_hidden {
    margin-right: 10px;
    margin-left: 10px;
}
.hotel_down a.like_hotel {
    margin-right: 10px;}
.hotel_down a.com_hotel {
    width: 62px;
}
.foto_small {
    width: 100%;
   }	
.pokaz_in_map{display:block;}	
.foto_big {
    width: 100%;}	
	.hidden_mob{display:none !important;}
	.wr_near{text-align:center;}
	.wr_near2{text-align:center;}
	.wr_simele{text-align:center;}
	.wr_simele2{text-align:center;}
	.simele_item {
    width: 100%;display:block;margin:0 auto;margin-bottom:25px;
}
.simele_item .kuda_txt{text-align:left;}
	.pull {
    width: 180px;
    background: url(img/icons/gamb.png) no-repeat 28px 13px;
}
.calls span {
    font-size: 24px;}
.calls a {
    font-size: 14px;
}
.search_sp1{display:none;}
.search_inp {
    text-transform: capitalize;
}
.search_item {
    width: 120px;}
.tabs_content2.active {
    text-align: center;
}	
.want_txt {
    width: auto;
}
.left_want {
    width: 100%;
    text-align: center;float:none;margin-bottom:15px;
}
.right_want {
    width: 100%;
    float: none;
    margin: 0 auto;
    max-width: 525px;
}
.kuda_item {
    width: 49.5%;}
.title {
    font-size: 27px;}
.title a {
    line-height: 43px;}	
.left_dost {
    width: 100%;
    margin-bottom: 10px;
}
.right_dost {
    width: 100%;
}
.wr_akc {
    text-align: center;
}
.akc_item {
    margin: 0 8px 30px;
}	
.review_item {
    width: 100%;
    max-width: 378px;
    margin: 0 auto;
    display: block;
}
.right_footer {
    text-align: center;
}
.mob_kur_info{display:block;margin:20px 0;}	
.mob_kur_info + .hotel_info{padding-top:15px;}
.kharact_show li{display:block;width:100%;
    -webkit-box-shadow: inset 0px -1px 0px 0px rgba(223,223,223,1);
    -moz-box-shadow: inset 0px -1px 0px 0px rgba(223,223,223,1);
    box-shadow: inset 0px -1px 0px 0px rgba(223,223,223,1);}
.pull3{display:block;}
.kharact_show{display:none;}
.kurort_links ul li:first-of-type a {
    border-radius: 0px 0px 0 0px;
}	
.kurort_links ul li:last-child a {
    border-radius: 0px 0px 0px 0;
}}
@media (max-width: 666px){
	.days_slide {
    float: none;
    width: 344px;
    margin: 0 auto;
}
.wr_days_item {
    padding: 10px 10px 10px;
    border: none;}
.days_txt {
    float: none;
    width: 100%;
}	
	.up_search_item {
    width: 100%;background:#fff;
    padding: 0 0 0 10px;
    box-shadow: none;-webkit-box-shadow: 0px 5px 13px 0px rgba(0,0,0,0.26);
    -moz-box-shadow: 0px 5px 13px 0px rgba(0,0,0,0.26);
    box-shadow: 0px 5px 13px 0px rgba(0,0,0,0.26);
}
.search_btn {
    width: 100%;
    border-radius: 3px;
}
.hidden_568{display:none !important;}
.za_chto .show_chto ul {
    width: 50%;
}
.wr_result_search  .name_h_body {
    margin-bottom:7.5px;
}
.wr_result_search  .how_h_body{padding-left:0;margin-bottom:7.5px;}
.wr_result_search  .h_body_item {
    padding: 16px 19px 0px 19px;margin-bottom:7.5px;
}
.bron {
    position: static;
    margin-left: -19px;
    width: calc(100% + 38px);
}
.up_search_item:nth-last-child(2) {background:#fff;
    width: 100%;
}
.up_search_hotel{background:none;box-shadow:none;}
	.hotel_down.hotel_down2 a.like_hotel {
    font-size: 0px;
    width: 50px;
}

	.cont_item_info:nth-child(2n){margin:0 2px 2px 0;}
	.cont_item_info:nth-child(4n){margin:0 2px 2px 0;}
	.cont_item_info{margin:0 2px 2px 0;}
	.input_two {
    width: 100%;
    max-width: inherit;}
	.near_w_item {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 35px;
}
	.wrap_near .black{display:none;}
.name_h_body h4 {
    
}
.name_h_body {
    width: 24px;
    padding-right: 0;
}
.how_h_body {
    padding: 4px 10px 4px 0px;
    border-left: none;
}
.info_much_h_body {
    padding-left: 10px;
    width: 185px;
}
.hotel_down a.like_hotel {
    font-size: 14px;
    width: 155px;
}
.hotel_down a.com_hotel {
    width: 120px;
    font-size: 14px;
}
	.search_item:nth-last-child(2) {
    width: 113px;}
	.search_item {
    width: 100px;
}
.search_btn {
    width: 135px;
}
.wr_search_show3 {
    width: 300px;}	
.calendar_head h4 {
    font-size: 15px;
    margin-right: 8px;}	
.calendar_head a {
    font-size: 15px;
    margin-right:8px;
}	
.calendar_head span {
    font-size: 15px;
    margin-right:8px;
}	
.calendar_head {
    padding: 16px 5px;}	
.wrap_mounth a {
    padding-left: 5px;}	
.left_calendar {
    width: 97px;
}	
.right_calendar {
    width: 193px;
    margin-right: 5px;
}	
.right_calendar span {
    width: 27px;
}	
.day_week span {
    line-height: 27px;
}	
.mounth_cont span {
    line-height: 27px;}	
.wrap_mounth a {
    line-height: 33px;}	
.tabs_caption2 li span {
    margin-right: 5px;
}	
.tabs_caption2 li {
    font-size: 20px;
}	
.kurorts_item {
    width: 48.5%;
}
.conteiner{position:relative;}
.title a {
    line-height: 43px;
    position: absolute;
    bottom: -32px;
    display: block;
    right: 10px;
}
.block_5 {
    padding: 40px 0 45px 0;
}
.wr_advance .title {
    font-weight: 300;
    font-size: 24px;    max-width: 290px;
}	
.wr_advance .hider6 {
    top: 22px; right:20px;}
	}
@media (max-width: 567px){
	table
	{
		width:100% !important;
	}
	.up_search_inp
	{
		height:61px;
	}
.name_h_body {
    width:100%;
}
	.za_chto .title2 span {
    max-width: 280px;
}
.za_chto {
    padding: 25px 10px;
}
.wr_days_item {
    padding: 10px 0px 10px;}
	.hotel_down.hotel_down2 a.like_hotel {
    font-size: 14px;
    width: 155px;
}
	.up_info_idea{background:#EFEFEF;padding:35px 0;text-align:center;}
	.left_idea {float:none;width:100%;background:#EFEFEF;}
	.up_info_idea h4{font-weight:600;font-size:20px;}
	.middle_idea{ position:static;margin:40px 0;background:#EFEFEF;}
	.right_idea{float:none;width:100%;background:#EFEFEF;}
	.middle_idea h4:before{display:none;}
	.middle_idea h4:after{display:none;}
	.tabs_caption4 li {
    line-height: 40px;
    font-size: 16px;}
	.wrap_tabs4 .wr_tabs {
    margin-top: 25px;
}
	.hotel_slide {
    float: none;
    width: 100%;
}
.hotel_right, .showplaces_list .hotel_right {
    width: 100% !important;
    margin-left: 0px;
    margin-top: 15px;
}
.name_h_body {
    width: 178px;}
.name_h_body h4 {
    font-size: 15px;
}
.hotel_down{text-align:center;}
.hotel_down .podr_hidden {
    margin-right: 22px;
    margin-left: 22px;
}	
.left_foot {
    float: none;
    width: 100%;
    margin: 15px 0;text-align:center;
}	
.right_foot {
    float: none;
    width: 285px;
    margin: 0 auto;
}
.foot_menu_item {
    width: 40%;
}
.news_item {
    width: 147px;
}
.conv {
    margin-right: 15px;
}	
.want_txt {
    width: calc(98% - 125px);
}	
.left_want {
    text-align: left;}	
.pull {
    width: 55px;
    background: url(img/icons/gamb.png) no-repeat 20px 13px;
    font-size: 0;    border: none;
    padding: 0 0px;
}
.mob_menu {
    margin-top: 25px;
}
.left_head {
    float: left;
    position: static;
    top: 12px;
    left: 50%;
   margin-left: 70px;
    width: 216px;margin-top: 6px;
}
.left_head img{width:100%;height:auto;}
.right_head {
    padding-top: 5px;
    float: left;
    margin-left: 122px;
}
.search_item {
    width: 100%;display:none;
	-webkit-box-shadow: inset 0px -1px 0px 0px rgba(223,223,223,1);
    -moz-box-shadow: inset 0px -1px 0px 0px rgba(223,223,223,1);
    box-shadow: inset 0px -1px 0px 0px rgba(223,223,223,1);
}

#tour_reserve_form .search_item, .busSearch .search_item
{
	display:inherit;
}

.search_item:nth-last-child(2), .top_tour_search .search_item {
    width: 100%;
}

.search_btn {
    width: 100% !important;border-radius:3px;
}
    
.cont_item_info:nth-child(2n){margin:0 auto;margin-bottom:15px;}
	.cont_item_info:nth-child(4n){margin:0 auto;margin-bottom:15px;}
	.cont_item_info{margin:0 auto;margin-bottom:15px;display:block;}
.other_item {
    width: 100%;
}	
.wrap_contacts{text-align:center;}
.contact_img {
    display: block;margin-right:0;margin:0 auto;margin-bottom:25px;}
.contact_txt{width:100%;}	
}

@media (max-width:479px){
	.tabs_caption2 li {width:24.2%;}
	.days_item h2 {
    padding-left: 0px;
    font-size: 16px;
}
.days_item:before{display:none;}
	.tour_item {
    width: 100%;
    margin-bottom: 10px;
}
	.wrap_search_hotel {
    padding: 20px 10px;
    background: #DAE7F0;
}
.wr_result_search .h_body_item {
    padding: 16px 9px 0px 9px;}
.bron {
    position: static;
    margin-left: -9px;
    width: calc(100% + 18px);
}
.h_hidden_left {
    float: none;
    width: 118px;
    text-align: center;
}
.h_hidden_right {
    float: right;
    width: 100%;
}
.podr_hidden {
    margin-left: 10px;
}
.za_chto .show_chto ul {
    width: 100%;
    margin-bottom: 20px;
}
.za_chto .show_chto ul:nth-child(2){}	
	.wr_advance .hider6.is_open span:before{content:'';background:url(img/icons/ar_down2.png) no-repeat center center;width:12px;height:21px;border-bottom:none;
	-webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);}
	.wr_advance .hider6 span:before{content:'';background:url(img/icons/ar_down2.png) no-repeat center center;width:12px;height:21px;border-bottom:none;
	-webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);}
	
	.wr_advance.wr_advance2 .hider6.is_open span:before {
    content: '';content:'';background:url(img/icons/ar_down2.png) no-repeat center center;width:12px;height:21px;border-bottom:none;
	-webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.wr_advance.wr_advance2 .hider6 span:before {
    content: '';content:'';background:url(img/icons/ar_down2.png) no-repeat center center;width:12px;height:21px;border-bottom:none;
	-webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}
	.right_want .input_one {
    padding: 0 71px 0 30px;}
	.name_h_body {
    width: 75px;padding-left: 14px;

}
.name_h_body h4 {
    font-size: 14px;
}
.news_item {
    width: 100%;margin-bottom:10px;
}
.kuda_item {
    width: 100%;
}
.kurorts_item {
    width: 100%;
}
.tabs_caption2 li {
    font-size: 0px;
}
.tabs_caption li {margin: 0 10px;
    font-size: 15px;
}
.left_head {
    margin-left: 20px;}
.right_head {
    margin-left: 33px;}	
.wr_search_show1 {
    padding: 5px 0px;
    width: 100%;}
.wr_search_show1.wr_search_show2 {
    width: 100%;
}
.dost_txt a.all_dost{display:none;}		
.akc_item {
    margin: 0 0px 30px;
    width: 100%;
}
.want_cell h4 {
    font-size: 24px;
    line-height: 1.2;
}
.right_want .orange {
    width: 62px;
    margin-left: -69px; font-size: 0;background:url(img/icons/mail_but.png) no-repeat center center #FFCB07;
}
.dost_txt {
    padding: 0 10px 0 30px;}	
.hotel_down a.like_hotel span:before {
    background: url(img/icons/like_mob.png) no-repeat center center;}
.hotel_down a.com_hotel span:before {
    background: url(img/icons/comments_mob.png) no-repeat center center;}
.tabs_caption4 li {
    line-height: 0px;
    font-size: 0px;
}		
.tabs_caption4 li span {
    display: block;width:100%
}
.days_slide {
    float: none;
    width: 100%;}
.wr_days_item{box-shadow:none;}	
}	
@media (max-width:374px){
	.tabs_caption2 li {width:23.9%;}
	.choise_pop label
	{
		width:269px;
	}
	.much_h_body span {
		font-size:14px;
	}
	.days_slide .foto_big {
    min-width: 300px;
    height: 300px;
}
	.in_big_bot_right2 .like_hotel2 {
    width: 151px;
    margin-right: 8px;
}
	.hotel_down.hotel_down2 .podr_hidden {
    margin-right: 10px;
    margin-left: 10px;
}
	.right_want .input_one {
    padding: 0 71px 0 10px;}
	.name_h_body {
    width: 19px;
    padding-left: 24px;
}
.info_much_h_body {
    padding-left: 10px;
    width: 160px;
}
.hotel_slide {
    float: none;
    width: 320px;
    margin-left: -10px;
}
.title {
    font-size: 24px;
}
.foot_menu_item {
    width: 100%;
    margin-bottom: 10px;
}
.dost_item.big img {
    height: 330px;
}
.right_dost .dost_item:first-of-type img {
    height: 267px;
}

	}
	
.bx-default-pager
{
	display:none;
}
.bx-prev, .bx-next
{
	font-size:0px;
}
#wait
{
	width:100%;
	height:100%;
	position:fixed;
	top:0%;
	left:0%;
	background:url(/images/wait.gif) 50% 50% no-repeat;
	z-index: 999;
	display:none;
}
#q_error_text, #q_ok_text
{
	margin-bottom:10px;
	font-size:15px;
}
.error
{
	color:red;
}
.ok
{
	color:green;
}

table.price
{
	width:100%;
	font-size:90%;
}
table.price td
{
	padding:5px;
	border:1px solid #B6B6B6;
}
[type=file] {
    position: absolute;
    filter: alpha(opacity=0);
    opacity: 0;
}
[type=file] + label {
	cursor: pointer;
	background: #ffcb07;
	border-radius: 3px;
	color: #000;
	font-size: 15px;
	font-weight: 600;
    line-height: 59px;
    text-align: center;
    width: 138px;
	padding: 19px;
}
[type=file] + label:hover {
  background: #FFB700;
}
.inputBox 
{
	margin:5px;
	position:relative;
}
.inputBox .deleteImgRow
{
	position:absolute;
	right:5px;
	top:5px;
	background: url("img/icons/close2.png");
	background-size: cover;
	width:10px;
	height:10px;
	display:block;
}
.bx-composite-btn
{
	display:none !important;
}