

/* 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 */
/* /local/templates/vodohod/styles.css?170497845421285 */
