.mob_block{
    display: none!important;
}
body, html{
    overflow-x: hidden;
}

@media screen and (min-width:1400px) {
    html{
        font-size: 16px!important;
    }
}
@media screen and (max-width:1400px) and (min-width:1300px) {
    html{
        font-size: 15px!important;
    }
}
@media screen and (max-width:1300px) and (min-width:1200px) {
    html{
        font-size: 14px!important;
    }
}
@media screen and (max-width:1200px) and (min-width:1100px) {
    html{
        font-size: 13px!important;
    }
}
@media screen and (max-width:1100px) and (min-width:992px) {
    html{
        font-size: 12px!important;
    }
}

@media screen and (min-width:992px) {
    .tour_slider{
        height: 42.5rem!important;
    }
    .f1, .f2, .f3{
        min-width: 15%;
    }
    .lang_box:hover .lang_drop{
        opacity: 1;
        pointer-events: painted;
        top: 100%;
    }
    .lang_box:hover img{
        transform: rotate(-180deg);
    }
    .rev_control button:hover{
        background: #4F8DA1;
    }
    .rev_control button:hover img{
        filter: brightness(0) invert(1);
    }
    .rev_more:hover{
        opacity: 0.8;
    }
}
.gallery_slider{
    pointer-events: none;
}
@media screen and (max-width:992px) {
    body {
        padding-top: 5.2rem;
    }
    header{
        position: fixed;
    }
    .fancybox-slide--iframe .fancybox-content {
        width: 95%;
        height: auto;
    }

    .mob_full {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .menu_toggle {
        color: #16404E;
        font-size: 2rem;
        width: 1.7rem;
    }

    .mob_none {
        display: none !important;
    }

    .mob_block {
        display: block !important;
    }

    .logo {
        width: 4.7rem;
    }

    .container {
        width: 100%;
        padding: 0 15px;
    }

    .menu a img {
        display: none;
    }

    .search--show {
        margin-right: 1.5rem;
    }

    .menu {
        position: absolute;
        display: none;
        top: 100%;
        left: 0;
        width: 100%;
        bottom: unset;
        background: #F0F0F0;
        box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
        padding: 2rem 15px;
        padding-bottom: 1rem;
        border-top: 1px solid #ffffff;
        border-bottom: 1px solid #e2e2e2;
        margin: 0;
        text-align: center;
        font-size: 1.1rem;
    }

    .menu a {
        display: block;
        margin: 0;
        margin-bottom: 1.5rem;
    }

    header {
        background: #F0F0F0;
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.05), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
        padding: 0.7rem 0;
    }

    .lang_box {
        font-size: 1.1rem;
        margin-right: 1.1rem;
    }

    .active_lang img {
        width: 1.3rem;
        margin-left: 0.2rem;
    }

    .active_lang {
        cursor: pointer;
    }

    .lang_drop a {
        font-size: 1.1rem;
    }

    .lang_drop {
        display: none;
        opacity: 1;
        pointer-events: painted;
        transition: all 0s;
    }

    .active_lang.factive img {
        transform: rotate(-180deg);
    }

    .main_box_img {
        position: static;
        margin-top: 1.4rem;
        border-radius: 16px;
        margin-bottom: 1rem;
        height: auto;
    }

    .main_box {
        height: auto;
    }

    .main_box_text {
        width: 100%;
        padding-right: 0;
        padding-top: 0;
        display: block;
    }

    .main_box_title {
        font-size: 2.7rem;
        line-height: 1.2;
        letter-spacing: 0;
        margin-bottom: 1rem;
    }

    .main_box_title br, .mbr_text br {
        display: none;
    }

    #box-1 {
        padding-top: 3rem;
    }

    .main_box_title span {
        font-size: 1.7rem;
    }

    .mbr_text {
        margin-bottom: 1.2rem;
        line-height: 1.2;
    }

    .btn {
        padding: 0 !important;
        width: 100% !important;
        min-width: unset !important;
    }

    .filter {
        border-radius: 16px;
        margin-top: 1.5rem;
        padding: 1.5rem;
        width: 100%;
        box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.15);
    }

    .mbr_bg {
        display: none;
    }

    .filter_flex {
        display: block;
    }

    .filter_item {
        width: 100%;
        margin-bottom: 1.5rem;
    }

    .filter_item:last-child {
        margin-bottom: 0;
    }

    .filter_submit {
        width: 100%;
    }

    .filter_label img {
        width: 1.6rem;
        margin-right: 0.5rem;
    }

    .filter_item .select2-container--default .select2-selection--single {
        border-bottom: 1px solid #cacaca !important;
    }

    .filter_item .select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height: 3rem;
        font-size: 1.1rem;
    }

    .filter_item .select2-container .select2-selection--single {
        height: 3rem;
    }

    .filter_label {
        font-size: 1rem;
        margin-bottom: -0.3rem;
        pointer-events: none;
    }

    .filter_submit img {
        width: 1.9rem;
    }

    .select2-results__option--selectable {
        border-radius: 8px !important;
        font-size: 1.1rem !important;
        text-align: left !important;
        margin: 2px 0 !important;
        padding: 0.6rem 0.9rem !important;
    }

    .section_title {
        font-size: 1.8rem !important;
        letter-spacing: 0 !important;
        margin-bottom: 1.5rem !important;
    }

    .dop_select_item {
        width: 100% !important;
        margin: 0 !important;
    }

    .dop_select_item:not(:last-child) {
        margin-bottom: 0.5rem !important;
    }

    .dop_selects {
        display: block;
    }

    .dop_select_item .select2-container .select2-selection--single .select2-selection__rendered {
        text-align: left;
        padding-left: 1rem;
    }

    .dop_select_item .select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height: 3.5rem;
    }

    .dop_select_item .select2-container .select2-selection--single {
        height: 3.5rem;
    }

    .dop_select_item .select2-container--default .select2-selection--single {
        border-radius: 12px !important;
    }

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        font-size: 1.1rem;
    }

    .section_text {
        margin-bottom: 1.5rem;
    }

    #box-3 {
        padding-top: 4rem;
    }

    .border_img {
        border-radius: 16px;
        margin-bottom: 1.5rem;
    }

    .box3_btn {
        margin-top: 1.5rem;
    }

    .section_text {
        font-size: 1.2rem;
    }

    #box-4 {
        padding-top: 3rem;
    }

    .text24_upper {
        font-size: 1.3rem;
        line-height: 1.2;
        margin-bottom: 1rem;
    }

    .box4_item_content {
        font-size: 1rem !important;
    }

    .box4_item_text {
        width: 60% !important;
    }

    .b2 .box4_item_text {
        width: 100% !important;
    }

    .box4_link img {
        width: 1.3rem;
    }

    .box4_row .mb_30 {
        margin-bottom: 10px;
    }

    .polygon {
        display: none;
    }

    .main_form {
        border-radius: 16px;
        padding: 2.5rem 1.5rem;
    }

    .form_title {
        font-size: 1.2rem;
        margin-bottom: 2rem;
    }

    .main_form_box {
        width: 100%;
    }

    .main_form_select .select2-results__option--selectable {
        font-size: 1.1rem !important;
    }

    .form-control {
        font-size: 1.1rem;
    }

    .form-group .select2-container--default .select2-selection--single .select2-selection__rendered {
        font-size: 1.1rem;
    }

    #box-5 {
        padding-top: 3rem;
        padding-bottom: 3rem;
        background-image: none;
    }

    .rev_section_title {
        margin-bottom: 0;
    }

    #box-6 {
        padding-top: 0.5rem;
    }

    .page_rev_item {
        border-radius: 16px;
        background: #FFF;
        box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.05);
        padding: 1.5rem;
    }

    .page_rev_slider_item {
        height: 13rem;
    }

    .page_rev_img {
        margin-bottom: 1.3rem;
    }

    .page_rev_slider {
        border-radius: 12px;
    }

    .rev_user_text {
        padding-left: 1rem;
    }

    .rev_user_italic {
        font-size: 0.8rem;
    }

    .rev_control {
        right: -1.2rem;
        bottom: 50%;
        justify-content: space-between;
        left: -1.6rem;
        transform: translateY(50%);
    }

    .slick-arrow {
        opacity: 1 !important;
    }

    .rev_stars img {
        width: 1.088rem;
        margin-right: 0.25rem;
    }

    .rev_more {
        font-size: 1.2rem;
        margin-top: 1rem;
    }

    .gal_item {
        height: 14rem;
        border-radius: 16px;
    }

    #box-7 {
        padding-top: 3.5rem;
    }

    #box-8 {
        padding-top: 3.3rem;
    }

    .box8_box {
        border-radius: 16px;
        box-shadow: 0 4px 20px 0 rgba(22, 64, 78, 0.2);
        padding: 1.5rem;
    }

    .box8_title {
        font-size: 1.475rem;
        letter-spacing: 0;
        margin-bottom: 0.6rem;
    }

    .box8_sub_title {
        font-size: 1.1rem;
    }

    .box8_title_right {
        text-align: left;
        font-weight: 700;
        font-size: 1.2rem;
        margin-top: 1rem;
    }

    .box8_img {
        border-radius: 16px;
        overflow: hidden;
        height: 12.3rem;
        margin-top: 1.2rem;
        margin-bottom: 1.3rem;
    }

    .box8_btns .btn:first-child {
        margin-bottom: 0.5rem;
    }

    #box-9 {
        padding-top: 3.3rem;
    }

    .faq_link {
        font-size: 1.1rem;
        padding: 0.5rem 1rem;
        letter-spacing: 0;
        min-height: 3.9rem;
    }

    .faq_item {
        border-radius: 12px;
        margin-bottom: 0.5rem;
    }

    .faq_img {
        width: 1.1rem;
    }

    .faq_content {
        padding: 1.5rem 1rem;
        padding-top: 0;
        font-size: 1rem;
        line-height: 1.2;
    }

    .faq_link:hover, .faq_link.factive {
        color: rgba(255, 255, 255, 1);
    }

    #box-10 {
        padding-top: 2.9rem;
        padding-bottom: 3.9rem;
    }

    .cont_row {
        flex-direction: column-reverse;
    }

    .cont_row > .mob_full:not(:first-child) {
        margin-bottom: 1.5rem;
    }

    .footer_logo {
        width: 8rem;
        margin: 0 auto;
        margin-bottom: 2rem;
    }

    .footer_contacts {
        text-align: center;
    }

    footer .cont_title {
        margin-bottom: 0.4rem;
    }

    footer .cont_item {
        font-size: 1.2rem;
    }

    .footer_form {
        padding-top: 2rem;
        padding-left: 0;
        text-align: center;
    }

    .footer_form .btn {
        font-size: 1rem;
        width: auto !important;
        padding: 0 2rem !important;
    }

    .footer_form input {
        height: 3.5rem;
    }

    .footer_form .btn span {
        height: 3.5rem;
    }

    .footer_form_title {
        font-size: 1.2rem;
        font-weight: 700;
        margin-bottom: 1.1rem;
    }

    .policy {
        margin-top: 1.1rem;
        font-size: 0.9rem;
    }

    .footer_form .socials {
        text-align: center;
        margin-top: 2.3rem;
    }

    .footer_form .socials a {
        margin: 0 0.5rem;
    }

    .footer_bottom {
        margin-top: 1.4rem;
        padding: 1.4rem 0;
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
        font-size: 1rem;
    }

    .footer_bottom a:not(:last-child) {
        margin-top: 0.5rem;
    }

    footer {
        padding-top: 3rem;
    }

    .cont_box {
        border-radius: 16px;
        box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.1);
        padding: 2rem 1.5rem;
    }

    .breadcrumbs {
        margin-bottom: 1.2rem;
        font-size: 1rem;
    }

    .page {
        padding-bottom: 4rem;
        padding-top: 2rem;
    }

    .about_banner .ab_img {
        position: static;
        border-radius: 16px;
        margin-bottom: 1.5rem;
        height: 16rem;
    }

    .about_banner {
        border-radius: 0;
        display: block;
        height: auto;
    }

    .about_after {
        display: none;
    }

    .about_banner_box {
        width: 100%;
        padding: 0;
    }

    .about_box2 .section_title {
        text-align: left;
    }

    .about_box2 {
        padding-top: 3rem;
    }

    .mob_reverse {
        flex-direction: column-reverse;
    }

    .about2_text {
        border-radius: 16px;
        padding: 2rem 1.5rem;
        padding-bottom: 1rem;
    }

    .about_tags {
        margin-bottom: 1.4rem;
    }

    .about_box3 {
        padding-top: 3rem;
    }

    .about_box3_tabs {
        border-radius: 16px;
        padding: 2.5rem 2rem;
        padding-bottom: 8.5rem;
    }

    .ab3_tabs a {
        border-radius: 12px;
        padding: 0.7rem 1.3rem;
    }

    .abt_img {
        width: 100%;
    }

    .atb_text {
        width: 100%;
    }

    .atb_title {
        font-size: 1.5rem;
        margin-bottom: 1rem;
        min-width: unset;
    }

    .abt_height {
        min-height: 10.8rem;
    }

    .atb_content {
        letter-spacing: 0;
        margin-bottom: 1rem;
        font-size: 0.9rem;
    }

    .ab3_tabs {
        width: 100%;
    }

    .ab3_tabs a {
        width: 49%;
        margin-bottom: 0.5rem;
        padding: 0.5rem 0.6rem;
        font-size: 0.8rem;
        display: flex;
        align-items: center;
        height: 3.4rem;
        border-radius: 8px;
    }

    .abaout_tab_body {
        padding-top: 1.9rem;
    }

    .page #box-10 {
        padding-top: 1rem;
    }

    .contacts_page #box-10 {
        padding-top: 0;
    }

    .coper_ital {
        font-size: 1.5rem;
        margin-bottom: 1.1rem;
        margin-top: -0.6rem;
    }

    .coper_row {
        padding-bottom: 0;
    }

    .reviews_page #box-7 {
        padding-top: 2.5rem;
    }

    .image_banner.single {
        height: 16rem;
        border-radius: 16px;
    }

    .page_title, .card_description .content h2 {
        font-size: 1.8rem;
    }

    .card_description {
        margin-top: 2.2rem;
    }

    .card_prices {
        margin-top: 2.6rem;
    }

    .t_group_blue p {
        font-size: 1.6rem;
    }

    .t_group_blue {
        border-radius: 16px;
        height: auto;
        margin-bottom: 1rem;
    }
    .t_group_white {
        border-radius: 16px;
        padding: 1rem;
        min-height: unset;
        height: auto;
    }
    .t_group_blue span {
        font-size: 1.163rem;
    }
    .t_group_white .content ul li {
        margin: 10px 0;
    }
    .card_similars {
        margin-top: 2.2rem;
    }
    .card_table {
        font-size: 1.1rem;
        display: block;
    }
    .card_table_titles {
        width: 100%;
        display: flex;
        justify-content: space-between;
        font-size: 1rem;
    }
    .ct.big {
        height: auto;
    }
    .ct {
        border-radius: 8px;
        width: 49%;
        margin-bottom: 5px;
        padding: 0.9rem 0.5rem;
    }
    .card_table_items{
        display: block;
    }
    .card_table_item{
        width: 100%;
        display: flex;
        justify-content: space-between;
    }
    .card_table_items {
        display: block;
        width: 100%;
        padding: 0;
    }
    .tpi_slider_item {
        height: 16rem;
    }
    .tpi_slider .tour_badge {
        bottom: unset;
        top: 1rem;
        font-weight: 400;
        padding: 0.5rem 1.4rem;
    }
    .tpi_title {
        font-size: 1.5rem;
        margin-top: 1.5rem;
    }
    .tpi_type {
        font-size: 1.1rem;
        text-align: left;
        margin-top: 0.8rem;
    }
    .tpi_type br{
        display: none;
    }
    .tpi_price {
        font-size: 1.25rem;
        margin-bottom: 0.9rem;
        margin-top: 0.8rem;
    }
    .tour_type img {
        width: 1.7rem;
    }
    .tpi_content.content * {
        margin-bottom: 0.8rem;
    }
    .tpi_text .tour_type {
        margin-bottom: 0.8rem;
    }
    .tpi_text_bottom .btn:last-child{
        margin-top: 0.5rem;
    }
    .image_banner {
        height: 12rem;
        border-radius: 12px;
    }
    .vv1{
        width: 61%;
        left: -12%;
        border-radius: 12px 20px;
    }
    .vv2{
        width: 61%;
        right: -12%;
        border-radius: 12px 20px;
    }

    .tt1{
        width: 40%;
        left: -10%;
        border-radius: 12px 20px;
    }
    .tt2{
        width: 35.4%;
        left: 32.5%;
        border-radius: 8px 20px 8px 20px;
    }
    .tt3{
        width: 40%;
        right: -10%;
        border-radius: 12px 20px;
    }

    .four .tt_item {
        transform: skew(-26.8deg);
        border-radius: 12px 20px;
    }

    .zz1{
        width: 69%;
        left: -9%;
    }
    .zz2{
        width: 46.3%;
        right: -9%;
    }

    .zz3{
        width: 52.8%;
        left: -9%;
    }
    .zz4{
        width: 62.3%;
        right: -9%;
    }

    .four .tt_item img {
        width: 130%;
    }
    .image_banner.four {
        height: 9rem;
        margin-bottom: 0.6rem;
    }
    .tour_filter_top_flex{
        flex-direction: column-reverse;
    }
    .tour_search {
        width: 100%;
    }
    .tour_search input {
        width: 100%;
        background: white;
        font-family: "Inter", sans-serif;
        height: 3.5rem;
        padding: 0 1.3rem;
        border-radius: 13px;
        font-size: 1.1rem;
    }
    .filter_btn {
        border-radius: 12px;
        height: 3.5rem;
        width: 100%;
        margin-top: 1rem;
    }
    .b_filter_box {
        border-radius: 16px;
        padding: 1.5rem;
    }
    .filter_close {
        width: 1.3rem;
        right: 1.5rem;
        top: 2.4rem;
    }
    .b_filter_box .logo {
        margin-bottom: 1.4rem;
        width: 5.8rem;
    }
    .b_price input {
        width: 100%;
        border-radius: 12px;
        height: 3.5rem;
    }
    .b_price {
        width: 100%;
    }
    .b_checks label {
        padding: 0.8rem 0.5rem;
        margin-right: 0.5rem;
        margin-bottom: 0.5rem;
        border-radius: 8px;
    }
    .b_filter_item.last {
        margin-top: 1.9rem;
    }
    .b_filter_item.last .btn:last-child{
        margin-top: 0.5rem;
    }
    .modal .modal__block{
        width: 95%;
        padding: 3rem 15px;
    }
    .four .tt_item.zz1 img {
        width: 101%;
        transform: skewX(25.8deg) translateX(-38%);
    }
    .four .tt_item.zz2 img {
        width: 101%;
        transform: skewX(25.8deg) translateX(-64%);
    }
    .four .tt_item.zz3 img {
        width: 103%;
        transform: skewX(25.8deg) translateX(-39%);
    }
    .four .tt_item.zz4 img {
        width: 101%;
        transform: skewX(25.8deg) translateX(-61%);
    }
    .tour_item, .swiper-slide{
        width: 100%!important;
    }
    .tour_img {
        height: 18.6rem!important;
    }
    .transformed_hidden{
        display: block!important;
    }
    .transformed_show{
        display: none!important;
    }
   .swiper-button-next{
       right: -0.8rem;
   }
   .swiper-button-prev{
       left: -0.8rem;
   }
   .tt_item.tt1 img {
        transform: skewX(26deg) translateX(-27%);
        width: 106%;
    }
    .gal_item{
        width: 20rem!important;
    }
    .gal_item.sm{
        width: 12rem!important;
    }
    .wp_btns {
        display: block;
    }
    .wp_btns a{
        width: 100%;
    }
    .wp_btns a {
        width: 100%;
        justify-content: center;
        font-size: 1.1rem;
    }
    
    .wp_btns a i {
        font-size: 1.9rem;
        margin-right: 0.7rem;
    }
    .wp_btns a span {
        font-size: 1.1rem;
    }
}
@media screen and (max-width:550px) {
    body{
        font-size: 1.1rem;
    }
}
