@import "/media/fonts/Magnolia-Script/font.css";
/**/
@media (min-width: 915px) {
    #top_panel {margin-bottom: -64px; position: relative; z-index: 400; border-bottom: 0 solid transparent;
        background: -moz-linear-gradient(top, rgba(33,51,10,0.64) 0%, rgba(34,52,12,0.64) 1%, rgba(125,185,232,0) 100%);
        background: -webkit-linear-gradient(top, rgba(33,51,10,0.64) 0%,rgba(34,52,12,0.64) 1%,rgba(125,185,232,0) 100%);
        background: linear-gradient(to bottom, rgba(33,51,10,0.64) 0%,rgba(34,52,12,0.64) 1%,rgba(125,185,232,0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a321330a', endColorstr='#007db9e8',GradientType=0 );
    }
    #top_panel .logo {
        background-image: url(/images/common/extranet/logo_turbaza_white.png);
        background-image: url(/images/common/extranet/logo_turbaza_white.svg);
        background-repeat: no-repeat; background-position: center; background-size: 140px auto;
    }
    #top_panel .logo.en {
        background-image: url(/images/common/extranet/logo_turbaza_white_en.png);
        background-image: url(/images/common/extranet/logo_turbaza_white_en.svg);
    }
    #top_panel .contacts .city { color: #fff;}
    #top_panel .login { color: #fff; border: 1px solid #fff;}
    #top_panel .login:hover { color: #13cf3b; border: 1px solid #13cf3b;}
    #top_panel .user { color: #fff;}
    #top_panel .messages{ color: #fff;}
    #top_panel .messages:hover [class*='icon-']{color: #dddcdc;}
    #top_panel #lang_select .list_lang  a{ color: #fff;}
}
/**/
#main_top { position: relative;; z-index: 200;
    background: url(/images/common/main/summer_desctop_big.jpg) no-repeat center top; /*padding: 18px 0 0 0;*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
@media (max-width: 1920px) {
    #main_top { background: url(/images/common/main/summer_desctop.jpg) no-repeat center top;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
}
@media (max-width: 800px) {
    #main_top { background: url(/images/common/main/summer_desctop.jpg) no-repeat center top;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
}
@media (max-width: 635px) {
    #main_top { background: url(/images/common/main/summer_mobile.jpg) no-repeat left top;
        /*-webkit-background-size: auto 145%;
        -moz-background-size: auto 145%;
        -o-background-size: auto 145%;
        background-size: auto 145%*/
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
}

#main_top { height: 670px; color: #FFF; }
@keyframes fadein {
    0% { opacity: 0; }
    25% { opacity: 0; }
    100% { opacity: 1; }
}
@-moz-keyframes fadein {
    0% { opacity: 0; }
    25% { opacity: 0; }
    100% { opacity: 1; }
}
@-webkit-keyframes fadein {
    0% { opacity: 0; }
    25% { opacity: 0; }
    100% { opacity: 1; }
}
@-ms-keyframes fadein {
    0% { opacity: 0; }
    25% { opacity: 0; }
    100% { opacity: 1; }
}
@-o-keyframes fadein {
    0% { opacity: 0; }
    25% { opacity: 0; }
    100% { opacity: 1; }
}
#main_top .phone { -webkit-animation: 3s ease 0s normal forwards 1 fadein; -moz-animation: 3s ease 0s normal forwards 1 fadein; -ms-animation: 3s ease 0s normal forwards 1 fadein; -o-animation: 3s ease 0s normal forwards 1 fadein; animation: 3s ease 0s normal forwards 1 fadein; }
#main_top .header {font-family: 'Magnolia-Script'; text-shadow: 0 0 16px rgba(16, 50, 67, 0.2); padding: 155px 0 10px; text-align: center; color: #FFF; font-size: 64px; line-height: normal; -webkit-animation: 3s ease 0s normal forwards 1 fadein; -moz-animation: 3s ease 0s normal forwards 1 fadein; -ms-animation: 3s ease 0s normal forwards 1 fadein; -o-animation: 3s ease 0s normal forwards 1 fadein; animation: 3s ease 0s normal forwards 1 fadein; }
#main_top .header_2 { padding: 0 0 130px 0; text-align: center; font-size: 20px; -webkit-animation: 3s ease 0s normal forwards 1 fadein; -moz-animation: 3s ease 0s normal forwards 1 fadein; -ms-animation: 3s ease 0s normal forwards 1 fadein; -o-animation: 3s ease 0s normal forwards 1 fadein; animation: 3s ease 0s normal forwards 1 fadein; }
#main_top .header_2.clone { display: none; }
#bases_search_wrapper { background-image: none; padding: 0; }
#bases_search_wrapper .searchlinks { display: block; bottom: auto; top: 100%; padding: 0 17px 17px; background-color: rgba(0, 0, 0, 0.5); }
#main_promo { background: #FFF; padding: 20px 0; color: #000; font-size: 16px; font-weight: 500;  text-align: center;}
#main_promo .item { display: inline-block; width: 25%; margin: 0 -2px; vertical-align: top; position: relative;  text-align: left;}
#main_promo .item .title { display: block; padding-left: 85px; }
#main_promo .item .icon { display: block; position: absolute; font-size: 45px; left: 0; top: 50%; padding-left: 10px; color: #00B440; }
#main_promo .item:nth-of-type(1) .icon { margin-top: -21px; }
#main_promo .item:nth-of-type(2) .icon { margin-top: -22px; }
#main_promo .item:nth-of-type(3) .icon { margin-top: -19px; }
#main_promo .item:nth-of-type(4) .icon { margin-top: -19px; }
#main_promo .item .icon_img img { max-width: 45px; }
#main_popular {}
#main_popular .wrapper { width: 100%;}
#main_popular .carusel { overflow: hidden; height: 404px; margin: 20px auto 30px;}
#main_popular .caruser_wrapper { position: relative; width: 100%; max-width: 1024px; margin: 0 auto;}
#main_popular .caruser_wrapper .slick-list { margin: 0 -10px;}
#main_popular .caruser_wrapper .el {margin: 0 10px;}
#main_popular .caruser_wrapper .slick-arrow { position: absolute; top: 50%; margin-top: -50px; height: 50px; width: 38px;
    font-size: 25px; line-height: 50px; cursor: pointer; color: #bbbdbe; z-index: 200; text-align: center;}
#main_popular .caruser_wrapper .slick-arrow.slick-prev { left: -50px;}
#main_popular .caruser_wrapper .slick-arrow.slick-next { right: -50px;}
#main_popular .caruser_wrapper .slick-arrow:hover {color: #6a6c6c;}
@media (max-width: 1024px) {
    #main_popular .caruser_wrapper .slick-arrow { background: rgba(255, 255, 255, .5); color: #6a6c6c;}
    #main_popular .caruser_wrapper .slick-arrow.slick-prev { left: 0;}
    #main_popular .caruser_wrapper .slick-arrow.slick-next { right: 0;}
}
.part-bases .header { text-align: center; color: #000; font-size: 26px; font-weight: 300; }
.part-bases .header a { vertical-align: inherit;}
.part-bases { background-color: #f6f7f7; padding: 50px 0 60px 0; }
.part-bases .buttons { text-align: center; }
.part-bases [class*='btn-']:not(.booking-button) { width: 327px;  background: transparent; border: 2px solid #29b34a; color: #29b34a; padding: 0;
    line-height: 40px; height: auto;}
.part-bases [class*='btn-']:not(.booking-button):hover{ background: transparent;  border: 2px solid #00A43D; }
.part-bases .base_thumb:hover a.name { color: #626161;}

#main_map { height: 530px; position: relative; background: #fbfcf4 url(/images/template/map_loading.gif) no-repeat center; background-size: 20%; }
#main_map .my_region { background: rgba(0, 0, 0, 0.5); height: 65px; text-align: center; color: #FFF; font-size: 24px; line-height: 65px; font-weight: 300; position: absolute; top: 0; right: 0; left: 0; z-index: 1; }
#main_map .my_region a { border-bottom: 1px dashed #FFF; color: #FFF; font-size: 18px; text-decoration: none; }
#main_subsribe { background: #FFFFFF; padding: 50px 0 55px 0; text-align: center; }
#main_subsribe .header { text-align: center; font-size: 26px; font-weight: 300; }
#main_subsribe .header_2 { text-align: center; color: #828282; font-size: 16px; font-weight: 300; }
#main_subsribe form { height: 50px; margin: 30px auto 0 auto; display: inline-block; }
#main_subsribe.auth form { width: 210px; }
#main_subsribe.auth input { display: none; }
#main_subsribe .ok { height: 50px; margin: 30px 0 0 0; text-align: center; font-size: 16px; color: #00B440; display: none; }
#main_subsribe.complite form { display: none; }
#main_subsribe.complite .ok { display: block; }
.steps_block { padding: 35px 0; text-align: center; position: relative; background: #fff; }
.steps_block .step { display: inline-block; vertical-align: top; width: 240px; margin: 0 0.85%; }
.steps_block .step:first-of-type { margin-left: 0; }
.steps_block .step:last-of-type { margin-right: 0; }
.steps_block .step .iconka { width: 75px; height: 75px; margin: 0 auto 10px; border: 1px solid #00B440; border-radius: 50%; line-height: 73px;
    color: #00B440; font-size: 32px; }
.steps_block .step .ttl { color: #00B440; font-weight: 600; text-transform: uppercase; font-size: 16px; margin-bottom: 8px; }
.steps_block .step .descr { color: #676767; font-size: 14px; line-height: 1.57; }
.steps_block .step .descr .comment { color: #8a8a8a; font-size: 13px; font-style: italic; }
.steps_block .arrow { width: 126px; color: #00B440; font-size: 14px; position: absolute; top: 34px; text-align: right; display: block; }
.steps_block .arrow > svg { width: 100%; height: 18px;}
.steps_block .arrow > svg .st0 { fill: none; stroke: #00B440; stroke-width: 2; stroke-linejoin: bevel; stroke-miterlimit: 10; }
.steps_block .arrow > svg .st1 { fill: none; stroke: #00B440; stroke-width: 2; stroke-miterlimit: 10; }
.steps_block .arrow.ar1 { left: 50%; margin-left: -320px; }
.steps_block .arrow.ar2 { left: 50%; margin-left: -63px; }
.steps_block .arrow.ar3 { left: 50%; margin-left: 200px; }
.trust_block { background: #f2f2f2; padding: 40px 0; }
.trust_block .header { text-align: center; font-size: 26px; line-height: 1.2; font-weight: 300; margin-bottom: 30px; color: #333; }
.trust_block .slider_inner_wrapper { position: relative; padding: 0 25px; }
.trust_block .slider_inner_wrapper .controls { }
.trust_block .slider_inner_wrapper .controls .arrow { position: absolute; height: 100%; width: 30px; text-align: center; line-height: 35px; cursor: pointer;
    color: #b4bfc7; font-size: 26px; top: 0; opacity: 0.9; }
.trust_block .slider_inner_wrapper .controls .arrow:hover { opacity: 1; }
.trust_block .slider_inner_wrapper .controls .arrow.left { left: 0; }
.trust_block .slider_inner_wrapper .controls .arrow.right { right: 0; }
/*.trust_block .trust_slider{overflow: hidden; position: relative;}*/
/*.trust_block .trust_slider .slider_wr{ white-space: nowrap; display: inline-block;}*/
.trust_block .trust_slider .item { height: 35px; cursor: pointer; }
.trust_block .trust_slider .item > img { display: block; height: 35px; width: auto; }
/*.trust_block .trust_slider .item:hover > img{ opacity: 1 !important;}*/
/**/
#main_artiles { position: relative; padding: 35px 0; background: #fff; max-height: 450px; overflow: hidden;}
#main_artiles .header { text-align: center; color: #000; font-size: 26px; font-weight: 300; margin-bottom: 25px;}
#main_artiles .slider { position: relative;}
#main_artiles .slider .el { height: 300px; width: 360px; position: relative; margin-right: 20px;}
#main_artiles .slider .el a { display: block; color: #1b1b1b; font-size: 18px; line-height: 1.2; font-weight: 600; text-decoration: none;}
#main_artiles .slider .el a .title { display: block;}
#main_artiles .slider .el:hover a .title { display: block; color: #626161;}
#main_artiles .slider .el a .autor_name,
#main_artiles .slider .el a .date { font-size: 11px; text-transform: uppercase; color: #a2a2a2; font-weight: 400; white-space: nowrap;}
#main_artiles .slider .el .image { height: 206px; display: block; margin-bottom: 10px; position: relative; overflow: hidden;}
#main_artiles .slider .el .image img{ display: block; height: 100%; position: absolute; left: 0; top: 0;}
#main_artiles .slider .el .image:after { content: ''; display: block; width: 100%; height: 25%; position: absolute; bottom: 0; left: 0;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);}
#main_artiles .slider .el .share_block { position: absolute; padding: 2px 6px; top: 170px; right: 20px; z-index: 100; }
.share_block .views_statistics { display: inline-block; margin-right: 3px; color: #fff; font-size: 14px; white-space: nowrap; padding: 1px 1px 1px 2px; background: rgba(236, 236, 236, .16); line-height: 16px; border-radius: 2px;}
.share_block .likely-small .likely__widget { margin: 0 2px 8px; }
.share_block .views_statistics .counter { font-size: 12px; padding: 0 2px 0 4px; display: inline-block; vertical-align: middle; }
#main_artiles .slick-arrow { position: absolute; top: 72px; height: 50px; width: 38px;
    font-size: 25px; line-height: 50px; cursor: pointer; color: #bbbdbe; z-index: 200; text-align: center;}
#main_artiles .slick-arrow.slick-prev { left: -50px;}
#main_artiles .slick-arrow.slick-next { right: -50px;}
#main_artiles .slick-arrow:hover {color: #6a6c6c;}
#main_artiles .all { position: absolute; right: 0; top: 15px; font-size: 14px; color: #7e7e7e; text-decoration: none; z-index: 400;}
#main_artiles .all i { font-size: 9px;}
#main_artiles .all:hover {color: #333;}
/**/
#bases_search { background-color: rgba(48, 51, 54, 0.7); }
@media (max-width: 1044px) {
    .steps_block .step { width: 22%; width: 22vw;}
    .steps_block .step .iconka { width: 9vw; height: 9vw; font-size: 4vw; line-height: 8.8vw;}
    .steps_block .step .ttl { font-size: 2vw;}
    .steps_block .step .descr { font-size: 1em; font-size: 1.3vw;}
    .steps_block .step .descr .comment { font-size: 1.3vw;}
    .steps_block .arrow { width: 11%; width: 11vw; top: 3.5vw;}
    .steps_block .arrow.ar1 { margin-left: -29.5%;margin-left: -29.5vw; }
    .steps_block .arrow.ar2 { margin-left: -5.5%;margin-left: -5.5vw; }
    .steps_block .arrow.ar3 { margin-left: 18.5%; margin-left: 18.5vw; }
}
#bober { position: absolute; left: 0; bottom: 100%; width: 320px; height: 240px;
    background: url(/images/bobr_sprite.png?p=123); background-repeat: no-repeat; background-position: 0 0; background-size: 100% auto;
    display: none;
    pointer-events: none;
}
@media (max-width: 760px) {
    .steps_block { display: none;}
    #bober { display: none !important; }
}
@media (max-width: 500px) {
    #main_artiles .slider .el { margin-right: 0;}
    #main_artiles .all { top: auto; bottom: -20px; right: 10px;}
    #main_artiles .slick-arrow { background: rgba(255, 255, 255, .4); border-radius: 3px; height: 38px; width: 30px; line-height: 38px;
        font-size: 20px;top: 85px;}
    #main_artiles .slick-arrow:hover{ background: rgba(255, 255, 255, .7);}
    #main_artiles .slick-arrow.slick-prev { left: 0;}
    #main_artiles .slick-arrow.slick-next { right: 0;}
}