html, body {
    padding: 0px;
    margin: 0px;
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    width: 100%;
    height: 100%;
    color:#5f5f5f;
    background: #FFF;
}

img, form {
    padding: 0px;
    margin: 0px;
}
a {
    font-size:15px;
    color:#000000;
    font-family: 'Montserrat', sans-serif;
    text-decoration: none;
}
* {
    box-sizing: border-box;
    vertical-align: top;
}

h1,h2,h3 {
    color: #000;
    margin:0px;
    padding:0px;
}
h1 {
    font-size: 22px;
    font-weight: 500;
}
h2 {
    font-size: 40px;
    font-weight: 500;
}
.li_dot {
    color:#cc8e49;
    font-size:30px;
    line-height:14px;
    margin-right:5px;
}

.page {
    width:100%;
    display: flex;
    flex-direction: column;
    height: 100%;
}
.page main {
    flex:1;
}
.container {
    width:100%;
    max-width:1240px;
    margin:0px auto;
    padding:0px 15px;
}
.fancybox-content {
    padding: 10px 20px!important;
    border-radius: 10px;
}

ul.way {
    padding-left: 0px;
    padding-top: 10px;
}

ul.way li {
    display: inline-block;
    margin-right: 10px;
    font-weight: 400;
    font-size: 13px;
}
ul.way li a {
    margin-right: 10px;
    font-size: 13px;
    font-weight: 400;

}
ul.way li a:hover {
    color:#cc8e49;
}
ul.way .sep {
    color:#cc8e49;
}

.wraper_drop_menu {
    display: none;
    z-index: 10;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: rgba(0,0,0,0.6);
}
.wraper_left_page_translate {
    z-index: 10;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: rgba(0,0,0,0.6);
}
.main_menu {
    margin-left: -100%;
    position: fixed;
    padding-left:15px;
    padding-top:12px;
    z-index: 210;
    top: 0px;
    left: 0px;
    width: 80%;
    height: 100%;
    background: #fff;
    opacity: 0.9;
}
.main_menu .menu_items {
    padding-top:20px;
    padding-left: 5px;
}

.main_menu .menu_items.social {
    display: flex;
    align-items: center;
}
.main_menu .menu_items.social .item {
    margin-right: 15px;
}
.main_menu .item {
    display: block;
    padding-bottom:10px;
    font-size: 17px;
}

.top_menu {
    position:fixed;
    width: 100%;
    top:0px;
    background: rgba(255,255,255, 0.9);
    z-index: 200;
}

.top_menu .container {
    display: flex;
    align-items: center;
}

.top_menu .item {
    padding:10px 0px;
    margin-left:30px;
    font-weight: 400;
}
.top_menu .item.social {
    flex:1;
    display: flex;
    align-items: center;
    margin-left:0px;
}
.top_menu .item.social a {
    display: block;
    margin:0px 5px;
}
.top_menu .item .lang {
    display: flex;
    align-items: center;
    color:#000;

    cursor: pointer;
}
.top_menu .item .lang:hover {
    color:#cc8e49;
    transition: all 0.1s;
}
.top_menu .item .login_a {
    display: flex;
    align-items: center;
    color:#000;
    cursor: pointer;
}

.top_menu .item .login_a:hover {
    color:#cc8e49;
    transition: all 0.1s;
}

.donate {
    display: flex;
    align-items: center;
    font-weight: 600;
    border-radius: 16px;
    padding:4px 13px;
    color: #cc8e49;
    border:1px solid #dfdfdf;
    background: #E6EDF5;
}
.donate.not_active {
    font-weight: 400;
    color:#5f5f5f;
    background: none;
}
.donate:hover {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.menu_line {
    position: relative;
    z-index: 2;
}
.menu_line .menu_line_cont {
    padding-top:73px;
    padding-bottom:20px;
    background-image: linear-gradient(to bottom, rgba(255,255,255,0.7), rgba(255,255,255,0.7));
}
.menu_line .menu_line_cont.inner_page {
    background-image: none;
}

.menu_line .container{
    display: flex;
    align-items: center;
}
.menu_line .item.menu {
    display: flex;
    align-items: center;
    margin-left: auto;
}
.item.menu .drop_menu {
    position: absolute;
    z-index: 5;
    top:40px;
    left:-30px;
    min-width: 200px;
    padding:0px 15px;
    display: none;
    background: #fff;
    border-radius: 10px;
    opacity: 0.9;
    box-shadow: 0px 8px 21px 0px rgba(107, 108, 107, 0.3),8px 0px 21px 0px rgba(107, 108, 107, 0.1);
}

.item.menu .drop_menu #triangle-up {
    position: absolute;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #fff;
    top: -10px;
    right: 80px;
}

.item.menu .drop_menu .second_level_link {
    display: block;
    font-size: 13px;
    padding: 15px;
    border-bottom:1px solid #eee;
    color:#5f5f5f;
}
.item.menu .drop_menu .second_level_link:hover {
    color:#cc8e49;
}

.menu_line .item.menu .first_level_link {
    display: flex;
    align-items: center;
    font-size: 17px;
    font-weight: 500;
    margin-left: 40px;
    transition: all 0.1s;
    color:#000;
    cursor: pointer;
    position: relative;
}
.menu_line .item.menu .first_level_link:hover {
    color:#cc8e49;
}
.menu_line .item.menu .first_level_link.active{
    color:#cc8e49;
}


.index_banner {
    position: relative;
    z-index: 1;
    margin-top:-121px;
    opacity: 0;
}

.index_banner .button_view_video {
    padding-left: 20%;
    top: auto !important;
    bottom: 40px;
}
.index_banner .button_view_video.right  {
    padding-left: 0%;
    padding-right: 10%;
    top: auto !important;
    bottom: 60px;
}
.index_banner .text_block {
    top: auto !important;
    bottom: 150px;
    padding:30px;
    width: 40%;
    padding-bottom:50px;
    margin-left: 18%;
    text-shadow: 0 1px rgba(0,0,0,0.75);
    background: rgba(0,0,0,0.5);
    border-radius: 50px;
}
.index_banner .text_block.right  {
    padding-left: 0px;
    left: auto !important;
    right: 0px;
    padding-right: 10%;
    text-align: right;
}

.sp-next-arrow::after, .sp-next-arrow::before, .sp-previous-arrow::after, .sp-previous-arrow::before {
    background-color: #fff!important;
}


.sp-button {
    width: 10px!important;
    height: 10px!important;
    border: 2px solid #ccc !important;
    background: #ccc;
}
.sp-selected-button {
    background-color: #3eabff!important;
    border: 2px solid #3eabff !important;
}

.view_video {
    display: flex;
    align-items: center;
    max-width: 260px;
    padding:10px 15px;
    margin:0px auto;
    background-color: rgba(198, 131, 54, 0.95);
    border-radius: 50px;
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    color:#fff;
    cursor: pointer;
    border:2px solid rgba(255,255,255, 0.6);
}
.view_video .title {
    padding-left:10px;
    flex: 1;
    text-align: center;
}
.view_video .white_circle {
    color:#fff;
    padding:8px;
    border-radius: 100%;
    background: #fff;
}
.popup_lang_change {
    width: 95%;
    max-width: 500px!important;
}
.popup_lang_change.first_enter {
    max-width: 800px!important;
    padding:50px!important;
}

.popup_lang_change .item {
    padding:15px 0px;
}
.popup_lang_change.edit_turist .item {
    padding-top:15px;
    padding-bottom:0px;
}

.popup_lang_change .flex_cont {
    display: flex;
    align-items: center;
    padding-top:5px;
}
.popup_lang_change .flex_cont .item {
    padding:10px;
    display: flex;
    align-items: center;
    margin-right: 10px;
    cursor: pointer;
    font-weight: 400;
    border-radius: 10px;
    border:1px solid #eee;
}
.popup_lang_change .flex_cont .item.active {
    background: #cc8e49!important;
    border:1px solid #cc8e49;
    color:#fff;
    font-weight: 500;
}
.popup_lang_change .flex_cont .item:hover {
    background: #eee;
}
.popup_lang_change.another_destination {
    min-width: 1000px;
    padding-top:30px!important;
}
.another_destination .cena_bez_skidki {
    color: red;
    text-decoration:line-through;
    font-weight: 600;
    text-align: right;
    font-size: 14px;
}
.another_destination_text {
    color: #CC8E49;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    padding-top: 30px;
}
.burger {
    display: none;
}
.stiky_footer {
    display: none;
}
.slide_btn {
    position: fixed;
    z-index: 1000;
    bottom:10%;
    left:5%;
}
.slide_btn .white_circle {
    color:#fff;
    background: #fff;
    padding:30px;
    border-radius: 100%;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}

.link_btn {
    position: fixed;
    z-index: 1000;
    bottom:10%;
    right:2%;
    font-size: 16px;
    display: flex;
    align-items: center;
    width: 250px;

}
.link_btn .text {
    display: block;
    padding:5px 15px;
    margin-left: 8px;
    border-radius: 15px;
    color:#cc8e49;
    font-weight: 600;
    border: 1px solid #dfdfdf;
    background: #fff;
    cursor: pointer;
    opacity: 0.9;
}

.link_btn.bsl {
    bottom:100px;
}
.link_btn.message {
    bottom:30px;
}
.link_btn.message .icons {
    display: none;
    padding-left: 15px;
}
.link_btn.message  .icons .icons_cont {
    display: flex;
    align-items: center;
    padding:5px 15px;
    border: 1px solid #dfdfdf;
    background: #fff;
    border-radius: 30px;
}
.link_btn.translate_page {
    bottom:170px;
}

.link_btn .orange_circle {
    cursor: pointer;
    display: block;
    background: #cc8e49;
    padding:15px;
    border-radius: 100%;
    border: 2px solid #fff;
}

.link_btn .orange_circle .btn_item {
     cursor: pointer;
    color:#fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.left_page_translate {
    position: fixed;
    z-index: 1000;
    top:180px;
    left:0px;
    font-size: 16px;
    display: flex;
    align-items: center;
    height: 300px;
    width:500px;
}
.left_page_translate .open_left_page_translate {
    display: flex;
    align-items: center;
}

.left_page_translate .video_cont {
    flex: 1;
}

.left_page_translate .shorka {
    height: 300px;
    display: flex;
    align-items: center;
    padding:15px;
    border-bottom-right-radius: 15px;
    border-top-right-radius: 15px;
    writing-mode: vertical-rl;
    background: #1e73be;
    color:#fff;
    text-transform: uppercase;
    font-size: 20px;
    cursor: pointer;
}

.about {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding-top:30px;
    padding-bottom:50px;
}
.about .item {
    width: 45%;
    display: flex;
}
.about .item .left {
    padding-right: 20px;
    padding-top: 25px;
}
.about .item .right {
    padding-top:10px;
    line-height: 25px;
    font-weight: 400;
}
.about .item .right p {
    margin:0px;
}

.about .item .title {
    color:#000;
    padding-bottom:15px;
    margin-top:25px;
}
.img_margin {
    margin-right: 10px;
}
.tours_slider_hidden {
    opacity: 0;
    overflow: hidden;
}
.feedback_slider_hidden {
    opacity: 0;
    overflow: hidden;
}
.feedback_cont {

}
.feedback_cont .item {
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 250px;
    background-size: cover;
    background-repeat: no-repeat;
}
.feedback_cont .item .ellipse {
    cursor: pointer;
    width: 130px;
    height: 130px;
    border-radius:100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border:2px solid rgba(255, 255, 255, 1);
    background:rgba(255, 255, 255, 0.2);
}

.tours_slider .item {
    display: block;
    color:#fff;
}
.tours_slider .item:hover .name{
     color:#cc8e49;
}
.tours_slider .item .back_bg {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 15px;
    background: rgba(0,0,0,0.4);
    border-top-left-radius:15px;
    border-top-right-radius:15px;
}

.tours_slider .item .wraper {
    text-shadow: 0 1px rgba(0,0,0,0.75);
    border-radius: 15px;
    height: 270px;
    display: flex;
    align-items: start;
    background-size: cover;
    flex-direction: column;
}
.tours_slider .item .time {
    padding-left: 15px;
    flex:1;

}
.tours_slider .item .name {
    padding-top:15px;
    padding-bottom:10px;
    text-align: center;
    color:#000;
    min-height: 80px;
}
.tours_slider .item .descr {
    color: #5f5f5f;
    background: #E6EDF5;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    margin-top:-10px;
    font-weight: 400;
    font-size: 13px;
    padding:15px;
}
.tours_slider .item .descr .descr_title{
    display: flex;
    justify-content: flex-end;
    font-weight: 400;
    color: #000;
    font-size: 15px;
    padding-top:5px;
}
.tours_slider .item .descr .descr_title .place_amount{
    color: #5f5f5f;
    font-size: 13px;
    padding-left: 3px;
    align-self: flex-end;
}




.tours_slider_no_slide {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.tours_slider_no_slide .item_no_slide {
    display: block;
    width: 31.5%;
    color:#fff;
    margin-bottom:30px;
}
.tours_slider_no_slide .item_no_slide:hover .name{
     color:#cc8e49;
}
.tours_slider_no_slide .item_no_slide .back_bg {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 15px;
    background: rgba(0,0,0,0.4);
    border-top-left-radius:15px;
    border-top-right-radius:15px;
}

.tours_slider_no_slide .item_no_slide .wraper {
    text-shadow: 0 1px rgba(0,0,0,0.75);
    border-radius: 15px;
    height: 270px;
    display: flex;
    align-items: start;
    background-size: cover;
    flex-direction: column;
}
.tours_slider_no_slide .item_no_slide .time {
    padding-left: 15px;
    flex:1;

}
.tours_slider_no_slide .item_no_slide .name {
    padding-top:15px;
    padding-bottom:10px;
    text-align: center;
    color:#000;
    min-height: 80px;
}
.tours_slider_no_slide .item_no_slide .descr {
    color: #5f5f5f;
    background: #E6EDF5;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    margin-top:-10px;
    font-weight: 400;
    font-size: 13px;
    padding:15px;
}
.tours_slider_no_slide .item_no_slide .descr .descr_title{
    display: flex;
    justify-content: flex-end;
    font-weight: 400;
    color: #000;
    font-size: 15px;
    padding-top:5px;
}
.tours_slider_no_slide .item_no_slide .descr .descr_title .place_amount{
    color: #5f5f5f;
    font-size: 13px;
    padding-left: 3px;
    align-self: flex-end;
}


.excurs_slider .item {
    display: block;
    color:#fff;
    border-radius: 15px;
    height: 400px;
    background-size: cover;
    background-position: right;
}
.excurs_slider .item .wraper {
    display: flex;
    flex-direction: column;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 54.17%, rgba(0, 0, 0, 0.7) 100%);
    border-radius: 15px;
    padding:20px;
}
.excurs_slider .item .wraper .accessibility {
    align-self: end;
    flex: 1;
}
.excurs_slider .item .name {
    color:#fff;
}
.excurs_slider .item .descr {
    font-weight: 300;
    padding-top:5px;
}
.btn_accessibility {
    color: #fff;
    padding: 8px;
    border-radius: 100%;
    background: #fff;
    cursor: pointer;
    opacity: 0.7;
}
.tour_video_icon {
    position: relative;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.perevod_plashka {
    position: absolute;
    bottom: 10px;
    right:10px;
    opacity: 0.9;
    border-radius: 15px;
    width: 30%;
    border:1px solid #192741;
}

.play_tour_video {
    color: #fff;
    padding: 15px;
    border-radius: 100%;
    background: #fff;
    cursor: pointer;
    opacity: 0.8;
    margin-top:-40px;
}
.play_tour_video:hover {
    opacity: 1;
}
.tour_price_from {
    font-size: 26px;
    font-weight: 600;
    color:#fff;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
}
.tour_price_from .price_from_title {
    font-size: 12px;
    text-shadow: none;
    font-weight: 400;
}
.nacenka_bez_skidki {
    position: relative;
    color:#fff;
    font-size: 18px;
    text-shadow: none;
    font-weight: 600;
    text-align: center;
}
.nacenka_bez_skidki::before {
    border-bottom: 2px solid red;
    position: absolute;
    content: "";
    width: 100%;
    height: 50%;
    transform: rotate(-10deg);
}
.nacenka_bez_skidki.tour_info::before {
    border-bottom: 0px;
}
.nacenka_bez_skidki.room_info::before {
    border-bottom: 0px;
}
.nacenka_bez_skidki.tours_search_result::before {
    border-bottom: 0px;
}
.nacenka_bez_skidki.tours_search_result {
    color:red;
    text-decoration: line-through;
    font-weight: 600;
    text-align: center;
    font-size: 16px;
}
.nacenka_bez_skidki.tour_info {
    color:red;
    text-decoration: line-through;
    font-weight: 600;
    text-align: right;
    padding-right: 35px;
    font-size: 14px;
}
.nacenka_bez_skidki.room_info {
    color:red;
    text-decoration: line-through;
    position: absolute;
    margin-top:-25px;
    font-weight: 600;
    text-align: right;
    margin-left: 20px;
    font-size: 14px;
}
.great_deal {
    font-size: 16px;
    font-weight: 600;
    text-align: right;
    color:red;
    text-align: center;
}

/*
.btn_accessibility {
    -webkit-animation: shake 2s infinite ease-in-out;
    animation: shake 2s infinite ease-in-out;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.btn_accessibility:after,
.btn_accessibility:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    top: 0;
    background-color: #fff;
    border-radius: 100%;
    -webkit-animation: pulse 2s infinite ease-in-out;
    animation: pulse 2s infinite ease-in-out;
}
.btn_accessibility:before {
    margin: auto 0 auto -32.5px;
    height: 65px;
    width: 65px;
    opacity: .5;
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
}
.btn_accessibility:after {
    margin: auto 0 auto -46px;
    height: 92px;
    width: 92px;
    -webkit-animation-delay: .2s;
    animation-delay: .2s;
    opacity: .25;
}

@-webkit-keyframes shake {
  0% {
      transform: translateX(0);
  }
  25% {
      transform: translateX(-2px);
  }
  50% {
      transform: translateX(0);
  }
  100% {
      transform: translateX(-2px);
  }
}

@keyframes shake {
  0% {
     transform: translateX(0);
  }
  25% {
     transform: translateX(-2px);
  }
  50% {
     transform: translateX(0);
  }
  100% {
     transform: translateX(-2px);
  }
}

@-webkit-keyframes pulse {
  0% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}

@keyframes pulse {
  0% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
*/
.btn_accessibility.orange_bg {
    background: #cc8e49;
}

.btn_accessibility.big {
    color: #fff;
    padding: 8px;
    border-radius: 100%;
    background: #fff;
    margin-top:10px;
    cursor: pointer;
}
.btn_accessibility .ico_play_o {
    display: none;
}
.all_a {
    display: flex;
    justify-content: center;
    padding-top:30px;
    padding-bottom:50px;
}
.about_us {
    margin-bottom:30px;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.about_us .wraper {
    padding:30px 0px;;
    background: rgba(0, 0, 0, 0.4);
    /*
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 54.17%, rgba(0, 0, 0, 0.7) 100%);
    */
}
.about_us_cont {
    display: flex;
    align-items: start;
    text-shadow: 0 1px rgba(0,0,0,0.75);
}
.about_us_cont .text {
    padding-left:0px;
}

.about_us_cont .title {
    padding-bottom:10px;
    color:#cc8e49;
}
.block_name {
    text-align: center;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 22px;
    padding-top:30px;
    padding-bottom:30px;
    color:#cc8e49;
}
.blog {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.blog.inner {
    padding-bottom:50px;
    padding-top:15px;
}
.blog.inner .item {
    margin-bottom:30px;
}
.blog .item {
    display: block;
    width: 31.5%;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 15px;
    padding-bottom:20px;
}
.blog .img {
    display: flex;
    justify-content: flex-end;
    padding:20px;
    background-repeat: no-repeat;
    background-size: cover;
    height: 190px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
.blog_info .name {
    display: flex;
    align-items: center;
    padding-bottom: 15px;

}

.blog .theme {
    font-size: 12px;
    color:#666;
    padding-top:10px;
    padding-left: 20px;
    padding-right: 20px;
}
.blog .name {
    padding-left: 20px;
    padding-right: 20px;
    color:#1e73be;
    padding-top:10px;
}
.blog .time {
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    align-items: center;
    font-size: 12px;
    color:#aaa;
    padding-top:10px;
}
.blog .text {
    font-size: 14px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top:10px;
    color:#5f5f5f;
    font-weight: 400;
    line-height: 25px;
}
footer {
    border-top:1px solid #eee;
    background: #f6f6f6;
}

.footer_cont {
    padding-top:30px;
    padding-bottom: 30px;
    display: flex;
}
.footer_cont .item {
    width: 30%;
}
.footer_cont .item .title {
    text-transform: uppercase;
    padding-bottom:15px;
}
.footer_cont .item .social {
    display: flex;
    align-items: center;
}
.footer_cont .item .social a {
    display: block;
    margin-right: 10px;
    display: block;
}
.footer_cont .item .list a {
    display: block;
    padding-bottom:10px;
    font-size: 13px;
    font-weight: 400;
    color:#666;
}
.footer_cont .item .list a:hover {
    color:#cc8e49;
}
.footer_btn_cont {
    display: flex;
    align-items: center;
    padding-top:15px;
}
.tours {
    display: flex;
}
.tours .left {
    width: 23%;
}
.tours .right {
    width: 77%;
    padding-left: 50px;
}
.tours .right.full_screen {
    width: 100%;
    padding-left: 0px;
}

.tours .right.full_screen {
    width: 100%;
    padding-left: 0px;
}
.tours .left .title_1 {
    padding-bottom:20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.tours .left .clear_all {
    text-decoration: underline;
    color:#aaa;
    font-size: 12px;
    cursor: pointer;
}
.tours .left .filter_block {
    padding:20px 0px;;
    border-top:1px solid #eee;
}
.tours .left .title_2 {
    display: flex;
    align-items: center;
    cursor: pointer;
}
.tours .left .filter_down {
    cursor: pointer;
}
.tours .left .checkb_cont {
    padding-top:30px;
    font-weight: 400;
}
.tours .left .checkb_cont .item {
    padding-bottom:15px;
}
.tours .left .checkb_cont .item:hover {
    color:#cc8e49;
}
.open_turists_passport_details {
    color: #1e73be;
    cursor: pointer;
}
.cart_title.turists_passport_details {
    font-weight: 500;
    line-height: 25px;
    font-size: 15px;
    border: 1px solid #dcdcdc;
    background: #E6EDF5;
    border-radius: 15px;
    padding: 30px;
}
.open_turists_passport_details:hover {
    text-decoration: underline;
}
.tours .right .item {
    padding-bottom:30px;
    display: flex;

}
.tours .right .item .img {
    width: 40%;
    height: 250px;
    border-radius: 15px;
    padding: 20px;
    display: flex;
    align-items: start;
    background-size: cover;
    background-position: center;
}
.tours .right.full_screen .item .img {
    width: 33%;
    height: 350px;
    border-radius: 15px;
    padding: 20px;
    display: flex;
    align-items: start;
    background-size: cover;
    background-position: center;
}

.tours .right.full_screen .item .img.order {
    width: 25%;
    height: 200px;
}
.tours .right .item .descr.order {
     width: 75%;
}

.tours .right.full_screen .item .img {
    height: 300px;
}

.tours .right .item .time {
    padding-left: 15px;
    flex: 1;
    color:#fff;
}
.tours .right .item .descr {
    padding: 0px 30px;
    flex: 1;
}
.tours .right .item .name {
    display: block;
    color: #000;
    padding-bottom:15px;
}
.tours .right .item .name:hover {
    color:#cc8e49;
}


.tours .right .item .tour_details {
    display: flex;
    align-items: center;
    color:#000;
    font-weight: 400;
    padding-bottom:10px;

}
.tours .right .item .text {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
}
.tours .right .item .included {
    display: none;
}
.tours .right .item .btn_cont {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-top:30px;
}
.tours .right .item .hash_tags {
    padding-top:15px;
    line-height: 22px;
}
.tours .right .item .hash_tags a {
    color:#1e73be;
    font-size: 14px;
    font-weight: 400;
}
.show_mobile_filters {
    display: none;
}
.pager {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    padding-bottom:30px;
    padding-top:10px;
}
.pager div, .pager a {
    font-size: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    color: #5f5f5f;
    font-weight: bold;
    font-weight: 400;
}
.pager div.current {
    color: #fff;
    background: #cc8e49;
    font-weight: 500;
}
.tours_info {
    display: flex;
}
.tours_info .left {
    width: 70%;
}
.tours_info .left .name {
    display: flex;
    align-items: center;
    padding-bottom:15px;
}
.tours_info .left .name .time {
    font-weight: 400;
    font-size: 14px;
}

.tours_info .right {
    width: 30%;
    padding-left: 50px;
}
.tours_info.new {
    width: 100%;
    max-width: 1240px;
    margin: 0px auto;
    padding: 0px 15px;
    flex-wrap: wrap;
}

.tours_info.new .left {
    width: 50%;
    border-right: 7px solid #fff;
}
.tours_info.new .right {
    margin-left: auto;
    min-height: 338px;
    width: 50%;
    background: #E6EDF5;
    padding: 15px 30px;
    border-left: 7px solid #fff;
    border-radius: 20px;
}
.tours_info_new_name {
    display: flex;
    padding-bottom: 15px;
    align-items: center;
}
.tours_info_new_name .left {
    color: #000;
}
.tours_info_new_name .right {
    margin-left: auto;
    font-weight: 400;
    min-width: 80px;
    text-align: right;
}

.tours_info.new .tname {
    color: #000;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
}
.tours_info.new .tprice {
    display: flex;
    align-items: center;
    color: #000;
    font-weight: 500;
    justify-content: center;
}
.tours_info.new .tprice .price {
    padding-left: 15px;
    color: #cc8e49;
    font-size: 40px;
    font-weight: 600;
}
.tours_info.new .tcredit_details {
    font-weight: 400;
    text-align: center;
    padding-bottom: 15px;
}
.tours_info.new .tbuttons {
    display: flex;
    justify-content: center;
    gap: 50px;
    padding-bottom: 15px;
    border-bottom: 1px solid #cacaca;
}
.tours_info.new .tdop_info {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.tours_info.new .tdop_info .item {
    width: 50%;
    padding-top:15px;
    color: #000;
    font-size: 14px;
}
.tours_info.new .tdop_info .item.mobile_only {
    display: none;
}
.tours_info.new .tdop_info .item .title {
    color: #aaa;
    font-weight: 400;
    padding-bottom:5px;
    display: flex;
    align-items: center;
}
.tours_info.new .video_iframe_cont {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
    overflow: hidden;
}
.tours_info.new .video_iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 20px;
}
.tour_info_new_gallery {
    display: flex;
    align-items: center;
    gap: 15px;
    width: 100%;
    margin-top: 15px;
}
.tour_info_new_gallery .image {
    cursor: pointer;
    width: 25%;
    height: 200px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.tour_info_new_gallery .image .wrapper {
    background-color: rgba(0,0,0,0.6);
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    gap: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tour_info_new_det {
    display: flex;
    padding-top: 30px;
}
.tour_info_new_det .left {
    width: 70%;
    padding-right: 30px;
}
.tour_info_new_det .right {
    width: 30%;
}

.tour_info_new_sticky {
    position: sticky;
    top: 70px;
    border-radius: 15px;
    background: #E6EDF5;
    padding: 30px;
    margin-bottom: 30px;
}
.tour_info_new_sticky .tname {
    color: #000;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    padding-bottom: 15px;
}
.tour_info_new_sticky .tprice {
    display: flex;
    align-items: center;
    color: #000;
    font-weight: 500;
    justify-content: center;
    padding-bottom: 15px;
}
.tour_info_new_sticky .tprice .price {
    padding-left: 15px;
    color: #cc8e49;
    font-size: 40px;
    font-weight: 600;
}
.tour_info_new_sticky .tcredit_details {
    font-weight: 400;
    text-align: center;
    padding-bottom: 20px;
}
.tour_info_new_sticky.tbuttons {
    display: flex;
    justify-content: center;
    gap: 50px;
    padding-bottom: 30px;
    border-bottom: 1px solid #cacaca;
}
.tour_info_new_sticky .tdop_info {
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
    padding-top:15px;
    padding-left: 40px;
}
.tour_info_new_sticky .tdop_info .item {
    padding-top:10px;
}
.tour_info_new_sticky .tdop_info .item .title {
    color: #000;
    font-weight: 400;
    padding-bottom:5px;
    display: flex;
    align-items: center;
}

.tour_info_new_label {
    padding: 30px 0px;
    font-size: 22px;
    font-weight: 600;
    color: #cf9f68;
    display: flex;
    align-items: center;
}
.tour_info_new_download {
    cursor: pointer;
    display: flex;
    text-decoration: underline;
    font-size: 20px;
    align-items: center;
    margin-left: auto;
    color: #1E73BE;
    font-weight: 400;
}
.title_with_line {
    display: flex;
    align-items: center;
    padding:20px 0px;
    text-transform: uppercase;
}
.title_with_line .line {
    height: 1px;
    flex: 1;
    background: #eee;
    margin-left: 15px;
}
.tour_highlights {
    padding-left: 10px;
}

.tour_highlights .item {
    padding-bottom:15px;
    display: flex;
    align-content: center;
    color:#000;
    font-weight: 600;
}
.tour_dates {
    padding-bottom:30px;
}
.tour_dates_tbl {
    border-collapse: collapse;
    font-size: 14px;
    font-weight: 400;
}
.tour_dates_tbl .head {
    color:#aaa;
}

.tour_dates_tbl .body td {
    background: #F6F6F6;
}

.tour_dates_tbl td {
    border-bottom:1px solid #eee;
    padding-top:15px;
    padding-bottom:15px;
    padding-left: 15px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
}

.tour_price {
    color:#cc8e49;
    font-weight: 600;
    font-size: 20px;
    text-align: right!important;
    padding-right: 5px;
}
.tour_price .pf {
    font-weight: normal;
    color: #5f5f5f;
    font-size: 14px;
}

.tour_dates_tbl tr .tour_dates {
    color:#000;
    font-weight: 400;
    font-size: 18px;
}
.tour_dates_tbl tr.body:hover td {
    background: #E8E8E8;
}

.tour_dates_tbl tr:hover .tour_dates {
    color:#1e73be;
}
.tour_stars {
    display: none;
    font-weight: 600;
    font-size: 14px;
    color: #5f5f5f;
}
.tour_stars:hover {
    color: #1e73be;
}

.tour_stars .star_td {
    padding-left: 15px;
    text-align: left;
}
.tour_stars .star_td_flex {
    display: flex;
    align-items: center;
}

.book_tour {
    display: block;
    font-weight: 600;
    min-width: 120px;
}

.tour_info_block {
    padding-bottom:30px;
}
.tour_info_block .tour_info_title {
    display: flex;
    align-items: center;
    color:#aaa;
    font-weight: 400;
}
.tour_info_block .tour_info_text {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    padding-top:10px;
    color: #000;
}
.tour_info_block .tour_info_text a {
    font-weight: 400;
    font-size: 14px;
    color:#1e73be;
}


.total_images {
    text-align: center;
    padding-top:10px;
    font-size: 13px;
    font-weight: 400;
    color: #1e73be;
}
.tours_info .bookmarks {
    display: flex;
    align-content: center;
    border-radius: 15px;
    background: #e8e8e8;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.tours_info .bookmarks .item {
    padding:20px 30px;
    color:#000;
    cursor: pointer;
}
.tours_info .bookmarks .item.active {
    background: #cc8e49!important;
    color:#fff;
}
.tours_info .bookmarks .item:hover {
    background: #d3d3d3;
}
.tours_info .bookmarks_text {
    padding:30px 0px;
    font-size: 14px;
    line-height: 20px;
    display: none;
}
.tours_info .bookmarks_text.left_padding {
    padding-left: 15px;
}
.tours_info .bookmarks_text.active {
    display: block;
}
.route {
    border-left:1px solid #e5e7e8;
    margin-left: 15px;
    padding-left: 30px;
}
.route.new {
    margin-top: 30px;
}
.route .day {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    border-bottom:1px solid #eee;
    color:#000;
    cursor: pointer;
}
.route .day_name {
    font-weight: 600;
    flex: 1;
    padding:30px 0px;
    font-size: 15px;
}

.route .day_descr {
    display: none;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color:#5f5f5f;
    padding-bottom:30px;
}
.route .day_descr .hotel_name {
    color:#000;
    font-size: 14px;
}
.route .day_descr .hotel_name {
    text-decoration: underline;
}
.route .day_descr .hotel_name:hover {
    color:#1e73be;
}
.route .day_descr .day_images {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-top:15px;
}
.route .day_descr .day_images img {
    height: 80px;
    margin-right: 15px;
    margin-bottom:15px;
}
.route .day_descr .day_options {
    padding-top:15px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.route .day_descr .day_options .option {
    display: flex;
    align-items: center;
    margin-right: 30px;
    padding-bottom:15px;
}
.route .day:hover {
    color: #cc8e49;
}
.route .day .point {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    padding:3px;
    border-radius: 100%;
    background: #cc8e49;
    margin-left: -45px;
    margin-right: 30px;
}
.route .day .point.mini {
    width: 10px;
    height: 10px;
    margin-left: -36px;
    margin-right: 30px;
}
.included_flex {
    display: flex;
    flex-wrap: wrap;
}
.included_cont {
    width: 50%;
    padding-right: 30px;
}

.included_title {
    font-weight: 600;
    color:#000;
    font-size: 15px;
    padding-bottom:15px;
}
.included div {
    display: flex;
    align-items: center;
    padding-bottom:15px;
    font-weight: 400;
}
.faq_question {
    display: flex;
    position: relative;
    align-items: center;
    margin-bottom: 15px;
    cursor: pointer;
    padding-left: 30px;
    color:#000;
    font-weight: 600;
}
.faq_question:before {
    content: "";
    background: url(/img/ico_down.svg);
    background-size: contain;
    position: absolute;
    top:0px;
    left: 0px;
    width: 20px;
    height: 20px;
}
.faq_question.open:before {
    transform: rotate(180deg);
}
.faq_question strong {
    font-weight: 600;
}

.faq_answer {
    background: none !important;
    padding-bottom: 30px;
    display: none;
    font-weight: 400;
}
.tour_gallery {
    cursor: pointer;
}
.tour_gallery img {
    width: 100%;
}
.video_consultation {
    padding-bottom:50px;
}
.video_consultation .name {
    display: flex;
    align-items: center;
}

.open_deaf_lang_cont {
    display: flex;
    align-items: center;
    padding-top:15px;
    color:#1e73be;
    justify-content: center;

}
.form_cont {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 70%;
    margin: 0px auto;
    margin-top:30px;
    background: #eee;
    border:1px solid #dcdcdc;
    padding:30px;
    border-radius: 15px;
}
.form_cont .item {
    width: 48%;
    padding-bottom:15px;
    color:#5f5f5f;
}
.form_cont .item .label {
    font-size: 14px;
    font-weight: 500;
    padding-bottom: 5px;
    color:#000;
}
.form_cont .btn_cont {
    width: 100%;
    display: flex;
    justify-content: center;
    padding-top:15px;
    font-size: 14px;
    font-weight: 400;
}
.cart_request_btn {
    text-align: center;
    padding-top:15px;
}

.select2 {
    font-weight: 400!important;
}
.hotels_text_block {
    padding-bottom:30px;
    border-bottom: 1px solid #eee;
    margin-bottom:30px;
}
.hotels_text_block .name {
    display: flex;
    align-items: center;
}

.order_tips_text {
    color:#aaa;
    font-size: 13px;
    font-weight: 400;
}
.order .tour_name {
    flex: 1;
    font-size: 22px;
    font-weight: 500;
}
.order .tour_name:hover {
    color: #cc8e49;
}
.cart_direct_login {
    max-width: 50%;
    margin: 0px auto;
    text-align: left;
    border: 1px solid #dcdcdc;
    padding: 30px;
    border-radius: 15px;
    background: #eee;
}
.cart_direct_switch {
    display: block;
    padding-bottom:5px;
    color:#7c7c7c;
}
.cart_direct_switch:hover {
    color:#cc8e49
}

.cart_direct_switch.active {
    color:#cc8e49;
    font-weight:bold;
    text-decoration: underline;
}

.big_price {
    font-size: 30px;
    font-weight: 600;
    color:#cc8e49;
    text-align: center;
}
.remove_from_basket {
    display: flex;
    width: 20%;
    margin-left: auto;
    font-size: 13px;
    font-weight: 400;
    color:#aaa;
    padding-top:10px;
}
.remove_from_basket:hover {
    text-decoration: underline;
}
.clear_tour_form {
    display: flex;
    font-size: 13px;
    font-weight: 400;
    color:#aaa;
    margin-top: -15px;
}
.clear_tour_form:hover {
    text-decoration: underline;
}

.turist_form {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-bottom: 30px;
}

.turist_form .item {
    color: #5f5f5f;
    padding-right: 10px;
}
.turist_form .item.row2 {
    margin-top:5px;
    color: #aaa;
    font-size: 13px;
}

.turist_form .item .label {
    font-size: 12px;
    font-weight: 500;
}
#div_turists {
    padding-bottom:30px
}
.cart_title {
    color:#000;
    padding-bottom:15px;
    font-size: 22px;
    font-weight: 500;
    border-top: 1px solid #eee;
    padding-top:30px;
}

.cart_data {
    padding-bottom:30px;
    font-weight: 400;
    line-height: 25px;
}
.cabinet_title {
    color:#000;
    padding-bottom:10px;
    padding-top:15px;
    font-size: 22px;
    font-weight: 500;
}
.cabinet_data {
    padding-bottom:15px;
    font-weight: 400;
}
.cabinet_data.payments {
    display: flex;
    color:#000;
}
.cabinet_data.payments .block.first {
    display: flex;
    width: 25%;
    flex-direction: column;
    justify-content: center;
}
.cabinet_data.payments .block.last {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.cabinet_doc {
    display: block;
    color:#1e73be;
    margin-bottom:10px;
}
.cabinet_doc:hover {
    text-decoration: underline;
}
.cabinet_turists {
    display: flex;
    line-height: 25px;
}
.cabinet_turists.header {
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    color:#000;
}
.edit_turist {
    cursor: pointer;
}

.cabinet_turists div {
    border-bottom: 1px solid #eee;
    padding:5px 5px;
    flex: 1;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;

}
.pay_types {
    border: 1px solid #dcdcdc;
    background: #E6EDF5;
    border-radius: 15px;
    padding:30px;
    width: 60%;
    margin: 15px auto;
}
.pay_types.public {
    width: 60%;
    padding:20px;
    margin-top:0px;
}

.pay_types.cabinet_place {
    width: 90%;
    padding:20px;
    margin:0px;
    margin-left: 40px;
}

.addons_cont {
    display: flex;
    flex-wrap: wrap;
}
.addons_cont .turist_form {
    width: 50%;
}
.zaezd_skidka_info {
    color: red;
}
.register_open, .login_open, .forgot_open {
    color:#1e73be;
    text-align: center;
    cursor: pointer;
}
.login_error {
    color: #1e73be;
    font-size: 12px;
    text-align: center;
    padding-bottom:15px;
}
.pay {
    padding-bottom:30px;
}

.pay .pay_sum {
    padding-left: 5px;
    font-size: 20px;
    font-weight: 600;
    line-height: 14px;
    color:#cc8e49;
}
.cabinet_menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.cabinet_menu a {
    margin-right: 15px;
    min-width: 150px;
    justify-content: center;
}

.about_page .strong {
    color:#cc8e49;
    font-weight: 600;
}
.font_about_1 {
    line-height: 30px;
    color:#cc8e49;
    font-weight: 500;
    font-size: 22px;
}
.about_flex_cont {
    display: flex;
}

.icon_block_cont {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}
.icon_block_cont .icon_block {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: 31%;
    color:#fff;
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
    padding:15px;
    font-weight: 400;
    border-radius: 25px;
    height: 230px;
    margin:15px 5px;
    line-height: 20px;
    color:#000;
    background: #F6F6F6!important;
}
.icon_block_cont .icon_block:hover {
    background: #eee!important;
}

.icon_block_cont.app .icon_block {
    height: 300px;
    background: #F6F6F6;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.icon_block_cont.app.new .icon_block {
    height: 230px;
}
.icon_block_cont .icon_block:hover .title{
    color:#cc8e49;
}

.icon_block_cont .icon_block .cover_text {
    padding:15px;
    color:#fff;
    margin-top:30px;
    background: rgba(0,0,0,0.5);
    border-radius: 15px;
}
.icon_block_cont.app .icon_block .cover_text {
    background: none;
    padding-top:0px;
    color:#5f5f5f;
}

.icon_block_cont .icon_block .image {
    border-radius: 100%;
    background-color: rgba(198, 131, 54, 0.95);
    border: 2px solid rgba(255,255,255, 0.6);
    padding:10px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.icon_block_cont.app .icon_block .image {
    background-color: #C88A45;
}

.icon_block_cont .icon_block .text {
    padding-top:5px;
    font-weight: 500;
}
.icon_block_cont.app .icon_block .text {
    font-weight:400;
    font-size: 14px;
}

.icon_block_cont .icon_block .title {
    font-weight: 600;
    font-size: 18px;
}
.icon_block_cont.app .icon_block .title {
    color:#000;
}
.about_app {
    display: flex;
    padding-bottom:30px;
    align-items: center;
}
.about_app .left {
   width: 50%;
   text-align: right;
}
.about_app .right {
    padding-left: 30px;
    width: 50%;
    text-align: left;
}
.additional_transfers_cont {
    padding-top:15px;
    display: flex;
    justify-content: space-between;
}
.additional_transfers_cont .item {
    width: 49%;
}
.vakans_page_flex {
    display: flex;
    align-items: center;
}
.vakans_page_flex .left {
    width: 40%;
    align-self: flex-start;
}
.vakans_page_flex .right {
    width: 60%;
    padding-left: 30px;
    line-height: 25px;
}
.vakans_page_flex .strong {
    color:#cc8e49;
    font-weight: 600;
}
.vakans_cont {
    border-top: 1px solid #eee;
}

.vakans_item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 30px 0px;
    border-bottom: 1px solid #eee;
}
.vakans_item .name:hover {
    text-decoration: underline;
}
.vakans_item .name {
    display: flex;
    align-items: center;
    color: #cc8e49;
    font-weight: 600;
    font-size: 18px;
    cursor: pointer;
}
.vakans_item .descr {
    width: 100%;
    padding-top:15px;
    font-weight: 400;
    display: none;
}
.vakans_item .ico_down {
    cursor: pointer;
}
.our_teams_cont {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom:30px;
}
.our_teams_cont .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 32%;
    padding-bottom:30px;
    padding-left:30px;
    padding-right:30px;
    border-bottom:1px solid #eee;
    margin-bottom:30px;
}
.our_teams_cont .department_name {
    color:#cc8e49;
    font-size: 22px;
    border-top:1px solid #eee;
    padding-top:15px;
    font-weight: 500;
    padding-bottom:30px;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
}
.our_teams_cont .image {
    height: 150px;
    width: 150px;
    background-position: top;
    background-size: cover;
    border-radius: 100%;
}
.our_teams_cont .name {
    padding-top:15px;
    color:#000;
    font-weight: 600;
}
.our_teams_cont .descr {
    text-align: justify;
    font-size: 13px;
    line-height: 20px;
    font-weight: 400;
    padding-top: 15px;
}
.our_teams_cont .position {
    padding-top:5px;
    color:#000;
    font-weight: 400;
    color: #cc8e49;
    text-align: center;
}
.our_teams_cont .dop_info {
    padding-top:5px;
    color:#000;
    font-weight: 400;
    font-style: italic;
    text-align: center;
}
.fileform {
    background-color: #FFFFFF;
    border: 1px solid #dcdcdc;
    border-radius: 2px;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    text-align: left;
    width: 100%;
}

.fileform .selectbutton {
    background-color: #A2A3A3;
    border: 1px solid #939494;
    color: #FFFFFF;
    float: right;
    font-size: 14px;
    height: 100%;
    overflow: hidden;
    padding: 3px 15px;
    text-align: center;
    cursor: pointer;
}

.fileform .file_id{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
    opacity: 0;
    font-size: 150px;
    height: 30px;
    z-index:20;
    cursor: pointer;
}
.fileform .fileformlabel {
    background-color: #FFFFFF;
    float: left;
    height: 100%;
    line-height: 22px;
    overflow: hidden;
    padding: 5px 10px;
    text-align: left;
    width:60%;
    cursor: pointer;
}
.serv_pay {
    width: 70%;
    margin: 0px auto;
    padding-bottom:30px;
}

.serv_cont {
    display: flex;
    padding: 7px 0px;;
    border-bottom:1px solid #eee;
}
.serv_cont .left {
    color: #000;
    font-weight: 400;
    padding-right: 15px;
}
.serv_cont .right {
    margin-left: auto;
    color: #cc8e49;
    font-weight: 600;
    width: 20%;
    text-align: center;
}
.lead_form1 {
    margin-bottom:30px;
    background: #E6EDF5;
    padding:30px;
    border-radius: 15px;
    position: sticky;
    top: 70px;
}
.lead_form1 .title {
    display: flex;
    color: #1e73be;
    font-size: 22px;
    font-weight: 500;
}
.lead_form1 .descr {
    padding-top:10px;
    padding-bottom: 15px;
    font-size: 15px;
    font-weight: 300;
    color:#000;
}
.lead_form1 .button_div {
    text-align: center;
}

.lead_form2 {
    margin-bottom:30px;
    background: #E6EDF5;
    padding:30px;
    border-radius: 15px;
}
.lead_form2 .title {
    display: flex;
    color: #1e73be;
    font-size: 22px;
    font-weight: 500;
    justify-content: center;
    align-items: center;
}
.lead_form2 .descr {
    padding-top:10px;
    padding-bottom: 15px;
    font-size: 15px;
    font-weight: 300;
    color:#000;
    text-align: center;
}
.lead_form2 .button_div {
    text-align: center;
}
.fill_turist_data {
    cursor: pointer;
    color:#1e73be;
    font-size: 14px;
    display: flex;
    align-items: center;
}
.fill_turist_data:hover div {
    text-decoration: underline;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    border:1px solid #dcdcdc;
    padding:5px;
}
.tour_search {
    padding:30px 0px;
    display: flex;
}
.tour_search .left {
    display: flex;
    justify-content: space-between;
    flex: 1
}
.tour_search .right {
    padding-left: 2%;
    padding-top:20px;
}
.tour_search .left .item {
    width: 24%;
}
.tour_search .left .item .label {
    color: #5f5f5f;
    font-size: 13px;
    font-weight:400;
    padding-bottom:5px;
}
.tour_search .sort_by_block {
    display: none;
}

.tours .right .tour_type_cont {
    display: flex;
    flex: 1;
    padding-right: 50px;
    flex-wrap: wrap;
}
.tours .right .tour_type_cont .tour_type_item:hover {
    color:#cc8e49;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}

.tours .right .tour_type_cont .tour_type_item {
    cursor: pointer;
    color:#000;
    width: 22%;
    padding: 8px 15px;
    background: #E6EDF5;
    border-radius: 15px;
    display: flex;
    align-items: center;
    font-size: 15px;
    font-weight: 500;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}
.tours .right .tour_type_cont .tour_type_item.mini {
    width: 23%;
    margin-left: 15px;
    margin-bottom:15px;
    min-height: 51px;
}

.tours .right .tour_type_cont .tour_type_item.active {
    color:#cc8e49;
    box-shadow: none;
    outline: 2px solid #cc8e49;
    font-weight: 600;
    background: #fff0e0;
}
.adults_selection .select2-selection__clear, .tour_list_filters  .select2-selection__clear,
.sort_by_block .select2-selection__clear, .video_consultation .select2-selection__clear {
    display: none!important;
}
.cabinet_turists .mobile_title {
    display: none;
}
.tour_list_price {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #E6EDF5;
    padding: 0px 30px;
    border-radius: 15px;
    width: 215px;
    padding:15px 0px;
}
.cabinet_turists .inner_info_pasp {
    border: 0px;
    flex-direction: column
}
.cabinet_turists .inner_info_pasp a {
    color: #1e73be;
    font-size: 12px;
    min-width: 100px;
    display: block;
    text-align: right;
}
.tour_list_filters {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    border-bottom: 1px solid #eee;
    margin-bottom: 15px;
}
.tour_list_filters .tour_list_fiter_name {
    display: flex;
    align-items: center;
    width: 10%;
    font-size: 12px;
    font-weight: 500;
    color: #666;
    padding-right: 30px;
}

.tour_list_price_block .price {
    font-size: 30px;
    font-weight: 600;
    color:#cc8e49;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tour_list_price_block .disp_name {
    padding-top:15px;
    color: #5f5f5f;
    font-weight: 400;
    font-size: 13px;
    text-align: center;
}
.oher_dates {
    color: #cc8e49;
    font-size: 13px;
    font-weight: 400;
    margin-top:auto;
    align-self: center;
}
.top_header_video {
    display: flex;
    padding-top:5px;
}
.top_header_video .video {
    width: 33%;
}
.top_header_video .text {
    width: 67%;
    padding-left: 30px;
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
}
.index_video_cont {
    display: flex;
    align-items:center;
    justify-content:center;
    padding:30px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 15px;
}
.index_video_cont .left {
    text-align: center;
    width: 40%;
}
.index_video_cont .right {
    width: 60%;
}

.sort_by_cont {
    padding-bottom:15px;
}
.video_main_page {
    height: 100%;
}
.thank_page {
    padding-right: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top:30px;
}
.switch_a {
    max-width: 60%;
    margin: 0px auto;
    margin-top:30px;
    line-height: 26px;
    font-weight: 600;
    display: flex;
    align-items: center;
    color: #cc8e49;
    box-shadow: none;
    outline: 2px solid #cc8e49;
    font-weight: 600;
    padding: 8px 15px;
    background: #fff0e0;
    border-radius: 15px;
    font-size: 15px;
    font-weight: 500;
}

.switch_a:hover {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}
.read_more_cont {
    display: none;
}
.read_more {
    color:#1e73be;
    border-bottom:1px dotted #1e73be;
    cursor: pointer;
}

.select2-container--default .select2-selection--multiple {
    padding-left: 30px!important;
}

.state_icon .select2-search:before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 8px;
    left: 10px;
    background-image: url(../img/ico_map_pin.svg);
    background-repeat: no-repeat;
    background-size: contain;
}
.dates_icon .select2-search:before {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    position: absolute;
    top: 10px;
    left: 10px;
    background-image: url(../img/ico_calendar_o.svg);
    background-repeat: no-repeat;
    background-size: contain;
}
.budget_icon .select2-search:before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 8px;
    left: 10px;
    background-image: url(../img/ico_wallet.svg);
    background-repeat: no-repeat;
    background-size: contain;
}
.top_three_tours {
    width: 70%;
    background: #e6edf5!important;
}

.popup_top_three_tours {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color:#fff;
    padding:30px;
}
.start_booking_cont {
    display: flex;
    gap: 50px;
    margin-bottom: 50px;
}
.start_booking_cont .left {
    width: 50%;
}
.start_booking_cont .continue_booking_cont {
    padding-top:50px;
    text-align: center;
}
.start_booking_cont .right {
    width: 50%;
    position: relative;
}
.start_booking_cont .select_cont {
    display: flex;
    color:#000;
    padding-bottom: 30px;
}
.start_booking_cont .label {
    padding-left: 30px;
}
.start_booking_cont  .rooms_cont .room_name {
    display: flex;
    align-items: center;
    font-size: 14px;
}
.start_booking_cont  .rooms_cont .item {
    margin-bottom: 10px;
    background: #eee;
    border-radius: 15px;
    padding:15px;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
}
.start_booking_cont .rooms_cont .item label {
    display: flex;
    align-items: center;
    width: 100%;
}
.start_booking_cont .rooms_cont .item label::before {
    top:14px!important;
}
.start_booking_cont .rooms_cont .item label::after {
    top:18px!important;
}
.start_booking_cont .rooms_cont .price_valid_till {
    color: #DD4746;
    background: none;
    text-align: right;
    font-size: 14px;
    font-weight: 400;
    padding-top: 5px;
}
.start_booking_cont .rooms_cont .price {
    font-size: 22px;
    font-weight: 600;
    color: #CC8E49;
    margin-left: auto;
    text-align: right;
    min-width: 100px;
}
.start_booking_cont .rooms_cont .hname{
    font-weight: 300;
}
.start_booking_cont .rooms_cont .old_price {
    text-decoration: line-through;
    color:#DD4746;
    font-size: 16px;
    font-weight: 400;
}
.start_booking_cont .info_text {
    color:#aaa;
    font-size: 14px;
    font-weight: 400;
}
.start_booking_cont .user_auth_cont .item {
    color:#000;
    padding-top: 15px;
}
.start_booking_cont .flex_block {
    display: flex;
    align-items: center;
    padding-bottom: 15px;
}
.start_booking_cont .price_cont {
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
    padding:30px 0px;
    margin-top: 30px;
    color: #000;
    font-size: 20px;
    font-weight: 400;
}
.start_booking_cont .price_cont .price {
    font-size: 22px;
    font-weight: 600;
    color: #CC8E49;
    margin-left: auto;
    min-width: 80px;
    text-align: right;
}
.start_booking_cont  .tour_details_cont {
    padding-top:30px;
}
.start_booking_cont  .tour_details_cont .tour_details {
    display: flex;
    align-items: center;
    color: #000;
    font-weight: 400;
    padding-bottom: 10px;
}

.popup_top_three_tours .item {
    display: block;
    width: 31%;
    color:#fff;
    font-size: 14px;
}

.popup_top_three_tours .item:hover .name {
     color:#000;
}
.popup_top_three_tours .item .back_bg {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 15px;
    background: rgba(0,0,0,0.4);
    border-top-left-radius:15px;
    border-top-right-radius:15px;
}

.popup_top_three_tours .item .wraper {
    text-shadow: 0 1px rgba(0,0,0,0.75);
    border-radius: 15px;
    height: 240px;
    display: flex;
    align-items: start;
    background-size: cover;
    flex-direction: column;
}
.popup_top_three_tours .item .time {
    padding-left: 15px;
    flex:1;

}
.popup_top_three_tours .item .name {
    padding-top:15px;
    padding-bottom:10px;
    text-align: center;
    color:#cc8e49;
    min-height: 80px;
}
.popup_top_three_tours .item .descr {
    color: #000;
    background: #fff;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    margin-top:-10px;
    font-weight: 400;
    font-size: 13px;
    padding:15px;
}
.popup_top_three_tours .item .descr .descr_title{
    display: flex;
    justify-content: flex-end;
    font-weight: 400;
    color: #000;
    font-size: 15px;
    padding-top:5px;
}
.popup_top_three_tours .item .descr .descr_title .place_amount{
    color: #5f5f5f;
    font-size: 13px;
    padding-left: 3px;
    align-self: flex-end;
}
.top_three_tours .title {
    font-size: 22px;
    padding-bottom:30px;
    color:#000;
}
.top_three_tours .fancybox-button svg {
    height: 50px;
    width: 50px;
    color: #000;
    margin-left: -30px;
}
.bbutton_mobile {
    display: none;
}

.preloader {
    z-index: 200;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left:0px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.loader,
.loader:after {
    border-radius:50%;
    width:10em;
    height:10em
}
.loader {
    position:absolute;
    left:calc(50% - 5em);
    top:calc(50% - 5em);
    font-size:10px;
    text-indent:-9999em;
    border-top:0.5em solid rgba(64,64,64,.1);
    border-right:0.5em solid rgba(64,64,64,.1);
    border-bottom:0.5em solid rgba(64,64,64,.1);
    border-left:0.5em solid #FFD38F;
    transform:translateZ(0);
    animation:load8 1.1s linear infinite
}
@keyframes load8 {
    0% {
        transform:rotate(0deg)
    }
    to {
        transform:rotate(1turn)
    }
}

@media screen and (max-width: 1380px) {
    .popup_top_three_tours .item .wraper {
        height: 200px;
    }
    .top_three_tours {
        width: 80%;
    }

}


@media screen and (max-width: 1052px) {
    .popup_top_three_tours {
        flex-wrap: wrap;
    }

    .popup_top_three_tours .item {
        width: 100%;
    }
    .popup_top_three_tours .item .wraper {
        height: 270px;
    }
    .top_three_tours {
        width: 95%;
    }

    .tours .right.full_screen .item .img {
        height: 300px;
        width: 100%;
    }
    .tours .right .tour_type_cont {
        padding-right: 0px;
    }

    .remove_from_basket {
        width: 100%;
        justify-content: center;
    }
    .pay_types.public {
        width: 100%;
    }

    .serv_pay  {
        width: 100%;
    }

    .cabinet_data.payments .block.first {
        width: 100%;
    }

    .cabinet_data.scroll {
        /*overflow-x: scroll;*/
    }
    .cabinet_turists {
        flex-wrap: wrap;
        padding-top:30px;
    }
    .cabinet_turists div {
        display: flex!important;
        width: 100%;
        flex: auto;
        min-height: 40px;
    }
    .cabinet_turists .mobile_title {
        display: block;
        margin-right: auto;
        font-size: 12px;
        font-weight: 600;
        color: #000;
    }
    .cabinet_turists .inner_info_pasp {
        align-items: end;
    }
    .cabinet_turists.header {
        display: none;
    }
    .cabinet_data.payments {
        flex-wrap: wrap;
    }
    .cabinet_data.payments .block{
        width: 100%;
        padding-top:15px;
    }

    .pay_types.cabinet_place {
        margin: 0px auto;
    }

    .cabinet_menu a {
        margin-bottom:15px;
        justify-content: flex-start;
    }
    .addons_cont .turist_form {
        width: 100%;
    }

    .pay_types {
        width: 100%;
    }

    .addons_cont {
        flex-wrap: wrap;
    }

    .addons_cont .item  {
        width: 100%;
    }

    .tours .right.full_screen .item .img.order {
        width: 100%;
    }
    .tours .right .item .descr.order {
        width: 100%;
    }
    .big_price {
        width: 100%;
        padding-top:15px;
    }
    .turist_form {
        flex-wrap: wrap;
        padding-bottom:30px;
    }

    .turist_form .item {
        width: 100%!important;
        padding-right: 0px;
    }
    .turist_form .item.row2 {
        margin-top:0px;
    }

    .form_cont {
        width: 100%;
    }

    .menu_line .item.menu {
        display: none;
    }
    .burger {
        display: block;
        flex: 1;
        cursor: pointer;
    }
    .top_menu .item.social {
        display: none;
    }
    .tours .right .item {
        flex-wrap: wrap;
    }

    .tours .right .item .img {
        width: 100%;
    }
    .tours .right .item .descr {
        width: 100%;
        padding-left: 0px;
        padding-right: 0px;
        padding-top:15px;
    }
    .tours_info .right {
        padding-left: 30px;
    }
    .tour_list_price {
        margin-top: 30px;
    }

}

@media screen and (max-width: 1000px) {
    .start_booking_cont .rooms_cont .item label::before {
        top:20px!important;
    }
    .start_booking_cont .rooms_cont .item label::after {
        top:24px!important;
    }
    .popup_lang_change.another_destination {
        min-width: 700px;
        padding-top:30px!important;
    }
    .tours_info.new {
        flex-wrap: wrap;
        padding: 0px;
    }
    .tours_info.new .left {
        width: 100%;
        border:0px;
    }
    .tours_info.new .right {
        width: 100%;
        border-radius: 0px;
        border: 0px;
        padding-top:30px;
    }
    .tours_info.new .video_iframe {
        border-radius: 0px;
    }
    .tours_slider_no_slide .item_no_slide {
        width: 48%;
    }
    .tours_slider .item .name {
        min-height: auto;
    }

    .sort_by_cont {
        display: none;
    }

    .hotels_text_block {
        margin-bottom: 15px;
    }

    .our_teams_cont .item {
        width: 100%;
    }

    .wraper_left_page_translate {
        display: none!important;
    }
    .slide_btn {
        display: none;
    }

    .form_cont {
        padding:30px 15px;
    }

    .form_cont .item {
        width: 100%;
    }

    .route .day_descr {
        padding-left: 0px;
    }
    .route .day_name {

    }

    .included_cont {
        width: 100%;
        padding-bottom:30px;
    }

    .tours_info .bookmarks .item {
        padding:15px 10px;
        font-size: 14px;
    }
    .route .day .point {
        margin-right: 15px!important;
    }

    .tours_info .left .name {
        flex-wrap: wrap;
    }
    .tours_info .left .name .time {
        width: 100%;
        padding-top:10px;
    }
    .tours_info  {
        flex-wrap: wrap;
    }

    .tours_info .left {
        width: 100%;
    }
    .tours_info .right {
        width: 100%;
        padding-left: 0px;
    }
    .tours .right .item .btn_cont {
        justify-content: center;
    }

    .popup_filters {
        width: 95%;
    }

    .popup_filters .clear_all {
        display: block;
        padding:10px 0px;
        text-decoration: underline;
        color: #aaa;
        font-size: 12px;
        cursor: pointer;
    }
    .popup_filters .filter_block {
        padding: 15px 0px;
        border-top: 1px solid #eee;
    }
    .popup_filters .title_2 {
        padding-bottom:10px;
    }
    .popup_filters .checkb_cont .item {
        padding-bottom:10px;
    }

    .show_mobile_filters {
       display: flex;
       align-items: center;
       color:#000;
       font-size: 13px;
       font-weight: 400;
       border: 1px solid #eee;
       border-radius: 15px;
       padding:5px 10px;
       cursor: pointer;
    }
    .tours {
        padding-top:5px;
    }

    .tours .left {
        display: none;
    }
    .tours .right {
        width: 100%;
        padding-left: 0px;
    }


    .footer_cont {
        flex-wrap: wrap;
    }

    .footer_cont .item {
        padding-left: 0px!important;
        width: 100%;
        padding-bottom:30px;
        min-width: 0px!important;
    }
    .blog .item {
        width: 100%;
        margin-bottom: 30px;

    }
    .about {
        padding-top:15px;
    }

    .about .item {
        width: 100%;
    }
    .about .item .left {
        display: flex;
        align-self: flex-start;
        padding-top: 16px;
    }
    .about .item .left img {
       width: 30px;
    }

    .about .item .right {
        padding-top:0px;
    }
    .about .item .title {
        line-height: 20px;
        padding-bottom:5px;
        margin-top:15px;
    }
    .img_margin {
       margin-right: 5px;
    }

    .about_us_cont .descr {
        margin-left: 0px;
    }
    .way_no_mobile {
        display: none!important;
    }
    .icon_block_cont.app .icon_block {
       height: auto;
    }
    .turist_form .item .label {
        padding-top: 15px;
    }
    .tour_info_new_det {
        flex-wrap: wrap;
    }
    .tour_info_new_det .left {
        width: 100%;
        padding-right: 0px;
    }
    .tour_info_new_det .right {
        display: none;
    }
}

@media screen and (max-width: 700px) {
    .fileform .fileformlabel {
        width: 40%;
    }
    .another_destination .tour_dates_tbl tr .tour_dates {
        font-size: 14px;
    }
    .start_booking_cont {
        flex-wrap: wrap;
    }
    .start_booking_cont .left {
        width: 100%;
    }
    .start_booking_cont .right {
        width: 100%;
    }
    .popup_lang_change.another_destination {
        min-width: 100%;
        padding-top:30px!important;
    }
    .bbutton_mobile {
        background: #E6EDF5;
        padding: 15px;
        padding-bottom: 30px;
        position: fixed;
        bottom: 0px;
        width: 100%;
        display: flex;
        flex-direction: column;
        z-index: 10;
    }
    .tour_info_new_label {
        flex-direction: column;
        align-items: flex-start;
    }
    .tour_info_new_download {
        margin-left: 0px;
        margin-top: 15px;
    }
    .tours_info.new .tdop_info {
        padding:20px 0px;
    }
    .tour_info_new_gallery {
        margin-top:0px;
    }
    .tour_info_new_gallery .image {
        display: none;
    }
    .tour_info_new_gallery .image.image_3 {
        display: block;
        width: 100%;
        height: 350px;
    }
    .tours_info.new .tbuttons .btn{
        display: none;
    }
    .tours_info.new .tdop_info .item.mobile_only {
        display: block;
    }
    .tours_info.new .tdop_info .item {
        width: 100%;
        text-align: center;
        font-size: 16px;
    }
    .tours_info.new .tdop_info .item .title {
        justify-content: center;
    }
    .cart_request_btn button {
        display: block;
        width: 100%;
        margin-bottom:15px;
        margin-left: 0px!important;
    }

    .top_three_tours .fancybox-button svg {
        margin-left: -10px;
    }
    .popup_top_three_tours {
        padding:0px;
    }
    .popup_top_three_tours .item .wraper {
        height: 220px;
    }
    .switch_a {
        max-width: none;
    }
    .video_main_page {
        width: 100%;
        min-height: 200px;
        height:600px;
    }

    .tours_slider_no_slide .item_no_slide .name  {
        min-height: auto;
    }

    .tours_slider_no_slide .item_no_slide {
        width: 100%;
    }

    .tours .right .tour_type_cont .tour_type_item.mini {
        width: 45%;
    }

    .tour_list_filters .tour_list_fiter_name {
        padding-bottom:10px;
        width: 100%;
    }

    .clear_tour_form {
        justify-content: center;
    }

    .cabinet_menu {
        justify-content: flex-start;
    }
    .cabinet_menu a {
        min-width: 10px;
    }

    .lead_form2, .lead_form1 {
        padding:15px;
    }

    .tours .right .item .text {
        display: none;
    }
    .tours .right .item .included {
        display: block;
    }

    .tour_list_filters {
        flex-wrap: wrap;
        padding-bottom:0px;
    }
    .index_video_cont {
        padding:15px;
    }

    .index_video_cont .left {
        display: none;
    }
    .index_video_cont .right {
        width: 100%;
    }

    .tour_list_price {
        width: 100%;
    }

    .top_header_video {
        flex-wrap: wrap;
    }
    .top_header_video .video {
        width: 100%;
        padding-bottom:15px;
    }
    .top_header_video .text {
        width: 100%;
        padding-left: 0px;
    }
    .top_header_video .text.hidden {
        max-height: 160px;
        overflow: hidden;
        margin-top: -40px;
    }

    .top_header_video .text.hidden:before {
        content: "";
        display: block;
        height: 40px;
        position: relative;
        top: 120px;
        background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff 90%);
    }
    .read_more_cont {
        display: block;
    }

    .tours .right .tour_type_cont {
        flex-wrap: wrap;
    }
    .tours .right .tour_type_cont .tour_type_item {
        padding:5px 15px;
        width: 48%;
        margin-bottom:20px;
        margin-top: 0px!important;
    }
    .tour_search {
        flex-wrap: wrap;
    }
    .tour_search .left {
        width: 100%;
        flex-wrap: wrap;
    }
    .tour_search .left .item {
        width: 100%;
        padding-bottom:10px;
    }
    .tour_search .right {
        width: 100%;
        padding-left: 0px;
    }
    .tour_search .right button {
        width: 100%;
    }
    .tour_search .sort_by_block {
        display: block;
    }

    .no_mobile {
        display: none;
    }
    .cart_direct_login {
        max-width: 100%;

    }
    .vakans_page_flex {
        flex-wrap: wrap;
    }

    .vakans_page_flex .left {
        width: 100%;
        padding-bottom:15px;
    }
    .vakans_page_flex .right {
        width: 100%;
        padding-left: 0px;
    }
    .icon_block_cont.app .icon_block {
        width: 100%;
    }
    .about_app .left {
        width: 100%;
        padding-bottom:15px;
        text-align: center;
    }
    .about_app {
        flex-wrap: wrap;
    }

    .about_app .right {
        width: 100%;
        padding-left: 0px;
    }
    .popup_lang_change.first_enter {
        padding:15px!important;
    }

    .left_page_translate {
       display: none;
    }

    .link_btn {
        display: none;
    }

    .index_banner .button_view_video {
        bottom: 70px;
        padding-left: 27%;
    }
    .index_banner .text_block {
        bottom: 180px;
        width: 90%;
        margin-left: 5%;
    }

    .view_video {
        padding: 7px 15px;
        font-size: 16px;
    }
    .tour_dates_tbl .ico_down {
        display: none;
    }
    .nacenka_bez_skidki.tour_info {
        padding-right: 0px;
    }

}

@media screen and (max-width: 420px) {
    .btn_accessibility.big {
        margin-top:0px;
    }

    .logo_img {
        width: 300px;
    }

    .about_us {
        background-attachment: scroll;
    }

    .no_mobile {
        display: none;
    }
    .stiky_footer {
        display: flex;
        z-index: 1000;
        justify-content: space-around;
        position: fixed;
        bottom: 0px;
        background: #fff;
        box-shadow: 0px 4px 40px rgba(55, 81, 255, 0.2);
        width: 100%;
        padding: 15px;
    }
    .sp-horizontal .sp-previous-arrow {
        left:10px!important;
    }
    .sp-horizontal .sp-next-arrow {
        right: 10px!important;
    }
    footer {
        padding-bottom:100px;
    }

}







