

/* Start:/local/templates/vodohod/styles.css?170497845421285*/

.content-page .section-aside-menu {
    margin-top: 0;
}

h2 {
    font-size: 22px;
}

.content-page h1 {
    font-size: 45px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 40px;
}

.content-page h2 {
    font-weight: 600;
    /* font-size: 36px; */
    line-height: 1.2;
    margin-bottom: 20px;
}

.content-page h3 {
    font-weight: 600;
    /* font-size: 24px; */
    line-height: 1.2;
    margin-bottom: 20px;
}

.content-page h4 {
    font-weight: 600;
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 20px;
}

.content-page h5 {
    font-weight: 600;
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 20px;
}

.content-page .ex-row {
    display: flex;
    margin: 0 -15px;
}

.content-page .ex-item {
    flex: 1 1 auto;
    padding: 0 15px;
}

.content-page .ex-item--small {
    flex: 0 0 33.333%
}

@media (max-width: 1023px) {
    .content-page .ex-item {
        width: 100% !important;
        padding-bottom: 30px;
    }
}

.content-page .ex-img {
    max-width: 100%;
    max-height: 100%;
    margin-bottom: 40px;
}

.content-page ul {
    list-style-type: none;
}

.content-page ul li {
    position: relative;
    margin-bottom: 8px;
    padding-left: 22px;
}

.content-page ul li:after {
    content: '';
    position: absolute;
    top: 8px;
    left: 2px;
    width: 6px;
    height: 6px;
    background-color: #8E2E3F;
    border-radius: 50%;
}

.content-page ol {
    counter-reset: item;
}

.content-page ol li {
    display: block;
    position: relative;
    padding-left: 28px;
    margin-bottom: 8px;
}

.content-page ol li:before {
    content: counter(item) ". ";
    counter-increment: item;
    color: #7187F7;
    position: absolute;
    top: 0;
    left: 0;
    width: 25px;
}

.content-page .ex-idea {
    padding: 40px;
    background-color: #080350;
    color: #fff;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 40px;
}

.content-page blockquote {
    padding: 40px 40px 40px 90px;
    background-color: #F7FAFF;
    color: #0C2241;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    margin: 0 0 40px 0;
    position: relative;
}

.content-page blockquote:after {
    content: '';
    width: 24px;
    height: 22px;
    position: absolute;
    top: 40px;
    left: 40px;
    background-image: url(/local/client/img/blockquote.svg);
    background-position: center;
    background-size: contain;
}

.content-page .ex-author {
    display: block;
    margin-top: 10px;
    color: #5D6877;
    font-size: 16px;
}

.content-page tr th {
    font-size: 12px;
    text-align: center;
    padding: 10px 8px;
    text-transform: uppercase;
}

.content-page tr th:nth-child(2) {
  width: 80px;
}

.content-page tr th:nth-child(3) {
    width: 110px;
}

.content-page tr th:nth-child(4) {
    width: 160px;
}

.content-page tr th:nth-child(5) {
    width: 95px;
}

.content-page tr th:nth-child(6) {
    width: 73px;
}

.content-page tr th:nth-child(7) {
    width: 73px;
}

.content-page tr th:nth-child(8) {
    text-align: center;
}

.content-page tr th:nth-child(9) {
    width: 120px;
}

.content-page tr th:nth-child(10) {
    width: 137px;
}

.content-page tr th:nth-child(11) {
    width: 85px;
}

.content-page tr th:nth-child(12) {
    width: 90px;
}

.content-page .services tr th {
    vertical-align: top;
    text-align: start;
}

.content-page .services .ex-lk-orders__order-owner-info {
    word-break: break-all;
}

.content-page .services .ex-lk-orders__order-passengers {
    /* word-break: break-all; */
}

.content-page tr td {
    font-size: 15px;
}

.content-page table {
    table-layout: fixed;
}

.content-page table td {
    display: table-cell;
    padding: 10px;
    border: 1px solid #EEF3F8;
    border-bottom: none;
}

.content-page table:not(.without-head) tr:first-child > td {
    font-size: inherit !important;
    font-weight: inherit !important;
}

.content-page .section-aside__main a {
    text-decoration: underline;
    color: #7187f7;
}

div:not(#bx_admin_form) .content-page table.ex-lk-orders {
    width: calc(100% - 1px);
}

div:not(#bx_admin_form) table.ex-table-small--light tr:nth-child(odd) {
    background-color: #fff;
}

div:not(#bx_admin_form) table.ex-table-small--light tr:first-child {
    background-color: #eef3f8;
}

.simple-form {
    width: 100%;
    padding: 30px;
    background-color: #EDF1F8;
}

.simple-form__title {
    color: #0C2241;
    margin-bottom: 10px;
    font-size: 26px;
    font-weight: 700;
}

.simple-form__descr {
    font-size: 20px;
    color: #0C2241;
    line-height: 1.2;
    margin-bottom: 30px;
}

.simple-form__element {
    margin-bottom: 20px;
    width: 100%;
}

.simple-form__input {
    width: 100%;
    padding: 20px;
    background-color: #fff;
    border-radius: 2px;
    border: 0;
}

.simple-form__input:focus {
    outline: 0;
}

.simple-form__input::-moz-placeholder {
    font-size: 13px;
    color: #8395AF;
}

.simple-form__input::-webkit-input-placeholder {
    font-size: 13px;
    color: #8395AF;
}

.simple-form__input:-ms-input-placeholder {
    font-size: 13px;
    color: #8395AF;
}

.simple-form__input::-ms-input-placeholder {
    font-size: 13px;
    color: #8395AF;
}

.simple-form__input::placeholder {
    font-size: 13px;
    color: #8395AF;
}

.simple-form__submit {
    width: 100%;
    padding: 20px;
    text-align: center;
    font-size: 12px;
    text-transform: uppercase;
    color: #FFFFFF;
    background-color: #9A243D;
    border: 0;
    border-radius: 2px;
    cursor: pointer;
    transition: all .3s;
}

.simple-form__submit.disabled {
    opacity: .5;
    pointer-events: none;
}

.simple-form__personal-info {
    margin-top: 10px;
}

.simple-form__checkbox {
    display: none;
}

.simple-form__checkbox-label {
    display: block;
    font-size: 11px;
    color: #0C2241;
    position: relative;
    padding-left: 26px;
    cursor: pointer;
}

.simple-form__checkbox-label:before {
    content: '';
    display: block;
    width: 17px;
    height: 17px;
    position: absolute;
    top: 3px;
    left: 0;
    border: 1px solid #C9D4E4;
    background-color: #fff;
    transition: all .3s;
}

.simple-form__checkbox:checked + .simple-form__checkbox-label:after {
    opacity: 1;
}

.simple-form__checkbox-label:after {
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 5px;
    left: 2px;
    opacity: 0;
    background-color: #9A243D;
    transition: all .3s;
}

.simple-form__element .iti {
    width: 100%;
}

.simple-form__error {
    font-size: 14px;
    margin-top: 10px;
    color: #9A243D;
    display: none;
}

.simple-form__error.show {
    display: block;
}

.ex-info-card {
    border: 1px solid #E3EAF0;
    padding: 35px 29px;
}

.ex-info-card__title {
    font-weight: 600;
    font-size: 32px;
    color: #0C2241;
    margin-bottom: 10px;
}

.ex-info-card__descr {
    font-size: 24px;
    line-height: 1.5;
}

.ex-content-prompt {
    font-size: 24px;
    line-height: 1.2;
}

.content-page tr.ex-table-header-small th,
.ex-table-header-small {
    font-size: 12px;
}

.content-page ._text-center {
    text-align: center;
}

.content-page ._content-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.content-page .ex-item.ex-item__with-table {
    padding: 0;
}

.content-page .ex-item.ex-item__with-table th:first-child {
    width: 160px;
}

.content-page .ex-item.ex-item__with-table th:last-child {
    width: 80px;
    padding: 14px 7px;
}

.content-page .ex-info-card tr th:first-child, td:first-child {
    text-align: left;
}

.content-page .ex-info-card tr td:last-child {
    font-weight: 500;
}

.ex-table-small {
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 1.3;
    text-align: center;
}

.ex-table-small td {
    padding: 10px 15px !important;
}

.ex-col-cruise {
    width: 200px;
}

.ex-col-ship-class {
    width: 175px;
}

.ex-col-reward {
    width: 145px;
}

.ex-small-grey {
    font-size: 12px;
    font-size: 1.2;
    color: #5F6D80;
}

.ex-ship-name {
    color: #0C2241;
    font-weight: 700;
}

.content-page .section-aside__main .ex-link-undr-none,
.ex-link-undr-none {
    text-decoration: none;
}

.ex-info-line {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px 30px;
}

.ex-info-line__item {
    width: 33.3333%;
    padding: 0 15px;
}

.ex-info-line__name {
    font-size: 14px;
    line-height: 1.4;
    color: #5F6D80;
}

.ex-info-line__value {
    font-weight: 700;
    font-size: 20px;
    color: #0C2241;
}

@media (max-width: 1023px) {
    .ex-info-line {
        margin-bottom: 15px;
    }

    .ex-info-line__item {
        width: 100%;
        margin-bottom: 10px;
    }
}

.content-page table:not(.without-head) tr:first-child > td.ex-th-small,
.ex-th-small {
    color: #0C2241;
    font-weight: 700 !important;
    line-height: 1.4;
    text-transform: uppercase;
    font-size: 12px !important;
}

.content-page .section-aside__main .excruise-list__opener,
.excruise-list__opener {
    padding: 4px 6px;
    border: 1px solid #6E86FF;
    color: #6E86FF;
    font-size: 12px;
    border-radius: 4px;
    text-decoration: none;
}

.ex-cruise-list {
    text-align: left;
}

.ex-cruise-list__item + .ex-cruise-list__item {
    margin-top: 10px;
}

.ex-cruise-list__footer {
    margin-top: 10px;
}

.ex-pagination-box .b-pagination {
    margin-top: 0;
}

.b-form__item.b-form__item--limit {
    margin-bottom: 0;
}

.b-form__item--limit,
.b-form__item--limit .select-wrapper,
.b-form__item--limit .select,
.b-form__item--limit .select > .label {
    height: 100%;
}

.b-form__item--limit .select > .label {
    padding: 5px 9px 5px 20px;
    min-height: 1px;
    height: 100%;
    line-height: 1;
}

.b-form__item--limit .select:before,
.b-form__item--limit .select:after {
    right: 12px;
}

.b-form__item--limit .select-items ul li {
    margin-bottom: 0;
}

.b-form__item--limit .select-items ul > * {
    padding: 7px 36px 6px 14px;
    min-height: 1px;
}

.b-form__item--limit .select-scroll ul li.selected:after {
    right: 5px;
    top: 10px;
    left: auto;
}

.b-form__item--limit .select-scroll ul li:after {
    background-color: transparent;
}

/* Style position pagination */
.b-pagination-box--grid {
    display: grid;
    grid-template-columns: 1fr auto minmax(auto, 1fr);
    grid-gap: 100px;
}

.b-pagination-box--grid .b-pagination {
    justify-content: flex-start;
}

.b-pagination-box--top {
    margin-bottom: 25px;
}

.b-pagination-box--bottom {
    margin-top: 25px;
}

.b-pagination-box--top .b-pagination,
.b-pagination-box--bottom .b-pagination {
    margin: 0;
}

/* Style position pagination END */
.b-pagination-box--hide-arrow .b-pagination__item--arrow:before {
    content: none;
}

.ex-pagination-box.b-pagination-box--ex .b-pagination__inner {
    justify-content: center;
}

.b-pagination-box .show-more-box {
    padding-top: 20px;
    text-align: center;
}

.content-page .section-aside__main .b-pagination__item {
    color: #8F2E3F;
    text-decoration: none;
}

.content-page .section-aside__main .b-pagination__item:hover,
.content-page .section-aside__main .b-pagination__item.active {
    color: #fff;
}

.ex-table-box {
    width: 100%;
}

div:not(#bx_admin_form) .ex-table-box table td:not([class]) {
    display: table-cell;
    padding: 10px 15px;
    border: 1px solid #EEF3F8;
}

div:not(#bx_admin_form) .ex-table-box table tr {
    display: table-row;
}

.suggestions-hint,
.suggestions-promo {
    display: none !important;
}

.suggestions-suggestions {
    border-color: #8495a8 !important;
    margin-top: -1px;
    font-size: 15px !important;
    font-weight: 500 !important;
    color: #0c2241 !important;
}

.b24-widget-button-position-bottom-right {
    right: 32px;
    bottom: 52px;
    z-index: 100000000;
}

@media (max-width: 1023px) {
    .b24-widget-button-position-bottom-right {
        bottom: 73px!important;
    }
}

@media (max-width: 768px) {
    .b24-form-dropdown-container {
        bottom: -165px;
        right: -14%;
    }

    .mobile-variant .b24-window-widget-p-bottom-right {
        bottom: 0;
    }
}

@media (max-width: 520px) {
    .b24-form-dropdown-container {
        bottom: 100px;
        right: 2%;
        min-height: 100%;
    }

    /* .vdpTable {
      width: auto !important;
    } */
}

@media (orientation: landscape) and (max-width: 1024px) {
    .mobile-variant .b24-window-widget-p-bottom-right {
        bottom: 0;
    }

    .b24-form-dropdown-container {
        bottom: -165px;
    }
}

/* ecли устройство определилось как телефон то эти стили */
.mobile-variant .b24-widget-button-position-bottom-right {
    opacity: 0;
}

.b24-widget-button-position-bottom-right.b24-mobile {
    opacity: 1;
    right: 14px;
    bottom: 13px;
}

.b24-mobile .b24-widget-button-inner-mask {
    height: 66px;
}

.b24-mobile .b24-widget-button-block {
    width: 50px;
    height: 50px;
}

.b24-mobile .b24-widget-button-inner-block {
    height: 54px;
}

.b24-form-dropdown-container .vdpHeadCell {
    padding: 5px 0 0;
}

.b24-form-dropdown-container div:not(#bx_admin_form) table:not(.without-head) tr:first-child > td {
    font-size: 14px;
    font-weight: normal;
}

@media (max-width: 1500px) {

    div:not(#bx_admin_form) .ex-table-box table {
        min-width: 950px;
    }

    div:not(#bx_admin_form) .ex-table-box table.passenger-list__table {
        min-width: 1200px;
    }

    .ex-table-box {
        /* overflow: auto; */
        min-width: 1200px;
    }
}


@media (max-width: 767px) {
    div:not(#bx_admin_form) .ex-table-box table:not(.without-head) tr:first-child {
        display: table-row;
    }

    /* Мобильная версия календаря */
    .vdpTable {
        width: 100% !important;
        max-width: 260px !important;
    }

    .vdpTable tr {
        display: flex !important;
    }

    .b24-form-dropdown-container .vdpHeadCell {
        flex-grow: 1;
    }

    .vdpCell {
        padding: 0.5em 0 !important;
        flex-grow: 1 !important;
        flex-basis: 14.28%;
    }

    table.vdpTable tr:first-child > td {
        font-size: 10px !important;
    }

    .vdpRow {
        padding: 0 10px !important;
    }

    .b24-window-close {
        z-index: 2 !important;
    }
}

.contacts-c1vobx {
    text-align: center;
}

.contacts-c1vobx a {
    display: inline-block;
    background: #9A243D;
    border-radius: 2px;
    text-align: center;
    color: #fff;
    border: 0;

    position: relative;
    text-transform: none;
    font-size: 17px;
    font-weight: 500;
    padding: 9px 15px;
    width: 200px;

    margin-bottom: 20px;
}

.tooltip--cruises .tooltip__text, .d-p-tabs__soc .tooltip__text {
    left: auto;
    right: 0;
    white-space: nowrap;
    padding: 8px 15px;
    margin-bottom: 4px
}

.d-p-tabs__soc a svg {
    height: 20px;
    width: 18px;
}

.c-sort__items a.tooltip--cruises {
    padding: 0 24px 0 0;
}

/**/
.ship-description__gallery-btns.mobile-hide {
    display: none;
}

@media (max-width: 767px) {
    .about__link--small {
        height: auto !important;
        font-size: 0;
    }

    .about__link--small img {
        aspect-ratio: 3 / 2;
        object-fit: unset;
        position: relative;
    }

    .b-breadcrumbs {
        flex-wrap: wrap;
        gap: 10px 0
    }

    .section-aside__sidebar {
        margin-left: 0;
    }
}

.ex-lk-orders__widget_code {
    white-space: nowrap;
    overflow: hidden;
    position: relative;
}

.ex-lk-orders__widget_code::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 100%;
    background: -moz-linear-gradient(left, rgba(238, 243, 248, 0.2), rgba(238, 243, 248, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(238, 243, 248, 0.2), rgba(238, 243, 248, 1) 100%);
    background: -o-linear-gradient(left, rgba(238, 243, 248, 0.2), rgba(238, 243, 248, 1) 100%);
    background: -ms-linear-gradient(left, rgba(238, 243, 248, 0.2), rgba(238, 243, 248, 1) 100%);
    background: linear-gradient(to right, rgba(238, 243, 248, 0.2), rgba(238, 243, 248, 1) 100%)
}

.td-widget-code {
    position: relative;
}

.td-widget-code:hover .ex-lk-orders__widget_code {
    white-space: normal;
    overflow-wrap: anywhere;
}

.td-widget-code:hover .ex-lk-orders__widget_code:after {
    display: none;
}

.wc-tooltip {
    position: absolute;
    background: #FFF1CD;
    width: max-content;
    left: -90px;
    padding: 8px 16px;
    border-radius: 4px;
    box-shadow: 0 0 16px #868789;
}

.td-widget-code-link:after {
    position: relative;
    top: 2px;
    display: inline-block;
    content: '';
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    width: 14px;
    opacity: 0.8;
    height: 14px;
    margin-left: 6px;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMTE1Ljc3IDEyMi44OCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTE1Ljc3IDEyMi44OCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHN0eWxlIHR5cGU9InRleHQvY3NzIj4uc3Qwe2ZpbGwtcnVsZTpldmVub2RkO2NsaXAtcnVsZTpldmVub2RkO308L3N0eWxlPjxnPjxwYXRoIGZpbGw9IiMwYzIyNDEiIGNsYXNzPSJzdDAiIGQ9Ik04OS42MiwxMy45NnY3LjczaDEyLjE5aDAuMDF2MC4wMmMzLjg1LDAuMDEsNy4zNCwxLjU3LDkuODYsNC4xYzIuNSwyLjUxLDQuMDYsNS45OCw0LjA3LDkuODJoMC4wMnYwLjAyIHY3My4yN3YwLjAxaC0wLjAyYy0wLjAxLDMuODQtMS41Nyw3LjMzLTQuMSw5Ljg2Yy0yLjUxLDIuNS01Ljk4LDQuMDYtOS44Miw0LjA3djAuMDJoLTAuMDJoLTYxLjdINDAuMXYtMC4wMiBjLTMuODQtMC4wMS03LjM0LTEuNTctOS44Ni00LjFjLTIuNS0yLjUxLTQuMDYtNS45OC00LjA3LTkuODJoLTAuMDJ2LTAuMDJWOTIuNTFIMTMuOTZoLTAuMDF2LTAuMDJjLTMuODQtMC4wMS03LjM0LTEuNTctOS44Ni00LjEgYy0yLjUtMi41MS00LjA2LTUuOTgtNC4wNy05LjgySDB2LTAuMDJWMTMuOTZ2LTAuMDFoMC4wMmMwLjAxLTMuODUsMS41OC03LjM0LDQuMS05Ljg2YzIuNTEtMi41LDUuOTgtNC4wNiw5LjgyLTQuMDdWMGgwLjAyaDYxLjcgaDAuMDF2MC4wMmMzLjg1LDAuMDEsNy4zNCwxLjU3LDkuODYsNC4xYzIuNSwyLjUxLDQuMDYsNS45OCw0LjA3LDkuODJoMC4wMlYxMy45Nkw4OS42MiwxMy45NnogTTc5LjA0LDIxLjY5di03Ljczdi0wLjAyaDAuMDIgYzAtMC45MS0wLjM5LTEuNzUtMS4wMS0yLjM3Yy0wLjYxLTAuNjEtMS40Ni0xLTIuMzctMXYwLjAyaC0wLjAxaC02MS43aC0wLjAydi0wLjAyYy0wLjkxLDAtMS43NSwwLjM5LTIuMzcsMS4wMSBjLTAuNjEsMC42MS0xLDEuNDYtMSwyLjM3aDAuMDJ2MC4wMXY2NC41OXYwLjAyaC0wLjAyYzAsMC45MSwwLjM5LDEuNzUsMS4wMSwyLjM3YzAuNjEsMC42MSwxLjQ2LDEsMi4zNywxdi0wLjAyaDAuMDFoMTIuMTlWMzUuNjUgdi0wLjAxaDAuMDJjMC4wMS0zLjg1LDEuNTgtNy4zNCw0LjEtOS44NmMyLjUxLTIuNSw1Ljk4LTQuMDYsOS44Mi00LjA3di0wLjAyaDAuMDJINzkuMDRMNzkuMDQsMjEuNjl6IE0xMDUuMTgsMTA4LjkyVjM1LjY1di0wLjAyIGgwLjAyYzAtMC45MS0wLjM5LTEuNzUtMS4wMS0yLjM3Yy0wLjYxLTAuNjEtMS40Ni0xLTIuMzctMXYwLjAyaC0wLjAxaC02MS43aC0wLjAydi0wLjAyYy0wLjkxLDAtMS43NSwwLjM5LTIuMzcsMS4wMSBjLTAuNjEsMC42MS0xLDEuNDYtMSwyLjM3aDAuMDJ2MC4wMXY3My4yN3YwLjAyaC0wLjAyYzAsMC45MSwwLjM5LDEuNzUsMS4wMSwyLjM3YzAuNjEsMC42MSwxLjQ2LDEsMi4zNywxdi0wLjAyaDAuMDFoNjEuN2gwLjAyIHYwLjAyYzAuOTEsMCwxLjc1LTAuMzksMi4zNy0xLjAxYzAuNjEtMC42MSwxLTEuNDYsMS0yLjM3aC0wLjAyVjEwOC45MkwxMDUuMTgsMTA4LjkyeiIvPjwvZz48L3N2Zz4=')
}

.country-code__container > .select-country-coder {
    display: none;
}

.country-code__container > .select-country-coder > div.select {
    display: none;
}

.error-code-back {
    font-size: 85%;
    font-weight: 700;
}

#change-password-form {
    flex-wrap: wrap;
    gap: 32px;
}

#change-password-form .b-form__error {
    flex: 1;
    width: 100%;
    margin: 0;
}

.ex-lk-orders_widget tr th:nth-child(2) {
    width: 90px;
}

.ex-lk-orders_widget tr th:nth-child(3) {
    width: 70px;
}

.ex-lk-orders_widget tr th:nth-child(4) {
    width: 70px;
}

.ex-lk-orders_widget tr th:nth-child(5) {
    width: 135px;
}

.ex-lk-orders_widget tr th:nth-child(6) {
    width: 80px;
}

.ex-lk-orders_widget tr th:nth-child(7) {
  width: 80px;
}

.ex-lk-orders_widget tr th:nth-child(8) {
    width: 100px;
}

.ex-lk-orders_widget tr th:nth-child(9) {
    width: 105px;
}

.services__modal-text ul, .services__modal-text ol {
    padding-left: 16px;
}

.hidden-anchor{
    visibility: hidden;
}

.ex-lk-orders__icon-arrow-top{
    display: inline-block !important;
    width: 16px;
    height: 16px;
    background: url('/local/client/icons/arrow_top_green.svg');
}
/* End */


/* Start:/build/smartFilter.css?175093962919574*/
.form-input-label__checkbox-grid{display:grid;gap:8px;grid-auto-rows:40px;grid-template-columns:repeat(4,minmax(70px,1fr))}.square-checkbox__label{align-items:center;background-color:#757f8233;border-radius:2px;color:#5a6068;cursor:pointer;display:flex;font-size:14px;font-weight:500;height:100%;justify-content:center;text-align:center;transition:all .3s;width:100%}.square-checkbox__src:checked+.square-checkbox__label{background-color:#0c0054;color:#fff}.form-checkbox{align-items:center;border-radius:4px;box-sizing:border-box;cursor:pointer;display:flex;padding:11px 8px;position:relative;transition:.2s linear;z-index:0}.form-checkbox__src~.form-checkbox__label:before{border:1px solid #0000;border-radius:4px;content:" ";height:calc(100% - 2px);left:0;outline:none;position:absolute;top:0;transition:.2s linear;width:calc(100% - 2px);z-index:-1}.form-checkbox__mark{align-items:center;border:1px solid #bdbdbd;box-sizing:border-box;display:flex;flex-shrink:0;height:16px;justify-content:center;width:16px}.form-checkbox__mark:before{border-bottom:2px solid #0000;border-left:2px solid #0000;content:" ";display:block;height:25%;transform:rotate(-50deg) translate(1.5px,-1.5px) skew(-10deg);transform-origin:center;transition:.2s linear;visibility:hidden;width:50%}.form-checkbox__label{color:#424242;font-size:14px;margin-left:10px}.form-checkbox__src:checked+.form-checkbox__mark{background-color:var(--d-red);border-color:var(--d-red)}.form-checkbox__src:checked+.form-checkbox__mark:before{border-color:var(--white);visibility:visible}.form-checkbox__src:checked~.form-checkbox__label:before{background-color:#8f2e3f1a;border-color:#8f2e3f80;border-radius:4px;height:calc(100% - 2px);left:0;position:absolute;top:0;width:calc(100% - 2px);z-index:-1}.form-checkbox__src:checked~.form-checkbox__label{color:var(--black-ex)}.form-checkbox.form-checkbox--simplified{background-color:initial;border:none;box-shadow:none;color:#272727;outline-color:#0000;padding:0}.form-checkbox--simplified .form-checkbox__label:before{content:none}.form-checkbox:hover .form-checkbox__label:before,.form-checkbox__src.focus-visible~.form-checkbox__label:before{border-color:var(--d-red);box-shadow:0 4px 4px #0000000f}.form-checkbox:hover .form-checkbox__mark,.form-checkbox__src.focus-visible+.form-checkbox__mark{border-color:var(--d-red)}.radio-btn{box-sizing:border-box;cursor:pointer;display:flex;outline:none;padding:11px 8px;position:relative;width:100%}.radio-btn,.radio-btn__label:before{border:1px solid #0000;border-radius:4px;transition:.2s linear}.radio-btn__label:before{content:" ";height:calc(100% - 2px);left:0;position:absolute;top:0;width:calc(100% - 2px);z-index:-1}.radio-btn__src:checked~.radio-btn__label:before{border-color:#8f2e3f80}.radio-btn__src:checked~.radio-btn__mark{border-color:var(--d-red)}.radio-btn:focus-within .radio-btn__label,.radio-btn:hover .radio-btn__label{color:var(--black-ex)}.radio-btn:focus-within .radio-btn__label:before,.radio-btn:hover .radio-btn__label:before{border-color:var(--d-red);box-shadow:0 4px 4px #0000000f}.radio-btn__mark{align-items:center;border:1px solid #bdbdbd;border-radius:50%;display:flex;flex-shrink:0;height:16px;justify-content:center;width:16px}.radio-btn__mark:before{background-color:initial;border-radius:50%;content:" ";height:10px;transition:.2s linear;width:10px}.radio-btn__label{color:#424242;font-size:14px;margin-left:10px}.radio-btn__src:checked+.radio-btn__mark:before{background-color:var(--d-red)}.radio-btn:focus-within .radio-btn__mark,.radio-btn:hover .radio-btn__mark{border-color:var(--d-red)}.form-input{border:1px solid #c2c9d1;display:flex;margin-right:8px;padding:10px 12px}.form-input--search:before{background-image:url(/local/templates/vodohod/assets/images/magnify-input.svg);background-repeat:no-repeat;background-size:contain;content:" ";flex-shrink:0;height:15px;padding-right:10px;width:15px}.form-input__src{border:none;font-size:14px;padding:0;width:100%}.form-input__src::placeholder{font-size:14px}.form-input__src:focus{outline:none}.form-input__src--input-range::-webkit-inner-spin-button,.form-input__src--input-range::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.form-input__src--input-range[type=number]{-moz-appearance:textfield}.form-input__src--input-range-max{display:none}.switch-input{align-items:center;cursor:pointer;display:flex}.switch-input--hidden{display:none}.switch-input__view{align-items:center;background:#eaeaea;border-radius:16px;display:flex;height:30px;justify-content:flex-start;left:0;position:relative;top:0;transition:all .3s;width:50px}.switch-input__label{margin-right:25px}.switch-input:hover .switch-input__view:before{box-shadow:0 3px 8px #00000026,0 3px 1px #0000000f}.switch-input__view:before{background:#fff;border-radius:50%;content:" ";display:block;height:calc(100% - 4px);left:0;top:0;transform:translateX(2px);transition:all .3s;width:calc(60% - 4px);z-index:1}.switch-input__src:checked+.switch-input__view:before{transform:translateX(calc(100% - 4px))}.switch-input__src:checked+.switch-input__view{background-color:#8f2e3f}.switch-input__src:checked+.switch-input__view:after{color:#fff;content:"вкл";right:65%}.switch-input__view:after{color:#1d1d1b;content:"выкл";font-size:7px;position:absolute;right:8%;transition:all .3s}.range-input__slider{margin-top:20px}.range-input__slider.noUi-target{background-color:var(--border);border:none;border-radius:4px;box-shadow:none;height:3px;padding:0 3px 0 6px}.range-input__slider .noUi-handle{border:none;border-radius:4px}.range-input__slider .noUi-connects{cursor:pointer}.range-input__slider{width:100%}.range-input__slider .noUi-horizontal{background-color:var(--background-l);height:3px;margin:0}.range-input__slider .noUi-handle{align-items:center;background-color:initial;border-radius:50%;box-shadow:none;cursor:pointer;display:flex;height:16px;justify-content:center;left:auto;right:-7px!important;top:calc(50% + 2px);transform:translateY(-50%);width:16px}.range-input__slider .noUi-handle:hover:after{background-color:var(--red)}.range-input__slider .noUi-handle:after,.range-input__slider .noUi-handle:before{border-radius:50%;content:"";left:50%;position:absolute;top:50%;transform:translateX(-50%) translateY(-50%)}.range-input__slider .noUi-handle:after{background-color:var(--red);height:12px;width:12px;z-index:1}.range-input__slider .noUi-target{background-color:var(--border);border:none;border-radius:4px;box-shadow:none;margin:0 8px}.range-input__slider .noUi-connect{background:var(--red);height:3px}.form-input-label__row{display:flex}.range-input__src--top{margin-left:8px}.range-input__src{align-items:center;-webkit-appearance:textfield;appearance:textfield;background-color:var(--white);border:1px solid #c2c9d1;box-sizing:border-box;color:#000;cursor:pointer;display:inline-flex;flex-grow:1;font-size:14px;height:40px;padding:10px 12px;text-align:left;transition:.2s linear;width:50%}.range-input__src::placeholder{color:#00000080}.range-input__src:focus{outline:none}.range-input__src.focus-visible,.range-input__src:hover{border-color:#3e66fb}.range-input__src::-webkit-inner-spin-button,.range-input__src::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.custom-datepicker{grid-gap:25px 0;display:grid;grid-template-columns:1fr;grid-template-rows:repeat(4,auto);padding:17px 8px}.custom-datepicker:after,.custom-datepicker:before{content:none}.datepicker{flex-direction:column}.datepicker,.datepicker--nav-container{display:flex}.datepicker--nav{display:flex;font-size:14px;width:100%}.datepicker--nav-action{display:none}.datepicker--nav-title{align-items:center;color:#494e50;display:inline-flex;flex-grow:1;justify-content:center;pointer-events:none;text-align:center}.datepicker--nav-container{margin-bottom:12px}.datepicker--nav-container__hidden{display:none}.cruise-filter__datepicker{font-family:inherit;grid-column:1/2;grid-row:3/4;overflow:hidden}.datepicker--content{align-self:center;display:flex;justify-content:center;width:100%}.datepicker--days{display:flex;flex-direction:column;width:100%}.datepicker--days:not(:first-child){margin-left:25px}.datepicker--cell,.datepicker--day-name{align-items:center;display:inline-flex;justify-content:center}.datepicker--cells{grid-auto-rows:40px}.datepicker--cells,.datepicker--days-names{display:grid;grid-template-columns:repeat(7,minmax(25px,100%))}.datepicker--day-name{align-items:center;background-color:#f8faff;color:#424242;display:inline-flex;height:40px;justify-content:center}.datepicker--cell-day.-current-{color:#8f2e3f}.datepicker--cell-day.-current-:after{background-color:#8f2e3f;border-radius:50%;bottom:7px;content:" ";height:4px;margin:auto;position:absolute;width:4px}.datepicker--cell-day.-disabled-,.datepicker--cell-month.-disabled-,.datepicker--cell-year.-disabled-{color:#a0a5b6;cursor:default;opacity:.5}.datepicker--cell-day.-other-month-{color:#a0a5b6}.datepicker--cell-day.-selected-{color:var(--white)}.datepicker--cell-day.-in-range-{background-color:#b1afcc}.datepicker--cell-day.-in-range-,.datepicker--cell-day.-range-from-{color:var(--white)}.datepicker--cell-day.-range-from-{background-color:#8f2e3f;border-radius:8px 0 0 8px}.datepicker--cell-day.-range-to-{border:1px solid #8f2e3f;border-radius:0 8px 8px 0}.datepicker--cell-day.-in-range-.-disabled-,.datepicker--cell-day.-range-from-.-disabled-,.datepicker--cell-day.-selected-.-disabled-,.datepicker--cell-month.-in-range-.-disabled-,.datepicker--cell-month.-range-to-.-disabled-,.datepicker--cell-month.-selected-.-disabled-,.datepicker--cell-year.-selected-.-disabled-,.datepicker--cell.-disabled-{opacity:.5}.datepicker--cell-month.-selected-,.datepicker--cell-year.-selected-{background-color:#8f2e3f;color:var(--white)}.datepicker--cell-month.-selected-:before{color:#fff6}.datepicker--cell-month.-in-range-,.datepicker--cell-year.-in-range-{background-color:#8f2e3f;color:var(--white)}.datepicker--cell-month.-in-range-:before{color:#fff6}.datepicker--cell-month.-in-range-,.datepicker--cell-month.-range-from-,.datepicker--cell-month.-range-from-.-focus-:not(.-selected-),.datepicker--cell-month.-range-to-.-focus-:not(.-selected-),.datepicker--cell-year.-in-range-,.datepicker--cell-year.-range-from-,.datepicker--cell-year.-range-from-.-focus-:not(.-selected-),.datepicker--cell-year.-range-to-.-focus-:not(.-selected-){background-color:#8f2e3f80;color:var(--white)}.datepicker--cell-month.-in-range-:before,.datepicker--cell-month.-range-from-:before{color:#fff6}.datepicker--cell-month.-range-from-,.datepicker--cell-year.-range-from-{background-color:#8f2e3f;color:var(--white)}.datepicker--cell-month.-range-from-:before{color:#fff6}.datepicker--cell-month.-range-to-,.datepicker--cell-year.-range-to-{background-color:#8f2e3f;color:var(--white)}.datepicker--cell-month.-range-to-:before{color:#fff6}.datepicker--cell-day{color:#494e50;cursor:pointer;font-size:14px;position:relative}.custom-datepicker__btn,.custom-datepicker__dropdown-reset{width:100%}.custom-datepicker__btn{margin-top:15px}.custom-datepicker__view-switch{display:flex;list-style:none;margin:0;padding:0}.view-switch__item{display:flex;min-height:65px;width:100%}.view-switch__item:not(:first-child){margin-left:8px}.view-switch__btn{align-items:center;background:#0000;border:1px solid #e8e8e8;border-radius:2px;color:#424242;cursor:pointer;display:flex;flex-direction:column;flex-grow:1;font-size:12px;justify-content:center;outline:none;padding:0;white-space:nowrap}.view-switch__btn.focus-visible:not(.view-switch__btn--active),.view-switch__btn:hover:not(.view-switch__btn--active){border-color:#8f2e3f}.view-switch__btn--active{background-color:#8f2e3f1a;border-color:#9a243d;cursor:default}.view-switch__btn-asset--year{color:#8f2e3f;font-size:16px;font-weight:600;margin-bottom:5px}.view-switch__btn--date:before,.view-switch__btn--month:before{background-repeat:no-repeat;background-size:contain;content:" ";height:19.5px;margin-bottom:5px;width:18px}.view-switch__btn--month:before{background-image:url(/local/templates/vodohod/assets/images/calendar-month.svg)}.view-switch__btn--date:before{background-image:url(/local/templates/vodohod/assets/images/calendar-day.svg)}.custom-datepicker__view--hidden{display:none}.datepicker--cell-month,.datepicker--cell-year{border:none;cursor:pointer;display:flex;flex-direction:column;font-size:14px;position:relative}.datepicker--cell-month:before{color:#0006;content:attr(data-year);font-size:14px}.datepicker--cell-month:after,.datepicker--cell-year:after{border:1px solid #eaeaea4d;box-sizing:border-box;content:"";height:100%;left:0;position:absolute;top:0;width:100%}.custom-datepicker__header{align-items:center;display:flex;flex-direction:column;grid-column:1/2;grid-row:1/2;justify-content:center}.custom-datepicker__calendar-select-type{margin-left:32px}.custom-datepicker__view-heading{font-size:16px;font-weight:500}.custom-datepicker__switch-input{margin-top:25px}.custom-datepicker__nav-btn{background-color:initial;background-position:50%;background-repeat:no-repeat;border:none;cursor:pointer;height:21px;outline:none;padding:0;width:21px;z-index:1}.custom-datepicker__nav-btn.focus-visible,.custom-datepicker__nav-btn:hover{outline:1px solid #8f2e3f}.custom-datepicker__nav-btn--prev{background-image:url(/local/templates/vodohod/assets/images/arrow-left.svg);grid-column:1/2;grid-row:3/4;justify-self:start}.custom-datepicker__nav-btn--next{background-image:url(/local/templates/vodohod/assets/images/arrow-right.svg);grid-column:1/2;grid-row:3/4;justify-self:end}.custom-datepicker__calendar{grid-column:1/2;grid-row:3/4;overflow:hidden;padding:1px}.datepicker--months.active,.datepicker--years.active{display:grid;grid-template-columns:1fr}.datepicker--cells.datepicker--cells-months,.datepicker--cells.datepicker--cells-years{display:grid;grid-auto-rows:85px;grid-column:1/2;grid-template-columns:minmax(auto,142px) minmax(auto,143px) minmax(auto,142px)}@media screen and (min-width:450px){.datepicker--cell-month,.datepicker--cell-year{font-size:20px}}@media screen and (min-width:1024px){.datepicker--cells,.datepicker--days-names{grid-template-columns:repeat(7,minmax(25px,60px))}.custom-datepicker{grid-gap:24px 12px;display:grid;grid-template-columns:105px auto auto auto;grid-template-rows:32px repeat(2,auto);height:auto;padding:25px 20px 25px 25px;width:auto}.custom-datepicker__header{flex-direction:row}.custom-datepicker__switch-input{margin-left:30px;margin-top:0}.custom-datepicker__nav-btn--prev{grid-column:2/3;grid-row:2/3}.custom-datepicker__nav-btn--next{grid-column:4/5;grid-row:2/3}.custom-datepicker__header{grid-column:1/-1;grid-row:1/2}.custom-datepicker__footer{display:flex;grid-column:2/-1;grid-row:3/4;justify-content:center}.custom-datepicker__calendar{grid-column:3/4;grid-row:2/3}.custom-datepicker__calendar-switch{grid-column:1/2;grid-row:2/-1}.custom-datepicker__view-switch{flex-direction:column}.view-switch__item{display:flex;flex-basis:65px}.view-switch__item:not(:first-child){margin-left:0;margin-top:12px}.custom-datepicker__btn,.custom-datepicker__dropdown-reset{flex-basis:214px;flex-shrink:0;height:100%;width:100%}.custom-datepicker__btn{margin-left:15px;margin-top:0}.datepicker--cell-day.-other-month-:before{content:attr(data-date)}.datepicker--cells.datepicker--cells-months,.datepicker--cells.datepicker--cells-years{grid-column:2/3;grid-template-columns:142px 143px 142px}.datepicker--months.active,.datepicker--years.active{grid-template-columns:minmax(auto,219px) auto minmax(auto,219px)}.dropdown-menu--datepicker{max-width:1100px;width:100vw}}.dropdown-menu__content--datepicker{max-height:none}.datepicker-inline .datepicker{background-color:initial!important;border:none!important;box-shadow:none!important;box-sizing:border-box;color:inherit!important;display:flex!important;font-family:inherit;left:auto;opacity:1;position:static;right:auto;transform:none;width:auto!important}.datepicker--nav-container{min-height:auto!important;padding:0}.datepicker.-multiple-cals- .datepicker--nav{width:100%!important}.datepicker--nav-title{border-radius:0!important;font-size:14px!important;font-weight:400!important;padding:0!important}.datepicker--content{box-sizing:border-box!important;padding:0!important}.datepicker--cell{background-color:initial!important}.datepicker--days-names{margin:0!important}.datepicker--cell-day,.datepicker--cell-month,.datepicker--cell-year{height:100%!important;width:100%!important}.datepicker--cell:empty{visibility:visible!important}.datepicker--cells-months,.datepicker--cells-years,.datepicker--years{height:auto}.datepicker--cell-day.-other-month-{color:#a0a5b6!important}.datepicker--cell-day.-selected-{background-color:#8f2e3f;color:var(--white)!important}.datepicker--cell-day.-selected-.-range-from-{background-color:#8f2e3f!important;border:none!important;border-radius:8px 0 0 8px!important}.datepicker--cell-day.-selected-.-range-from-:hover{border-radius:8px 0 0 8px!important}.datepicker--cell.datepicker--cell-day.-range-from-,.datepicker--cell.datepicker--cell-day.-range-to-{background-color:#8f2e3f!important}.datepicker--cell.datepicker--cell-day.-range-from-.-focus-:not(.-selected-),.datepicker--cell.datepicker--cell-day.-range-to-.-focus-:not(.-selected-){background-color:initial!important;border:1px solid #8f2e3f!important;color:inherit!important}.datepicker--cell.datepicker--cell-day.-range-from-{border-radius:8px 0 0 8px!important}.datepicker--cell.datepicker--cell-day.-range-to-{border-radius:0 8px 8px 0!important}.datepicker--cell-month.-in-range-,.datepicker--cell-month.-range-from-,.datepicker--cell-month.-range-from-.-focus-:not(.-selected-),.datepicker--cell-month.-range-to-.-focus-:not(.-selected-),.datepicker--cell-year.-in-range-,.datepicker--cell-year.-range-from-,.datepicker--cell-year.-range-from-.-focus-:not(.-selected-),.datepicker--cell-year.-range-to-.-focus-:not(.-selected-){background-color:#8f2e3f!important;color:var(--white)!important}.datepicker--cell-day.-in-range-{background-color:#b1afcc!important}.datepicker--cell-day.-selected-{background-color:#8f2e3f!important}.datepicker--cell-day.-selected-:hover{border-radius:0 8px 8px 0!important}.datepicker--cell.datepicker--cell-day.-disabled-.-in-range-,.datepicker--cell.datepicker--cell-day.-other-month-.-in-range-,.datepicker--cell.datepicker--cell-day.-other-month-.-range-to-{color:#fff!important}.datepicker--cell.datepicker--cell-day.-other-month-.-range-from-.-focus-:not(.-range-to-):not(.-range-from-),.datepicker--cell.datepicker--cell-day.-other-month-.-range-to-.-focus-:not(.-range-to-):not(.-range-from-){color:inherit!important}.datepicker--cell.datepicker--cell-day.-selected-:not(.-range-to-):not(.-range-from-){border-radius:8px!important}.datepicker--cell.datepicker--cell-month.-in-range-,.datepicker--cell.datepicker--cell-month.-range-from-:not(.-selected-),.datepicker--cell.datepicker--cell-month.-range-to-:not(.-selected-),.datepicker--cell.datepicker--cell-year.-in-range-,.datepicker--cell.datepicker--cell-year.-range-from-:not(.-selected-),.datepicker--cell.datepicker--cell-year.-range-to-:not(.-selected-){background-color:#8f2e3f80!important}.datepicker--cell.datepicker--cell-month.-range-from-,.datepicker--cell.datepicker--cell-month.-range-to-,.datepicker--cell.datepicker--cell-year.-range-from-,.datepicker--cell.datepicker--cell-year.-range-to-{background-color:#8f2e3f!important;border:none!important;border-radius:0!important;color:var(--white)!important}.datepicker--cell.datepicker--cell-month.-current-,.datepicker--cell.datepicker--cell-year.-current-{color:inherit}
/* End */
/* /local/templates/vodohod/styles.css?170497845421285 */
/* /build/smartFilter.css?175093962919574 */
