@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
html, body {
    padding: 0px;
    margin: 0px;
    font-size: 16px;
    font-family: "Inter", sans-serif;
    font-weight: 500;
    width: 100%;
    height: 100%;
    color:#5f5f5f;
    background: #FFF;
}

img, form {
    padding: 0px;
    margin: 0px;
}
a {
    font-size:16px;
    color:#000000;
    font-family: "Inter", sans-serif;
    text-decoration: none;
}
* {
    box-sizing: border-box;
    vertical-align: top;
}
p {
    margin:5px 0px;
}

.error_message {
    color: #E10478;
    text-align: center;
    background: yellow;
    padding: 15px 0px;
    border-radius: 15px;
}
h1,h2,h3 {
    color: #2B3447;
    margin:0px;
    padding:0px;
    text-align: left;
}
h2 {
    font-size: 28px;
    font-weight: 600;
}
h3 {
    font-size: 20px;
    font-weight: 600;
}

.page {
    width:100%;
    display: flex;
    flex-direction: column;
    height: 100%;
}
.page main {
    flex:1;
    padding-bottom:50px;
}
.container {
    width:100%;
    max-width:1200px;
    margin:0px auto;
    padding:0px 15px;
}
.fancybox-content {
    padding: 10px 20px!important;
    border-radius: 10px;
}
.file_input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
    opacity: 0;
    font-size: 150px;
    height: 37px;
    cursor: pointer;
}
.sp-full-screen-button {
    transform: none!important;
    top: 15px!important;
    right: 55px!important;
}
.sp-full-screen-button::before {
    content: ''!important;
    position: absolute;
    width: 40px;
    height: 40px;
    background-image: url(/img/ico_zoom.svg);
    background-size: cover;
}

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

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:#BBCE00;
}
ul.way .sep {
    color:#BBCE00;
}
.top_bg {
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    padding-top:120px;
    padding-bottom:30px;
    background-color: #54C0EE;
    background-position:1000px bottom;
    background-size: 25%;
    background-repeat: no-repeat;
}
.top_bg.avia_park {
    background-position: center;
    background-size: cover;
    min-height: 600px;
}
.top_bg_cont {
    display: flex;
    align-items: center;
}
.top_bg_cont .left {
    width: 70%;
}
.top_bg_cont .right {
    text-align: right;
    width: 30%;
}
.top_bg_cont .search {
    display: flex;
    padding-top:70px;
    align-items:center;
    color:#fff;
    font-size: 30px;
}
.sp-fade-full-screen {
    opacity: 1!important;
}

.top_bg .label {
    color:#fff;
    font-weight: 700;
    font-size: 40px;
}
.top_bg_btn {
    cursor:pointer;
    background: #E10478;
    border-radius: 100%;
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: -50px;
}

.top_menu {
    padding: 30px 0px;
    position: fixed;
    z-index: 100;
    width: 100%;
    left: 0;
    top: 0;
}

.top_menu.white {
    background: #FFF;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.06);
}
.top_menu.white .item {
    color:#000;
}

.top_menu .container {
    display: flex;
    align-items: center;
}
.top_menu .item {
    display: block;
    position: relative;
    color:#fff;
    margin-right: 55px;
    transition: all 0.2s;
}
.top_menu .item.active {
    background: #fff;
    padding:5px 10px;
    color:#000;
    border-radius: 20px;
}

.top_menu .item:hover {
    color: #e0e0e0;
}
.top_menu .item.with_border {
    border:1px solid #fff;
    border-radius: 10px;
    padding:8px 18px;
    margin-right: 0px;
    cursor: pointer;
}

.top_menu.white .item.with_border {
    border:1px solid #000;
}
.top_menu .drop_menu {
    display: none;
    position: absolute;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    top:40px;
    left: -15px;
    background: #fff;
    border-radius: 10px;
    padding:15px;
    min-width: 140px;
}
.top_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;
}
.top_menu .drop_menu a {
    display: flex;
    align-items: center;
    line-height: 30px;
    font-weight: 300;
    font-size: 15px;
    color:#000;
}
.top_menu .drop_menu a:hover {
    color:#757575;
}
.top_menu .drop_menu.cabinet_menu {
    min-width: 250px;
    top: 50px;
    left: -120px;
}


.show_drop_menu {
    cursor: pointer;
}

.index_banner {
     opacity: 0;
 }

.index_banner .text_block {
    top: auto !important;
    bottom: 250px;
    width: 100%;
}

.index_banner .title {
    text-transform: uppercase;
    text-shadow: 0 1px rgba(0,0,0,0.75);
    font-size: 70px;
    font-weight: 600;
    color:#fff;
}
.index_banner .descr {
    text-shadow: 0 1px rgba(0,0,0,0.75);
    color:#fff;
    padding: 15px 0px;
}
.index_banner .link {
    display: flex;
}

.index_btn_cont {
    position: relative;
    margin-top: -130px;
}
.index_btn_cont .container {
    display: flex;
    justify-content: center;
    align-items: center;
}
.index_btn_cont .a_btn1 {
    margin:0px 10px;
}

.index_btn_cont .a_btn1:hover {
    transform: scale(1.05);
}

.search_type_btn_cont {
    position: relative;
    padding-top:30px;

}
.search_type_btn_cont .container {
    display: flex;
    align-items: center;
}
.search_type_btn_cont .item {
    width: 25%;
    background: rgba(255,255,255,0.6);
    color:#000;
    text-align: center;
    padding:15px 0px;
    font-weight: 600;
    font-size: 17px;
    cursor: pointer;
    transition: all 0.2s;
    display: flex;
    justify-content: center;
    align-items: center;
}
.search_type_btn_cont .item img {
    margin-right: 10px;
    width: 20px;
}
.search_type_btn_cont .item:hover {
    color: #fff;
}
.search_type_btn_cont .item.active:hover {
    color:#000;
}
.search_type_btn_cont .item.active {
    background: rgba(241,240,240,1);
}
.search_cont_bg {
    position: relative;
    background: #F1F0F0;
    padding:30px 0px;
}
.search_cont_wrapper {
    display: none;
    position: absolute;
    opacity: 0.3;
    background: #fff;
    width: 100%;
    height: 100%;
    z-index: 10000;
    margin-top:-30px;
}
.operator_list_loader {
    display: flex;
    justify-content: center;
    align-items: center;
}
.operator_list_loader .item {
    width: 20%;
    color:#000;
    display: flex;
    flex-direction: column;
    border-radius: 15px;
    border:1px solid #ddd;
    padding: 15px;
    text-align: center;
    margin:15px;
    margin-bottom: 15px;
    justify-content: center;
}
.operator_list_loader .item .operator_logo {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 50px;
    margin-bottom:15px;
}
.operator_list_loader .item img {
    max-width: 80%;
    align-self: center;
}

.search_cont {
    opacity: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding:0px 30px;
}
.search_cont .item {
    width: 20%;
    padding-right: 15px;
}

.search_cont .label {
    color: #5f5f5f;
    font-size: 13px;
    font-weight: 400;
    padding-bottom: 5px;
}
.serch_btn_cont {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    padding-top:15px;
}
.serch_btn_cont .a_btn {
    display: flex;
    align-items: flex-start;
    padding: 8px 20px;
    background: linear-gradient(95.14deg,#e10478 10.97%,#912d7c 115.27%);
    cursor: pointer;
}
.a_btn.disabled {
   background: #bdbdbd;
   cursor: auto;
}

.serch_btn_cont .a_btn img {
    margin-left: 10px;
    margin-top:-2px;
}

.index_block {
    padding-top:50px;
    padding-bottom:50px;
}
.index_block.inner {
    padding-top:15px;
}
.index_block .block_name {
    padding-top:30px;
    font-weight: 700;
    font-size: 28px;
    line-height: 40px;
    color:#000;
}

.tours_type_cont {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}
.tours_type_cont .item {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 500px;
    background-size: cover;
    background-position: center;
    border-radius: 25px;
}

.index_block .title {
    margin-bottom:15px;
}
.index_block .descr {
    flex-wrap: wrap;
    display: flex;
    align-items: center;
    color: #2B3447;
    font-size: 18px;
    font-weight: 400;
    padding-top:5px;
}
.index_block .show_all {
    display: block;
    margin-left: auto;
    color:#E10478;
    border-bottom:1px dotted #E10478;
}
.title_top {
    display: flex;
    align-items: center;
}

.tours_type_cont .sub_item {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 48%;
    background-size: cover;
    border-radius: 25px;
}
.tours_type_cont .wraper {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    background: #fff;
}
.tours_type_cont .wraper.type1 {
    border-bottom-right-radius: 25px;
    padding-bottom:15px;
    padding-right:15px;
    top:0px;
    left: 0px;
}
.tours_type_cont .wraper.type2 {
    border-bottom-left-radius: 25px;
    padding-bottom:15px;
    padding-left:15px;
    top:0px;
    right: 0px;
}
.tours_type_cont .wraper.type3 {
    border-top-right-radius: 25px;
    padding-top:15px;
    padding-right:15px;
    bottom:-1px;
    left: 0px;
}
.tours_type_cont .wraper.type4 {
    border-top-left-radius: 25px;
    padding-top:15px;
    padding-left:15px;
    bottom:-1px;
    right: 0px;
}

.tours_type_cont .wraper .a_btn {
    margin-top:10px;
    transition: all 0.2s;

}
.tours_type_cont .wraper .a_btn:hover {
    transform: scale(1.05);
}
.index_services {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.index_services .item {
    width: 49.2%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.index_services .item .left {
    display: block;
    width: 48.5%;
    border-radius: 25px;
    background: #ccc;
    margin-bottom: 20px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 220px;
    padding: 15px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.index_services .item .right {
    display: block;
    width: 100%;
    border-radius: 25px;
    background: #ccc;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 460px;
    padding: 15px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.index_services .item .left:hover .wraper {
    background: rgba(255,255,255, 0.8);
}
.index_services .item .right:hover .wraper{
    background: rgba(255,255,255, 0.8);
}

.index_services .item .wraper {
    padding: 10px;
    background: rgba(255,255,255, 0.6);
    color:#2B3447;
    border-radius: 20px;
}
.index_services .item .wraper .label {
    font-size: 18px;
    font-weight: 700;
}
.index_services .item .wraper .text {
    padding-top:5px;
    font-size: 18px;
    font-weight: 400;
}
.hot_tours_slider_hidden {
    opacity: 0;
    overflow: hidden;
}
.hot_tours_slider .item:hover .details{
    text-decoration: underline;
}

.hot_tours_slider .item .img {
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 10px 20px;
}
.hot_tours_slider .item .tour_descr {
    background: #fff;
    padding: 20px;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
}

.hot_tours_slider .item .state_name {
    color:#fff;
    font-size: 16px;
    font-weight: 700;
}
.hot_tours_slider .item .region_name {
    color:#fff;
    font-size: 25px;
    font-weight: 700;
}
.hot_tours_slider .item .hotel_name {
    color:#2B3447;
    font-weight: 700;
    font-size: 18px;
}
.hot_tours_slider .item  .hotel_stars {

}
.hot_tours_slider .item .check_in {
    display: flex;
    align-items: center;
    padding-top:10px;
    color: #2B3447;
}
.hot_tours_slider .item .turists {
    display: flex;
    align-items: center;
    padding-top:10px;
    color: #2B3447;
}
.hot_tours_slider .item .details {
    color:#E10478;
    padding:15px 0px;
    text-align: center;
}
.hot_tours_slider .item .a_btn {
    text-align: center;
    background: linear-gradient(95.14deg,#e10478 10.97%,#912d7c 115.27%);
}
.news_type_switch {
    display:  flex;
    align-items: center;
    padding-top: 10px;
}
.news_type_switch .a_btn {
    color: #2B3447;
    background: #F1F0F0;
    margin-right: 20px;
    cursor: pointer;
    text-wrap: nowrap;
}
.news_type_switch .a_btn.active {
    color:#fff;
    background: linear-gradient(95.14deg,#e10478 10.97%,#912d7c 115.27%);
}
.news_page_cont {
    position: relative;
}
.tui_bottom_cont {

    position: relative;
}
.tui_bottom {
    position: absolute;
    z-index: 0;
    width: 280px;
    height: 280px;
    background-position: center;
    background-size: cover;
    background-image: url(/img/tt3.png);
    background-repeat: no-repeat;
    bottom: 0px;
    right: -100px;
}
.tui_bottom.mini {
    width: 200px;
    height: 200px;
    right: 0px;
}
.news_page_cont .news_item {
    position: relative;
    padding-bottom:50px;
    padding-top:20px;
    display: flex;
}

.news_page_cont .news_item:hover .news_next span {
    border-bottom: 1px solid #E10478;
    color: #E10478;
}

.news_page_cont .news_item .news_img {
    width: 30%;
}
.news_page_cont .news_item .news_img img {
    border-radius: 20px;
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.news_page_cont .news_item .news_descr {
    display: flex;
    flex-direction: column;
    width: 70%;
    padding-left: 30px;
}
.news_page_cont .news_item .news_label {
    padding-bottom:15px;
}
.news_page_cont .news_item .news_text {
    font-weight: 300;
    line-height: 25px;
    color:#5f5f5f;
}
.news_page_cont .news_item .news_next {
    text-align: right;
    margin-top:auto;
    font-size: 14px;
    color:#000;
}
.news_page_cont .news_sep {
    height: 10px;
    margin-bottom: 50px;
    background: linear-gradient(90deg, #E10478 0%, rgba(255, 208, 0, 0.6) 26%, #BBCE00 52.5%, #F7AC1D 78%, #268FEC 100%);
}
.news_page_cont .news_category {
    padding:15px 0px;
    color: #BBCE00;
    font-size: 14px;
}


.news_cont {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.news_cont .item {
    color:#2B3447;
    width: 49.2%;
    display: flex;
    min-height: 300px;
    background: #F1F0F0;
    border-radius: 25px;
    border-radius: 25px;
}
.news_cont .item:hover {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.news_cont .item .text {
    font-weight: 300;
    line-height: 25px;
}
.news_cont .ico_right {
    transition: all 0.5s;
    transform:rotate(-90deg);
    margin-left: auto;
}
.news_cont .news_details {
    display: flex;
    margin-top: auto;
    justify-content: center;
    align-items: center;
    padding-top:15px;
}
.news_cont .news_category {
    color:#BBCE00;
    font-size: 14px;
}

.news_cont .item .img {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 50%;
    border-radius: 25px;
}
.news_cont .item .content {
    display: flex;
    flex-direction: column;
    padding: 20px;
    width: 50%;
}
.news_cont .item .label {
    padding-bottom:20px;
}
.faq_cont .question h3 {
    width: 90%;
}
.faq_cont .category_name {
    padding-bottom:15px;
    font-size: 20px;
    font-weight: 600;
    color: #E10478;
}
.reference_block {
    margin-bottom: 30px;
    line-height: 25px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 25px;
    padding: 30px;
}
.faq_cont .question {
    border-bottom: 1px solid #eee;
    padding:20px 0px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    cursor: pointer;
}
.faq_cont .question:hover h3{

}
.faq_cont .question .ico_down {
    margin-left: auto;
    transition: all 0.5s;
}

.faq_cont .answer {
    line-height: 25px;
    font-weight: 300;
    padding-top:20px;
    padding-right: 50px;
    width: 100%;
    display: none;
}
.footer {
    border-top: 10px solid #E10478;
    padding:50px 0px;
}
.link_collection {
    display: flex;
    justify-content: space-between;
}
.link_collection .item {
    width: 20%;
    display: flex;
    flex-direction: column;
    line-height: 30px;
}
.link_collection .item a:hover {
    color:#E10478;
}

.link_collection .item h3 {
    margin-bottom:20px;
}
.podval {
    padding-top: 50px;
    display: flex;
    justify-content: space-between;
}
.podval .item {
    width: 20%;
    display: flex;
    flex-direction: column;
}
.popup_cont {
    position: relative;
    padding:30px!important;
    width: 95%;
    max-width: 500px!important;
}
.popup_cont .item {
    padding-top:20px;
}
.popup_cont .error_msg {
    color:red;
    padding-bottom: 15px;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
}
.message {
    padding-top:15px;
    color: #BBCE00;
}
.popup_cont .link {
    display: block;
    font-size: 16px;
    padding:6px;
    color: #54C0EE;

    font-weight: 400;
    text-align: center;
    cursor: pointer;
}
.popup_cont .link:hover {
    color: #E10478;
}
.popup_cont .popup_loader {
    display: none;
    position: absolute;
    width: 90%;
    height: 80%;
    background: #fff;
    opacity: 0.5;
}
.preloader {
    z-index: 200;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left:0px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.preloader_passport {
    z-index: 200;
    border-radius: 25px;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left:0px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.preloader_inner {
    display: flex;
    justify-content: center;
    position: relative;
}

.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:1.1em solid rgba(64,64,64,.1);
    border-right:1.1em solid rgba(64,64,64,.1);
    border-bottom:1.1em solid rgba(64,64,64,.1);
    border-left:1.1em solid #E10478;
    transform:translateZ(0);
    animation:load8 1.1s linear infinite
}
@keyframes load8 {
    0% {
        transform:rotate(0deg)
    }
    to {
        transform:rotate(1turn)
    }
}

.wraper_drop_menu {
    display: none;
    z-index: 1000;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: rgba(0,0,0,0.7);
}
.main_menu {
    margin-left: -100%;
    position: fixed;
    padding: 15px;
    z-index: 1010;
    top: 0px;
    left: 0px;
    width: 80%;
    height: 100vh;
    background: #fff;
    opacity: 1;
    overflow: scroll;
}
.main_menu .menu_items {
    padding-top: 20px;
    padding-left: 15px;
}
.main_menu .item {
    display: flex;
    align-items: center;
    padding-bottom: 15px;
    font-size: 17px;
}
.main_menu .item .icon {
    margin-right: 15px;
}
.mobile_menu_btn {
    padding: 5px 15px;
    border:1px solid #ddd;
    border-radius: 10px;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.mobile_menu_btn.index_page {
    background: rgba(190, 204, 48, 1);
    color:#fff;
    border:0px;
}
.mobile_menu_btn img {
    margin-right: 15px;
}
.burger {
    display: none!important;
}
.drop_menu_top {
    display: flex;
    align-items: center;
}
.ico_menu_close {
    margin-left: auto;
}
.ref_cont {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.ref_cont .item {
    width: 31.5%;
    margin-bottom:30px;
    border-radius: 25px;
    padding:30px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    line-height: 25px;
}
.services_cont {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.services_cont .item {
    display: block;
    position: relative;
    width: 31.5%;
    margin-bottom:30px;
    border-radius: 25px;
    padding:30px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    line-height: 25px;
    background: #ace1f8;
    height: 300px;
}
.services_cont .sname {
    font-size: 20px;
    font-weight: 600;
    color: #000;
}
.services_cont .stext {
    font-size: 16px;
    font-weight: 300;
    color: #2B3447;
    padding-top:15px;
}
.services_cont .simg {
    position: absolute;
    height: 150px;
    bottom: 20px;
    right: 50px;
    width: 30%;
}
.services_cont .simg img {
    height: 100%;
}

.ref_cont .text .no_link {
    display: block;
    color:#000;
    font-weight: 600;
    padding-top:15px;
}
.ref_cont .label {
    padding-top:15px;
}
.ref_cont .title {
    display: flex;
    align-items: center;
}

.ref_cont h3 {
    color:#E10478;
}

.ref_cont .text .link {
    font-weight: 300;
    position: relative;
    color: #5f5f5f;
    display: block;
    padding-left: 20px;
    padding-left: 20px;
    padding-top: 10px;
    transition: all 0.2s;
    line-height: 25px;
}
.ref_cont .text .link::before {
    content: " • ";
    position: absolute;
    top: 8px;
    left: 0px;
    color: #e6428b;
    font-size: 25px;
}
.ref_cont .text .no_link:hover {
    color:#BBCE00;
}
.ref_cont .text .link:hover {
    color:#BBCE00;
}
.only_mobile_850 {
    display: none;
}
.serv_btn_cont .a_btn1 {
    background: linear-gradient(95.14deg,#e10478 10.97%,#912d7c 115.27%);
    color:#fff;
}
.news_info_cont {
    flex-wrap: wrap;
    display: flex;
    padding-top:15px;
}
.news_info_cont .bottom {
    display: flex;
    align-items: center;
    font-size: 14px;
    padding-top:30px;
}
.news_info_cont .left {
    width: 70%;
}
.news_info_cont .left .img img {
    width: 100%;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;

}
.news_info_cont .right {
    width: 30%;
    padding-left: 30px;
}
.news_info_cont .right .news_page {
    padding: 15px 30px;
    padding-bottom: 0px;
}
.news_info_cont .right .news_page a:hover{
    color: #BBCE00!important;
}
.news_info_cont .block_name {
    text-align: center;
    padding-bottom:30px;
}
.news_info_cont .news_info_text {
    font-weight: 300;
    margin-bottom: 30px;
    line-height: 25px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 25px;
    padding: 30px;
}
.news_info_cont .dop_images {
    display: flex;
    justify-content: space-between;
    padding-top:30px;
}
.news_info_cont .dop_images img {
    width: 45%;
}
.news_info_cont .right .all_news_links {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 25px;
    padding-bottom:30px;
}
.news_info_cont .right .label {
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    color:#fff;
    font-size: 25px;
    font-weight: 600;
    background: #BBCE00;
    padding:15px;
    text-align: center;
}
.news_info_cont .right a {
    display: flex;
    align-items: center;
    padding-bottom: 10px;
    line-height: 25px;
    border-bottom: 1px solid #eee;
    margin-bottom:10px;
}
.news_info_cont .right a img {
    width: 30px;
    margin-right: 20px;
}
.news_info_cont .right a.active {
    color: #54C0EE;
}
.news_info_cont .right a:hover {
    color: #54C0EE;
}
.kredit_block {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top:10px;
}
.kredit_amount {
    border-radius: 25px;
    background: #BBCE00;
    padding: 4px 10px;
    font-weight: 600;
    font-size: 16px;
    color:#000;
}
.kredit_days {
    padding-left: 5px;
    font-weight: 500;
    font-size: 12px;
}
.ts_cont {
    display: flex;
}
.ts_cont .tours_list {
    width: 75%;
    padding-right: 30px;
}
.ts_cont .filters {
    width: 25%;
}
.ts_cont .search_res_title {
    display: flex;
    align-items: center;
    line-height: 30px;
}
.ts_cont .find_text {
    font-size: 25px;
    font-weight: 600;
    color:#2B3447;
}
.ts_cont .tours_sort {
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
    margin-left: auto;
    font-size: 17px;
    color: #E10478;
    font-weight: 600;
}
.ts_cont .tours_sort:hover {
    text-decoration: underline;
}
.ts_cont .filters_top {
    display: flex;
    align-items: center;
    line-height: 30px;
    padding-bottom: 15px;
}
.ts_cont .filters_head {
    font-size: 17px;
    color: #000;
    font-weight: 600;
}

.ts_cont .filters_title {
    padding-bottom: 15px;
    font-size: 17px;
    color: #000;
    font-weight: 600;
}
.ts_cont .filters_reset {
    cursor: pointer;
    margin-left: auto;
    font-size: 17px;
    color: #E10478;
    font-weight: 600;
}
.ts_cont .filters_reset:hover {
    text-decoration: underline
}
.search_res_list {
    padding-top:20px;

}
.search_res_item {
    min-height: 250px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 25px;
    display: flex;
    margin-bottom:25px;
}
.search_res_item .help_inputs {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top:15px;
}
.search_res_item .help_btn_cont {
    padding-top:30px;
}
.search_res_item .help_inputs .inp_t {
    width: 48%;
}

.search_res_item .hotel_image {
    cursor: pointer;
    background-size: cover;
    background-position: center;
    width: 26%;
    min-width: 230px;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    display: flex;
    padding:15px;
}
.search_res_item .hotel_image .hdiscount {
    align-self: flex-start;
    background: #BBCE00;
    color:#fff;
    border-radius: 10px;
    padding: 8px 10px;
    font-weight: 600;
    font-size: 20px;
    opacity: 0.8;
}
.search_res_item .holel_name {
    padding: 25px;
    display: flex;
    flex-direction: column;
}
.search_res_item .holel_name .hname {
    cursor: pointer;
    color: #2B3447;
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
}
.search_res_item .holel_name .hstar {
    padding-top:10px;
}
.search_res_item .holel_name .hraiting {
    cursor: pointer;
    margin:15px 0px;
    background: #E10478;
    border-radius: 25px;
    padding: 4px 10px;
    color:#fff;
    font-size: 17px;
    align-self: flex-start;
}
.search_res_item .holel_name .hregion {
    margin-top: auto;
}
.search_res_item .holel_name .hnight {
    padding-top:10px;
}
.search_res_item .holel_price {
    border-left: 1px solid #ccc;
    width: 20%;
    min-width: 200px;
    margin-left: auto;
}
.search_res_item .holel_price .holel_price_cont {
    padding:25px;
    color:#000;
    display: flex;
    flex-direction: column;
    height: 100%;
}
.holel_price .disp {
    text-align: right;
    font-size: 17px;
    padding-bottom: 15px;
    font-weight: 600;
}
.holel_price .old_price {
    color:#5f5f5f;
    text-decoration: line-through;
    text-align: right;
}
.holel_price .price {
    font-weight: 700;
    font-size: 20px;
    text-align: right;
    color:#E10478;
}

.holel_price .a_btn {
    text-align: center;
    background: linear-gradient(95.14deg,#e10478 10.97%,#912d7c 115.27%);
    margin-top:auto;
}
.ts_cont .filters_item {
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 25px;
    border-radius: 25px;
    margin-bottom:25px;
}
.ts_cont .filters_item .chk_block {
    padding-bottom:10px;
}
.ts_cont .filters_item .chk_block.flex {
    display: flex;
    justify-content: space-between;
}
.ts_cont .filters_item .chk_block.flex input {
    width: 48%;
}

.ts_cont .filters_item .hotel_list_scroll {
    overflow-y: scroll;
    scrollbar-width: thin;
    max-height: 340px;
    padding-right: 5px;
}
.ts_cont .filters_item .region_list_scroll {
    overflow-y: scroll;
    scrollbar-width: thin;
    max-height: 340px;
    padding-right: 5px;
}
.ts_cont .filters_item  .mini_star {
    color: #FFAA18;
    margin-left: auto;
    padding-left: 5px;
    text-align: right;
}
.hotel_list_scroll label {
    width: 100%;
}
.filters_item label:hover {
    color:#000;
}
.hotel_list_scroll .filter_hname {
    display: flex;
    font-size: 14px;
}
.btn_search .a_btn {
    text-align: center;
    padding: 15px 20px;
}
.btn_show_more {
    display: flex;
    justify-content: center;
}
.btn_show_more .a_btn {
    text-align: center;
    padding: 15px 20px;
}
.popup_cont_tour_info {
    padding:30px!important;
    padding-top:50px!important;
    width: 95%;
    max-width: 1200px!important;
}

.popup_cont_tour_info .head {
    display: flex;
    align-items: center;
}

.popup_cont_tour_info .head .hname {
    color: #2B3447;
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
    display: flex;
    align-items: center;
}
.popup_cont_tour_info .head .hregion {
    padding-top:5px;
}
.popup_cont_tour_info .head .order_cont {
    margin-left: 30px;;
}
.popup_cont_tour_info .head .a_btn {
     padding: 15px 20px;
}
.section_cont {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 0px;
}
.tour_info_sticky {
    position: sticky;
    z-index: 10;
    top:100px;
    background: #fff;
    border-bottom:1px solid #eee;
}

.section_cont .section {
    font-weight: 500;
    font-size: 18px;
    cursor: pointer;
    color: #2B3447;
    border: 1px solid #2B3447;
    border-radius: 10px;
    padding: 8px 10px;
    margin: 0px 10px;
}
.section_cont .section:hover {
    color: #000;
}
.section_cont .section.active {
    color: #E10478;
    border: 1px solid #E10478;
    font-weight: 600;
}
.hotel_descr_cont {
    font-weight: 400;
}
.hotel_descr_cont .item {
    font-weight: 300;
    line-height: 25px;
    padding:15px 0px;
    border-bottom: 1px solid #eee;
}
.hotel_descr_cont .item ul {
    margin:0px;
}
.hotel_descr_cont .item .title {
    color: #2B3447;
    font-weight: 700;
    font-size: 16px;
    padding-bottom:5px;
}
.reviews_cont {
    display: flex;
    align-items: flex-start;
}
.reviews_cont .reviews {
    padding-right: 30px;
    margin-right: 30px;
    overflow-y: scroll;
    scrollbar-width: thin;
    max-height: 500px;
    width: 70%;
}

.reviews_cont .reviews .review {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-bottom:1px solid #eee;
    padding-bottom:15px;
    margin-bottom:15px;
}

.reviews_cont .reviews .mark {
    color: #fff;
    width: 50px;
    padding: 5px;
    font-weight: 700;
    font-size: 30px;
    background: #E10478;
    text-align: center;
    border-radius: 15px;
}
.reviews_cont .reviews .name {
    font-weight: 700;
    color:#000;
    padding-top:5px;
}
.reviews_cont .reviews .traveltime {
    font-weight: 700;
    color:#000;
    padding-top:5px;
}
.reviews_cont .reviews .content {
    font-weight: 300;
    line-height: 25px;
    padding-top:10px;
    width: 100%;
}

.hotel_raiting_summery {
    margin-left:auto;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 25px;
    display: flex;
    flex-direction: column;
    margin-bottom: 25px;
    min-width: 300px;
}
.hotel_raiting_summery .title {
    display: flex;
    align-items: center;
    background: #E10478;
    padding:15px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    color:#fff;
    font-size: 18px;
}
.hotel_raiting_summery .title .rait {
    margin-left: auto;
    font-size: 30px;
    font-weight: 700;
    padding-left:15px;
    border-left: 2px solid #fff;
}
.hotel_raiting_summery .item {
    padding:7px;
    text-align: center;
}

.popup_cont_tour_info .sp-slides {
    cursor: default!important;
}
.tour_info_head {
    padding-bottom:30px;
}

.tour_info_head .hname {
    padding-left: 15px;
    color: #2B3447;
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
    display: flex;
    align-items: center;
}
.tour_info_head .hregion {
    padding-left: 15px;
    padding-top:5px;
}
.bali_bg {
    margin-top:30px;
    background-image: url(/img/bali_bgg.png);
    background-position: center;
    background-size: contain;
    height: 500px;
    background-repeat: no-repeat
}

#hotel_image_slider_popup .sp-image-container {
    border-top-left-radius: 25px!important;
    border-top-right-radius: 25px!important;
}
#hotel_image_slider .sp-image-container {
    border-top-left-radius: 25px!important;
    border-top-right-radius: 25px!important;
}
.cont_90 {
    width: 90%;
    margin: 0px auto;
}
.tour_info_title {
    padding-top:40px;
    padding-bottom:15px;
    color: #2B3447;
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
}
.tour_info_title.open_bottom_block {
    cursor: pointer;
}
.tour_info_title .ico_down {
    transition: all 0.3s;
}

.tour_info_title.book {
    border-top:1px solid #eee;
    padding-top:15px;
    margin-top:25px;
}

.tour_info_title.with_scroll_image {
    display: flex;
    align-items: center;
    position: relative;
}
.m-mobile-icon {
    display: none;
    transform: rotate(90deg);
    background: none repeat scroll 0 0 rgba(0,0,0,0);
    border: 2px solid;
    border-color: #BBCE00;
    border-radius: 10px;
    bottom: -12px;
    height: 80px;
    margin: 0 auto;
    position: absolute;
    right: 20px;
    width: 40px;
    cursor: pointer;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.m-mobile-icon:hover {
    opacity: .3!important;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.m-mobile-icon .m-touch {
    -webkit-animation: 1.5s ease 0s normal none infinite magic-mobile-icon;
    -moz-animation: 1.5s ease 0s normal none infinite magic-mobile-icon;
    -o-animation: 1.5s ease 0s normal none infinite magic-mobile-icon;
    animation: 1.5s ease 0s normal none infinite magic-mobile-icon;
    border-radius: 50%;
    height: 15px;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px;
    right: 0;
    width: 15px;
    background: #BBCE00;
}

@-moz-keyframes magic-mobile-icon {
    0% {
        margin-top: 60px;
        opacity: 0
    }

    30% {
        opacity: 1
    }

    100% {
        margin-top: 20px;
        opacity: 0
    }
}

@-webkit-keyframes magic-mobile-icon {
    0% {
        margin-top: 60px;
        opacity: 0
    }

    30% {
        opacity: 1
    }

    100% {
        margin-top: 20px;
        opacity: 0
    }
}

@-o-keyframes magic-mobile-icon {
    0% {
        margin-top: 60px;
        opacity: 0
    }

    30% {
        opacity: 1
    }

    100% {
        margin-top: 20px;
        opacity: 0
    }
}

@keyframes magic-mobile-icon {
    0% {
        margin-top: 60px;
        opacity: 0
    }

    30% {
        opacity: 1
    }

    100% {
        margin-top: 20px;
        opacity: 0
    }
}

.price_calendar {
    display: flex;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 25px;
}

.price_calendar .header {
    text-align: center;
    background: #BBCE00;
    padding:15px;
    color:#fff;
    font-weight: 600;

}

.price_calendar div {
    padding:15px;
    text-align: center;
    border-bottom: 1px solid #eee;
}
.price_calendar .nights {
    padding: 0px;
    min-width: 150px;
    color:#000;
    font-weight: 600;
}
.price_calendar .days {
    display: flex;
    padding: 0px;
    overflow-x: scroll;
    scrollbar-width: thin;
    width: 100%;
}
.price_calendar .days_item {
    padding: 0px;
    flex-grow: 1;
}
.price_item {
    transition: all 0.2s;
    cursor: pointer;
    color:#000;
    font-weight: 600;
}
.price_item:hover {
    background: #f4f4f4;
}
.tour_info_price_block {
    display: flex;
    width: 100%;
    align-items: center;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 25px;
    padding:25px;
    margin-bottom:25px;
    justify-content: space-around;
}
.tour_info_price_block .price_block_item {
    width: 16%;

}
.tour_info_price_block .price_block_item .bi_title {
    padding-bottom:5px;
    color: #5f5f5f;
    font-size: 13px;
    font-weight: 400;
}
.tour_info_price_block .price_block_item .bi_text {
    color:#000;
    font-weight: 600;
}
.tour_info_price_block .price_block_item .bi_price {
    color: #E10478;
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
}
.tour_info_price_block .price_block_item .bi_disp {
    color: #5f5f5f;
    font-size: 13px;
    font-weight: 400;
}

.tour_info_price_block .price_block_item .a_btn{
    text-align: center;
    background: #BBCE00;
    padding: 15px 20px;
}
.loaded_passport_img {
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 300;
    color: #000;
    display: none;
    width: 100%;
    padding-bottom: 15px;
    text-align: center;
}
.tours_sort_popup {
    z-index: 10;
    display: none;
    position: absolute;
    top:30px;
    left:5px;
    background: #fff;
    padding:15px;
    padding-top:0px;
    width: 230px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
.tours_sort_popup .tours_sort_popup_item {
    color:#000;
}
.tours_sort_popup .tours_sort_popup_item:hover {
    color:#E10478;
}
.back_to_search_res {
    font-size: 17px;
    color: #E10478;
    font-weight: 600;
    line-height: 80px;
}
.tour_info_cont {
    display: flex;
    padding-bottom:30px;
}
.tour_info_cont .gallery {
    width: 65%;
    padding-right: 30px;
}
.tour_info_cont .tour_info {
    display: flex;
    flex-direction: column;
    width: 35%;
}
.tour_info_cont .tour_info .item {
    align-items: center;
    padding-bottom:15px;
    display: flex;
    font-weight: 300;
}
.tour_info_cont .tour_info .item .akcent {
    font-weight: 700;
    color:#000;
    padding:0px 10px;
}
.tour_info_cont .tour_info .order_cont {
    margin-top:auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.tour_info_cont .tour_info .order_cont .a_btn {
    padding: 15px;
    width: 48%;
    text-align: center;
    font-size: 16px;
}
.tour_info_cont .tour_info .order_cont .a_btn.no_bg {
    background: #fff;
    border:1px solid #e10478;
    color:#e10478;
}
.tour_info_cont .tour_info .order_cont .a_btn.black {
    border:1px solid #000;
    color:#000;
}

.tour_info_cont .tour_info .tour_price {
    margin-top:auto;
}
.tour_info_cont .tour_info .price_title {
    color:#000;
    font-weight: 400;
    padding-bottom:5px;
}
.tour_info_cont .tour_info .old_price {
    text-decoration: line-through;
}
.tour_info_cont .tour_info .price {
    color: #E10478;
    font-size: 35px;
    font-weight: 700;
}
.flight_detail_item {
    color: #000;
    font-weight: 600;
    text-align: center;
    width: 20%;
}
.disp_variant {

    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 25px;
}
.disp_variant .header {
    display: flex;
    align-items: center;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    background: #BBCE00;
}
.disp_variant .header div {
    width: 20%;
    text-align: center;
    padding: 20px 15px;
    color: #fff;
    font-weight: 600;
}
.disp_variant .body {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #eee;
    transition: all 0.2s;
}
.disp_variant .body div {
    width: 20%;
    text-align: center;
    padding: 15px;
    color: #000;
    font-weight: 600;
}
.disp_variant .body:hover {
    background: #f4f4f4;
}
.disp_variant .body .price:hover {
    color: #E10478;
}
.disp_variant .price {
    color:#e10478;
}

.info_text {
    color: #5f5f5f;
    font-size: 13px;
    font-weight: 400;
}
.mobile_filters_apply {
    cursor: pointer;
    display: block;
    font-size: 17px;
    color: #E10478;
    font-weight: 600;
    text-align: left;
    padding-top:10px;
}
.mobile_filters_apply:hover {
    text-decoration: underline;
}
.mobile_tour_filter_close {
    display: none;
}
#scrollup {
    width: 40px;
    height: 40px;
    opacity: 0.3;
    position: fixed;
    bottom: 30px;
    right: 30px;
    display: none;
    text-indent: -9999px;
    background: url('/img/ico_top.png') no-repeat;
    z-index: 1000;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
    font-weight: 300;
}
.daterangepicker td.disabled, .daterangepicker option.disabled {
    color: #ddd!important;
}
li[aria-disabled='true'] {
    display: none;
}
.popup_cont_tour_info .price {
    margin-left: auto;
    font-weight: 700;
    font-size: 20px;
    color: #E10478;
}
.popup_cont_tour_info .price .old_price {
    color: #5f5f5f;
    text-decoration: line-through;
    text-align: right;
    font-size: 16px;
    font-weight: 500;
}

.popup_cont_tour_info .head .tdetails {
    font-size: 16px;
    font-weight: 300;
    padding-top: 10px;
}
.tour_info_cont .no_hotel_image {
    padding:30px;
    display: flex;
    justify-content: center;
}

.avia_price_block {
    display: flex;
    width: 100%;
    align-items: center;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 25px;
    padding:25px;
    margin-bottom:25px;
    justify-content: flex-start;
}
.avia_price_block .people_amount {
    padding-top:5px;
    color: #666;
    font-weight: 400;
}
.avia_price_block .operator_logo {
    padding-bottom:10px;
}

.avia_price_block .avia_detail_item {
    color: #000;
    font-weight: 600;
    text-align: center;
    width: 20%;
}
.avia_price_block .avia_detail_item .time {
    color: #e10478;
    font-size: 28px;
    font-weight: 700;
}
.avia_price_block .avia_detail_item .airport {
    color: #666;
    font-weight: 400;
}

.avia_price_block .left {
    margin-right: auto;
    width: 85%;
}
.avia_price_block .right {
    width: 15%;
    min-width: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    margin-left: 30px;
}
.avia_price_block .place {

    font-size: 18px;
    text-align: center;
    color: #E10478;
    margin-bottom:5px;
}
.avia_price_block .one_way {
    display: flex;
    align-items: center;

}
.avia_price_block .both_way {
    margin-top:15px;
    padding-top:15px;
    border-top:1px dashed #ccc;
    display: flex;
    align-items: center;
}

#andromeda_tour_info {
    font-weight: 300;
    font-size: 14px!important;
    line-height: 25px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 25px;
    padding: 25px;
}
#andromeda_tour_info .item {
    width: 20%;
    color:#000;
    flex-direction: column;
    border-radius: 15px;
    padding: 15px;
    text-align: center;
    margin:15px;
    margin-bottom: 30px;
    justify-content: center;
}
#andromeda_tour_info .item .operator_logo {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 50px;
    margin-bottom:15px;
}

#andromeda_tour_info p {
    font-size: 14px!important;
    font-family: "Inter", sans-serif!important;
    font-weight: 300!important;
    color:#5f5f5f!important;
    background: none!important;
}
#andromeda_tour_info font {
    color:#5f5f5f!important;
    background: none!important;
}
#andromeda_tour_info span {
    background: none!important;
}
.book_form .book_turist_number {
    padding-bottom: 15px;
    font-weight: 600;
    color: #E10478;
    font-size: 18px;
}
.book_form .load_passport {
    display: flex;
    align-items: center;
    padding-bottom:15px;
    justify-content: space-between;
}
.book_form .load_passport .a_btn {
    width: 49%;
    text-align: center;
}
.book_form .submit_btn {
    padding-top: 30px;
    display: flex;
    justify-content: center;
}
.book_form .submit_btn .a_btn {
    padding: 15px;
}
.book_form .turist_data_cont {
    
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.book_form .turist_data_cont.with_shadow {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 25px;
    padding: 25px;
}
.turist_data_cont .item {
    line-height: 26px;
    width: 49%;
    margin-bottom:15px;
}
.turist_data_block_cont {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.turist_data_block {
    position: relative;
    width: 49%;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 25px;
    padding: 25px;
    margin-bottom: 25px;
}


.avia_bron_form .row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.avia_bron_form .row .item {
    width: 49%;
    padding-bottom: 20px;
}
.schedule_day_cont {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.schedule_day_cont .day {
    width: 23%;
    padding: 8px 10px;
    background: #F1F0F0;
    border-radius: 10px;
    text-align: center;
    cursor: pointer;
}
.schedule_day_cont .day.active {
    background: linear-gradient(95.14deg,#e10478 10.97%,#912d7c 115.27%);
}
.schedule_day_cont .day_name {
    color:#000;
    font-size: 20px;
    font-weight: 600;
}
.schedule_day_cont .day_descr {
    font-size: 14px;
    font-weight: 300;
}
.schedule_day_cont .day.active .day_descr {
    color:#fff;
}

.schedule_day_cont .day.active .day_name {
    color:#fff;
}
.schedule_head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #F1F0F0;
    margin-top: 30px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.schedule_head .item {
    padding:20px 15px;
}
.schedule_block .item {
    padding:20px 15px;
}
.schedule_block .item.black {
    color:#000;
    font-weight: 600;
}
.schedule_block .item.status {
    color:#BBCE00;
}

.schedule_head .left {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 45%;
}
.schedule_head .left .item {
    width: 33%;
}

.schedule_head .right {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 45%;
}
.schedule_head .right .item{
    width: 33%;
}
.schedule_block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #f0f0f0;
}

.schedule_block .left {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 45%;
}
.schedule_block .left .item{
    width: 33%;
}
.schedule_block .center {

}
.schedule_block .right {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 45%;
}
.schedule_block .right .item {
    width: 33%;
}
.avia_park_block {
    display: flex;
    margin-bottom: 30px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 25px;
    padding: 30px;
}
.avia_park_block .image {
    background-size: contain;
    background-repeat: no-repeat;
    width: 60%;
}
.avia_park_block .line {
    display: flex;
    align-items: center;
    padding: 7px;
    color:#000;
    font-weight: 600;
    justify-content: flex-end;
}
.avia_park_block .line img {
    width: 22px;
    margin-left: 10px;
}
.avia_park_block .text {
    padding-left: 30px;
    width: 40%;
}
.cert_cont {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding-top:30px;
}
.cert_cont img {
    width: 30%;
    margin: 30px 15px;
    transition: 0.2s all;
    border-radius: 45px;
    border: 5px solid #fff;
    padding: 5px;
    cursor: pointer;
}
.cert_cont img.active {
    border: 5px solid #E10478;
    border-radius: 45px;
    padding: 5px;
}
.cabitet_activ_block {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #eee;
    padding:30px;
    flex-wrap: wrap;
    border-radius: 15px;
}
.tbl_1 {
    border-collapse: collapse;
    width: 80%;
}
.tbl_1 td {
    vertical-align: middle;
    border:1px solid #ddd;
    padding:5px 10px;
    font-size: 14px;
    font-weight: 300;
}
.turist_data_cont .pay_method {
    width: 100%;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    font-weight: 300;
    flex-wrap: wrap;
}
.turist_data_cont .pay_method .details {
    padding-top:15px;
    padding-left: 40px;
    width: 100%;
    font-size: 14px;
}
.turist_data_cont .pay_method img {
    margin-left: 10px;
}
.turist_data_cont .total_price {
    color: #E10478;
    font-size: 35px;
    font-weight: 700;
    text-align: center;
}
.cabinet_order {
    min-height: 300px;
    margin-bottom: 30px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 25px;
    display: flex;
}
.cabinet_order .image {
    background-size: cover;
    background-position: center;
    width: 26%;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
}
.cabinet_order .details {
    width: 54%;
    padding:25px;
}
.cabinet_order .service_name {
    padding-bottom: 10px;
    color: #2B3447;
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
}
.cabinet_order .price_block {
    padding: 25px;
    margin-left: auto;
    width: 20%;
    font-weight: 700;
    font-size: 20px;
    text-align: right;
    color: #E10478;
    display: flex;
    flex-direction: column;
}
.cabinet_order .item {
    display: flex;
    align-items: center;
    padding-bottom: 10px;
    font-weight: 300;
}
.cabinet_order .item .akcent {
    font-weight: 700;
    color: #000;
    padding: 0px 10px;
}
.uon_status {
    border-radius: 25px;
    background: #BBCE00;
    padding: 4px 10px;
    font-weight: 600;
    font-size: 16px;
    color: #fff;
    text-align: center;
    margin-top: auto;
}
.cabinet_order .pay_link {
    font-weight: 400;
    color: #000;
    font-size: 14px;
    margin-top: 15px;
    display: block;
    text-decoration: underline;
}
.cabinet_order .price_rub {
    font-weight: 400;
    color:#000;
    font-size: 16px;
    padding-top:5px;
}
@media screen and (max-width: 1000px) {
    .top_bg.avia_park {
        min-height: 300px;
    }
    .avia_park_block {
        flex-wrap: wrap;
    }
    .avia_park_block .image {
        width: 100%;
        height: 150px;
    }
    .avia_park_block .text {
        width: 100%;
        padding-left: 0px;
    }
    .avia_park_block .text .line {
        flex-direction: row-reverse;
    }
    .avia_park_block .text .line img {
        flex-direction: row-reverse;
        margin-left: 0px;
        margin-right: 10px;
    }
    .avia_park_block .text .line div {
        text-align: left!important;
    }
    .turist_data_block {
        width: 100%;
    }
    .tour_info_cont .no_hotel_image {
        padding:0px;
    }
    .popup_cont_tour_info {
        padding: 15px!important;
        width: 100%;
    }

    .popup_cont_tour_info .price {
        text-align: center;
        width: 100%;
        padding-top:15px;
    }
    .operator_list_loader {
        justify-content: space-around;
    }
    .operator_list_loader .item {
        width: 31%;
        margin: 0px;
    }
    .order_btn_in_header {
        display: block;
    }
    .services_cont {
        flex-wrap: wrap;
    }
    .services_cont .item {
        width: 100%;
    }

    .m-mobile-icon {
        display: block;
    }

    .disp_variant .body div {
        padding:10px;
    }
    .disp_variant .header div {
        padding:10px;
    }
    .disp_variant{
        font-size: 12px;
    }
    .flight_detail_item {
        width: 100%;
        padding-bottom:15px;
    }
    .tour_info_sticky {
        position:static;
    }
    .tour_info_sticky .section_cont {
        flex-wrap: wrap;
        padding:0px;
        padding-bottom:15px;
    }

    .tour_info_sticky .section_cont .section {
        width: 100%;
        padding:10px;
        border: 1px solid #ddd;
        border-radius: 10px;
        margin-bottom:10px;
    }
    .tour_info_cont {
        flex-wrap: wrap;
    }
    .tour_info_cont .gallery {
        width: 100%;
        padding-right: 0px;
    }
    .tour_info_cont .tour_info {
        width: 100%;
        padding-top:30px;
    }
    .tour_info_cont .tour_info .order_cont {
        padding-top:30px;
    }
    .tour_info_head .hname {
        flex-wrap: wrap;
    }
    .tour_info_head .hname div {
        width: 100%;
    }
    .tour_info_head .hname span {
        margin-left: 0px!important;
        margin-bottom: 0px!important;
        padding-top:5px;
    }

    .popup_cont_tour_info .head .order_cont {
        width: 100%;
        padding-top:15px;
        margin-left: 0px;

    }
    .popup_cont_tour_info .head .a_btn {
        text-align: center;
    }
    .section_cont {
        padding:30px 15px;
    }
    .section_cont .section {
        text-align: center;
        font-size: 14px;
    }
    .popup_cont_tour_info .head .hname {
        flex-wrap: wrap;
    }
    .popup_cont_tour_info .head .hname div {
        width: 100%;
    }
    .popup_cont_tour_info .head .hname span {
        margin-left: 0px!important;
        margin-top:5px!important;;
        margin-bottom:0px!important;
    }
    .popup_cont_tour_info .head .hregion {
        padding-top:10px;
    }
    .popup_cont_tour_info .head .hotel {
        width: 100%;
    }
    .popup_cont_tour_info .head {
        flex-wrap: wrap;
    }
    .ts_cont .filters {
        margin-left: -100%;
        position: fixed;
        padding: 15px;
        z-index: 1010;
        top: 0px;
        left: 0px;
        width: 80%;
        height: 100vh;
        background: #fff;
        opacity: 1;
        overflow: scroll;
    }
    .tour_info_price_block .price_block_item .bi_price {
        text-align: left;
    }
    .mobile_tour_filter_close {
        display: block;
        margin-left: auto;
    }
    .ts_cont .filters .btn_search {
        display: none;
    }
    .cont_90 {
        width: 100%;
    }
    .tour_info_price_block {
        flex-wrap: wrap;
    }
    .tour_info_price_block .price_block_item {
        width: 50%!important;
        padding-bottom:15px;
        text-align: left!important;
    }

    .ts_cont .tours_list {
        width: 100%;
        padding-right: 0px;
    }

    .burger {
        display: block!important;
    }
    .hide_mobile_1000 {
        display: none!important;
    }
    .index_banner .title {
        text-align: center;
    }
    .index_banner .descr {
        text-align: center;
    }
    .index_banner .link {
        justify-content: center;
    }
    .search_cont .item {
        width:  100%!important;
        padding-right: 0px;
        padding-left: 0px !important;
        padding-bottom:15px;
    }
    .serch_btn_cont {
        justify-content: center;
    }
    .serch_btn_cont .a_btn {
        width: 100%;
        justify-content: center;
    }
}
@media screen and (max-width: 850px) {
   

    .cabinet_order {
        flex-wrap: wrap;
    }
    .cabinet_order .image {
        width: 100%;
        height: 200px;
        border-top-right-radius: 25px;
        border-bottom-left-radius: 0px;
    }
    .cabinet_order .details {
        width: 100%;
    }
    .cabinet_order .price_block {
        width: 100%;
        padding-top:0px;
        align-items: center;
    }
    .cabinet_order .pay_link {
        margin-top: 5px;
    }
    .uon_status {
        margin-top: 30px;
        width: 100%;
    }
    .book_form .submit_btn .a_btn {
        width: 100%;
    }
    .tbl_1 {
        width: 100%;
    }
    .cert_cont img {
        width: 100%;
        margin: 15px;
    }
    .cert_det {
        width: 100%;
        margin-bottom: 30px;
        margin-left: 0px !important;
        text-align: center;
    }
    .top_menu .drop_menu.cabinet_menu {
        left: -140px;
    }
    .bali_bg {
        background-image: url(/img/bali_bg_min.png);
        height: 500px;
    }
    .faq_cont .question h3 {
        font-size: 18px;
        font-weight: 600;
    }
    .faq_cont .answer {
        padding-top:10px;
    }
    .news_type_switch {
        overflow: scroll;
    }
    .faq_cont .category_name {
        line-height: 35px;
    }
    .schedule_block {
        flex-wrap: wrap;
        padding:15px 0px;
    }
    .schedule_block .left {
        width: 100%;
        flex-wrap: wrap;
    }
    .schedule_block .center {
        width: 100%;
        text-align: center;
        padding:15px 0px;
    }
    .schedule_block .center img {
        transform: rotate(270deg)!important;
    }
    .schedule_block .left .item {
        padding: 5px;
        
        width: 100%;
        text-align: center;
    }
    .schedule_block .right {
        width: 100%;
        flex-wrap: wrap;
    }
    .schedule_block .right .item {
        padding: 5px;

        width: 100%;
        text-align: center;
    }
    .schedule_head {
        display: none;
    }
    .schedule_day_cont {
        flex-wrap: wrap;
    }
    .schedule_day_cont .day {
        margin-bottom: 15px;
        width: 49%;
    }
    .avia_bron_form .row .item {
        width: 100%;
    }
    .news_info_cont .news_info_text {
        
    }
    .turist_data_cont .item {
        width: 100%;
        padding-left: 0px;
    }
    .search_res_item .help_inputs {
        flex-wrap: wrap;
    }
    .search_res_item .help_inputs .inp_t {
        width: 100%;
        margin-bottom:15px;
    }
    .search_res_item .help_btn_cont {
        padding-top:0px;
    }
    .search_res_item .help_btn_cont button {
        width: 100%;
    }
    #andromeda_tour_info .item {
        width: 60%;
    }

    .avia_price_block {
        flex-wrap: wrap;
    }
    .avia_price_block .left {
        width: 100%;
    }
    .avia_price_block .right {
        width: 100%;

        margin-left: 0px;
    }
    .avia_price_block .one_way {
        flex-wrap: wrap;
    }
    .avia_price_block .both_way {
        flex-wrap: wrap;
    }
    .avia_price_block .avia_detail_item {
        width: 100%;
        padding-bottom:20px;
    }
    .reviews_cont {
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }
    .reviews_cont .reviews {
        padding-right: 0px;
        margin-right: 0px;
        overflow-y: visible;
        max-height: none;
        width: 100%;
    }
    .hotel_raiting_summery {
        width: 100%;
    }

    .mobile_tour_filter_btn {
        position: absolute;
        right: 0px;
    }
    .mobile_tour_filter_btn .no_bg{
        background: #fff;
        border: 1px solid #e10478;
        color: #e10478;
    }

    .ts_cont .search_res_title {
        flex-wrap: wrap;
        position: relative;
    }
    .ts_cont .find_text {
        width: 100%;
    }
    .ts_cont .tours_sort {
        width: 100%;
    }
    .holel_price .a_btn {
        margin-top: 15px;
    }

    .holel_price .disp {
        text-align: left;
    }
    .holel_price .old_price {
        text-align: left;
    }
    .holel_price .price {
        text-align: left;
    }

    .search_res_item {
        flex-wrap: wrap;
    }
    .search_res_item .hotel_image {
        width: 100%;
        height: 250px;
        border-top-left-radius: 25px;
        border-top-right-radius: 25px;
        border-bottom-left-radius: 0px;
    }
    .search_res_item .holel_name {
        width: 100%;
    }
    .search_res_item .holel_price {
        width: 100%;
        border: 0px;;
    }
    .search_res_item .holel_name .hregion {
        padding-top:15px;
    }
    .search_res_item .holel_price .holel_price_cont {
        padding-top:0px;
    }

    .only_mobile_850 {
       display: block;
    }
    .hide_mobile_850 {
        display: none!important;
    }
    .search_type_btn_cont .item {
        font-size: 15px;
    }
    .search_type_btn_cont .item.tours {
        width: 30%;
    }
    .search_type_btn_cont .item.avia {
        width: 40%;
    }
    .search_type_btn_cont .item.hotels {
        width: 30%;
    }

    .add_mobile_border {
        border-top-right-radius: 10px;
    }

    .index_btn_cont {
        display: none;
    }
    .index_banner .text_block {
        bottom: 100px;
    }
    .search_type_btn_cont {
        margin-top: -79px;
    }
    .search_cont {
        padding:0px;
    }
    .top_menu {
        padding:20px 0px;
    }

    .top_menu .item {
        margin-right: 20px;
    }
    .top_menu .item img {
        margin-right: 2px!important;
    }
    .top_menu .item.with_border {
        padding: 8px 10px;
    }

    .index_banner .title {
        font-size: 28px;
    }
    .tours_type_cont {
        flex-wrap: wrap;
    }
    .tours_type_cont .item {
        width: 100%!important;
        margin-bottom:20px;
    }
    h3 {
        font-size: 20px;
        font-weight: 500;
        font-weight: 600;
        line-height: 28px;
    }
    .ref_cont h3 {
        font-size: 22px;
        font-width: 600;
    }

    .index_services {
        flex-wrap: wrap;
    }
    .index_services .item {
        width: 100%;
    }
    .index_services .item .left {
        width: 100%;
        margin-bottom: 20px!important;
        height: 300px;
    }
    .index_services .item .right {
        width: 100%;
        height: 300px;
    }
    .index_block {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .news_cont {
        flex-wrap: wrap;
    }
    .news_cont .item {
        width: 100%;
        margin-bottom: 20px;
    }
    .news_cont .item {
        flex-direction: column;
    }
    .news_cont .item .img {
        width: 100%;
        height: 200px;
    }
    .news_cont .item .content {
        width: 100%;
    }
    .faq_cont .question h3 {
        width: 80%;
    }

    .link_collection {
        flex-wrap: wrap;
    }
    .link_collection .item {
        width: 100%;
        margin-bottom: 20px;
    }
    .link_collection .item h3 {
        margin-bottom: 0px;
        color:#E10478;
    }
    .footer {
        padding: 30px 0px;
    }
    .podval {
        flex-wrap: wrap;
    }
    .podval .item {
        width: 100%;
        margin-bottom: 20px;
        align-items: center;
    }
    .podval .item h3 {
        margin-bottom: 0px;
    }
    .top_bg_cont .right {
        display: none;
    }
    .top_bg_cont .left {
        width: 100%;
    }
    .top_bg .label {
        font-size: 30px;
        text-align: center;
    }
    .top_bg_cont .search {
        font-size: 20px;
        padding-top:30px;
        justify-content: center;
    }
    .ref_cont {
        flex-wrap: wrap;
    }
    .ref_cont .item {
        width: 100%;
    }
    .logo {
        width: 40px;
    }
    .news_page_cont .news_item {
        flex-wrap: wrap;
        z-index: 10;
    }
    .news_page_cont .news_item .news_img {
        width: 100%;
    }
    .news_page_cont .news_item .news_descr {
        width: 100%;
        padding-left: 0px;
    }
    .news_page_cont .news_item .news_label {
        padding-top: 15px;
    }
    .news_page_cont .news_item .news_next {
        text-align: center;
    }
    .tui_bottom {
        right: 0px;
    }
    .news_page_cont .news_category {
        padding:15px 0px;
    }
    .news_info_cont .right {
        width: 100%;
        padding-left: 0px;
    }
    .news_info_cont .left {
        width: 100%;
    }
    .index_block .block_name {
        font-size: 20px;
        font-weight: 600;
        line-height:28px;
        padding-top:0px;
        padding-bottom:15px;
        text-align: left;
    }
    ul.way li {
        display: inline-block;
        max-width: 10em;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        vertical-align: middle;
    }
}
@media screen and (max-width: 410px) {

    .hide_mobile_410 {
        display: none;
    }
    .top_menu .drop_menu.cabinet_menu {
        left: -160px;
        min-width: 200px;
    }
    .top_menu .drop_menu #triangle-up {
        right: 10px;
    }

}

