@font-face {
    font-family: Fontawesome; /* Гарнитура шрифта */
    src: url("../fonts/fontawesome-webfont.woff"); /* Путь к файлу со шрифтом */
}
select {
    -webkit-appearance: inherit!important;
}
.advantages-list__item:hover .img-advantages.hover {
    opacity: 1;
}
.advantages-list__item .img-advantages {
    transition: all 0.2s;
}
.advantages-list__item:hover .img-advantages {
    opacity: 0;
}
.advantages-list__item:hover .title-advantages {
    border-bottom-color: #000;
}
*:focus {
    outline: none!important;
}
input:placeholder { color: #fff; }
/* input:focus + div{
    display:none;
} */
.w-slider-dot {
    width: 100%!important;
    height: 2px!important;
    margin: 0!important;
}
.w-slider-dot.w-active {
    background: linear-gradient(90deg, rgba(12,139,202,1) 0%, rgba(9,9,121,1) 35%, rgba(17,30,94,1) 100%)!important;
}
.w-slider-nav.w-round > div {
    border-radius: 0!important;
}
.nav-menu-link-wrap.active > a, .nav-menu-link-wrap:hover > a, .nav-menu-link-wrap.active > div.div-block-2 > a{
    color: #0d90cf;
}
.drop-menu .drop-menu-link {
    position: relative;
}
.drop-menu .drop-menu-link.active:before, .drop-menu-link:hover:before {
    position: absolute;
    content: "";
    border: 10px solid transparent;
    border-top-color: transparent;
    border-top-color:#0d90cf;
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
}
.header:before {
    content: "";
    width: 100%;
    position: absolute;
    left: 0;
    height: 105px;
    top: 68px;
    opacity: 0;
    transition: all 0.2s;
}
.header.fixed:before {
    opacity: 1;
    box-shadow: 0 3px 6px 0 rgba(0,0,0,.16);
    background: #fff;
}
.header.fixed .menu-link.active{
    color: #000;
}
.header.fixed .link-drop {
    color: #000;
}
.upper-anchor {
    display:none;
    position: fixed;
    width: 40px;
    height: 40px;
    background:#0c8bca;
    right: 40px;
    bottom: 60px;
}
.upper-anchor::before {
    content: "";
    background: url(https://uploads-ssl.webflow.com/5dea292358e6cb63f3589955/5dea2a7d519095447f28d24c_back.png) center center;
    width: 20px;
    height: 20px;
    position: absolute;
    display:block;
    background-size: contain;
    top: 10px;
    left: 10px;
    transform: rotate(90deg);
}
.upper-anchor.show {
    display: block;
}
.has-drop .drop-block{
    display:none!important;
}
.has-drop.open .drop-block{
    display:block!important;
}
.video-wrap iframe {
    height: 400px !important;
}
/*
.links-filter__item.active::before {
    content: "";
    position: absolute;
    bottom: 6px;
    height: 0;
    width: 100%;
    background: #0c8bca;
    left: 0;
    margin: 0 20px;
    box-sizing: border-box;
    border-bottom: 3px solid #0c8bca;
} */
.include-tour-list.white-content img {
    filter: invert(110%);
}
.price-full.border-b:before {
    position: absolute;
    content: "or";
    top: 33px;
    background:#fff;
    z-index: 2;
    left: 25px;
    color: #c4c2c2;
    padding: 2px;
    line-height: 8px;
}
.price-full.border-b:after {
    position: absolute;
    content: "";
    height: 1px;
    width: 90px;
    top: 40px;
    background:
            #c4c2c2;
    left: -10px;
    text-align: center;
    line-height: 0px;
}
a.link-block-10:before {
    content: "";
    border: 47px solid transparent;
    border-left-color: inherit;
    position: absolute;
    right: -93px;
    z-index: 2;
}
a.link-block-10.no-margin:before {
    content: "";
    border: 47px solid #fff;
    border-left-color: inherit;
    position: absolute;
    right: -44px;
    z-index: 2;
}
a.link-block-10:after {
    content: "";
    border: 47px solid transparent;
    border-left-color: #fff;
    position: absolute;
    left: 0px;
    z-index: 1;
}
a.link-block-10.first:after {
    display: none;
}
.ui-datepicker-calendar .ui-datepicker-week-end ,.ui-datepicker-calendar .ui-datepicker-week-end a{
    color: #e15659;
}
.ui-datepicker-calendar .ui-datepicker-week-end a.ui-state-active {
    color: #fff;
}
.ui-datepicker .ui-datepicker-title {
    font-size: 18px;
}
.ui-datepicker-prev, .ui-datepicker-next {
    font-size: 0;
    cursor: pointer;
}
.wheelchair-filter-item:after {
    content: "\f193";
    /*background: url("../images/tj-button-icon.png") no-repeat; */
    width: 23px;
    height: 23px;
    background-size: contain;
    display: inline-block;
    margin-left: 5px;
    font-size: 23px;
    font-family: Fontawesome;
    color: #0c82c1;
    /* font-weight: 700; */
    line-height: 23px;
}
.wheelchair-filter-item:hover:after, .wheelchair-filter-item.active:after {
    color: #fff;
    font-weight: 400;
}
.prise .text-block-28 .price_from_mess{
    width: auto;
    margin-right: 8px;
}

.prise .text-block-28  {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
}
.evening_basket_wrap .inputs-wrap-block{
    padding-right: 29px;
}
.evening_basket_wrap .inputs-wrap-block .inputs-wrap {
    justify-content: space-between;
}
.faq-item-head {
    padding-right: 21px;
}
.title-center {
    position: relative;
}
.list-tours-wrap-section-wrap .title-center:before {
    content: "";
    background: url("../images/blue-arrow-title.png") center center;
    width: 34px;
    box-sizing: border-box;
    height: 34px;
    position: absolute;
    display: block;
    background-size: 20px;
    top: 21px;
    right: 9px;
    /* transform: rotate(90deg); */
    background-color: #ccc0;
    background-repeat: no-repeat;
    padding: 7px;
    border-radius: 50%;
    border: 2px solid #0c82c1;
    transition: all 0.3s;
    background-size: 15px;
    
}
.evening_basket_wrap {
    position: relative;
}
.title-header-block .bg-span {
    margin-right: 8px;
}
.title-center.active:before {
    transform: rotate(-180deg);
}
.item-popup.cost-calc-popup {
    width: 415px;
    z-index: 400 !important;
    /* max-height: 90vh;
    overflow-y: auto; */
    max-width: 95%;
}
.inputs-wrap-block .form-data-input .control.width-auto {
    border: 1px solid #ccc;
    border-left: none;
    padding: 0 15px;

}
.inputs-wrap-block .title-header-block, .w-form.position-rel .title-header-block{
    text-transform: uppercase;
}
.w-form.position-rel .title-header-block{
    left: 41px;
}
#basket_ajax {
    padding-top: 57px;
    
}
.w-form.position-rel {
    position: relative;
    margin-top: 57px;
}
#basket_ajax .margin-bottom {
    position: relative;
}
.form-data-input.full .w-input{
    font-size: 18px;
    font-family: Lato, sans-serif;
}
.order_step_2_tab .form-data-input.no-m-right.width-full {
    display: flex;
    flex-flow: row nowrap;
}
.evening_basket_wrap .inputs-col-1.width-auto.padding-15 {
    padding: 0 2px !important;
}
.taable-content-scroll-content {
    width: 745px!important;
}
.search-wrap-form .text-field{
    border: 1px solid #111;
    width: 100%;
    max-width: 100%;
}
.search-wrap-form form {
    display: flex;
}
.search-wrap-form .form-data-input.respon {
    max-width: 100%;
}
.search-wrap-form .submit-button {
    margin: 0;
}
.search-content-wrap {
    margin-top: 39px;
}
.search-item {
    margin-bottom: 50px;
    font-family: Montserrat,sans-serif;
}
.search-item a{
    color: #111;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.33;
    margin-bottom: 5px;
    transition: all 0.3s;
}
.search-item a:hover {
    color: #0c8bca;
}
.search-item p {
    color: #9798a6;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 300;
}
.search-item p span, .search-item p b{
    background: #0c8bca;
    color: #fff;
}
.search-item .post-data{
    color: #9798a6;
    font-size: 14px;
    margin-bottom: 0;
}
.search-wrap-form .title-search {
    font-size: 24px;
    font-weight: 400;
    line-height: 1.2;
    font-family: Montserrat,sans-serif;
    letter-spacing: 0;
    color: #191b32;
    text-align: center;
    margin-bottom: 40px;
}
.scrollbar-vista > .scroll-content.scroll-scrolly_visible {
    margin: 0!important;
    position: relative;
    top: 0!important;
    left: 0!important;
    width:auto;
    max-width: inherit;
}
.scrollbar-vista > .scroll-element.scroll-x.scroll-element_arrows_visible .scroll-arrow_less {
    top: initial!important;
    bottom: -7px;
}
.scroll-wrapper > .scroll-content {
    overflow-x: hidden!important;
}
.scrollbar-vista > .scroll-element div {
    top: inherit !important;
    bottom: -23px;
}
.scrollbar-vista > .scroll-element.scroll-x {
    bottom: -16px!important;
}
.grant-total {
    font-size: 19px;
}
.w-tab-content ul li, .right-conent-block ul li {
    margin-bottom: 10px;
}
.evening_detail_wrap {
    margin-top: 25px;
}
.evening_detail_wrap tr td {
    vertical-align: top;
    padding-right: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
}

.evening_detail_wrap tr td ul {
    padding-left: 15px;
}

#order_ajax .text-page-content {
    margin-bottom: 40px;
}
.list-info-tour {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 20px;
    display: flex;
}
.col-list {
    width: 100%;
    padding-right: 20px;
    box-sizing: border-box;
}
.col-list .list {
    display: flex;
    flex-flow: row wrap;
}
.item-list-plus {
    width: 50%;
}
.item-tour-info .title-tour-item {
    width: 84%;
}
.list-tours__item .link-10 {
    position: absolute;
    top: 47px;
    height: auto;
    right: 20px;
    width: auto;
    text-transform: lowercase;
    bottom: inherit;
    left: inherit;

}
.list-tours__item .prise-cart {
    margin: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding-right: 20px;
    position: relative;
    left: 0;
}
.list-tours__item .add_to_cart_form {
    position: absolute;
}
.list-tours__item .prise-cart .link-block-7 {
    width: 230px;
    padding: 10px 10px;
    margin-top: 0;
}
.group-bg-info .slider-group-content .include-tour-list-item.languages img{
    min-width: 40px;
    height: 30px;
}
.evning-popup .group-form-wrap .w-form-done {
    height: 47px;
    line-height: 47px;
}
.text-field.full {
    font-size: 16px;
}
.advantages-list .advantages-list__item {
    text-align: center;
}
.video-wrap .wrap-you {
    max-width: 661px;
    height: 405px;
}
.text-about-wrap {
    padding-left: 25px;
}
.text-about-wrap .paragraph-9 {
    padding-left: 0;
}
.flex-2.list-excursions {
    justify-content: flex-start;
}
.group-right ul {
    padding-left: 17px;
}
.table-wrap-block .w-tab-content .taable-content-scroll-block {
    padding-right: 25px !important;
}
.drop-block .link-block-3.flex-center {
    padding-left: 10px;
}
/*
.header.fixed .menu-link.active {
    color: #fff;
} */
.slider-main-tours .link-block-5 {
    width: auto;
}
.owl-carousel .owl-stage-outer {
    padding-bottom: 20px;
}
.list-excursions {
    padding-bottom: 0;
}
.owl-carousel .owl-nav {
    display: block;
    height: 0;
}
.owl-carousel .owl-nav button.owl-prev span{
    font-size: 0;
    position: absolute;
    width: 80px;
    display: flex;
    height: 100%;
    top: 0;
    left: -115px;
    justify-content: center;
    align-items: center;
}
.owl-carousel .owl-nav button.owl-next span{
    font-size: 0;
    position: absolute;
    width: 80px;
    display: flex;
    height: 100%;
    top: 0;
    right: -115px;
    justify-content: center;
    align-items: center;
}
.owl-carousel .owl-nav button.owl-prev span:before{
    background:url("https://uploads-ssl.webflow.com/5df8f4183dc2cb4b0c443d1f/5df904ad5a842668f009891a_back.png") no-repeat center center;
    width: 25px;
    height: 25px;
    content: "";
    display: block;
    background-size: contain;
}
.owl-carousel .owl-nav button.owl-next span:before{
    background:url("https://uploads-ssl.webflow.com/5df8f4183dc2cb4b0c443d1f/5df904ad5a842668f009891a_back.png") no-repeat center center;
    width: 25px;
    height: 25px;
    content: "";
    display: block;
    background-size: contain;
    transform: rotate(180deg);
}

.w-tab-content .faq-item.group-item a {
    font-family: Lato, sans-serif;
    color: #0c8dcc;
    font-weight: 700;
}

@media (max-width: 991px) {
    .list-guides__item {
        margin: 0 auto;
    }
    .slider-main-tours .link-block-5 {
        margin: 0 auto;
    }
    .owl-carousel .owl-nav button.owl-prev span{
        left: 0;
    }
    .owl-carousel .owl-nav button.owl-next span{
        right: 0;
    }
    .header.fixed .link-drop {
        color: #fff;
        padding: 12px 37px;
        font-size: 15px;
        width: 100%;
        text-align: left;
    }
    .header::before {
        display: none;
    }
    .item-tour-img {
        min-height: 240px!important;
    }
    .list-tours__item .include-tour-list {
        width: 100%!important;
        top: 166px;
        bottom: inherit!important;
    }
    .list-tours__item .link-10 {
        top: 283px;
    }
}
    @media (max-width: 768px) {
        
        a.link-block-10:after, a.link-block-10:before {
            display: none;
        }
    }


/* ----------------------------------- */

.name-control-list {
    cursor: pointer;
}

.list-tours-wrap-cities-wrap .title-center.small-top-m {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 30px;
}

.container-wrap.tours-container {
    padding-left: 9px;
    padding-right: 9px;
}

.tours-container .form-wrap, .tours-container .list-tours-wrap-cities-wrap {
    padding-left: 6px;
    padding-right: 6px;
}

.tours-container .name-control-list {
    padding-left: 16px;
    padding-right: 16px;
}

.name-control-list .control-list {
    transition: all 0.5s ease;
}

.name-control-list.active .control-list {
    transform: rotate(180deg);
}

.ajax_wrap.load, form.load {
    opacity: 0.5;
    pointer-events: none;
}

.form-block input[type="text"] {
    color: rgba(51, 51, 51, 0.5);
    font-size: 18px;
    line-height: 20px;
}

p.tours_not_found {
    font-size: 25px;
    margin-top: 50px;
    color: red;
}

.group-right h2 {
    margin-bottom: 25px;
    margin-top: 0;
}

.group-right ul {
    padding-left: 15px;
}

.info-group-list-wrap a.open-info img {
    transition: all 0.5s ease;
    display: none;
}

.info-group-list-wrap a.open-info.active img {
    transform: rotate(270deg);
}

input.w-button.disabled {
    pointer-events: none;
    background-color: #999;
}

.adults-wrap {
    display: block;
}

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

.bg-banner {
    background-blend-mode: multiply;
    background-size: cover;
}

.select-wrap.group-form-input.small-margin.small-select {
    width: 90px;
}

.clear-red {
    cursor: pointer;
}

.table-content-flex .price.m-bottom:last-child, .table-content-flex .table-blok-content:last-child {
    border-bottom: none;
}

.error-text {
    margin-top: 0;
    display: none;
}

.error-wrap .error-text {
    display: block;
}

.error-wrap .text-field-2 {
    border: 1px solid #e15659;
}

.error-wrap .select-field-2.form-grup-select {
    border-color: #e15659;
}

.error-image, .ok-img {
    display: none;
}

.error-wrap .error-image, .ok-wrap .ok-img {
    display: block;
}

.ok-wrap .text-field-2 {
    border: 1px solid #25b447;
}

.hidden_request_block {
    display: none;
}

textarea {
    resize: none;
}

.testomonials-list__item p {
    margin-bottom: 32px;
}

.testomonials-list__item p:last-child {
    margin-bottom: 10px;
}

.testomonials-list__item .div-block-2 {
    margin-bottom: 40px;
}

.rev_detail_text {
    display: none;
}

.rev_more_hide {
    display: none;
}

.cuisine-list__item:nth-child(3n) {
    margin-right: 0;
}

.cuisine-info__item > div {
    word-break: break-all;
}

.hotel_filter .links-filter__item.active::before {
    display: none;
}

.cuisine-title.show-popup-item.no-margin span {
    font-size: 17px;
}

.item-popup.open {
    display: block;
    z-index: 400;
}

a.popup-close.w-inline-block:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 2px;
    background: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
}

a.popup-close.w-inline-block:after {
    content: "";
    position: absolute;
    width: 20px;
    height: 2px;
    background: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
}

.anhor-link:last-child {
    border-bottom-style: solid;
}

.faq-item-head {
    cursor: pointer;
}

.faq-item-body {
    display: none;
}

.faq-item.active .faq-item-body {
    display: block;
}

.faq-item .open-q {
    font-size: 30px;
}

.faq-item.active .open-q {
    height: 45px;
    font-size: 50px;
    line-height: 39px;
}

.anhor-link-2:last-child {
    border-bottom-style: solid;
}

.e_tours_slider .w-slider-arrow-right {
    right: -85px;
}

.e_tours_slider .w-slider-arrow-left {
    left: -85px;
}

.error .input, .error input[type='text'], .error input[type='email'], .error select {
    position: relative;
    border-color: #e15659;
}

.input_wrap, .input_block {
    position: relative;;
}

.input_wrap.error:before, .input_block.error-wrap:before {
    content: '';
    position: absolute;
    display: block;
    width: 19px;
    height: 19px;
    top: -8px;
    right: 35px;
    background-image: url('../images/remove.svg');
    background-size: cover;
    z-index: 10;
}

.text-block-7 {
    z-index: 5;
}

.text-field.text-field-2 {
    font-size: 15px;
}

.input_block.error-wrap:before {
    top: -7px;
    right: 10px;
}

.input_block.error-wrap.has_descr:before {
    top: 17px;
}

.text-block-74 {
    width: 170px;
}

.selects-wrap.input_block.error-wrap:before, .select-wrap.input_block.error-wrap:before {
    display: none;
}

.input_wrap.rigt-m {
    min-width: 310px;
    margin-right: 25px;
    margin-bottom: 25px;
}

.textarea_input_wrap {
    width: 100%;
}


input[type='checkbox']:focus + .checkbox, input[type='radio']:focus + .checkbox {
    display: block;
}

input[type='checkbox']:checked + .checkbox, input[type='radio']:checked + .checkbox {
    display: block;
    background-color: #3898ec;
    border-top-color: #3898ec;
    border-bottom-color: #3898ec;
    border-left-color: #3898ec;
    border-right-color: #3898ec;
    background-image: url('../images/custom-checkbox-checkmark.svg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.private_policy.error .private_label {
    border-bottom: 1px solid #e15659;
}

.order_step_2_tab {
    display: none;
}

.order_step_2_tab.active {
    display: block;
}

label.form-data-input {
    cursor: pointer;
    z-index: 5;
}

input.order_file {
    display: none;
}

.control.width-auto.padding a {
    color: #ffffff;
}

.ui-datepicker {
    width: 370px;
    background: #fff;
    padding: 10px;
    border: 1px solid #ccc;
    margin-top: 5px;
}
.ui-datepicker-header {
    text-align: center;
    padding-bottom: 10px;
}
.ui-datepicker-prev {
    position: absolute;
    left: 20px;
}
.ui-datepicker-next {
    position: absolute;
    right: 20px;
}
.ui-datepicker-calendar {
    width: 100%;
}
.ui-datepicker-calendar td {
    text-align: center;
}
.ui-state-default {
    display: block;
    padding: 5px;
    transition: all 0.3s;
}
.ui-state-default:hover {
    background: #57c7ff;
    color: #fff;
}
.ui-state-default.ui-state-active {
    background: #0c8bca;
    color: #fff;
}

.link-block-10 {
    padding-bottom: 10px;
}

.order_errors_wrap p {
    color: red;
}

.submit-button-3 {
    text-align: center;
}

.ui-datepicker {
    display: none;
}

.privacy_checkbox {
    padding-left: 15px;
}

.privacy_checkbox .chebox-wrap {
    padding-left: 15px;
}

.error .checkbox {
    border-color: red;
}

.item-popup.cost-calc-popup {
    width: 415px;
}

.cost-calc-popup-inner {
    padding-top: 45px;
}

.link-12 {
    font-weight: 700;
}

.text-block-29 {
    font-size: 18px;
}

.iti-flag {
    background-size: 5625px 15px;
}

.faq-item-head, .faq-item-head .show-popup-item {
    font-size: 16px;
}

.evening_basket_wrap .inputs-col-1.m-right.width-auto.full-width {
    width: 455px;
}

.evening_basket_wrap .text-block-57 {
    width: 130px;
    min-width: 130px;
}

.evening_basket_wrap .inputs-col-1.width-auto {
    display: flex;
    align-items: center;
}

.evening_basket_wrap .text-block-72.small-text {
    font-size: 16px;
}

.inputs-col-1.width-auto.padding-15 {
    padding-left: 15px;
    padding-right: 15px;
}

.inputs-col-1.width-auto.hidden {
    display: none;
}

.disabled {
    pointer-events: none;
}

.include_tours_info {
    margin-top: 20px;
    padding: 25px;
    background-color: antiquewhite;
}

.coupon_submit {
    cursor: pointer;
    z-index: 10;
}

.coupon_submit.disabled {
    pointer-events: none;
    display: none;
}

.text-field.error {
    border-color: red;
}

.payment_block_info_wrap {
    width: 100%;
}

.payment_block_info_wrap p {
    font-size: 20px;
    margin-top: 10px;
    font-weight: bold;
    text-align: center;
}

.payment_block ul {
    margin-top: 30px;
}

.payment_block ul li {
    margin-bottom: 15px;
}

.payment_block a.w-button {
    width: 100%;
    text-align: center;
    height: 60px;
    font-size: 28px;
    margin-top: 20px;
}

.hotel_filter.list-filter-links {
    justify-content: space-between;
}

.tab-link-tab-2 {
    font-size: 17px;
}

.tab-link-tab-2:last-child {
    margin-right: 0;
}

.select-field, .form-block input[type="text"], .select-field.form-grup-select, .text-field.form-grup-select, .select-field-2.form-grup-select {
    color: #000000;
}
.text-field.form-grup-select {
    font-size: 18px;
}


.form-block input[type="text"]::-webkit-input-placeholder, .text-field.form-grup-select::-webkit-input-placeholder {color:#000000;}
.form-block input[type="text"]::-moz-placeholder          {color:#000000;}/* Firefox 19+ */
.form-block input[type="text"]::-moz-placeholder           {color:#000000;}/* Firefox 18- */
.form-block input[type="text"]::-ms-input-placeholder      {color:#000000;}



.taable-content-scroll-block {
    display: flex;
    flex-direction: column;
    max-width: 562px;
    overflow: auto;
}
.table-flex-d {
    display: flex;
    flex-direction: column;
}
.table-wrap-block {
    display: flex;
    width: 100%;
}
.taable-content-scroll-content {
    display: flex;
    flex-flow: nowrap;
    width: 1900px;
}
.name.table-name {
    height: 50px;
}
.taable-content-scroll-content:last-child .item-table{
    border-bottom: 1px solid #e4e4e4;
}
.table-flex-d .name:last-child {
    border-bottom: 1px solid #e4e4e4;
}

.taable-content-scroll-content .item-table:last-child {
    border-right-style: solid;
}
.scrollbar-vista > .scroll-content.scroll-scrollx_visible {
    margin-top: 0!important;
}
.scrollbar-vista > .scroll-content.scroll-scrolly_visible { left: -17px; margin-left: 17px; }
.scrollbar-vista > .scroll-content.scroll-scrollx_visible { top:  -17px; margin-top:  17px; }

.taable-content-scroll-block {
    overflow: hidden!important;
}
.scrollbar-vista > .scroll-element {
    background-color: #fcfdff;
}

.scrollbar-vista > .scroll-element,
.scrollbar-vista > .scroll-element div
{
    border: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    z-index: 10;
}

.scrollbar-vista > .scroll-element .scroll-element_outer,
.scrollbar-vista > .scroll-element .scroll-element_size,
.scrollbar-vista > .scroll-element .scroll-element_inner-wrapper,
.scrollbar-vista > .scroll-element .scroll-element_inner,
.scrollbar-vista > .scroll-element .scroll-bar,
.scrollbar-vista > .scroll-element .scroll-bar div
{
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}

.scrollbar-vista > .scroll-element .scroll-element_outer,
.scrollbar-vista > .scroll-element .scroll-element_size,
.scrollbar-vista > .scroll-element .scroll-element_inner-wrapper,
.scrollbar-vista > .scroll-element .scroll-bar_body
{
    background: none !important;
}


.scrollbar-vista > .scroll-element.scroll-x {
    border-top: solid 1px #fcfdff;
    bottom: 0;
    height: 16px;
    left: 0;
    min-width: 100%;
    width: 100%;
}

.scrollbar-vista > .scroll-element.scroll-y {
    border-left: solid 1px #fcfdff;
    height: 100%;
    min-height: 100%;
    right: 0;
    top: 0;
    width: 16px;
}

.scrollbar-vista > .scroll-element.scroll-x div {
    background-image: url('skins/vista-x.png');
    background-repeat: repeat-x;
}

.scrollbar-vista > .scroll-element.scroll-y div {
    background-image: url('skins/vista-y.png');
    background-repeat: repeat-y;
}

.scrollbar-vista > .scroll-element.scroll-x .scroll-arrow {
    cursor: pointer;
}

.scrollbar-vista > .scroll-element.scroll-x .scroll-bar { min-width: 16px; background-position: 0px -34px; background-repeat: no-repeat; }
.scrollbar-vista > .scroll-element.scroll-x .scroll-bar_body { left: 2px; }
.scrollbar-vista > .scroll-element.scroll-x .scroll-bar_body-inner { left: -4px; background-position: 0px -17px; }
.scrollbar-vista > .scroll-element.scroll-x .scroll-bar_center { left: 50%; margin-left: -6px; width: 12px; background-position: 24px -34px; }
.scrollbar-vista > .scroll-element.scroll-x .scroll-bar_bottom { left: auto; right: 0; width: 2px; background-position: 37px -34px; }


.scrollbar-vista > .scroll-element.scroll-y .scroll-bar { min-height: 16px; background-position: -34px 0px; background-repeat: no-repeat; }
.scrollbar-vista > .scroll-element.scroll-y .scroll-bar_body { top: 2px; }
.scrollbar-vista > .scroll-element.scroll-y .scroll-bar_body-inner { top: -4px; background-position: -17px 0px; }
.scrollbar-vista > .scroll-element.scroll-y .scroll-bar_center { top: 50%; margin-top: -6px; height: 12px; background-position: -34px 24px; }
.scrollbar-vista > .scroll-element.scroll-y .scroll-bar_bottom { top: auto; bottom: 0; height: 2px; background-position: -34px 37px; }



/* SCROLL ARROWS */

.scrollbar-vista > .scroll-element .scroll-arrow { display: none; }
.scrollbar-vista > .scroll-element.scroll-element_arrows_visible .scroll-arrow { display: block; z-index: 12; }


.scrollbar-vista > .scroll-element.scroll-x.scroll-element_arrows_visible .scroll-arrow_less { height: 100%; width: 17px; background-position: 0px -51px;}
.scrollbar-vista > .scroll-element.scroll-x.scroll-element_arrows_visible .scroll-arrow_more { height: 100%; left: auto; right: 0; width: 17px; background-position: 17px -51px;}

.scrollbar-vista > .scroll-element.scroll-x.scroll-element_arrows_visible .scroll-element_outer { left: 17px; }
.scrollbar-vista > .scroll-element.scroll-x.scroll-element_arrows_visible .scroll-element_inner { left: -34px; }
.scrollbar-vista > .scroll-element.scroll-x.scroll-element_arrows_visible .scroll-element_size { left: -34px; }


.scrollbar-vista > .scroll-element.scroll-y.scroll-element_arrows_visible .scroll-arrow_less { width: 100%; height: 17px; background-position: -51px 0px;}
.scrollbar-vista > .scroll-element.scroll-y.scroll-element_arrows_visible .scroll-arrow_more { width: 100%; top: auto; bottom: 0; height: 17px; background-position: -51px 17px;}

.scrollbar-vista > .scroll-element.scroll-y.scroll-element_arrows_visible .scroll-element_outer { top: 17px; }
.scrollbar-vista > .scroll-element.scroll-y.scroll-element_arrows_visible .scroll-element_inner { top: -34px; }
.scrollbar-vista > .scroll-element.scroll-y.scroll-element_arrows_visible .scroll-element_size { top: -34px; }


/* PROCEED OFFSET IF ANOTHER SCROLL VISIBLE */

.scrollbar-vista > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size { left: -17px; }
.scrollbar-vista > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size { top: -17px; }

.scrollbar-vista > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_inner { left: -17px; }
.scrollbar-vista > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_inner { top: -17px; }


/* PROCEED OFFSET IF ARROWS & ANOTHER SCROLL */

.scrollbar-vista > .scroll-element.scroll-x.scroll-element_arrows_visible.scroll-scrolly_visible .scroll-arrow_more { right: 17px;}
.scrollbar-vista > .scroll-element.scroll-x.scroll-element_arrows_visible.scroll-scrolly_visible .scroll-element_inner { left: -51px;}
.scrollbar-vista > .scroll-element.scroll-x.scroll-element_arrows_visible.scroll-scrolly_visible .scroll-element_size { left: -51px;}


.scrollbar-vista > .scroll-element.scroll-y.scroll-element_arrows_visible.scroll-scrollx_visible .scroll-arrow_more { bottom: 17px;}
.scrollbar-vista > .scroll-element.scroll-y.scroll-element_arrows_visible.scroll-scrollx_visible .scroll-element_inner { top: -51px;}
.scrollbar-vista > .scroll-element.scroll-y.scroll-element_arrows_visible.scroll-scrollx_visible .scroll-element_size { top: -51px;}

.scrollbar-vista > .scroll-element.scroll-x div {
    background: #fff;
}
.scrollbar-vista > .scroll-element.scroll-x.scroll-element_arrows_visible .scroll-arrow_less {
    left: 0;
    top: -151px;
    background: #0c8bca;
    width: 25px;
    height: 150px;
}
.scrollbar-vista > .scroll-element.scroll-x.scroll-element_arrows_visible .scroll-arrow_more {
    top: -151px;
    right: 0;
    background: #0c8bca;
    width: 25px;
    height: 150px;
}
.scrollbar-vista > .scroll-element.scroll-x.scroll-element_arrows_visible .scroll-arrow_less:after {
    content: "";
    position: absolute;
    background: url(https://uploads-ssl.webflow.com/5dea292358e6cb63f3589955/5dea2a7d519095447f28d24c_back.png) center center;
    background-size: auto;
    filter: invert(1);
    width: 15px;
    height: 15px;
    background-size: contain;
    top: 70px;
    right: 6px;
}
.scrollbar-vista > .scroll-element.scroll-x.scroll-element_arrows_visible .scroll-arrow_more:after {
    content: "";
    position: absolute;
    background: url(https://uploads-ssl.webflow.com/5dea292358e6cb63f3589955/5dea2a7d519095447f28d24c_back.png) center center;
    background-size: auto;
    filter: invert(1);
    width: 15px;
    height: 15px;
    background-size: contain;
    transform: rotate(180deg);
    top: 70px;
    left: 6px;
}
.scrollbar-vista > .scroll-element.scroll-x {
    overflow: visible;
}
.taable-content-scroll-block {
    padding-left: 12px !important;
    padding-right: 26px !important;
}

.after_program_mess_wrap {
    margin-top: 15px;
}

.title-tour-item, .include-tour-list {
    width: 100%;
}

.price_from_mess {
    font-size: 23px;
    width: 100%;
    display: block;
}

.tours_page_fail {
    font-size: 25px;
    padding: 20px;
}

.list-tours {
    padding: 7px;
}

.list-tours-wrap-cities-wrap .title-center {
    cursor: pointer;
}

.prise .text-block-28 {
    font-size: 26px;
}

.w-tab-content .faq-item-head {
    cursor: initial;
}

.person-block-wrap .selects-wrap .select-wrap.group-form-input.no-margin.date-width:first-child {
    min-width: 80px;
}

.person-block-wrap .selects-wrap .select-wrap.group-form-input.no-margin.date-width:nth-child(2) {
    min-width: 160px;
}

.table-full-item-wrap.anomation-block:hover div, .table-full-item-wrap.anomation-block:hover {
    border-color: #0c8bca;
}

.title-table {
    cursor: initial;
}

.table-full-item-wrap.anomation-block.attr-link, .table-full-item-wrap.anomation-block.attr-link .title-table {
    cursor: pointer;
}

.ui-datepicker {
    z-index: 10000 !important;
}

.evenings_tours_pay_info {
    padding-top: 15px;
    padding-bottom: 15px;
    color: red;
    font-size: 16px;
}

.iti-flag.us {
    background-position: -5237px 0;
}

.flag-dropdown .selected-flag {
    width: 35px;
    height: 40px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,.05);
    cursor: pointer;
}

.intl-tel-input input {
    padding-left: 35px;
}

.basket_not_found {
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 15px;
    background-color: #ffdede;
    margin-top: 55px;
}

.other_spb_link {
    padding: 20px;
    margin-top: 20px;
}

.other_spb_link a {
    color: #0c8bca;
}

select.disabled {
    pointer-events: none;
}

.w-form-done div a {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
}

.w-form-done div a {
    text-transform: uppercase;
    font-size: 17px;
    font-family: Lato, sans-serif;
}

.group-form-wrap .w-form-done {
    padding: 0;
}

.w-form-done div a {
    color: #0c8bca;
}

.links-filter__item.list-small-item {
    text-transform: none;
}

.image-31 {
    right: 40px;
}

.text-span.old_summ {
    text-decoration: line-through;
}

.old_summ_wrap {
    font-size: 17px;
}

.evening_add_to_cart .select-wrap.group-form-input {
    width: 70px;
    margin-bottom: 0;
}

.evening_add_to_cart .text-block-47 {
    width: auto;
}

.error select {
    border-color: #e15659 !important;
}

.tour_options_link {
    color: #0c86c2;
    position: absolute;
    top: 55px;
    right: 19px;
    left:inherit!important;
    bottom: inherit!important;
    font-size: 18px;
    text-decoration: underline;
    font-weight: 700;
    font-family: Lato, sans-serif;
}

.intl-tel-input .selected-flag .iti-arrow {
    display: none;
}

.intl-tel-input .selected-flag .iti-flag {
    width: 16px;
}


.evening-table-wrap-block .taable-content-scroll-block {
    max-width: 623px;
}
.scrollbar-vista > .scroll-element.scroll-x.scroll-element_arrows_visible .scroll-arrow_more {
    top: initial!important;
    bottom: -7px;
}
.scrollbar-vista > .scroll-element.scroll-y {
    display: none;
}
.scrollbar-vista > .scroll-content.scroll-scrollx_visible {
    position: relative;
    top: 0!important;
    left: 0!important;
    margin: 0!important;
    height: auto !important;
}
.tab .table-wrap-block .scrollbar-vista > .scroll-element.scroll-x {
    bottom: 0!important;
}
.tab .table-wrap-block .scrollbar-vista > .scroll-element.scroll-x.scroll-element_arrows_visible .scroll-arrow_less, .tab .table-wrap-block .scrollbar-vista > .scroll-element.scroll-x.scroll-element_arrows_visible .scroll-arrow_more{
    bottom: 0!important;
}
.scroll-arrow {
    cursor: pointer;
}
.tab .table-wrap-block  .scrollbar-vista > .scroll-element.scroll-x.scroll-element_arrows_visible .scroll-arrow_less, .tab .table-wrap-block  .scrollbar-vista > .scroll-element.scroll-x.scroll-element_arrows_visible .scroll-arrow_more {
    bottom: 17px;
}
.w-tab-content .taable-content-scroll-block {
    padding-right: 29px !important;
}

.hotel_guest_wrap .text-block-65 {
    font-size: 145px;
}

.hotel_guest_wrap .text-block-67 a {
    color: #0c8bca;
}
.include-tour-list-item img {
    min-width: 28px;
}

.tab {
    padding-top: 30px;
}
.slider.no_arrow .left-arrow,.slider.no_arrow .right-arrow {
    display: none!important;
}
blockquote {
    border: none;
}
.body_table tr td{
    padding-bottom: 20px;
}
.body_table tr img {
    padding-right: 20px;
}
.body_table tr:nth-child(2n) img {
    padding-right: 0;
    padding-left: 20px;
}
.comment-list__item {
    max-height: 425px;
}

@media screen and (max-width: 991px) {
    .name.table-name {
        min-width: 210px;
    }
    .table-wrap-block {
        width: 100%;
    }
    .tabs-menu.tabs-wrap {
        width: 100%;
    }
    .hotel_guest_wrap .text-block-65 {
        font-size: 95px;
    }
    .tour_options_link {
        top: 295px;
    }
    .slider-two-element .owl-item {
        padding: 5px;
    }
}
@media screen and (max-width: 767px) {
    .item-list-plus {
        margin-bottom: 5px;
    }
    .list-info-tour {
        margin-top: 20px;
    }
    .contact-form-content .input {
        width: 100%;
    }
    .name.table-name {
        min-width: 150px;
    }
    .tabs-menu.tabs-wrap {
        width: 100%;
    }
    .hotel_guest_wrap .text-block-65 {
        font-size: 55px;
    }
    .tour_options_link {
        top: 320px;
    }
    .list-tours-wrap-cities-wrap .title-center.small-top-m {
        padding-right: 30px;
    }
    .list-tours-wrap-cities-wrap .title-center.small-top-m .title-h-2 {
        font-size: 20px;
    }
    .include-tour-list-item img {
        width: 28px;
    }
    .list-tours__item .include-tour-list-item {
        min-width: 0!important;
        width: auto;
    }
    .list-tours__item .include-tour-list-item:nth-child(1) {
        min-width: 100px!important;
    }
    .list-tours__item .text-block-25 {
        font-size: 12px!important;
    }
    .list-tours__item .include-tour-list-item:last-child {
        margin-right: 0;
    }
    .list-tours__item .include-tour-list-item .text-block-25 {
        margin-left: 5px;
    }
    .group-right .include-tour-list.white-content {
        justify-content: flex-start;
    }
    .contast-form .form-top {
        margin-top: 0!important;
    }
    .contast-form .text-block-32 {
        font-size: 18px;
        margin-top: 0;
    }
    .contast-form .text-block-32 br{
        display: none;
    }
    .content-wrap {
        padding-top: 115px;
    }
    .item-popup.cost-calc-popup {
        padding-top: 0;
    }
    .cost-calc-popup-inner {
        padding-top: 0;
    }
    .item-popup.open {
        padding-top: 0!important;
    }
    .popup-close {
        top: 7px;
        right: 10px;
    }
    .evening-table-wrap-block .name.table-name {
        max-width: 146px;
        width: 146px;
    }
    .evening_detail_wrap tr {
        display: flex;
        flex-direction: column;
    }
    .evening_detail_wrap table {
        width: 100%;
    }
    .evening_detail_wrap tr td {
        display: block;
        width: 100%;
        border: none;
        border-bottom: 1px solid #111;
    }
    .evening_detail_wrap tr td:last-child {
        border-bottom: 0;
    }
}

@media screen and (max-width: 1360px) {

    .e_tours_slider .w-slider-arrow-right {
        right: -35px;
    }

    .e_tours_slider .w-slider-arrow-left {
        left: -35px;
    }

}

@media screen and (max-width: 1280px) {
    a.link-block-10.no-margin:before {
        right: -15px;
    }
}

@media screen and (max-width: 1260px) {

    .e_tours_slider .w-slider-arrow-right {
        right: 0;
    }

    .e_tours_slider .w-slider-arrow-left {
        left: 0;
    }

}

@media screen and (max-width: 1125px) {

    .group-right {
        width: 60%;
        min-width: 60%;
    }

}

@media screen and (max-width: 991px) {
    .group-right .slider-4, .group-right .mask-4, .group-bg-info {
        height: 250px;
    }
    .group-right .include-tour-list-item.small-m-right {
        margin-right: 10px;
    }
    .cuisine-list__item:nth-child(3n) {
        margin-right: 2%;
    }

    .group-right {
        width: 100%;
        min-width: 100%;
    }

    .text-block-74 {
        right: 20px;
        width: auto;
    }
    .comment-list__item {
        max-height: 100%;
    }
}

@media screen and (max-width: 767px) {

    .input_block.error-wrap:before {
        top: 26px;
    }

    .text-block-74 {
        right: 0;
    }

    .day-filter {
        flex-wrap: wrap;
    }

    .evening_basket_wrap .inputs-col-1.m-right.width-auto.full-width {
        width: 100%;
    }
    .title-h {
        font-size: 24px;
    }
    .heade-top .top-link:nth-child(4) {
        display: none;
    }
    .top-link.we-chat img {
        display: none;
    }
    .logo {
        width: 28%!important;
        margin-right: 15px;
    }
    .top-link {
        font-size: 16px;
    }
    .heade-top {
        justify-content: space-between;
    }
    .navbar .wrap {
        height: 48px;
    }
    .menu-header-wrap{
        height: 48px;
    }
    .menu-header-wrap .w-nav-button {
        padding: 12px 18px;
    }
    .w-form.position-rel .title-header-block {
        left: 12px;
    }

}

    @media screen and (max-width: 479px) {
        .list-tours__item .include-tour-list-item:nth-child(1){
            min-width: 100px;
            max-width: 100px!important;
        }
        .w-tab-content .taable-content-scroll-block {
            width: 199px;
            padding-right: 25px !important;
            min-width: 199px;
        }
        .table-wrap-block .name.table-name {
            width: auto!important;
            min-width: 0;
            font-size: 14px;
        }
        .links-filter__item.list-medium-item.active {
            width: 30%;
        }
        .body_table tr img {
            padding: 0;
        }
        .body_table tr {
            margin-bottom: 0;
        }
        .body_table tr:nth-child(4) {
            margin-bottom: 0;
        }
        .body_table tr:last-child {
            display: none;
        }
        .body_table tr:nth-child(2n) img {
            padding: 0;
        }
        .links-filter__item.list-medium-item {
            width: 30%;
            margin-right: 3%;
        }
        .links-filter__item.list-medium-item.prop-filter-item.wheelchair-filter-item  {
            width: 100%!important;
        }
        .owl-carousel .owl-nav button.owl-prev span {
            left: auto;
            top: auto;
            right: 80px;
            bottom: -30px;
            width: 40px;
            height: 40px;
            background-color: #0c8bca;
        }
        .owl-carousel .owl-nav button.owl-next span{
            left: auto;
            top: auto;
            right: 16px;
            bottom: -30px;
            width: 40px;
            height: 40px;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
            background-color: #0c8bca;
        }
        .owl-carousel .owl-nav button span:before {
            filter: invert(100%);
        }
    .select-wrap.group-form-input.small-margin.small-select {
        width: 100%;
    }
    .hotel_guest_wrap .text-block-65 {
        font-size: 35px;
    }
    .list-tours__item .include-tour-list {
        top: 96px;
    }
    .list-tours__item .link-10 {
        top: inherit;
        position: relative;
        left: 0;
    }
        .list-tours__item .include-tour-list-item {
            justify-content: flex-start;
        }
    .col-list .list {
        flex-direction: column;
    }
    .item-list-plus{
        width: 100%;
    }
}
.links-filter__item.active, .links-filter__item:hover {
    border-color: #0c86c2;
}
.item-table {
    min-width: 50px;
}
.tabs .scrollbar-vista > .scroll-element.scroll-x {
    height: 100%;
    background: none;
}
.tabs .scrollbar-vista > .scroll-element.scroll-x div {
    width: 100%;
    height: 23px;
    left: 0;
}
.scrollbar-vista > .scroll-element.scroll-x.scroll-element_arrows_visible .scroll-element_outer {
    left: 534px;
    width: 26px;
    height: 100%;
}
.tabs .scrollbar-vista > .scroll-element.scroll-x.scroll-element_arrows_visible .scroll-arrow_less {
    height: 108%;
}
.tabs .scrollbar-vista > .scroll-element.scroll-x.scroll-element_arrows_visible .scroll-arrow_more {
    height: 108%;
}
.scrollbar-vista > .scroll-element.scroll-x.scroll-element_arrows_visible .scroll-arrow_more:after, .tabs .scrollbar-vista > .scroll-element.scroll-x.scroll-element_arrows_visible .scroll-arrow_less:after {
    top: 50%;
    margin-top: -2px;
}
.social-list__item img{
    display: none;
}
.prise-cart .prise{
    width: 255px;
    align-items: center;
    margin-right: auto;
}
.social-list__item a {
    font-family: Fontawesome;
    color: #fff;
}
.prise.white-color {
    min-width: 359px;
    justify-content: flex-end;
    padding-right: 10px;
}
.include-tour-list-item img {
    max-width: 24px!important;
}
.text-block-25 {
    font-size: 16px;
    line-height: 1.1;
}
.img-slider-small {
    min-width: 32px;
}
.social-list__item:nth-child(1) a:before {
    content: "\f262";
    font-size: 18px;   
}
.social-list__item:nth-child(2) a:before {
    content: "\f16a";
    font-size: 22px;
}
.social-list__item:nth-child(3) a:before {
    content: "\f16d";
    font-size: 22px;
}
.social-list__item:nth-child(4) a:before {
    content: "\f082";
    font-size: 22px;
}
.bg-blue {
    padding-bottom: 0;
}
.about-us .title-center-2{
    margin-top: 60px;
}
.video-wrap {
    margin-top: 40px;
}
.data-item-tour {
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: -10px;
}
.data-item-tour:before {
    content: "\f073";
    font-family: Fontawesome;
    color: #111;
    font-size: 18px;
    margin-right: 5px;
}
.input_block.error-wrap.phone_input_wrap:before {
    top: -8px;
}
.input-cacl-wrap-2 {
    height: 40px;
}
#order_step_2_tab_2 .control {
    position: static;
    width: 190px;
}
#order_step_2_tab_2 .control img {
    min-width: 15px;
}
#order_step_2_tab_2 .inputs-wrap.no-flex {
    display: inline-block;
    width: auto;
}
#order_step_2_tab_2 .input_block.error-wrap:before {
    right: 140px;
}

.evening_detail_p_i {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
}

.evening_detail_p_i_item {
    width: 50%;
    padding-right: 25px;
}

.search-page .search-button {
    display: block;
    position: absolute;
    right: 20px;
    top: 13px;
    width: 24px;
    height: 24px;
    background-image: url('../images/magnifying-glass-finder.png');
    background-size: cover;
    border: none;
    background-color: #fff;
    cursor: pointer;
}
.search-page {
    min-height: 200px;
}

.wheelchair-filter-item {
    position: relative;
}

.popover_link {
    position: absolute;
    font-weight: bold;
    font-size: 16px;
    display: inline-block;
    border: 1px solid #335f9a;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    color: #fff;
    background-color: #335f9a;
    line-height: 22px;
}

.wheel_info_link {
    right: -12px;
    top: -15px;
}

.popover_link.discount_info {
    width: 20px;
    height: 20px;
    line-height: 18px;
    top: -3px;
    text-align: center;
    left: -23px;
}

.evning-popup .calc_ajax {
    margin-bottom: 20px;
}
.evning-popup .calc_ajax .total {
    margin-top: 20px;
}
.popover {
    width: 350px;
    padding: 10px;
    background-color: #ffffff;
    border: 1px solid #000;
    border-radius: 15px;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease;
    font-weight: normal;
    color: #111;
}

.discount_info .popover {
    text-transform: none;
    text-align: left;
    width: 220px;
    left: 40px;
    top: -45px;
    min-height: 105px;
}

.wheel_info {
    top: -71px;
    right: -375px;
}

.calendar_info_link .wheel_info {
    top: -62px;
    right: -373px;
}

.calendar_detail_link .wheel_info {
    right: 45px;
}


.calendar_detail_link .popover:before {
    left: auto;
    right: -18px;
    border-width: 8px 0 8px 18px;
    border-color: transparent transparent transparent #ffffff;
}

.calendar_detail_link .popover:after {
    left: auto;
    right: -20px;
    border-width: 9px 0 9px 20px;
    border-color: transparent transparent transparent #000;
}

.popover_link:hover .popover {
    opacity: 1;
    visibility: visible;
}

.popover:before {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 18px 8px 0;
    border-color: transparent #ffffff transparent transparent;
    position: absolute;
    bottom: 42px;
    z-index: 15;
    left: -18px;

}

.popover:after {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9px 20px 9px 0;
    border-color: transparent #000000 transparent transparent;
    position: absolute;
    bottom: 41px;
    left: -20px;
    z-index: 10;
}


.links-filter__item.list-medium-item.no-transparent {
    font-size: 19px;
}

.banner-page {
    background-image: none;
}
.evning-popup {
    display: none;
    position: fixed;
    z-index: 9000;
    left: 50%;
    top: 50%;
    background: #fff;
    padding: 20px;
    box-sizing: border-box;
    margin-left: -170px;
    margin-top: -137.5px;
    padding-top: 60px;
    width: 340px;
    box-shadow: 0 0 11px -5px #000;
}
.table-item-4 .select-wrap {
    width:70px;
}
.evning-popup .select-wrap.group-form-input {
    width: 78px;
}
.evning-popup.open {
    display: block;
}
.evning-popup .control-calc-item {
    align-items: center;
}
.evning-popup .select-wrap.group-form-input {
    margin-bottom: 0;
}
.evning-popup .group-form-wrap {
    margin: 0;
}
.item-tour-info {
    align-items: flex-start;
    position: static;
    justify-content: flex-start;
    flex-direction: column;
}
.link-12 {
    font-weight: 400;
}
.item-tour-img {
    min-height: 0px;
}
.ui-datepicker-prev.ui-corner-all, .ui-icon.ui-icon-circle-triangle-e {
    font-size: 0;
}
.ui-datepicker-prev.ui-corner-all:before {
    font-size: 26px;
    line-height: 16px;
    color: #111;
    content: "\f104";
    font-family: Fontawesome;
}
.ui-icon.ui-icon-circle-triangle-e:before {
    font-size: 26px;
    line-height: 16px;
    color: #111;
    content: "\f105";
    font-family: Fontawesome;
}
.we-chat img {
    width: 25px;
}
/*
.is_china .link-drop {
    writing-mode: vertical-lr;
} */

.menu-drop-list.is_china {
    width: 460px;
}

.item-popup {
    /*max-height: 85vh;*/
    overflow-x: auto;
}
.small-img.img-1.width-full, .small-img.img-2.width-full {
    max-width: 220px;
}
.img-col-item {
    width: 220px;
    height: 191px;
    min-width: 220px;
}
.img-col-item.img-1 {
    margin-bottom: 25px;
}
.two-col-img {
   max-width: 220px;
}
.big-img-wrap {
    height: 410px;
    width: 580px;
}
.item-popup {
    max-width: 880px;
}
.list-tours__item .include-tour-list {

    position: absolute;
    left: 0;
    bottom: 0;
    width: 444px;
    padding: 10px 0;
    background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.72) 42%, rgba(0, 0, 0, 0.77) 85%, rgba(0, 0, 0, 0.9));
    color: #fff;
    padding: 15px 15px 10px;

}
.list-tours__item {
    position: relative;
}
.include-tour-list img {
    filter: invert(1);
}
.list-tours__item .include-tour-list-item {
    margin-right: 18px;
    font-size: 14px;
    max-width: 120px;
    min-width: 120px;
    display: flex;
    justify-content: center;
}
.include-tour-list-item:last-child {
    margin-right: 0;
}
.include-tour-list-item img {
    width: 35px;
}
.list-tours__item .text-block-25 {
    font-size: 14px;
}
.list-tours__item .title-tour-item {
    font-size: 22px
}
.guids-list .bg-blue {
    padding-top: 0;
}
.testomonials-list__item > img {
    display: none;
}
.contact-form-content .w-input::placeholder,.contact-form-content .w-select::placeholder {
    color: #626262;
}
.data-item-tour {
    width: 100%;
}
.table-blue-categoru {
    width: 120px;
}
.table-item-3 {
    width: 120px;
}
.price.center.left {
    padding-left: 10px;
}

.editor_dialog .title {
    margin: inherit;
    font-size: inherit;
    font-weight: inherit;
}
.new_summ_wrap {
    position: relative;
}
.banner-header .header-banner-wrap {
    max-width: 100%;
}
.partner-list__item.trip img {
    height: 120px;
    max-width: 100%;
}

p {
    text-align: left !important;
}

.city_detail_text {
    display: none;
}

.content-wrap .title-center.big-title .title-h {
    text-transform: none;
}

h4 {
    color: #000;
}

li.country {
    margin-bottom: 5px;
}

.grant-total .text-span-5, .new_summ_title {
    margin-right: 4px;
}

span.evening_price {
    margin-left: 4px;
}
.form-2 {
    justify-content: space-between;
}
.table-blok-content {
    height: auto;
}

.discount_info_wrap {
    padding-top: 30px;
    font-size: 18px;
}

.discount_info_wrap ul {
    padding-left: 0;
    list-style-type: none;
}

.discount_info_wrap ul li b, .discount_info_wrap a {
    color: #3385c3;
}

.bronFormLine {
    display: flex;
    justify-content: space-between;
    width: 800px;
    height: 50px;
    margin-bottom: 10px;
}

.bronFormLine .labelCol {
    width: 320px;
}

.bronFormLine input {
    width: 300px;
}

.paragraph-3 {
    text-transform: none;
}

p.name a {
    transition: all 0.5s ease;
}

p.name:hover a {
    color: #0c8bca;
}

.team-guides-list__item .info-text {
    padding-bottom: 15px;
}

.list-tours__item .link-10 {
    text-transform: none;
}

.video-info {
    padding-left: 25px;
}

.video-info .title-video, .video-info .paragraph-9 {
    padding-left: 0;
}

.list-guides__item {
    height: 440px;
}

.text-block-25.small-text {
    min-width: 50px;
}

.text-block-47 {
    width: 190px;
}

.evning-popup .group-form-wrap .w-form-done div {
    line-height: 1.5;
}
.link-block-5 {
    width: 100%;
}

.succes_page {
    text-align: center;
}

.succes_page img {
    display: block;
    max-width: 100%;
    width: 250px;
    margin: 0 auto;
}

.hotel_fields_wrap.hidden {
    display: none;
}

.ui-datepicker-title select {
    width: 90px;
    margin-right: 10px;
    padding-left: 10px;
    cursor: pointer;
    -webkit-appearance: auto !important;
}

.calendar_info_link {
    right: 31px;
    top: -15px;
    z-index: 100;
    text-align: center;
}

.tours_page_form {
    padding-bottom: 5px;
}
.calendar_info_link .popover:before {
    bottom: 12px;
}

.calendar_info_link .popover:after {
    bottom: 11px;
}

.calendar_info_link .wheel_info a {
    color: #0c8dcc;
}

.advantages-list .text-block-15 {
    font-size: 18px;
}

.de_body .text-block-57 {
    font-size: 16px;
}

.de_body .text-block-57.width-big {
    font-size: 15px;
}

.de_body .submit-button-3, .fr_body .submit-button-3 {
    width: auto;
}

.ch_body .calendar_info_link .wheel_info {
    top: -35px;
}

.fr_body .link-drop {
    padding: 22px 20px;
}

@media (min-width:990px) and (max-width: 3000px) {
    .item-tour-info {
        padding-top: 15px;
        padding-bottom: 15px;
        padding-left: 25px;
    }
    .list-tours__item {
        margin-bottom: 25px;
    }
    .list-tours__item .title-tour-item {
        font-size: 20px;
    }
    .title-center .title-h {
        font-size: 30px;
    }
    .links-filter__item {
        height: 45px;
    }
    .links-filter__item.list-medium-item {
        font-size: 18px;
    }
    .links-filter__item.list-small-item {
        font-size: 18px;
    }
    .wheelchair-filter-item:after {
        font-size: 18px;
    }
    .name-control-list {
        padding: 6px 22px;
        height: 45px;
    }
    .control-list {
        width: 29px;
        height: 29px;
    }
    .title-tour-item {
        font-size: 20px;
    }
    .text-block-25 {
        font-size: 14px;
        max-width: 90px;
    }
    .name-list {
        font-size: 20px;
    }
    .include-tour-list-item img {
        width: 35px;
    }
    .include-tour-list-item {
        margin-right: 60px;
    }
    .title-list {
        font-size: 16px;
        margin-bottom: 8px;
    }
    .item-list-plus {
        font-size: 14px;
        /* width: 50%; */
    }
    .list-tours__item .prise-cart .link-block-7 {
        width: 190px;
    }
    .prise-cart .link-block-7 {
        padding: 10px 20px;
    }
    .prise-cart .link-block-7 .text-block-30 {
        font-size: 17px;
    }
    .de_body .prise-cart .link-block-7 .text-block-30 {
        font-size: 11px;
    }
    .fr_body .prise-cart .link-block-7 .text-block-30 {
        font-size: 14px;
    }
    .prise .text-block-28 {
        font-size: 24px;
    }
    .price_from_mess {
        font-size: 20px;
    }
    .fr_body .price_from_mess {
        font-size: 17px;
    }
    .prise-cart {
        max-width: 100%;
        width: auto;
        order: 2;
        margin-top: 0;
    }
    .link-10 {
        font-size: 16px;
        margin-top: 0;
    }
    .list-tours__item .link-10 {
        top: 17px;
    }
    .prise-cart .image-25 {
        margin-left: 10px;
        width: 20px;
    }
    .item-tour-img {
        min-height: 0;
        min-width: 444px;
    }
    .list-tours__item .include-tour-list {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 444px;
        padding: 10px 0;
        background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.72) 42%, rgba(0, 0, 0, 0.77) 85%, rgba(0, 0, 0, 0.9));
        color: #fff;
        padding: 15px 15px 10px;
    }
    .include-tour-list-item {
        margin-right: 40px;
    }
    .include-tour-list-item:last-child {
        margin-right: 0;
    }
    .item-tour-info {
        position: static;
    }
    .list-tours__item {
        position: relative;
    }
    .include-tour-list  img {
        filter: invert(1);
    }
    .list-info-tour {
        width: 100%;
    }
    .list-info-tour .list{
        display: flex;
        flex-flow: row wrap;
    }
    .list-tours-wrap-section-wrap .list-tours {
        padding: 0;
    }
    .list-tours-wrap-section-wrap .list-tours-wrap-cities-wrap {
        padding: 0;
    }
    .item-list-plus {
        margin-bottom: 2px;
    }
    .list-info-tour {
        margin-bottom: 15px;
        padding-right: 20px;
        margin-top: 10px;
    }
    .name-control-list.m-bottom.m-small-top {
        margin-top: 40px;
        margin-bottom: 20px;
    }
    .footer-info-company > img{
        width: 130px;
    }
    .fuuter-list-menu .list{
        font-size: 16px;
    }
    .fuuter-list-menu .list li {
        margin-bottom: 8px;
    }
    .footer.bg-blue {
        padding-top: 20px;
        padding-bottom: 0;
    }
    .footer {
        margin-top: 40px;
    }
    .footer-bottom {
        padding-top: 15px;
        padding-bottom: 9px;
    }
    .links-filter__item.small-margin-right {
        font-size: 18px;
        padding: 0 15px;
    }
    .list-filter-links {
        margin-top: 40px;
    }
    .banner-page {
        min-height: 385px;
    }
    .banner-page .bg-banner {
        background-position: 0;
    }
    .links-filter__item.active.small-margin-right {
        font-size: 18px;
    }
    .ajax_wrap .text-page{
        margin-bottom: 50px;
    }
    .text-block-36 {
        margin-bottom: 20px;
    }
    .search .search-input.w-input {
        font-size: 18px;
    }
    .faq-list-title {
        font-size: 20px;
    }
    .search img {
        width: 20px;
    }
    .anhor-link {
        font-size: 16px;
        padding-top: 15px;
        padding-bottom: 13px;
    }
    .anhor-link-2 {
        font-size: 16px;
        padding-top: 15px;
        padding-bottom: 13px;
    }
    .testomonials-list__item {
        font-size: 16px;
    }
    .image-26 {
        width: 50px;
    }
    .text-clients {
        margin-bottom: 21px;
    }
    .testomonials-list__item .div-block-2 {
        margin-bottom: 21px;
    }
    .testomonials-list__item {
        margin-bottom: 35px;
    }
    .name-guides {
        font-size: 20px;
    }
    .team-guides-list__item .info-text {
        font-size: 16px;
    }
    .team-guides-list__item .photo {
        min-height: 250px;
        min-width: 335px;
    }
    .right-conent-block {
        display: flex;
        flex-direction: column;
    }
    .table-wrap-block {
        order: 3;
    }
    .big-img {
        height: 426px;
    }
    .small-img {
        height: 201px;
    }
    .right-conent-block {
        position: relative;
    }
    .price-cart-wrap .prise{
        /* position: absolute;
        top: 365px;
        color: #fff; */
        width: 600px;
        /* height: 60px; */
        margin-right: auto;
        margin-bottom: 0;
        /* display: flex;
        align-items: center;
        padding-left: 20px;
        background: #1111118a;*/
    }
    .price-cart-wrap.margin-b-small {
        margin-bottom: 0;
    }
    /* .evening_add_to_cart {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    } */
    .evening_add_to_cart .text-block-47 {
        margin-right: 20px;
    }
    .evening_add_to_cart .control-calc-item {
        margin-bottom: 0;
    }
    .link-block-7 {
        padding: 10px 20px;
    }
    .link-block-7 .text-block-30 {
        font-size: 17px;
    }
    .image-28 {
        width: 20px;
        margin-left: 10px;
    }
    .select-field.form-grup-select {
        font-size: 16px;
    }
    .text-field.form-grup-select {
        font-size: 16px;
    }
    .text-block-47 {
        font-size: 16px;
    }
    .select-field-2.form-grup-select {
        font-size: 16px;
    }
    .adults-wrap {
        font-size: 16px;
        margin-top: 25px;
    }
    .adults {
        font-size: 16px;
    }
    .total {
        font-size: 18px;
    }
    .total .text-block-37 {
        font-size: 18px;
    }
    .group-submit {
        height: 45px;
        font-size: 17px;
    }
    .image-31 {
        right: 60px;
        width: 20px;
        top: 13px;
    }
    .title-form-sidebar {
        height: 45px;
        font-size: 18px;
    }
    .text-block-25.small-text {
        font-size: 14px;
        max-width: 73px;
    }
    .title-list-info-group {
        height: 45px;
        font-size: 22px;
    }
    .e_tours_slider .title-center{
        margin-top: 40px;
    }
    .e_tours_slider .list-excursions__item .img-bg{
        height: 237px;
    }
    .control-calc-item {
        margin-bottom: 15px;
    }
    .control-calc-wrap {
        margin-top: 25px;
    }
    .group-form-wrap .submit-wrap {
        margin-top: 25px;
    }
    .group-form-wrap .w-form {
        margin-bottom: 0;
    }
    .group-bg-info, .mask-4, .slider-4.w-slider {
        height: 481px;
    }
    .hotel_filter .links-filter__item {
        width: 100%;
        font-size: 16px;
        padding: 0 12px;
    }
    .hotel_filter .links-filter__item:last-child {
        margin-right: 0;
    }
    .cuisine-list {
        margin-top: 40px;
    }
    .cuisine-photo {
        height: 270px;
        min-height: 270px;
        
    }
    .cuisine-info {
        padding: 20px 13px 13px;
    }
    .cuisine-title.show-popup-item.no-margin span {
        font-size: 16px;
    }
    .links-filter__item.list-medium-item.no-transparent {
        font-size: 18px;
    }
    .link-block-10:nth-child(3) img {
        max-width: 45px;
    }
    .link-block-10 {
        padding: 6px 0;
    }
    a.link-block-10:before {
        border: 42px solid transparent;
        right: -84px;
        border-left-color: inherit;
    }
    a.link-block-10.no-margin:before {
        border: 42px solid transparent;
        display: none;
    }
    .form-data-input.full .w-input {
        font-size: 16px;
    }
    .evening_basket_wrap .inputs-wrap-block {
        padding-bottom: 0;
    }
    .inputs-col-1 .input-cacl-wrap:last-child{
        margin-bottom: 0;
    }
    .input-cacl-wrap {
        max-height: 45px;
        height: 45px;
    }
    .input-cacl-wrap.text-arria {
        max-height: none;
        height: auto;
    }
    .inputs-wrap-block {
        padding: 35px 58px 35px;
    }
    .inputs-wrap-block.title-head {
        padding-top: 35px;
    }
    .input-cacl-wrap-2:last-child {
        margin-bottom: 0;
    }
    .input-cacl-wrap-2 textarea {
        margin-bottom: 0;
    }
    .inputs-wrap-block.title-head {
        margin-bottom: 50px;
    }
    .submit-button-3 {
        margin-top: 20px;
    }
    .tour_options_link {
        bottom: 21px;
        font-size: 14px;
        left: 140px;
    }
}

@media (max-width: 900px) {
    .bronFormLine {
        width: auto;
    }
    .table-item-6, .table-item-5, .table-item-4, .table-item-3 {
        width: 25%;
    }
    .submit-button-3 {
        margin-top: 0;
    }
    .input-cacl-wrap-2 {
        height: auto;
    }
    .intl-tel-input .selected-flag .iti-flag {
        top: 2px!important;
        left: 4px;
    }
    #order_form .w-form.position-rel .inputs-wrap-block.payment_radio {
        padding: 55px 38px 15px;
    }
    .title-header-block {
        left: 10px;
        font-size: 18px;
    }
    .table-item-3 {
        flex-direction: column;
    }
    .table-item-3 .price.padding-left-mobile {
        padding-left: 5px !important;
        padding-right: 5px;
        font-size: 12px;
        height: 67px;
        word-wrap: anywhere;
        padding-top: 8px;
    }
    .price.m-bottom {
        height: 67px;
    }
    .table-blok-content {
        height: 67px;
    }
    .price.center {
        height: 67px;
    }
    .e_tours_slider .w-slider-arrow-left {
        left: auto;
    }

    .wheel_info {
        top: -150px;
        right: -3px;
    }

    .wheel_info_link {
        right: -8px;
    }

    .wheel_info.popover.active {
        opacity: 1;
        visibility: visible;
    }

    .wheel_info.popover:before {
        border-width: 18px 8px 0 8px;
        border-color: #ffffff transparent transparent transparent;
        bottom: -18px;
        left: 92%;
    }

    .wheel_info.popover:after {
        border-width: 20px 9px 0 9px;
        border-color: #000000 transparent transparent transparent;
        bottom: -20px;
        left: 91.7%;
    }

    .calendar_info_link .wheel_info {
        top: -115px;
        right: -9px;
    }

    .calendar_detail_link .wheel_info {
        right: -20px;
    }

    .calendar_detail_link .wheel_info.popover:before {
        left: 89%;
    }

    .calendar_detail_link .wheel_info.popover:after {
        left: 88.7%;
    }

}
.item-popup.cost-calc-popup {
    transform: none;
    margin-left: -205px;
    margin-top: -50vh;
    overflow: visible;
}
.evening-table-wrap-block .taable-content-scroll-block {
    max-width: 600px;
}
.name.table-name {
    width: 209px;
}
.evening-table-wrap-block .name.table-name {
    width: 235px;
}
.evening-table-wrap-block {
    margin-top: 20px;
}
.table-item-3 .price.padding-left-mobile {
    padding-left: 11px;
}
.group-right ul {
    padding-left: 18px;
}
.price.m-bottom, .table-item-3 .price.padding-left-mobile, .price.center {
    height: 81px;
    display: flex;
    align-items: center;
    text-align: center;
}
.table-blok-content {
    height: 81px;
}
.evening-table-wrap-block .name{
    font-family: Lato, sans-serif;
}

.form-block input[type="text"] {
    font-size: 19px;
}

.price.center.left {
    justify-content: flex-start;
}

.card-form .input-cacl-wrap {
    height: auto;
    max-height: none;
}

.card-form .g-recaptcha {
    float: right;
}

.personal-tour-form .g-recaptcha {
    margin-top: 15px;
}

.name.table-name .text-block-51, .taable-content-scroll-content:first-child .item-table {
    font-weight: bold;
}

.group-right .table-wrap-block {
    margin-top: 15px;
}

.payment_block ul a {
    color: #0c86c2;
}

.top-link span {
    color: #000000;
}

.de_body .image-31 {
    right: 25px;
}

.fr_body .image-31 {
    right: 35px;
}

.de_body .tab-link-tab-2 {
    font-size: 15px;
}

.bank-list img {
    margin-right: 5px;
}

.left.controlCol .select-field {
    border: 1px solid #cccccc;
    width: 300px;
    margin-right: -20px;
    border-right: none;
}

.vaucher_form_wrap {
    margin-top: 50px;
}

p.error {
    color: red;
    margin-top: 30px;
}

p.success {
    color: green;
    margin-top: 30px;
}

.vaucher_main_text {
    padding-top: 40px;
    text-align: center;
    padding-bottom: 20px;
}

.vaucher_main_text p {
    font-size: 20px;
    text-align: center !important;
}

.vaucher_main_text p a {
    color: #0c8dcc;
}

.vaucher_main_text .w-button {
    text-align: center;
    text-transform: uppercase;
    margin-top: 25px;
    height: auto;
}

.tpa_icon_wrap {
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
}

.list-tours__item .tpa_icon_wrap {
    width: 80px;
    right: auto;
    left: 0;
}

.tpa_icon_wrap img {
    max-width: 100%;
}

.group-form-wrap .input_wrap {
    width: 100%;
    margin-bottom: 15px;
}

p.form_info {
    font-size: 14px;
    padding: 10px;
    background-color: #dddddd;
}

.main_contact_link {
    text-align: center;
}

.main_contact_link a {
    text-transform: uppercase;
}

@media (max-width: 768px) {
    .popover {
        width: 320px;
    }
    .popover_link:hover .popover {
        z-index: 2000;
    }
    .tour_options_link {
        bottom: 15px;
        left: 254px;
    }
    .item-tour-img {
        min-height: 240px;
    }
    .include-tour-list.white-content {
        width: 100%;
        padding-right: 11px;
        flex-direction: row;
    }
    .include-tour-list-item.small-m-right:nth-child(1) {
        max-width: 90px;
    }
    .include-tour-list-item.small-m-right {
        margin-right: 0;
        max-width: 85px;
    }
    .list-tours__item .include-tour-list-item {
        margin-right: 10px!important;
    }
    .list-tours__item .include-tour-list-item:last-child {
        margin-right: 0!important;
    }
    .text-block-25.small-text {
        margin-left: 5px;
        font-size: 14px;
    }
    .list-filter-links.medium-list-filter.col-vertical {
        overflow: visible;
    }

    .evening_detail_wrap .title-center.big-title {
        margin-top: 20px;
    }
    .ui-datepicker {
        z-index: 10000 !important;
    }

}

@media (max-width: 560px) {
    .tour_options_link {
        position: relative;
        left: 0;
    }
    .bronFormLine {
        flex-direction: column;
        height: auto;
    }

    .bronFormLine .labelCol {
        margin-bottom: 15px;
    }

    .bronFormLine input {
        width: 100%;
    }

    .step-wrap a img {
        display: none;
    }
    .step-wrap a div {
        font-size: 0;
        margin: 0;
    }
    .step-wrap .link-block-10 {
        width: 32%;
        margin-right: 2%;
    }
    .step-wrap .link-block-10:last-child {
        margin-right: 0;
    }
    .step-wrap a > div:before {
        font-size: 18px;
    }
    .step-wrap a:nth-child(1) div:before {
        content: "1";
    }
    .step-wrap a:nth-child(2) div:before {
        content: "2";
    }
    .step-wrap a:nth-child(3) div:before {
        content: "3";
    }
    .title-center.big-title {
        margin-bottom: 20px;
    }

    .ui-state-default {
        padding-top: 2px;
        padding-bottom: 2px;
    }

    .text-block-63.small-text {
        font-size: 14px;
    }

    #order_ajax .text-block-64, .text-block-63.text-width.small-text {
        font-size: 16px;
    }

    .payment_block_info_wrap {
        padding: 10px;
        font-size: 14px;
    }

    .payment_block_info_wrap p {
        font-size: 16px;
    }

    .payment_block a.w-button {
        font-size: 25px;
    }

    .table-wrap-block .name.table-name {
        min-width: 136px;
    }

    .is_china .link-drop {
        writing-mode: horizontal-tb;
    }

    .ch_body .list-tours__item .include-tour-list-item {
        width: 60px;
    }

    .video-wrap .wrap-you {
        height: auto;
    }

    .vaucher_main_text {
        padding-top: 0;
        padding-bottom: 0;
    }

    .menu-drop-list.is_china {
        width: 100%;
    }

}
@media screen and (max-width: 479px) {
    .video-wrap iframe {
        min-height: auto !important;
        height: 100% !important;
    }
    .body_table tr{
        width: 100%;
        display: flex;
        flex-flow: row wrap;
        flex-direction: column;
        margin-bottom: 30px;
    }
    .contast-form .input_wrap{
        margin-right: 0;
        width: 100%;
        min-width: 0;
        margin-bottom: 10px;
    }
    .contast-form  .form-top {
        margin-top: 30px;
    }
    .contast-form .input_wrap.right-m {
        margin-right: 0;
    }
    .partner-list__item.trip img {
        height: auto;
    }
    .partner-list__item:nth-child(3) img{
        height: 40px;
    }
    .item-popup.open {
        width: 95%;
        z-index: 9999;
        padding-top: 50px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .img-item-popup-wrap {
        flex-flow: row wrap;
    }
    .big-img-wrap {
        margin: 0;
        width: 100%;
        height: 200px;
    }
    .img-col {
        display: flex;
        flex-flow: row nowrap;
        width: 100%;
        margin-top: 10px;
    }
    .img-col-item {
        width: 48%;
        height: 131px;
        min-width: 0;
    }
    .img-col-item.img-1 {
        margin: 0;
        margin-right: 4%;
    }
    .advantages-list__item {
        padding-top: 111px;
        height: 226px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .text-block-15 {
        font-size: 18px;
    }
    .advantages-list__item {
        width: 46%;
        margin-right: 4%;
    }
    .advantages-list {
        padding-left: 0;
        padding-right: 0;
    }
    .item-tour-info .title-tour-item {
        width: 100%;
    }
    .header .link-drop {
        color: #fff;
        padding: 12px 37px;
        font-size: 15px;
        width: 100%;
        text-align: left;
    }
    .control-calc-item {
        margin-bottom: 13px;
    }
    .adults-wrap {
        margin-top: 20px;
    }
    .total {
        margin-top: 14px;
    }
    .submit-wrap {
        margin-top: 25px;
    }
    .control-calc-wrap {
        margin-top: 11px;
    }
    .list-tours__item .include-tour-list-item:nth-child(1) {
        min-width: 120px;
        max-width: 120px;
    }
    .list-tours__item .include-tour-list-item {
        justify-content: flex-start;
        min-width: 100px;
        max-width: 85px;
        margin-right: 9px;
    }
    .list-tours__item .include-tour-list {
        top: 96px;
        height: 132px;
        justify-content: flex-start;
        flex-direction: row;
        flex-flow: row wrap;
        padding: 10px;
        align-items: flex-end;
    }
    .prise.white-color {
        min-width: 100%;
    }
    .tab-link-tab-2-2.padding-small {
        margin-right: 0;
    }
    .item-popup.cost-calc-popup {
        margin: 0;
        top: 50%;
        z-index: 9999 !important;
        left: 50%;
        width: 100%;
        height: 90vh;
        transform: translateY(-50%) translateX(-50%);
    }
    .submit-wrap .group-submit .image-31 {
        right: 20px;
    }
    .select-field, .form-block input[type="text"] {
        font-size: 15px;
    }
    .step-wrap {
        flex-direction: row;
        flex-flow: row wrap;
    }

    .link-block-2 {
        width: 75px;
    }

    .questions-flex {
        padding-left: 0;
        padding-right: 0;
        font-size: 13px;
    }

    .questions-flex .link-7 {
        font-size: 15px;
    }

}

.wa-link-block{
    display: block;
    position: fixed;
    bottom: 30px;
    width: 60px;
    height: 60px;
    right: 30px;
	z-index: 1000000;
}

.wa-link-block img{
    width: 60px;
    height: 60px;
}

.order_request_info {
    font-size: 28px;
}

.order_request_info a {
    color: #0c86c2;
}


@media only screen and (max-width : 768px) {
    .wa-link-block{
        bottom: 30px;
    }
}