
body{
    line-height: 1.2;
    font-family: "Inter", sans-serif;
    padding-top: 10.8rem;
    /*background: linear-gradient(180deg, #F0F0F0 0%, #97BCC8 128.1%);*/
    background: linear-gradient(180deg, #F0F0F0 23%, #97BCC8);
}
.logo{
    display: block;
    width: 9.063rem;
}
.container{
    width: 81.25rem;
}
header {
    padding: 1.5rem 0;
    position: absolute;
}
.btn{
    display: inline-block;
    font-weight: 700;
    border-radius: 16px;
    background: #16404E;
    color: white;
    padding: 0 2.3rem;
}
.btn:hover{
    background-color: #4F8DA1;
    color: white;
}
.btn.min_width{
    min-width: 19.3rem;
}
.btn.gray{
    background: #807A7A;
}
.btn.gray:hover{
    background: #5c5b5b;
    color: white;
}

.btn.blue{
    background: #4F8DA1;
}
.btn.blue:hover{
    background: #528495;
    color: white;
}

.btn.white{
    background: #ffffff;
    color: #16404E!important;
}
.btn.white:hover{
    background: #dddddd;
    color: #16404E;;
}


.btn span{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 3.75rem;
}
.lang_box{
    font-size: 1.25rem;
    text-transform: uppercase;
    margin-right: 0.7rem;
    position: relative;
}
.lang_drop{
    border-radius: 13px;
    background: #FFF;
    box-shadow: 0 4px 30px 0 rgba(22, 64, 78, 0.15);
    position: absolute;
    top: 120%;
    left: -1.6rem;
    padding: 0.3rem;
    font-size: 1rem;
    width: 5.7rem;
    opacity: 0;
    pointer-events: painted;
    transition: all 0.5s;
}
.lang_drop a{
    display: block;
    border-radius: 10px;
    padding: 0.35rem;
    text-align: center;
}
.lang_drop a:hover{
    background: #4F8DA1;
    color: white;
}
.active_lang{
    display: flex;
    align-items: center;
}
.active_lang img{
    width: 1.5rem;
    margin-left: 0.3rem;
    transition: all 0.35s;
}
.menu{
    font-size: 0.875rem;
    margin-left: 2.8rem;
}
.menu a{
    display: inline-block;
    margin-right: 1.3rem;
}
.menu a:last-child{
    margin-right: 0;
}
.main_box{
    position: relative;
    height: 35.9rem;
}
.main_box_img{
    border-radius: 40px;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}
.main_box_title{
    font-size: 3.125rem;
    line-height: 1;
    letter-spacing: 0.05rem;
    position: relative;
    z-index: 1;
    font-weight: 400;
}
.main_box_right{
    position: relative;
    z-index: 1;
}
.main_box_title span{
    font-size: 2.5rem;
    display: block;
}
.mbr_text{
    font-weight: 300;
    margin-bottom: 0.9rem;
    line-height: 1.1;
}
.main_box_text{
    width: 48.1rem;
    padding-right: 2.3rem;
    padding-top: 0.4rem;
    position: relative;
    z-index: 1;
}
.mbr_bg{
    position: absolute;
    top: 0;
    left: 0;
    width: 50.225rem;
}
.filter{
    width: 53.75rem;
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0px 4px 34px 0px rgba(0, 0, 0, 0.25);
    margin: 0 auto;
    margin-top: -3.6rem;
    padding: 1.75rem 4.5rem;
    position: relative;
    z-index: 2;
}


.filter_submit{
    width: 3.75rem;
    height: 3.75rem;
    background: #16404E;
    border-radius: 16px;
    transition: all 0.35s;
}
.filter_submit:hover{
    background-color: #4F8DA1;
}
.filter_submit img{
    width: 1.5rem;
}

.f4{
    width: 3.75rem;
}
.filter_label{
    font-size: 0.875rem;
    display: flex;
    align-items: center;
    margin-bottom: 0.7rem;
    color: #807A7A;
}
.filter_label img{
    width: 1.5rem;
    margin-right: 0.5rem;
}
.select2-container{
    width: 100%!important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 2rem;
    /*font-size: 1.25rem;*/
    color: black;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0;
}
.select2-container--default .select2-selection--single {
    background-color: transparent;
    border: none;
    border-radius: 0;
}
.select2-container .select2-selection--single {
    height: 2rem;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #000000 transparent transparent transparent;
    border-style: solid;
    border-width: 0.6rem 0.45rem 0 0.45rem;
    height: 0;
    left: 0;
    margin-left: 0;
    margin-top: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #000000 transparent;
    border-width: 0 0.45rem 0.6rem 0.45rem;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 1rem;
}

.select2-dropdown{
    border-radius: 13px!important;
    border: none!important;
    background: #FFF;
    box-shadow: 0px 4px 30px 0px rgba(22, 64, 78, 0.15);
    padding: 0.5rem!important;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #4F8DA1;
    color: white;
}
.select2-results__option--selectable {
    border-radius: 10px;
    /*font-size: 1.125rem;*/
    text-align: center;
    margin: 2px 0!important;
}
#box-2 {
    padding-top: 4.1rem;
}
.section_title {
    font-size: 3.25rem;
    letter-spacing: 0.065rem;
    margin-bottom: 1.8rem;
    font-weight: 400;
}
.dop_selects{
    display: flex;
    margin-bottom: 2.5rem;
}
.ds1 {
    width: 12.5rem;
}
.ds2 {
    width: 19.9rem;
}
.ds3{
    width: 13.1rem;
}
.dop_select_item{
    margin-right: 0.7rem;
}
.dop_select_item .select2-container--default .select2-selection--single {
    background-color: white!important;
    border: 1px solid #16404E!important;
    border-radius: 16px!important;
}
.dop_select_item .select2-container .select2-selection--single {
    height: 2.8rem;
}
.dop_select_item .select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 2.8rem;
}
.dop_select_item .select2-container--default .select2-selection--single .select2-selection__arrow {
    width: 2.2rem;
}
.dop_select_item .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 1rem;
    padding-right: 2.2rem;
    text-align: center;
}
/*.tour_slider{*/
/*    height: auto!important;*/
/*}*/

.tour_item{
    /*height: 100%;*/
    display: flex!important;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
    padding: 1.2rem 1.2rem;
    width: 19.375rem!important;
    overflow: hidden;
}
.tour_item.swiper-slide-active{
    width: 26.25rem!important;
}
.tour_img{
    height: 26.7rem;
    border-radius: 16px;
    overflow: hidden;
    position: relative;
    transition: all 0.15s;
}
.tour_badge{
    position: absolute;
    left: 0.7rem;
    bottom: 0.7rem;
    font-weight: 600;
    padding: 0.4rem 2.2rem;
    border-radius: 16px;
    border: 1px solid #FFF;
    background: linear-gradient(94deg, rgba(255, 255, 255, 0.45) 50.06%, rgba(255, 255, 255, 0.00) 168.85%);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    color: white;
}
.tour_text{
    padding-top: 1.2rem;
}
.tour_title{
    font-size: 1.65rem;
    letter-spacing: 0.03rem;
    margin-bottom: 0.7rem;
    line-height: 1;
}
.tour_road{
    font-weight: 600;
    line-height: 1;
    margin-bottom: 1.1rem;
}
.tour_dostup {
    font-size: 1.25rem;
    margin-bottom: 0.6rem;
}
.tour_dostup b{
    font-weight: 600;
}
.tour_item .tour_type {
    margin-bottom: 0.6rem;
}
.tour_type{
    display: flex;
    align-items: center;
    margin-bottom: 0.4rem;
    color: #16404E;
}
.tour_type img{
    width: 1.5rem;
}
.tour_type b{
    font-weight: 600;
    margin: 0 0.3rem;
}
.tour_descrip{
    line-height: 1;
}
.tour_bottom{
    margin-top: 1.2rem;
}
.tour_bottom .btn:first-child{
    margin-bottom: 0.7rem;
}
.btn.full{
    padding: 0;
    width: 100%;
}
.swiper-slide-active .transformed_show{
    display: none;
}
.transformed_hidden{
    display: none;
}
.swiper-slide-active .transformed_hidden{
    display: block;
}
.tour_top{
    display: block;
    height: 100%;
    color: black!important;
}
.swiper-slide-active .tour_top{
    height: auto;
}
.swiper-slide-active .tour_img {
    height: 15.6rem;
}
.tour_hidden_type{
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.1;
}
.tour_slider{
    /*width: 26.25rem;*/
    margin: 0 auto;
}
.tour_slider .slick-list{
    display: flex;
    margin: 0 -10px;
    overflow: unset;
}
.tour_item:not(.swiper-slide-active) a{
    pointer-events: none;
}
.tour_slider .slick-track{
    display: flex;
}
.tour_slider .slick-slide > div{
    padding: 0 10px;
    height: 100%;
}
#box-3 {
    padding-top: 4.9rem;
}
.border_img{
    border-radius: 20px;
    overflow: hidden;
}
.section_text{
    margin-bottom: 2.5rem;
}
#box-4{
    padding-top: 5rem;
}
.section_title.l0{
    letter-spacing: 0.03rem;
}
.box4_item {
    position: relative;
    overflow: hidden;
    color: white;
    height: 100%;
    border-radius: 20px;
    padding: 2rem 2.1rem;
    display: flex;
    align-items: center;
}
.box4_item_text{
    position: relative;
    z-index: 2;
    width: 15.875rem;
}
.text24_upper{
    font-weight: 600;
    text-transform: uppercase;
    font-size: 1.5rem;
    line-height: 1.1;
    margin-bottom: 1rem;
}
.box4_item_content{
    line-height: 1.1;
}
.b2 .box4_item_text{
    width: 100%;
}
.b2 .box4_item_content{
    font-size: 0.8rem;
}
.b3 .box4_item_text{
    width: 12.875rem;
}
.box4_link{
    display: flex;
    align-items: center;
    font-weight: 700;
    margin-top: 1rem;
    color: white;
}

.box4_link img{
    width: 1rem;
    margin-left: 0.5rem;
}
.b3 .text24_upper {
    margin-bottom: 0.4rem;
}
.ab_img{
    position: absolute;
    left: 0;
    top: 0;
}
#box-5 {
    padding-top: 5.6rem;
    padding-bottom: 3rem;
    background-image: url("../img/form_bg.png");
    background-size: cover;
    background-position: center center;
}
.main_form{
    background: white;
    border-radius: 20px;
    padding: 3.2rem 6.8rem;
    padding-bottom: 5.2rem;
    position: relative;
}
.polygon{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 5.642rem;
    top: -2rem;
    pointer-events: none;
}
.section_title.big{
    font-size: 3.75rem;
    margin-bottom: 0;
}
.form_title{
    font-size: 2.188rem;
    margin-bottom: 4.9rem;
}
.main_form_box{
    width: 60.7rem;
}
.form_row{
    margin: 0 -4rem;
}
.form_row > .mob_full{
    padding: 0 4rem;
}
.form-group{
    margin-bottom: 2.1rem;
}
.form-control{
    width: 100%;
    background: transparent;
    font-family: "Inter", sans-serif;
    border: none;
    border-bottom: 1px solid #000000;
    font-weight: 300;
    padding: 0.5rem 0.6rem;
}
.form-control::placeholder{
    color: black;
}
.form_btn{
    padding-top: 0.3rem;
}

.form-group .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 2.25rem;
    font-size: 1rem;
    font-weight: 300;
}
.form-group .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0.5rem;
}
.form-group .select2-container .select2-selection--single {
    height: 2.25rem;
    border-bottom: 1px solid #000000;
}
.form-group .select2-container--default .select2-selection--single .select2-selection__arrow {
    width: 1.8rem;
}
.main_form_select .select2-results__option--selectable {
    border-radius: 6px;
    font-size: 1rem;
    text-align: left;
    padding: 0.5rem 0.5rem;
    margin: 2px 0 !important;
}
#box-6 {
    padding-top: 2rem;
}
#box-7{
    padding-top: 4.4rem;
}
.rev_section_title{
    margin-bottom: 1.8rem;
}
.gal_item{
    border-radius: 20px;
    overflow: hidden;
    height: 25rem;
    width: 33.313rem!important;
}
.gal_item.sm{
    width: 18.75rem!important;
}
.gallery_slider .slick-list{
    margin: 0 -10px;
    overflow: unset;
}
.gallery_slider .slick-slide > div{
    padding: 0 10px;
}
#box-8 {
    padding-top: 4.8rem;
}
.box8_box{
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0 4px 34px 0 rgba(22, 64, 78, 0.50);
    padding: 2.1rem 3.1rem;
    color: #16404E;
}
.upper{
    text-transform: uppercase;
}
.box8_title{
    font-size: 1.875rem;
    font-weight: 600;
    letter-spacing: 0.05rem;
    margin-bottom: 0.3rem;
}
.box8_sub_title{
    font-size: 1.25rem;
    font-style: italic;
}
.box8_title_right{
    text-align: right;
    font-weight: 700;
    font-size: 1.25rem;
}
.box8_img{
    border-radius: 20px;
    overflow: hidden;
    height: 15.7rem;
    margin-top: 1.1rem;
    margin-bottom: 1.2rem;
}
.box8_btns .btn:first-child{
    margin-bottom: 0.7rem;
}
#box-9 {
    padding-top: 5.1rem;
}
.faq_item{
    border-radius: 20px;
    border: 1px solid #4F8DA1;
    background: #16404E;
    color: white;
    margin-bottom: 1.05rem;
}
.faq_link:hover, .faq_link.factive{
    color: rgba(255,255,255,0.6);
}
.faq_link.factive .faq_img{
    transform: rotate(135deg);
}
.faq_link{
    color: white;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 1.5rem;
    font-weight: 600;
    padding: 0.5rem 2.1rem;
    letter-spacing: 0.02rem;
    min-height: 5.1rem;
}
.faq_content {
    padding: 1.4rem 2.1rem;
    padding-top: 0;
    display: none;
    font-weight: 300;
    line-height: 1.3;
}
.faq_link span{
    width: calc(100% - 1.5rem);
    padding-right: 0.5rem;
}
.faq_img{
    transition: all 0.5s;
    width: 1.5rem;
}
#box-10 {
    padding-top: 3.8rem;
    padding-bottom: 5.2rem;
}
.cont_box{
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0 4px 34px 0 rgba(0, 0, 0, 0.30);
    padding: 2.3rem 2.5rem;
}
.cont_item:not(:last-child){
    margin-bottom: 1.5rem;
}
.cont_item{
    font-size: 1.25rem;
}
.cont_title{
    font-weight: 700;
    margin-bottom: 0.5rem;
}
.cont_text{
    display: flex;
    flex-direction: column;
}

.socials a{
    display: inline-block;
    margin-right: 1rem;
    font-size: 2.7rem;
    line-height: 1;
    color: #16404E;
}
.socials a:hover{
    color: #4F8DA1;
}
.footer_logo{
    display: block;
    width: 9.063rem;
    margin-bottom: 1.3rem;
}
footer{
    padding-top: 2.3rem;
    background-image: url("../img/footer.jpg");
    background-size: cover;
    background-position: center center;
    color: white;
}
footer a{
    color: white;
}
footer .cont_item{
    font-size: 1rem;
}
footer .cont_title{
    margin-bottom: 0.2rem;
}
.footer_menu{
    list-style-type: none;
    margin-top: 1.4rem;
    padding-left: 0.7rem;
}
.footer_menu li{
    margin-bottom: 1.65rem;
}
.footer_form_title{
    font-size: 1.375rem;
    font-weight: 700;
    margin-bottom: 1rem;
}
.footer_form{
    padding-top: 0.7rem;
    padding-left: 0.5rem;
}
.footer_form{
    display: block;
    width: 100%;
    position: relative;
    margin-bottom: 1.2rem;
}
.footer_form input{
    width: 100%;
    display: block;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    padding: 0 1.5rem;
    height: 3.125rem;
    border-radius: 30px;
}
.footer_form input::placeholder{
    color: #13498F;
    opacity: 0.3;
}
.footer_form .btn{
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 30px;
    width: 9.6rem;
    padding: 0;
    font-size: 1rem;
}
.footer_form .btn span{
    height: 3.125rem;
}
.footer_form .socials{
    text-align: right;
    margin-top: 2.4rem;
}
.footer_form .socials a{
    margin: 0;
    margin-left: 1rem;
    color: #B9D0D8;
}
.footer_form .socials a:hover{
    color: white;
}
.policy{
    margin-top: 1.1rem;
    font-size: 0.875rem;
}
.policy a{
    text-decoration: underline;
}
.policy a:hover{
    text-decoration: none;
}
.footer_bottom{
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #F5E6C5;
    margin-top: 3.6rem;
    padding: 1.3rem 0;
    padding-bottom: 3.2rem;
}
.footer_bottom a{
    color: white;
    opacity: 0.5;
}
.footer_bottom a:hover{
    color: white;
    opacity: 1;
}
.about_banner{
    overflow: hidden;
    border-radius: 40px;
    height: 22.6rem;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    position: relative;
}
.about_banner_box{
    margin-right: 6.8rem;
    width: 26.3rem;
    text-align: center;
    padding: 1.8rem 1.8rem;
    padding-bottom: 0;
    position: relative;
    z-index: 2;
}
.about_after{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 30.2rem;
}
/*h1.section_title{*/
/*    margin-bottom: 1.5rem;*/
/*}*/
.about_banner_box p {
    margin-bottom: 1.3rem;
}
.about_box2 {
    padding-top: 4.8rem;
}
.about2_text{
    background-image: url("../img/about2_bg.jpg");
    background-size: cover;
    background-position: center center;
    border-radius: 20px;
    padding: 3rem 2.6rem;
    padding-bottom: 0.5rem;
    height: 100%;
}
.anim_tag{
    font-size: 1.25rem;
    font-weight: 400;
    text-transform: uppercase;
    padding: 0.3rem 2rem;
    border-radius: 11.75px;
    background: #16404E;
    color: white;
    display: inline-block;
    position: relative;
    text-align: center;
}
.tag1{
    transform: rotate(-8deg);
}
.tag2{
    transform: rotate(0deg);
    left: 2.5rem;
    min-width: 12.9rem;
}
.about_tags{
    margin-bottom: 2rem;
}
.about2_text .content *{
    margin-bottom: 0.6rem;
    line-height: 1.1;
}
.h100{
    height: 100%;
}
.about_box3 {
    padding-top: 4.5rem;
}
/*.about_box3 .section_title{*/
/*    margin-bottom: 2.8rem;*/
/*}*/
.about_box3_tabs{
    border-radius: 20px;
    color: white;
    background: linear-gradient(180deg, #16404E -36.79%, #4F8DA1 100%);
    overflow: hidden;
    padding: 2.65rem 5.6rem;
    padding-right: 3.3rem;
    position: relative;
}
.ab3_tabs{
    text-transform: uppercase;
    font-size: 0.875rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
    z-index: 2;
}
.ab3_tabs a{
    border-radius: 11.75px;
    border: 1px solid #FFF;
    padding: 0.5rem 1rem;
    color: white;
}
.ab3_tabs a:hover, .ab3_tabs a.active{
    color: #16404E;
    background-color: white;
}
.abaout_tab_body{
    padding-top: 3.6rem;
}
.abaout_tab_body_item{
    height: 20.8rem;
}
.abaout_tab_body_item:not(.factive){
    display: none;
}
.atb_text {
    width: 22.5rem;
}
.atb_title{
    font-size: 2.5rem;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 1rem;
    min-width: 29.5rem;
}
.abt_height{
    min-height: 13.8rem;
}
.atb_content {
    letter-spacing: -0.25px;
    margin-bottom: 1rem;
}
.abt_img{
    position: absolute;
    right: 0;
    bottom: 0;
    width: 51.5rem;
    /*height: 26.5rem;*/
}
.page #box-10 {
    padding-top: 2.2rem;
    padding-bottom: 0;
}
.page{
    padding-bottom: 5.1rem;
}
.filter_btn{
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    border: 1px solid #16404E;
    background: #16404E;
    height: 3.125rem;
    width: 10.9rem;
    color: white;
}
.filter_btn:hover{
    color: rgba(255,255,255,0.6);
}
.filter_btn img{
    width: 1.5rem;
    margin-right: 0.7rem;
}
.tour_filter .dop_selects {
    margin-bottom: 0.9rem;
}
.tour_search {
    width: calc(100% - 12.1rem);
    position: relative;
}
.tour_search input{
    width: 100%;
    background: white;
    font-family: "Inter", sans-serif;
    height: 3.125rem;
    padding: 0 1.2rem;
    border-radius: 16px;
}
.tour_search input::placeholder{
    color: #A0A09E;
}
.tour_search button{
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    background: transparent;
    width: 4.8rem;
}
.tour_search button img{
    width: 2.25rem;
}

.tour_page_item{
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0 5px 18px 0 rgba(0, 0, 0, 0.1);
    padding: 1.2rem 1.2rem;
    margin-bottom: 1.9rem;
}
.tour_page_list{
    padding-top: 2.4rem;
}
.tpi_slider{
    border-radius: 16px;
    overflow: hidden;
}
.tpi_slider_item{
    height: 18.2rem;
    display: block!important;
}
.tpi_title{
    font-size: 1.875rem;
    line-height: 1.1;
}
.tpi_type{
    font-size: 1.25rem;
    font-weight: 700;
    text-align: right;
    color: #4F8DA1;
}
.tpi_text b, .tpi_text strong{
    font-weight: 600;
}
.tpi_price{
    font-size: 1.25rem;
    margin-bottom: 0.5rem;
}
.tpi_top_row{
    margin-bottom: 0.5rem;
}
.tpi_text .tour_type {
    margin-bottom: 0.6rem;
}
.tpi_content.content * {
    margin-bottom: 0.4rem;
}
.tpi_text_bottom{
    margin-top: 0.8rem;
    width: 100%;
}
.tpi_text_bottom .btn{
    width: 49%;
    padding: 0;
}
.tpi_text{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.tpi_slider .tour_badge{
    z-index: 2;
    pointer-events: none;
}
.image_banner{
    overflow: hidden;
    height: 28.3rem;
    border-radius: 20px;
    position: relative;

}
.image_banner_item{
    position: absolute;
    top: 0;
    bottom: 0;
}
.tb1{
    width: 40.8%;
    left: 0;
    clip-path: polygon(0 0, 100% 0, 58.5% 100%, 0% 100%);
}

.tb2{
    clip-path: polygon(34.4% 0%, 100% 0%, 65.5% 100%, 0% 100%);
    width: 49.5%;
    left: 25.3%;
}
.tb3{
    clip-path: polygon(41.8% 0, 100% 0, 100% 100%, 0% 100%);
    width: 40.8%;
    right: 0;
}



.card_padding {
    padding-top: 2.5rem;
}
.card_content{
    font-size: 1.25rem;
    margin-bottom: 1.4rem;
}
.card_price{
    margin-bottom: 0.8rem;
}
.card_time{
    border-radius: 30px;
    padding: 0.7rem 1.65rem;
    background: #16404E;
    color: white;
    margin-bottom: 0.8rem;
}
.card_content_box.content *{
    margin-bottom: 0.7rem;
}
.card_content .tour_type img{
    width: 2.1rem;
}
.card_content_box{
    margin-bottom: 0.9rem;
}
.card_description{
    margin-top: 3.2rem;
}
.card_description .content h2{
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: #16404E;
    margin-top: 2.2rem;
}
.page_title{
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: #16404E;
}
.content b, .content strong{
    font-weight: 600;
}
.card_prices {
    margin-top: 3.2rem;
}
.t_group_blue{
    border-radius: 20px;
    background: #4F8DA1;
    color: white;
    padding: 1rem;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.t_group_blue p{
    font-size: 2rem;
    margin-bottom: 0.5rem;
}
.t_group_blue span{
    font-size: 1.563rem;
    font-weight: 300;
}
/*.card_prices .page_title{*/
/*    margin-bottom: 1.2rem;*/
/*}*/
.t_group_white{
    border-radius: 20px;
    background: #FFF;
    padding: 1rem;
    min-height: 12rem;
    display: flex;
    align-items: center;
    height: 100%;
}
.t_group_white .content ul{
    list-style-type: none;
    margin: 0;
}
.t_group_white .content ul li{
    /*margin-bottom: 0;*/
    margin: 2px 0;
}
.card_table{
    font-size: 1.25rem;
}
.ct{
    border-radius: 20px;
    background: #B9D0D8;
    padding: 1.375rem 0.4rem;
    margin-bottom: 1.1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    min-width: 3.7rem;
}
.ct.big{
    height: 6rem;
}
.t_group_row{
    margin-bottom: 1.1rem;
}
.card_table_titles{
    width: 15.6rem;
}
.card_table_items{
    width: calc(100% - 15.6rem);
    padding-left: 0.7rem;
}
.sm_size{
    font-size: 1rem;
}
.card_similars {
    margin-top: 3.2rem;
}
.card_similars .tour_page_list{
    padding-top: 0;
}
.page.with_form #box-5{
    padding-bottom: 0;
}
.coper_text{
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: space-between;
}
.coper_text .section_title{
    line-height: 1;
    margin-bottom: 0.7rem;
    letter-spacing: 0.15rem;
}
.coper_ital{
    font-size: 2rem;
    font-style: italic;
}
.coper_bottom.content *{
    margin: 0;
}
.coper_row{
    padding-bottom: 1.5rem;
}
.contacts_page #box-10{
    padding-top: 0;
}
.page_rev_item{
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0 4px 50px 0 rgba(0, 0, 0, 0.15);
    padding: 2.4rem 2.4rem;
}
.page_rev_img{
    margin-bottom: 1.1rem;
    position: relative;
}
.rev_control{
    display: flex;
    align-items: center;
    position: absolute;
    right: 0;
    bottom: -4.4rem;
}
.rev_control button{
    width: 2.5rem;
    height: 2.5rem;
    border: 1px solid #4F8DA1;
    background: #FFF;
    border-radius: 50%;
    margin-left: 0.6rem;
    transition: all 0.35s;
}
.rev_control button img{
    width: 1.5rem;
    transition: all 0.35s;
}
.page_rev_slider{
    overflow: hidden;
    border-radius: 20px;
}
.page_rev_slider_item{
    height: 18.7rem;
    display: block!important;
}
.rev_user_img{
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    overflow: hidden;
    background: #e8e8e8;
}
.rev_stars{
    display: flex;
    margin-top: 0.2rem;
    margin-left: -0.1rem;
}
.rev_stars img{
    width: 1.088rem;
    margin-right: 0.35rem;
}
.rev_user_title{
    font-size: 1.25rem;
    font-weight: 600;
}
.rev_user_italic{
    font-style: italic;
    font-weight: 300;
}
.rev_user_text{
    padding-left: 1.2rem;
}
.rev_more{
    display: inline-block;
    font-weight: 700;
    font-size: 1.25rem;
    margin-top: 0.8rem;
    color: #4F8DA1;
}
.page_rev_flex{
    margin-bottom: 1.4rem;
}
.reviews_page #box-7 {
    padding-top: 4rem;
}
.rev_content{
    height: 2.5rem;
    overflow: hidden;
}
.rev_content.factive{
    height: auto;
}
.b_filter{
    display: none;
}
.b_filter .test{
    width: 100%;
    left: 0;
    transform: none;
}
.b_filter_box{
    margin-top: 1rem;
    border-radius: 20px;
    background: #16404E;
    color: white;
    padding: 1.7rem 5.6rem;
    position: relative;
}
.b_filter_box .dop_selects{
    margin-bottom: 0;
}
.b_filter_box .logo{
    margin-bottom: 1.6rem;
}
.b_price{
    width: 46.9rem;
}
.b_price input{
    background: white;
    width: 100%;
    text-align: center;
    padding: 0.5rem 2rem;
    border-radius: 20px;
}
.b_filter_item {
    margin-top: 1.8rem;
}
.b_filter_item.last{
    margin-top: 3rem;
}
.b_filter_title{
    margin-bottom: 0.6rem;
}
.b_price_title{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    padding: 0 1.6rem;
    width: 100%;
    color: #16404E;
    pointer-events: none;
}
.b_checks{
    display: flex;
    flex-wrap: wrap;
}
.b_checks label{
    margin: 0;
    font-weight: 400;
    background: white;
    color: #16404E;
    padding: 0.6rem 0.9rem;
    margin-right: 0.5rem;
    border-radius: 21px;
    transition: all 0.35s;
    cursor: pointer;
    margin-bottom: 0.7rem;
    position: relative;
}
.not_br_and_transform br{
    display: none;
}
.not_br_and_transform::first-letter {
    text-transform: uppercase;
}
.not_br_and_transform{
    text-transform: lowercase;
}
.b_filter_item.checks{
    margin-bottom: -0.7rem;
}
.b_checks label.checked{
    background: #4F8DA1;
    color: white;
}
label:has(input[type="checkbox"]:checked) {
    background: #4F8DA1;
    color: white;
}

.b_checks label input{
    width: 1px;
    height: 1px;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
}
.filter_close{
    display: block;
    width: 1.5rem;
    position: absolute;
    right: 5.5rem;
    top: 2.6rem;
}
.filter_close:hover{
    opacity: 0.8;
}

.tt_item{
    position: absolute;
    height: 100%;
    transform: skewX(-26deg);
    overflow: hidden;
    top: 0;
}
.tt_item img{
    transform: skewX(26deg) translateX(-50%);
    width: 150%;
    height: 100%;
    object-fit: cover;
    left: 50%;
    position: relative;
}
.tt1{
    width: 33.3rem;
    border-radius: 16px;
    left: -7rem;
    top: 0;
}

.tt2{
    width: 26.3rem;
    border-radius: 14px 33px 14px 33px;
    left: 27.5rem;
    top: 0;
}
.tt3{
    width: 33.3rem;
    border-radius: 16px 33px;
    right: -7rem;
    top: 0;
}


.four .tt_item{
    transform: skew(-25.8deg);
    border-radius: 16px 33px;
}
.four .tt_item img{
    width: 115%;
    transform: skewX(26.8deg) translateX(-50%);
}
.two .tt_item img{
    width: 130%;
}
.zz1{
    width: 46.9rem;
    left: -3.4rem;
}
.zz3{
    width: 39.2rem;
    left: -2.9rem;
}
.zz2{
    width: 39.4rem;
    right: -2.9rem;
}
.zz4{
    width: 47.1rem;
    right: -3.4rem;
}

.image_banner.four{
    height: 13.6rem;
    margin-bottom: 1.1rem;
}

.vv1{
    width: 46.9rem;
    border-radius: 16px 33px;
    left: -6.9rem;
}
.vv2{
    width: 46.9rem;
    border-radius: 16px 33px;
    right: -6.9rem;
}
.tt_item.tt1 img {
    transform: skewX(26deg) translateX(-30%);
    width: 102%;
}
.content ul ul{
    margin-top: 0.5rem;
}
.tt_item.tt3 img {
    transform: skewX(26deg) translateX(-70%);
    width: 105%;
}

.tt_item.vv1 img {
    transform: skewX(26deg) translateX(-36%);
    width: 100%;
}
.tt_item.vv2 img {
    width: 103%;
    transform: skewX(26deg) translateX(-66%);
}
.four .tt_item.zz1 img{
    width: 101%;
    transform: skewX(25.8deg) translateX(-44%);
}
.four .tt_item.zz2 img{
    width: 101%;
    transform: skewX(25.8deg) translateX(-57%);
}
.four .tt_item.zz3 img{
    width: 103%;
    transform: skewX(25.8deg) translateX(-44%);
}
.four .tt_item.zz4 img{
    width: 101%;
    transform: skewX(25.8deg) translateX(-56%);
}
.tour_card_page h1.section_title{
    line-height: 1;
}

.wp_btns{
    display: flex;
    justify-content: space-between;
}
.wp_btns a{
    border-radius: 15px;
    padding: 1rem 1rem;
    width: 49%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #16404E;
    color: white;
    margin: 0.9rem 0;
}
.wp_btns a:hover{
    background: #2d6172;
}
.wp_btns a i{
    font-size: 1.4rem;
    margin-right: 0.5rem;
}
.wp_btns a span{
    font-size: 0.9rem;
}