
@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Montserrat:800&display=swap);

@font-face {
    font-family: GothamPro;
    font-display: swap;
    src: url("../fonts/GothamPro-Black.woff2") format("woff2"),
        url("../fonts/GothamPro-Black.woff") format("woff");
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: GothamPro;
    font-display: swap;
    src: url("../fonts/GothamPro.woff2") format("woff2"),
        url("../fonts/GothamPro.woff") format("woff");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: icons;
    font-display: swap;
    src: url("../fonts/icons.woff2") format("woff2"),
        url("../fonts/icons.woff") format("woff");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: GothamPro;
    font-display: swap;
    src: url("../fonts/GothamPro-Bold.woff2") format("woff2"),
        url("../fonts/GothamPro-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: GothamPro;
    font-display: swap;
    src: url("../fonts/GothamPro-Medium.woff2") format("woff2"),
        url("../fonts/GothamPro-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: SFProText;
    font-display: swap;
    src: url("../fonts/SFProText-Regular.woff2") format("woff2"),
        url("../fonts/SFProText-Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
}

[class*="_icon-"]:before {
    font-family: "icons";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

[class*="_icon-"]:before {
    display: block;
}

._icon-attention:before {
    content: "\e900";
}

._icon-bathroom:before {
    content: "\e901";
}

._icon-big-arrow:before {
    content: "\e902";
}

._icon-book-ok:before {
    content: "\e904";
}

._icon-book-warning:before {
    content: "\e900";
}

._icon-burger-icon:before {
    content: "\e905";
}

._icon-button-arrow:before {
    content: "\e906";
    margin: 10px;
    pointer-events: none;
    position: absolute;
}

._icon-calendar:before {
    content: "\e907";
}

._icon-captain:before {
    content: "\e908";
}

._icon-chacked-arrow:before {
    content: "\e909";
}

._icon-clock:before {
    content: "\e90a";
}

._icon-compass:before {
    content: "\e90b";
}

._icon-crew-second:before {
    content: "\e90c";
}

._icon-crew:before {
    content: "\e90d";
}

._icon-crockery:before {
    content: "\e90e";
}

._icon-cruising:before {
    content: "\e90f";
}

._icon-drink-water:before {
    content: "\e910";
}

._icon-dry-cleaning:before {
    content: "\e911";
}

._icon-facebook:before {
    content: "\e912";
}

._icon-filter:before {
    content: "\e913";
}

._icon-fishing:before {
    content: "\e914";
}

._icon-grill:before {
    content: "\e915";
}

._icon-guest-people:before {
    content: "\e916";
}

._icon-heart:before {
    content: "\e917";
}

._icon-id-card:before {
    content: "\e918";
}

._icon-info:before {
    content: "\e919";
}

._icon-instagram:before {
    content: "\e91a";
}

._icon-lenght-ship:before {
    content: "\e91b";
}

._icon-location:before {
    content: "\e91c";
}

._icon-log-in:before {
    content: "\e91d";
}

._icon-logo:before {
    content: "\e91e";
}

._icon-mail-icon:before {
    content: "\e91f";
}

._icon-party:before {
    content: "\e920";
}

._icon-pass-eye:before {
    content: "\e921";
}

._icon-pensil:before {
    content: "\e922";
}

._icon-person:before {
    content: "\e923";
}

._icon-phone-icon:before {
    content: "\e924";
}

._icon-sailing:before {
    content: "\e925";
}

._icon-select-arrow:before {
    content: "\e926";
}

._icon-share:before {
    content: "\e927";
}

._icon-ship:before {
    content: "\e928";
}

._icon-show-all-photo:before {
    content: "\e929";
}

._icon-sotr-by:before {
    content: "\e92a";
}

._icon-star:before {
    content: "\e92b";
}

._icon-telegram:before {
    content: "\e92c";
}

._icon-timelapse:before {
    content: "\e92d";
}

._icon-whatsapp:before {
    content: "\e92e";
}

* {
    padding: 0px;
    margin: 0px;
    border: 0px;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

:focus,
:active {
    outline: none;
}

a:focus,
a:active {
    outline: none;
}

html,
body {
    height: 100%;
    min-width: 320px;
}

body {
    color: #0a3647;
    line-height: 1;
    font-family: "GothamPro";
    font-size: 1rem;
    font-style: normal;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

input,
button,
textarea {
    font-family: "GothamPro";
    font-size: inherit;
    line-height: inherit;
}

button {
    cursor: pointer;
    color: inherit;
    background-color: transparent;
}

a {
    color: inherit;
    text-decoration: none;
}

ul li,
ol li {
    list-style: none;
}

img {
    vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: inherit;
    font-size: inherit;
}

body {
    background-color: #f2f6f8;
}

.lock body {
    overflow: hidden;
    -ms-touch-action: none;
    touch-action: none;
    -ms-scroll-chaining: none;
    overscroll-behavior: none;
}

.lg-on body {
    overflow: hidden;
    -ms-touch-action: none;
    touch-action: none;
    -ms-scroll-chaining: none;
    overscroll-behavior: none;
}

._open-galery body {
    overflow: hidden;
    -ms-touch-action: none;
    touch-action: none;
    -ms-scroll-chaining: none;
    overscroll-behavior: none;
}

.wrapper {
    min-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
}

@supports (overflow: clip) {
    .wrapper {
        overflow: clip;
    }
}

.wrapper > main {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.wrapper > * {
    min-width: 0;
}

/*
(i) Стилі будуть застосовуватись до
всіх класів, що містять *__container
Наприклад header__container, main__container і т.п.
Сніппет (HTML): cnt
*/

[class*="__container"] {
    max-width: 1364px;
    margin: 0 auto;
    padding-inline: 12px;
}

.hidden {
    position: absolute;
    width: 0.0625rem;
    height: 0.0625rem;
    margin: -0.0625rem;
    padding: 0;
    overflow: hidden;
    border: 0;
    clip: rect(0 0 0 0);
}

.button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 1rem 2rem;
    border-radius: 0.625rem;
    background-color: #109eee;
    color: #fff;
    border: 2px solid #109eee;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.2;
    -webkit-transition: background-color 0.3s ease 0s, color 0.3s ease 0s;
    -o-transition: background-color 0.3s ease 0s, color 0.3s ease 0s;
    transition: background-color 0.3s ease 0s, color 0.3s ease 0s;
}

.button:disabled {
    color: #999;
    background-color: #f2f2f2;
    border: 1px solid #ccc;
    cursor: not-allowed;
}

.button._fw {
    width: 100%;
}

.button--white {
    border: 0.125rem solid #487791;
    background-color: #fff;
    color: #487791;
    padding-top: 1rem;
    padding-bottom: 1rem;
    -webkit-transition: background-color 0.5s ease 0s, color 0.3s ease 0s;
    -o-transition: background-color 0.5s ease 0s, color 0.3s ease 0s;
    transition: background-color 0.5s ease 0s, color 0.3s ease 0s;
}

.button--white-blue {
    border: 0.125rem solid #109eee;
    background-color: #fff;
    color: #109eee;
    padding-top: 1.0938rem;
    padding-bottom: 0.9063rem;
    -webkit-transition: background-color 0.5s ease 0s, color 0.3s ease 0s;
    -o-transition: background-color 0.5s ease 0s, color 0.3s ease 0s;
    transition: background-color 0.5s ease 0s, color 0.3s ease 0s;
}
.button--transp {
    border: 0.125rem solid transparent;
    background-color: #fff;
    color: #109eee;
    font-size: 0.875rem;
    padding-top: 13.1px;
    padding-bottom: 13.1px;
    border-radius: 6.25rem;
    -webkit-transition: background-color 0.5s ease 0s, color 0.3s ease 0s, border 0.3s ease;
    -o-transition: background-color 0.5s ease 0s, color 0.3s ease 0s, border 0.3s ease;
    transition: background-color 0.5s ease 0s, color 0.3s ease 0s, border 0.3s ease;
}

.button--card {
    padding-top: 0.6625rem;
    padding-bottom: 0.6625rem;
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
    border-radius: 6.25rem;
    border: 0.125rem solid #109eee;
    background-color: #109eee;
    color: #fff;
    font-size: 0.875rem;
    -webkit-transition: color 0.3s ease 0s, background-color 0.3s ease 0s;
    -o-transition: color 0.3s ease 0s, background-color 0.3s ease 0s;
    transition: color 0.3s ease 0s, background-color 0.3s ease 0s;
}
.button--br {
    padding-top: 0.8187rem;
    padding-bottom: 0.8187rem;
    padding-right: 2rem;
    padding-left: 2rem;
    border-radius: 6.25rem;
    border: 0.125rem solid #109eee;
    color: #109eee;
    background-color: #fff;
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1.2;
    /* 16.8px */
    -webkit-transition: color 0.3s ease 0s, background-color 0.3s ease 0s;
    -o-transition: color 0.3s ease 0s, background-color 0.3s ease 0s;
    transition: color 0.3s ease 0s, background-color 0.3s ease 0s;
    font-size: 14px;
}


.button--card-applied {
    padding-top: 12.6px;
    padding-bottom: 12.6px;
    padding-right: 31px;
    padding-left: 31px;
    border-radius: 6.25rem;
    background-color: rgba(16, 157, 238, 0.3);
    border: none;
    color: #fff;
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1.2;
    /* 16.8px */
    -webkit-transition: color 0.3s ease 0s, background-color 0.3s ease 0s;
    -o-transition: color 0.3s ease 0s, background-color 0.3s ease 0s;
    transition: color 0.3s ease 0s, background-color 0.3s ease 0s;
}

.button--popup {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 0.625rem;
    background-color: #109eee;
    -webkit-transition: background-color 0.3s ease 0s;
    -o-transition: background-color 0.3s ease 0s;
    transition: background-color 0.3s ease 0s;
    padding: 1.125rem 1.375rem;
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.19;
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.input {
    border-radius: 0.125rem !important;
    border: 0.0625rem solid rgba(144, 191, 219, 0.5);
    width: 100%;
    display: block;
    padding: 0.75rem 0.625rem;
}

.input[placeholder]:not([data-placeholder-nohiden])::-webkit-input-placeholder {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.input[placeholder]:not([data-placeholder-nohiden])::-moz-placeholder {
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.input[placeholder]:not([data-placeholder-nohiden]):-ms-input-placeholder {
    -ms-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.input[placeholder]:not([data-placeholder-nohiden])::-ms-input-placeholder {
    -ms-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.input[placeholder]:not([data-placeholder-nohiden])::placeholder {
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.input[placeholder]:not(
        [data-placeholder-nohiden]
    ):focus::-webkit-input-placeholder {
    opacity: 0;
}

.input[placeholder]:not([data-placeholder-nohiden]):focus::-moz-placeholder {
    opacity: 0;
}

.input[placeholder]:not(
        [data-placeholder-nohiden]
    ):focus:-ms-input-placeholder {
    opacity: 0;
}

.input[placeholder]:not(
        [data-placeholder-nohiden]
    ):focus::-ms-input-placeholder {
    opacity: 0;
}

.input[placeholder]:not([data-placeholder-nohiden]):focus::-webkit-input-placeholder {
    opacity: 0;
}

.input[placeholder]:not([data-placeholder-nohiden]):focus::-moz-placeholder {
    opacity: 0;
}

.input[placeholder]:not([data-placeholder-nohiden]):focus:-ms-input-placeholder {
    opacity: 0;
}

.input[placeholder]:not([data-placeholder-nohiden]):focus::-ms-input-placeholder {
    opacity: 0;
}

.input[placeholder]:not([data-placeholder-nohiden]):focus::placeholder {
    opacity: 0;
}

textarea.input {
    resize: none;
    padding: 0px 0px;
}

.checkbox {
    position: relative;
}

.checkbox__input {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
}

.checkbox__input:checked ~ .checkbox__label .checkbox__checked:before {
    border: 0.125rem solid #90bfdb;
    background-color: #90bfdb;
}

.checkbox__input:checked ~ .checkbox__label .checkbox__checked:after {
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
}

.checkbox__label {
    cursor: pointer;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
    gap: 0.3125rem;
}

.checkbox__checked {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 1.5rem;
    flex: 0 0 1.5rem;
    width: 1.5rem;
    height: 1.5rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
}

.checkbox__checked:before {
    content: "";
    -webkit-box-flex: 0;
    -ms-flex: 0 0 1.125rem;
    flex: 0 0 1.125rem;
    width: 1.125rem;
    height: 1.125rem;
    border: 0.125rem solid rgba(144, 191, 219, 0.5);
    border-radius: 0.125rem;
    background-color: transparent;
    -webkit-transition: border 0.3s ease 0s, background-color 0.3s ease 0s;
    -o-transition: border 0.3s ease 0s, background-color 0.3s ease 0s;
    transition: border 0.3s ease 0s, background-color 0.3s ease 0s;
}

.checkbox__checked::after {
    content: "\e909";
    -webkit-transition: background-color 0.3s ease,
        -webkit-transform 0.3s ease 0s;
    transition: background-color 0.3s ease, -webkit-transform 0.3s ease 0s;
    -webkit-transition: background-color 0.3s ease, -webkit-transform 0.3s ease 0s;
    -o-transition: transform 0.3s ease 0s, background-color 0.3s ease;
    transition: transform 0.3s ease 0s, background-color 0.3s ease;
    transition: transform 0.3s ease 0s, background-color 0.3s ease, -webkit-transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s, background-color 0.3s ease,
        -webkit-transform 0.3s ease 0s;
    font-family: "icons";
    font-size: 0.484375rem;
    position: absolute;
    color: #fff;
    -webkit-transform: scale(0) translate(-50%, -50%);
    -ms-transform: scale(0) translate(-50%, -50%);
    transform: scale(0) translate(-50%, -50%);
    top: 50%;
    left: 50%;
}

.checkbox__text {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
        align-self: center;
    color: #487791;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
}

.options {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-radius: 0.625rem;
    background-color: #fff;
    -webkit-box-shadow: 0px 7px 8px 0px rgba(72, 119, 145, 0.2),
        0px 5px 22px 0px rgba(72, 119, 145, 0.12),
        0px 12px 17px 0px rgba(72, 119, 145, 0.14);
    box-shadow: 0px 7px 8px 0px rgba(72, 119, 145, 0.2),
        0px 5px 22px 0px rgba(72, 119, 145, 0.12),
        0px 12px 17px 0px rgba(72, 119, 145, 0.14);
    padding: 1.25rem;
    width: 17.5rem;
}

.options__item {
    position: relative;
    width: 100%;
    cursor: pointer;
}

.options__item:not(:last-child) {
    margin-bottom: 1em;
}

.options__input {
    width: 0;
    height: 0;
    opacity: 0;
    position: absolute;
}

.options__input:checked ~ .options__label .options__checked:before {
    background-color: rgba(16, 158, 238, 0.5);
    border: 0.0625rem solid transparent;
}

.options__input:checked ~ .options__label .options__checked:after {
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
}

.options__label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    gap: 0.625rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}

.options__counter {
    color: #487791;
    font-family: "GothamPro";
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1.2;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    gap: 0.625rem;
}

.options__checked {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 1.125rem;
    flex: 0 0 1.125rem;
    width: 1.125rem;
    height: 1.125rem;
}

.options__checked:before {
    content: "";
    -ms-flex-item-align: start;
    align-self: flex-start;
    width: 1.125rem;
    height: 1.125rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 1.125rem;
    flex: 0 0 1.125rem;
    border-radius: 0.125rem;
    border: 0.0625rem solid rgba(16, 158, 238, 0.5);
    -webkit-transition: background-color 0.3s ease 0s, border 0.3s ease;
    -o-transition: background-color 0.3s ease 0s, border 0.3s ease;
    transition: background-color 0.3s ease 0s, border 0.3s ease;
    position: relative;
}

.options__checked:after {
    content: "\e909";
    -webkit-transition: background-color 0.3s ease,
        -webkit-transform 0.3s ease 0s;
    transition: background-color 0.3s ease, -webkit-transform 0.3s ease 0s;
    -webkit-transition: background-color 0.3s ease, -webkit-transform 0.3s ease 0s;
    -o-transition: transform 0.3s ease 0s, background-color 0.3s ease;
    transition: transform 0.3s ease 0s, background-color 0.3s ease;
    transition: transform 0.3s ease 0s, background-color 0.3s ease, -webkit-transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s, background-color 0.3s ease,
        -webkit-transform 0.3s ease 0s;
    font-family: "icons";
    font-size: 0.484375rem;
    position: absolute;
    color: #fff;
    -webkit-transform: translate(-50%, -50%) scale(0);
    -ms-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    top: 50%;
    left: 50%;
}

.options__text {
    color: #0a3647;
    font-family: "GothamPro";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
}

.select-main {
    min-width: 0;
}

.select-main__body {
    position: relative;
}

.select-main__title {
    color: #0a3647;
    text-align: left;
    background-color: transparent;
    cursor: pointer;
    width: 100%;
    padding: 0rem 0.3125rem;
    line-height: 1.2;
    -webkit-transition: color 0.3s ease 0s;
    -o-transition: color 0.3s ease 0s;
    transition: color 0.3s ease 0s;
}

.select-main__value {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-width: 0;
}

.select-main__value > * {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.select-main__value._select-pseudo-label::before {
    content: attr(data-pseudo-label);
    opacity: 0.5;
}

.select-main__content {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    white-space: nowrap;
}

.select-main__text {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    white-space: nowrap;
}

.select-main__input {
    width: 100%;
    background-color: transparent;
    height: 100%;
}

.select-main__options {
    color: #0a3647;
    position: absolute;
    top: calc(100% - 0.0625rem);
    border-radius: 0rem 0rem 0.25rem 0.25rem;
    min-width: 100%;
    left: 0;
    background-color: #fff;
    border-top: 0;
    padding: 0.625rem 0rem;
}

.select-main__scroll {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 12.5rem;
}

.select-main__scroll .simplebar-scrollbar::before {
    background-color: #deecf4;
    width: 0.25rem;
    height: 1.9375rem;
    opacity: 1;
    border-radius: 0.25rem;
}

.select-main__option {
    width: 100%;
    text-align: left;
    cursor: pointer;
    padding: 0.3125rem 0.9375rem;
    color: inherit;
    font-family: "GothamPro";
    -webkit-transition: background-color 0.3s ease 0s;
    -o-transition: background-color 0.3s ease 0s;
    transition: background-color 0.3s ease 0s;
}

.select-main__option._select-selected {
    background-color: #eee;
}

.select-main__row {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.select-main_show-top .select-main__options {
    top: auto;
    bottom: calc(100% - 0.0625rem);
    border-bottom: 0;
    border-radius: 0.25rem 0.25rem 0rem 0rem;
    padding: 0.3125rem 0rem 0.625rem 0rem;
}

._select-tag {
    cursor: pointer;
}

.select_form-type-monye .select-main__title {
    border-radius: 0.125rem;
    text-align: center;
    border-bottom: 0.125rem solid transparent;
    text-transform: uppercase;
    font-weight: 500;
    -webkit-transition: background-color 0.3s ease 0s,
        border-bottom 0.3s ease 0s, -webkit-box-shadow 0.3s ease 0s;
    transition: background-color 0.3s ease 0s, border-bottom 0.3s ease 0s,
        -webkit-box-shadow 0.3s ease 0s;
    -webkit-transition: background-color 0.3s ease 0s, border-bottom 0.3s ease 0s, -webkit-box-shadow 0.3s ease 0s;
    transition: background-color 0.3s ease 0s, border-bottom 0.3s ease 0s, -webkit-box-shadow 0.3s ease 0s;
    -o-transition: background-color 0.3s ease 0s, box-shadow 0.3s ease 0s,
        border-bottom 0.3s ease 0s;
    transition: background-color 0.3s ease 0s, box-shadow 0.3s ease 0s,
        border-bottom 0.3s ease 0s;
    transition: background-color 0.3s ease 0s, box-shadow 0.3s ease 0s,
        border-bottom 0.3s ease 0s, -webkit-box-shadow 0.3s ease 0s;
}

.select_form-type-monye .select-main__options {
    padding: 0.3125rem 0.3125rem;
}

.select_form-type-monye .select-main__option {
    text-transform: uppercase;
    padding: 0.3125rem 0.3125rem;
    text-align: center;
    display: inline-block;
}

.select_form-type-monye._select-focus {
    background-color: #109eee;
}

.select_form-type-monye._select-focus .select-main__title {
    color: #fff;
}

.select_form-lang .select-main__title {
    border-radius: 0.125rem;
    text-align: center;
    border-bottom: 0.125rem solid transparent;
    text-transform: uppercase;
    font-weight: 500;
    -webkit-transition: background-color 0.3s ease 0s,
        border-bottom 0.3s ease 0s, -webkit-box-shadow 0.3s ease 0s;
    transition: background-color 0.3s ease 0s, border-bottom 0.3s ease 0s,
        -webkit-box-shadow 0.3s ease 0s;
    -webkit-transition: background-color 0.3s ease 0s, border-bottom 0.3s ease 0s, -webkit-box-shadow 0.3s ease 0s;
    transition: background-color 0.3s ease 0s, border-bottom 0.3s ease 0s, -webkit-box-shadow 0.3s ease 0s;
    -o-transition: background-color 0.3s ease 0s, box-shadow 0.3s ease 0s,
        border-bottom 0.3s ease 0s;
    transition: background-color 0.3s ease 0s, box-shadow 0.3s ease 0s,
        border-bottom 0.3s ease 0s;
    transition: background-color 0.3s ease 0s, box-shadow 0.3s ease 0s,
        border-bottom 0.3s ease 0s, -webkit-box-shadow 0.3s ease 0s;
}

.select_form-lang .select-main__options {
    padding: 0.3125rem 0.3125rem;
}

.select_form-lang .select-main__option {
    text-align: center;
    padding: 0.3125rem 0.3125rem;
    display: inline-block;
}

.select_form-lang .select-main__scroll {
    overflow: hidden;
}

.select_form-lang._select-focus {
    background-color: #109eee;
}

.select_form-lang._select-focus .select-main__title {
    color: #fff;
}

.select_form-type-monye-dark-header .select-main__title,
.select_form-lang-dark-header .select-main__title {
    border-radius: 0.125rem;
    color: #fff;
    text-align: center;
    border-bottom: 0.125rem solid transparent;
    font-weight: 500;
    text-transform: uppercase;
    -webkit-transition: background-color 0.3s ease 0s,
        border-bottom 0.3s ease 0s, color 0.3s ease 0s,
        -webkit-box-shadow 0.3s ease 0s;
    transition: background-color 0.3s ease 0s, border-bottom 0.3s ease 0s,
        color 0.3s ease 0s, -webkit-box-shadow 0.3s ease 0s;
    -webkit-transition: background-color 0.3s ease 0s, border-bottom 0.3s ease 0s, color 0.3s ease 0s, -webkit-box-shadow 0.3s ease 0s;
    transition: background-color 0.3s ease 0s, border-bottom 0.3s ease 0s, color 0.3s ease 0s, -webkit-box-shadow 0.3s ease 0s;
    -o-transition: background-color 0.3s ease 0s, box-shadow 0.3s ease 0s,
        border-bottom 0.3s ease 0s, color 0.3s ease 0s;
    transition: background-color 0.3s ease 0s, box-shadow 0.3s ease 0s,
        border-bottom 0.3s ease 0s, color 0.3s ease 0s;
    transition: background-color 0.3s ease 0s, box-shadow 0.3s ease 0s,
        border-bottom 0.3s ease 0s, color 0.3s ease 0s, -webkit-box-shadow 0.3s ease 0s;
    transition: background-color 0.3s ease 0s, box-shadow 0.3s ease 0s,
        border-bottom 0.3s ease 0s, color 0.3s ease 0s,
        -webkit-box-shadow 0.3s ease 0s;
}

._header-show .select_form-type-monye-dark-header .select-main__title,
._header-show .select_form-lang-dark-header .select-main__title {
    color: #0a3647;
}

._white-header .select_form-type-monye-dark-header .select-main__title,
._white-header .select_form-lang-dark-header .select-main__title {
    color: #0a3647;
}

.select_form-type-monye-dark-header .select-main__options,
.select_form-lang-dark-header .select-main__options {
    padding: 0.3125rem 0.3125rem;
}

.select_form-type-monye-dark-header .select-main__option,
.select_form-lang-dark-header .select-main__option {
    text-align: center;
    padding: 0.3125rem 0.3125rem;
    display: inline-block;
}

.select_form-type-monye-dark-header .select-main__scroll,
.select_form-lang-dark-header .select-main__scroll {
    overflow: hidden;
}

.select_form-type-monye-dark-header._select-focus .select-main__title,
.select_form-lang-dark-header._select-focus .select-main__title {
    background-color: #109eee;
    color: #fff;
}

.select_form-type-monye-dark-header .select-main__option {
    text-transform: uppercase;
}

.select_form-n-a .select-main__title,
.select_form-hors .select-main__title,
.select_form-passengers .select-main__title {
    color: #0a3647;
    text-align: left;
    border-radius: 0.125rem;
    width: 100%;
    text-transform: capitalize;
    font-size: 1rem;
    padding-left: 0.75rem;
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
    font-weight: 400;
    line-height: 1.5;
    -webkit-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

.select_form-n-a .select-main__value,
.select_form-hors .select-main__value,
.select_form-passengers .select-main__value {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-width: 0;
    height: 1.5rem;
    padding: 0rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.select_form-n-a .select-main__value > *,
.select_form-hors .select-main__value > *,
.select_form-passengers .select-main__value > * {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.select_form-n-a .select-main__value:after,
.select_form-hors .select-main__value:after,
.select_form-passengers .select-main__value:after {
    content: "\e906";
    font-family: "icons";
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
        align-self: stretch;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 1.5rem;
    flex: 0 0 1.5rem;
    font-size: 1.5rem;
    color: #90bfdb;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.select_form-n-a .select-main__value._select-pseudo-label::before,
.select_form-hors .select-main__value._select-pseudo-label::before,
.select_form-passengers .select-main__value._select-pseudo-label::before {
    content: attr(data-pseudo-label);
    opacity: 0.5;
}

._select-open .select_form-n-a .select-main__value._select-pseudo-label,
._select-open .select_form-hors .select-main__value._select-pseudo-label,
._select-open .select_form-passengers .select-main__value._select-pseudo-label {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.select_form-n-a .select-main__content,
.select_form-hors .select-main__content,
.select_form-passengers .select-main__content {
    padding-top: 0.25rem;
    font-size: 1rem;
}

.select_form-n-a .select-main__options,
.select_form-hors .select-main__options,
.select_form-passengers .select-main__options {
    -webkit-transform: translateY(0.625rem);
    -ms-transform: translateY(0.625rem);
    transform: translateY(0.625rem);
    z-index: 3;
    border-radius: 0rem 0rem 0.125rem 0.125rem;
    border: 0.0625rem solid rgba(144, 191, 219, 0.5);
    background-color: #fff;
    padding: 1.25rem;
}

.select_form-n-a .select-main__option,
.select_form-hors .select-main__option,
.select_form-passengers .select-main__option {
    padding: 0.5rem 1.25rem 0.4375rem 1.3125rem;
    -webkit-transition: background-color 0.3s ease 0s, color 0.3s ease 0s;
    -o-transition: background-color 0.3s ease 0s, color 0.3s ease 0s;
    transition: background-color 0.3s ease 0s, color 0.3s ease 0s;
}

.select_form-n-a_show-top .select-main__options,
.select_form-hors_show-top .select-main__options,
.select_form-passengers_show-top .select-main__options {
    bottom: calc(100% - 0.0625rem);
    border-bottom: 0;
    border-radius: 0.25rem 0.25rem 0rem 0rem;
    padding: 0.3125rem 0rem 0.625rem 0rem;
}

.select_form-n-a._select-focus,
.select_form-hors._select-focus,
.select_form-passengers._select-focus {
    background-color: transparent;
}

.select_form-n-a._select-focus .select-main__title,
.select_form-hors._select-focus .select-main__title,
.select_form-passengers._select-focus .select-main__title {
    color: #0a3647;
    outline: 0.0625rem solid #109eee;
}

.select_form-n-a .select-main__value:after {
    content: "\e90a";
    font-family: "icons";
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
        align-self: stretch;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 1.5rem;
    flex: 0 0 1.5rem;
    font-size: 1.5rem;
    color: #90bfdb;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    will-change: transform;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.select_form-hors .select-main__value:after {
    content: "\e92d";
    font-family: "icons";
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
        align-self: stretch;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 1.5rem;
    flex: 0 0 1.5rem;
    font-size: 1.5rem;
    color: #90bfdb;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    will-change: transform;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.select_form-passengers .select-main__value:after {
    content: "\e923";
    font-family: "icons";
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
        align-self: stretch;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 1.5rem;
    flex: 0 0 1.5rem;
    font-size: 1.5rem;
    color: #90bfdb;
    -webkit-transition: -webkit-transform 0.3s ease 0s;
    transition: -webkit-transform 0.3s ease 0s;
    -o-transition: transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
    will-change: transform;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.select_form-passengers .select-main__option {
    padding: 0.5rem 1.0625rem 0.4375rem 1.125rem;
}

.select_form-n-a-yacht .select-main__title,
.select_form-hors-yacht .select-main__title,
.select_form-passengers-yacht .select-main__title {
    color: #0a3647;
    text-align: left;
    border-radius: 0.125rem;
    width: 100%;
    /*text-transform: capitalize;*/
    font-size: 1rem;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
    -webkit-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

.select_form-n-a-yacht .select-main__value,
.select_form-hors-yacht .select-main__value,
.select_form-passengers-yacht .select-main__value {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-width: 0;
    height: 1.5rem;
    padding: 0rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.select_form-n-a-yacht .select-main__value > *,
.select_form-hors-yacht .select-main__value > *,
.select_form-passengers-yacht .select-main__value > * {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.select_form-n-a-yacht .select-main__value:after,
.select_form-hors-yacht .select-main__value:after,
.select_form-passengers-yacht .select-main__value:after {
    content: "\e906";
    font-family: "icons";
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
        align-self: stretch;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 1.5rem;
    flex: 0 0 1.5rem;
    font-size: 1.5rem;
    color: rgba(143, 191, 219, 0.5);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.select_form-n-a-yacht .select-main__value._select-pseudo-label::before,
.select_form-hors-yacht .select-main__value._select-pseudo-label::before,
.select_form-passengers-yacht .select-main__value._select-pseudo-label::before {
    content: attr(data-pseudo-label);
    opacity: 0.5;
}

._select-open .select_form-n-a-yacht .select-main__value._select-pseudo-label,
._select-open .select_form-hors-yacht .select-main__value._select-pseudo-label,
._select-open
    .select_form-passengers-yacht
    .select-main__value._select-pseudo-label {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.select_form-n-a-yacht .select-main__content,
.select_form-hors-yacht .select-main__content,
.select_form-passengers-yacht .select-main__content {
    padding-top: 0.25rem;
    font-size: 1rem;
}

.select_form-n-a-yacht .select-main__options,
.select_form-hors-yacht .select-main__options,
.select_form-passengers-yacht .select-main__options {
    -webkit-transform: translateY(0.625rem);
    -ms-transform: translateY(0.625rem);
    transform: translateY(0.625rem);
    z-index: 3;
    border-radius: 0rem 0rem 0.125rem 0.125rem;
    border: 0.0625rem solid rgba(144, 191, 219, 0.5);
    background-color: #fff;
    padding: 1.25rem;
}

.select_form-n-a-yacht .select-main__option,
.select_form-hors-yacht .select-main__option,
.select_form-passengers-yacht .select-main__option {
    padding: 0.5rem 1.25rem 0.4375rem 1.3125rem;
    -webkit-transition: background-color 0.3s ease, color 0.3s ease;
    -o-transition: background-color 0.3s ease, color 0.3s ease;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.select_form-n-a-yacht_show-top .select-main__options,
.select_form-hors-yacht_show-top .select-main__options,
.select_form-passengers-yacht_show-top .select-main__options {
    bottom: calc(100% - 0.0625rem);
    border-bottom: 0;
    border-radius: 0.25rem 0.25rem 0rem 0rem;
    padding: 0.3125rem 0rem 0.625rem 0rem;
}

.select_form-n-a-yacht._select-focus,
.select_form-hors-yacht._select-focus,
.select_form-passengers-yacht._select-focus {
    background-color: transparent;
}

.select_form-n-a-yacht._select-focus .select-main__title,
.select_form-hors-yacht._select-focus .select-main__title,
.select_form-passengers-yacht._select-focus .select-main__title {
    color: #0a3647;
    outline: 0.0625rem solid #109eee;
}

.select_form-n-a-yacht .select-main__value::after {
    content: "\e90a";
    font-size: 1.5rem;
}

.select_form-hors-yacht .select-main__value::after {
    content: "\e92d";
    font-size: 1.5rem;
}

.select_form-passengers-yacht .select-main__value::after {
    content: "\e923";
    font-size: 1.5rem;
}

.select_form-n-a-result .select-main__title,
.select_form-hors-result .select-main__title,
.select_form-passengers-result .select-main__title {
    color: #0a3647;
    text-align: left;
    border-radius: 0.125rem;
    width: 100%;
    text-transform: capitalize;
    font-size: 1rem;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    padding-top: 0.90625rem;
    padding-bottom: 0.90625rem;
    font-weight: 400;
    line-height: 1.5;
    -webkit-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

.select_form-n-a-result .select-main__value,
.select_form-hors-result .select-main__value,
.select_form-passengers-result .select-main__value {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-width: 0;
    height: 1.5rem;
    padding: 0rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.select_form-n-a-result .select-main__value > *,
.select_form-hors-result .select-main__value > *,
.select_form-passengers-result .select-main__value > * {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.select_form-n-a-result .select-main__value:after,
.select_form-hors-result .select-main__value:after,
.select_form-passengers-result .select-main__value:after {
    content: "\e906";
    font-family: "icons";
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
        align-self: stretch;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 1.5rem;
    flex: 0 0 1.5rem;
    font-size: 1.5rem;
    color: #90bfdb;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.select_form-n-a-result .select-main__value._select-pseudo-label::before,
.select_form-hors-result .select-main__value._select-pseudo-label::before,
.select_form-passengers-result
    .select-main__value._select-pseudo-label::before {
    content: attr(data-pseudo-label);
    opacity: 0.5;
}

._select-open .select_form-n-a-result .select-main__value._select-pseudo-label,
._select-open .select_form-hors-result .select-main__value._select-pseudo-label,
._select-open
    .select_form-passengers-result
    .select-main__value._select-pseudo-label {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.select_form-n-a-result .select-main__content,
.select_form-hors-result .select-main__content,
.select_form-passengers-result .select-main__content {
    padding-top: 0.25rem;
    font-size: 1rem;
}

.select_form-n-a-result .select-main__options,
.select_form-hors-result .select-main__options,
.select_form-passengers-result .select-main__options {
    -webkit-transform: translateY(0.625rem);
    -ms-transform: translateY(0.625rem);
    transform: translateY(0.625rem);
    z-index: 3;
    border-radius: 0rem 0rem 0.125rem 0.125rem;
    border: 0.0625rem solid rgba(144, 191, 219, 0.5);
    background-color: #fff;
    padding: 1.25rem;
}

.select_form-n-a-result .select-main__option,
.select_form-hors-result .select-main__option,
.select_form-passengers-result .select-main__option {
    padding: 0.5rem 1.25rem 0.4375rem 1.3125rem;
    -webkit-transition: background-color 0.3s ease, color 0.3s ease;
    -o-transition: background-color 0.3s ease, color 0.3s ease;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.select_form-n-a-result_show-top .select-main__options,
.select_form-hors-result_show-top .select-main__options,
.select_form-passengers-result_show-top .select-main__options {
    bottom: calc(100% - 0.0625rem);
    border-bottom: 0;
    border-radius: 0.25rem 0.25rem 0rem 0rem;
    padding: 0.3125rem 0rem 0.625rem 0rem;
}

.select_form-n-a-result._select-focus,
.select_form-hors-result._select-focus,
.select_form-passengers-result._select-focus {
    background-color: transparent;
}

.select_form-n-a-result._select-focus .select-main__title,
.select_form-hors-result._select-focus .select-main__title,
.select_form-passengers-result._select-focus .select-main__title {
    color: #0a3647;
    outline: 0.0625rem solid #109eee;
}

.select_form-n-a-result._select-open .select-main__value::after,
.select_form-hors-result._select-open .select-main__value::after,
.select_form-passengers-result._select-open .select-main__value::after {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.select_form-n-a-result .select-main__value::after {
    content: "\e926";
    font-size: 0.5rem;
}

.select_form-n-a-result .select-main__value::before {
    content: "\e90a";
    font-family: "icons";
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
        align-self: stretch;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 1.5rem;
    flex: 0 0 1.5rem;
    font-size: 1.5rem;
    color: #90bfdb;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.select_form-hors-result .select-main__value::after {
    content: "\e926";
    font-size: 0.5rem;
}

.select_form-hors-result .select-main__value::before {
    content: "\e92d";
    font-family: "icons";
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
        align-self: stretch;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 1.5rem;
    flex: 0 0 1.5rem;
    font-size: 1.5rem;
    color: #90bfdb;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.select_form-passengers-result .select-main__value::after {
    content: "\e926";
    font-size: 0.5rem;
}

.select_form-passengers-result .select-main__value::before {
    content: "\e923";
    font-family: "icons";
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
        align-self: stretch;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 1.5rem;
    flex: 0 0 1.5rem;
    font-size: 1.5rem;
    color: #90bfdb;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.select_form-n-a-criteion-selected .select-main__title,
.select_form-hors-criteion-selected .select-main__title,
.select_form-passengers-criteion-selected .select-main__title {
    color: #0a3647;
    text-align: left;
    border-radius: 0.125rem;
    width: 100%;
    text-transform: capitalize;
    font-size: 1rem;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    padding-top: 0.6875rem;
    padding-bottom: 0.6875rem;
    font-weight: 400;
    line-height: 1.5;
    -webkit-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

.select_form-n-a-criteion-selected .select-main__value,
.select_form-hors-criteion-selected .select-main__value,
.select_form-passengers-criteion-selected .select-main__value {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-width: 0;
    height: 1.5rem;
    padding: 0rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.select_form-n-a-criteion-selected .select-main__value > *,
.select_form-hors-criteion-selected .select-main__value > *,
.select_form-passengers-criteion-selected .select-main__value > * {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.select_form-n-a-criteion-selected .select-main__value:after,
.select_form-hors-criteion-selected .select-main__value:after,
.select_form-passengers-criteion-selected .select-main__value:after {
    content: "\e906";
    font-family: "icons";
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
        align-self: stretch;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 1.5rem;
    flex: 0 0 1.5rem;
    font-size: 1.5rem;
    color: rgba(144, 192, 219, 0.5);
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.select_form-n-a-criteion-selected
    .select-main__value._select-pseudo-label::before,
.select_form-hors-criteion-selected
    .select-main__value._select-pseudo-label::before,
.select_form-passengers-criteion-selected
    .select-main__value._select-pseudo-label::before {
    content: attr(data-pseudo-label);
    opacity: 0.5;
}

._select-open
    .select_form-n-a-criteion-selected
    .select-main__value._select-pseudo-label,
._select-open
    .select_form-hors-criteion-selected
    .select-main__value._select-pseudo-label,
._select-open
    .select_form-passengers-criteion-selected
    .select-main__value._select-pseudo-label {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.select_form-n-a-criteion-selected .select-main__content,
.select_form-hors-criteion-selected .select-main__content,
.select_form-passengers-criteion-selected .select-main__content {
    padding-top: 0.25rem;
    font-size: 1rem;
}

.select_form-n-a-criteion-selected .select-main__options,
.select_form-hors-criteion-selected .select-main__options,
.select_form-passengers-criteion-selected .select-main__options {
    -webkit-transform: translateY(0.625rem);
    -ms-transform: translateY(0.625rem);
    transform: translateY(0.625rem);
    z-index: 3;
    border-radius: 0rem 0rem 0.125rem 0.125rem;
    border: 0.0625rem solid rgba(144, 191, 219, 0.5);
    background-color: #fff;
    padding: 1.25rem;
}

.select_form-n-a-criteion-selected .select-main__option,
.select_form-hors-criteion-selected .select-main__option,
.select_form-passengers-criteion-selected .select-main__option {
    padding: 0.5rem 1.25rem 0.4375rem 1.3125rem;
    -webkit-transition: background-color 0.3s ease, color 0.3s ease;
    -o-transition: background-color 0.3s ease, color 0.3s ease;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.select_form-n-a-criteion-selected_show-top .select-main__options,
.select_form-hors-criteion-selected_show-top .select-main__options,
.select_form-passengers-criteion-selected_show-top .select-main__options {
    bottom: calc(100% - 0.0625rem);
    border-bottom: 0;
    border-radius: 0.25rem 0.25rem 0rem 0rem;
    padding: 0.3125rem 0rem 0.625rem 0rem;
}

.select_form-n-a-criteion-selected._select-focus,
.select_form-hors-criteion-selected._select-focus,
.select_form-passengers-criteion-selected._select-focus {
    background-color: transparent;
}

.select_form-n-a-criteion-selected._select-focus .select-main__title,
.select_form-hors-criteion-selected._select-focus .select-main__title,
.select_form-passengers-criteion-selected._select-focus .select-main__title {
    color: #0a3647;
    outline: 0.0625rem solid #109eee;
}

.select_form-n-a-criteion-selected._select-open .select-main__value::after,
.select_form-hors-criteion-selected._select-open .select-main__value::after,
.select_form-passengers-criteion-selected._select-open
    .select-main__value::after {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.select_form-n-a-criteion-selected .select-main__value::after {
    content: "\e926";
    font-size: 0.5rem;
}

.select_form-n-a-criteion-selected .select-main__value::before {
    content: "\e90a";
    font-family: "icons";
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
        align-self: stretch;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 1.5rem;
    flex: 0 0 1.5rem;
    font-size: 1.5rem;
    color: rgba(144, 192, 219, 0.5);
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.select_form-hors-criteion-selected .select-main__value::after {
    content: "\e926";
    font-size: 0.5rem;
}

.select_form-hors-criteion-selected .select-main__value::before {
    content: "\e92d";
    font-family: "icons";
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
        align-self: stretch;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 1.5rem;
    flex: 0 0 1.5rem;
    font-size: 1.5rem;
    color: rgba(144, 192, 219, 0.5);
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: rgba(144, 192, 219, 0.5);
}

.select_form-passengers-criteion-selected .select-main__value::after {
    content: "\e926";
    font-size: 0.5rem;
}

.select_form-passengers-criteion-selected .select-main__value::before {
    content: "\e923";
    font-family: "icons";
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
        align-self: stretch;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 1.5rem;
    flex: 0 0 1.5rem;
    font-size: 1.5rem;
    color: rgba(144, 192, 219, 0.5);
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.select_form-n-a-apply-offers .select-main__title,
.select_form-hors-apply-offers .select-main__title,
.select_form-passengers-apply-offers .select-main__title {
    color: #0a3647;
    text-align: left;
    border-radius: 0.125rem;
    width: 100%;
    text-transform: capitalize;
    font-size: 1rem;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    padding-top: 0.90625rem;
    padding-bottom: 0.90625rem;
    font-weight: 400;
    line-height: 1.5;
    -webkit-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

.select_form-n-a-apply-offers .select-main__value,
.select_form-hors-apply-offers .select-main__value,
.select_form-passengers-apply-offers .select-main__value {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-width: 0;
    height: 1.5rem;
    padding: 0rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.select_form-n-a-apply-offers .select-main__value > *,
.select_form-hors-apply-offers .select-main__value > *,
.select_form-passengers-apply-offers .select-main__value > * {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.select_form-n-a-apply-offers .select-main__value:after,
.select_form-hors-apply-offers .select-main__value:after,
.select_form-passengers-apply-offers .select-main__value:after {
    content: "\e906";
    font-family: "icons";
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
        align-self: stretch;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 1.5rem;
    flex: 0 0 1.5rem;
    font-size: 1.5rem;
    color: #90bfdb;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.select_form-n-a-apply-offers .select-main__value._select-pseudo-label::before,
.select_form-hors-apply-offers .select-main__value._select-pseudo-label::before,
.select_form-passengers-apply-offers
    .select-main__value._select-pseudo-label::before {
    content: attr(data-pseudo-label);
    opacity: 0.5;
}

._select-open
    .select_form-n-a-apply-offers
    .select-main__value._select-pseudo-label,
._select-open
    .select_form-hors-apply-offers
    .select-main__value._select-pseudo-label,
._select-open
    .select_form-passengers-apply-offers
    .select-main__value._select-pseudo-label {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.select_form-n-a-apply-offers .select-main__content,
.select_form-hors-apply-offers .select-main__content,
.select_form-passengers-apply-offers .select-main__content {
    padding-top: 0.25rem;
    font-size: 1rem;
}

.select_form-n-a-apply-offers .select-main__options,
.select_form-hors-apply-offers .select-main__options,
.select_form-passengers-apply-offers .select-main__options {
    -webkit-transform: translateY(0.625rem);
    -ms-transform: translateY(0.625rem);
    transform: translateY(0.625rem);
    z-index: 3;
    border-radius: 0rem 0rem 0.125rem 0.125rem;
    border: 0.0625rem solid rgba(144, 191, 219, 0.5);
    background-color: #fff;
    padding: 1.25rem;
}

.select_form-n-a-apply-offers .select-main__option,
.select_form-hors-apply-offers .select-main__option,
.select_form-passengers-apply-offers .select-main__option {
    padding: 0.5rem 1.25rem 0.4375rem 1.3125rem;
    -webkit-transition: background-color 0.3s ease, color 0.3s ease;
    -o-transition: background-color 0.3s ease, color 0.3s ease;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.select_form-n-a-apply-offers_show-top .select-main__options,
.select_form-hors-apply-offers_show-top .select-main__options,
.select_form-passengers-apply-offers_show-top .select-main__options {
    bottom: calc(100% - 0.0625rem);
    border-bottom: 0;
    border-radius: 0.25rem 0.25rem 0rem 0rem;
    padding: 0.3125rem 0rem 0.625rem 0rem;
}

.select_form-n-a-apply-offers._select-focus,
.select_form-hors-apply-offers._select-focus,
.select_form-passengers-apply-offers._select-focus {
    background-color: transparent;
}

.select_form-n-a-apply-offers._select-focus .select-main__title,
.select_form-hors-apply-offers._select-focus .select-main__title,
.select_form-passengers-apply-offers._select-focus .select-main__title {
    color: #0a3647;
    outline: 0.0625rem solid #109eee;
}

.select_form-n-a-apply-offers._select-open .select-main__value::after,
.select_form-hors-apply-offers._select-open .select-main__value::after,
.select_form-passengers-apply-offers._select-open .select-main__value::after {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.select_form-n-a-apply-offers .select-main__value::after {
    content: "\e926";
    font-size: 0.5rem;
}

.select_form-n-a-apply-offers .select-main__value::before {
    content: "\e90a";
    font-family: "icons";
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
        align-self: stretch;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 1.5rem;
    flex: 0 0 1.5rem;
    font-size: 1.5rem;
    color: rgba(144, 192, 219, 0.5);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.select_form-hors-apply-offers .select-main__value::after {
    content: "\e926";
    font-size: 0.5rem;
}

.select_form-hors-apply-offers .select-main__value::before {
    content: "\e92d";
    font-family: "icons";
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
        align-self: stretch;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 1.5rem;
    flex: 0 0 1.5rem;
    font-size: 1.5rem;
    color: rgba(144, 192, 219, 0.5);
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.select_form-passengers-apply-offers .select-main__value::after {
    content: "\e926";
    font-size: 0.5rem;
}

.select_form-passengers-apply-offers .select-main__value::before {
    content: "\e923";
    font-family: "icons";
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
        align-self: stretch;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 1.5rem;
    flex: 0 0 1.5rem;
    font-size: 1.5rem;
    color: rgba(144, 192, 219, 0.5);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.select_form-sort .select-main__body {
    position: relative;
}

.select_form-sort .select-main__value {
    color: #487791;
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1.2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.3125rem;
    position: relative;
    z-index: 2;
}

.select_form-sort .select-main__value::after {
    content: "\e926";
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 1.5rem;
    flex: 0 0 1.5rem;
    width: 1.5rem;
    height: 1.5rem;
    font-size: 0.4375rem;
    font-family: "icons";
    color: #90bfdb;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    will-change: transform;
}

.select_form-sort .select-main__options {
    color: #0a3647;
    position: absolute;
    border-radius: 0.625rem;
    right: 0;
    top: 102%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #fff;
    border-top: 0;
    padding: 1.25rem 1.25rem;
    min-width: 13.375rem;
    -webkit-box-shadow: 0rem 0.4375rem 0.5rem 0rem rgba(72, 119, 145, 0.2),
        0rem 0.3125rem 1.375rem 0rem rgba(72, 119, 145, 0.12),
        0rem 0.75rem 1.0625rem 0rem rgba(72, 119, 145, 0.14);
    box-shadow: 0rem 0.4375rem 0.5rem 0rem rgba(72, 119, 145, 0.2),
        0rem 0.3125rem 1.375rem 0rem rgba(72, 119, 145, 0.12),
        0rem 0.75rem 1.0625rem 0rem rgba(72, 119, 145, 0.14);
}

.select_form-sort .select-main__option {
    width: 100%;
    text-align: left;
    cursor: pointer;
    padding: 0.5rem 1.25rem;
    color: #487791;
    font-family: "GothamPro";
    -webkit-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
    white-space: nowrap;
    display: inline-block;
}

.select_form-sort .select-main__option._select-selected {
    background-color: #eee;
}

.select_form-sort._select-open .select-main__value::after {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.select_form-sort-mobile {
    position: relative;
    z-index: 5;
}

.select_form-sort-mobile .select-main__body {
    position: relative;
}

.select_form-sort-mobile .select-main__value {
    color: #0a3647;
    font-family: "GothamPro";
    font-size: 0.875rem;
    line-height: 1.5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.3125rem;
    position: relative;
    z-index: 2;
}

.select_form-sort-mobile .select-main__value::before {
    content: "\e92a";
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 1rem;
    flex: 0 0 1rem;
    width: 1rem;
    height: 1rem;
    font-size: 1rem;
    font-family: "icons";
    color: #90bfdb;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    will-change: transform;
}

.select_form-sort-mobile .select-main__options {
    color: #0a3647;
    position: absolute;
    border-radius: 0.625rem;
    left: -200%;
    top: 102%;
    background-color: #fff;
    border-top: 0;
    padding: 1.25rem 1.25rem;
    min-width: 13.375rem;
    -webkit-box-shadow: 0rem 0.4375rem 0.5rem 0rem rgba(72, 119, 145, 0.2),
        0rem 0.3125rem 1.375rem 0rem rgba(72, 119, 145, 0.12),
        0rem 0.75rem 1.0625rem 0rem rgba(72, 119, 145, 0.14);
    box-shadow: 0rem 0.4375rem 0.5rem 0rem rgba(72, 119, 145, 0.2),
        0rem 0.3125rem 1.375rem 0rem rgba(72, 119, 145, 0.12),
        0rem 0.75rem 1.0625rem 0rem rgba(72, 119, 145, 0.14);
}

.select_form-sort-mobile .select-main__option {
    width: 100%;
    text-align: left;
    cursor: pointer;
    padding: 0.5rem 1.25rem;
    color: #487791;
    font-family: "GothamPro";
    -webkit-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
    white-space: nowrap;
    display: inline-block;
}

.select_form-sort-mobile .select-main__option._select-selected {
    background-color: #eee;
}

.qs-datepicker-container {
    margin-top: 0.625rem;
    font-size: 1rem;
    font-family: sans-serif;
    color: #0a3647;
    font-family: "GothamPro";
    position: absolute;
    width: 16.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 9001;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: hidden;
    border-radius: 0.625rem;
    -webkit-box-shadow: 0rem 0.4375rem 0.5rem 0rem rgba(72, 119, 145, 0.2),
        0rem 0.3125rem 1.375rem 0rem rgba(72, 119, 145, 0.12),
        0rem 0.75rem 1.0625rem 0rem rgba(72, 119, 145, 0.14);
    border: 0.0625rem solid rgba(144, 191, 219, 0.5);
    background-color: #fff;
    /* filter */
    box-shadow: 0rem 0.4375rem 0.5rem 0rem rgba(72, 119, 145, 0.2),
        0rem 0.3125rem 1.375rem 0rem rgba(72, 119, 145, 0.12),
        0rem 0.75rem 1.0625rem 0rem rgba(72, 119, 145, 0.14);
    padding: 1rem;
    -webkit-transition: opacity 0.5s ease 0s;
    -o-transition: opacity 0.5s ease 0s;
    transition: opacity 0.5s ease 0s;
}

.qs-datepicker-container * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.qs-datepicker-container.qs-centered {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.qs-datepicker-container.qs-hidden {
    display: none;
}

.qs-datepicker .qs-overlay {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.75);
    color: #fff;
    width: 100%;
    height: 100%;
    padding: 0.5em;
    z-index: 1;
    opacity: 1;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.qs-datepicker .qs-overlay.qs-hidden {
    opacity: 0;
    z-index: -1;
}

.qs-datepicker .qs-overlay .qs-overlay-year {
    background: rgba(0, 0, 0, 0);
    border: none;
    border-bottom: 1px solid #fff;
    border-radius: 0;
    color: #fff;
    font-size: 0.875em;
    padding: 0.25em 0;
    width: 80%;
    text-align: center;
    margin: 0 auto;
    display: block;
}

.qs-datepicker .qs-overlay .qs-overlay-year::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.qs-datepicker .qs-overlay .qs-close {
    padding: 0.5em;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
}

.qs-datepicker .qs-overlay .qs-submit {
    border: 0.0625rem solid #fff;
    border-radius: 0.26392em;
    padding: 0.5em;
    margin: 0 auto auto;
    cursor: pointer;
    background: hsla(0, 0%, 50.2%, 0.4);
}

.qs-datepicker .qs-overlay .qs-submit.qs-disabled {
    color: grey;
    border-color: grey;
    cursor: not-allowed;
}

.qs-datepicker .qs-overlay .qs-overlay-month-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.qs-datepicker .qs-overlay .qs-overlay-month {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 33.33333%;
    cursor: pointer;
    opacity: 0.5;
    -webkit-transition: opacity 0.15s;
    -o-transition: opacity 0.15s;
    transition: opacity 0.15s;
}

.qs-datepicker .qs-overlay .qs-overlay-month.active,
.qs-datepicker .qs-overlay .qs-overlay-month:hover {
    opacity: 1;
}

.qs-datepicker .qs-controls {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background-color: #fff;
    color: #0a3647;
    -webkit-filter: blur(0);
    filter: blur(0);
    -webkit-transition: -webkit-filter 0.3s;
    transition: -webkit-filter 0.3s;
    -o-transition: filter 0.3s;
    transition: filter 0.3s;
    transition: filter 0.3s, -webkit-filter 0.3s;
    padding-left: 0.25rem;
    padding-right: 0.25rem;
    padding-top: 0.25rem;
    gap: 0.5rem;
}

.qs-datepicker .qs-controls:not(:last-child) {
    margin-bottom: 1rem;
}

.qs-datepicker .qs-controls.qs-blur {
    -webkit-filter: blur(5px);
    filter: blur(5px);
}

.qs-datepicker .qs-arrow {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 1.5rem;
    flex: 0 0 1.5rem;
    height: 1.5rem;
    width: 1.5rem;
    position: relative;
    cursor: pointer;
}

.qs-datepicker .qs-arrow.qs-left {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0.25rem;
}

.qs-datepicker .qs-arrow.qs-right {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0.25rem;
}

.qs-datepicker .qs-arrow.qs-left:before {
    content: "";
    background: url("../images/Left%20Arrow.svg") center no-repeat;
    height: 1rem;
    width: 1rem;
}

.qs-datepicker .qs-arrow.qs-right:before {
    content: "";
    background: url("../images/Left%20Arrow.svg") center no-repeat;
    height: 1rem;
    width: 1rem;
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.qs-datepicker .qs-month-year {
    font-weight: 700;
    cursor: pointer;
    font-size: 0.875rem;
    line-height: 1.2;
}

.qs-datepicker .qs-month-year:active:focus,
.qs-datepicker .qs-month-year:focus {
    outline: none;
}

.qs-datepicker .qs-month {
    padding-right: 0.5ex;
}

.qs-datepicker .qs-year {
    padding-left: 0.5ex;
}

.qs-datepicker .qs-squares {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #0a3647;
    font-weight: 400;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-filter: blur(0);
    filter: blur(0);
    -webkit-transition: -webkit-filter 0.3s;
    transition: -webkit-filter 0.3s;
    -o-transition: filter 0.3s;
    transition: filter 0.3s;
    transition: filter 0.3s, -webkit-filter 0.3s;
}

.qs-datepicker .qs-squares.qs-blur {
    -webkit-filter: blur(5px);
    filter: blur(5px);
}

.qs-datepicker .qs-square {
    width: 14.2%;
    height: 1.875rem;
    padding: 0.25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    -webkit-transition: background 0.1s;
    -o-transition: background 0.1s;
    transition: background 0.1s;
    border-radius: 50%;
}

/*.qs-datepicker .qs-square.qs-current {*/
/*  font-weight: 700;*/
/*  color: #109EEE;*/
/*  border: 0.0625rem solid #109EEE;*/
/*}*/

/*.qs-datepicker .qs-square.qs-current span {*/
/*  text-decoration: underline;*/
/*}*/

.qs-datepicker .qs-square.qs-current + .qs-square {
    font-weight: 700;
    color: #109eee;
    border: 0.0625rem solid #109eee;
}

.qs-current + .qs-square {
    font-weight: 700;
    color: #109eee;
    border: 0.0625rem solid #109eee;
}

.qs-datepicker .qs-square.qs-active {
    background-color: #109eee;
    color: #fff !important;
}

.qs-datepicker .qs-square.qs-range-date-start:not(.qs-range-date-6) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.qs-datepicker .qs-square.qs-range-date-middle {
    background: #d4ebf2;
}

.qs-datepicker
    .qs-square.qs-range-date-middle:not(.qs-range-date-0):not(
        .qs-range-date-6
    ) {
    border-radius: 0;
}

.qs-datepicker .qs-square.qs-range-date-middle.qs-range-date-0 {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.qs-datepicker .qs-square.qs-range-date-end:not(.qs-range-date-0),
.qs-datepicker .qs-square.qs-range-date-middle.qs-range-date-6 {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.qs-datepicker .qs-square.qs-num {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
        align-self: center;
    border-radius: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 14.2%;
    flex: 0 0 14.2%;
    width: 14.2%;
    height: 1.9375rem;
    font-size: 0.75rem;
    line-height: 1.2;
    -webkit-transition: background-color 0.3s ease, color 0.3s ease;
    -o-transition: background-color 0.3s ease, color 0.3s ease;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.qs-datepicker .qs-square.qs-disabled span {
    opacity: 1;
}

.qs-datepicker .qs-square.qs-outside-current-month {
    color: #a7afb2;
    font-family: "GothamPro";
    font-size: 0.75rem;
    line-height: 1.2;
}

.qs-datepicker .qs-square.qs-empty {
    cursor: default;
    cursor: not-allowed;
    color: #a7afb2;
    font-family: "GothamPro";
    font-size: 0.75rem;
    line-height: 1.2;
}

.qs-datepicker .qs-square.qs-disabled {
    cursor: default;
    color: #a7afb2;
    position: relative;
}

.qs-datepicker .qs-square.qs-disabled::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
    height: 1px;
    width: 60%;
    background-color: #0a3647;
}

.qs-datepicker .qs-square.qs-outside-current-month.qs-disabled {
    position: relative;

    &::after {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%) rotate(-45deg);
            -ms-transform: translate(-50%, -50%) rotate(-45deg);
                transform: translate(-50%, -50%) rotate(-45deg);
        height: 1px;
        width: 60%;
        background-color: #0a3647;
    }
}

.qs-datepicker .qs-square.qs-outside-current-month.qs-disabled::after {
    background-color: transparent;
}

.qs-datepicker .qs-square.qs-day {
    cursor: default;
    font-weight: 700;
    color: #0a3647;
    font-size: 0.75rem;
    line-height: 1.2;
    text-transform: uppercase;
    border-bottom: 0.0625rem solid #90bfdb;
    margin-bottom: 0.5rem;
    border-radius: 0rem;
}

.qs-datepicker
    .qs-square:not(.qs-empty):not(.qs-disabled):not(.qs-day):not(
        .qs-active
    ):hover {
    background-color: rgba(16, 158, 238, 0.25);
}

.qs-datepicker .qs-event {
    position: relative;
}

.qs-datepicker .qs-event:after {
    content: "";
    position: absolute;
    width: 0.46875em;
    height: 0.46875em;
    border-radius: 50%;
    background: #07f;
    bottom: 0;
    right: 0;
}

.qs-datepicker .qs-event.qs-disabled:after,
.qs-datepicker .qs-event.qs-empty:after {
    background: #cce4ff;
}

body::after {
    content: "";
    background-color: rgba(10, 54, 71, 0.9);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: opacity 0.8s ease 0s;
    -o-transition: opacity 0.8s ease 0s;
    transition: opacity 0.8s ease 0s;
    pointer-events: none;
    z-index: 149;
}

.popup-show body::after {
    opacity: 1;
}

.popup {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 0.625rem 0.625rem;
    -webkit-transition: visibility 0.8s ease 0s;
    -o-transition: visibility 0.8s ease 0s;
    transition: visibility 0.8s ease 0s;
    visibility: hidden;
    pointer-events: none;
}

.popup_show {
    z-index: 150;
    visibility: visible;
    overflow: auto;
    pointer-events: auto;
}

.popup_show .popup__content {
    visibility: visible;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.popup__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 100%;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    align-items: center;
}

.popup__content {
    visibility: hidden;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: -webkit-transform 0.3s ease 0s;
    transition: -webkit-transform 0.3s ease 0s;
    -o-transition: transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
    padding: 0.625rem;
    width: 100%;
    max-width: 56.25rem;
    border-radius: 1.25rem;
}

.lock .popup__content {
    visibility: visible;
}

.popup--book .popup__close {
    display: none;
}

.popup--book .main-search {
    max-width: 100%;
}

.popup--book .popup__content {
    padding: 0rem;
}

.popup--yacht-card .form-yacht__head {
    padding: 1.25rem;
}

.popup--yacht-card .form-yacht__body {
    padding: 1.25rem;
}

.popup--yacht-card .popup__content {
    padding: 0rem;
}

.popup-in {
    color: #0a3647;
}

.popup-in .popup__content {
    max-width: 48rem;
    border-radius: 0.625rem;
    background-color: #f2f6f8;
    -webkit-box-shadow: 0px 7px 8px 0px rgba(72, 119, 145, 0.2),
        0px 5px 22px 0px rgba(72, 119, 145, 0.12),
        0px 12px 17px 0px rgba(72, 119, 145, 0.14);
    box-shadow: 0px 7px 8px 0px rgba(72, 119, 145, 0.2),
        0px 5px 22px 0px rgba(72, 119, 145, 0.12),
        0px 12px 17px 0px rgba(72, 119, 145, 0.14);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 4.375rem;
}

.lock .popup-in .popup__content {
    visibility: visible;
}

.popup-in .popup__close {
    -ms-flex-item-align: end;
    align-self: flex-end;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 1.125rem;
    flex: 0 0 1.125rem;
    width: 1.125rem;
    height: 1.125rem;
    position: relative;
}

.popup-in .popup__close::before,
.popup-in .popup__close::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 0.125rem;
    background-color: rgba(144, 192, 219, 0.5);
}

.popup-in .popup__close::before {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}

.popup-in .popup__close::after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
}

.popup-in__title h2 {
    text-align: center;
    font-size: 3rem;
    font-weight: 900;
    line-height: 1.3;
}

.popup-in__title h2:not(:last-child) {
    margin-bottom: 0.625rem;
}

.popup-in__title h3 {
    text-align: center;
    font-weight: 900;
    line-height: 1.3;
}

.popup-in__title h3:not(:last-child) {
    margin-bottom: 0.625rem;
}

.popup-in__title h4 {
    color: #487791;
    text-align: center;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.3;
}

.popup-in__title h4:not(:last-child) {
    margin-bottom: 0.625rem;
}

.popup-in__title:not(:last-child) {
    margin-bottom: 3.125rem;
}

.form-popup {
    font-family: "GothamPro";
    max-width: 23rem;
    margin: 0 auto;
}

.form-popup__as {
    max-width: 23rem;
    margin: 0 auto;
}

.form-popup__as h4 {
    color: #487791;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.3;
    text-align: center;
}

.form-popup__as h4:not(:last-child) {
    margin-bottom: 1.25rem;
}

.form-popup__as:not(:last-child) {
    margin-bottom: 2.5rem;
}

.form-popup__buttons-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 0.625rem;
    border: 0.0625rem solid rgba(144, 191, 219, 0.5);
    position: relative;
}

.form-popup__buttons-block button {
    border-radius: 0.625rem;
    padding: 0.625rem;
    width: 100%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    gap: 0.3125rem;
    padding: 1.09375rem 0.625rem 1.03125rem 0.625rem;
    color: #109eee;
    font-weight: 500;
    line-height: 1.19;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    -webkit-transition: background-color 0.3s ease 0s, color 0.3s ease 0s;
    -o-transition: background-color 0.3s ease 0s, color 0.3s ease 0s;
    transition: background-color 0.3s ease 0s, color 0.3s ease 0s;
}

.form-popup__buttons-block button span:last-of-type {
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
        align-self: start;
    font-size: 0.875rem;
    color: rgb(144, 191, 219);
}

.form-popup__border-line {
    width: 0.0625rem;
    height: 90%;
    background-color: rgba(144, 191, 219, 0.5);
    -webkit-transition: background-color 0.3s ease 0s;
    -o-transition: background-color 0.3s ease 0s;
    transition: background-color 0.3s ease 0s;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2;
}

.form-popup__text p {
    line-height: 1.5;
}

.form-popup__text p:not(:last-child) {
    margin-bottom: 0.625rem;
}

.form-popup__text:not(:last-child) {
    margin-bottom: 1.25rem;
}

.form-popup__lines-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.25rem;
}

.form-popup__lines-wrapper:not(:last-child) {
    margin-bottom: 2.5rem;
}

.form-popup__user-line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.25rem;
}

.form-popup__line {
    position: relative;
    border-radius: 0.125rem;
    border: 0.0625rem solid #eff0f6;
    background-color: #fff;
}

.form-popup__line input {
    width: 100%;
    padding: 0.90625rem 2.6875rem 0.90625rem 0.625rem;
}

.form-popup__line input::-webkit-input-placeholder {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
}

.form-popup__line input::-moz-placeholder {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
}

.form-popup__line input:-ms-input-placeholder {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
}

.form-popup__line input::-ms-input-placeholder {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
}

.form-popup__line input::placeholder {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
}

.form-popup__line button {
    position: absolute;
    top: 50%;
    right: 0.625rem;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 1.5rem;
    color: rgba(144, 191, 219, 0.5);
}

.form-popup__line--mail input {
    padding: 1.0625rem 2.6875rem 1.0625rem 0.625rem;
}

.form-popup__line--mail-small input {
    padding: 0.90625rem 2.6875rem 0.90625rem 0.625rem;
}

.form-popup__actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2.5rem;
}

.form-popup__actions:not(:last-child) {
    margin-bottom: 2.5rem;
}

.form-popup__forgot-btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-item-align: end;
    align-self: flex-end;
    color: #487791;
    text-align: right;
    font-size: 0.875rem;
    line-height: 1.5;
    -webkit-transition: color 0.3s ease 0s;
    -o-transition: color 0.3s ease 0s;
    transition: color 0.3s ease 0s;
}

.form-popup__register {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.9375rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.form-popup__register p {
    color: #90bfdb;
    font-size: 0.875rem;
    line-height: 1.5;
}

.form-popup__register button {
    color: #109eee;
    font-weight: 700;
    line-height: 1.2;
    -webkit-transition: color 0.3s ease 0s;
    -o-transition: color 0.3s ease 0s;
    transition: color 0.3s ease 0s;
}

.form-popup__checkbox:not(:last-child) {
    margin-bottom: 1.25rem;
}

.options-popup {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 0.1875rem;
    -moz-column-gap: 0.1875rem;
    column-gap: 0.1875rem;
    row-gap: 0.625rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.options-popup__input {
    width: 0;
    height: 0;
    opacity: 0;
    position: absolute;
}

.options-popup__input:checked
    ~ .options-popup__label
    .options-popup__checked:before {
    border: 0.125rem solid #90bfdb;
}

.options-popup__input:checked
    ~ .options-popup__label
    .options-popup__checked:after {
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
}

.options-popup__input:hover
    ~ .options-popup__label
    .options-popup__checked:before {
    border: 0.125rem solid #90bfdb;
}

.options-popup__input:disabled
    ~ .options-popup__label
    .options-popup__checked:before {
    border: 0.125rem solid rgba(144, 192, 219, 0.3);
}

.options-popup__input:disabled
    ~ .options-popup__label
    .options-popup__checked:after {
    border: 0.125rem solid rgba(144, 192, 219, 0.3);
}

.options-popup__label {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.3125rem;
    cursor: pointer;
}

.options-popup__checked {
    -ms-flex-item-align: start;
    align-self: flex-start;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 1.5rem;
    flex: 0 0 1.5rem;
    width: 1.5rem;
    height: 1.5rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
}

.options-popup__checked::before {
    content: "";
    border-radius: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 1.25rem;
    flex: 0 0 1.25rem;
    width: 1.25rem;
    height: 1.25rem;
    border: 0.125rem solid hsla(202, 51%, 71%, 0.5);
    -webkit-transition: border 0.3s ease 0s;
    -o-transition: border 0.3s ease 0s;
    transition: border 0.3s ease 0s;
}

.options-popup__checked::after {
    content: "";
    -webkit-box-flex: 0;
    -ms-flex: 0 0 0.625rem;
    flex: 0 0 0.625rem;
    width: 0.625rem;
    height: 0.625rem;
    border-radius: 50%;
    background-color: #90bfdb;
    -webkit-transition: -webkit-transform 0.3s ease 0s;
    transition: -webkit-transform 0.3s ease 0s;
    -o-transition: transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(0);
    -ms-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
}

.options-popup__text {
    color: #487791;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
}

.options-popup__button {
    -ms-flex-item-align: start;
    align-self: flex-start;
    font-size: 0.875rem;
    color: rgb(144, 191, 219);
}

.successfully-booked {
    font-family: "GothamPro";
    color: #487791;
}

.successfully-booked .popup__content {
    max-width: 49.0625rem;
    border-radius: 0.625rem;
    background-color: #f2f6f8;
    /* filter */
    -webkit-box-shadow: 0px 7px 8px 0px rgba(72, 119, 145, 0.2),
        0px 5px 22px 0px rgba(72, 119, 145, 0.12),
        0px 12px 17px 0px rgba(72, 119, 145, 0.14);
    box-shadow: 0px 7px 8px 0px rgba(72, 119, 145, 0.2),
        0px 5px 22px 0px rgba(72, 119, 145, 0.12),
        0px 12px 17px 0px rgba(72, 119, 145, 0.14);
    padding-top: 1.875rem;
    padding-bottom: 12.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: padding 0.3s ease 0s;
    -o-transition: padding 0.3s ease 0s;
    transition: padding 0.3s ease 0s;
}

.successfully-booked .popup__close {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
    -ms-flex-item-align: end;
    align-self: flex-end;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 1.125rem;
    flex: 0 0 1.125rem;
    width: 1.125rem;
    height: 1.125rem;
    position: relative;
}

.successfully-booked .popup__close::before,
.successfully-booked .popup__close::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 0.125rem;
    background-color: rgba(144, 192, 219, 0.5);
}

.successfully-booked .popup__close::before {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}

.successfully-booked .popup__close::after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
}

.successfully-booked__body h3 {
    color: #487791;
    text-align: center;
    font-weight: 900;
    line-height: 1.2;
}

.successfully-booked__body h4 {
    color: #0a3647;
    text-align: center;
    font-weight: 900;
    line-height: 1.2;
}

.successfully-booked__text {
    text-align: center;
    font-weight: 700;
    line-height: 1.5;
    max-width: 32.1875rem;
    margin: 0 auto;
}

.successfully-booked__text span {
    font-style: italic;
}

.successfully-booked__text:not(:last-child) {
    margin-bottom: 0.625rem;
}

.apply-offers .popup__content {
    max-width: 25.6875rem;
    border-radius: 0.625rem;
    background-color: #fff;
    padding-top: 1.25rem;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    padding-bottom: 2.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.875rem;
}

.apply-offers .popup__close {
    -ms-flex-item-align: end;
    align-self: flex-end;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 1.125rem;
    flex: 0 0 1.125rem;
    width: 1.125rem;
    height: 1.125rem;
    position: relative;
}

.apply-offers .popup__close::before,
.apply-offers .popup__close::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 0.125rem;
    background-color: rgba(144, 192, 219, 0.56);
}

.apply-offers .popup__close::before {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}

.apply-offers .popup__close::after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
}

.apply-offers__body {
    font-family: "GothamPro";
    max-width: 21.875rem;
    margin: 0 auto;
}

.apply-offers__body h3 {
    font-weight: 900;
    line-height: 1.2;
    text-align: center;
}

.apply-offers__forma {
    max-width: 19.4375rem;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.25rem;
}

.apply-offers__line {
    border-radius: 0.125rem;
    border: 0.0625rem solid rgba(144, 191, 219, 0.5);
    background-color: #fff;
    position: relative;
}

.apply-offers__line--calendar {
    border-radius: 0.125rem;
    border: 0.0625rem solid rgba(144, 191, 219, 0.5);
    background-color: #fff;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.apply-offers__line--calendar input {
    padding-top: 1rem;
    padding-bottom: 0.8125rem;
    padding-right: 2.5rem;
    padding-left: 2.625rem;
    border-radius: 0.125rem;
    width: 100%;
    position: relative;
    z-index: 1;
    font-size: 1rem;
    line-height: 1.5;
    color: #0a3647;
}

.apply-offers__line--calendar input::-webkit-input-placeholder {
    font-size: 1rem;
    line-height: 1.5;
    color: #0a3647;
}

.apply-offers__line--calendar input::-moz-placeholder {
    font-size: 1rem;
    line-height: 1.5;
    color: #0a3647;
}

.apply-offers__line--calendar input:-ms-input-placeholder {
    font-size: 1rem;
    line-height: 1.5;
    color: #0a3647;
}

.apply-offers__line--calendar input::-ms-input-placeholder {
    font-size: 1rem;
    line-height: 1.5;
    color: #0a3647;
}

.apply-offers__line--calendar input::placeholder {
    font-size: 1rem;
    line-height: 1.5;
    color: #0a3647;
}

.apply-offers__line--calendar input._form-focus {
    outline: 0.0625rem solid #109eee;
}

.apply-offers__line--calendar label {
    display: inline-block;
    position: absolute;
    top: -0.3125rem;
    left: 0.3125rem;
    color: #487791;
    font-size: 0.75rem;
    padding: 0rem 0.25rem;
    background-color: #fff;
    z-index: 2;
}

.apply-offers__line label {
    display: inline-block;
    position: absolute;
    top: -0.3125rem;
    left: 0.3125rem;
    color: #487791;
    font-size: 0.75rem;
    padding: 0rem 0.25rem;
    background-color: #fff;
    z-index: 2;
}

.apply-offers__line input {
    outline: none;
    color: #0a3647;
    font-size: 1rem;
    line-height: 1.5;
    width: 100%;
}

.apply-offers__line input::-webkit-input-placeholder {
    outline: none;
    color: #0a3647;
    font-size: 1rem;
    line-height: 1.5;
}

.apply-offers__line input::-moz-placeholder {
    outline: none;
    color: #0a3647;
    font-size: 1rem;
    line-height: 1.5;
}

.apply-offers__line input:-ms-input-placeholder {
    outline: none;
    color: #0a3647;
    font-size: 1rem;
    line-height: 1.5;
}

.apply-offers__line input::-ms-input-placeholder {
    outline: none;
    color: #0a3647;
    font-size: 1rem;
    line-height: 1.5;
}

.apply-offers__line input::placeholder {
    outline: none;
    color: #0a3647;
    font-size: 1rem;
    line-height: 1.5;
}

.apply-offers__icon {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0.625rem;
    font-size: 1.5rem;
    color: rgba(144, 191, 219, 0.5);
    z-index: 2;
}

.apply-offers__select-arrow {
    font-size: 0.5rem;
    color: #90bfdb;
    position: absolute;
    right: 1rem;
    z-index: 2;
    -webkit-transition: -webkit-transform 0.3s ease 0s;
    transition: -webkit-transform 0.3s ease 0s;
    -o-transition: transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
}

._form-focus .apply-offers__select-arrow {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.apply-offers__button {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 0.625rem;
}

.apply-offers__button:not(:last-child) {
    margin-top: 0rem;
}

.spollers {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
}

.spollers__item:not(:last-child) {
    border-bottom: 1px solid rgba(144, 191, 219, 0.5);
    position: relative;
}

.spollers__item:not(:last-child)::before,
.spollers__item:not(:last-child)::after {
    content: "";
    position: absolute;
    bottom: -1px;
    height: 0.0625rem;
    background-color: #fff;
    z-index: 2;
}

.spollers__item:not(:last-child)::before {
    left: 0;
}

.spollers__item:not(:last-child)::after {
    right: 0;
}

.spollers__title {
    width: 100%;
    cursor: default;
    text-align: left;
    color: #487791;
    font-weight: 700;
    line-height: 1.3;
    position: relative;
    z-index: 1;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 1.25rem;
    -webkit-transition: color 0.3s ease 0s, background-color 0.3s ease 0s;
    -o-transition: color 0.3s ease 0s, background-color 0.3s ease 0s;
    transition: color 0.3s ease 0s, background-color 0.3s ease 0s;
}

.spollers__title span {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 1.5rem;
    flex: 0 0 1.5rem;
    width: 1.5rem;
    height: 1.5rem;
    position: relative;
}

.spollers__title span::before,
.spollers__title span::after {
    content: "";
    position: absolute;
    width: 1rem;
    height: 0.125rem;
    background-color: #90bfdb;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: -webkit-transform 0.3s ease 0s;
    transition: -webkit-transform 0.3s ease 0s;
    -o-transition: transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
    -webkit-transition: 0.3s ease 0s, background-color 0.3s ease 0s;
    -o-transition: 0.3s ease 0s, background-color 0.3s ease 0s;
    transition: 0.3s ease 0s, background-color 0.3s ease 0s;
}

.spollers__title span::after {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    -ms-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg);
}

._spoller-init .spollers__title {
    cursor: pointer;
}

._spoller-init .spollers__title._spoller-active span::after {
    -webkit-transform: translate(-50%, -50%) rotate(180deg);
    -ms-transform: translate(-50%, -50%) rotate(180deg);
    transform: translate(-50%, -50%) rotate(180deg);
}

.spollers__body {
    padding-top: 1.25rem;
    padding-bottom: 2.5rem;
    background-color: #fff;
    -webkit-transition: background-color 0.3s ease 0s;
    -o-transition: background-color 0.3s ease 0s;
    transition: background-color 0.3s ease 0s;
}

.spollers__body p {
    line-height: 1.5;
}

.spollers__body p:not(:last-child) {
    margin-bottom: 0.625rem;
}

.terms__list {
    list-style-type: none;
    counter-reset: element;
}

.terms__list h2:before {
    counter-increment: element;
    content: counter(element) ".";
}

.title {
    color: #0a3647;
    font-weight: 900;
    line-height: 1.3;
}

.title--main {
    color: #fff;
    font-weight: 900;
    line-height: 1.04;
}

.sub-title {
    color: #487791;
    font-weight: 700;
    line-height: 1.3;
}

.text {
    font-size: 1rem;
    line-height: 1.5;
}

.text p:not(:last-child) {
    margin-bottom: 0.9375rem;
}

.text a {
    text-decoration: underline;
    text-underline-offset: 0.125rem;
    -webkit-transition: text-decoration-color 0.3s ease;
    -webkit-transition: -webkit-text-decoration-color 0.3s ease;
    transition: -webkit-text-decoration-color 0.3s ease;
    -o-transition: text-decoration-color 0.3s ease;
    transition: text-decoration-color 0.3s ease;
    transition: text-decoration-color 0.3s ease, -webkit-text-decoration-color 0.3s ease;
}

.text ul:not(:last-child) {
    margin-bottom: 0.9375rem;
}

.text ul li:not(:last-child) {
    margin-bottom: 0.9375rem;
}

.show-more {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    gap: 0.5rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #109eee;
    font-weight: 700;
    line-height: 1.2;
    -webkit-transition: color 0.3s ease 0s;
    -o-transition: color 0.3s ease 0s;
    transition: color 0.3s ease 0s;
}

.show-more::before {
    /* font-size: 0.9375rem; */
    font-size: 12px;
}

.list-contact {
    display: none;
}

.list-contact__link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.25rem;
    color: #487791;
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1.2;
}

.list-contact__link::before {
    display: inline-block;
    padding: 0.75rem 0.75rem;
    font-size: 1.125rem;
    color: #487791;
}

.list-social {
    display: none;
}

.list-social__link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 2.625rem;
    flex: 0 0 2.625rem;
    width: 2.625rem;
    height: 2.625rem;
    font-size: 1.5rem;
    color: #487791;
}

.rental__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
}

.rental__container h2 {
    font-weight: 900;
    line-height: 1.2;
    /* 57.6px */
    color: #0a3647;
}

.rental__info {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 48.507463%;
    flex: 0 1 48.507463%;
    /* 650/1340 */
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1.875rem 1fr;
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 1.875rem;
    -moz-column-gap: 1.875rem;
    column-gap: 1.875rem;
}

.rental__answers h3 {
    font-weight: 700;
    line-height: 1.04;
    /* 24.96px */
    color: #487791;
}

.rental__answers p {
    line-height: 1.5;
}

.rental__answers p:not(:last-child) {
    margin-bottom: 1rem;
}

.rental__answers ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0.625rem;
}

.rental__answers ul li {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    line-height: 1.5;
}

.rental__answers ul li::before {
    content: "";
    -webkit-box-flex: 0;
    -ms-flex: 0 0 0.3125rem;
    flex: 0 0 0.3125rem;
    width: 0.3125rem;
    height: 0.3125rem;
    border-radius: 50%;
    background-color: #0a3647;
    display: inline-block;
    margin-left: 0.625rem;
    margin-right: 0.625rem;
    margin-top: 0.5rem;
}

.rental__show-more {
    display: none;
}

.rental__slider {
    min-width: 0;
    position: relative;
    z-index: 2;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 49.253731%;
    flex: 0 1 49.253731%;
}

.rental__wrapper {
    min-width: 0;
}

.rental__wrapper.swiper-wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 344px 1.25rem 1fr;
    grid-template-columns: 344px 1fr;
    gap: 1.25rem;
}

.rental__wrapper .rental__slide:nth-of-type(1) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
    width: 100%;
    padding-bottom: 41.3%;
}

.rental__wrapper .rental__slide:nth-of-type(2) {
    -ms-grid-row: 2;
    -ms-grid-row-span: 2;
    grid-row: 2/4;
    padding-bottom: 80.52381%;
}

.rental__slide {
    width: 100%;
    min-width: 0;
    position: relative;
    padding-bottom: 69.75%;
    /* 200/336 */
    -webkit-transition: padding-bottom 0.3s ease 0s;
    -o-transition: padding-bottom 0.3s ease 0s;
    transition: padding-bottom 0.3s ease 0s;
}

.rental__slide img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.asked__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-column-gap: 1.875rem;
    -moz-column-gap: 1.875rem;
    column-gap: 1.875rem;
    row-gap: 1.5rem;
    overflow: hidden;
}

.asked__container h2 {
    color: #0a3647;
    font-weight: 900;
    line-height: 1.04;
    position: relative;
}

.asked__slider {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 49.253731%;
    flex: 0 1 49.253731%;
    /* 660/1340 */
    position: relative;
    z-index: 2;
}

.asked__wrapper.swiper-wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 344px 1.25rem 1fr;
    grid-template-columns: 344px 1fr;
    gap: 1.25rem;
}

.asked__wrapper div:nth-of-type(1) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
    width: 100%;
    padding-bottom: 43.7%;
}

.asked__wrapper div:nth-of-type(2) {
    -ms-grid-row: 2;
    -ms-grid-row-span: 2;
    grid-row: 2/4;
    padding-bottom: 80.52381%;
    /* 200/336 */
}

.asked__slide {
    width: 100%;
    position: relative;
    padding-bottom: 71%;
    /* 200/336 */
    -webkit-transition: padding-bottom 0.3s ease 0s;
    -o-transition: padding-bottom 0.3s ease 0s;
    transition: padding-bottom 0.3s ease 0s;
}

.asked__slide img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.asked__info {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 49.253731%;
    flex: 0 1 49.253731%;
    /* 660/1340 */
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1.875rem 1fr;
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 1.875rem;
    -moz-column-gap: 1.875rem;
    column-gap: 1.875rem;
}

.asked__info :last-child {
    -ms-grid-column-span: 2;
    grid-column: span 2;
}

.asked__answers h3 {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.04;
    /* 24.96px */
    color: #487791;
}

.asked__answers p {
    line-height: 1.5;
}

.asked__answers p:not(:last-child) {
    margin-bottom: 1rem;
}

.asked__answers ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0.625rem;
}

.asked__answers ul li {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    line-height: 1.5;
}

.asked__answers ul li::before {
    content: "";
    -webkit-box-flex: 0;
    -ms-flex: 0 0 0.3125rem;
    flex: 0 0 0.3125rem;
    width: 0.3125rem;
    height: 0.3125rem;
    border-radius: 50%;
    background-color: #0a3647;
    display: inline-block;
    margin-left: 0.625rem;
    margin-right: 0.625rem;
    margin-top: 0.5rem;
}

.asked__actions {
    text-align: right;
}

.social-popup {
    padding-top: 1.25rem;
    border-top: 0.0625rem solid rgba(144, 191, 219, 0.5);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.9375rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: none;
}

.social-popup p {
    color: #487791;
    font-size: 0.875rem;
    line-height: 1.5;
}

.social-popup ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    row-gap: 0.625rem;
}

.social-popup ul li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 2.75rem;
    flex: 0 0 2.75rem;
    width: 2.75rem;
    height: 2.75rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.social-popup ul li a {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 2.75rem;
    flex: 0 0 2.75rem;
    width: 2.75rem;
    height: 2.75rem;
    padding: 0.625rem;
    border-radius: 50%;
    border: 0.0625rem solid rgba(144, 191, 219, 0.5);
    overflow: hidden;
}

.social-popup ul li a img {
    max-width: 100%;
    -webkit-transition: -webkit-transform 0.3s ease 0s;
    transition: -webkit-transform 0.3s ease 0s;
    -o-transition: transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
    will-change: transform;
}

.card-ship {
    background-color: #fff;
    border-radius: 0.625rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    position: relative;
    -webkit-box-shadow: 0rem 0rem 0rem 0rem rgba(72, 119, 145, 0.1),
        0rem 0.0625rem 0.1875rem 0rem rgba(72, 119, 145, 0.1),
        0rem 0.3125rem 0.3125rem 0rem rgba(72, 119, 145, 0.09),
        0rem 0.6875rem 0.4375rem 0rem rgba(72, 119, 145, 0.05),
        0rem 1.25rem 0.5rem 0rem rgba(72, 119, 145, 0.01),
        0rem 1.9375rem 0.5625rem 0rem rgba(72, 119, 145, 0);
    box-shadow: 0rem 0rem 0rem 0rem rgba(72, 119, 145, 0.1),
        0rem 0.0625rem 0.1875rem 0rem rgba(72, 119, 145, 0.1),
        0rem 0.3125rem 0.3125rem 0rem rgba(72, 119, 145, 0.09),
        0rem 0.6875rem 0.4375rem 0rem rgba(72, 119, 145, 0.05),
        0rem 1.25rem 0.5rem 0rem rgba(72, 119, 145, 0.01),
        0rem 1.9375rem 0.5625rem 0rem rgba(72, 119, 145, 0);
}

.card-ship__image {
    border-radius: 0.625rem 0.625rem 0rem 0rem;
    overflow: hidden;
    position: relative;
    padding-bottom: 9.375rem;
    padding-bottom: 47.62%;
}

.card-ship__image img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    will-change: transform;
}

.card-ship__shares-block {
    padding-top: 0.75rem;
    padding-right: 0.25rem;
    padding-left: 0.25rem;
    padding-bottom: 0.5rem;
    /* background-color: #487791; */
    background-color: #ee6010;
    max-width: 100%;
    color: #fff;
}

.card-ship__sub-title {
    padding: 0rem 0.25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 0.25rem;
    font-weight: 900;
    line-height: 1.2;
    /* 19.2px */
}

.card-ship__sub-title span {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 1.25rem;
    flex: 0 0 1.25rem;
    width: 1.25rem;
    height: 1.25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.card-ship__sub-title span img {
    width: 20px;
    height: 20px;
    max-width: 100%;
}

.card-ship__sub-title:not(:last-child) {
    margin-bottom: 3px;
}

.card-ship__wrapper {
    padding-top: 0.75rem;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    padding-bottom: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.card-ship__date-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-right: 0.25rem;
    padding-left: 0.25rem;
    gap: 3px 10px;
}

.card-ship__date-info:not(:last-child) {
    margin-bottom: 0.5rem;
}

.card-ship__data {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
}

.card-ship__hours {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
}

.card-ship__info {
    padding-bottom: 0.75rem;
    border-bottom: 0.0625rem solid #eff0f6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.card-ship__title {
    color: #0a3647;
    font-family: "GothamPro";
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    justify-items: center;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.card-ship__title:not(:last-child) {
    margin-bottom: 0.25rem;
}

.card-ship__locations {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0.625rem;
}

.card-ship__locations:not(:last-child) {
    margin-bottom: 0.25rem;
}

.card-ship__location {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.21875rem;
    color: #90bfdb;
    font-size: 0.875rem;
    line-height: 1.2;
}

.card-ship__icon {
    color: #90bfdb;
    font-size: 14px;
    display: inline-block;
    /* margin-bottom: 2px; */
}

.card-ship__icon::before {
    position: relative;
    top: -1.5px;
}

.card-ship__testination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /*gap: 0.09375rem;*/
}

.card-ship__star-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0.125rem;
}

.card-ship__star-item {
    color: #efae16;
    line-height: 1.2;
    font-size: 0.9375rem;
}

.card-ship__test-number {
    color: #487791;
    font-size: 0.875rem;
    line-height: 1.2;
}

.card-ship__team {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1.25rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    border-bottom: 0.0625rem solid #eff0f6;
}

.card-ship__crew {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.25rem;
    color: #0a3647;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
    /* 21px */
}

.card-ship__crew::before {
    font-size: 1.5rem;
    color: #90bfdb;
}

.card-ship__crew span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: 0.25rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 1.5rem;
    flex: 0 0 1.5rem;
    width: 1.5625rem;
    height: 0.984375rem;
}

.card-ship__crew span img {
    max-width: 100%;
}

.card-ship__about-ship {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 0.625rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    border-bottom: 0.0625rem solid #eff0f6;
}

.card-ship__about-ship:not(:last-child) {
    margin-bottom: 0.75rem;
}

.card-ship__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
        align-self: center;
    gap: 0.5rem;
    color: #0a3647;
    font-size: 0.875rem;
    line-height: 1;
    /* 21px */
}

.card-ship__item::before {
    font-size: 1.5rem;
    color: #90bfdb;
}

.card-ship__decore {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 0.25rem;
    flex: 0 0 0.25rem;
    width: 0.25rem;
    height: 0.25rem;
    border-radius: 50%;
    background-color: #90bfdb;
}

.card-ship__actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 8px;
}

.card-ship__price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 160px;
    gap: 0.5rem;
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1.2;
}

.card-ship__tax {
    color: #90bfdb;
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1.2;
    max-width: 160px;
}

.labels {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    overflow: hidden;
    border-radius: 0.625rem 0rem 0rem 0rem;
}

.labels__inst-book {
    padding: 0.25rem 0.5rem 0.25rem 0.25rem;
    border-radius: 0rem 0rem 0.625rem 0rem;
    background-color: #ee6010;
    color: #fff;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.labels__inst-book p {
    font-size: 0.875rem;
    line-height: 1.5;
}

.labels__icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 1.125rem;
    flex: 0 0 1.125rem;
    width: 1.125rem;
    height: 1.125rem;
}

.labels__ic-img {
    width: 1.125rem;
    height: 1.125rem;
    position: relative;
}

.labels__best {
    padding: 0.25rem 0.5rem 0.25rem 0.25rem;
    border-radius: 0rem 0rem 0.625rem 0rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    gap: 0.25rem;
    background-color: #fff;
}

.labels__best p {
    color: #ee6010;
    font-size: 0.875rem;
    line-height: 1.5;
}

.labels__ends-offer {
    padding: 0.5rem;
    border-radius: 0rem 0rem 0.625rem 0rem;
    background-color: #105bee;
    font-size: 0.75rem;
    color: #fff;
    line-height: 1.5;
}

.swiper-pagination {
    display: none;
    opacity: 0;
    visibility: hidden;
}

.header {
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 55;
    -webkit-transition: top 0.5s ease 0s, border-bottom 0.1s ease 0s;
    -o-transition: top 0.5s ease 0s, border-bottom 0.1s ease 0s;
    transition: top 0.5s ease 0s, border-bottom 0.1s ease 0s;
    border-bottom: 0.125rem solid #90bfdb;
}

.header--main {
    background-color: transparent;
    border-bottom: 0.125rem solid transparent;
}

.header--main._header-show {
    -webkit-transition: top 0.3s ease 0s;
    -o-transition: top 0.3s ease 0s;
    transition: top 0.3s ease 0s;
    top: 0;
    background-color: #fff;
}

.header--main._header-show .nav__link,
.header--main._header-show .nav__whatsapp,
.header--main._header-show .nav__telegram,
.header--main._header-show .nav__button,
.header--main._header-show .nav__type-monye,
.header--main._header-show .nav__icon {
    color: #0a3647;
}
.header--main._header-show .nav__button svg {
    fill: #0a3647;
}


.header--main._header-show .nav__link:focus,
.header--main._header-show .nav__whatsapp:focus,
.header--main._header-show .nav__telegram:focus,
.header--main._header-show .nav__button:focus,
.header--main._header-show .nav__icon:focus {
    color: #fff;
}

.header--main._header-show .header__main-logo span:first-of-type {
    color: #0a3647;
}

.header--main._header-show .header__main-logo span:nth-of-type(2) {
    color: #0a3647;
}

.header--main._header-show .header__main-logo span:last-of-type {
    color: #109eee;
}

.header--main .nav__link,
.header--main .nav__whatsapp,
.header--main .nav__telegram,
.header--main .nav__button,
.header--main .nav__icon {
    color: #fff;
}

.header--main .nav__link:focus,
.header--main .nav__whatsapp:focus,
.header--main .nav__telegram:focus,
.header--main .nav__button:focus,
.header--main .nav__icon:focus {
    color: #fff;
}

.header._header-scroll {
    position: fixed;
    top: -100%;
    -webkit-transition: top 0.5s ease 0s, border-bottom 0.5s ease;
    -o-transition: top 0.5s ease 0s, border-bottom 0.5s ease;
    transition: top 0.5s ease 0s, border-bottom 0.5s ease;
    border-bottom: 0.125rem solid #90bfdb;
}

.header._header-show {
    -webkit-transition: top 0.5s ease 0s;
    -o-transition: top 0.5s ease 0s;
    transition: top 0.5s ease 0s;
    top: 0;
    opacity: 1;
    visibility: visible;
}

.header._white-header .nav__link,
.header._white-header .nav__whatsapp,
.header._white-header .nav__telegram,
.header._white-header .nav__button,
.header._white-header .nav__icon {
    color: #0a3647;
}

.header._white-header .nav__link:focus,
.header._white-header .nav__whatsapp:focus,
.header._white-header .nav__telegram:focus,
.header._white-header .nav__button:focus,
.header._white-header .nav__icon:focus {
    color: #fff;
}

.header._white-header .header__main-logo span:first-of-type {
    color: #0a3647;
}

.header._white-header .header__main-logo span:nth-of-type(2) {
    color: #0a3647;
}

.header._white-header .header__main-logo span:last-of-type {
    color: #0a3647;
}

.header__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1.625rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
}

.header__logo {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 700;
    -webkit-transition: color 0.1s ease 0s;
    -o-transition: color 0.1s ease 0s;
    transition: color 0.1s ease 0s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}

.header__logo span:first-of-type {
    color: #0a3647;
    display: inline-block;
}

.header__logo span:nth-of-type(2) {
    color: #0a3647;
}

.header__logo span:last-of-type {
    color: rgb(16, 158, 238);
}

.header__main-logo {
    font-weight: 700;
    -webkit-transition: color 0.1s ease 0s;
    -o-transition: color 0.1s ease 0s;
    transition: color 0.1s ease 0s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header__main-logo span:first-of-type {
    color: #fff;
    display: inline-block;
}

.header__main-logo span:nth-of-type(2) {
    color: #fff;
}

.header__main-logo span:last-of-type {
    color: #eff0f6;
}

.header__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header--result._header-scroll {
    top: 0;
}

.nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.nav__link {
    display: inline-block;
    font-weight: 500;
    -webkit-transition: color 0.3s ease 0s, background-color 0.3s ease 0s,
        border-bottom 0.3s ease 0s, -webkit-box-shadow 0.3s ease 0s;
    transition: color 0.3s ease 0s, background-color 0.3s ease 0s,
        border-bottom 0.3s ease 0s, -webkit-box-shadow 0.3s ease 0s;
    -o-transition: color 0.3s ease 0s, background-color 0.3s ease 0s,
        box-shadow 0.3s ease 0s, border-bottom 0.3s ease 0s;
    transition: color 0.3s ease 0s, background-color 0.3s ease 0s,
        box-shadow 0.3s ease 0s, border-bottom 0.3s ease 0s;
    transition: color 0.3s ease 0s, background-color 0.3s ease 0s,
        box-shadow 0.3s ease 0s, border-bottom 0.3s ease 0s, -webkit-box-shadow 0.3s ease 0s;
    transition: color 0.3s ease 0s, background-color 0.3s ease 0s,
        box-shadow 0.3s ease 0s, border-bottom 0.3s ease 0s,
        -webkit-box-shadow 0.3s ease 0s;
    font-size: 0.875rem;
    line-height: 1.2;
    /* 16.8px */
    border-radius: 0.125rem;
    background-color: transparent;
    border-bottom: 0.125rem solid transparent;
}

.nav__link:focus {
    background-color: #109eee;
    color: #fff;
}

.nav__whatsapp {
    display: inline-block;
    font-weight: 500;
    -webkit-transition: color 0.3s ease 0s, background-color 0.3s ease 0s,
        border-bottom 0.3s ease 0s, -webkit-box-shadow 0.3s ease 0s;
    transition: color 0.3s ease 0s, background-color 0.3s ease 0s,
        border-bottom 0.3s ease 0s, -webkit-box-shadow 0.3s ease 0s;
    -o-transition: color 0.3s ease 0s, background-color 0.3s ease 0s,
        box-shadow 0.3s ease 0s, border-bottom 0.3s ease 0s;
    transition: color 0.3s ease 0s, background-color 0.3s ease 0s,
        box-shadow 0.3s ease 0s, border-bottom 0.3s ease 0s;
    transition: color 0.3s ease 0s, background-color 0.3s ease 0s,
        box-shadow 0.3s ease 0s, border-bottom 0.3s ease 0s, -webkit-box-shadow 0.3s ease 0s;
    transition: color 0.3s ease 0s, background-color 0.3s ease 0s,
        box-shadow 0.3s ease 0s, border-bottom 0.3s ease 0s,
        -webkit-box-shadow 0.3s ease 0s;
    border-radius: 0.125rem;
    background-color: transparent;
    border-bottom: 0.125rem solid transparent;
}

.nav__whatsapp:focus {
    background-color: #109eee;
    color: #fff;
}

.nav__telegram {
    display: inline-block;
    font-weight: 500;
    -webkit-transition: color 0.3s ease 0s, background-color 0.3s ease 0s,
        border-bottom 0.3s ease 0s, -webkit-box-shadow 0.3s ease 0s;
    transition: color 0.3s ease 0s, background-color 0.3s ease 0s,
        border-bottom 0.3s ease 0s, -webkit-box-shadow 0.3s ease 0s;
    -o-transition: color 0.3s ease 0s, background-color 0.3s ease 0s,
        box-shadow 0.3s ease 0s, border-bottom 0.3s ease 0s;
    transition: color 0.3s ease 0s, background-color 0.3s ease 0s,
        box-shadow 0.3s ease 0s, border-bottom 0.3s ease 0s;
    transition: color 0.3s ease 0s, background-color 0.3s ease 0s,
        box-shadow 0.3s ease 0s, border-bottom 0.3s ease 0s, -webkit-box-shadow 0.3s ease 0s;
    transition: color 0.3s ease 0s, background-color 0.3s ease 0s,
        box-shadow 0.3s ease 0s, border-bottom 0.3s ease 0s,
        -webkit-box-shadow 0.3s ease 0s;
    border-radius: 0.125rem;
    background-color: transparent;
    border-bottom: 0.125rem solid transparent;
}

.nav__telegram:focus {
    background-color: #109eee;
    color: #fff;
}

.nav__button {
    font-weight: 500;
    -webkit-transition: color 0.3s ease 0s, background-color 0.3s ease 0s,
        border-bottom 0.3s ease 0s, -webkit-box-shadow 0.3s ease 0s;
    transition: color 0.3s ease 0s, background-color 0.3s ease 0s,
        border-bottom 0.3s ease 0s, -webkit-box-shadow 0.3s ease 0s;
    -webkit-transition: color 0.3s ease 0s, background-color 0.3s ease 0s,
        border-bottom 0.3s ease 0s, fill 0.3s ease, -webkit-box-shadow 0.3s ease 0s;
    transition: color 0.3s ease 0s, background-color 0.3s ease 0s,
        border-bottom 0.3s ease 0s, fill 0.3s ease, -webkit-box-shadow 0.3s ease 0s;
    -o-transition: color 0.3s ease 0s, background-color 0.3s ease 0s,
        box-shadow 0.3s ease 0s, border-bottom 0.3s ease 0s, fill 0.3s ease;
    transition: color 0.3s ease 0s, background-color 0.3s ease 0s,
        box-shadow 0.3s ease 0s, border-bottom 0.3s ease 0s, fill 0.3s ease;
    transition: color 0.3s ease 0s, background-color 0.3s ease 0s,
        box-shadow 0.3s ease 0s, border-bottom 0.3s ease 0s, fill 0.3s ease, -webkit-box-shadow 0.3s ease 0s;
    transition: color 0.3s ease 0s, background-color 0.3s ease 0s,
        box-shadow 0.3s ease 0s, border-bottom 0.3s ease 0s,
        -webkit-box-shadow 0.3s ease 0s;
    border-radius: 0.125rem;
    background-color: transparent;
    position: relative;
    cursor: pointer;
    border-bottom: 0.125rem solid transparent;
}
.nav__button svg {
    width:20px;
    height:20px;
    fill: #fff;
}

.nav__button:focus {
    background-color: #109eee;
    color: #fff;
}
.nav__button:hover svg {
    fill: #0A3647;
}

.nav__button:focus svg {
    fill: #fff;
}

.nav__button ._open-modal {
    opacity: 1;
    background-color: white;
    visibility: visible;
}

.nav__actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.8);
    /* backdrop-filter: blur(20px); */
    border-bottom: 0.125rem solid #90bfdb;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-transition: opacity 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
    opacity: 0;
    visibility: hidden;
    top: 0;
    /* left: 0%; */
    left: 50%;
    /* -webkit-transform: translate(-73%, 43.5%);
    -ms-transform: translate(-73%, 43.5%);
    transform: translate(-73%, 43.5%); */
    -webkit-transform: translate(-50%, 43.5%);
    -ms-transform: translate(-50%, 43.5%);
    transform: translate(-50%, 43.5%);
}
.nav__actions.account {
    -webkit-transform: translate(-50%, 20.5%);
    -ms-transform: translate(-50%, 20.5%);
    transform: translate(-50%, 20.5%);
}

.nav__log-in {
    color: #487791;
    line-height: 1.2;
    /* 19.2px */
    padding-right: 3.375rem;
    padding-left: 3.375rem;
    padding-top: 16.5px;
    padding-bottom: 16.5px;
    font-size: 1rem;
    font-weight: 500;
    white-space: nowrap;
    position: relative;
    border-bottom: 0.0625rem solid transparent;
    -webkit-transition: background-color 0.3s ease 0s, color 0.3s ease 0s,
        border-bottom 0.3s ease 0s, -webkit-box-shadow 0.3s ease 0s;
    transition: background-color 0.3s ease 0s, color 0.3s ease 0s,
        border-bottom 0.3s ease 0s, -webkit-box-shadow 0.3s ease 0s;
    -o-transition: background-color 0.3s ease 0s, color 0.3s ease 0s,
        box-shadow 0.3s ease 0s, border-bottom 0.3s ease 0s;
    transition: background-color 0.3s ease 0s, color 0.3s ease 0s,
        box-shadow 0.3s ease 0s, border-bottom 0.3s ease 0s;
    transition: background-color 0.3s ease 0s, color 0.3s ease 0s,
        box-shadow 0.3s ease 0s, border-bottom 0.3s ease 0s, -webkit-box-shadow 0.3s ease 0s;
    transition: background-color 0.3s ease 0s, color 0.3s ease 0s,
        box-shadow 0.3s ease 0s, border-bottom 0.3s ease 0s,
        -webkit-box-shadow 0.3s ease 0s;
}

.nav__log-in::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
    width: 0.1875rem;
    height: 0.125rem;
    background-color: #d9d9d9;
    z-index: -1;
}

.nav .menu__actions.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.nav__register {
    color: #487791;
    line-height: 1.2;
    /* 19.2px */
    padding-right: 2.6875rem;
    padding-left: 2.6875rem;
    padding-top: 16.5px;
    padding-bottom: 16.5px;
    font-size: 1rem;
    font-weight: 500;
    position: relative;
    border-bottom: 0.0625rem solid transparent;
    -webkit-transition: background-color 0.3s ease 0s, color 0.3s ease 0s,
        border-bottom 0.3s ease 0s, -webkit-box-shadow 0.3s ease 0s;
    transition: background-color 0.3s ease 0s, color 0.3s ease 0s,
        border-bottom 0.3s ease 0s, -webkit-box-shadow 0.3s ease 0s;
    -o-transition: background-color 0.3s ease 0s, color 0.3s ease 0s,
        box-shadow 0.3s ease 0s, border-bottom 0.3s ease 0s;
    transition: background-color 0.3s ease 0s, color 0.3s ease 0s,
        box-shadow 0.3s ease 0s, border-bottom 0.3s ease 0s;
    transition: background-color 0.3s ease 0s, color 0.3s ease 0s,
        box-shadow 0.3s ease 0s, border-bottom 0.3s ease 0s, -webkit-box-shadow 0.3s ease 0s;
    transition: background-color 0.3s ease 0s, color 0.3s ease 0s,
        box-shadow 0.3s ease 0s, border-bottom 0.3s ease 0s,
        -webkit-box-shadow 0.3s ease 0s;
}

.nav__register::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
    width: 0.1875rem;
    height: 0.125rem;
    background-color: #d9d9d9;
    z-index: -1;
}

.nav__icon {
    position: relative;
    z-index: 3;
    border-bottom: 0.125rem solid transparent;
    font-size: 0.875rem;
    color: #0a3647;
    font-weight: 500;
    -webkit-transition: background-color 0.3s ease 0s,
        border-bottom 0.3s ease 0s, color 0.3s ease 0s,
        -webkit-box-shadow 0.3s ease 0s;
    transition: background-color 0.3s ease 0s, border-bottom 0.3s ease 0s,
        color 0.3s ease 0s, -webkit-box-shadow 0.3s ease 0s;
    -webkit-transition: background-color 0.3s ease 0s, border-bottom 0.3s ease 0s, color 0.3s ease 0s, -webkit-box-shadow 0.3s ease 0s;
    transition: background-color 0.3s ease 0s, border-bottom 0.3s ease 0s, color 0.3s ease 0s, -webkit-box-shadow 0.3s ease 0s;
    -o-transition: background-color 0.3s ease 0s, box-shadow 0.3s ease 0s,
        border-bottom 0.3s ease 0s, color 0.3s ease 0s;
    transition: background-color 0.3s ease 0s, box-shadow 0.3s ease 0s,
        border-bottom 0.3s ease 0s, color 0.3s ease 0s;
    transition: background-color 0.3s ease 0s, box-shadow 0.3s ease 0s,
        border-bottom 0.3s ease 0s, color 0.3s ease 0s, -webkit-box-shadow 0.3s ease 0s;
    transition: background-color 0.3s ease 0s, box-shadow 0.3s ease 0s,
        border-bottom 0.3s ease 0s, color 0.3s ease 0s,
        -webkit-box-shadow 0.3s ease 0s;
}

.nav__icon:focus {
    background-color: #109eee;
    color: #fff;
}

.nav__second {
    position: absolute;
    top: 98%;
    right: -1.25rem;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    z-index: 2;
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    -webkit-box-shadow: 0rem 0.4375rem 0.5rem 0rem rgba(72, 119, 145, 0.2),
        0rem 0.3125rem 1.375rem 0rem rgba(72, 119, 145, 0.12),
        0rem 0.75rem 1.0625rem 0rem rgba(72, 119, 145, 0.14);
    box-shadow: 0rem 0.4375rem 0.5rem 0rem rgba(72, 119, 145, 0.2),
        0rem 0.3125rem 1.375rem 0rem rgba(72, 119, 145, 0.12),
        0rem 0.75rem 1.0625rem 0rem rgba(72, 119, 145, 0.14);
}

.menu-open .nav__second {
    opacity: 1;
    visibility: visible;
}

.nav__burger-logo {
    display: none;
}

.nav__second-list {
    border-top: 0.125rem solid #deecf4;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    padding-right: 3.375rem;
    padding-left: 3.375rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.nav__second-list a {
    display: inline-block;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #487791;
    font-size: 1rem;
    line-height: 1.2;
    /* 19.2px */
    -webkit-transition: color 0.3s ease 0s;
    -o-transition: color 0.3s ease 0s;
    transition: color 0.3s ease 0s;
    font-weight: 700;
}

.nav__title {
    display: none;
}

.nav__title--contact {
    display: none;
}

.nav__title--follow {
    display: none;
}

.header--main._header-show .header__main-logo span:first-of-type {
    color: #0a3647;
}

.header--main._header-show .header__main-logo span:last-of-type {
    color: #109eee;
}

.footer {
    background-color: #03171f;
    color: #fff;
}

.footer__logo {
    text-align: center;
    border-bottom: 0.0625rem solid #487791;
}

.footer__logo a {
    max-width: 13.25rem;
}

.footer__logo a img {
    max-width: 100%;
}

.footer__logo:not(:last-child) {
    padding-bottom: 1.875rem;
}

.footer__wrapper {
    display: -ms-grid;
    display: grid;
    /* grid-template-columns: 1fr 1fr 1fr 21.29%; */
    -ms-grid-columns: 1fr 2rem 1fr 2rem 1fr 2rem 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 2rem;
    padding-top: 2rem;
}

.footer__reviews {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 3.75rem;
}

.footer__actions {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 16.5rem;
    flex: 0 1 16.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 3.75rem;
}

.menu-footer__menu ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto;
    grid-template-columns: auto;
    -webkit-column-gap: 2rem;
    -moz-column-gap: 2rem;
    column-gap: 2rem;
    row-gap: 10px;
}

.menu-footer__menu ul li a {
    line-height: 1.5;
    -webkit-transition: color 0.3s ease 0s;
    -o-transition: color 0.3s ease 0s;
    transition: color 0.3s ease 0s;
}

.contact-footer__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.contact-footer__phone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.5rem;
    line-height: 1.5;
    -webkit-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

.contact-footer__phone::before {
    font-size: 1.375rem;
    padding: 0.625rem;
}

.contact-footer__mail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.5rem;
    line-height: 1.5;
    -webkit-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

.contact-footer__mail::before {
    font-size: 1.5rem;
    padding: 0.75rem 0.4375rem;
}

.contact-footer__whatsapp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.5rem;
    line-height: 1.5;
    -webkit-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

.contact-footer__whatsapp::before {
    font-size: 1.5rem;
    padding: 0.4375rem 0.6875rem 0.6875rem 0.6875rem;
}

.contact-footer__telegram {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.5rem;
    line-height: 1.5;
    -webkit-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

.contact-footer__telegram::before {
    font-size: 1.5rem;
    padding: 0.583125rem 0.4375rem 0.6875rem 0.5625rem;
}

.about-us-footer__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.about-us-footer__choice {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 3.75rem;
    flex: 0 0 3.75rem;
    width: 3.75rem;
    height: 3.75rem;
}

.about-us-footer__choice img {
    max-width: 100%;
}

.about-us-footer__google {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 5.1875rem;
    flex: 0 0 5.1875rem;
    width: 5.1875rem;
    height: 2.625rem;
}

.about-us-footer__google img {
    max-width: 100%;
}

.follow-us-footer__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.follow-us-footer__link {
    display: inline-block;
    padding: 0.5625rem;
    font-size: 1.5rem;
    -webkit-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

.log-in-footer__button {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.log-in-footer__btn {
    -webkit-transition: max-width 0.3s ease, background-color 0.3s ease,
        color 0.3s ease;
    -webkit-transition: max-width 0.3s ease, background-color 0.3s ease, color 0.3s ease;
    -o-transition: max-width 0.3s ease, background-color 0.3s ease, color 0.3s ease;
    transition: max-width 0.3s ease, background-color 0.3s ease, color 0.3s ease;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
}

.quick-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 2rem;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-bottom: 2rem;
    border-bottom: 0.0625rem solid #487791;
}

.quick-footer:not(:last-child) {
    margin-bottom: 2rem;
}

.quick-footer__links {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 52.3125rem;
    flex: 0 1 52.3125rem;
}

.quick-footer__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-column-gap: 1rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    row-gap: 0.5rem;
}

.quick-footer__link {
    font-size: 0.875rem;
    line-height: 1.71;
    /* 24/14 */
    -webkit-text-decoration-line: underline;
            text-decoration-line: underline;
    -webkit-transition: color 0.3s ease 0s;
    -o-transition: color 0.3s ease 0s;
    transition: color 0.3s ease 0s;
}

.quick-footer__cards {
    padding: 1.09375rem 0.46875rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1.3125rem;
}

.quick-footer__label {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 2.6875rem;
    flex: 0 1 2.6875rem;
    width: 2.6875rem;
}

.quick-footer__label img {
    max-width: 100%;
}

.info-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 2rem;
    color: #90bfdb;
    line-height: 1.5;
}

.info-footer__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 2.5rem;
    -moz-column-gap: 2.5rem;
    column-gap: 2.5rem;
    row-gap: 1.5rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.info-footer__link {
    font-size: 0.875rem;
}

.info-footer__right {
    font-size: 0.875rem;
}

.page__main {
    position: relative;
    z-index: 2;
}

.page__hottest {
    background-color: #fff;
    position: relative;
    z-index: 1;
}

.page__hottest._watcher-view h2 {
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    opacity: 1;
    will-change: transform;
    -webkit-transition: opacity 1.5s ease 0s, -webkit-transform 1.5s ease 0s;
    transition: opacity 1.5s ease 0s, -webkit-transform 1.5s ease 0s;
    -o-transition: transform 1.5s ease 0s, opacity 1.5s ease 0s;
    transition: transform 1.5s ease 0s, opacity 1.5s ease 0s;
    transition: transform 1.5s ease 0s, opacity 1.5s ease 0s, -webkit-transform 1.5s ease 0s;
    transition: transform 1.5s ease 0s, opacity 1.5s ease 0s,
        -webkit-transform 1.5s ease 0s;
}

.page__rental {
    background-color: #fff;
}

.page__register {
    position: relative;
    overflow: hidden;
}

.page__testination {
    background-color: #fff;
}

.page__blog {
    background-color: #f2f6f8;
}

.page__partner {
    position: relative;
    overflow: hidden;
}

.main__slider {
    position: relative;
    z-index: 3;
}

.main__slider.swiper {
    overflow: auto;
    background-color: red;
}

.main__slide {
    min-height: 42%;
    position: relative;
    z-index: 2;
}

/* .main__slide.swiper-slide-active {
    opacity: 1;
    pointer-events: auto;
    opacity: 1;
    pointer-events: auto;
} */

/* .main__swiper-pagination {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.25rem;
    position: absolute;
    top: 50%;
    right: 3.125rem;
    -webkit-transform: translateY(-50%) rotate(90deg);
    -ms-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
    z-index: 2;
} */

/* .main__swiper-pagination .swiper-pagination-bullet {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 0.5rem;
    flex: 0 0 0.5rem;
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    border: 0.0625rem solid #90bfdb;
    background-color: transparent;
    -webkit-transition: background-color 0.3s ease 0s;
    transition: background-color 0.3s ease 0s;
    cursor: pointer;
} */

/* .main__swiper-pagination .swiper-pagination-bullet-active {
    background-color: #90bfdb;
} */
.main__wrapper {
    position: relative;
}

.main__search {
    display: none;
}

/* .slide-main {
    position: relative;
} */

.slide-main__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
}

.slide-main__bg img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
}

.slide-main__container {
    position: relative;
    z-index: 2;
}

.slide-main__wrapper h1 {
    color: #fff;
    font-weight: 900;
    line-height: 1.04;
}

.slide-main__wrapper p {
    color: #fff;
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 1.2;
    /* 33.6px */
}

.slide-main__wrapper--second h2 {
    color: #0a3647;
    font-weight: 900;
    line-height: 1.04;
}

.slide-main__wrapper--second p {
    color: #0a3647;
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 1.2;
    /* 33.6px */
}

.slide-main__actions {
    /* max-width: 13rem; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px 40px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.slide-main__actions:not(:last-child) {
    margin-bottom: 1rem;
}

.slide-main__button {
    /* width: 100%; */
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    z-index: 3;
}

/* .slide-main__button:not(:last-child) {
    margin-bottom: 1rem;
} */

.slide-main__btn-blue {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.search-main {
    border-radius: 0.625rem;
    background-color: #fff;
    -webkit-box-shadow: 0px 7px 8px 0px rgba(72, 119, 145, 0.2),
        0px 5px 22px 0px rgba(72, 119, 145, 0.12),
        0px 12px 17px 0px rgba(72, 119, 145, 0.14);
    box-shadow: 0px 7px 8px 0px rgba(72, 119, 145, 0.2),
        0px 5px 22px 0px rgba(72, 119, 145, 0.12),
        0px 12px 17px 0px rgba(72, 119, 145, 0.14);
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
    -webkit-transition: padding 0.3s ease 0s;
    -o-transition: padding 0.3s ease 0s;
    transition: padding 0.3s ease 0s;
}

.search-main h3 {
    color: #487791;
    font-weight: 700;
    line-height: 1.04;
    /* 24.96px */
    text-align: center;
}

.search-main h3:not(:last-child) {
    margin-bottom: 1.03125rem;
}

.search-main__forma {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 0.625rem 1fr 0.625rem 1fr 0.625rem 1fr 0.625rem auto;
    grid-template-columns: 1fr 1fr 1fr 1fr auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-column-gap: 0.625rem;
    -moz-column-gap: 0.625rem;
    column-gap: 0.625rem;
    row-gap: 0.625rem;
}

.search-main__line {
    border-radius: 0.125rem;
    border: 0.0625rem solid rgba(144, 191, 219, 0.5);
    background-color: #fff;
    position: relative;
}

.search-main__line--calendar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 0.125rem;
    background-color: #fff;
    position: relative;
}

.search-main__line--calendar input {
    padding-top: 1.0625rem;
    padding-bottom: 0.8125rem;
    padding-right: 2.8125rem;
    padding-left: 0.75rem;
    border-radius: 0.125rem;
    -webkit-transition: border 0.3s;
    -o-transition: border 0.3s;
    transition: border 0.3s;
    border-radius: 0.125rem;
    outline: none;
}

.search-main__line--calendar input::-webkit-input-placeholder {
    font-family: "GothamPro";
    font-size: 1rem;
    line-height: 1.5;
}

.search-main__line--calendar input::-moz-placeholder {
    font-family: "GothamPro";
    font-size: 1rem;
    line-height: 1.5;
}

.search-main__line--calendar input:-ms-input-placeholder {
    font-family: "GothamPro";
    font-size: 1rem;
    line-height: 1.5;
}

.search-main__line--calendar input::-ms-input-placeholder {
    font-family: "GothamPro";
    font-size: 1rem;
    line-height: 1.5;
}

.search-main__line--calendar input::placeholder {
    font-family: "GothamPro";
    font-size: 1rem;
    line-height: 1.5;
}

.search-main__line--calendar._form-focus {
    border: 0.0625rem solid #109eee;
}

.search-main__line label {
    display: inline-block;
    position: absolute;
    top: -0.3125rem;
    left: 0.3125rem;
    color: #487791;
    font-size: 0.75rem;
    padding: 0rem 0.25rem;
    background-color: #fff;
    z-index: 2;
}

.search-main__line input {
    outline: none;
    color: #0a3647;
    font-size: 1rem;
    line-height: 1.5;
    width: 100%;
}

.search-main__line input::-webkit-input-placeholder {
    outline: none;
    color: #0a3647;
    font-size: 1rem;
    line-height: 1.5;
}

.search-main__line input::-moz-placeholder {
    outline: none;
    color: #0a3647;
    font-size: 1rem;
    line-height: 1.5;
}

.search-main__line input:-ms-input-placeholder {
    outline: none;
    color: #0a3647;
    font-size: 1rem;
    line-height: 1.5;
}

.search-main__line input::-ms-input-placeholder {
    outline: none;
    color: #0a3647;
    font-size: 1rem;
    line-height: 1.5;
}

.search-main__line input::placeholder {
    outline: none;
    color: #0a3647;
    font-size: 1rem;
    line-height: 1.5;
}

.search-main__icon {
    position: absolute;
    font-size: 1.5rem;
    color: #90bfdb;
    pointer-events: none;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.search-main__select-arrow {
    font-size: 0.5rem;
    color: #90bfdb;
    position: absolute;
    right: 1rem;
    -webkit-transition: -webkit-transform 0.3s ease 0s;
    transition: -webkit-transform 0.3s ease 0s;
    -o-transition: transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
}

._form-focus .search-main__select-arrow {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.search-main__button {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    z-index: 1;
}

.hottest {
    position: relative;
}

/* .hottest__container {
    overflow: hidden;
} */

.hottest__container h2 {
    color: #0a3647;
    font-weight: 900;
    line-height: 1.3;
    text-align: center;
}

.hottest__container h2:not(:last-child) {
    margin-bottom: 15px;
}

.hottest__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.hottest__slider.swiper {
    padding-right: 0.375rem;
    padding-left: 0.375rem;
    padding-top: 0.375rem;
    padding-bottom: 1.25rem;
}

.hottest__slider:not(:last-child) {
    margin-bottom: 1.875rem;
}

.hottest__slide {
    min-width: 0;
}

.hottest__wrapper {
    display: -ms-grid;
    display: grid;
    -webkit-column-gap: 0.625rem;
    -moz-column-gap: 0.625rem;
    column-gap: 0.625rem;
    row-gap: 1.5rem;
    -ms-grid-columns: 1fr 0.625rem 1fr 0.625rem 1fr 0.625rem 1fr;
    grid-template-columns: repeat(4, 1fr);
}

.hottest__action {
    text-align: center;
}

.hottest__card {
    border: 0.0625rem solid #487791;
    -webkit-box-shadow: 0rem 0rem 0rem 0rem rgba(72, 119, 145, 0.1),
        0rem 0.0625rem 0.1875rem 0rem rgba(72, 119, 145, 0.1),
        0rem 0.3125rem 0.3125rem 0rem rgba(72, 119, 145, 0.09),
        0rem 0.6875rem 0.4375rem 0rem rgba(72, 119, 145, 0.05),
        0rem 1.25rem 0.5rem 0rem rgba(72, 119, 145, 0.01),
        0rem 1.9375rem 0.5625rem 0rem rgba(72, 119, 145, 0);
    box-shadow: 0rem 0rem 0rem 0rem rgba(72, 119, 145, 0.1),
        0rem 0.0625rem 0.1875rem 0rem rgba(72, 119, 145, 0.1),
        0rem 0.3125rem 0.3125rem 0rem rgba(72, 119, 145, 0.09),
        0rem 0.6875rem 0.4375rem 0rem rgba(72, 119, 145, 0.05),
        0rem 1.25rem 0.5rem 0rem rgba(72, 119, 145, 0.01),
        0rem 1.9375rem 0.5625rem 0rem rgba(72, 119, 145, 0);
    -webkit-transition: -webkit-box-shadow 0.3s ease 0s;
    transition: -webkit-box-shadow 0.3s ease 0s;
    -o-transition: box-shadow 0.3s ease 0s;
    transition: box-shadow 0.3s ease 0s;
    transition: box-shadow 0.3s ease 0s, -webkit-box-shadow 0.3s ease 0s;
}

.hottest__content .hottest__card {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.hottest__content .hottest__card:hover {
    -webkit-box-shadow: 0rem 0rem 0rem 0rem rgba(72, 119, 145, 0.1),
        0rem 0.0625rem 0.1875rem 0rem rgba(72, 119, 145, 0.1),
        0rem 0.3125rem 0.3125rem 0rem rgba(72, 119, 145, 0.09),
        0rem 0.6875rem 0.4375rem 0rem rgba(72, 119, 145, 0.05),
        0rem 1.25rem 0.5rem 0rem rgba(72, 119, 145, 0.01),
        0rem 1.9375rem 0.5625rem 0rem rgba(72, 119, 145, 0);
    box-shadow: 0rem 0rem 0rem 0rem rgba(72, 119, 145, 0.1),
        0rem 0.0625rem 0.1875rem 0rem rgba(72, 119, 145, 0.1),
        0rem 0.3125rem 0.3125rem 0rem rgba(72, 119, 145, 0.09),
        0rem 0.6875rem 0.4375rem 0rem rgba(72, 119, 145, 0.05),
        0rem 1.25rem 0.5rem 0rem rgba(72, 119, 145, 0.01),
        0rem 1.9375rem 0.5625rem 0rem rgba(72, 119, 145, 0);
    -webkit-transition: -webkit-box-shadow 0.3s ease 0s;
    transition: -webkit-box-shadow 0.3s ease 0s;
    -o-transition: box-shadow 0.3s ease 0s;
    transition: box-shadow 0.3s ease 0s;
    transition: box-shadow 0.3s ease 0s, -webkit-box-shadow 0.3s ease 0s;
}

.trending {
    position: relative;
}

.trending__container {
    overflow: hidden;
}

.trending__container h2 {
    color: #0a3647;
    font-weight: 900;
    line-height: 1.3;
    text-align: center;
}

.trending__container h2:not(:last-child) {
    margin-bottom: 3.125rem;
}

.trending__title {
    text-align: center;
}

.trending__title:not(:last-child) {
    margin-bottom: 3.125rem;
}

.trending__wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1.25rem 1fr 1.25rem 1fr 1.25rem 1fr;
    grid-template-columns: repeat(4, 1fr);
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    row-gap: 1.5rem;
}

.trending__card {
    border: none;
    background-color: #fff;
    -webkit-transition: -webkit-box-shadow 0.3s ease 0s;
    transition: -webkit-box-shadow 0.3s ease 0s;
    -o-transition: box-shadow 0.3s ease 0s;
    transition: box-shadow 0.3s ease 0s;
    transition: box-shadow 0.3s ease 0s, -webkit-box-shadow 0.3s ease 0s;
}

.trending__action {
    text-align: center;
}

.galery-sercices__container {
    overflow: hidden;
}

.galery-sercices__container h2 {
    color: #0a3647;
    font-weight: 900;
    line-height: 1.3;
    text-align: center;
}

.galery-sercices__container h2:not(:last-child) {
    margin-bottom: 3.125rem;
}

/* .galery-sercices__wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
} */
.galery-sercices__article {
    padding: 20px;
    background-color: #f2f6f8;
    border-radius: 10px;
}

.galery-sercices__article p {
    line-height: 1.5;
}

.galery-sercices__article p:not(:last-child) {
    margin-bottom: 1.5rem;
}

.galery-sercices__title {
    color: #487791;
    font-weight: 700;
    line-height: 1.04;
    /* 24.96px */
    -webkit-transition: color 0.3s ease 0s;
    -o-transition: color 0.3s ease 0s;
    transition: color 0.3s ease 0s;
    display: inline-block;
}

.galery-sercices__image {
    display: block;
    width: 100%;
    border-radius: 0.625rem;
    overflow: hidden;
    position: relative;
    aspect-ratio: 393/255;
    /* padding-bottom: 46.189376%; */
    /* 200/433 */
}

.galery-sercices__image:not(:last-child) {
    margin-bottom: 14px;
}

.galery-sercices__image img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: -webkit-transform 0.3s ease 0s;
    transition: -webkit-transform 0.3s ease 0s;
    -o-transition: transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
    will-change: transform;
    border-radius: 0.625rem;
}

.galery-sercices__link-wrapper {
    text-align: right;
}

.galery-sercices__action {
    text-align: center;
}

.galery-sercices__button-view {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.register__container {
    position: relative;
    z-index: 2;
}

.register__wrapper {
    max-width: 55.375rem;
    margin: 0 auto;
    border-radius: 1.25rem;
    background-color: #fff;
    -webkit-box-shadow: 0rem 1rem 1.5rem 0rem rgba(72, 119, 145, 0.14),
        0rem 0.375rem 1.875rem 0rem rgba(72, 119, 145, 0.12),
        0rem 0.5rem 1rem 0rem rgba(72, 119, 145, 0.2);
    box-shadow: 0rem 1rem 1.5rem 0rem rgba(72, 119, 145, 0.14),
        0rem 0.375rem 1.875rem 0rem rgba(72, 119, 145, 0.12),
        0rem 0.5rem 1rem 0rem rgba(72, 119, 145, 0.2);
}

.register__wrapper h2 {
    color: #0a3647;
    font-weight: 900;
    line-height: 1.3;
    text-align: center;
    max-width: 41.25rem;
    margin: 0 auto;
    -webkit-transition: font-size 0.3s ease 0s;
    -o-transition: font-size 0.3s ease 0s;
    transition: font-size 0.3s ease 0s;
}

.register__text {
    text-align: center;
    color: #487791;
    max-width: 41.25rem;
    margin: 0 auto;
    font-weight: 700;
    line-height: 1.5;
}

.register__actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 465px;
    margin: 0 auto;
}

.register__button {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.register__login {
    max-width: 456px;
    margin: 0 auto;
    text-align: center;
    font-size: 1rem;
    color: #487791;
    line-height: 1.2;
}

.register__login a {
    color: #109eee;
    -webkit-transition: color 0.3s ease 0s, text-decoration-color 0.3s ease 0s;
    -webkit-transition: color 0.3s ease 0s, -webkit-text-decoration-color 0.3s ease 0s;
    transition: color 0.3s ease 0s, -webkit-text-decoration-color 0.3s ease 0s;
    -o-transition: color 0.3s ease 0s, text-decoration-color 0.3s ease 0s;
    transition: color 0.3s ease 0s, text-decoration-color 0.3s ease 0s;
    transition: color 0.3s ease 0s, text-decoration-color 0.3s ease 0s, -webkit-text-decoration-color 0.3s ease 0s;
    text-decoration: underline;
    text-underline-offset: 0.25rem;
    text-decoration-thickness: 0.0625rem;
    -webkit-text-decoration-color: #109eee;
            text-decoration-color: #109eee;
}

.register__login a:focus {
    color: #0a3647;
}

.register__login a:focus::after {
    width: 0;
}

.register__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.register__bg img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
}

.testination__container {
    overflow: hidden;
}

.testination__container h2 {
    color: #0a3647;
    font-weight: 900;
    line-height: 1.3;
    text-align: center;
}

.testination__container h2:not(:last-child) {
    margin-bottom: 3.125rem;
}

.testination__wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1.25rem 1fr 1.25rem 1fr 1.25rem 1fr;
    grid-template-columns: repeat(4, 1fr);
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    row-gap: 1.5rem;
}

.testination__article {
    -webkit-box-shadow: 0px 0px 0px 0px rgba(103, 142, 152, 0.1),
        0px 3px 6px 0px rgba(103, 142, 152, 0.1),
        0px 11px 11px 0px rgba(103, 142, 152, 0.09),
        0px 24px 14px 0px rgba(103, 142, 152, 0.05),
        0px 43px 17px 0px rgba(103, 142, 152, 0.01),
        0px 67px 19px 0px rgba(103, 142, 152, 0);
    box-shadow: 0px 0px 0px 0px rgba(103, 142, 152, 0.1),
        0px 3px 6px 0px rgba(103, 142, 152, 0.1),
        0px 11px 11px 0px rgba(103, 142, 152, 0.09),
        0px 24px 14px 0px rgba(103, 142, 152, 0.05),
        0px 43px 17px 0px rgba(103, 142, 152, 0.01),
        0px 67px 19px 0px rgba(103, 142, 152, 0);
}

.testination__action {
    text-align: center;
}

.testination .testination__slider {
    padding-bottom: 30px;
}

.testination .testination__slider:not(:last-child) {
    margin-bottom: 20px;
}

.article-testination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100%;
    gap: 1rem;
    padding: 1rem;
    background-color: #edfbfe;
    border-radius: 0.625rem;
    -webkit-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}

.article-testination__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.article-testination__top P {
    color: #487791;
    font-size: 0.875rem;
    line-height: 1;
}

.article-testination__rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #efae16;
    font-size: 0.890625rem;
    line-height: 1.5;
    padding-bottom: 0.125rem;
}

.article-testination__body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.testination__slide .article-testination__body {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.article-testination__body p {
    line-height: 1.5;
}

.article-testination__body p:not(:last-child) {
    margin-bottom: 1rem;
}

.article-testination__users-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.article-testination__users-block P {
    color: #487791;
    font-size: 0.875rem;
    line-height: 1;
}

.article-testination__users-block a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.5rem;
}

.article-testination__users-block a div {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 2.625rem;
    flex: 0 0 2.625rem;
    width: 2.625rem;
    height: 2.625rem;
    border-radius: 50%;
}

.article-testination__users-block a div img {
    max-width: 100%;
}

.article-testination__users-block a h4 {
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1.2;
}

.blog-page__container {
    overflow: hidden;
}

.blog-page__container h2 {
    color: #0a3647;
    font-weight: 900;
    line-height: 1.3;
    text-align: center;
}

.blog-page__wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1.25rem 320px 1.25rem 320px;
    grid-template-columns: 1fr 320px 320px;
    gap: 1.25rem;
    min-height: auto;
}

.blog-page__big-card {
    padding: 1.25rem;
    border-radius: 0.625rem;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.25rem;
    -webkit-transition: -webkit-box-shadow 0.3s ease 0s;
    transition: -webkit-box-shadow 0.3s ease 0s;
    -o-transition: box-shadow 0.3s ease 0s;
    transition: box-shadow 0.3s ease 0s;
    transition: box-shadow 0.3s ease 0s, -webkit-box-shadow 0.3s ease 0s;
}

.blog-page__card {
    padding: 1.25rem;
    border-radius: 0.625rem;
    background-color: #fff;
    -webkit-transition: -webkit-box-shadow 0.3s ease 0s;
    transition: -webkit-box-shadow 0.3s ease 0s;
    -o-transition: box-shadow 0.3s ease 0s;
    transition: box-shadow 0.3s ease 0s;
    transition: box-shadow 0.3s ease 0s, -webkit-box-shadow 0.3s ease 0s;
}

.blog-page__card .blog-page__picture {
    padding-bottom: 64.6%;
    border-radius: 0.625rem;
}

.blog-page__card--small-picture .blog-page__picture {
    padding-bottom: 53.6%;
}

.blog-page__picture {
    display: inline-block;
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    position: relative;
    border-radius: 0.625rem;
    overflow: hidden;
    padding-bottom: 58.7%;
    /* 300/364 */
}

.blog-page__picture img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: -webkit-transform 0.3s ease 0s;
    transition: -webkit-transform 0.3s ease 0s;
    -o-transition: transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
    will-change: transform;
}

.blog-page__content-wrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
}

.blog-page__content-wrapper:not(:last-child) {
    margin-bottom: 1.25rem;
}

.blog-page__content h4 {
    font-size: 0.875rem;
    line-height: 1.5;
    -webkit-transition: margin-bottom 0.3s ease 0s;
    -o-transition: margin-bottom 0.3s ease 0s;
    transition: margin-bottom 0.3s ease 0s;
}

.blog-page__content h4:not(:last-child) {
    margin-bottom: 1.25rem;
}

.blog-page__content a {
    color: #487791;
    font-weight: 700;
    line-height: 1.3;
    display: inline-block;
    -webkit-transition: color 0.3s ease 0s, margin-bottom 0.3s ease 0s;
    -o-transition: color 0.3s ease 0s, margin-bottom 0.3s ease 0s;
    transition: color 0.3s ease 0s, margin-bottom 0.3s ease 0s;
}

.blog-page__content a:not(:last-child) {
    margin-bottom: 1.25rem;
}

.blog-page__content p {
    line-height: 1.5;
    -webkit-transition: margin-bottom 0.3s ease 0s;
    -o-transition: margin-bottom 0.3s ease 0s;
    transition: margin-bottom 0.3s ease 0s;
}

.blog-page__content p:not(:last-child) {
    margin-bottom: 1.25rem;
}

.blog-page__card-actions {
    text-align: right;
    display: none;
}

.blog-page__actions {
    text-align: center;
}

.blog-page__show-more {
    -webkit-transition: color 0.3s ease 0s;
    -o-transition: color 0.3s ease 0s;
    transition: color 0.3s ease 0s;
}

.partner {
    overflow: hidden;
}

.partner__container {
    position: relative;
    z-index: 2;
}

.partner__container h2 {
    /* color: #fff; */
    font-weight: 900;
    line-height: 1.3;
    text-align: center;
}

.partner__container h2:not(:last-child) {
    margin-bottom: 3.125rem;
}

.partner__wrapper {
    max-width: 1115px;
    margin: 0 auto;
    position: relative;
}

.partner__slider {
    border-radius: 0.625rem;
    border: 0.0625rem solid #fff;
    /* background-color: rgba(255, 255, 255, 0.5); */
    /* -webkit-backdrop-filter: blur(26.5px); */
    /* backdrop-filter: blur(26.5px); */
    position: relative;
    -webkit-transition: background-color 0.3s ease 0s;
    -o-transition: background-color 0.3s ease 0s;
    transition: background-color 0.3s ease 0s;
    z-index: 1;
}

.partner__slide {
    /* border-right: 0.0625rem solid #fff; */
    border-radius: 10px;
    border: 1px solid #fff;
    background-color: #f2f6f8;
    -webkit-backdrop-filter: blur(26.5px);
            backdrop-filter: blur(26.5px);
}

.partner__bg {
    position: absolute;
    top: -100px;
    left: -100px;
    width: calc(100% + 100px);
    height: calc(100% + 100px);
}

.partner__bg img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
}

.slide-partner {
    padding: 1.8125rem 2.25rem;
}

.slide-partner__logo {
    display: block;
    position: relative;
    padding-bottom: 76.075269%;
    /* 283/372 */
}

.slide-partner__logo img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: contain;
    object-fit: contain;
}

[class*="__small-container"] {
    max-width: 1280px;
    margin: 0 auto;
    padding-inline: 20px;
}

.our-services {
    background-color: rgb(242, 246, 248);
}

.our-services__rental {
    background-color: #fff;
}

.secvices__container h1 {
    font-weight: 900;
    line-height: 1.2;
    /* 57.6px */
    text-align: center;
}

.secvices__wrapper {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.secvices__article {
    border-radius: 0.625rem;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition: background-color 0.3s ease 0s,
        -webkit-box-shadow 0.3s ease 0s;
    transition: background-color 0.3s ease 0s, -webkit-box-shadow 0.3s ease 0s;
    -webkit-transition: background-color 0.3s ease 0s, -webkit-box-shadow 0.3s ease 0s;
    -o-transition: background-color 0.3s ease 0s, box-shadow 0.3s ease 0s;
    transition: background-color 0.3s ease 0s, box-shadow 0.3s ease 0s;
    transition: background-color 0.3s ease 0s, box-shadow 0.3s ease 0s, -webkit-box-shadow 0.3s ease 0s;
    transition: background-color 0.3s ease 0s, box-shadow 0.3s ease 0s,
        -webkit-box-shadow 0.3s ease 0s;
}

.article-services__title {
    font-weight: 700;
    line-height: 1.04;
    display: inline-block;
    color: #487791;
}

.article-services__image {
    width: 100%;
    position: relative;
    border-radius: 0.625rem;
    padding-bottom: 68.318185%;
    /* 230/336.66 */
    overflow: hidden;
}

.article-services__image img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
}

.article-services__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.article-services__info p {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    line-height: 1.5;
}

.article-services__info p:not(:last-child) {
    margin-bottom: 1.25rem;
}

.article-services__show-more {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    color: #109eee;
    font-weight: 700;
    line-height: 1.2;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.5rem;
    -webkit-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

.article-services__show-more::before {
    padding-left: 0.143125rem;
    padding-right: 0.15625rem;
    font-size: 0.9375rem;
}

.hottest-offers__hottest h1 {
    color: #0a3647;
    font-weight: 900;
    line-height: 1.3;
    text-align: center;
}

.hottest-offers__hottest .card-ship {
    -webkit-box-shadow: 0px 7px 8px 0px rgba(72, 119, 145, 0.2),
        0px 5px 22px 0px rgba(72, 119, 145, 0.12),
        0px 12px 17px 0px rgba(72, 119, 145, 0.14);
    box-shadow: 0px 7px 8px 0px rgba(72, 119, 145, 0.2),
        0px 5px 22px 0px rgba(72, 119, 145, 0.12),
        0px 12px 17px 0px rgba(72, 119, 145, 0.14);
}

.trending-boats__trending .trending__container {
    overflow: visible;
}

.trending-boats__trending .trending__wrapper .card-ship {
    -webkit-transition: -webkit-box-shadow 0.3s ease;
    transition: -webkit-box-shadow 0.3s ease;
    -o-transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
}

.trending-boats__trending h1 {
    color: #0a3647;
    font-weight: 900;
    line-height: 1.3;
    text-align: center;
}

.trending-boats__rental {
    background-color: #fff;
}

.services__trending {
    background-color: #fff;
}

.services__trending .trending__actions {
    text-align: right;
}

.services__trending h2 {
    color: #0a3647;
    font-weight: 900;
    line-height: 1.3;
    color: #0a3647;
    font-weight: 900;
    line-height: 1.3;
    text-align: center;
}

.services__trending .card-ship {
    -webkit-box-shadow: 0px 7px 8px 0px rgba(72, 119, 145, 0.2),
        0px 5px 22px 0px rgba(72, 119, 145, 0.12),
        0px 12px 17px 0px rgba(72, 119, 145, 0.14);
    box-shadow: 0px 7px 8px 0px rgba(72, 119, 145, 0.2),
        0px 5px 22px 0px rgba(72, 119, 145, 0.12),
        0px 12px 17px 0px rgba(72, 119, 145, 0.14);
}

.services__asked {
    background-color: #fff;
}

.services__asked .asked__container {
    -webkit-column-gap: 1.875rem;
    -moz-column-gap: 1.875rem;
    column-gap: 1.875rem;
}

.services__testination .testination__small-container h2 {
    color: #0a3647;
    font-weight: 900;
    line-height: 1.3;
    text-align: center;
}

.services__testination .testination__small-container h2:not(:last-child) {
    margin-bottom: 3.125rem;
}

.services__rental {
    background-color: #fff;
}

.services__rental .rental__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 1.875rem;
    -moz-column-gap: 1.875rem;
    column-gap: 1.875rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.services__rental .rental__info {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 60.746269%;
    flex: 0 1 60.746269%;
    /* 814/1340 */
}

.asked__pictures {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 41.25rem;
    flex: 0 1 41.25rem;
    /* 660/1340 */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.25rem;
    height: 100%;
}

.asked__big-image {
    width: 100%;
    position: relative;
    padding-bottom: 43.2%;
    /* 281/660 */
    -webkit-transition: padding-bottom 0.3s ease 0s;
    -o-transition: padding-bottom 0.3s ease 0s;
    transition: padding-bottom 0.3s ease 0s;
}

.asked__big-image img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
}

.asked__body-pictures {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.25rem;
    height: 100%;
}

.asked__left-image {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 52.121212%;
    flex: 0 1 52.121212%;
    /* 344/660 */
    position: relative;
    padding-bottom: 62.030303%;
    /* 416/660 */
    -webkit-transition: padding-bottom 0.3s ease 0s;
    -o-transition: padding-bottom 0.3s ease 0s;
    transition: padding-bottom 0.3s ease 0s;
}

.asked__left-image img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
}

.asked__right-images {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 44.848485%;
    flex: 0 1 44.848485%;
    /* 296/660 */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.25rem;
}

.asked__image {
    width: 100%;
    position: relative;
    padding-bottom: 67.4%;
    /* 198/296 */
    -webkit-transition: padding-bottom 0.3s ease 0s;
    -o-transition: padding-bottom 0.3s ease 0s;
    transition: padding-bottom 0.3s ease 0s;
}

.asked__image img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.main-services__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.main-services__container h1 {
    color: #0a3647;
    text-align: center;
    font-weight: 900;
    line-height: 1.3;
}

.main-services__container p {
    max-width: 48.75rem;
    margin: 0 auto;
    text-align: center;
    line-height: 1.5;
}

.main-services__image {
    position: relative;
    padding-bottom: 35.074627%;
    /* 470/1340 */
    border-radius: 0.625rem;
    overflow: hidden;
}

.main-services__image img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
}

.main-services__actions {
    display: none;
}

.blog-services__container :nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.blog-services__article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1.25rem;
}

.blog-services__info {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 40.820896%;
    flex: 0 1 40.820896%;
    /* 547/1340 */
}

.blog-services__info h3 {
    color: #487791;
    line-height: 1.4;
    font-weight: 900;
}

.blog-services__info p {
    line-height: 1.5;
}

.blog-services__info p:not(:last-child) {
    margin-bottom: 0.9375rem;
}

.blog-services__info p a {
    text-decoration: underline;
}

.blog-services__image {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 57.686567%;
    flex: 0 1 57.686567%;
    /* 773/1340 */
    position: relative;
    padding-bottom: 28.208955%;
    /* 378/1340 */
    border-radius: 0.625rem;
    overflow: hidden;
}

.blog-services__image img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
}

.blog-services__image:not(:last-child) {
    margin-bottom: 1rem;
}

.additional__container h2 {
    color: #0a3647;
    font-weight: 900;
    line-height: 1.3;
    text-align: center;
}

.additional__wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1.25rem 1fr 1.25rem 1fr 1.25rem 1fr;
    grid-template-columns: repeat(4, 1fr);
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    row-gap: 2.5rem;
}

.additional__wrapper p {
    line-height: 1.5;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.additional__wrapper p:not(:last-child) {
    margin-bottom: 1rem;
}

.additional__image {
    display: inline-block;
    position: relative;
    width: 100%;
    padding-bottom: 59.0625%;
    /* 189/320 */
    overflow: hidden;
}

.additional__image img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: -webkit-transform 0.3s ease 0s;
    transition: -webkit-transform 0.3s ease 0s;
    -o-transition: transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
    will-change: transform;
}

.additional__title {
    display: inline-block;
    color: #487791;
    font-weight: 700;
    line-height: 1.3;
}

.additional__actions {
    text-align: right;
}

.rental__picture {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 36.268657%;
    flex: 0 1 36.268657%;
    /* 486/1340 */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.25rem;
}

.rental__big-image {
    width: 100%;
    position: relative;
    padding-bottom: 66.666667%;
    /* 324/486 */
    -webkit-transition: padding-bottom 0.3s ease 0s;
    -o-transition: padding-bottom 0.3s ease 0s;
    transition: padding-bottom 0.3s ease 0s;
}

.rental__big-image img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
}

.rental__body-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.25rem;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.rental__image {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    position: relative;
    padding-bottom: 74.485597%;
    /* 362/486 */
    -webkit-transition: padding-bottom 0.3s ease 0s;
    -o-transition: padding-bottom 0.3s ease 0s;
    transition: padding-bottom 0.3s ease 0s;
}

.rental__image img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
}

.faq__rental {
    background-color: #fff;
}

.faq__rental .rental__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 1.875rem;
    -moz-column-gap: 1.875rem;
    column-gap: 1.875rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.faq__rental .rental__info {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 60.746269%;
    flex: 0 1 60.746269%;
    /* 814/1340 */
}

.main-faq__container h1 {
    color: #0a3647;
    font-weight: 900;
    line-height: 1.3;
    text-align: center;
}

.main-faq__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.25rem;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.main-faq__spollers {
    padding-bottom: 2.625rem;
    background-color: #fff;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 57.686567%;
    flex: 0 1 57.686567%;
}

.main-faq__pictures-block {
    -webkit-box-flex: 40.820896%;
    -ms-flex: 40.820896%;
    flex: 40.820896%;
}

.main-faq__big-image {
    width: 100%;
    position: relative;
    padding-bottom: 57.72%;
}

.main-faq__big-image img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
}

.main-faq__big-image:not(:last-child) {
    margin-bottom: 1.25rem;
}

.main-faq__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    gap: 1.25rem;
}

.main-faq__left {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 48.171846%;
    flex: 0 1 48.171846%;
    /* 263.5/547 */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.25rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.main-faq__left div {
    position: relative;
    padding-bottom: 95%;
    /* 223/495 */
}

.main-faq__left div img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
}

.main-faq__right {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 48.171846%;
    flex: 0 1 48.171846%;
    /* 263.5/547 */
    position: relative;
    padding-bottom: 39.193548%;
    /* 486/1240 */
}

.main-faq__right img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
}

.fraction__slider {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 40.820896%;
    flex: 0 1 40.820896%;
    /* 547/1340 */
    position: relative;
}

.fraction__wrapper {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.fraction__wrapper.swiper-wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1.25rem 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
}

.fraction__wrapper div:nth-of-type(1) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
    width: 100%;
    position: relative;
    padding-bottom: 57.8%;
    /* 310/574 */
    -webkit-transition: padding-bottom 0.3s ease 0s;
    -o-transition: padding-bottom 0.3s ease 0s;
    transition: padding-bottom 0.3s ease 0s;
}

.fraction__wrapper div:nth-of-type(1) img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
}

.fraction__wrapper div:nth-of-type(2) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
    width: 100%;
    position: relative;
    padding-bottom: 93%;
    /* 245/547 */
    -webkit-transition: padding-bottom 0.3s ease 0s;
    -o-transition: padding-bottom 0.3s ease 0s;
    transition: padding-bottom 0.3s ease 0s;
}

.fraction__wrapper div:nth-of-type(2) img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
}

.fraction__wrapper div:nth-of-type(3) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3/4;
    width: 100%;
    position: relative;
    padding-bottom: 93%;
    /* 245/547 */
    -webkit-transition: padding-bottom 0.3s ease 0s;
    -o-transition: padding-bottom 0.3s ease 0s;
    transition: padding-bottom 0.3s ease 0s;
}

.fraction__wrapper div:nth-of-type(3) img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
}

.fraction__wrapper div:nth-of-type(4) {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-grid-row: 2;
    -ms-grid-row-span: 2;
    grid-row: 2/4;
    width: 100%;
    position: relative;
    padding-bottom: 93.235832%;
    /* 510/547 */
    -webkit-transition: padding-bottom 0.3s ease 0s;
    -o-transition: padding-bottom 0.3s ease 0s;
    transition: padding-bottom 0.3s ease 0s;
}

.fraction__wrapper div:nth-of-type(4) img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.fraction__slide {
    width: 100%;
}

.fraction__swiper-pagination {
    position: absolute;
    z-index: 2;
    bottom: 0;
    right: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 7px 10px 5px 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 1.0625rem;
    background: rgba(112, 159, 185, 0.5);
    color: #fff;
    font-size: 0.75rem;
    font-weight: 400;
    -webkit-transform: translate(-1rem, -0.5rem);
    -ms-transform: translate(-1rem, -0.5rem);
    transform: translate(-1rem, -0.5rem);
}

.yacht-card__wrapper {
    max-width: 1364px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.yacht-card__body {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 66.458333%;
    flex: 0 1 66.458333%;
    /* 957/1440 */
    position: relative;
    min-width: 0;
}

.yacht-card__body::after {
    content: "";
    position: absolute;
    bottom: 100%;
    right: 0;
    height: 100%;
    width: 1000%;
    background-color: #fff;
    z-index: -1;
}

.yacht-card__aside {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 33.611111%;
    flex: 0 1 33.611111%;
    /* 484/1440 */
    padding-top: 1.875rem;
    padding-bottom: 3rem;
    min-width: 0;
}

.yacht-card__fixed-button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 50%;
    background-color: rgba(222, 236, 244, 0.3);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #90bfdb;
    font-size: 0.75rem;
    position: fixed;
    z-index: 29;
    bottom: 9.375rem;
    right: 20px;
    -webkit-transition: opacity 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
    opacity: 0;
    visibility: hidden;
}

.main-yacht-cadr__container h1 {
    font-weight: 900;
    line-height: 1.3;
}

.main-yacht-cadr__about {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-column-gap: 1.5rem;
    -moz-column-gap: 1.5rem;
    column-gap: 1.5rem;
    row-gap: 0.9375rem;
}

.main-yacht-cadr__location {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.3525rem;
    color: #487791;
    font-size: 0.875rem;
    line-height: 1.5;
}

.main-yacht-cadr__location span {
    font-size: 1.5rem;
    color: #90bfdb;
}

.main-yacht-cadr__stars-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.main-yacht-cadr__stars-block p {
    padding-top: 2px;
    color: #487791;
    font-size: 0.875rem;
    line-height: 1.5;
}

.main-yacht-cadr__stars-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1;
}

.main-yacht-cadr__stars-link {
    font-size: 0.9375rem;
    color: #efae16;
}

.main-yacht-cadr__image {
    position: relative;
    overflow: hidden;
    border-radius: 0.625rem;
    padding-bottom: 38.059701%;
    /* 510/1340 */
}

.main-yacht-cadr__image img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.main-yacht-cadr__show-all-photos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.3125rem;
    color: #487791;
    font-size: 0.75rem;
    line-height: 1.5;
    position: absolute;
    z-index: 2;
    will-change: transform;
    -webkit-transition: -webkit-transform 0.3s ease 0s;
    transition: -webkit-transform 0.3s ease 0s;
    -o-transition: transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
    padding: 0.5625rem 0.75rem;
    border-radius: 2.5625rem;
    background: rgba(242, 246, 248, 0.5);
}

.main-yacht-cadr__show-all-photos::before {
    font-size: 1rem;
}

.main-yacht-cadr__galery-page {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    overflow: auto;
    z-index: 60;
    background-color: #fff;
    -webkit-transition: left 0.3s ease;
    -o-transition: left 0.3s ease;
    transition: left 0.3s ease;
}

._open-galery .main-yacht-cadr__galery-page {
    left: 0;
}

.galery-page-yacht__wrapper {
    max-width: 100%;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    margin: 0 auto;
}

.galery-page-yacht__item {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    max-width: 55.375rem;
    margin: 0 auto;
}

.galery-page-yacht__actions {
    position: sticky;
    background-color: #fff;
    width: 100%;
    top: 0%;
    left: 0;
    z-index: 5;
    -webkit-transition: left 0.3s ease 0s;
    -o-transition: left 0.3s ease 0s;
    transition: left 0.3s ease 0s;
}

.galery-page-yacht__button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: rgba(144, 191, 219, 0.5);
    border-radius: 50%;
    width: 2.625rem;
    height: 2.625rem;
    -webkit-transition: background-color 0.3s ease 0s;
    -o-transition: background-color 0.3s ease 0s;
    transition: background-color 0.3s ease 0s;
    outline: none;
}

.galery-page-yacht__button::before {
    font-size: 0.75rem;
    color: #fff;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.galery-page-yacht__big-pictures {
    outline: none;
    display: block;
    width: 100%;
    margin: 0 auto;
    -ms-grid-column-span: 2;
    grid-column: span 2;
}

.galery-page-yacht__big-image {
    padding-bottom: 54.176072%;
    /* 480/886 */
    position: relative;
    overflow: hidden;
}

.galery-page-yacht__big-image img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    will-change: transform;
    -webkit-transition: -webkit-transform 0.3s ease 0s;
    transition: -webkit-transform 0.3s ease 0s;
    -o-transition: transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
}

.galery-page-yacht__small-image {
    position: relative;
    padding-bottom: 69.284065%;
    /* 300/433 */
    overflow: hidden;
}

.galery-page-yacht__small-image img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: -webkit-transform 0.3s ease 0s;
    transition: -webkit-transform 0.3s ease 0s;
    -o-transition: transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
    will-change: transform;
}

.body-yacht-card__about-ship {
    background-color: #fff;
    position: relative;
}

.body-yacht-card__about-ship::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    height: 300%;
    width: 800%;
    background-color: #fff;
    z-index: -1;
}

.body-yacht-card__team-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    border-top: 0.0625rem solid rgba(144, 191, 219, 0.5);
    border-bottom: 0.0625rem solid rgba(144, 191, 219, 0.5);
}

.body-yacht-card__crew {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    line-height: 1.2;
    font-weight: 500;
    color: #0a3647;
}

.body-yacht-card__crew::before {
    font-size: 1.5rem;
    color: #90bfdb;
}

.body-yacht-card__crew span {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 1.5rem;
    flex: 0 0 1.5rem;
    width: 1.5rem;
    height: 1.5rem;
}

.body-yacht-card__crew span img {
    max-width: 100%;
}

.body-yacht-card__ship-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    border-bottom: 0.0625rem solid rgba(144, 191, 219, 0.5);
}

.body-yacht-card__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    line-height: 1.2;
    font-weight: 500;
    color: #0a3647;
}

.body-yacht-card__item::before {
    font-size: 1.5rem;
    color: #90bfdb;
}

.body-yacht-card__decore {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 0.25rem;
    flex: 0 0 0.25rem;
    width: 0.25rem;
    height: 0.25rem;
    background-color: #90bfdb;
    border-radius: 50%;
}

.body-yacht-card__suitable {
    padding-right: 1.25rem;
    -webkit-transition: -webkit-box-shadow 0.3s ease 0s;
    transition: -webkit-box-shadow 0.3s ease 0s;
    -o-transition: box-shadow 0.3s ease 0s;
    transition: box-shadow 0.3s ease 0s;
    transition: box-shadow 0.3s ease 0s, -webkit-box-shadow 0.3s ease 0s;
}

.body-yacht-card__suitable-block {
    border-bottom: 0.0625rem solid rgba(144, 191, 219, 0.5);
    -webkit-transition: border-bottom 0.3s ease 0s;
    -o-transition: border-bottom 0.3s ease 0s;
    transition: border-bottom 0.3s ease 0s;
}

.body-yacht-card__suitable-block h3 {
    font-weight: 700;
    line-height: 1.3;
}

.body-yacht-card__suitable-block ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.body-yacht-card__suitable-block ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.625rem;
    font-weight: 500;
    line-height: 1.2;
}

.body-yacht-card__suitable-block ul li::before {
    font-size: 1.5rem;
    color: rgb(144, 191, 219);
}

.body-yacht-card__technical-info {
    padding-right: 1.25rem;
    -webkit-transition: -webkit-box-shadow 0.3s ease 0s;
    transition: -webkit-box-shadow 0.3s ease 0s;
    -o-transition: box-shadow 0.3s ease 0s;
    transition: box-shadow 0.3s ease 0s;
    transition: box-shadow 0.3s ease 0s, -webkit-box-shadow 0.3s ease 0s;
}

.body-yacht-card__technical-block {
    border-bottom: 0.0625rem solid rgba(144, 191, 219, 0.5);
}

.body-yacht-card__technical-block h3 {
    font-weight: 700;
    line-height: 1.3;
}

.body-yacht-card__technical-block ul {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.body-yacht-card__technical-block ul li {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.body-yacht-card__technical-block ul li p {
    color: #487791;
    font-weight: 500;
    line-height: 1.2;
}

.body-yacht-card__technical-block ul li span {
    color: #0a3647;
    font-weight: 500;
    line-height: 1.2;
}

.body-yacht-card__included {
    padding-right: 1.25rem;
    -webkit-transition: -webkit-box-shadow 0.3s ease 0s;
    transition: -webkit-box-shadow 0.3s ease 0s;
    -o-transition: box-shadow 0.3s ease 0s;
    transition: box-shadow 0.3s ease 0s;
    transition: box-shadow 0.3s ease 0s, -webkit-box-shadow 0.3s ease 0s;
}

.body-yacht-card__included-block {
    border-bottom: 0.0625rem solid rgba(144, 191, 219, 0.5);
}

.body-yacht-card__included-block h3 {
    font-weight: 700;
    line-height: 1.3;
}

.body-yacht-card__included-block ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.body-yacht-card__included-block ul li {
    font-weight: 500;
    line-height: 120%;
}

.body-yacht-card__drinks {
    padding-right: 1.25rem;
    -webkit-transition: -webkit-box-shadow 0.3s ease 0s;
    transition: -webkit-box-shadow 0.3s ease 0s;
    -o-transition: box-shadow 0.3s ease 0s;
    transition: box-shadow 0.3s ease 0s;
    transition: box-shadow 0.3s ease 0s, -webkit-box-shadow 0.3s ease 0s;
}

.body-yacht-card__drinks-block {
    border-bottom: 0.0625rem solid rgba(144, 191, 219, 0.5);
}

.body-yacht-card__drinks-block h3 {
    font-weight: 700;
    line-height: 1.3;
}

.body-yacht-card__drinks-block ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.body-yacht-card__drinks-block ul li {
    font-weight: 500;
    line-height: 120%;
}

.body-yacht-card__spollers {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
}

.body-yacht-card__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 1.25rem;
    width: calc(100% - 20px);
    padding-right: 1.25rem;
    font-weight: 700;
    line-height: 1.3;
    z-index: 1;
    list-style: none;
    cursor: pointer;
    border-bottom: 0.0625rem solid rgba(144, 191, 219, 0.5);
    -webkit-transition: border-bottom 0.5s ease 0s,
        -webkit-box-shadow 0.3s ease 0s;
    transition: border-bottom 0.5s ease 0s, -webkit-box-shadow 0.3s ease 0s;
    -webkit-transition: border-bottom 0.5s ease 0s, -webkit-box-shadow 0.3s ease 0s;
    -o-transition: border-bottom 0.5s ease 0s, box-shadow 0.3s ease 0s;
    transition: border-bottom 0.5s ease 0s, box-shadow 0.3s ease 0s;
    transition: border-bottom 0.5s ease 0s, box-shadow 0.3s ease 0s, -webkit-box-shadow 0.3s ease 0s;
    transition: border-bottom 0.5s ease 0s, box-shadow 0.3s ease 0s,
        -webkit-box-shadow 0.3s ease 0s;
    position: relative;
}

.body-yacht-card__title::before,
.body-yacht-card__title::after {
    content: "";
    position: absolute;
    bottom: -1px;
    height: 0.0625rem;
    background-color: #fff;
    z-index: 3;
}

.body-yacht-card__title::before {
    content: "";
    left: 0;
}

.body-yacht-card__title::after {
    content: "";
    right: 0;
    width: 15px;
}

.body-yacht-card__title span {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 1.5rem;
    flex: 0 0 1.5rem;
    width: 1.5rem;
    height: 1.5rem;
    position: relative;
}

.body-yacht-card__title span::before,
.body-yacht-card__title span::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 1rem;
    height: 0.125rem;
    background-color: #90bfdb;
    -webkit-transition: -webkit-transform 0.3s ease 0s;
    transition: -webkit-transform 0.3s ease 0s;
    -o-transition: transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
}

.body-yacht-card__title span::after {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    -ms-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg);
}

._spoller-init .body-yacht-card__title {
    cursor: pointer;
}

._spoller-init .body-yacht-card__title._spoller-active {
    border-bottom: 0.0625rem solid rgba(144, 191, 219, 0);
}

._spoller-init .body-yacht-card__title._spoller-active:hover {
    -webkit-box-shadow: 0px 13px 16px 0px rgba(72, 119, 145, 0);
    box-shadow: 0px 13px 16px 0px rgba(72, 119, 145, 0);
}

._spoller-init .body-yacht-card__title._spoller-active span::after {
    -webkit-transform: translate(-50%, -50%) rotate(180deg);
    -ms-transform: translate(-50%, -50%) rotate(180deg);
    transform: translate(-50%, -50%) rotate(180deg);
}

.body-yacht-card__body {
    padding-top: 1.25rem;
}

.body-yacht-card__testination {
    padding-top: 1.25rem;
}

.body-yacht-card__testination .testination__wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1.25rem 1fr;
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
}

.body-yacht-card__list-option {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.body-yacht-card__list-option li {
    line-height: 1.2;
    font-weight: 500;
}

.body-yacht-card__trending .trending__wrapper-card {
    display: none;
}

.body-yacht-card__questions h2 {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.04;
}

.body-yacht-card__questions h2:not(:last-child) {
    margin-bottom: 1.25rem;
}

.body-yacht-card__questions p {
    color: #487791;
    line-height: 1.5;
}

.body-yacht-card__questions p:not(:last-child) {
    margin-bottom: 1.25rem;
}

.body-yacht-card__questions h4 {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
}

.body-yacht-card__questions h4:not(:last-child) {
    margin-bottom: 1.25rem;
}

.body-yacht-card__questions ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0.625rem;
}

.body-yacht-card__questions ul li {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    line-height: 1.5;
    color: #487791;
}

.body-yacht-card__questions ul li::before {
    content: "";
    -webkit-box-flex: 0;
    -ms-flex: 0 0 0.3125rem;
    flex: 0 0 0.3125rem;
    width: 0.3125rem;
    height: 0.3125rem;
    border-radius: 50%;
    background-color: #487791;
    display: inline-block;
    margin-left: 0.625rem;
    margin-right: 0.625rem;
    margin-top: 0.5rem;
}

.trending__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1.25rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.trending__top h2 {
    font-weight: 900;
    line-height: 1.3;
}

.trending__slider {
    min-width: 0;
}

.trending__slider .trending__wrapper:not(:last-child) {
    margin-bottom: 1.25rem;
}

.trending__slider .trending__card {
    -webkit-box-shadow: 0px 0px 0px 0px rgba(72, 119, 145, 0.1),
        0px 1px 3px 0px rgba(72, 119, 145, 0.1),
        0px 5px 5px 0px rgba(72, 119, 145, 0.09),
        0px 11px 7px 0px rgba(72, 119, 145, 0.05),
        0px 20px 8px 0px rgba(72, 119, 145, 0.01),
        0px 31px 9px 0px rgba(72, 119, 145, 0);
    box-shadow: 0px 0px 0px 0px rgba(72, 119, 145, 0.1),
        0px 1px 3px 0px rgba(72, 119, 145, 0.1),
        0px 5px 5px 0px rgba(72, 119, 145, 0.09),
        0px 11px 7px 0px rgba(72, 119, 145, 0.05),
        0px 20px 8px 0px rgba(72, 119, 145, 0.01),
        0px 31px 9px 0px rgba(72, 119, 145, 0);
}

.trending__wrapper {
    min-width: 0;
}

.trending__slide {
    margin-right: 0rem !important;
}

.trending__slide .card-ship__image {
    padding-bottom: 47%;
}

.trending__slider-actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1.25rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.trending__slider-actions button:first-of-type {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.trending__slider-actions button:last-of-type {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.trending__slider-button {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 2.625rem;
    flex: 0 0 2.625rem;
    width: 2.625rem;
    height: 2.625rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: rgba(144, 191, 219, 0.2);
    border-radius: 50%;
    color: #fff;
    font-size: 0.75rem;
    -webkit-transition: background-color 0.3s ease 0s;
    -o-transition: background-color 0.3s ease 0s;
    transition: background-color 0.3s ease 0s;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.aside-yacht-card__form {
    border-radius: 0.625rem;
    border: 0.0625rem solid #90bfdb;
    background-color: #fff;
}

.aside-yacht-card__form--selected {
    padding: 1.25rem;
    position: sticky;
    top: 6.25rem;
    z-index: 10;
}

.aside-yacht-card__special {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.aside-yacht-card__special h2 {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.3;
}

.aside-yacht-card__actions {
    text-align: right;
}

.special__article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 0.625rem;
    border: 0.0625rem solid #90bfdb;
    background-color: #fff;
    padding: 1.25rem;
    height: 100%;
    -webkit-transition: padding 0.3s ease 0s, -webkit-box-shadow 0.3s ease 0s;
    transition: padding 0.3s ease 0s, -webkit-box-shadow 0.3s ease 0s;
    -o-transition: box-shadow 0.3s ease 0s, padding 0.3s ease 0s;
    transition: box-shadow 0.3s ease 0s, padding 0.3s ease 0s;
    transition: box-shadow 0.3s ease 0s, padding 0.3s ease 0s, -webkit-box-shadow 0.3s ease 0s;
    transition: box-shadow 0.3s ease 0s, padding 0.3s ease 0s,
        -webkit-box-shadow 0.3s ease 0s;
}

.special__article--applied {
    background-color: #f2f6f8;
    border-radius: 0.625rem;
    border: 0.0625rem solid #90bfdb;
    background-color: #f2f6f8;
    padding: 1.25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    -webkit-transition: padding 0.3s ease 0s;
    -o-transition: padding 0.3s ease 0s;
    transition: padding 0.3s ease 0s;
}

.special__about {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.special__about h3 {
    font-weight: 500;
    line-height: 1.2;
    text-transform: uppercase;
    min-height: 25px;
}

.special__about h3:not(:last-child) {
    margin-bottom: 0.75rem;
}

.special__about h4 {
    color: #487791;
    line-height: 1.5;
}

.special__about h4:not(:last-child) {
    margin-bottom: 1.25rem;
}

.special__about div {
    position: relative;
    width: 100%;
    border-radius: 0.625rem;
    padding-bottom: 9.375rem;
    overflow: hidden;
}

.special__about div img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
}

.special__about div:not(:last-child) {
    margin-bottom: 1.25rem;
}

.special__about p {
    color: #487791;
    font-size: 0.875rem;
    line-height: 1.5;
}

.special__about p:not(:last-child) {
    margin-bottom: 1.25rem;
}

.special__about:not(:last-child) {
    margin-bottom: 1.25rem;
}

.special__body {
    padding-bottom: 0.75rem;
    padding-top: 0.75rem;
    border-bottom: 0.0625rem solid rgba(144, 191, 219, 0.5);
    border-top: 0.0625rem solid rgba(144, 191, 219, 0.5);
}

.special__body h4 {
    color: #90bfdb;
    font-size: 0.75rem;
    line-height: 1.2;
    text-transform: uppercase;
}

.special__body h4:not(:last-child) {
    margin-bottom: 0.75rem;
}

.special__body p {
    color: #90bfdb;
    font-size: 0.75rem;
    line-height: 1.2;
}

.special__body p:not(:last-child) {
    margin-bottom: 0.75rem;
}

.special__body:not(:last-child) {
    margin-bottom: 1.25rem;
}

.special__action-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1.25rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.special__action-card:not(:last-child) {
    margin-bottom: 1.25rem;
}

.special__action-card div {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 47.142857%;
    flex: 0 1 43%;
}

.special__action-card div h5 {
    /*line-height: 1.2;*/
    /*text-transform: uppercase;*/
    font-weight: 500;
    font-size: 13px;
}

.special__action-card div p {
    color: #90bfdb;
    font-size: 0.75rem;
    line-height: 1.2;
}

.special__action-card div p:not(:last-child) {
    margin-bottom: 0.3125rem;
}

.button--card {
    padding-top: 0.6625rem;
    padding-bottom: 0.6625rem;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    border-radius: 6.25rem;
    border: 0.125rem solid #109eee;
    background-color: #109eee;
    color: #fff;
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1.2;
    -webkit-transition: color 0.3s ease 0s, background-color 0.3s ease 0s;
    -o-transition: color 0.3s ease 0s, background-color 0.3s ease 0s;
    transition: color 0.3s ease 0s, background-color 0.3s ease 0s;
}

.special__action-card div h5:not(:last-child) {
    margin-bottom: 0.3125rem;
}

.special__action-card div p {
    color: #90bfdb;
    font-size: 10px;
    line-height: 1.2;
}

.special__action-card div p:not(:last-child) {
    margin-bottom: 0.3125rem;
}

.form-yacht__head {
    border-radius: 0.625rem 0.625rem 0rem 0rem;
    border-bottom: 0.0625rem solid #90bfdb;
    background-color: #edfbfe;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 0.625rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
}

.form-yacht__price h4 {
    font-size: 1rem;
    line-height: 1.2;
}

.form-yacht__price h4:not(:last-child) {
    margin-bottom: 1.5rem;
}

.form-yacht__price p {
    color: #487791;
    font-size: 0.875rem;
    line-height: 1.5;
}

.form-yacht__price p:not(:last-child) {
    margin-bottom: 1.5rem;
}

.form-yacht__min-duration {
    -ms-flex-item-align: end;
    -ms-grid-row-align: end;
        align-self: end;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.form-yacht__min-duration h4 {
    font-size: 1.5rem;
    font-weight: 900;
    line-height: 1.2;
}

.form-yacht__min-duration h4:not(:last-child) {
    margin-bottom: 0.9375rem;
}

.form-yacht__min-duration p {
    color: #487791;
    font-size: 0.875rem;
    line-height: 1.5;
}

.form-yacht__min-duration p:not(:last-child) {
    margin-bottom: 0.9375rem;
}

.form-yacht__body {
    border-radius: 0rem 0rem 0.625rem 0.625rem;
    background-color: #fff;
}

.form-yacht__line {
    border-radius: 0.125rem;
    border: 0.0625rem solid #eff0f6;
    background-color: #fff;
    position: relative;
}

.form-yacht__line label {
    display: inline-block;
    position: absolute;
    top: -0.3125rem;
    left: 0.3125rem;
    color: #487791;
    font-size: 0.75rem;
    padding: 0rem 0.25rem;
    background-color: #fff;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.form-yacht__line:not(:last-child) {
    margin-bottom: 1.25rem;
}

.form-yacht__line--calendar {
    border-radius: 0.125rem;
    border: 0.0625rem solid #eff0f6;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.form-yacht__line--calendar input {
    padding-top: 0.9375rem;
    padding-bottom: 0.8125rem;
    padding-right: 2.5rem;
    padding-left: 2.625rem;
    border-radius: 0.125rem;
    width: 100%;
    position: relative;
    z-index: 1;
    font-size: 1rem;
    line-height: 1.5;
    color: #0a3647;
}

.form-yacht__line--calendar input::-webkit-input-placeholder {
    font-size: 1rem;
    line-height: 1.5;
    color: #0a3647;
}

.form-yacht__line--calendar input::-moz-placeholder {
    font-size: 1rem;
    line-height: 1.5;
    color: #0a3647;
}

.form-yacht__line--calendar input:-ms-input-placeholder {
    font-size: 1rem;
    line-height: 1.5;
    color: #0a3647;
}

.form-yacht__line--calendar input::-ms-input-placeholder {
    font-size: 1rem;
    line-height: 1.5;
    color: #0a3647;
}

.form-yacht__line--calendar input::placeholder {
    font-size: 1rem;
    line-height: 1.5;
    color: #0a3647;
}

.form-yacht__line--calendar input._form-focus {
    outline: 0.0625rem solid #109eee;
}

.form-yacht__line--calendar label {
    display: inline-block;
    position: absolute;
    top: -0.3125rem;
    left: 0.3125rem;
    color: #487791;
    font-size: 0.75rem;
    padding: 0rem 0.25rem;
    background-color: #fff;
    z-index: 2;
}

.form-yacht__icon {
    position: absolute;
    font-size: 1.5rem;
    color: #90bfdb;
    pointer-events: none;
    top: 50%;
    z-index: 2;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0.625rem;
}

.form-yacht__select-arrow {
    font-size: 8px;
    color: #90bfdb;
    position: absolute;
    right: 1rem;
    z-index: 2;
    -webkit-transition: -webkit-transform 0.3s ease 0s;
    transition: -webkit-transform 0.3s ease 0s;
    -o-transition: transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
}

._form-focus .form-yacht__select-arrow {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.form-yacht__button {
    margin-top: 0.25rem;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.form-yacht__booking {
    display: none;
}

.form-yacht__price-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.25rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.form-yacht__price-block p:first-of-type {
    font-size: 1rem;
    line-height: 1.2;
    font-weight: 500;
}

.form-yacht__price-block p:last-of-type {
    font-size: 1.5rem;
    font-weight: 900;
    line-height: 1.2;
}

.form-yacht__price-block:not(:last-child) {
    margin-bottom: 0.75rem;
}

.form-yacht__ckeck-mobile {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.form-yacht__ckeck-mobile:not(:last-child) {
    margin-bottom: 0.75rem;
}

.form-yacht__action {
    padding-bottom: 0.75rem;
    border-bottom: 0.0625rem solid rgba(144, 191, 219, 0.5);
}

.form-yacht__book {
    display: inline-block;
}

.form-yacht__book:not(:last-child) {
    margin-bottom: 1rem;
}

.form-yacht__pay:not(:last-child) {
    margin-bottom: 1.25rem;
}

.book-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 1.25rem 1.25rem 1.875rem 1.25rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1.25rem;
    border-radius: 0.625rem;
    background-color: #deecf4;
    -webkit-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}

.book-form__logo {
    font-size: 2rem;
    color: rgb(16, 158, 238);
    -webkit-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

.book-form__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0.9375rem;
}

.book-form__text h4 {
    line-height: 1.2;
    -webkit-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

.book-form__text p {
    color: #487791;
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1.2;
    -webkit-transition: color 0.3s ease 0s;
    -o-transition: color 0.3s ease 0s;
    transition: color 0.3s ease 0s;
}

.pay-yacht {
    border-radius: 0.625rem;
    background-color: #edfbfe;
    padding: 1.25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0.625rem;
}

.pay-yacht__price-top {
    padding-bottom: 0.9375rem;
    border-bottom: 0.0625rem solid rgba(144, 191, 219, 0.5);
}

.pay-yacht__price-top p {
    color: #487791;
    text-align: center;
    font-size: 0.875rem;
    line-height: 1.5;
}

.pay-yacht__price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.3125rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.pay-yacht__price h4 {
    color: #487791;
    font-weight: 500;
    line-height: 1.2;
}

.pay-yacht__price h5 {
    font-weight: 500;
    line-height: 1.2;
}

.pay-yacht__price:not(:last-child) {
    margin-bottom: 0.625rem;
}

.pay-yacht__price-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.3125rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.pay-yacht__price-bottom p {
    font-weight: 500;
    line-height: 1.2;
}

.pay-yacht__price-bottom h3 {
    font-size: 1.5rem;
    font-weight: 900;
    line-height: 1.2;
}

.pay-yacht__price-bottom:not(:last-child) {
    margin-bottom: 0.625rem;
}

.blog__rental {
    background-color: #fff;
}

.hero-blog h1 {
    color: #0a3647;
    font-weight: 900;
    line-height: 1.3;
    text-align: center;
}

.hero-blog__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.1875rem;
}

.hero-blog__info {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 79%;
    flex: 0 1 79%;
}

.hero-blog__articles {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1.25rem 1fr;
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    row-gap: 2.5rem;
}

.hero-blog__articles:not(:last-child) {
    margin-bottom: 2.5rem;
}

.hero-blog__article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 0.625rem;
    background-color: #fff;
    padding: 1.25rem;
    height: 100%;
    -webkit-transition: -webkit-box-shadow 0.3s ease 0s;
    transition: -webkit-box-shadow 0.3s ease 0s;
    -o-transition: box-shadow 0.3s ease 0s;
    transition: box-shadow 0.3s ease 0s;
    transition: box-shadow 0.3s ease 0s, -webkit-box-shadow 0.3s ease 0s;
}

.hero-blog__article-big {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 0.625rem;
    background-color: #fff;
    padding: 1.25rem;
    gap: 1.25rem;
    -webkit-transition: -webkit-box-shadow 0.3s ease 0s;
    transition: -webkit-box-shadow 0.3s ease 0s;
    -o-transition: box-shadow 0.3s ease 0s;
    transition: box-shadow 0.3s ease 0s;
    transition: box-shadow 0.3s ease 0s, -webkit-box-shadow 0.3s ease 0s;
}

.hero-blog__article-big .hero-blog__image {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    padding-bottom: 29.2%;
}

.hero-blog__article-big .hero-blog__body {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
}

.hero-blog__article-big .hero-blog__body:not(:last-child) {
    margin-bottom: 0rem;
}

.hero-blog__image {
    display: inline-block;
    width: 100%;
    position: relative;
    padding-bottom: 44.5%;
    overflow: hidden;
    border-radius: 0.625rem;
}

.hero-blog__image img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    will-change: transform;
}

.hero-blog__image:not(:last-child) {
    margin-bottom: 1.25rem;
}

.hero-blog__body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.hero-blog__body:not(:last-child) {
    margin-bottom: 1.25rem;
}

.hero-blog__body h4 {
    font-size: 0.875rem;
    line-height: 1.5;
}

.hero-blog__body h4:not(:last-child) {
    margin-bottom: 1.25rem;
}

.hero-blog__body p {
    line-height: 1.5;
}

.hero-blog__body p a {
    text-decoration: underline;
    text-underline-offset: 3px;
    text-decoration-thickness: 0.5px;
    -webkit-text-decoration-color: #0a3647;
            text-decoration-color: #0a3647;
    -webkit-transition: text-decoration-color 0.3s ease;
    -webkit-transition: -webkit-text-decoration-color 0.3s ease;
    transition: -webkit-text-decoration-color 0.3s ease;
    -o-transition: text-decoration-color 0.3s ease;
    transition: text-decoration-color 0.3s ease;
    transition: text-decoration-color 0.3s ease, -webkit-text-decoration-color 0.3s ease;
}

.hero-blog__body p:not(:last-child) {
    margin-bottom: 1.25rem;
}

.hero-blog__actions {
    text-align: right;
}

.hero-blog__aside {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 25.373134%;
    flex: 0 1 25.373134%;
}

.hero-blog__button-lead {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.hero-blog__card-title {
    color: #487791;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.3;
    -webkit-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
    display: inline-block;
}

.hero-blog__card-title:not(:last-child) {
    margin-bottom: 1.25rem;
}

.menu-blog {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 1.25rem;
}

.menu-blog ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1.25rem;
}

.menu-blog ul li {
    color: #487791;
    line-height: 1.5;
}

.menu-blog ul li a {
    -webkit-transition: color 0.3s ease 0s;
    -o-transition: color 0.3s ease 0s;
    transition: color 0.3s ease 0s;
    display: block;
    width: 100%;
    height: 100%;
}

.menu-blog ul li a._active-menu,
.menu-blog ul ._active-menu a {
    color: #0a3647;
    font-weight: bold;
}

.menu-blog__rigth-btn {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 2.625rem;
    flex: 0 0 2.625rem;
    width: 2.625rem;
    height: 2.625rem;
    border-radius: 50%;
    background-color: rgba(144, 191, 219, 0.2);
    -webkit-transition: background-color 0.3s ease 0s;
    -o-transition: background-color 0.3s ease 0s;
    transition: background-color 0.3s ease 0s;
    color: #fff;
    font-size: 0.75rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.menu-blog__left-btn {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 2.625rem;
    flex: 0 0 2.625rem;
    width: 2.625rem;
    height: 2.625rem;
    border-radius: 50%;
    background-color: rgba(144, 191, 219, 0.2);
    -webkit-transition: background-color 0.3s ease 0s;
    -o-transition: background-color 0.3s ease 0s;
    transition: background-color 0.3s ease 0s;
    color: #fff;
    font-size: 0.75rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.aside-blog {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
}

.aside-blog__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2.5rem;
}

.aside-blog__wrapper h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.3;
}

.aside-blog__wrapper:not(:last-child) {
    padding-bottom: 2.5rem;
    border-bottom: 0.0625rem solid rgba(144, 191, 219, 0.5);
    margin-bottom: 2.5rem;
}

.aside-blog__post {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.aside-blog__post h4 {
    color: #487791;
    font-weight: 900;
    line-height: 1.2;
}

.aside-blog__post h4:not(:last-child) {
    margin-bottom: 1.25rem;
}

.aside-blog__post p {
    line-height: 1.5;
}

.aside-blog__post p:not(:last-child) {
    margin-bottom: 1.25rem;
}

.aside-blog__post a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    gap: 0.5rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #109eee;
    font-weight: 700;
    line-height: 1.2;
    /* 19.2px */
    -webkit-transition: color 0.3s ease 0s;
    -o-transition: color 0.3s ease 0s;
    transition: color 0.3s ease 0s;
    -ms-flex-item-align: end;
    -ms-grid-row-align: end;
        align-self: end;
}

.aside-blog__post a::before {
    font-size: 0.9375rem;
}

.blog-item__main {
    background-color: #fff;
}

.blog-item__special .special__button {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
}

.blog-item__special h2 {
    color: #0a3647;
    font-weight: 900;
    line-height: 1.3;
    text-align: center;
}

.blog-item__special .special__about div {
    padding-bottom: 54%;
}

.blog-item__additional {
    background-color: #fff;
}

.main-blog__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
}

.main-blog__container h1 {
    font-weight: 900;
    line-height: 1.3;
}

.main-blog__post-block {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 73.134328%;
    flex: 0 1 73.134328%;
    /* 980/1340 */
}

.main-blog__post span {
    display: inline-block;
    font-size: 0.875rem;
    line-height: 1.5;
}

.main-blog__post p {
    line-height: 1.5;
}

.main-blog__post p a {
    text-decoration: underline;
    text-underline-offset: 3px;
    text-decoration-thickness: 0.5px;
    -webkit-transition: text-decoration-color 0.3s ease 0s;
    -webkit-transition: -webkit-text-decoration-color 0.3s ease 0s;
    transition: -webkit-text-decoration-color 0.3s ease 0s;
    -o-transition: text-decoration-color 0.3s ease 0s;
    transition: text-decoration-color 0.3s ease 0s;
    transition: text-decoration-color 0.3s ease 0s, -webkit-text-decoration-color 0.3s ease 0s;
}

.main-blog__post h2 {
    color: #487791;
    font-weight: 900;
    line-height: 1.4;
}

.main-blog__post h2:not(:last-child) {
    margin-bottom: 1.25rem;
}

.main-blog__post h3 {
    color: #487791;
    font-weight: 700;
    line-height: 1.3;
}

.main-blog__post ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0.625rem;
}

.main-blog__post ul li {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    line-height: 1.5;
}

.main-blog__post ul li::before {
    content: "";
    -webkit-box-flex: 0;
    -ms-flex: 0 0 0.3125rem;
    flex: 0 0 0.3125rem;
    width: 0.3125rem;
    height: 0.3125rem;
    border-radius: 50%;
    background-color: #0a3647;
    display: inline-block;
    margin-left: 0.625rem;
    margin-right: 0.625rem;
    margin-top: 0.5rem;
}

.main-blog__image {
    position: relative;
    padding-bottom: 44.591837%;
    /* 437/980 */
    overflow: hidden;
}

.main-blog__image img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
}

.main-blog__share {
    background-color: #f2f6f8;
}

.main-blog__share:not(:last-child) {
    margin-bottom: 1.25rem;
}

.main-blog__share ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.main-blog__share ul li {
    color: #109eee;
    font-weight: 700;
    line-height: 1.2;
    padding: 0rem 0.625rem;
}

.main-blog__share ul li a {
    display: inline-block;
    padding: 1.125rem;
    font-size: 1.5rem;
    color: #90bfdb;
    -webkit-transition: color 0.3s ease 0s;
    -o-transition: color 0.3s ease 0s;
    transition: color 0.3s ease 0s;
}

.main-blog__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1.25rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.main-blog__link-left {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.5rem;
    color: #109eee;
    font-weight: 700;
    line-height: 1.2;
    -webkit-transition: font-size 0.3s ease 0s, color 0.3s ease 0s;
    -o-transition: font-size 0.3s ease 0s, color 0.3s ease 0s;
    transition: font-size 0.3s ease 0s, color 0.3s ease 0s;
    text-transform: capitalize;
}

.main-blog__link-left::before {
    font-size: 0.75rem;
    -webkit-transform: rotate(180deg) translateY(0.125rem);
    -ms-transform: rotate(180deg) translateY(0.125rem);
    transform: rotate(180deg) translateY(0.125rem);
}

.main-blog__link-left.disabled {
    pointer-events: none;
    opacity: 0.5;
    cursor: not-allowed;
}

.main-blog__link-left:disabled {
    color: rgba(16, 157, 238, 0.5);
}

.main-blog__link-right {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    gap: 0.5rem;
    color: #109eee;
    font-weight: 700;
    line-height: 1.2;
    text-transform: capitalize;
    -webkit-transition: font-size 0.3s ease 0s, color 0.3s ease 0s;
    -o-transition: font-size 0.3s ease 0s, color 0.3s ease 0s;
    transition: font-size 0.3s ease 0s, color 0.3s ease 0s;
}

.main-blog__link-right::before {
    font-size: 0.75rem;
    -webkit-transform: translateY(-0.0625rem);
    -ms-transform: translateY(-0.0625rem);
    transform: translateY(-0.0625rem);
}

.main-blog__aside {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 23.721275%;
    flex: 0 1 23.721275%;
    /* 320/1349 */
}

.special__actions {
    text-align: right;
}

.special__wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1.25rem 1fr 1.25rem 1fr 1.25rem 1fr;
    grid-template-columns: repeat(4, 1fr);
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
}

.special-offers__special h1 {
    font-weight: 900;
    line-height: 1.3;
    text-align: center;
}

.special-offers__special .special__about div {
    padding-bottom: 54%;
}

.special-offers__special .special__button {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}

.special-offers__rental {
    background-color: #fff;
}

.error {
    background-color: #0a3647;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 100vh;
}

.error h1 {
    color: #deecf4;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.3;
}

.error__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.error__label {
    margin: 0 auto;
    position: relative;
    padding-bottom: 57.5%;
}

.error__label img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
}

.error__mobile-label {
    position: relative;
    width: 100%;
    padding-bottom: 28.25rem;
}

.error__mobile-label img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: contain;
    object-fit: contain;
}

.error__info {
    text-align: center;
}

.error__button {
    padding-left: 6.8125rem;
    padding-right: 6.8125rem;
}

.result__main:not(:last-child) {
    margin-bottom: 1.25rem;
}

.result__trending .card-ship {
    -webkit-box-shadow: 0rem 0rem 0rem 0rem rgba(72, 119, 145, 0.1),
        0rem 0.0625rem 0.1875rem 0rem rgba(72, 119, 145, 0.1),
        0rem 0.3125rem 0.3125rem 0rem rgba(72, 119, 145, 0.09),
        0rem 0.6875rem 0.4375rem 0rem rgba(72, 119, 145, 0.05),
        0rem 1.25rem 0.5rem 0rem rgba(72, 119, 145, 0.01),
        0rem 1.9375rem 0.5625rem 0rem rgba(72, 119, 145, 0);
    box-shadow: 0rem 0rem 0rem 0rem rgba(72, 119, 145, 0.1),
        0rem 0.0625rem 0.1875rem 0rem rgba(72, 119, 145, 0.1),
        0rem 0.3125rem 0.3125rem 0rem rgba(72, 119, 145, 0.09),
        0rem 0.6875rem 0.4375rem 0rem rgba(72, 119, 145, 0.05),
        0rem 1.25rem 0.5rem 0rem rgba(72, 119, 145, 0.01),
        0rem 1.9375rem 0.5625rem 0rem rgba(72, 119, 145, 0);
}

.result__rental {
    background-color: #fff;
}

.main-result h1 {
    font-weight: 700;
    line-height: 1.3;
}

.main-result__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.5rem 1.25rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.main-result__header p {
    color: #487791;
    font-size: 0.875rem;
    line-height: 1.2;
    text-transform: uppercase;
}

.main-result__header:not(:last-child) {
    margin-bottom: 1.25rem;
}

.main-result__search {
    width: 100%;
    border-radius: 0.625rem;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.main-result__search:not(:last-child) {
    margin-bottom: 1.875rem;
}

.main-result__filters:not(:last-child) {
    margin-bottom: 1.25rem;
}

.main-result__mobile-filters {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    background-color: #fff;
    -webkit-box-shadow: 0px 7px 8px 0px rgba(72, 119, 145, 0.2),
        0px 5px 22px 0px rgba(72, 119, 145, 0.12),
        0px 12px 17px 0px rgba(72, 119, 145, 0.14);
    box-shadow: 0px 7px 8px 0px rgba(72, 119, 145, 0.2),
        0px 5px 22px 0px rgba(72, 119, 145, 0.12),
        0px 12px 17px 0px rgba(72, 119, 145, 0.14);
    padding-bottom: 1.25rem;
}

.search-main__line--result-calendar {
    border-radius: 0.125rem;
    border: 0.0625rem solid rgba(144, 191, 219, 0.5);
    background-color: #fff;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.search-main__line--result-calendar input {
    padding-top: 0.9375rem;
    padding-bottom: 0.875rem;
    padding-right: 2.5rem;
    padding-left: 2.625rem;
    border-radius: 0.125rem;
    width: 100%;
    position: relative;
    z-index: 1;
    font-size: 1rem;
    line-height: 1.5;
    color: #0a3647;
}

.search-main__line--result-calendar input::-webkit-input-placeholder {
    font-size: 1rem;
    line-height: 1.5;
    color: #0a3647;
}

.search-main__line--result-calendar input::-moz-placeholder {
    font-size: 1rem;
    line-height: 1.5;
    color: #0a3647;
}

.search-main__line--result-calendar input:-ms-input-placeholder {
    font-size: 1rem;
    line-height: 1.5;
    color: #0a3647;
}

.search-main__line--result-calendar input::-ms-input-placeholder {
    font-size: 1rem;
    line-height: 1.5;
    color: #0a3647;
}

.search-main__line--result-calendar input::placeholder {
    font-size: 1rem;
    line-height: 1.5;
    color: #0a3647;
}

.search-main__line--result-calendar input._form-focus {
    outline: 0.0625rem solid #109eee;
}

.search-main__line--result-calendar label {
    display: inline-block;
    position: absolute;
    top: -0.3125rem;
    left: 0.3125rem;
    color: #487791;
    font-size: 0.75rem;
    padding: 0rem 0.25rem;
    background-color: #fff;
    z-index: 2;
}

.search-main__icon-result {
    position: absolute;
    font-size: 1.5rem;
    color: #90bfdb;
    pointer-events: none;
    top: 50%;
    z-index: 2;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0.625rem;
}

.search-main__select-arrow-result {
    font-size: 0.5rem;
    color: #90bfdb;
    position: absolute;
    right: 1rem;
    z-index: 2;
    -webkit-transition: -webkit-transform 0.3s ease 0s;
    transition: -webkit-transform 0.3s ease 0s;
    -o-transition: transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
}

._form-focus .search-main__select-arrow-result {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.search-main__mobile-filters {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.625rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.search-main__reset-button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1.2;
    border-radius: 6.25rem;
    background-color: #109eee;
    padding: 1rem;
    margin-top: 0.75rem;
}

.filters {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 1.25rem;
}

.filters h3 {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.2;
}

.filters h3:not(:last-child) {
    margin-bottom: 1.5rem;
}

.filters__sort-line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.3125rem;
}

.filters__sort-line label {
    color: #487791;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    /* 16.8px */
    text-transform: uppercase;
}

.filters__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.625rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.filters__wrapper {
    position: relative;
}

.filters__button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    gap: 0.8125rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 2.375rem;
    border: 0.0625rem solid #90bfdb;
    background-color: #fff;
    color: #487791;
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 400;
    padding-top: 0.5625rem;
    padding-bottom: 0.4375rem;
    padding-left: 0.9375rem;
    padding-right: 1.125rem;
    outline: none;
    -webkit-transition: border 0.3s ease;
    -o-transition: border 0.3s ease;
    transition: border 0.3s ease;
}

.filters__button span {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 1.125rem;
    flex: 0 0 1.125rem;
    width: 1.125rem;
    height: 1.125rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 0.625rem;
    color: #90bfdb;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    will-change: transform;
}

.filters__button._open-modal {
    border: 0.0625rem solid #109eee;
}

.filters__button._open-modal span {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.filters__apply-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 2.375rem;
    background-color: rgb(16, 157, 238);
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.2;
    padding: 0.74375rem 0.9375rem;
}

.filters__apply-button--disabled {
    background-color: rgba(16, 157, 238, 0.3);
}

.filters__more-button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    gap: 0.625rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 2.375rem;
    border: 0.0625rem solid #109eee;
    background-color: #fff;
    color: #487791;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.2;
    text-transform: uppercase;
    padding-top: 0.1875rem;
    padding-bottom: 0.1875rem;
    padding-right: 0.125rem;
    padding-left: 0.9375rem;
}

.filters__more-button span {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 2.90625rem;
    flex: 0 0 2.90625rem;
    width: 2.90625rem;
    height: 2.125rem;
    border-radius: 1.25rem;
    background-color: #109eee;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 1.125rem;
    color: #fff;
}

.filters__price {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    -webkit-transform: translate(0%, 115%);
    -ms-transform: translate(0%, 115%);
    transform: translate(0%, 115%);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: opacity 0.3s ease 0s, height 0.3s ease;
    -o-transition: opacity 0.3s ease 0s, height 0.3s ease;
    transition: opacity 0.3s ease 0s, height 0.3s ease;
}

.filters__price._open-modal {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    z-index: 2;
}

.filters__year {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    -webkit-transform: translate(0%, 115%);
    -ms-transform: translate(0%, 115%);
    transform: translate(0%, 115%);
    -webkit-transition: opacity 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.filters__year._open-modal {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    z-index: 2;
}

.filters__options-wrapper {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    -webkit-transform: translate(0%, 108%);
    -ms-transform: translate(0%, 108%);
    transform: translate(0%, 108%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
}

.filters__options-wrapper._open-modal {
    opacity: 1;
    visibility: visible;
    z-index: 99999;
}

.filters__options-wrapper--subtain {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    -webkit-transform: translate(0%, 104%);
    -ms-transform: translate(0%, 104%);
    transform: translate(0%, 104%);
    opacity: 0;
    visibility: hidden;
}

.filters__options-wrapper--subtain._open-modal {
    opacity: 1;
    visibility: visible;
    z-index: 99999;
}

.filters__options-wrapper--marina {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    -webkit-transform: translate(0%, 104%);
    -ms-transform: translate(0%, 104%);
    transform: translate(0%, 104%);
    opacity: 0;
    visibility: hidden;
}

.filters__options-wrapper--marina._open-modal {
    opacity: 1;
    visibility: visible;
    z-index: 99999;
}

.filters__options-wrapper--year {
    max-height: 200px;
    overflow: auto;
}

.filters__options-wrapper--type {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    -webkit-transform: translate(0%, 104%);
    -ms-transform: translate(0%, 104%);
    transform: translate(0%, 104%);
    opacity: 0;
    visibility: hidden;
}

.filters__options-wrapper--type._open-modal {
    opacity: 1;
    visibility: visible;
    z-index: 999999;
}

@media (max-width: 991.98px) {
    .filters._open-modal .filters__price {
        pointer-events: auto;
    }

    .filters._open-modal .filters__year {
        pointer-events: auto;
    }

    .filters__button {
        color: #487791;
        font-size: 0.875rem;
        font-weight: 500;
        line-height: 1.2;
        text-transform: uppercase;
        border-radius: 0rem;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%;
        padding: 0rem;
        border: none;
        z-index: -1;
    }

    .filters__button._open-modal {
        border: none;
        z-index: 2;
    }

    .filters__price {
        position: relative;
        opacity: 1;
        visibility: visible;
        -webkit-transform: translate(0%, 0%);
        -ms-transform: translate(0%, 0%);
        transform: translate(0%, 0%);
        z-index: 2;
    }

    .filters__year {
        position: relative;
        opacity: 1;
        visibility: visible;
        -webkit-transform: translate(0%, 0%);
        -ms-transform: translate(0%, 0%);
        transform: translate(0%, 0%);
        z-index: 2;
    }

    .filters__options-wrapper {
        position: relative;
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translate(0%, 0%);
        -ms-transform: translate(0%, 0%);
        transform: translate(0%, 0%);
        z-index: -1;
    }

    ._open-modal .filters__options-wrapper {
        opacity: 1;
        z-index: 2;
        visibility: visible;
    }

    .filters__options-wrapper--subtain {
        position: relative;
        -webkit-transform: translate(0%, 0%);
        -ms-transform: translate(0%, 0%);
        transform: translate(0%, 0%);
        z-index: -1;
        opacity: 0;
        visibility: hidden;
    }

    ._open-modal .filters__options-wrapper--subtain {
        z-index: 2;
        opacity: 1;
        visibility: visible;
    }
}

.mobile-filters__line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.mobile-filters__line:not(:last-child) {
    margin-bottom: 1.25rem;
}

.mobile-filters__data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    gap: 0.375rem;
    border-radius: 0.3125rem 0rem 0rem 0.3125rem;
    border-top: 0.0625rem solid #deecf4;
    border-bottom: 0.0625rem solid #deecf4;
    border-left: 0.0625rem solid #deecf4;
    padding-left: 0.75rem;
    padding-right: 0.625rem;
    padding-top: 0.6875rem;
    padding-bottom: 0.6875rem;
}

.mobile-filters__decore {
    color: #90bfdb;
}

.mobile-filters__date {
    color: #487791;
    line-height: 1.5;
}

.mobile-filters__time {
    color: #487791;
    line-height: 1.5;
}

.mobile-filters__passenger {
    color: #487791;
    line-height: 1.5;
}

.mobile-filters__button {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 3rem;
    flex: 0 0 3rem;
    width: 3rem;
    height: 3rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 1.125rem;
    color: #fff;
    border-radius: 0rem 0.3125rem 0.3125rem 0rem;
    background-color: #109eee;
}

.mobile-filters__actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.625rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.mobile-filters__actions:not(:last-child) {
    margin-bottom: 1.25rem;
}

.mobile-filters__filter-boats {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    gap: 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
}

.mobile-filters__filter-boats::before {
    font-size: 0.9375rem;
    color: #90bfdb;
}

.yacht-card-selected__wrapper {
    max-width: 90rem;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.yacht-card-selected__body {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 66.458333%;
    flex: 0 1 66.458333%;
    /* 957/1440 */
    position: relative;
    min-width: 0;
}

.yacht-card-selected__body::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #fff;
    z-index: -1;
}

.yacht-card-selected__body .body-yacht-card__team {
    display: none;
}

.yacht-card-selected__body .body-yacht-card__ship-info {
    display: none;
}

.yacht-card-selected__aside {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 33.611111%;
    flex: 0 1 33.611111%;
    /* 484/1440 */
    padding-top: 1.875rem;
    padding-bottom: 3rem;
    min-width: 0;
}

.yacht-card-selected__fixed-button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 50%;
    background-color: rgba(222, 236, 244, 0.3);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #90bfdb;
    font-size: 0.75rem;
    position: fixed;
    z-index: 29;
    bottom: 9.375rem;
    right: 20px;
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    opacity: 0;
    visibility: hidden;
}

.form-yacht__body--selected {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding: 0rem;
}

.form-yacht__body--selected .form-yacht__line--calendar {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
}

.form-yacht__body--selected .form-yacht__line--calendar input {
    background-color: #fff;
    border-radius: 0.3125rem;
    padding: 0.75rem 2.5rem 0.625rem 2.625rem;
}

.form-yacht__body--selected .form-yacht__line--calendar .form-yacht__icon {
    color: rgba(144, 191, 219, 0.5);
}

.form-yacht__body--selected
    .form-yacht__line--calendar
    .form-yacht__select-arrow {
    color: rgba(144, 191, 219, 0.5);
}

.form-yacht__body--selected .form-yacht__line {
    border-radius: 0.3125rem;
}

.form-yacht__body--selected .form-yacht__line label {
    display: none;
}

.form-yacht__body--selected .form-yacht__line:not(:last-child) {
    margin-bottom: 0rem;
}

.form-yacht__body--selected div:last-of-type {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
}

.form-yacht__body--selected:not(:last-child) {
    margin-bottom: 0.75rem;
}

.form-yacht__change-btn {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
    border-radius: 6.25rem;
    border: 0.125rem solid #109eee;
    background-color: #fff;
    width: 100%;
    color: #109eee;
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1.15;
    text-align: center;
    -webkit-transition: color 0.3s ease, background-color 0.3s ease;
    -o-transition: color 0.3s ease, background-color 0.3s ease;
    transition: color 0.3s ease, background-color 0.3s ease;
    padding: 0.6875rem 1rem;
}

.aside-yacht-card__about-team:not(:last-child) {
    margin-bottom: 1.25rem;
}

.aside-yacht-card__team {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
}

.aside-yacht-card__team-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    border-top: 0.0625rem solid rgba(144, 191, 219, 0.5);
    border-bottom: 0.0625rem solid rgba(144, 191, 219, 0.5);
}

.aside-yacht-card__crew {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    line-height: 1.2;
    font-weight: 500;
    color: #0a3647;
}

.aside-yacht-card__crew::before {
    font-size: 1.5rem;
    color: #90bfdb;
}

.aside-yacht-card__crew span {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 1.5rem;
    flex: 0 0 1.5rem;
    width: 1.5rem;
    height: 1.5rem;
}

.aside-yacht-card__crew span img {
    max-width: 100%;
}

.aside-yacht-card__decore {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 0.25rem;
    flex: 0 0 0.25rem;
    width: 0.25rem;
    height: 0.25rem;
    background-color: #90bfdb;
    border-radius: 50%;
}

.aside-yacht-card__ship-info {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
}

.aside-yacht-card__ship-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    border-bottom: 0.0625rem solid rgba(144, 191, 219, 0.5);
}

.aside-yacht-card__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    line-height: 1.2;
    font-weight: 500;
    color: #0a3647;
}

.aside-yacht-card__item::before {
    font-size: 1.5rem;
    color: #90bfdb;
}

.confirmation__booking._tab-active .payment__button {
    display: none;
}

.confirmation__booking._tab-active .payment__nav-wrapper:not(:last-child) {
    margin-bottom: 1.875rem;
}

.confirmation__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.confirmation__main {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 67.686567%;
    flex: 0 1 67.686567%;
    /* 907/1340 */
}

.confirmation__booking-details {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 31.865672%;
    flex: 0 1 31.865672%;
    /* 427/1340 */
}

.main-cofirmation h1 {
    font-size: 48px;
    font-weight: 900;
    line-height: 1.3;
}

.main-cofirmation__top {
    background-color: #fff;
    position: relative;
}

.main-cofirmation__top::before {
    content: "";
    position: absolute;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    background-color: #fff;
}

.main-cofirmation__top::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: -100%;
    width: 100%;
    height: 200%;
    background-color: #fff;
}

.main-cofirmation__breadcrumbs ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.5rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.main-cofirmation__breadcrumbs ul li a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.5rem;
    color: #109eee;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.2;
    -webkit-transition: color 0.3s ease 0s;
    -o-transition: color 0.3s ease 0s;
    transition: color 0.3s ease 0s;
}

.main-cofirmation__breadcrumbs ul li a span {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 1.125rem;
    flex: 0 0 1.125rem;
    width: 1.125rem;
    height: 1.125rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #90bfdb;
    -webkit-transition: color 0.3s ease 0s;
    -o-transition: color 0.3s ease 0s;
    transition: color 0.3s ease 0s;
}

.main-cofirmation__breadcrumbs ul li a span::before {
    font-size: 0.75rem;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.main-cofirmation__personal-info:not(:last-child) {
    margin-bottom: 1.25rem;
}

.main-cofirmation__options:not(:last-child) {
    margin-bottom: 1.25rem;
}

.main-cofirmation__warning:not(:last-child) {
    margin-bottom: 1.25rem;
}

.personal-info {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    border-radius: 0.625rem;
    border: 0.0625rem solid rgba(144, 191, 219, 0.5);
    background-color: #fff;
}

.personal-info__title {
    font-weight: 700;
    line-height: 1;
}

.personal-info__lines-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1.25rem;
}

.personal-info__lines-wrapper:not(:last-child) {
    margin-bottom: 1.25rem;
}

.personal-info__line {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0.5rem;
}

.personal-info__line label {
    display: inline-block;
    color: #90bfdb;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.2;
}

.personal-info__line input {
    width: 100%;
}

.personal-info__line .input {
    border-radius: 0.3125rem !important;
    border: 0.0625rem solid rgba(144, 191, 219, 0.5);
    background-color: #fff;
    padding: 0.703125rem 0.75rem;
    font-weight: 400;
    font-size: 0.9375rem;
    line-height: 1.5;
}

.personal-info__textarea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0.5rem;
}

.personal-info__textarea label {
    display: inline-block;
    color: #90bfdb;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.2;
    width: 100%;
}

.personal-info__textarea textarea {
    border-radius: 0.3125rem !important;
    border: 0.0625rem solid rgba(144, 191, 219, 0.5);
    background-color: #fff;
    padding: 1.125rem 0.75rem;
    min-height: 5.9375rem;
    resize: vertical;
    width: 100%;
}

.personal-info__textarea:not(:last-child) {
    margin-bottom: 1.25rem;
}

.options-conf {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    border-radius: 0.625rem;
    border: 0.0625rem solid rgba(144, 191, 219, 0.5);
    background-color: #fff;
}

.options-conf__list {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.options-conf__title {
    font-weight: 700;
    line-height: 1;
}

.options-conf__item {
    position: relative;
    width: 100%;
    cursor: pointer;
    pointer-events: none;
}

.options-conf__input {
    width: 0;
    height: 0;
    opacity: 0;
    position: absolute;
}

.options-conf__input:checked
    ~ .options-conf__label
    .options-conf__check:before {
    border: 0.125rem solid #109eee;
}

.options-conf__input:checked
    ~ .options-conf__label
    .options-conf__check::after {
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
}

.options-conf__input:checked + .options-conf__label {
    background-color: #f2f6f8;
    border: 0.0625rem solid #f2f6f8;
}

.options-conf__label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 1.25rem;
    cursor: pointer;
    border-radius: 0.625rem;
    -webkit-transition: background-color 0.3s ease 0s, border 0.3s ease 0s;
    -o-transition: background-color 0.3s ease 0s, border 0.3s ease 0s;
    transition: background-color 0.3s ease 0s, border 0.3s ease 0s;
    border: 0.0625rem solid #90bfdb;
    background-color: #fff;
    width: 100%;
    height: 100%;
}

.options-conf__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.25rem;
    height: 100%;
}

.options-conf__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.75rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.options-conf__labels {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0.75rem;
}

.options-conf__type-option {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.2;
    text-transform: uppercase;
}

.options-conf__value-option {
    color: #487791;
    font-size: 0.875rem;
    line-height: 1.2;
}

.options-conf__check {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 1.5rem;
    flex: 0 0 1.5rem;
    width: 1.5rem;
    height: 1.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
}

.options-conf__check::before {
    content: "";
    position: absolute;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 1.125rem;
    flex: 0 0 1.125rem;
    width: 1.125rem;
    height: 1.125rem;
    border: 0.125rem solid #90bfdb;
    border-radius: 0.125rem;
    -webkit-transition: border 0.3s ease 0s;
    -o-transition: border 0.3s ease 0s;
    transition: border 0.3s ease 0s;
}

.options-conf__check::after {
    content: "\e909";
    font-family: "icons";
    position: absolute;
    font-size: 0.625rem;
    color: #109eee;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(0);
    -ms-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    -webkit-transition: -webkit-transform 0.3s ease 0s;
    transition: -webkit-transform 0.3s ease 0s;
    -o-transition: transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
    will-change: transform;
}

.options-conf__price-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    gap: 0.75rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.options-conf__price-label {
    color: #487791;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.2;
    text-transform: uppercase;
}

.options-conf__price-values {
    font-size: 0.875rem;
    line-height: 1.2;
}

.options-conf__per-book {
    color: #90bfdb;
    font-size: 0.75rem;
    line-height: 1.2;
}

.options-conf__price {
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.2;
}

.warning-conf {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 0.625rem;
    border: 0.0625rem solid rgba(144, 191, 219, 0.5);
    -webkit-transition: border 0.3s ease 0s;
    -o-transition: border 0.3s ease 0s;
    transition: border 0.3s ease 0s;
    background-color: #fff;
}

.warning-conf__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    border-radius: 0.625rem;
    background-color: #deecf4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.9375rem;
}

.warning-conf__item p {
    color: #487791;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.2;
}

.warning-conf__item p:not(:last-child) {
    margin-bottom: 0.625rem;
}

.warning-conf__icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 2.5rem;
    flex: 0 0 2.5rem;
    width: 2.5rem;
    height: 2.5rem;
}

.warning-conf__icon img {
    max-width: 100%;
}

.payment._tab-active .payment__nav-wrapper:not(:last-child) {
    margin-bottom: 1.25rem;
}

.payment__nav-wrapper {
    border-radius: 0.625rem;
    border: 0.0625rem solid rgba(144, 191, 219, 0.5);
    background-color: #fff;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    -webkit-transition: margin-bottom 0.3s ease 0s;
    -o-transition: margin-bottom 0.3s ease 0s;
    transition: margin-bottom 0.3s ease 0s;
}

.payment__nav-wrapper:not(:last-child) {
    margin-bottom: 3.125rem;
}

.payment__title {
    font-weight: 700;
    line-height: 1;
    text-transform: capitalize;
}

.payment__navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-height: 3.3125rem;
}

.payment__navigation:not(:last-child) {
    margin-bottom: 1.5rem;
}

.payment__sub-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.625rem;
    color: #90bfdb;
    font-weight: 500;
    line-height: 1.2;
    white-space: nowrap;
    min-height: 3.3125rem;
    padding-top: 0.4375rem;
    padding-bottom: 0.4375rem;
    border-radius: 0.3125rem;
    background-color: transparent;
    -webkit-transition: background-color 0.3s ease 0s;
    -o-transition: background-color 0.3s ease 0s;
    transition: background-color 0.3s ease 0s;
}

.payment__sub-title._tab-active {
    background-color: #f2f6f8;
}

.payment__sub-title._tab-active .payment__check::before {
    border: 0.125rem solid rgb(144, 191, 219);
}

.payment__sub-title._tab-active .payment__check::after {
    content: "";
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
}

.payment__check {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 1.5rem;
    flex: 0 0 1.5rem;
    width: 1.5rem;
    height: 1.5rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
}

.payment__check::before {
    content: "";
    position: absolute;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 1.25rem;
    flex: 0 0 1.25rem;
    height: 1.25rem;
    width: 1.25rem;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border: 0.125rem solid rgba(144, 191, 219, 0.5);
    -webkit-transition: border 0.3s ease 0s;
    -o-transition: border 0.3s ease 0s;
    transition: border 0.3s ease 0s;
}

.payment__check::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(0);
    -ms-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    -webkit-box-flex: 0;
    -ms-flex: 0 0 0.625rem;
    flex: 0 0 0.625rem;
    width: 0.625rem;
    height: 0.625rem;
    border-radius: 50%;
    background-color: #90bfdb;
    -webkit-transition: -webkit-transform 0.3s ease 0s;
    transition: -webkit-transform 0.3s ease 0s;
    -o-transition: transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
    will-change: transform;
}

.payment__check--disabled::before {
    content: "";
    position: absolute;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 1.25rem;
    flex: 0 0 1.25rem;
    height: 1.25rem;
    width: 1.25rem;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border: 0.125rem solid rgba(144, 191, 219, 0.3);
    -webkit-transition: border 0.3s ease 0s;
    -o-transition: border 0.3s ease 0s;
    transition: border 0.3s ease 0s;
}

.payment__check--disabled::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    -webkit-box-flex: 0;
    -ms-flex: 0 0 0.625rem;
    flex: 0 0 0.625rem;
    width: 0.625rem;
    height: 0.625rem;
    border-radius: 50%;
    background-color: rgba(144, 192, 219, 0.3);
    -webkit-transition: -webkit-transform 0.3s ease 0s;
    transition: -webkit-transform 0.3s ease 0s;
    -o-transition: transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
    will-change: transform;
}

.payment__label {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 9.375rem;
    flex: 0 1 9.375rem;
}

.payment__label--google-pay {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 3.5rem;
    flex: 0 1 3.5rem;
}

.payment__label--apple-pay {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 3rem;
    flex: 0 1 3rem;
}

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

.payment__payment-info {
    border-radius: 0.625rem;
    border: 0.0625rem solid rgba(144, 191, 219, 0.5);
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
}

.payment__payment-info h3 {
    font-weight: 700;
    line-height: 1;
}

.payment__payment-info h3:not(:last-child) {
    margin-bottom: 1.25rem;
}

.payment__payment-info:not(:last-child) {
    margin-bottom: 1.875rem;
}

.payment__lines {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.125rem;
}

.payment__lines:not(:last-child) {
    margin-bottom: 1.125rem;
}

.payment__lines-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1.25rem;
}

.payment__lines-down {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1.25rem;
}

.payment__line {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
}

.payment__line label {
    display: inline-block;
    color: #90bfdb;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.2;
}

.payment__line label:not(:last-child) {
    margin-bottom: 0.5rem;
}

.payment__line .input {
    border-radius: 0.3125rem !important;
    border: 0.0625rem solid rgba(144, 191, 219, 0.5);
    padding: 0.90625rem 0.75rem;
    font-size: 1rem;
    color: #0a3647;
    line-height: 1;
}

.payment__line .input:not(:last-child) {
    margin-bottom: 0.5rem;
}

.payment__checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0.625rem;
    position: relative;
    text-align: right;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.payment__checkbox:not(:last-child) {
    margin-bottom: 1.25rem;
}

.payment__input-check {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
}

.payment__input-check:checked
    ~ .payment__label-check
    .payment__check-arrow:before {
    border: 0.125rem solid #109eee;
    background-color: #109eee;
}

.payment__label-check {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.625rem;
    cursor: pointer;
}

.payment__check-arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 1.5rem;
    flex: 0 0 1.5rem;
    width: 1.5rem;
    height: 1.5rem;
    position: relative;
}

.payment__check-arrow::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-box-flex: 0;
    -ms-flex: 0 0 1.125rem;
    flex: 0 0 1.125rem;
    width: 1.125rem;
    height: 1.125rem;
    border-radius: 0.125rem;
    border: 0.125rem solid #90bfdb;
    background-color: #fff;
    z-index: 1;
    -webkit-transition: background-color 0.3s ease 0s, border 0.3s ease 0s;
    -o-transition: background-color 0.3s ease 0s, border 0.3s ease 0s;
    transition: background-color 0.3s ease 0s, border 0.3s ease 0s;
}

.payment__check-arrow::after {
    content: "\e909";
    position: absolute;
    font-family: "icons";
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 0.625rem;
    color: #fff;
    z-index: 2;
}

.payment__checkbox-text {
    color: #487791;
    font-size: 0.875rem;
    line-height: 1.5;
}

.payment__checkbox-text a {
    color: #109eee;
    font-weight: 500;
    line-height: 1.5;
    text-decoration: underline;
}

.payment__links a {
    color: #109eee;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.2;
    -webkit-text-decoration-line: underline;
            text-decoration-line: underline;
    text-underline-offset: 0.1875rem;
    text-decoration-thickness: 0.03125rem;
    -webkit-text-decoration-color: #109eee;
            text-decoration-color: #109eee;
    -webkit-transition: text-decoration-color 0.3s ease 0s;
    -webkit-transition: -webkit-text-decoration-color 0.3s ease 0s;
    transition: -webkit-text-decoration-color 0.3s ease 0s;
    -o-transition: text-decoration-color 0.3s ease 0s;
    transition: text-decoration-color 0.3s ease 0s;
    transition: text-decoration-color 0.3s ease 0s, -webkit-text-decoration-color 0.3s ease 0s;
    display: inline-block;
}

.payment__links a:not(:last-child)::after {
    content: ",";
    display: inline-block;
    color: #487791;
    font-family: "GothamPro";
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.2;
}

.payment__button-card {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    border-radius: 0.625rem;
    background-color: #109eee;
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
    padding: 1.21875rem 0.75rem;
    -webkit-transition: background-color 0.3s ease 0s;
    -o-transition: background-color 0.3s ease 0s;
    transition: background-color 0.3s ease 0s;
}

.payment__button-google {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0.4375rem;
    border-radius: 0.625rem;
    background-color: #222;
    min-height: 3.4375rem;
}

.payment__button-apple {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0.4375rem;
    border-radius: 0.625rem;
    background-color: #222;
    min-height: 3.4375rem;
}

.payment__button-icon {
    display: inline-block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 3.75rem;
    flex: 0 0 3.75rem;
    width: 3.75rem;
    height: 2.5rem;
}

.payment__button-icon img {
    max-width: 100%;
}

.payment__button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    border-radius: 0.625rem;
    background-color: rgba(16, 157, 238, 0.3);
    color: #fff;
    font-weight: 700;
    line-height: 1.2;
    padding-top: 1.125rem;
    padding-bottom: 1.125rem;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
    -webkit-transition: background-color 0.3s ease 0s;
    -o-transition: background-color 0.3s ease 0s;
    transition: background-color 0.3s ease 0s;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    cursor: not-allowed;
}

.payment__button:disabled {
    cursor: not-allowed;
}

.payment__spoller-wrapper {
    padding-top: 1.5rem;
}

.policies-conf h2 {
    font-weight: 900;
    line-height: 1;
}

.policies-conf__our-policies h3 {
    color: #487791;
    font-weight: 700;
    line-height: 1.3;
}

.policies-conf__our-policies h3:not(:last-child) {
    margin-bottom: 1.25rem;
}

.policies-conf__our-policies p {
    font-size: 1rem;
    line-height: 1.5;
}

.policies-conf__our-policies p:not(:last-child) {
    margin-bottom: 0.625rem;
}

.policies-conf__payment h3 {
    color: #487791;
    font-weight: 700;
    line-height: 1.3;
}

.policies-conf__payment h3:not(:last-child) {
    margin-bottom: 1.25rem;
}

.policies-conf__payment p {
    font-size: 1rem;
    line-height: 1.5;
}

.policies-conf__payment p:not(:last-child) {
    margin-bottom: 0.625rem;
}

.asked-conf {
    padding-bottom: 1.25rem;
}

.asked-conf h2 {
    font-weight: 900;
    line-height: 1;
}

.asked-conf__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.asked-conf__item:not(:last-child) {
    border-bottom: 0.0625rem solid rgba(144, 191, 219, 0.5);
}

.asked-conf__title {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #487791;
    text-align: left;
    gap: 0.9375rem;
    font-weight: 700;
    line-height: 1.2;
}

.asked-conf__title span {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 1.5rem;
    flex: 0 0 1.5rem;
    width: 1.5rem;
    height: 1.5rem;
    position: relative;
}

.asked-conf__title span::before,
.asked-conf__title span::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 1rem;
    height: 0.125rem;
    border-radius: 0.25rem;
    background-color: #90bfdb;
    -webkit-transition: -webkit-transform 0.3s ease 0s;
    transition: -webkit-transform 0.3s ease 0s;
    -o-transition: transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
}

.asked-conf__title span::after {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    -ms-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg);
}

.asked-conf__title._spoller-active span::after {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    -ms-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
}

.asked-conf__body {
    padding-bottom: 1.5rem;
}

.asked-conf__body p {
    font-size: 1rem;
    line-height: 1.5;
}

.asked-conf__body p:not(:last-child) {
    margin-bottom: 0.625rem;
}

.booking-details {
    padding-bottom: 1.25rem;
}

.booking-details__checked-info {
    border-radius: 0.625rem;
    border: 0.0625rem solid rgba(144, 191, 219, 0.5);
    background-color: #fff;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
}

.booking-details__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.25rem;
}

.booking-details__title {
    font-weight: 700;
    line-height: 1;
}

.booking-details__lines:not(:last-child) {
    margin-bottom: 1.25rem;
}

.booking-details__line {
    border-radius: 0.3125rem;
    /*border: 0.0625rem solid rgba(144, 191, 219, 0.5);*/
    padding: 0.6875rem 0.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 0.75rem;
}

.booking-details__type-ship {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.3125rem;
    line-height: 1.5;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 44.034091%;
    flex: 0 1 44.034091%;
    /* 155/352 */
}

.booking-details__type-ship::before {
    font-size: 1.5rem;
    color: #90bfdb;
}

.booking-details__name-ship {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 48%;
    flex: 0 1 48%;
    /* 159/352 */
    line-height: 1.2;
    text-align: right;
}

.booking-details__start-time {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.3125rem;
    line-height: 1.5;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 44.034091%;
    flex: 0 1 44.034091%;
    /* 155/352 */
}

.booking-details__start-time::before {
    font-size: 1.5rem;
    color: #90bfdb;
}

.booking-details__duration {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.3125rem;
    line-height: 1.5;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 44.034091%;
    flex: 0 1 44.034091%;
    /* 155/352 */
}

.booking-details__duration::before {
    font-size: 1.5rem;
    color: #90bfdb;
}

.booking-details__passengers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.3125rem;
    line-height: 1.5;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 44.034091%;
    flex: 0 1 44.034091%;
    /* 155/352 */
}

.booking-details__passengers::before {
    font-size: 1.5rem;
    color: #90bfdb;
}

.booking-details__user-change:not(:last-child) {
    margin-bottom: 1.25rem;
}

.booking-details__promo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.25rem;
}

.booking-details__promo-line {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 60.795455%;
    flex: 1 1 60.795455%;
    /* 214/352 */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.booking-details__promo-line label {
    display: inline-block;
    color: #90bfdb;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.2;
}

.booking-details__promo-line label:not(:last-child) {
    margin-bottom: 0.5rem;
}

.booking-details__promo-line input {
    border-radius: 0.3125rem !important;
    border: 0.0625rem solid rgba(144, 191, 219, 0.5);
    padding: 0.90625rem 0.75rem;
    color: #0a3647;
    font-size: 1rem;
    width: 100%;
}

.booking-details__promo-line input:not(:last-child) {
    margin-bottom: 0.5rem;
}

.booking-details__button {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 7.5rem;
    flex: 0 1 7.5rem;
    -ms-flex-item-align: end;
    align-self: flex-end;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 6.25rem;
    background-color: rgba(16, 157, 238, 0.3);
    -webkit-transition: background-color 0.3s ease 0s;
    -o-transition: background-color 0.3s ease 0s;
    transition: background-color 0.3s ease 0s;
    padding: 1.03125rem 0.75rem;
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1;
    color: #fff;
}

.booking-details__special-offers {
    padding: 1.25rem;
    border-radius: 0.625rem;
    border: 0.0625rem solid rgba(144, 191, 219, 0.5);
    background-color: #fff;
    -webkit-transition: background-color 0.3s ease 0s;
    -o-transition: background-color 0.3s ease 0s;
    transition: background-color 0.3s ease 0s;
}

.booking-details__special-offers h3 {
    font-weight: 700;
    line-height: 1.3;
}

.booking-details__special-offers h3:not(:last-child) {
    margin-bottom: 1.25rem;
}

.booking-details__offers {
    border-radius: 0.625rem;
    background-color: #deecf4;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
}

.booking-details__icon {
    text-align: center;
    font-size: 2rem;
    color: #109eee;
}

.booking-details__content {
    font-size: 1rem;
}

.booking-details__content h4 {
    font-weight: 500;
    line-height: 1.2;
    /* 19.2px */
    text-transform: uppercase;
}

.booking-details__content h4:not(:last-child) {
    margin-bottom: 0.625rem;
}

.booking-details__content h5 {
    color: #487791;
    font-weight: 400;
    line-height: 1.5em;
    font-size: 11px;
    text-transform: lowercase;
}

.booking-details__content h5:not(:last-child) {
    margin-bottom: 0.625rem;
}

.booking-details__content:not(:last-child) {
    margin-bottom: 0.9375rem;
}

.booking-details__special-conditions {
    color: #90bfdb;
    font-size: 0.75rem;
    font-weight: 500;
    line-height: 1.2;
    /* 14.4px */
}

.booking-details__special-conditions h6 {
    text-transform: uppercase;
}

.booking-details__special-conditions h6:not(:last-child) {
    margin-bottom: 0.3125rem;
}

.booking-details__special-conditions p:not(:last-child) {
    margin-bottom: 0.3125rem;
}

.user-change {
    padding: 1.25rem 0.5rem;
    border-radius: 0.3125rem;
    background-color: #edfbfe;
    color: #487791;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.user-change__line {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.user-change__line:not(:last-child) {
    padding-bottom: 1.25rem;
}

.user-change__line-total {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    border-top: 0.0625rem solid rgba(144, 191, 219, 0.5);
    border-bottom: 0.0625rem solid rgba(144, 191, 219, 0.5);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.25rem;
}

.user-change__line-total:not(:last-child) {
    margin-bottom: 1.25rem;
}

.user-change__last-line {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
}

.user-change__last-line:not(:last-child) {
    padding-bottom: 1.25rem;
}

.user-change__top {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 0.625rem;
}

.user-change__top:not(:last-child) {
    margin-bottom: 0.625rem;
}

.user-change__title {
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1;
    text-transform: uppercase;
}

.user-change__value {
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1;
    text-transform: uppercase;
}

.user-change__comment {
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1.2;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
}

.user-change__comment:not(:last-child) {
    margin-bottom: 0.625rem;
}

.user-change__pay-online {
    font-size: 1rem;
    color: #0a3647;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
}

.user-change__total-price {
    font-size: 1rem;
    color: #0a3647;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
}

.user-change__extras-option {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    border-top: 0.0625rem solid rgba(144, 191, 219, 0.5);
}

.user-change__extras-option h5 {
    color: #487791;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.2;
    text-transform: uppercase;
}

.user-change__extras-option h5:not(:last-child) {
    margin-bottom: 0.625rem;
}

.user-change__extras-option p {
    color: #487791;
    font-size: 0.75rem;
    line-height: 1.2;
}

.user-change__extras-option p:not(:last-child) {
    margin-bottom: 0.9375rem;
}

.user-change__extra-line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.9375rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.user-change__extra-line:not(:last-child) {
    margin-bottom: 0.625rem;
}

.user-change__extra-line .options-conf__type-option {
    text-transform: none;
    font-size: 0.875rem;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.user-change__extra-line .options-conf__price {
    font-size: 0.875rem;
    white-space: nowrap;
}

.user-change__base-total {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.9375rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #0a3647;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.2;
    text-transform: uppercase;
}

.user-change__base-total p {
    white-space: nowrap;
}

.about-us__title {
    text-align: center;
}

.about-us__item {
    max-width: 69.625rem;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.about-us__sub-title {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 28.725314%;
    flex: 0 1 28.725314%;
    /* 320/1114 */
}

.about-us__text {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 66.786355%;
    flex: 0 1 66.786355%;
    /* 744/1114 */
}

.about-us__galery {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: minmax(320px, 1fr) 1.25rem minmax(180px, 320px) 1.25rem minmax(
            180px,
            320px
        );
    grid-template-columns: minmax(320px, 1fr) minmax(180px, 320px) minmax(
            180px,
            320px
        );
    gap: 1.25rem;
}

.about-us__img {
    overflow: hidden;
    border-radius: 0.625rem;
    padding-top: 60.6%;
    position: relative;
}

.about-us__img img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
}

.about-us__slider {
    min-width: 0;
    position: relative;
}

.about-us__wrapper {
    min-width: 0;
}

.about-us__slide {
    min-width: 0;
    position: relative;
    padding-bottom: 60.6%;
    border-radius: 0.625rem;
    overflow: hidden;
}

.about-us__slide img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
}

.terms__title {
    text-align: center;
}

.terms__wrapper {
    max-width: 69.625rem;
    margin: 0 auto;
}

.terms__sub-list {
    counter-reset: element;
    list-style-type: none;
}

.terms__sub-list li::before {
    counter-increment: element;
    content: counters(element, ".") ".";
}

.terms__sub-list li:not(:last-child) {
    margin-bottom: 0.9375rem;
}

.terms__sub-list--second {
    margin-top: 0.9375rem;
}

.terms__if-list {
    padding-top: 0.9375rem;
}

.terms__if-list li:not(:last-child) {
    margin-bottom: 0.9375rem;
}

.terms__item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.terms__sub-title span:first-of-type {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.terms__list-text {
    margin-top: 0.9375rem;
}

.terms__list-text:not(:last-child) {
    margin-bottom: 0.9375rem;
}

.terms__force-list {
    padding-top: 0.9375rem;
}

.terms__force-list li {
    padding-left: 26px;
}

.terms__force-list li::before {
    content: "";
    display: inline-block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 0.25rem;
    flex: 0 0 0.25rem;
    width: 0.25rem;
    height: 4px;
    border-radius: 50%;
    background-color: #0a3647;
    margin-left: -16px;
    margin-right: 8px;
    position: relative;
    top: -0.125rem;
}

.policy__container {
    max-width: 71.125rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    margin: 0 auto;
}

.policy__title {
    text-align: center;
}

.policy__list {
    counter-reset: element;
    list-style-type: none;
}

.policy__item:not(:last-child) {
    margin-bottom: 1.25rem;
}

.policy__item--spam .policy__sub-title::before {
    content: "";
}

.policy__sub-title span:first-of-type {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.policy__sub-title::before {
    counter-increment: element;
    content: counters(element, ".") ".";
}

.policy__text ul {
    padding-top: 0.9375rem;
}

.policy__text ul li {
    padding-left: 26px;
}

.policy__text ul li::before {
    content: "";
    display: inline-block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 0.25rem;
    flex: 0 0 0.25rem;
    width: 0.25rem;
    height: 4px;
    border-radius: 50%;
    background-color: #0a3647;
    margin-left: -16px;
    margin-right: 8px;
    position: relative;
    top: -0.125rem;
}

.policy__spam-list {
    padding-left: 1.5rem;
    counter-reset: element;
    list-style-type: none;
    position: relative;
}

.policy__spam-list:not(:last-child) {
    margin-bottom: 0.9375rem;
}

.policy__spam-list li {
    line-height: 1.5;
}

.policy__spam-list li p:not(:last-child) {
    margin-bottom: 0.625rem;
}

.policy__spam-list li::before {
    counter-increment: element;
    content: counters(element, ".") ".";
    position: absolute;
    left: 0.25rem;
}

.policy__spam-list li:not(:last-child) {
    margin-bottom: 0.9375rem;
}

.policy__spam-list h3 {
    line-height: 1.5;
    text-transform: uppercase;
}

.policy__spam-list h3:not(:last-child) {
    margin-bottom: 0.9375rem;
}

.policy__spam-list--sec {
    padding-left: 1.875rem;
}

.policy__spam-list--sec li::before {
    left: 0;
}

.policy__spam-list--th {
    padding-left: 0rem;
}

.policy__spam-list--th li::before {
    content: "";
}

.partners__container {
    max-width: 71.125rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    margin: 0 auto;
}

.partners__item:not(:last-child) {
    margin-bottom: 1.25rem;
}

.partners__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #fff;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 17.6875rem;
}

.partners__logo {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 38.958707%;
    flex: 0 1 38.958707%;
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

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

.partners__sub-title {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 61.041293%;
    flex: 0 1 61.041293%;
    padding: 0rem 3.125rem;
}

.testimonials__title {
    text-align: center;
}

.testimonials__item {
    display: -ms-grid;
    display: grid;
    gap: 1.25rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.testimonials__item:not(:last-child) {
    margin-bottom: 1.25rem;
}

.testimonials__item--1 {
    -ms-grid-columns: minmax(20rem, 41.25rem) 20rem 20rem;
    grid-template-columns: minmax(20rem, 41.25rem) 20rem 20rem;
}

.testimonials__item--2 {
    -ms-grid-columns: 20rem 20rem minmax(20rem, 41.25rem);
    grid-template-columns: 20rem 20rem minmax(20rem, 41.25rem);
}

.testimonials__item--3 {
    -ms-grid-columns: 20rem minmax(20rem, 41.25rem) 20rem;
    grid-template-columns: 20rem minmax(20rem, 41.25rem) 20rem;
}

.testimonials__talking {
    padding: 1rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-grid-column-align: center;
        justify-self: center;
}

.testimonials__article {
    -webkit-transition: -webkit-box-shadow 0.3s ease;
    transition: -webkit-box-shadow 0.3s ease;
    -o-transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
}

.testimonials__rental {
    background-color: #fff;
}

.swiper {
    overflow: hidden;
}

.swiper-initialized {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}

.swiper-wrapper {
    width: 100%;
    height: 100%;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

.swiper-vertical .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.swiper-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.swiper-initialized .swiper-slide {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.swiper-android .swiper-slide,
.swiper-android .swiper-wrapper {
    -webkit-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0);
}

.swiper-button-lock {
    display: none !important;
}

[data-simplebar] {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.simplebar-wrapper {
    overflow: hidden;
    width: inherit;
    height: inherit;
    max-width: inherit;
    max-height: inherit;
}

.simplebar-mask {
    direction: inherit;
    position: absolute;
    overflow: hidden;
    padding: 0;
    margin: 0;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: auto !important;
    height: auto !important;
    z-index: 0;
}

.simplebar-offset {
    direction: inherit !important;
    -webkit-box-sizing: inherit !important;
    box-sizing: inherit !important;
    resize: none !important;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 0;
    margin: 0;
    -webkit-overflow-scrolling: touch;
}

.simplebar-content-wrapper {
    direction: inherit;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
    position: relative;
    display: block;
    height: 100%;
    /* Required for horizontal native scrollbar to not appear if parent is taller than natural height */
    width: auto;
    max-width: 100%;
    /* Not required for horizontal scroll to trigger */
    max-height: 100%;
    /* Needed for vertical scroll to trigger */
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0;
}

.simplebar-content:before,
.simplebar-content:after {
    content: " ";
    display: table;
}

.simplebar-placeholder {
    max-height: 100%;
    max-width: 100%;
    width: 100%;
    pointer-events: none;
}

.simplebar-height-auto-observer-wrapper {
    -webkit-box-sizing: inherit !important;
    box-sizing: inherit !important;
    height: 100%;
    width: 100%;
    max-width: 1px;
    position: relative;
    float: left;
    max-height: 1px;
    overflow: hidden;
    z-index: -1;
    padding: 0;
    margin: 0;
    pointer-events: none;
    -webkit-box-flex: inherit;
    -ms-flex-positive: inherit;
    flex-grow: inherit;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
}

.simplebar-height-auto-observer {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
    display: block;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 1000%;
    width: 1000%;
    min-height: 1px;
    min-width: 1px;
    overflow: hidden;
    pointer-events: none;
    z-index: -1;
}

.simplebar-track {
    z-index: 1;
    position: absolute;
    right: 0;
    bottom: 0;
    pointer-events: none;
    overflow: hidden;
}

[data-simplebar].simplebar-dragging {
    pointer-events: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

[data-simplebar].simplebar-dragging .simplebar-content {
    pointer-events: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

[data-simplebar].simplebar-dragging .simplebar-track {
    pointer-events: all;
}

.simplebar-scrollbar {
    position: absolute;
    left: 0;
    right: 0;
    min-height: 10px;
}

.simplebar-scrollbar:before {
    position: absolute;
    content: "";
    background: #109eee;
    border-radius: 7px;
    left: 2px;
    right: 2px;
    opacity: 1;
    -webkit-transition: opacity 0.2s 0.5s linear;
    -o-transition: opacity 0.2s 0.5s linear;
    transition: opacity 0.2s 0.5s linear;
}

.simplebar-scrollbar.simplebar-visible:before {
    opacity: 1;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
       transition-delay: 0s;
    -webkit-transition-duration: 0s;
    -o-transition-duration: 0s;
       transition-duration: 0s;
}

.simplebar-track.simplebar-vertical {
    top: 0;
    width: 11px;
}

.simplebar-scrollbar:before {
    top: 2px;
    bottom: 2px;
    left: 2px;
    right: 2px;
}

.simplebar-track.simplebar-horizontal {
    left: 0;
    height: 11px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
    right: auto;
    left: 0;
    top: 0;
    bottom: 0;
    min-height: 0;
    min-width: 10px;
    width: auto;
}

/* Rtl support */

[data-simplebar-direction="rtl"] .simplebar-track.simplebar-vertical {
    right: auto;
    left: 0;
}

.simplebar-dummy-scrollbar-size {
    direction: rtl;
    position: fixed;
    opacity: 0;
    visibility: hidden;
    height: 500px;
    width: 500px;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: scrollbar !important;
}

.simplebar-dummy-scrollbar-size > div {
    width: 200%;
    height: 200%;
    margin: 10px 0;
}

.simplebar-hide-scrollbar {
    position: fixed;
    left: 0;
    visibility: hidden;
    overflow-y: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

@font-face {
    font-family: "lg";
    src: url(data:font/woff2;base64,d09GMgABAAAAAAkcAAsAAAAAEogAAAjNAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAABmAAgSQRCAqcLJZKCzoAATYCJANwBCAFgkoHIBupDgDm53Gzej8JpU0wqygVVyoWwphIsuuw60jpmBY6ppTa7mk7jtx57UQ0V2ulvfmteSIQji061T2HvfDEECASKizU5VUQXFjFRtgYTVg+woiYDVezOThR4tAvr/YYgOO/RZ+BAABzYtMA8Kl8Neg3UIDCoCkOyWBuLcCvSHycH78QvhFxmUCK03A0RwGSvXBAHgR8UB8DMvocJYAgbiZiJnqmYGbXjG3mz7P8nHhe8Uvxr0j+fzwPABAjWT1E83IJHh/x87G/jv1l7JtYR+y+WF2MKAai/qfDtfIRt7hBikI8D1IpipXqWqYSDgDBfwE7qDLw5EEALqFRDMKAsApNwchXAJgFL/WETMbKcDVSifR6QkjwkDaRTEugqlBtKVcL6Smi1dHlIqUmuii6Pic1JTIlFTX3uRenMNpiCiKOCZBm2ges0b/ScigDVgcb2MEHfloel7e1z208KrZUeQFjK0dIkbl6FOFczRhFE6zaRklPlz52tOXcKtmpdqisgHnbxRatg66vsZNHaWMPQ/eZmH6jaavlNASsipbKwVZSYrRm1mywI0670UEdhLy+yuscolSZJHKwg5IyNzRJQbKRZiicwnYiChjO1vSbKCBpkAgCjGIb6KCvA5GL0VHeUDwAQEHkSC2ToBJhKN9KAneim2ekLf1vENf3mjT3vAS295XY2MMgzRpSqTVWpt4ang+ksXynRUQPlkFOu+b6Yw0jBp8krbXbYbjc5mn6KpsNWKtqtcNz0D8xTTQKzthbZYAxLev3NkFgyYWsngBjGo8jg6a9Y3rKR9Pfqun10RvJi9X9foZGvrltMkJgWR7dhI7SSITEaBWIQQTMUSOJkTi5nlqpZUfNKcYD1Do/ZdkbR8UeVpKLSbMVgKLX0flzQYqCrLpll+/vus2IM9+lbdTgWWRLQJqvaq7eHKulgL2ssp7LrpxR2DBI/ja1zXvi7cS1E0Gr0uhy7PUGwPmdkkdjEYOjpGnQRXowC/GBq51eymLRXrsXsTzXX37VlXzeVxoI6m8Gy67oBnzsB6DoQYY7GHM2fbT4oS9zON45lPnwbmww2BL0G89EnfaVPi5eJ3NZFtjc277Wb9M1A+UWG2WZyrj6PMKmLHRoH04iZLuivlsHTmm9/qYJ1r2Z90DtuKYduK6SdNZ3dRRxHAoE+l4HGM6MyIe+0se+zHEfsP4s2sqqnVdSTE/8lCVYMRVsuBVEJOvT3fa1Xr4X2iDZflVFmxyDmpu1r8b9IsVzXUB9w1/l9ccf7WCszaI1ATtUx7oRztk1dtbBcciudJAi83Vv2yaTg9uON6toxLlIM2GVxClo2eVBt5gcOHRwHLIpptC92TeKRi3MjtBkTAOaoU+6P1q364+kdgt/+xh2fRvlOf2p5xR4ut7P4s0sPwY63OguajQWuYqMjUWaA9100ya6yHdHr/BMyxN9QmGa2zjPnbZr17KTy9weKwqXYtqjcMunRkgE9kP+Refvml14hAZw8WFQGmZnnaEi0eLUQTCc+tLSphVyaUH6lAJoXjF1MDiaFSOexNCRKYW8TOkhKzDEDjPDvHHI3c5hXbQLhujhUuPmBYd+N/EaktFsDqoDo4/G0yx70s3SSuXJDIvjMNsIQ7TDqb+/sv8NHGl6BvDAMOnsCpv9PQcP9tS6N294zEnwtNdt2tfTXSz7JGwAqALmbKpr90BaeqA9tlvduWP4/xa0thZcJMNDC6XqrFuy2xGF7YaiQkN7UfhEbMaNkOxQHezh7YVFBsP9TcoybgmzhaExmpxb/78Naf89LmVWthVvvSWh3rZUWtlMFStWENDf5uqEd2LiP/M/fvWEWUntjnTynpI2ainnLdjPUIvL2uGFJvoUQy0taZvPePLqxy0lK6mUo8yp6B+WtdyyTHivdrgLZrhbvAOlWMbQEJtJZ7JuXgRLC+hwe/kb90WvW4U4/PGGRUmLk995J1loWLRhQwVCKkve4JOS8YJASY+P8KQNe/vahGNU8TJRe/eCaaG7ozsrt6Ixu623v/ck0rvlG2EYBoAh6abIxoZ9UeHoNQAiMPKv/8pIi+47EAMHcfLh7dyX8q0Po+Iap94fFob+4fr/DXr96x+j1x2dhZ0dBfRqardjBIZ+M+S6Lo6ojE+4HKF7Kz7zG+eCOkwQ98UfOirDqrckKPVz3sR8srT/gsev3H0p3Rq7wkD1JLE/XZ+2Ze5pV5eqPiqqmBkc1PQYDBvlk5MdqQff21UyInvyhyjMsHXV33tD3zaQ7Us/NKfX44qLQ/8ffOtzXIjnymRNXampDWkGDR5yOyThG2/9UXC6liWEEz0hX+uR1Xg780i4eNOSig3Fk2pSkPpBqrrmx3/+TbB2ya9ePfrGJx98H8rvjKsRQoSh/G0s8cO6bhwwUI8vUz1c21B04cscrjVV1q8zzCVJkmv/T8y21/bLszJpxeqptculJZpleUyKrPX/X3QZBL+rl+hTWuR/2At7LhYVX9BBsULaqi9LWh+6xMDLW6V65dy2gsMbszemQ96XMDvrSfRM60ceo5R/oGDXB0KrxJsTACBhbV48S4Cd5IeyAVdU5Yg+2nPGKS+XAwmOljrwpIdMmdJPexI9ndnIXUIVgety83YzRdXD6E6YvF0gVGJRMhpOyQW6xGM0Zbq7zw8AoAcWAYa7cSOsARF+Fm8DBAAYgDUq07ZSWvm3UIoAAIAfde39SB7Hz+K/xR9vAkMBg0YE8PKEChkH47+9MDggitAdAEObxnBmZAFu5C4eyMxqN/2c3ZUK2qJ+tDUvrTR/BGHDbqZplsDNZVVQjIaim4XA6TE4YLCfEdweIwAKaArx8aN1JETYMNMDEWGYZdRjMJDAB4T7+EEiwAdiBKCBlRQCfnwjEgohbttG2AYb3yS+7tWIDW1rd/6mMedAM+yEHbAvWge0XgNevwdW20Cmdfb6NXBYqm+DtZHUyUW88R/abjA/OxeYpIa9sNmNGMqHbMgd2CAZPzVuOfQFg5H275pWwx73mQMODQAAAA==)
            format("woff2"),
        url(data:font/woff;base64,d09GRgABAAAAABLgAAsAAAAAEpQAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAABPUy8yAAABCAAAAGAAAABgDxIGIGNtYXAAAAFoAAAApAAAAKSI7DN0Z2FzcAAAAgwAAAAIAAAACAAAABBnbHlmAAACFAAADjgAAA44V8bBEWhlYWQAABBMAAAANgAAADYbqSuuaGhlYQAAEIQAAAAkAAAAJAeuA91obXR4AAAQqAAAAHAAAABwZgALDmxvY2EAABEYAAAAOgAAADonfiQgbWF4cAAAEVQAAAAgAAAAIAAmAI5uYW1lAAARdAAAAUoAAAFKqFVCHnBvc3QAABLAAAAAIAAAACAAAwAAAAMD7AGQAAUAAAKZAswAAACPApkCzAAAAesAMwEJAAAAAAAAAAAAAAAAAAAAARAAAAAAAAAAAAAAAAAAAAAAQAAA6QoDwP/AAEADwABAAAAAAQAAAAAAAAAAAAAAIAAAAAAAAwAAAAMAAAAcAAEAAwAAABwAAwABAAAAHAAEAIgAAAAeABAAAwAOAAEAIOAa4B3gM+Bw4JXg8uH/4g3jEugN6Qr//f//AAAAAAAg4BrgHeAz4HDglODy4f/iDOMR6A3pAP/9//8AAf/jH+of6B/TH5cfdB8YHgweABz9GAMXEQADAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAB//8ADwABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAAEAFYAAQOqA1UAAwATACMAJwAAAREzEQcyNzY1NCcmIyIHBhUUFxYTMhcWFRQHBiMiJyY1NDc2ExEzEQIqVoCMZWVlZYyMZWVlZYywfX19fbCwfX19fTBWAQEBVP6srGVljIxlZWVljIxlZQMAfX2wsH19fX2wsH19/awBVP6sAAMAVgABA6oDVQAPAB8AIgAAJTI3NjU0JyYjIgcGFRQXFhMyFxYVFAcGIyInJjU0NzYTEQUCAIxlZWVljIxlZWVljLB9fX19sLB9fX19WgEAVWVljIxlZWVljIxlZQMAfX2wsH19fX2wsH19/ZYBgMAAAAAAAwBVAAADqwNVABQAKQA+AAABITIXFhURFAcGIyEiJyY1ETQ3NjMHERQXFjMhBgcGIyEiJyY1ETQ3NjclISIHBhURFBcWMyEyNzY1ETQnJiMBgAGrNSUmJiU1/lU1JiUlJjXVDA0RAiQOISEp/lU1JSYYGCYCgP5VEgwNDQwSAasRDQwMDREDVSUmNf5WNSYlJSY1Aao1JiWy/d0SDA0lGBgmJTUBqykhIQ1dDA0S/lYSDQwMDRIBqhIMDQABANYAgQMqAtUACwAAAQcXBycHJzcnNxc3Ayru7jzu7jzu7jzu7gKZ7u487u487u487u4AAQBVAFUDqwMAACIAAAEyFxYVFA8BITIXFhUUBwYjIRcWFRQHBiMiJwEmNTQ3ATYzAasRDQwM4gKZEgwNDQwS/WfiDAwNERIN/tYNDQEqDRIDAAwNEhIM4gwNERINDOIMEhIMDQ0BKg0SEQ0BKwwAAAEAVQBVA6sDAAAiAAABMhcBFhUUBwEGIyInJjU0PwEhIicmNTQ3NjMhJyY1NDc2MwJVEg0BKg0N/tYNEhIMDAzi/WcSDA0NDBICmeIMDAwSAwAM/tUMEhIN/tYNDQwSEgziDQwSEQ0M4gwSEwwMAAACAKoAKwNWAysAAwAKAAA3IRUhAQcnMxEzEaoCrP1UAgCqqoBUgVYBVqysAar+VgAJAKoAVQNWAwEAAwAHAAsADwATABcAGwAfACMAACU1MxUDNTMVATUzFTczFSMBNTMVITUzFQM1MxUzNTMVATUzFQKqrKys/lSsVKys/wCs/lSsrKxUrP5UrFWsrAEArKwBAKysrKz/AKysrKz/AKysrKwCAKysAAAEANYAgQMqAtUABQALABEAFwAAATMVIzUjEzUzFSM1ATUzFSMVHQEzFSM1AlbUVICAVNT+gNSAgNQC1dSA/lSA1FQBLNRUgKyAVNQABADWAIEDKgLVAAUACwARABcAAAEzFSM1MwM1MxUjFQE1MxUjNRE1MxUjNQKqgNRUVNSA/qxU1NRUAlVU1P2s1FSAAdSA1FT+rFTUgAAAAAADAIAAQQNqAysACwAbADIAAAEjFSM1IzUzNTMVMwcyNzY1NCcmIyIHBhUUFxYhFwcnNScGIyInJjU0NzYzMhcWFRQHFwIAVipWVipWalA4ODg4UFA4ODg4AVDUQNQMTGh0UVFRUXR0UFBCDAIBVlYqVlbWODhQUDg4ODhQUDg41EDUIgxCUFB0dFFRUVF0aEwMAAAAAwCAAEEDagMrAAMAEwAqAAABMxUjFzI3NjU0JyYjIgcGFRQXFiEXByc1JwYjIicmNTQ3NjMyFxYVFAcXASrW1mxQODg4OFBQODg4OAFQ1EDUDExodFFRUVF0dFBQQgwCKyqsODhQUDg4ODhQUDg41EDUIgxCUFB0dFFRUVF0aEwMAAAAAQCAAAMDgANVADMAACUyFhUUBiMiJjU8ATclDgEjIiY1NDYzMhYXJS4BNTQ2MzIWFRQGIyImJwUeARUUBgcFPgEDADNJSTMzSQL+0hIsGjRMSzUZLRIBLAEDSzU0TEs1GS0S/tQBAwICATAQLP1JMzNLSzMHDwawERFLNTRMEhCuBw8INExMNDVLExGwCA8HCA8HsA8RAAAEAK4AWQNWA4EAFAAaACAAJgAAARYXFhUUBwYHNTY3NjU0JyYnFSc3AzcWFxUmAxYXByYnNwYHIzY3Aip+V1dXV35cPT09PVzCwvw+LjxgcgogPDgMgiQIVgw6Av0QYGCCgmBgEFYQR0deXkdHEKa+wv0cPiIKVgwBHDowPEpcvjQ2WkwAAAAABACqAFkDUgOBAAUACwARACYAAAE2NzMGBwc2NxcGBwEjJic3FicHNQYHBhUUFxYXFSYnJjU0NzY3NQLQIgpWDDjkPC4+SGABKFYKIj46sMJcPT09PVx+V1dXV34BFy48XEosCiI+OAwBfDwuPEiMvqYQR0deXkdHEFYQYGCCgmBgEIQAAgCAAIEDgALVAAYADQAAAQc1ITUhNQEVIRUhFScDgKr+1AEs/lQBLP7UqgIrqoBUgP8AgFSAqgACANYAKwMqAysABgANAAABFyMRIxEjATMHJzMRMwGAqoBUgAHUgKqqgFQDK6r+1AEs/lSqqgEsAAIAFP/hA+wDuAAcADEAAAEiBw4BBwYVFBceARcWMzI3PgE3NjU0Jy4BJyYjEyMiBh0BMwcjFSM1IzUzNTQ2OwEVAgBmWVqFJycnJ4VaWWZmWVqFJycnJ4VaWWZ0SQcMXA1PV09PPC5JA7gmJ4VaWWZmWlmFJycnJ4VZWmZmWVqFJyb+rRALNkzk5EwtMEVRAAUAFP/hA+wDuAAcAFYAYgB1AIsAAAEiBw4BBwYVFBceARcWMzI3PgE3NjU0Jy4BJyYjAw4BIyoBMTAiIyImNTQ2OwEuATEqASMiJicuATU0NjczFRQGBw4BBx4BFRQGBw4BFRQWFx4BFRQGByUjFSM1IzUzNTMVMwUqASMOAQcOARUeATc+AScuASM3LgEjKgEHDgEHDgEXHgEzOgE3PgEnAgBmWVqFJycnJ4VaWWZmWVqFJycnJ4VaWWYcFy0JAgICAQ9pdRkBDgEBBAIKIBATE3cBdxwMBA4CFwwVDQkLDwsQJR4eAQJMNExMNEz+vwIEAhEfCwsLAjQjIysCAikhLQoeGAIFAwoPBQQBBAcjEwIFAxUWCQO4JieFWllmZlpZhScnJyeFWVpmZllahScm/UILBhxEQx0TIQUKDCodUh8BAwoHAQEBAgwnHCAlDAgNBwgQCQ8rIyMzDtNNTTNNTW4CDAoLGQ0bHQIDJRsZI8YgGAEDEA0NGg8bIwEGNx8AAAACABT/4QPsA7gAHABRAAABIgcOAQcGFRQXHgEXFjMyNz4BNzY1NCcuAScmIxMuAScOAQcmNjcmNhcWBw4BBwYXFjc+AScmJyYnJgYHBhceAQcuATc+ATc2FhcWBw4BBwYnAgBmWVqFJycnJ4VaWWZmWVqFJycnJ4VaWWYiGBsTCiAlDCYOFyovHAUFFQICJCYaGhcFBRciLS1NGBkIBBwSLB8CA2xAUoQLBgkJKyEiKwO4JieFWllmZlpZhScnJyeFWVpmZllahScm/aACFAs1XxtRgUAmaxMLHx9DHR0HBxsbUSsrGCIDAykoJzEYHSEKQC1LYQcJS0wsKitDFBMDAAAAAAIAFP/hA+wDuAAcAF4AAAEiBw4BBwYVFBceARcWMzI3PgE3NjU0Jy4BJyYjExwBFRQHDgEHBiMiJicyFjMyNjcuASceATMyNjcuAT0BHgEXLgE1NDY3HgEXLgE1NDYzMhYXPgE3DgEHPgE3DgEHAgBmWVqFJycnJ4VaWWZmWVqFJycnJ4VaWWbIEhJGMzNDKUshBgwGIj0ZIDEKBQkEBw0GIS0KFgwTGAcGJGc9AgE5KBUkDhAfDgUWDw4cDQkZDgO4JieFWllmZlpZhScnJyeFWVpmZllahScm/m4DBwMwMTFPGRkXFAEWEwEmHQEBAgEHNSMBBQYBDSsZDRkLLDcDBgsFKDkQDgMMCBEbCgIIBg8ZCgAAAAACAFgAAgOrA1UALgBWAAABNTwBNS4BJy4BJzAiMSMmBgcOAQcOARUUFhcHBhQXHgE/AR4BMzI2Nz4BNz4BNSMUBgcOAQcOASMiJicuAQ8BNzYmJy4BNTQ2Nz4BNz4BOwEeARceARcDqwU7MTOKUAIVLV0sJ0QbKjAREksDAwUgEeIlVC0sVSc9ZCEUF1YREBpPMR9DIydIHwgRCKM3AgEEEhAmIRY1ICJJIxM/bSgnLwMBwBUBAQFLhDM1QgQBFRcUNiI0gkgoVCnjBg4HEQ8FTBESExIcXkAoXTEnSR8zSxYODxIQBAEDNqIJEQcjSSM5ZikbKxASEAM0KihoOwAAAgBVAAADqwNVACYAQQAAAQcGFBcWMj8BFRQWMzI2NRE0JicuASc4ATEuAScuASMhIgYVFBYzATc2NCcmIg8BNTQmIyIGFREUFjMhMjY1NCYjAxniDAwNIwziGRISGQICAQUDAwcEAwkE/wASGRkS/mfiDAwNIwziGRISGRkSAQASGRkSAwDiDCQMDQ3imRIZGRIBAAQIBAQHAwMEAgIBGRESGf1V4g0jDA0N4ZkRGRkR/wASGRkSERkAAAACAGIADAOeA0kAJgBOAAABNzY0JyYiDwE1NCYjIgYVERQWFx4BFzgBMR4BFx4BMyEyNjU0JiMBNxUUFjMyNjURNCYnLgEnMDQxLgEnLgEjISIGFRQWOwEHBhQXFjI3ArziDQ0MJAziGRIRGQECAQUDAwcEBAgEAQASGRkS/UniGRIRGQECAQUDAwcEBAgE/wASGRkSmeINDQwkDAIr4gwjDQwM4pkSGRkS/wAECQMEBwMDBQECAhkSEhn94uGZERkZEQEABQgEAwcDAQMEAgECGRIRGeINIw0MDAAAAQAAAAIAAKwEdEFfDzz1AAsEAAAAAADcTnOMAAAAANxOc4wAAP/hA+wDuAAAAAgAAgAAAAAAAAABAAADwP/AAAAEAAAAAAAD7AABAAAAAAAAAAAAAAAAAAAAHAQAAAAAAAAAAAAAAAIAAAAEAABWBAAAVgQAAFUEAADWBAAAVQQAAFUEAACqBAAAqgQAANYEAADWBAAAgAQAAIAEAACABAAArgQAAKoEAACABAAA1gQAABQEAAAUBAAAFAQAABQEAABYBAAAVQQAAGIAAAAAAAoAFAAeAF4AmAD2ARABSAGAAZgB1AH6AiICbAKuAvoDPgOAA5wDuAQABMIFRAXQBlAGrgccAAAAAQAAABwAjAAJAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAA4ArgABAAAAAAABAAIAAAABAAAAAAACAAcAgQABAAAAAAADAAIAdQABAAAAAAAEAAIAlgABAAAAAAAFAAsAVAABAAAAAAAGAAIAewABAAAAAAAKABoABgADAAEECQABAAQAAgADAAEECQACAA4AiAADAAEECQADAAQAdwADAAEECQAEAAQAmAADAAEECQAFABYAXwADAAEECQAGAAQAfQADAAEECQAKADQAIGxnAGwAZ0ZvbnQgZ2VuZXJhdGVkIGJ5IEljb01vb24uAEYAbwBuAHQAIABnAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAEkAYwBvAE0AbwBvAG4ALlZlcnNpb24gMi4wAFYAZQByAHMAaQBvAG4AIAAyAC4AMGxnAGwAZ2xnAGwAZ1JlZ3VsYXIAUgBlAGcAdQBsAGEAcmxnAGwAZwAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=)
            format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

.lg-icon {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "lg" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.lg-container {
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue",
        Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji",
        "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.lg-next,
.lg-prev {
    background-color: #03171f;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 26px;
    border: 1px solid #109eee !important;
    margin-top: -10px;
    padding: 8px 10px 9px;
    position: absolute;
    top: 50%;
    z-index: 1080;
    outline: none;
    border: none;
    -webkit-transition: background-color 0.3s ease 0s;
    -o-transition: background-color 0.3s ease 0s;
    transition: background-color 0.3s ease 0s;
}

.lg-next.disabled,
.lg-prev.disabled {
    opacity: 0 !important;
    cursor: default;
}

.lg-next:hover:not(.disabled),
.lg-prev:hover:not(.disabled) {
    color: #fff;
}

.lg-single-item .lg-next,
.lg-single-item .lg-prev {
    display: none;
}

.lg-next {
    right: 20px;
}

.lg-next:before {
    content: "\e095";
}

.lg-prev {
    left: 20px;
}

.lg-prev:after {
    content: "\e094";
}

@-webkit-keyframes lg-right-end {
    0% {
        left: 0;
    }

    50% {
        left: -30px;
    }

    100% {
        left: 0;
    }
}

@keyframes lg-right-end {
    0% {
        left: 0;
    }

    50% {
        left: -30px;
    }

    100% {
        left: 0;
    }
}

@-webkit-keyframes lg-left-end {
    0% {
        left: 0;
    }

    50% {
        left: 30px;
    }

    100% {
        left: 0;
    }
}

@keyframes lg-left-end {
    0% {
        left: 0;
    }

    50% {
        left: 30px;
    }

    100% {
        left: 0;
    }
}

.lg-outer.lg-right-end .lg-object {
    -webkit-animation: lg-right-end 0.3s;
    animation: lg-right-end 0.3s;
    position: relative;
}

.lg-outer.lg-left-end .lg-object {
    -webkit-animation: lg-left-end 0.3s;
    animation: lg-left-end 0.3s;
    position: relative;
}

.lg-toolbar {
    z-index: 1082;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.lg-media-overlap .lg-toolbar {
    background-image: -webkit-gradient(
        linear,
        left bottom, left top,
        from(rgba(0, 0, 0, 0)),
        to(rgba(0, 0, 0, 0.4))
    );
    background-image: -o-linear-gradient(
        bottom,
        rgba(0, 0, 0, 0),
        rgba(0, 0, 0, 0.4)
    );
    background-image: linear-gradient(
        0deg,
        rgba(0, 0, 0, 0),
        rgba(0, 0, 0, 0.4)
    );
}

.lg-toolbar .lg-icon {
    color: #999;
    cursor: pointer;
    float: right;
    font-size: 24px;
    height: 47px;
    line-height: 27px;
    padding: 10px 0;
    text-align: center;
    width: 50px;
    text-decoration: none !important;
    outline: medium none;
    will-change: color;
    -webkit-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    transition: color 0.2s linear;
    background: none;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.lg-toolbar .lg-icon.lg-icon-18 {
    font-size: 18px;
}

.lg-toolbar .lg-icon:hover {
    color: #fff;
}

.lg-toolbar .lg-close:after {
    content: "\e070";
}

.lg-toolbar .lg-maximize {
    font-size: 22px;
}

.lg-toolbar .lg-maximize:after {
    content: "\e90a";
}

.lg-toolbar .lg-download:after {
    content: "\e0f2";
}

.lg-sub-html {
    color: #eee;
    font-size: 16px;
    padding: 10px 40px;
    text-align: center;
    z-index: 1080;
    opacity: 0;
    -webkit-transition: opacity 0.2s ease-out 0s;
    -o-transition: opacity 0.2s ease-out 0s;
    transition: opacity 0.2s ease-out 0s;
}

.lg-sub-html h4 {
    margin: 0;
    font-size: 13px;
    font-weight: bold;
}

.lg-sub-html p {
    font-size: 12px;
    margin: 5px 0 0;
}

.lg-sub-html a {
    color: inherit;
}

.lg-sub-html a:hover {
    text-decoration: underline;
}

.lg-media-overlap .lg-sub-html {
    background-image: -webkit-gradient(
        linear,
        left top, left bottom,
        from(rgba(0, 0, 0, 0)),
        to(rgba(0, 0, 0, 0.6))
    );
    background-image: -o-linear-gradient(
        top,
        rgba(0, 0, 0, 0),
        rgba(0, 0, 0, 0.6)
    );
    background-image: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0),
        rgba(0, 0, 0, 0.6)
    );
}

.lg-item .lg-sub-html {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
}

.lg-error-msg {
    font-size: 14px;
    color: #999;
}

.lg-counter {
    color: #999;
    display: inline-block;
    font-size: 16px;
    padding-left: 20px;
    padding-top: 12px;
    height: 47px;
    vertical-align: middle;
}

.lg-closing .lg-toolbar,
.lg-closing .lg-prev,
.lg-closing .lg-next,
.lg-closing .lg-sub-html {
    opacity: 0;
    -webkit-transition: -webkit-transform 0.08s cubic-bezier(0, 0, 0.25, 1) 0s,
        opacity 0.08s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08s linear;
    -webkit-transition: opacity 0.08s cubic-bezier(0, 0, 0.25, 1) 0s,
        color 0.08s linear,
        -webkit-transform 0.08s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: opacity 0.08s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08s linear,
        -webkit-transform 0.08s cubic-bezier(0, 0, 0.25, 1) 0s;
    -webkit-transition: opacity 0.08s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08s linear,
        -webkit-transform 0.08s cubic-bezier(0, 0, 0.25, 1) 0s;
    -o-transition: transform 0.08s cubic-bezier(0, 0, 0.25, 1) 0s,
        opacity 0.08s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08s linear;
    transition: transform 0.08s cubic-bezier(0, 0, 0.25, 1) 0s,
        opacity 0.08s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08s linear;
    transition: transform 0.08s cubic-bezier(0, 0, 0.25, 1) 0s,
        opacity 0.08s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08s linear,
        -webkit-transform 0.08s cubic-bezier(0, 0, 0.25, 1) 0s;
}

body:not(.lg-from-hash)
    .lg-outer.lg-start-zoom
    .lg-item:not(.lg-zoomable)
    .lg-img-wrap,
body:not(.lg-from-hash)
    .lg-outer.lg-start-zoom
    .lg-item:not(.lg-zoomable)
    .lg-video-cont {
    opacity: 0;
    -ms-transform: scale3d(0.5, 0.5, 0.5);
    -webkit-transform: scale3d(0.5, 0.5, 0.5);
    transform: scale3d(0.5, 0.5, 0.5);
    will-change: transform, opacity;
    -webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s,
        opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
    -webkit-transition: opacity 250ms cubic-bezier(0, 0, 0.25, 1),
        -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
    transition: opacity 250ms cubic-bezier(0, 0, 0.25, 1),
        -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
    -o-transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s,
        opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
    transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s,
        opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
    transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s,
        opacity 250ms cubic-bezier(0, 0, 0.25, 1),
        -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
}

body:not(.lg-from-hash)
    .lg-outer.lg-start-zoom
    .lg-item:not(.lg-zoomable).lg-complete
    .lg-img-wrap,
body:not(.lg-from-hash)
    .lg-outer.lg-start-zoom
    .lg-item:not(.lg-zoomable).lg-complete
    .lg-video-cont {
    opacity: 1;
    -ms-transform: scale3d(1, 1, 1);
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

.lg-group:after {
    content: "";
    display: table;
    clear: both;
}

.lg-container {
    display: none;
    outline: none;
}

.lg-container.lg-show {
    display: block;
}

.lg-on {
    scroll-behavior: unset;
}

.lg-toolbar,
.lg-prev,
.lg-next,
.lg-pager-outer,
.lg-hide-sub-html .lg-sub-html {
    opacity: 0;
    will-change: transform, opacity;
    -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s,
        opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
    -webkit-transition: opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s,
        -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s,
        -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
    -o-transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s,
        opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s,
        opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s,
        opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s,
        -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-show-in .lg-toolbar,
.lg-show-in .lg-prev,
.lg-show-in .lg-next,
.lg-show-in .lg-pager-outer {
    opacity: 1;
}

.lg-show-in.lg-hide-sub-html .lg-sub-html {
    opacity: 1;
}

.lg-show-in .lg-hide-items .lg-prev {
    opacity: 0;
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
}

.lg-show-in .lg-hide-items .lg-next {
    opacity: 0;
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
}

.lg-show-in .lg-hide-items .lg-toolbar {
    opacity: 0;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
}

.lg-show-in .lg-hide-items.lg-hide-sub-html .lg-sub-html {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
}

.lg-outer {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    text-align: left;
    opacity: 0.001;
    outline: none;
    will-change: auto;
    overflow: hidden;
    -webkit-transition: opacity 0.15s ease 0s;
    -o-transition: opacity 0.15s ease 0s;
    transition: opacity 0.15s ease 0s;
}

.lg-outer * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.lg-outer.lg-zoom-from-image {
    opacity: 1;
}

.lg-outer.lg-visible {
    opacity: 1;
}

.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-prev-slide,
.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-next-slide,
.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-current {
    -webkit-transition-duration: inherit !important;
    -o-transition-duration: inherit !important;
       transition-duration: inherit !important;
    -webkit-transition-timing-function: inherit !important;
    -o-transition-timing-function: inherit !important;
       transition-timing-function: inherit !important;
}

.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
    -webkit-transition-duration: 0s !important;
    -o-transition-duration: 0s !important;
       transition-duration: 0s !important;
    opacity: 1;
}

.lg-outer.lg-grab img.lg-object {
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab;
}

.lg-outer.lg-grabbing img.lg-object {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing;
}

.lg-outer .lg-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.lg-outer .lg-inner {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    -webkit-transition: opacity 0s;
    -o-transition: opacity 0s;
    transition: opacity 0s;
    white-space: nowrap;
}

.lg-outer .lg-item {
    will-change: transform, opacity;
    display: none !important;
}

.lg-outer .lg-item:not(.lg-start-end-progress) {
    background: url(data:image/gif;base64,R0lGODlhIAAgAPUAADExMf///zQ0NF9fX0JCQjw8PFZWVpiYmIGBgTc3N0RERDIyMoiIiJGRkUdHR2lpaXx8fD8/P3FxcUxMTMvLy7i4uLCwsJmZmXZ2dj09PcLCwqampvT09P///1dXV1xcXE9PT9ra2rKysuXl5cDAwG9vbwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh/hpDcmVhdGVkIHdpdGggYWpheGxvYWQuaW5mbwAh+QQJCgAAACwAAAAAIAAgAAAG/0CAcEgkFjgcR3HJJE4SxEGnMygKmkwJxRKdVocFBRRLfFAoj6GUOhQoFAVysULRjNdfQFghLxrODEJ4Qm5ifUUXZwQAgwBvEXIGBkUEZxuMXgAJb1dECWMABAcHDEpDEGcTBQMDBQtvcW0RbwuECKMHELEJF5NFCxm1AAt7cH4NuAOdcsURy0QCD7gYfcWgTQUQB6Zkr66HoeDCSwIF5ucFz3IC7O0CC6zx8YuHhW/3CvLyfPX4+OXozKnDssBdu3G/xIHTpGAgOUPrZimAJCfDPYfDin2TQ+xeBnWbHi37SC4YIYkQhdy7FvLdpwWvjA0JyU/ISyIx4xS6sgfkNS4me2rtVKkgw0JCb8YMZdjwqMQ2nIY8BbcUQNVCP7G4MQq1KRivR7tiDEuEFrggACH5BAkKAAAALAAAAAAgACAAAAb/QIBwSCQmNBpCcckkEgREA4ViKA6azM8BEZ1Wh6LOBls0HA5fgJQ6HHQ6InKRcWhA1d5hqMMpyIkOZw9Ca18Qbwd/RRhnfoUABRwdI3IESkQFZxB4bAdvV0YJQwkDAx9+bWcECQYGCQ5vFEQCEQoKC0ILHqUDBncCGA5LBiHCAAsFtgqoQwS8Aw64f8m2EXdFCxO8INPKomQCBgPMWAvL0n/ff+jYAu7vAuxy8O/myvfX8/f7/Arq+v0W0HMnr9zAeE0KJlQkJIGCfE0E+PtDq9qfDMogDkGmrIBCbNQUZIDosNq1kUsEZJBW0dY/b0ZsLViQIMFMW+RKKgjFzp4fNokPIdki+Y8JNVxA79jKwHAI0G9JGw5tCqDWTiFRhVhtmhVA16cMJTJ1OnVIMo1cy1KVI5NhEAAh+QQJCgAAACwAAAAAIAAgAAAG/0CAcEgkChqNQnHJJCYWRMfh4CgamkzFwBOdVocNCgNbJAwGhKGUOjRQKA1y8XOGAtZfgIWiSciJBWcTQnhCD28Qf0UgZwJ3XgAJGhQVcgKORmdXhRBvV0QMY0ILCgoRmIRnCQIODgIEbxtEJSMdHZ8AGaUKBXYLIEpFExZpAG62HRRFArsKfn8FIsgjiUwJu8FkJLYcB9lMCwUKqFgGHSJ5cnZ/uEULl/CX63/x8KTNu+RkzPj9zc/0/Cl4V0/APDIE6x0csrBJwybX9DFhBhCLgAilIvzRVUriKHGlev0JtyuDvmsZUZlcIiCDnYu7KsZ0UmrBggRP7n1DqcDJEzciOgHwcwTyZEUmIKEMFVIqgyIjpZ4tjdTxqRCMPYVMBYDV6tavUZ8yczpkKwBxHsVWtaqo5tMgACH5BAkKAAAALAAAAAAgACAAAAb/QIBwSCQuBgNBcck0FgvIQtHRZCYUGSJ0IB2WDo9qUaBQKIXbLsBxOJTExUh5mB4iDo0zXEhWJNBRQgZtA3tPZQsAdQINBwxwAnpCC2VSdQNtVEQSEkOUChGSVwoLCwUFpm0QRAMVFBQTQxllCqh0kkIECF0TG68UG2O0foYJDb8VYVa0alUXrxoQf1WmZnsTFA0EhgCJhrFMC5Hjkd57W0jpDsPDuFUDHfHyHRzstNN78PPxHOLk5dwcpBuoaYk5OAfhXHG3hAy+KgLkgNozqwzDbgWYJQyXsUwGXKNA6fnYMIO3iPeIpBwyqlSCBKUqEQk5E6YRmX2UdAT5kEnHKkQ5hXjkNqTPtKAARl1sIrGoxSFNuSEFMNWoVCxEpiqyRlQY165wEHELAgAh+QQJCgAAACwAAAAAIAAgAAAG/0CAcEgsKhSLonJJTBIFR0GxwFwmFJlnlAgaTKpFqEIqFJMBhcEABC5GjkPz0KN2tsvHBH4sJKgdd1NHSXILah9tAmdCC0dUcg5qVEQfiIxHEYtXSACKnWoGXAwHBwRDGUcKBXYFi0IJHmQEEKQHEGGpCnp3AiW1DKFWqZNgGKQNA65FCwV8bQQHJcRtds9MC4rZitVgCQbf4AYEubnKTAYU6eoUGuSpu3fo6+ka2NrbgQAE4eCmS9xVAOW7Yq7IgA4Hpi0R8EZBhDshOnTgcOtfM0cAlTigILFDiAFFNjk8k0GZgAxOBozouIHIOyKbFixIkECmIyIHOEiEWbPJTTQ5FxcVOMCgzUVCWwAcyZJvzy45ADYVZNIwTlIAVfNB7XRVDLxEWLQ4E9JsKq+rTdsMyhcEACH5BAkKAAAALAAAAAAgACAAAAb/QIBwSCwqFIuicklMEgVHQVHKVCYUmWeUWFAkqtOtEKqgAsgFcDFyHJLNmbZa6x2Lyd8595h8C48RagJmQgtHaX5XZUYKQ4YKEYSKfVKPaUMZHwMDeQBxh04ABYSFGU4JBpsDBmFHdXMLIKofBEyKCpdgspsOoUsLXaRLCQMgwky+YJ1FC4POg8lVAg7U1Q5drtnHSw4H3t8HDdnZy2Dd4N4Nzc/QeqLW1bnM7rXuV9tEBhQQ5UoCbJDmWKBAQcMDZNhwRVNCYANBChZYEbkVCZOwASEcCDFQ4SEDIq6WTVqQIMECBx06iCACQQPBiSabHDqzRUTKARMhSFCDrc+WNQIcOoRw5+ZIHj8ADqSEQBQAwKKLhIzowEEeGKQ0owIYkPKjHihZoBKi0KFE01b4zg7h4y4IACH5BAkKAAAALAAAAAAgACAAAAb/QIBwSCwqFIuicklMEgVHQVHKVCYUmWeUWFAkqtOtEKqgAsgFcDFyHJLNmbZa6x2Lyd8595h8C48RagJmQgtHaX5XZUUJeQCGChGEin1SkGlubEhDcYdOAAWEhRlOC12HYUd1eqeRokOKCphgrY5MpotqhgWfunqPt4PCg71gpgXIyWSqqq9MBQPR0tHMzM5L0NPSC8PCxVUCyeLX38+/AFfXRA4HA+pjmoFqCAcHDQa3rbxzBRD1BwgcMFIlidMrAxYICHHA4N8DIqpsUWJ3wAEBChQaEBnQoB6RRr0uARjQocMAAA0w4nMz4IOaU0lImkSngYKFc3ZWyTwJAALGK4fnNA3ZOaQCBQ22wPgRQlSIAYwSfkHJMrQkTyEbKFzFydQq15ccOAjUEwQAIfkECQoAAAAsAAAAACAAIAAABv9AgHBILCoUi6JySUwSBUdBUcpUJhSZZ5RYUCSq060QqqACyAVwMXIcks2ZtlrrHYvJ3zn3mHwLjxFqAmZCC0dpfldlRQl5AIYKEYSKfVKQaW5sSENxh04ABYSFGU4LXYdhR3V6p5GiQ4oKmGCtjkymi2qGBZ+6eo+3g8KDvYLDxKrJuXNkys6qr0zNygvHxL/V1sVD29K/AFfRRQUDDt1PmoFqHgPtBLetvMwG7QMes0KxkkIFIQNKDhBgKvCh3gQiqmxt6NDBAAEIEAgUOHCgBBEH9Yg06uWAIQUABihQMACgBEUHTRwoUEOBIcqQI880OIDgm5ABDA8IgUkSwAAyij1/jejAARPPIQwONBCnBAJDCEOOCnFA8cOvEh1CEJEqBMIBEDaLcA3LJIEGDe/0BAEAIfkECQoAAAAsAAAAACAAIAAABv9AgHBILCoUi6JySUwSBUdBUcpUJhSZZ5RYUCSq060QqqACyAVwMXIcks2ZtlrrHYvJ3zn3mHwLjxFqAmZCC0dpfldlRQl5AIYKEYSKfVKQaW5sSENxh04ABYSFGU4LXYdhR3V6p5GiQ4oKmGCtjkymi2qGBZ+6eo+3g8KDvYLDxKrJuXNkys6qr0zNygvHxL/V1sVDDti/BQccA8yrYBAjHR0jc53LRQYU6R0UBnO4RxmiG/IjJUIJFuoVKeCBigBN5QCk43BgFgMKFCYUGDAgFEUQRGIRYbCh2xACEDcAcHDgQDcQFGf9s7VkA0QCI0t2W0DRw68h8ChAEELSJE8xijBvVqCgIU9PjwA+UNzG5AHEB9xkDpk4QMGvARQsEDlKxMCALDeLcA0rqEEDlWCCAAAh+QQJCgAAACwAAAAAIAAgAAAG/0CAcEgsKhSLonJJTBIFR0FRylQmFJlnlFhQJKrTrRCqoALIBXAxchySzZm2Wusdi8nfOfeYfAuPEWoCZkILR2l+V2VFCXkAhgoRhIp9UpBpbmxIQ3GHTgAFhIUZTgtdh2FHdXqnkaJDigqYYK2OTKaLaoYFn7p6j0wOA8PEAw6/Z4PKUhwdzs8dEL9kqqrN0M7SetTVCsLFw8d6C8vKvUQEv+dVCRAaBnNQtkwPFRQUFXOduUoTG/cUNkyYg+tIBlEMAFYYMAaBuCekxmhaJeSeBgiOHhw4QECAAwcCLhGJRUQCg3RDCmyUVmBYmlOiGqmBsPGlyz9YkAlxsJEhqCubABS9AsPgQAMqLQfM0oTMwEZ4QpLOwvMLxAEEXIBG5aczqtaut4YNXRIEACH5BAkKAAAALAAAAAAgACAAAAb/QIBwSCwqFIuicklMEgVHQVHKVCYUmWeUWFAkqtOtEKqgAsgFcDFyHJLNmbZa6x2Lyd8595h8C48RahAQRQtHaX5XZUUJeQAGHR0jA0SKfVKGCmlubEhCBSGRHSQOQwVmQwsZTgtdh0UQHKIHm2quChGophuiJHO3jkwOFB2UaoYFTnMGegDKRQQG0tMGBM1nAtnaABoU3t8UD81kR+UK3eDe4nrk5grR1NLWegva9s9czfhVAgMNpWqgBGNigMGBAwzmxBGjhACEgwcgzAPTqlwGXQ8gMgAhZIGHWm5WjelUZ8jBBgPMTBgwIMGCRgsygVSkgMiHByD7DWDmx5WuMkZqDLCU4gfAq2sACrAEWFSRLjUfWDopCqDTNQIsJ1LF0yzDAA90UHV5eo0qUjB8mgUBACH5BAkKAAAALAAAAAAgACAAAAb/QIBwSCwqFIuickk0FIiCo6A4ZSoZnRBUSiwoEtYipNOBDKOKKgD9DBNHHU4brc4c3cUBeSOk949geEQUZA5rXABHEW4PD0UOZBSHaQAJiEMJgQATFBQVBkQHZKACUwtHbX0RR0mVFp0UFwRCBSQDSgsZrQteqEUPGrAQmmG9ChFqRAkMsBd4xsRLBBsUoG6nBa14E4IA2kUFDuLjDql4peilAA0H7e4H1udH8/Ps7+3xbmj0qOTj5mEWpEP3DUq3glYWOBgAcEmUaNI+DBjwAY+dS0USGJg4wABEXMYyJNvE8UOGISKVCNClah4xjg60WUKyINOCUwrMzVRARMGENWQ4n/jpNTKTm15J/CTK2e0MoD+UKmHEs4onVDVVmyqdpAbNR4cKTjqNSots07EjzzJh1S0IADsAAAAAAAAAAAA=)
        no-repeat scroll center center transparent;
}

.lg-outer.lg-css3 .lg-prev-slide,
.lg-outer.lg-css3 .lg-current,
.lg-outer.lg-css3 .lg-next-slide {
    display: inline-block !important;
}

.lg-outer.lg-css .lg-current {
    display: inline-block !important;
}

.lg-outer .lg-item,
.lg-outer .lg-img-wrap {
    display: inline-block;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
}

.lg-outer .lg-item:before,
.lg-outer .lg-img-wrap:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.lg-outer .lg-img-wrap {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    white-space: nowrap;
    font-size: 0;
}

.lg-outer .lg-item.lg-complete {
    background-image: none;
}

.lg-outer .lg-item.lg-current {
    z-index: 1060;
}

.lg-outer .lg-object {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    position: relative;
}

.lg-outer .lg-empty-html.lg-sub-html,
.lg-outer .lg-empty-html .lg-sub-html {
    display: none;
}

.lg-outer.lg-hide-download .lg-download {
    opacity: 0.75;
    pointer-events: none;
}

.lg-outer .lg-first-slide .lg-dummy-img {
    position: absolute;
    top: 50%;
    left: 50%;
}

.lg-outer.lg-components-open:not(.lg-zoomed) .lg-components {
    -webkit-transform: translate3d(0, 0%, 0);
    transform: translate3d(0, 0%, 0);
    opacity: 1;
}

.lg-outer.lg-components-open:not(.lg-zoomed) .lg-sub-html {
    opacity: 1;
    -webkit-transition: opacity 0.2s ease-out 0.15s;
    -o-transition: opacity 0.2s ease-out 0.15s;
    transition: opacity 0.2s ease-out 0.15s;
}

.lg-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1040;
    background-color: #000;
    opacity: 0;
    will-change: auto;
    -webkit-transition: opacity 333ms ease-in 0s;
    -o-transition: opacity 333ms ease-in 0s;
    transition: opacity 333ms ease-in 0s;
}

.lg-backdrop.in {
    opacity: 1;
}

.lg-css3.lg-no-trans .lg-prev-slide,
.lg-css3.lg-no-trans .lg-next-slide,
.lg-css3.lg-no-trans .lg-current {
    -webkit-transition: none 0s ease 0s !important;
    -o-transition: none 0s ease 0s !important;
    transition: none 0s ease 0s !important;
}

.lg-css3.lg-use-css3 .lg-item {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.lg-css3.lg-fade .lg-item {
    opacity: 0;
}

.lg-css3.lg-fade .lg-item.lg-current {
    opacity: 1;
}

.lg-css3.lg-fade .lg-item.lg-prev-slide,
.lg-css3.lg-fade .lg-item.lg-next-slide,
.lg-css3.lg-fade .lg-item.lg-current {
    -webkit-transition: opacity 0.1s ease 0s;
    -o-transition: opacity 0.1s ease 0s;
    transition: opacity 0.1s ease 0s;
}

.lg-css3.lg-use-css3 .lg-item.lg-start-progress {
    -webkit-transition: -webkit-transform 1s
        cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
    transition: -webkit-transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
    -webkit-transition: -webkit-transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
    -o-transition: transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
    transition: transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
    transition: transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s, -webkit-transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
    transition: transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s,
        -webkit-transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
}

.lg-css3.lg-use-css3 .lg-item.lg-start-end-progress {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
    -o-transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,
        -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item {
    opacity: 0;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,
        opacity 0.1s ease 0s;
    -webkit-transition: opacity 0.1s ease 0s,
        -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: opacity 0.1s ease 0s,
        -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
    -o-transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,
        opacity 0.1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,
        opacity 0.1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,
        opacity 0.1s ease 0s,
        -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-container {
    display: none;
}

.lg-container.lg-show {
    display: block;
}

.lg-container.lg-dragging-vertical .lg-backdrop {
    -webkit-transition-duration: 0s !important;
    -o-transition-duration: 0s !important;
       transition-duration: 0s !important;
}

.lg-container.lg-dragging-vertical .lg-css3 .lg-item.lg-current {
    -webkit-transition-duration: 0s !important;
    -o-transition-duration: 0s !important;
       transition-duration: 0s !important;
    opacity: 1;
}

.lg-inline .lg-backdrop,
.lg-inline .lg-outer {
    position: absolute;
}

.lg-inline .lg-backdrop {
    z-index: 1;
}

.lg-inline .lg-outer {
    z-index: 2;
}

.lg-inline .lg-maximize:after {
    content: "\e909";
}

.lg-components {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    will-change: transform;
    -webkit-transition: -webkit-transform 0.35s ease-out 0s;
    transition: -webkit-transform 0.35s ease-out 0s;
    -o-transition: transform 0.35s ease-out 0s;
    transition: transform 0.35s ease-out 0s;
    transition: transform 0.35s ease-out 0s, -webkit-transform 0.35s ease-out 0s;
    z-index: 1080;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
}

@media (min-width: 8.125em) {
    .nav__whatsapp {
        font-size: 1.25rem;
    }

    .nav__telegram {
        font-size: 1.25rem;
    }

    .nav__button {
        font-size: 1.25rem;
    }
}

@media (min-width: 24.3125em) {
    .booking-details__offers {
        padding-right: 1.875rem;
    }

    .booking-details__offers {
        padding-left: 1.875rem;
    }
}

@media (min-width: 25.625em) {
    .main-result__mobile-filters {
        padding-right: 1.25rem;
    }

    .main-result__mobile-filters {
        padding-left: 1.25rem;
    }
}

@media (min-width: 47.99875em) {
    .successfully-booked .popup__close {
        margin-right: 0.625rem;
    }

    .successfully-booked .popup__close {
        margin-left: 0.625rem;
    }
}

@media (min-width: 61.99875em) {
    .successfully-booked .popup__content {
        padding-right: 1.875rem;
    }

    .successfully-booked .popup__content {
        padding-left: 1.875rem;
    }

    .successfully-booked .popup__content {
        padding-bottom: 12.5rem;
    }

    .successfully-booked__body h3 {
        font-size: 2.25rem;
    }

    .successfully-booked__body h3:not(:last-child) {
        margin-bottom: 1.875rem;
    }

    .successfully-booked__body h4 {
        font-size: 2.25rem;
    }

    .successfully-booked__body h4:not(:last-child) {
        margin-bottom: 3.125rem;
    }

    .successfully-booked__text {
        font-size: 1.5rem;
    }

    .apply-offers__body h3 {
        font-size: 2.25rem;
    }

    .apply-offers__body h3:not(:last-child) {
        margin-bottom: 2.5rem;
    }

    .body-yacht-card__title {
        padding-left: 3.125rem;
    }

    .body-yacht-card__body {
        margin-right: 1.25rem;
    }

    .body-yacht-card__testination {
        margin-right: 1.25rem;
    }

    .main-result__mobile-filters {
        padding-top: 5.6875rem;
    }

    .search-main__mobile-filters {
        display: none;
    }

    .search-main__reset-button {
        display: none;
    }
}

@media (min-width: 77.5em) {
    .popup-in .popup__content {
        padding-top: 3.125rem;
    }

    .popup-in .popup__content {
        padding-right: 3.125rem;
    }

    .popup-in .popup__content {
        padding-left: 3.125rem;
    }

    .popup-in .popup__content {
        padding-bottom: 9.375rem;
    }

    .popup-in__title h3 {
        font-size: 3rem;
    }

    .successfully-booked .popup__content {
        gap: 6.5rem;
    }

    .spollers__item:not(:last-child)::before {
        width: 3.125rem;
    }

    .spollers__item:not(:last-child)::after {
        width: 3.125rem;
    }

    .spollers__body {
        padding-left: 6.875rem;
    }

    .spollers__body {
        padding-right: 3.125rem;
    }

    .rental__container {
        gap: 1.875rem;
    }

    .rental__container h2:not(:last-child) {
        margin-bottom: 3.125rem;
    }

    .rental__answers h3:not(:last-child) {
        margin-bottom: 1.875rem;
    }

    .asked__answers h3:not(:last-child) {
        margin-bottom: 1.875rem;
    }

    .footer {
        padding-top: 6.25rem;
    }

    .footer {
        padding-bottom: 5rem;
    }

    .footer__wrapper:not(:last-child) {
        margin-bottom: 3.75rem;
    }

    .menu-footer__title:not(:last-child) {
        margin-bottom: 1.875rem;
    }

    .contact-footer__title:not(:last-child) {
        margin-bottom: 1.5625rem;
    }

    .about-us-footer__title:not(:last-child) {
        margin-bottom: 1.5625rem;
    }

    .about-us-footer__list {
        gap: 1.875rem;
    }

    .follow-us-footer__title:not(:last-child) {
        margin-bottom: 1.5625rem;
    }

    .log-in-footer__title:not(:last-child) {
        margin-bottom: 1.875rem;
    }

    .quick-footer__title:not(:last-child) {
        margin-bottom: 1.875rem;
    }

    .our-services__services {
        padding-top: 6.25rem;
    }

    .our-services__services {
        padding-bottom: 5rem;
    }

    .our-services__rental {
        padding-top: 6.25rem;
    }

    .our-services__rental {
        padding-bottom: 5rem;
    }

    .secvices__container h1 {
        font-size: 3rem;
    }

    .secvices__container h1:not(:last-child) {
        margin-bottom: 3.125rem;
    }

    .secvices__wrapper {
        gap: 2.5rem;
    }

    .secvices__article {
        padding-right: 1.5625rem;
    }

    .secvices__article {
        padding-left: 1.5625rem;
    }

    .secvices__article {
        padding-bottom: 2.5rem;
    }

    .secvices__article {
        padding-top: 2.5rem;
    }

    .article-services__title:not(:last-child) {
        margin-bottom: 1.25rem;
    }

    .article-services__image:not(:last-child) {
        margin-bottom: 1.25rem;
    }

    .hottest-offers__hottest .hottest__wrapper {
        row-gap: 2.5rem;
    }

    .trending-boats__rental {
        padding-top: 6.25rem;
    }

    .trending-boats__rental {
        padding-bottom: 5rem;
    }

    .faq__main {
        padding-top: 6.25rem;
    }

    .faq__main {
        padding-bottom: 6.25rem;
    }

    .faq__rental {
        padding-top: 6.25rem;
    }

    .faq__rental {
        padding-bottom: 5rem;
    }

    .main-faq__container h1:not(:last-child) {
        margin-bottom: 3.125rem;
    }

    .yacht-card__main {
        padding-top: 3.125rem;
    }

    .main-yacht-cadr__container h1 {
        font-size: 3rem;
    }

    .main-yacht-cadr__container h1:not(:last-child) {
        margin-bottom: 1.25rem;
    }

    .main-yacht-cadr__about:not(:last-child) {
        margin-bottom: 1.875rem;
    }

    .main-yacht-cadr__show-all-photos {
        bottom: 1.875rem;
    }

    .main-yacht-cadr__show-all-photos {
        right: 1.875rem;
    }

    .yacht-card-selected__main {
        padding-top: 3.125rem;
    }

    .about-us__main {
        padding-top: 6.25rem;
    }

    .about-us__main {
        padding-bottom: 5rem;
    }

    .about-us__title:not(:last-child) {
        margin-bottom: 3.125rem;
    }

    .about-us__item {
        padding-top: 3.125rem;
    }

    .about-us__item {
        padding-bottom: 3.125rem;
    }

    .about-us__item {
        gap: 3.125rem;
    }

    .about-us__galery {
        padding-top: 3.125rem;
    }

    .about-us__galery {
        padding-bottom: 3.125rem;
    }

    .terms__main {
        padding-top: 6.25rem;
    }

    .terms__main {
        padding-bottom: 5rem;
    }

    .terms__title:not(:last-child) {
        margin-bottom: 3.125rem;
    }

    .policy__main {
        padding-top: 6.25rem;
    }

    .policy__main {
        padding-bottom: 5rem;
    }

    .policy__title:not(:last-child) {
        margin-bottom: 6.25rem;
    }

    .policy__text:not(:last-child) {
        margin-bottom: 3.125rem;
    }

    .policy__list:not(:last-child) {
        margin-bottom: 3.125rem;
    }

    .partners__main {
        padding-top: 6.25rem;
    }

    .partners__main {
        padding-bottom: 5rem;
    }

    .partners__title:not(:last-child) {
        margin-bottom: 3.75rem;
    }

    .testimonials__main {
        padding-top: 6.25rem;
    }

    .testimonials__main {
        padding-bottom: 5rem;
    }

    .testimonials__title:not(:last-child) {
        margin-bottom: 3.125rem;
    }
}

@media (min-width: 82.5em) {
    .nav__icon {
        padding-bottom: 1.40625rem;
    }

    .nav__icon {
        padding-top: 1.40625rem;
    }

    /* .hottest__container h2:not(:last-child) {
        margin-bottom: 44px;
    } */

    .hottest__wrapper:not(:last-child) {
        margin-bottom: 3.125rem;
    }
}

@media (min-width: 83.75em) {
    .select-main__title {
        font-size: 0.875rem;
    }

    .select-main__option {
        font-size: 0.875rem;
    }

    .select_form-type-monye .select-main__title {
        padding-top: 1.34375rem;
    }

    .select_form-type-monye .select-main__title {
        padding-bottom: 1.21875rem;
    }

    .select_form-type-monye .select-main__title {
        padding-right: 0.625rem;
    }

    .select_form-type-monye .select-main__title {
        padding-left: 0.625rem;
    }

    .select_form-type-monye .select-main__title {
        width: 3.75rem;
    }

    .select_form-lang .select-main__title {
        padding-top: 1.34375rem;
    }

    .select_form-lang .select-main__title {
        padding-bottom: 1.21875rem;
    }

    .select_form-lang .select-main__title {
        padding-right: 0.625rem;
    }

    .select_form-lang .select-main__title {
        padding-left: 0.625rem;
    }

    .select_form-lang .select-main__title {
        width: 3.75rem;
    }

    .select_form-type-monye-dark-header .select-main__title,
    .select_form-lang-dark-header .select-main__title {
        padding-top: 1.34375rem;
    }

    .select_form-type-monye-dark-header .select-main__title,
    .select_form-lang-dark-header .select-main__title {
        padding-bottom: 1.21875rem;
    }

    .select_form-type-monye-dark-header .select-main__title,
    .select_form-lang-dark-header .select-main__title {
        padding-right: 0.625rem;
    }

    .select_form-type-monye-dark-header .select-main__title,
    .select_form-lang-dark-header .select-main__title {
        padding-left: 0.625rem;
    }

    .select_form-type-monye-dark-header .select-main__title,
    .select_form-lang-dark-header .select-main__title {
        width: 3.75rem;
    }

    .select_form-n-a .select-main__title,
    .select_form-hors .select-main__title,
    .select_form-passengers .select-main__title {
        padding-right: 1.21875rem;
    }

    .select_form-n-a .select-main__value,
    .select_form-hors .select-main__value,
    .select_form-passengers .select-main__value {
        gap: 0.625rem;
    }

    .select_form-n-a-yacht .select-main__value,
    .select_form-hors-yacht .select-main__value,
    .select_form-passengers-yacht .select-main__value {
        gap: 0.625rem;
    }

    .select_form-n-a-result .select-main__value,
    .select_form-hors-result .select-main__value,
    .select_form-passengers-result .select-main__value {
        gap: 0.625rem;
    }

    .select_form-n-a-criteion-selected .select-main__value,
    .select_form-hors-criteion-selected .select-main__value,
    .select_form-passengers-criteion-selected .select-main__value {
        gap: 0.625rem;
    }

    .select_form-n-a-apply-offers .select-main__value,
    .select_form-hors-apply-offers .select-main__value,
    .select_form-passengers-apply-offers .select-main__value {
        gap: 0.625rem;
    }

    .select_form-sort .select-main__option {
        font-size: 0.875rem;
    }

    .select_form-sort-mobile .select-main__option {
        font-size: 0.875rem;
    }

    .spollers__title {
        padding-top: 2.90625rem;
    }

    .spollers__title {
        padding-bottom: 2.28125rem;
    }

    .spollers__title {
        padding-left: 3.125rem;
    }

    .spollers__title {
        padding-right: 3.125rem;
    }

    .spollers__title {
        font-size: 1.5rem;
    }

    .title {
        font-size: 3rem;
    }

    .title--main {
        font-size: 4rem;
    }

    .sub-title {
        font-size: 1.5rem;
    }

    .rental__container h2 {
        font-size: 3rem;
    }

    .rental__info {
        row-gap: 5rem;
    }

    .rental__answers h3 {
        font-size: 1.5rem;
    }

    .asked__info {
        row-gap: 3.125rem;
    }

    .header {
        padding-top: 0.78125rem;
    }

    .header {
        padding-bottom: 0.78125rem;
    }

    .header__logo {
        font-size: 1.625rem;
    }

    .header__logo span:first-of-type {
        font-size: 2.5rem;
    }

    .header__logo span:first-of-type:not(:last-child) {
        margin-right: 0.5rem;
    }

    .header__main-logo {
        font-size: 1.625rem;
    }

    .header__main-logo span:first-of-type {
        font-size: 2.5rem;
    }

    .header__main-logo span:first-of-type:not(:last-child) {
        margin-right: 0.5rem;
    }

    .header__nav {
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
    }

    .nav__list {
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
    }

    .nav__link {
        padding-top: 1.375rem;
    }

    .nav__link {
        padding-bottom: 1.25rem;
    }

    .nav__link {
        padding-right: 1.03125rem;
    }

    .nav__link {
        padding-left: 1.03125rem;
    }

    .nav__whatsapp {
        padding-top: 1.25rem;
    }

    .nav__whatsapp {
        padding-bottom: 1.125rem;
    }

    .nav__whatsapp {
        padding-right: 1.25rem;
    }

    .nav__whatsapp {
        padding-left: 1.25rem;
    }

    .nav__telegram {
        padding-top: 1.25rem;
    }

    .nav__telegram {
        padding-bottom: 1.125rem;
    }

    .nav__telegram {
        padding-right: 1.10625rem;
    }

    .nav__telegram {
        padding-left: 1.10625rem;
    }

    .nav__button {
        padding-top: 1.25rem;
    }

    .nav__button {
        padding-bottom: 1.125rem;
    }

    .nav__button {
        padding-right: 1.21875rem;
    }

    .nav__button {
        padding-left: 1.21875rem;
    }

    .nav__icon {
        padding-right: 1.25rem;
    }

    .nav__icon {
        padding-left: 1.25rem;
    }

    .page__hottest {
        padding-top: 10.4375rem;
    }

    .page__hottest {
        padding-bottom: 5rem;
    }

    .page__trending {
        padding-top: 6.25rem;
    }

    .page__trending {
        padding-bottom: 5rem;
    }

    .page__rental {
        padding-top: 6.25rem;
    }

    .page__rental {
        padding-bottom: 5rem;
    }

    .page__services-galery {
        padding-top: 6.25rem;
    }

    .page__services-galery {
        padding-bottom: 5rem;
    }

    .page__register {
        padding-top: 7.6875rem;
    }

    .page__register {
        padding-bottom: 7.6875rem;
    }

    .page__asked {
        padding-top: 6.25rem;
    }

    .page__asked {
        padding-bottom: 5rem;
    }

    .page__testination {
        padding-top: 6.25rem;
    }

    .page__testination {
        padding-bottom: 5rem;
    }

    .page__blog {
        padding-top: 6.25rem;
    }

    .page__blog {
        padding-bottom: 5rem;
    }

    .page__partner {
        padding-top: 6.25rem;
    }

    .page__partner {
        padding-bottom: 5rem;
    }

    .slide-main__wrapper {
        padding-top: 14.875rem;
    }

    .slide-main__wrapper {
        padding-right: 3.125rem;
    }

    .slide-main__wrapper {
        padding-left: 3.125rem;
    }

    .slide-main__wrapper {
        padding-bottom: 11.25rem;
    }

    .slide-main__wrapper h1 {
        font-size: 4rem;
    }

    .slide-main__wrapper h1:not(:last-child) {
        margin-bottom: 3.75rem;
    }

    .slide-main__wrapper p:not(:last-child) {
        margin-bottom: 3.75rem;
    }

    .slide-main__wrapper--second h2 {
        font-size: 4rem;
    }

    .slide-main__wrapper--second h2:not(:last-child) {
        margin-bottom: 3.75rem;
    }

    .slide-main__wrapper--second p:not(:last-child) {
        margin-bottom: 3.75rem;
    }

    .search-main {
        padding-right: 2.5rem;
    }

    .search-main {
        padding-left: 2.5rem;
    }

    .search-main h3 {
        font-size: 1.5rem;
    }

    .search-main__icon {
        right: 1.21875rem;
    }

    .search-main__button {
        padding-right: 3.328125rem;
    }

    .search-main__button {
        padding-left: 3.328125rem;
    }

    .hottest__container h2 {
        font-size: 48px;
    }

    .trending__container h2 {
        font-size: 3rem;
    }

    .trending__container h2:not(:last-child) {
        margin-bottom: 1.875rem;
    }

    .trending__title:not(:last-child) {
        margin-bottom: 3.125rem;
    }

    .trending__wrapper {
        row-gap: 2.5rem;
    }

    .trending__wrapper:not(:last-child) {
        margin-bottom: 3.125rem;
    }

    .galery-sercices__container h2 {
        font-size: 3rem;
    }

    .galery-sercices__container h2:not(:last-child) {
        margin-bottom: 3.125rem;
    }

    /* .galery-sercices__wrapper {
        row-gap: 2.5rem;
    } */

    /* .galery-sercices__wrapper:not(:last-child) {
        margin-bottom: 3.125rem;
    } */

    .galery-sercices__title {
        font-size: 1.5rem;
    }

    .galery-sercices__title:not(:last-child) {
        margin-bottom: 1.25rem;
    }

    .register__wrapper {
        padding-bottom: 5rem;
    }

    .register__wrapper {
        padding-top: 5rem;
    }

    .register__wrapper h2 {
        font-size: 3rem;
    }

    .register__wrapper h2:not(:last-child) {
        margin-bottom: 3.125rem;
    }

    .register__text {
        font-size: 1.5rem;
    }

    .register__text:not(:last-child) {
        margin-bottom: 2.5rem;
    }

    .register__actions {
        gap: 2.5rem;
    }

    .register__actions:not(:last-child) {
        margin-bottom: 3.125rem;
    }

    .register__login:not(:last-child) {
        margin-bottom: 2.5rem;
    }

    .testination__container h2 {
        font-size: 3rem;
    }

    .testination__container h2:not(:last-child) {
        margin-bottom: 3.125rem;
    }

    .testination__wrapper:not(:last-child) {
        margin-bottom: 3.125rem;
    }

    .blog-page__container h2 {
        font-size: 3rem;
    }

    .blog-page__container h2:not(:last-child) {
        margin-bottom: 3.125rem;
    }

    .blog-page__wrapper:not(:last-child) {
        margin-bottom: 3.125rem;
    }

    .blog-page__card .blog-page__picture:not(:last-child) {
        margin-bottom: 1.25rem;
    }

    .blog-page__card--small-picture .blog-page__picture:not(:last-child) {
        margin-bottom: 1.25rem;
    }

    .blog-page__content:not(:last-child) {
        margin-bottom: 1.25rem;
    }

    .blog-page__content a {
        font-size: 1.5rem;
    }

    .partner__container h2 {
        font-size: 3rem;
    }

    .partner__container h2:not(:last-child) {
        margin-bottom: 3.125rem;
    }

    /* .partner__slider {
        margin-bottom: 3.125rem;
    } */

    .our-services {
        padding-top: 5.5rem;
    }

    .article-services__title {
        font-size: 1.5rem;
    }

    .hottest-offers {
        padding-top: 5.5rem;
    }

    .hottest-offers__hottest {
        padding-top: 6.25rem;
    }

    .hottest-offers__hottest {
        padding-bottom: 5rem;
    }

    .hottest-offers__hottest h1 {
        font-size: 3rem;
    }

    .hottest-offers__hottest h1:not(:last-child) {
        margin-bottom: 3.125rem;
    }

    .trending-boats {
        padding-top: 5.5rem;
    }

    .trending-boats__trending {
        padding-top: 6.25rem;
    }

    .trending-boats__trending {
        padding-bottom: 5rem;
    }

    .trending-boats__trending h1 {
        font-size: 3rem;
    }

    .trending-boats__trending h1:not(:last-child) {
        margin-bottom: 3.125rem;
    }

    .services {
        padding-top: 5.5rem;
    }

    .services__main {
        padding-top: 6.25rem;
    }

    .services__main {
        padding-bottom: 1.5625rem;
    }

    .services__blog {
        padding-top: 1.5625rem;
    }

    .services__blog {
        padding-bottom: 5rem;
    }

    .services__trending {
        padding-top: 6.25rem;
    }

    .services__trending {
        padding-bottom: 5rem;
    }

    .services__trending .trending__wrapper {
        row-gap: 2.5rem;
    }

    .services__trending h2 {
        font-size: 3rem;
    }

    .services__trending h2 {
        font-size: 3rem;
    }

    .services__trending h2:not(:last-child) {
        margin-bottom: 3.125rem;
    }

    .services__additional {
        padding-top: 6.25rem;
    }

    .services__additional {
        padding-bottom: 5rem;
    }

    .services__asked {
        padding-top: 6.25rem;
    }

    .services__asked {
        padding-bottom: 5rem;
    }

    .services__testination {
        padding-top: 6.25rem;
    }

    .services__testination {
        padding-bottom: 5rem;
    }

    .services__testination .testination__small-container h2 {
        font-size: 3rem;
    }

    .services__testination .testination__small-container h2:not(:last-child) {
        margin-bottom: 3.125rem;
    }

    .services__rental {
        padding-top: 6.25rem;
    }

    .services__rental {
        padding-bottom: 5rem;
    }

    .main-services__container h1 {
        font-size: 3rem;
    }

    .main-services__container h1:not(:last-child) {
        margin-bottom: 3.125rem;
    }

    .main-services__container p:not(:last-child) {
        margin-bottom: 1.875rem;
    }

    .main-services__image:not(:last-child) {
        margin-bottom: 1.875rem;
    }

    .blog-services__article:not(:last-child) {
        margin-bottom: 2.5rem;
    }

    .blog-services__info h3 {
        font-size: 2.25rem;
    }

    .blog-services__info h3:not(:last-child) {
        margin-bottom: 1.875rem;
    }

    .additional__container h2 {
        font-size: 3rem;
    }

    .additional__container h2:not(:last-child) {
        margin-bottom: 3.125rem;
    }

    .additional__wrapper:not(:last-child) {
        margin-bottom: 3.125rem;
    }

    .additional__image:not(:last-child) {
        margin-bottom: 1.875rem;
    }

    .additional__title {
        font-size: 1.5rem;
    }

    .additional__title:not(:last-child) {
        margin-bottom: 1.25rem;
    }

    .faq {
        padding-top: 5.5rem;
    }

    .main-faq__container h1 {
        font-size: 3rem;
    }

    .main-faq__spollers {
        padding-bottom: 2.625rem;
    }

    .yacht-card {
        padding-top: 5.5rem;
    }

    .serv-new {
        padding-top: 5.5rem;
    }
    .create-account {
        padding-top: 5.5rem;
    }

    .galery-page-yacht__wrapper {
        padding-bottom: 5.125rem;
    }

    .galery-page-yacht__item {
        gap: 1.25rem;
    }

    .galery-page-yacht__actions {
        height: 6.375rem;
    }

    .galery-page-yacht__actions {
        padding-top: 1.875rem;
    }

    .galery-page-yacht__actions {
        padding-bottom: 1.875rem;
    }

    .galery-page-yacht__actions {
        padding-left: 1.875rem;
    }

    .galery-page-yacht__actions {
        padding-right: 1.875rem;
    }

    .body-yacht-card__crew {
        font-size: 1rem;
    }

    .body-yacht-card__item {
        font-size: 1rem;
    }

    .body-yacht-card__title {
        padding-top: 2.90625rem;
    }

    .body-yacht-card__title {
        padding-bottom: 2.28125rem;
    }

    .body-yacht-card__title {
        font-size: 1.5rem;
    }

    .body-yacht-card__title::before {
        width: 3.125rem;
    }

    .body-yacht-card__body {
        padding-left: 3.125rem;
    }

    .body-yacht-card__testination {
        padding-left: 3.125rem;
    }

    .body-yacht-card__testination .testination__wrapper {
        row-gap: 1.875rem;
    }

    .body-yacht-card__list-option {
        -webkit-column-gap: 2.5rem;
        -moz-column-gap: 2.5rem;
        column-gap: 2.5rem;
    }

    .body-yacht-card__list-option {
        row-gap: 1.25rem;
    }

    .body-yacht-card__list-option li {
        font-size: 1rem;
    }

    .body-yacht-card__trending {
        padding-top: 6.25rem;
    }

    .body-yacht-card__trending {
        padding-bottom: 5rem;
    }

    .body-yacht-card__trending {
        padding-left: 3.125rem;
    }

    .body-yacht-card__trending {
        padding-right: 2.5rem;
    }

    .body-yacht-card__questions {
        padding-top: 2.5rem;
    }

    .body-yacht-card__questions {
        padding-bottom: 5rem;
    }

    .body-yacht-card__questions {
        padding-left: 3.125rem;
    }

    .body-yacht-card__questions {
        padding-right: 2.5rem;
    }

    .body-yacht-card__questions div:not(:last-child) {
        margin-bottom: 2.5rem;
    }

    .body-yacht-card__questions ul:not(:last-child) {
        margin-bottom: 5rem;
    }

    .trending__top h2 {
        font-size: 3rem;
    }

    .trending__top:not(:last-child) {
        margin-bottom: 3.125rem;
    }

    .aside-yacht-card__form:not(:last-child) {
        margin-bottom: 4.625rem;
    }

    .aside-yacht-card__special {
        gap: 1.875rem;
    }

    .form-yacht__head {
        padding-top: 2.5rem;
    }

    .form-yacht__head {
        padding-right: 1.25rem;
    }

    .form-yacht__head {
        padding-left: 1.25rem;
    }

    .form-yacht__head {
        padding-bottom: 1.25rem;
    }

    .blog {
        padding-top: 5.5rem;
    }

    .blog__hero {
        padding-top: 6.25rem;
    }

    .blog__hero {
        padding-bottom: 5rem;
    }

    .blog__rental {
        padding-top: 6.25rem;
    }

    .blog__rental {
        padding-bottom: 5rem;
    }

    .hero-blog h1 {
        font-size: 3rem;
    }

    .hero-blog h1:not(:last-child) {
        margin-bottom: 3.125rem;
    }

    .hero-blog__article-big .hero-blog__body .hero-blog__card-title {
        font-size: 1.5rem;
    }

    .blog-item {
        padding-top: 5.5rem;
    }

    .blog-item__main {
        padding-top: 6.25rem;
    }

    .blog-item__main {
        padding-bottom: 5rem;
    }

    .blog-item__special {
        padding-top: 6.25rem;
    }

    .blog-item__special {
        padding-bottom: 5rem;
    }

    .blog-item__special h2 {
        font-size: 3rem;
    }

    .blog-item__special h2:not(:last-child) {
        margin-bottom: 3.125rem;
    }

    .blog-item__additional {
        padding-top: 6.25rem;
    }

    .blog-item__additional {
        padding-bottom: 5rem;
    }

    .blog-item__rental {
        padding-top: 6.25rem;
    }

    .blog-item__rental {
        padding-bottom: 5rem;
    }

    .main-blog__container h1 {
        font-size: 3rem;
    }

    .main-blog__container h1:not(:last-child) {
        margin-bottom: 2.5rem;
    }

    .main-blog__post span:not(:last-child) {
        margin-bottom: 2.5rem;
    }

    .main-blog__post p:not(:last-child) {
        margin-bottom: 2.5rem;
    }

    .main-blog__post h2 {
        font-size: 2.25rem;
    }

    .main-blog__post h3 {
        font-size: 1.5rem;
    }

    .main-blog__post h3:not(:last-child) {
        margin-bottom: 1.25rem;
    }

    .main-blog__post ul:not(:last-child) {
        margin-bottom: 2.5rem;
    }

    .main-blog__image:not(:last-child) {
        margin-bottom: 1.25rem;
    }

    .special__actions:not(:last-child) {
        margin-bottom: 3.125rem;
    }

    .special__wrapper {
        row-gap: 2.5rem;
    }

    .special-offers {
        padding-top: 5.5rem;
    }

    .special-offers__special {
        padding-top: 6.25rem;
    }

    .special-offers__special {
        padding-bottom: 5rem;
    }

    .special-offers__special h1 {
        font-size: 3rem;
    }

    .special-offers__special h1:not(:last-child) {
        margin-bottom: 3.125rem;
    }

    .special-offers__rental {
        padding-top: 6.25rem;
    }

    .special-offers__rental {
        padding-bottom: 5rem;
    }

    .error {
        padding-top: 5.5rem;
    }

    .error h1:not(:last-child) {
        margin-bottom: 3.375rem;
    }

    .error__container {
        padding-top: 6.25rem;
    }

    .error__container {
        padding-bottom: 5rem;
    }

    .error__label {
        width: 58.3125rem;
    }

    .error__label:not(:last-child) {
        margin-bottom: 3.75rem;
    }

    .result {
        padding-top: 5.5rem;
    }

    .result__main {
        padding-top: 2.5rem;
    }

    .result__trending {
        margin-bottom: 3.1875rem;
    }

    .result__rental {
        padding-top: 6.25rem;
    }

    .result__rental {
        padding-bottom: 5rem;
    }

    .result__blog {
        padding-top: 6.25rem;
    }

    .result__blog {
        padding-bottom: 5rem;
    }

    .main-result h1 {
        font-size: 1.5rem;
    }

    .main-result__search {
        padding-bottom: 1.875rem;
    }

    .main-result__search {
        padding-top: 1.875rem;
    }

    .main-result__search {
        padding-right: 2.5rem;
    }

    .main-result__search {
        padding-left: 2.5rem;
    }

    .yacht-card-selected {
        padding-top: 5.5rem;
    }

    .aside-yacht-card__crew {
        font-size: 1rem;
    }

    .aside-yacht-card__item {
        font-size: 1rem;
    }

    .confirmation {
        padding-top: 5.5rem;
    }

    .confirmation {
        padding-bottom: 3.75rem;
    }

    .confirmation__container {
        padding-right: 0.75rem;
    }

    .confirmation__container {
        padding-left: 0.75rem;
    }

    .main-cofirmation h1 {
        font-size: 3rem;
    }

    .main-cofirmation h1:not(:last-child) {
        margin-bottom: 3.125rem;
    }

    .main-cofirmation__top {
        padding-top: 2.125rem;
    }

    .main-cofirmation__top {
        padding-right: 2.75rem;
    }

    .main-cofirmation__top {
        padding-bottom: 5rem;
    }

    .main-cofirmation__breadcrumbs:not(:last-child) {
        margin-bottom: 2.75rem;
    }

    .personal-info {
        padding-right: 1.25rem;
    }

    .personal-info {
        padding-left: 1.25rem;
    }

    .personal-info__title {
        font-size: 1.5rem;
    }

    .options-conf {
        padding-right: 1.25rem;
    }

    .options-conf {
        padding-left: 1.25rem;
    }

    .options-conf__list {
        gap: 1.25rem;
    }

    .options-conf__title {
        font-size: 1.5rem;
    }

    .warning-conf {
        gap: 0.9375rem;
    }

    .warning-conf {
        padding: 1.25rem;
    }

    .warning-conf__item {
        padding: 1.25rem;
    }

    .payment__nav-wrapper {
        padding-right: 1.25rem;
    }

    .payment__nav-wrapper {
        padding-left: 1.25rem;
    }

    .payment__title {
        font-size: 1.5rem;
    }

    .payment__navigation {
        gap: 0.9375rem;
    }

    .payment__sub-title {
        font-size: 1rem;
    }

    .payment__sub-title {
        padding-right: 1.25rem;
    }

    .payment__sub-title {
        padding-left: 1.25rem;
    }

    .payment__payment-info {
        padding-right: 1.25rem;
    }

    .payment__payment-info {
        padding-left: 1.25rem;
    }

    .payment__payment-info h3 {
        font-size: 1.5rem;
    }

    .policies-conf {
        padding-top: 6.25rem;
    }

    .policies-conf {
        padding-right: 2.5rem;
    }

    .policies-conf {
        padding-bottom: 3.125rem;
    }

    .policies-conf h2 {
        font-size: 2.25rem;
    }

    .policies-conf__our-policies h3 {
        font-size: 1.5rem;
    }

    .policies-conf__our-policies:not(:last-child) {
        margin-bottom: 3.125rem;
    }

    .policies-conf__payment h3 {
        font-size: 1.5rem;
    }

    .policies-conf__payment:not(:last-child) {
        margin-bottom: 3.125rem;
    }

    .asked-conf {
        padding-top: 3.125rem;
    }

    .asked-conf {
        padding-right: 2.5rem;
    }

    .asked-conf h2 {
        font-size: 2.25rem;
    }

    .asked-conf__title {
        padding-top: 3.125rem;
    }

    .asked-conf__title {
        padding-bottom: 2.5rem;
    }

    .asked-conf__title {
        padding-right: 3.125rem;
    }

    .asked-conf__title {
        padding-left: 3.125rem;
    }

    .asked-conf__title {
        font-size: 1.5rem;
    }

    .asked-conf__body {
        padding-right: 3.625rem;
    }

    .asked-conf__body {
        padding-left: 3.625rem;
    }

    .booking-details {
        padding-left: 2.0625rem;
    }

    .booking-details__checked-info {
        padding-right: 1.25rem;
    }

    .booking-details__checked-info {
        padding-left: 1.25rem;
    }

    .booking-details__title {
        font-size: 1.5rem;
    }

    .booking-details__type-ship {
        font-size: 1rem;
    }

    .booking-details__name-ship {
        font-size: 1rem;
    }

    .booking-details__start-time {
        font-size: 1rem;
    }

    .booking-details__data {
        font-size: 1rem;
    }

    .booking-details__time {
        font-size: 1rem;
    }

    .booking-details__duration {
        font-size: 1rem;
    }

    .booking-details__duration-value {
        font-size: 1rem;
    }

    .booking-details__passengers {
        font-size: 1rem;
    }

    .booking-details__passengers-value {
        font-size: 1rem;
    }

    .booking-details__promo {
        gap: 1.25rem;
    }

    .booking-details__special-offers h3 {
        font-size: 1.5rem;
    }

    .booking-details__icon:not(:last-child) {
        margin-bottom: 1.875rem;
    }

    .about-us {
        padding-top: 5.5rem;
    }

    .terms {
        padding-top: 5.5rem;
    }

    .policy {
        padding-top: 5.5rem;
    }

    .partners {
        padding-top: 5.5rem;
    }

    .testimonials {
        padding-top: 5.5rem;
    }

    .testimonials__rental {
        padding-top: 6.25rem;
    }

    .testimonials__rental {
        padding-bottom: 5rem;
    }
}

@media (min-width: 85.25em) {
    .header {
        min-height: 5.5rem;
    }
}

@media (min-width: 87.5em) {
    .asked__container h2 {
        font-size: 3rem;
    }
}

@media (min-width: 708.75em) {
    .register__wrapper {
        padding-right: 5rem;
    }

    .register__wrapper {
        padding-left: 5rem;
    }
}

@media (min-width: 767.98px) {
    .search-main__line--calendar {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }

    .search-main__select-arrow {
        display: none;
    }

    .galery-sercices__article p {
        display: none;
    }

    .galery-sercices__link-wrapper {
        display: none;
    }

    .galery-sercices__button-view {
        display: none;
    }

    .hero-blog__button-lead {
        display: none;
    }

    .error__mobile-label {
        display: none;
    }

    .about-us__wrapper.swiper-wrapper {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: minmax(320px, 1fr) 20px minmax(180px, 320px) 20px minmax(
                180px,
                320px
            );
        grid-template-columns: minmax(320px, 1fr) minmax(180px, 320px) minmax(
                180px,
                320px
            );
        gap: 20px;
    }

    .terms__item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .terms__sub-title {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 28.725314%;
        flex: 0 1 28.725314%;
        /* 320/1114 */
    }

    .terms__text {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 66.786355%;
        flex: 0 1 66.786355%;
        /* 744/1114 */
    }

    .policy__item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .policy__sub-title {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 28.725314%;
        flex: 0 1 28.725314%;
        /* 320/1114 */
    }

    .policy__body {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 66.786355%;
        flex: 0 1 66.786355%;
        /* 744/1114 */
    }

    .policy__spam-list {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 66.786355%;
        flex: 0 1 66.786355%;
    }
}

@media (min-width: 767.98px) and (min-width: 77.5em) {
    .terms__item {
        gap: 3.125rem;
    }

    .terms__item {
        padding-top: 3.125rem;
    }

    .terms__item {
        padding-bottom: 3.125rem;
    }

    .policy__wrapper:not(:last-child) {
        margin-bottom: 6.25rem;
    }

    .policy__list-item:not(:last-child) {
        margin-bottom: 3.125rem;
    }

    .policy__item {
        gap: 3.125rem;
    }
}

@media (min-width: 991.98px) {
    .main__search {
        display: block;
        position: absolute;
        bottom: 0%;
        left: 50%;
        -webkit-transform: translate3d(-50%, 50%, 0px);
        transform: translate3d(-50%, 50%, 0px);
        /* opacity: 0; */
        z-index: 3;
    }

.slide-main__btn-blue {
        display: none;
    }
    .main-result__mobile-filters {
        display: none;
    }

    .filters h3 {
        display: none;
    }

    .filters__apply-button {
        display: none;
    }

    .personal-info__title:not(:last-child) {
        margin-bottom: 1.25rem;
    }

    .options-conf__title:not(:last-child) {
        margin-bottom: 1.25rem;
    }

    .payment__title:not(:last-child) {
        margin-bottom: 1.25rem;
    }

    .payment__spoller-wrapper {
        display: none;
    }

    .booking-details__title:not(:last-child) {
        margin-bottom: 1.25rem;
    }
}

@media (min-width: 991.98px) and (min-width: 83.75em) {
    .main__search {
        width: 69.6875rem;
    }

    .policies-conf h2:not(:last-child) {
        margin-bottom: 3.125rem;
    }

    .asked-conf h2:not(:last-child) {
        margin-bottom: 1.875rem;
    }
}

@media (min-width: 1101px) {
    .aside-yacht-card__about-team {
        display: none;
    }
}

@media (min-width: 1201px) {
    .page__testination .testination__wrapper {
        display: none;
    }
}

@media (min-width: 1321px) {
    .page__hottest .hottest__wrapper {
        display: none;
    }
}

@media (min-width: 90em) {
    .trending__wrapper {
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
    }

    .yacht-card__aside {
        padding-left: 2.5rem;
    }

    .yacht-card__aside {
        padding-right: 3.125rem;
    }

    .body-yacht-card__about-ship {
        padding-top: 1.875rem;
    }

    .body-yacht-card__about-ship {
        padding-bottom: 5rem;
    }

    .body-yacht-card__wrapper {
        padding-left: 6.25rem;
    }

    .body-yacht-card__wrapper {
        padding-right: 2.5rem;
    }

    .body-yacht-card__team {
        padding-left: 3.375rem;
    }

    .body-yacht-card__team {
        padding-right: 2.5rem;
    }

    .body-yacht-card__team-block {
        gap: 2.5rem;
    }

    .body-yacht-card__crew {
        gap: 0.625rem;
    }

    .body-yacht-card__ship-info {
        padding-left: 3.375rem;
    }

    .body-yacht-card__ship-info {
        padding-right: 2.5rem;
    }

    .body-yacht-card__ship-block {
        gap: 2.5rem;
    }

    .body-yacht-card__item {
        gap: 0.625rem;
    }

    .body-yacht-card__suitable {
        padding-left: 3.125rem;
    }

    .body-yacht-card__suitable {
        margin-right: 1.25rem;
    }

    .body-yacht-card__suitable-block {
        padding-top: 3.125rem;
    }

    .body-yacht-card__suitable-block {
        padding-bottom: 2.5rem;
    }

    .body-yacht-card__suitable-block h3 {
        font-size: 1.5rem;
    }

    .body-yacht-card__suitable-block h3:not(:last-child) {
        margin-bottom: 1.875rem;
    }

    .body-yacht-card__suitable-block ul {
        -webkit-column-gap: 2.5rem;
        -moz-column-gap: 2.5rem;
        column-gap: 2.5rem;
    }

    .body-yacht-card__suitable-block ul {
        row-gap: 1.25rem;
    }

    .body-yacht-card__suitable-block ul li {
        font-size: 1rem;
    }

    .body-yacht-card__technical-info {
        padding-left: 3.125rem;
    }

    .body-yacht-card__technical-info {
        margin-right: 1.25rem;
    }

    .body-yacht-card__technical-block {
        padding-top: 3.125rem;
    }

    .body-yacht-card__technical-block {
        padding-bottom: 2.5rem;
    }

    .body-yacht-card__technical-block h3 {
        font-size: 1.5rem;
    }

    .body-yacht-card__technical-block h3:not(:last-child) {
        margin-bottom: 1.875rem;
    }

    .body-yacht-card__technical-block ul {
        -webkit-column-gap: 5rem;
        -moz-column-gap: 5rem;
        column-gap: 5rem;
    }

    .body-yacht-card__technical-block ul {
        row-gap: 1.25rem;
    }

    .body-yacht-card__technical-block ul li {
        -webkit-column-gap: 2.1875rem;
        -moz-column-gap: 2.1875rem;
        column-gap: 2.1875rem;
    }

    .body-yacht-card__technical-block ul li p {
        font-size: 1rem;
    }

    .body-yacht-card__technical-block ul li span {
        font-size: 1rem;
    }

    .body-yacht-card__included {
        padding-left: 3.125rem;
    }

    .body-yacht-card__included {
        margin-right: 1.25rem;
    }

    .body-yacht-card__included-block {
        padding-top: 3.125rem;
    }

    .body-yacht-card__included-block {
        padding-bottom: 2.5rem;
    }

    .body-yacht-card__included-block h3 {
        font-size: 1.5rem;
    }

    .body-yacht-card__included-block h3:not(:last-child) {
        margin-bottom: 1.875rem;
    }

    .body-yacht-card__included-block ul {
        -webkit-column-gap: 2.5rem;
        -moz-column-gap: 2.5rem;
        column-gap: 2.5rem;
    }

    .body-yacht-card__included-block ul {
        row-gap: 1.25rem;
    }

    .body-yacht-card__included-block ul li {
        font-size: 1rem;
    }

    .body-yacht-card__drinks {
        padding-left: 3.125rem;
    }

    .body-yacht-card__drinks {
        margin-right: 1.25rem;
    }

    .body-yacht-card__drinks-block {
        padding-top: 3.125rem;
    }

    .body-yacht-card__drinks-block {
        padding-bottom: 2.5rem;
    }

    .body-yacht-card__drinks-block h3 {
        font-size: 1.5rem;
    }

    .body-yacht-card__drinks-block h3:not(:last-child) {
        margin-bottom: 1.875rem;
    }

    .body-yacht-card__drinks-block ul {
        -webkit-column-gap: 2.5rem;
        -moz-column-gap: 2.5rem;
        column-gap: 2.5rem;
    }

    .body-yacht-card__drinks-block ul {
        row-gap: 1.25rem;
    }

    .body-yacht-card__drinks-block ul li {
        font-size: 1rem;
    }

    .body-yacht-card__body {
        padding-bottom: 2.5rem;
    }

    .body-yacht-card__testination {
        padding-bottom: 2.5rem;
    }

    .yacht-card-selected__aside {
        padding-left: 2.5rem;
    }

    .yacht-card-selected__aside {
        padding-right: 3.125rem;
    }

    .aside-yacht-card__team-block {
        gap: 2.5rem;
    }

    .aside-yacht-card__crew {
        gap: 0.625rem;
    }

    .aside-yacht-card__ship-block {
        gap: 2.5rem;
    }

    .aside-yacht-card__item {
        gap: 0.625rem;
    }
}

@media (max-width: 1385px) {
    .nav__second {
        right: 0.25rem;
    }
}

@media (max-width: 1340px) {
    .special__wrapper {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 1330px) {
    .nav__actions {
        /* padding-top: 10px;
        padding-bottom: 10px;
        padding-right: 30px;
        padding-left: 30px; */
        -webkit-transform: translate(-50%, 55.5%);
        -ms-transform: translate(-50%, 55.5%);
        transform: translate(-50%, 55.5%);
    }
    .nav__actions.account {
        -webkit-transform: translate(-50%, 20.5%);
        -ms-transform: translate(-50%, 20.5%);
        transform: translate(-50%, 20.5%);
    }

    .nav__log-in {
        font-size: 0.875rem;
        padding-right: 1.25rem;
        padding-left: 1.25rem;
        padding-top: 0.625rem;
        padding-bottom: 0.625rem;
    }

    .nav__register {
        font-size: 0.875rem;
        padding-right: 1.25rem;
        padding-left: 1.25rem;
        padding-top: 0.625rem;
        padding-bottom: 0.625rem;
    }
}

@media (max-width: 1320px) {
    .hottest__slider {
        display: none;
    }

    .hottest__wrapper {
        
        grid-template-columns: repeat(3, 1fr);
    }

    .trending__wrapper {
        
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 1300px) {
    .blog-page__content h4:not(:last-child) {
        margin-bottom: 1rem;
    }

    .blog-page__content a:not(:last-child) {
        margin-bottom: 1rem;
    }

    .blog-page__content p:not(:last-child) {
        margin-bottom: 1rem;
    }

    .hero-blog__article-big {
        -ms-grid-column: 1;
        -ms-grid-column-span: 2;
        grid-column: 1/3;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .hero-blog__article-big .hero-blog__image {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        width: 100%;
        padding-bottom: 44.5%;
    }

    .hero-blog__article-big .hero-blog__body {
        width: 100%;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .hero-blog__article-big .hero-blog__body:not(:last-child) {
        margin-bottom: 0rem;
    }
}

@media (max-width: 1300px) and (max-width: 68.75em) {
    .hero-blog__article-big .hero-blog__body .hero-blog__card-title {
        font-size: 1.125rem;
    }
}

@media (max-width: 1260px) {
    .rental__container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .rental__slider {
        width: 100%;
    }

    .rental__wrapper.swiper-wrapper {

        grid-template-columns: repeat(2, 1fr);
    }

    .rental__wrapper .rental__slide:nth-of-type(1) {
        padding-bottom: 30.3%;
    }

    .rental__slide {
        padding-bottom: 50%;
        /* 200/336 */
    }

    .asked__container h2 {
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
            align-self: center;
    }

    .asked__container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
    }

    .asked__slider {
        width: 100%;
    }

    .asked__wrapper.swiper-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }

    .asked__wrapper div:nth-of-type(1) {
        padding-bottom: 30.3%;
    }

    .asked__slide {
        padding-bottom: 50%;
        /* 200/336 */
    }

    .asked__info {
        width: 100%;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .asked__pictures {
        width: 100%;
    }

    .asked__big-image {
        padding-bottom: 35%;
        /* 281/660 */
    }

    .asked__left-image {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
        flex: 0 1 50%;
        padding-bottom: 35%;
        /* 416/660 */
    }

    .asked__right-images {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
        flex: 0 1 50%;
    }

    .asked__image {
        padding-bottom: 50%;
        /* 198/296 */
    }

    .rental__picture {
        width: 100%;
    }

    .rental__big-image {
        padding-bottom: 35%;
        /* 281/660 */
    }

    .rental__image {
        padding-bottom: 40%;
    }
}

@media (max-width: 1260px) and (max-width: 61.99875em) {
    .asked__container h2 {
        font-size: 1.75rem;
    }
}

@media (max-width: 1260px) and (max-width: 47.99875em) {
    .asked__container h2:not(:last-child) {
        margin-bottom: 1.5rem;
    }
}

@media (max-width: 1250px) {
    .nav__actions {
        -webkit-transform: translate(-50%, 53.5%);
        -ms-transform: translate(-50%, 53.5%);
        transform: translate(-50%, 53.5%);
    }
    .nav__actions.account {
        -webkit-transform: translate(-50%, 20%);
        -ms-transform: translate(-50%, 20%);
        transform: translate(-50%, 20%);
    }

    .blog-page__wrapper {

        grid-template-columns: repeat(3, 1fr);
    }

    .blog-page__big-card {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .blog-page__big-card .blog-page__picture {
        padding-bottom: 70%;
    }
}

@media (max-width: 1200px) {
    .testination__wrapper {
        grid-template-columns: repeat(3, 1fr);
    }

    .testination .testination__slider {
        display: none;
    }
}

@media (max-width: 75em) {
    .yacht-card-selected__aside {
        padding-left: 0.75rem;
    }

    .yacht-card-selected__aside {
        padding-right: 0.75rem;
    }
}

@media (max-width: 1190px) {
    .nav__actions {
        -webkit-transform: translate(-50%, 51.5%);
        -ms-transform: translate(-50%, 51.5%);
        transform: translate(-50%, 51.5%);
    }
    .nav__actions.account {
        -webkit-transform: translate(-50%, 19%);
        -ms-transform: translate(-50%, 19%);
        transform: translate(-50%, 19%);
    }
}

@media (max-width: 1170px) {
    .select_form-n-a .select-main__title,
    .select_form-hors .select-main__title,
    .select_form-passengers .select-main__title {
        padding-left: 0.625rem;
    }

    .select_form-n-a-yacht .select-main__title,
    .select_form-hors-yacht .select-main__title,
    .select_form-passengers-yacht .select-main__title {
        padding-left: 0.625rem;
    }

    .search-main__line--calendar input {
        padding-left: 0.625rem;
    }
}

@media (max-width: 1120px) {
    .nav__actions {
        -webkit-transform: translate(-50%, 50%);
        -ms-transform: translate(-50%, 50%);
        transform: translate(-50%, 50%);
    }
    .nav__actions.account {
        -webkit-transform: translate(-50%, 19%);
        -ms-transform: translate(-50%, 19%);
        transform: translate(-50%, 19%);
    }
}

@media (max-width: 1100px) {
    .nav__second {
        top: 93%;
    }

    .search-main {
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
    }

    .aside-yacht-card__form--selected {
        border-radius: 0rem;
        border: none;
        padding: 0rem 1.25rem 4rem 1.25rem;
        -webkit-box-shadow: 0px 7px 8px 0px rgba(72, 119, 145, 0.2),
            0px 5px 22px 0px rgba(72, 119, 145, 0.12),
            0px 12px 17px 0px rgba(72, 119, 145, 0.14);
        box-shadow: 0px 7px 8px 0px rgba(72, 119, 145, 0.2),
            0px 5px 22px 0px rgba(72, 119, 145, 0.12),
            0px 12px 17px 0px rgba(72, 119, 145, 0.14);
    }

    .special__wrapper {
        grid-template-columns: repeat(2, 1fr);
    }

    .yacht-card-selected__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .yacht-card-selected__body {
        width: 100%;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .yacht-card-selected__aside {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        width: 100%;
        padding-top: 1rem;
        padding-left: 0rem;
        padding-right: 0rem;
    }

    .yacht-card-selected__aside .aside-yacht-card__special {
        padding-right: 1.25rem;
        padding-left: 1.25rem;
        display: -ms-grid;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .yacht-card-selected__aside h2 {
        -ms-grid-column: 1;
        -ms-grid-column-span: 2;
        grid-column: 1/3;
    }

    .yacht-card-selected__aside .aside-yacht-card__actions {
        -ms-grid-column: 1;
        -ms-grid-column-span: 2;
        grid-column: 1/3;
    }
}

@media (max-width: 1083px) {
    .nav__actions {
        -webkit-transform: translate(-50%, 50%);
        -ms-transform: translate(-50%, 50%);
        transform: translate(-50%, 50%);
    }
    .nav__actions.account {
        -webkit-transform: translate(-50%, 18%);
        -ms-transform: translate(-50%, 18%);
        transform: translate(-50%, 18%);
    }
}

@media (max-width: 1070px) {
    .additional__wrapper {
     
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 1060px) {
    .search-main__forma {
     
        grid-template-columns: repeat(3, 1fr);
    }

    .search-main__forma button:first-of-type {
        -ms-grid-column: 2;
        -ms-grid-column-span: 2;
        grid-column: 2/4;
    }

    .testimonials__item {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 991.98px) {
    .select_form-n-a-yacht._select-open .select-main__value::after,
    .select_form-hors-yacht._select-open .select-main__value::after,
    .select_form-passengers-yacht._select-open .select-main__value::after {
        -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        transform: rotate(-180deg);
    }

    .select_form-n-a-yacht .select-main__value::after {
        content: "\e926";
        font-size: 0.5rem;
    }

    .select_form-n-a-yacht .select-main__value::before {
        content: "\e90a";
        font-family: "icons";
        -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
            align-self: stretch;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 1.5rem;
        flex: 0 0 1.5rem;
        font-size: 1.5rem;
        color: rgba(143, 191, 219, 0.5);
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .select_form-hors-yacht .select-main__value::after {
        content: "\e926";
        font-size: 0.5rem;
    }

    .select_form-hors-yacht .select-main__value::before {
        content: "\e92d";
        font-family: "icons";
        -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
            align-self: stretch;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 1.5rem;
        flex: 0 0 1.5rem;
        font-size: 1.5rem;
        color: rgba(143, 191, 219, 0.5);
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .select_form-passengers-yacht .select-main__value::after {
        content: "\e926";
        font-size: 0.5rem;
    }

    .select_form-passengers-yacht .select-main__value::before {
        content: "\e923";
        font-family: "icons";
        -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
            align-self: stretch;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 1.5rem;
        flex: 0 0 1.5rem;
        font-size: 1.5rem;
        color: rgba(143, 191, 219, 0.5);
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .select_form-n-a-result .select-main__value::before,
    .select_form-n-a-result .select-main__value::after {
        color: rgba(144, 192, 219, 0.5);
    }

    .select_form-hors-result .select-main__value::before,
    .select_form-hors-result .select-main__value::after {
        color: rgba(144, 192, 219, 0.5);
    }

    .select_form-passengers-result .select-main__value::before,
    .select_form-passengers-result .select-main__value::after {
        color: rgba(144, 192, 219, 0.5);
    }

    .rental__container h2 {
        -ms-flex-item-align: start;
        align-self: flex-start;
    }

    .asked__container h2 {
        -ms-flex-item-align: start;
        align-self: flex-start;
    }

    .nav__actions {
        -webkit-transform: translate(-50%, 47%);
        -ms-transform: translate(-50%, 47%);
        transform: translate(-50%, 47%);
    }
    .nav__actions.account {
        -webkit-transform: translate(-55%, 17.5%);
        -ms-transform: translate(-55%, 17.5%);
        transform: translate(-55%, 17.5%);
    }

    .footer__wrapper {
        grid-template-columns: repeat(2, 1fr);
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .log-in-footer__button {
        width: 70%;
    }

    .log-in-footer__btn {
        width: 70%;
    }

    .main__slider {
        border-radius: 0rem 0rem 1.25rem 1.25rem;
        -webkit-filter: drop-shadow(0px 16px 24px rgba(72, 119, 145, 0.14))
            drop-shadow(0px 6px 30px rgba(72, 119, 145, 0.12))
            drop-shadow(0px 8px 16px rgba(72, 119, 145, 0.2));
        filter: drop-shadow(0px 16px 24px rgba(72, 119, 145, 0.14))
            drop-shadow(0px 6px 30px rgba(72, 119, 145, 0.12))
            drop-shadow(0px 8px 16px rgba(72, 119, 145, 0.2));
    }

    .slide-main__actions {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: stretch;
            -ms-flex-align: stretch;
                align-items: stretch;
        max-width: 31.25rem;
    }

    .search-main {
        padding-top: 0.9375rem;
        padding-bottom: 0.9375rem;
    }

    .search-main__forma {
        row-gap: 1.25rem;
    }

    .hottest__container h2 {
        text-align: left;
    }

    .hottest__wrapper {
        grid-template-columns: repeat(2, 1fr);
        display: -ms-grid;
        display: grid;
    }

    .hottest__action {
        text-align: right;
    }

    .hottest__card {
        -webkit-box-shadow: 0rem 0.4375rem 0.5rem 0rem rgba(72, 119, 145, 0.2),
            0rem 0.3125rem 1.375rem 0rem rgba(72, 119, 145, 0.12),
            0rem 0.75rem 1.0625rem 0rem rgba(72, 119, 145, 0.14);
        box-shadow: 0rem 0.4375rem 0.5rem 0rem rgba(72, 119, 145, 0.2),
            0rem 0.3125rem 1.375rem 0rem rgba(72, 119, 145, 0.12),
            0rem 0.75rem 1.0625rem 0rem rgba(72, 119, 145, 0.14);
    }

    .trending__container h2 {
        text-align: left;
    }

    .trending__title {
        text-align: left;
    }

    .trending__wrapper {
        grid-template-columns: repeat(2, 1fr);
    }

    .trending__card {
        -webkit-box-shadow: 0px 0px 0px 0px rgba(72, 119, 145, 0.1),
            0px 1px 3px 0px rgba(72, 119, 145, 0.1),
            0px 5px 5px 0px rgba(72, 119, 145, 0.09),
            0px 11px 7px 0px rgba(72, 119, 145, 0.05),
            0px 20px 8px 0px rgba(72, 119, 145, 0.01),
            0px 31px 9px 0px rgba(72, 119, 145, 0);
        box-shadow: 0px 0px 0px 0px rgba(72, 119, 145, 0.1),
            0px 1px 3px 0px rgba(72, 119, 145, 0.1),
            0px 5px 5px 0px rgba(72, 119, 145, 0.09),
            0px 11px 7px 0px rgba(72, 119, 145, 0.05),
            0px 20px 8px 0px rgba(72, 119, 145, 0.01),
            0px 31px 9px 0px rgba(72, 119, 145, 0);
    }

    .trending__action {
        text-align: right;
    }

    .galery-sercices__container h2 {
        text-align: left;
    }

    /* .galery-sercices__wrapper {
        grid-template-columns: repeat(2, 1fr);
    } */

    .galery-sercices__action {
        text-align: right;
    }

    .testination__container h2 {
        text-align: left;
    }

    .testination__action {
        text-align: right;
    }

    .blog-page__container h2 {
        text-align: left;
    }

    .blog-page__wrapper {

        grid-template-columns: repeat(2, 1fr);
    }

    .secvices__wrapper {

        grid-template-columns: repeat(2, 1fr);
    }

    .hottest-offers__hottest h1 {
        text-align: left;
    }

    .trending-boats__trending h1 {
        text-align: left;
    }

    .services__trending h2 {
        text-align: left;
    }

    .services__testination .testination__small-container h2 {
        text-align: left;
    }

    .blog-services__container :nth-child(even) {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .blog-services__article {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .blog-services__image {
        width: 100%;
        padding-bottom: 53.88%;
    }

    .main-faq__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .main-faq__spollers {
        width: 100%;
    }

    .main-faq__pictures-block {
        display: none;
    }

    .fraction__slider {
        width: 100%;
    }

    .fraction__wrapper div:nth-of-type(1) {
        padding-bottom: 35%;
        /* 310/574 */
    }

    .fraction__wrapper div:nth-of-type(2) {
        padding-bottom: 60%;
        /* 245/547 */
    }

    .fraction__wrapper div:nth-of-type(3) {
        padding-bottom: 60%;
        /* 245/547 */
    }

    .yacht-card__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .yacht-card__body {
        width: 100%;
    }

    .yacht-card__aside {
        width: 100%;
    }

    .yacht-card__fixed-button._scroll {
        opacity: 1;
        visibility: visible;
    }

    .galery-page-yacht__wrapper {
        padding-bottom: 0rem;
        padding-right: 0rem;
        padding-left: 0rem;
    }

    .body-yacht-card__technical-block ul {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .body-yacht-card__title {
        width: calc(100% - 10px);
    }

    .aside-yacht-card__form {
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 300;
        width: 100%;
        display: none;
    }

    .aside-yacht-card__form:not(:last-child) {
        margin-bottom: 0rem;
    }

    .aside-yacht-card__form--selected {
        position: static;
        display: block;
    }

    .aside-yacht-card__form--selected:not(:last-child) {
        margin-bottom: 4rem;
    }

    .aside-yacht-card__special {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 1.5rem 1fr;
        grid-template-columns: repeat(2, 1fr);
        -webkit-column-gap: 1.5rem;
        -moz-column-gap: 1.5rem;
        column-gap: 1.5rem;
    }

    .aside-yacht-card__special h2 {
        -ms-grid-column: 1;
        -ms-grid-column-span: 2;
        grid-column: 1/3;
        text-align: left;
    }

    .aside-yacht-card__special :last-child {
        -ms-grid-column: 1;
        -ms-grid-column-span: 2;
        grid-column: 1/3;
    }

    .form-yacht__line {
        border: 0.0625rem solid rgba(144, 191, 219, 0.5);
    }

    .form-yacht__line--calendar {
        border: 0.0625rem solid rgba(144, 191, 219, 0.5);
    }

    .form-yacht__booking {
        display: block;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 20;
        border-radius: 1.25rem 1.25rem 0rem 0rem;
        background-color: #edfbfe;
        -webkit-box-shadow: -1px 0px 2px 0px rgba(0, 0, 0, 0.05),
            0px -12px 22px 0px rgba(72, 119, 145, 0.15);
        box-shadow: -1px 0px 2px 0px rgba(0, 0, 0, 0.05),
            0px -12px 22px 0px rgba(72, 119, 145, 0.15);
        padding: 1.25rem;
    }

    .hero-blog h1 {
        text-align: left;
    }

    .hero-blog__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .hero-blog__info {
        padding-bottom: 4rem;
        border-bottom: 0.0625rem solid rgba(144, 191, 219, 0.5);
    }

    .hero-blog__articles {
        row-gap: 2rem;
    }

    .hero-blog__articles:not(:last-child) {
        margin-bottom: 2.5rem;
    }

    .aside-blog {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }

    .aside-blog__wrapper {
        gap: 2rem;
    }

    .aside-blog__wrapper:not(:last-child) {
        padding-bottom: 2rem;
        border-bottom: 0.0625rem solid rgba(144, 191, 219, 0.5);
        margin-bottom: 2rem;
    }

    .blog-item__main .aside-blog {
        padding-top: 3rem;
    }

    .main-blog__container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .main-blog__post-block {
        padding-bottom: 3rem;
    }

    .special-offers__special h1 {
        text-align: left;
    }

    .result__main {
        padding-top: 9.5rem;
    }

    .main-result .search-main {
        border-radius: 0rem;
    }

    .main-result .search-main__forma {
        gap: 0rem 0rem;
        -ms-grid-columns: 1fr 0rem 1fr;
        grid-template-columns: repeat(2, 1fr);
    }

    .main-result .search-main__forma label {
        display: none;
    }

    .main-result .search-main__forma div:first-of-type {
        -ms-grid-column: 1;
        -ms-grid-column-span: 2;
        grid-column: 1/3;
    }

    .main-result .search-main__forma div:last-of-type {
        -ms-grid-column: 1;
        -ms-grid-column-span: 2;
        grid-column: 1/3;
    }

    .main-result .search-main__forma button:last-of-type {
        -ms-grid-column: 1;
        -ms-grid-column-span: 2;
        grid-column: 1/3;
    }

    .main-result .search-main__forma .search-main__line {
        border: 0.0625rem solid #eff0f6;
    }

    .main-result .search-main__forma .search-main__line--result-calendar {
        border-radius: 0.3125rem;
        border: 0.0625rem solid #eff0f6;
    }

    .main-result .search-main__forma .search-main__icon-result {
        color: rgba(144, 192, 219, 0.5);
    }

    .main-result .search-main__forma .search-main__select-arrow-result {
        color: rgba(144, 192, 219, 0.5);
    }

    .main-result .search-main__forma .search-main__button {
        -ms-grid-column: 1;
        -ms-grid-column-span: 2;
        grid-column: 1 / 3;
        line-height: 1.2;
        border-radius: 6.25rem;
        background-color: #109eee;
        padding: 1rem;
        margin-top: 0.75rem;
        font-size: 0.875rem;
        font-weight: 700;
    }

    .main-result .search-main__forma:not(:last-child) {
        margin-bottom: 1rem;
    }

    .main-result__header {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }

    .main-result__header:not(:last-child) {
        margin-bottom: 2rem;
    }

    .main-result__search {
        opacity: 0;
        visibility: hidden;
        position: fixed;
        top: 0;
        left: 0;
        max-width: 100%;
        z-index: 6;
        padding-bottom: 1.25rem;
        padding-right: 1.25rem;
        padding-left: 1.25rem;
        border-radius: 0rem;
        -webkit-box-shadow: 0px 7px 8px 0px rgba(72, 119, 145, 0.2),
            0px 5px 22px 0px rgba(72, 119, 145, 0.12),
            0px 12px 17px 0px rgba(72, 119, 145, 0.14);
        box-shadow: 0px 7px 8px 0px rgba(72, 119, 145, 0.2),
            0px 5px 22px 0px rgba(72, 119, 145, 0.12),
            0px 12px 17px 0px rgba(72, 119, 145, 0.14);
        -webkit-transition: opacity 0.3s ease;
        -o-transition: opacity 0.3s ease;
        transition: opacity 0.3s ease;
    }

    .main-result__search:not(:last-child) {
        margin-bottom: 0rem;
    }

    .main-result__search._open-modal {
        opacity: 1;
        visibility: visible;
        max-width: 100%;
        z-index: 11;
    }

    .filters {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        height: 611px;
        z-index: 8;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        background-color: #fff;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 0rem;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        overflow: auto;
        padding-bottom: 3.125rem;
        padding-left: 1.25rem;
        padding-right: 1.25rem;
        -webkit-box-shadow: 0rem 0.4375rem 0.5rem 0rem rgba(72, 119, 145, 0.2),
            0rem 0.3125rem 1.375rem 0rem rgba(72, 119, 145, 0.12),
            0rem 0.75rem 1.0625rem 0rem rgba(72, 119, 145, 0.14);
        box-shadow: 0rem 0.4375rem 0.5rem 0rem rgba(72, 119, 145, 0.2),
            0rem 0.3125rem 1.375rem 0rem rgba(72, 119, 145, 0.12),
            0rem 0.75rem 1.0625rem 0rem rgba(72, 119, 145, 0.14);
        -webkit-transition: opacity 0.3s ease;
        -o-transition: opacity 0.3s ease;
        transition: opacity 0.3s ease;
        opacity: 0;
        visibility: hidden;
        z-index: -1;
    }

    .filters._open-modal {
        opacity: 1;
        visibility: visible;
        z-index: 12;
    }

    .filters__sort-line {
        display: none;
    }

    .filters__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        gap: 0rem;
        border-top: 0.0625rem solid rgba(144, 191, 219, 0.5);
    }

    .filters__item:not(:last-child) {
        border-bottom: 0.0625rem solid rgba(144, 191, 219, 0.5);
    }

    .filters__wrapper {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }

    .filters__button {
        color: #487791;
        font-size: 0.875rem;
        font-weight: 500;
        line-height: 1.2;
        text-transform: uppercase;
        border-radius: 0rem;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%;
        padding: 0rem;
        border: none;
    }

    .filters__button span {
        font-size: 0rem;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 1.5rem;
        flex: 0 0 1.5rem;
        width: 1.5rem;
        height: 1.5rem;
        position: relative;
    }

    .filters__button span::before,
    .filters__button span::after {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        height: 0.125rem;
        width: 1rem;
        background-color: #90bfdb;
        border-radius: 0.03125rem;
        -webkit-transition: -webkit-transform 0.3s ease 0s;
        transition: -webkit-transform 0.3s ease 0s;
        -o-transition: transform 0.3s ease 0s;
        transition: transform 0.3s ease 0s;
        transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
    }

    .filters__button span::after {
        -webkit-transform: translate(-50%, -50%) rotate(90deg);
        -ms-transform: translate(-50%, -50%) rotate(90deg);
        transform: translate(-50%, -50%) rotate(90deg);
    }

    .filters__button._open-modal {
        border: none;
    }

    .filters__button._open-modal span {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    .filters__button._spoller-active span::after {
        -webkit-transform: translate(-50%, -50%) rotate(180deg);
        -ms-transform: translate(-50%, -50%) rotate(180deg);
        transform: translate(-50%, -50%) rotate(180deg);
    }

    .filters__more-button {
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        border-radius: 0rem;
        border: none;
        padding: 0.7875rem 1rem;
        color: #487791;
        font-size: 0.875rem;
        font-weight: 500;
        line-height: 1.2;
        text-transform: uppercase;
    }

    .filters__more-button span {
        display: none;
    }

    .filters__price {
        position: relative;
        opacity: 1;
        visibility: visible;
        -webkit-transform: translate(0%, 0%);
        -ms-transform: translate(0%, 0%);
        transform: translate(0%, 0%);
    }

    .filters__input-wrapper {
        -webkit-box-shadow: none;
        box-shadow: none;
        border-radius: 0rem;
        padding-right: 0rem;
        padding-left: 0rem;
        width: 100%;
    }

    .filters__year {
        position: relative;
        opacity: 1;
        visibility: visible;
        -webkit-transform: translate(0%, 0%);
        -ms-transform: translate(0%, 0%);
        transform: translate(0%, 0%);
    }

    .filters__options-wrapper--subtain {
        position: relative;
        opacity: 1;
        visibility: visible;
        -webkit-transform: translate(0%, 0%);
        -ms-transform: translate(0%, 0%);
        transform: translate(0%, 0%);
        padding-bottom: 1.5rem;
        border-bottom: 0.0625rem solid rgba(144, 191, 219, 0.5);
    }

    .filters__options-wrapper {
        position: relative;
        opacity: 1;
        visibility: visible;
        -webkit-transform: translate(0%, 0%);
        -ms-transform: translate(0%, 0%);
        transform: translate(0%, 0%);
    }

    .yacht-card-selected__fixed-button._scroll {
        opacity: 1;
        visibility: visible;
    }

    .confirmation__container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .main-cofirmation h1 {
        position: absolute;
        width: 0.0625rem;
        height: 0.0625rem;
        margin: -0.0625rem;
        padding: 0;
        overflow: hidden;
        border: 0;
        clip: rect(0 0 0 0);
    }

    .main-cofirmation__top {
        background-color: transparent;
        padding-bottom: 0rem;
        padding-right: 0rem;
    }

    .main-cofirmation__top::before {
        display: none;
    }

    .main-cofirmation__top::after {
        display: none;
    }

    .main-cofirmation__top:not(:last-child) {
        margin-bottom: 0.5rem;
    }

    .main-cofirmation__personal-info:not(:last-child) {
        margin-bottom: 0.5rem;
    }

    .main-cofirmation__options:not(:last-child) {
        margin-bottom: 1.5rem;
    }

    .main-cofirmation__warning:not(:last-child) {
        margin-bottom: 1.5rem;
    }

    .main-cofirmation__payment:not(:last-child) {
        margin-bottom: 0.5rem;
    }

    .personal-info {
        border: none;
    }

    .personal-info__title {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        gap: 1rem;
    }

    .personal-info__title span {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 1.5rem;
        flex: 0 0 1.5rem;
        width: 1.5rem;
        height: 1.5rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .personal-info__title span::after {
        content: "\e926";
        font-family: "icons";
        font-size: 0.46875rem;
        color: #90bfdb;
        -webkit-transition: -webkit-transform 0.5s ease 0s;
        transition: -webkit-transform 0.5s ease 0s;
        -o-transition: transform 0.5s ease 0s;
        transition: transform 0.5s ease 0s;
        transition: transform 0.5s ease 0s, -webkit-transform 0.5s ease 0s;
        will-change: transform;
    }

    .personal-info__title._spoller-active span::after {
        -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        transform: rotate(-180deg);
    }

    .personal-info__body {
        margin-top: 1.5rem;
    }

    .options-conf {
        border: none;
    }

    .options-conf__body {
        padding-top: 1.5rem;
    }

    .options-conf__list {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .options-conf__title {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        gap: 1rem;
    }

    .options-conf__title span {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 1.5rem;
        flex: 0 0 1.5rem;
        width: 1.5rem;
        height: 1.5rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .options-conf__title span::after {
        content: "\e926";
        font-family: "icons";
        font-size: 0.46875rem;
        color: #90bfdb;
        -webkit-transition: -webkit-transform 0.5s ease 0s;
        transition: -webkit-transform 0.5s ease 0s;
        -o-transition: transform 0.5s ease 0s;
        transition: transform 0.5s ease 0s;
        transition: transform 0.5s ease 0s, -webkit-transform 0.5s ease 0s;
        will-change: transform;
    }

    .options-conf__title._spoller-active span::after {
        -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        transform: rotate(-180deg);
    }

    .warning-conf {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        border: 0.0625rem solid transparent;
    }

    .warning-conf__item {
        padding: 1.25rem;
    }

    .payment__nav-wrapper {
        border: none;
    }

    .payment__title {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        gap: 1rem;
    }

    .payment__title span {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 1.5rem;
        flex: 0 0 1.5rem;
        width: 1.5rem;
        height: 1.5rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .payment__title span::after {
        content: "\e926";
        font-family: "icons";
        font-size: 0.46875rem;
        color: #90bfdb;
        -webkit-transition: -webkit-transform 0.5s ease 0s;
        transition: -webkit-transform 0.5s ease 0s;
        -o-transition: transform 0.5s ease 0s;
        transition: transform 0.5s ease 0s;
        transition: transform 0.5s ease 0s, -webkit-transform 0.5s ease 0s;
        will-change: transform;
    }

    .payment__title._spoller-active span::after {
        -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        transform: rotate(-180deg);
    }

    .payment__navigation {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }

    .payment__sub-title {
        padding-right: 1.25rem;
        padding-left: 1.25rem;
    }

    .payment__sub-title {
        border: 0.0625rem solid rgba(144, 191, 219, 0.5);
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .payment__line {
        width: 100%;
    }

    .policies-conf {
        padding-left: 0.75rem;
        background-color: #fff;
        border-radius: 0.3125rem;
    }

    .policies-conf:not(:last-child) {
        margin-bottom: 0.5rem;
    }

    .policies-conf h2 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 1rem;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .policies-conf h2 span {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 1.5rem;
        flex: 0 0 1.5rem;
        width: 1.5rem;
        height: 1.5rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .policies-conf h2 span::after {
        content: "\e926";
        font-family: "icons";
        font-size: 0.46875rem;
        color: #90bfdb;
        -webkit-transition: -webkit-transform 0.5s ease 0s;
        transition: -webkit-transform 0.5s ease 0s;
        -o-transition: transform 0.5s ease 0s;
        transition: transform 0.5s ease 0s;
        transition: transform 0.5s ease 0s, -webkit-transform 0.5s ease 0s;
        will-change: transform;
    }

    .policies-conf h2._spoller-active span::after {
        -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        transform: rotate(-180deg);
    }

    .policies-conf__body {
        padding-top: 1.5rem;
    }

    .policies-conf__our-policies h3:not(:last-child) {
        margin-bottom: 1rem;
    }

    .policies-conf__payment h3:not(:last-child) {
        margin-bottom: 1rem;
    }

    .asked-conf {
        padding-right: 0rem;
        padding-right: 0.75rem;
        padding-left: 0.75rem;
        background-color: #fff;
        border-radius: 0.3125rem;
    }

    .asked-conf:not(:last-child) {
        margin-bottom: 0.5rem;
    }

    .asked-conf h2 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 1rem;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .asked-conf h2 span {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 1.5rem;
        flex: 0 0 1.5rem;
        width: 1.5rem;
        height: 1.5rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .asked-conf h2 span::after {
        content: "\e926";
        font-family: "icons";
        font-size: 0.46875rem;
        color: #90bfdb;
        -webkit-transition: -webkit-transform 0.5s ease 0s;
        transition: -webkit-transform 0.5s ease 0s;
        -o-transition: transform 0.5s ease 0s;
        transition: transform 0.5s ease 0s;
        transition: transform 0.5s ease 0s, -webkit-transform 0.5s ease 0s;
        will-change: transform;
    }

    .asked-conf h2._spoller-active span::after {
        -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        transform: rotate(-180deg);
    }

    .asked-conf__spollers {
        margin-top: 1.5rem;
        border-radius: 0.3125rem;
        background-color: #f2f6f8;
    }

    .booking-details {
        padding-left: 0rem;
        padding-top: 0rem;
        padding-bottom: 0rem;
    }

    .booking-details:not(:last-child) {
        margin-bottom: 0.5rem;
    }

    .booking-details__checked-info {
        border: none;
    }

    .booking-details__wrapper {
        gap: 0;
        margin-bottom: 0.5rem;
    }

    .booking-details__title {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        gap: 1rem;
    }

    .booking-details__title span {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 1.5rem;
        flex: 0 0 1.5rem;
        width: 1.5rem;
        height: 1.5rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .booking-details__title span::after {
        content: "\e926";
        font-family: "icons";
        font-size: 0.46875rem;
        color: #90bfdb;
        -webkit-transition: -webkit-transform 0.5s ease 0s;
        transition: -webkit-transform 0.5s ease 0s;
        -o-transition: transform 0.5s ease 0s;
        transition: transform 0.5s ease 0s;
        transition: transform 0.5s ease 0s, -webkit-transform 0.5s ease 0s;
        will-change: transform;
    }

    .booking-details__title._spoller-active span::after {
        -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        transform: rotate(-180deg);
    }

    .booking-details__body {
        padding-top: 1.5rem;
    }

    .booking-details__type-ship {
        font-size: 1rem;
    }

    .booking-details__name-ship {
        font-size: 1rem;
    }

    .booking-details__start-time {
        font-size: 1rem;
    }

    .booking-details__data {
        font-size: 1rem;
    }

    .booking-details__time {
        font-size: 1rem;
    }

    .booking-details__duration {
        font-size: 1rem;
    }

    .booking-details__duration-value {
        font-size: 1rem;
    }

    .booking-details__passengers {
        font-size: 1rem;
    }

    .booking-details__passengers-value {
        font-size: 1rem;
    }

    .booking-details__promo {
        gap: 1.25rem;
    }

    .booking-details__special-offers {
        display: none;
    }

    .booking-details__offers:not(:last-child) {
        margin-bottom: 1.25rem;
    }

    .testimonials__item {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
}

@media (max-width: 991.98px) and (max-width: 20em) {
    .main-result__search {
        padding-top: 3.9375rem;
    }

    .filters {
        padding-top: 4.1875rem;
    }
}

@media (max-width: 920px) {
    .nav__actions {
        -webkit-transform: translate(-50%, 46%);
        -ms-transform: translate(-50%, 46%);
        transform: translate(-50%, 46%);
    }
    .nav__actions.account {
        -webkit-transform: translate(-60%, 17.5%);
        -ms-transform: translate(-60%, 17.5%);
        transform: translate(-60%, 17.5%);
    }
}

@media (max-width: 880px) {
    .nav__actions {
        -webkit-transform: translate(-50%, 45%);
        -ms-transform: translate(-50%, 45%);
        transform: translate(-50%, 45%);
    }
    .nav__actions.account {
        -webkit-transform: translate(-60%, 17%);
        -ms-transform: translate(-60%, 15%);
        transform: translate(-60%, 17%);
    }
}

@media (max-width: 870px) {
    .testination__wrapper {
        
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 850px) {
    .additional__wrapper {
    
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 830px) {
    .special__wrapper {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
}

@media (max-width: 769px) {
    .nav__second {
        top: 85%;
    }
}

@media (max-width: 48em) {
    .policy__list:not(:last-child) {
        margin-bottom: 1.5rem;
    }
}

@media (max-width: 767.98px) {
    .select_form-n-a .select-main__title,
    .select_form-hors .select-main__title,
    .select_form-passengers .select-main__title {
        padding-top: 0.875rem;
        padding-bottom: 0.875rem;
    }

    .select_form-n-a .select-main__value,
    .select_form-hors .select-main__value,
    .select_form-passengers .select-main__value {
        gap: 0.5rem;
    }

    .select_form-n-a_show-top .select-main__options,
    .select_form-hors_show-top .select-main__options,
    .select_form-passengers_show-top .select-main__options {
        padding: 0.3125rem 0.9375rem 0.3125rem 2.8125rem;
    }

    .select_form-n-a._select-open .select-main__value::after,
    .select_form-hors._select-open .select-main__value::after,
    .select_form-passengers._select-open .select-main__value::after {
        -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        transform: rotate(-180deg);
    }

    .select_form-n-a .select-main__value::after {
        content: "\e926";
        font-size: 0.5rem;
    }

    .select_form-n-a .select-main__value::before {
        content: "\e90a";
        font-family: "icons";
        -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
            align-self: stretch;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 1.5rem;
        flex: 0 0 1.5rem;
        font-size: 1.5rem;
        color: #90bfdb;
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .select_form-hors .select-main__value::after {
        content: "\e926";
        font-size: 0.5rem;
    }

    .select_form-hors .select-main__value::before {
        content: "\e92d";
        font-family: "icons";
        -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
            align-self: stretch;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 1.5rem;
        flex: 0 0 1.5rem;
        font-size: 1.5rem;
        color: #90bfdb;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .select_form-passengers .select-main__value::after {
        content: "\e926";
        font-size: 0.5rem;
    }

    .select_form-passengers .select-main__value::before {
        content: "\e923";
        font-family: "icons";
        -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
            align-self: stretch;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 1.5rem;
        flex: 0 0 1.5rem;
        font-size: 1.5rem;
        color: #90bfdb;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .select_form-n-a-yacht .select-main__title,
    .select_form-hors-yacht .select-main__title,
    .select_form-passengers-yacht .select-main__title {
        padding-top: 0.875rem;
        padding-bottom: 0.875rem;
    }

    .select_form-n-a-yacht .select-main__value,
    .select_form-hors-yacht .select-main__value,
    .select_form-passengers-yacht .select-main__value {
        gap: 0.5rem;
    }

    .select_form-n-a-yacht_show-top .select-main__options,
    .select_form-hors-yacht_show-top .select-main__options,
    .select_form-passengers-yacht_show-top .select-main__options {
        padding: 0.3125rem 0.9375rem 0.3125rem 2.8125rem;
    }

    .select_form-n-a-result .select-main__title,
    .select_form-hors-result .select-main__title,
    .select_form-passengers-result .select-main__title {
        padding-top: 0.6875rem;
        padding-bottom: 0.6875rem;
    }

    .select_form-n-a-result .select-main__value,
    .select_form-hors-result .select-main__value,
    .select_form-passengers-result .select-main__value {
        gap: 0.5rem;
    }

    .select_form-n-a-result_show-top .select-main__options,
    .select_form-hors-result_show-top .select-main__options,
    .select_form-passengers-result_show-top .select-main__options {
        padding: 0.3125rem 0.9375rem 0.3125rem 2.8125rem;
    }

    .select_form-n-a-criteion-selected .select-main__value,
    .select_form-hors-criteion-selected .select-main__value,
    .select_form-passengers-criteion-selected .select-main__value {
        gap: 0.5rem;
    }

    .select_form-n-a-criteion-selected_show-top .select-main__options,
    .select_form-hors-criteion-selected_show-top .select-main__options,
    .select_form-passengers-criteion-selected_show-top .select-main__options {
        padding: 0.3125rem 0.9375rem 0.3125rem 2.8125rem;
    }

    .select_form-n-a-apply-offers .select-main__value,
    .select_form-hors-apply-offers .select-main__value,
    .select_form-passengers-apply-offers .select-main__value {
        gap: 0.5rem;
    }

    .select_form-n-a-apply-offers_show-top .select-main__options,
    .select_form-hors-apply-offers_show-top .select-main__options,
    .select_form-passengers-apply-offers_show-top .select-main__options {
        padding: 0.3125rem 0.9375rem 0.3125rem 2.8125rem;
    }

    .list-contact {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .list-contact:not(:last-child) {
        margin-bottom: 2rem;
    }

    .list-social {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        gap: 1rem;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .list-social:not(:last-child) {
        margin-bottom: 2rem;
    }

    .rental__container {
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }

    .rental__info {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .rental__answers--order-1 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .rental__answers--order-2 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .rental__answers--order-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .rental__show-more {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        color: #109eee;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        font-weight: 700;
        line-height: 1.2;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 0.5rem;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: end;
    }

    .rental__show-more::before {
        padding-left: 0.143125rem;
        padding-right: 0.15625rem;
        font-size: 0.9375rem;
    }

    .rental__wrapper.swiper-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        gap: 0rem;
    }

    .rental__wrapper {
        
        grid-template-columns: repeat(4, 1fr);
    }

    .rental__wrapper .rental__slide:nth-of-type(1) {
        padding-bottom: 41.3%;
        padding-bottom: 57%;
    }

    .rental__wrapper .rental__slide:nth-of-type(2) {
        padding-bottom: 57%;
        /* 200/336 */
    }

    .rental__slide {
        padding-bottom: 57%;
        /* 200/336 */
    }

    .asked__wrapper.swiper-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        gap: 0rem;
    }

    .asked__wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .asked__wrapper div:nth-of-type(1) {
        padding-bottom: 41.3%;
    }

    .asked__wrapper div:nth-of-type(2) {
        padding-bottom: 57%;
        /* 200/336 */
    }

    .asked__wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .asked__slide {
        padding-bottom: 57%;
        /* 200/336 */
    }

    .asked__info {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .asked__info :last-child {
        -ms-grid-column-span: 1;
        grid-column: span 1;
    }

    .asked__answers--order-1 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .asked__answers--order-2 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .asked__answers--order-3 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .asked__actions {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }

    .swiper-pagination {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 0.25rem;
        position: absolute;
        bottom: 0.75rem;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        z-index: 4;
        opacity: 1;
        visibility: visible;
    }

    .swiper-pagination .swiper-pagination-bullet {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 0.5rem;
        flex: 0 0 0.5rem;
        width: 0.5rem;
        height: 0.5rem;
        border-radius: 50%;
        border: 0.0625rem solid #90bfdb;
        background-color: transparent;
        -webkit-transition: background-color 0.3s ease 0s;
        -o-transition: background-color 0.3s ease 0s;
        transition: background-color 0.3s ease 0s;
    }

    .swiper-pagination .swiper-pagination-bullet-active {
        background-color: #90bfdb;
    }

    .nav__link {
        display: none;
    }

    .nav__actions {
        -webkit-transform: translate(-50%, 36%);
        -ms-transform: translate(-50%,36%);
        transform: translate(-50%, 36%);
    }
    .nav__actions.account {
        -webkit-transform: translate(-68%, 14%);
        -ms-transform: translate(-68%, 14%);
        transform: translate(-68%, 14%);
    }

    .nav__second {
        position: fixed;
        top: 0;
        right: -100%;
        width: 100%;
        height: 100vh;
        -webkit-transition: right 0.3s ease;
        -o-transition: right 0.3s ease;
        transition: right 0.3s ease;
        overflow: auto;
        z-index: 5;
        padding-bottom: 2.5rem;
        padding-right: 0.75rem;
        padding-left: 0.75rem;
    }

    .menu-open .nav__second {
        right: 0;
    }

    .nav__burger-logo {
        display: block;
        position: sticky;
        top: 0;
        z-index: 6;
        text-align: center;
        max-width: 100%;
        text-align: center;
        padding-top: 2.5rem;
        padding-bottom: 1.875rem;
        border-bottom: 0.125rem solid #deecf4;
        background-color: #fff;
        margin-right: 2.75rem;
        margin-left: 2.75rem;
    }

    .nav__burger-logo a {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 1.5rem;
        font-weight: 700;
    }

    .nav__burger-logo a span:first-of-type {
        font-size: 2.1875rem;
    }

    .nav__burger-logo a span:first-of-type:not(:last-child) {
        margin-right: 0.5rem;
    }

    .nav__burger-logo a span:last-of-type {
        color: #109eee;
    }

    .nav__burger-logo:not(:last-child) {
        margin-bottom: 2rem;
    }

    .nav__second-list {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-right: 0rem;
        padding-left: 0rem;
        border-top: none;
        padding-top: 0rem;
        padding-bottom: 0rem;
    }

    .nav__second-list:not(:last-child) {
        margin-bottom: 2rem;
    }

    .nav__title {
        display: block;
        text-align: center;
        font-size: 1rem;
        font-weight: 900;
        text-transform: capitalize;
        line-height: 1.2;
        /* 19.2px */
    }

    .nav__title:not(:last-child) {
        margin-bottom: 1.25rem;
    }

    .nav__title--contact {
        display: block;
    }

    .nav__title--contact:not(:last-child) {
        margin-bottom: 1rem;
    }

    .nav__title--follow {
        display: block;
    }

    .nav__title--follow:not(:last-child) {
        margin-bottom: 1rem;
    }

    .footer__logo:not(:last-child) {
        padding-bottom: 2rem;
    }

    .footer__wrapper {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .footer__reviews {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        gap: 0rem;
    }

    .footer__about-us:not(:last-child) {
        padding-bottom: 2rem;
        padding-top: 2rem;
        border-bottom: 0.0625rem solid #487791;
    }

    .footer__follow-us {
        padding-bottom: 2rem;
        border-bottom: 0.0625rem solid #487791;
    }

    .menu-footer {
        padding-bottom: 2rem;
        border-bottom: 0.0625rem solid #487791;
        padding-inline: 20px;
    }

    .menu-footer__menu ul {
        
        grid-template-columns: repeat(2, auto);
    }

    .contact-footer {
        padding-bottom: 2rem;
        border-bottom: 0.0625rem solid #487791;
        padding-inline: 20px;
    }
    
    .about-us-footer,
    .follow-us-footer,
    .footer__actions,
    .quick-footer__links {
        padding-inline: 20px;
    }

    .log-in-footer__button {
        width: 100%;
    }

    .quick-footer {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .quick-footer__links {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        padding-bottom: 2rem;
        border-bottom: 0.0625rem solid #487791;
        border-top: 0.0625rem solid #487791;
        padding-top: 2rem;
    }

    .quick-footer__cards {
        margin: 0 auto;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-inline: 6.5px;
    }

    .info-footer__logo {
        display: none;
    }

    .info-footer__list {
        margin: 0 auto;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-inline: 6.5px;
    }

    .main__swiper-pagination {
        right: 50%;
        top: 93%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%);
    }

    .slide-main__actions {
        max-width: 100%;
    }

    .search-main {
        border-radius: 1.25rem;
        padding-top: 5.25rem;
        padding-bottom: 3rem;
    }

    .search-main h3 {
        text-align: left;
        font-size: 1.375rem;
        padding-left: 0.8125rem;
        padding-right: 0.8125rem;
    }

    .search-main__forma {
        margin-top: 0.25rem;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .search-main__forma button:first-of-type {
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-column: 1/2;
    }

    .search-main__line--calendar input {
        padding-top: 0.875rem;
        padding-bottom: 0.875rem;
        padding-left: 2.625rem;
    }

    .search-main__icon {
        left: 0.5rem;
    }

    /* .galery-sercices__wrapper {
        grid-template-columns: 1fr;
    } */

    .galery-sercices__image:not(:last-child) {
        margin-bottom: 1.25rem;
    }

    .galery-sercices__show {
        display: none;
    }

    .blog-page__actions {
        text-align: right;
    }

    .partner__slider {
        border-radius: 0rem;
        border: none;
        background-color: transparent;
        -webkit-backdrop-filter: blur(0px);
        backdrop-filter: blur(0px);
    }

    .partner__slider.swiper {
        overflow: visible;
    }

    /* .partner__slide {
        border-radius: 0.625rem;
        border: 0.0625rem solid #fff;
        background-color: rgba(255, 255, 255, 0.5);
        -webkit-backdrop-filter: blur(26.5px);
        backdrop-filter: blur(26.5px);
    } */

    .secvices__container h1 {
        text-align: left;
    }

    .secvices__wrapper {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .article-services__info p:not(:last-child) {
        margin-bottom: 1.5rem;
    }

    .asked__pictures {
        display: none;
    }

    .main-services__container h1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        text-align: left;
    }

    .main-services__container p {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        text-align: left;
    }

    .main-services__image {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .main-services__actions {
        display: block;
        -webkit-box-ordinal-group: 21;
        -ms-flex-order: 20;
        order: 20;
        text-align: right;
    }

    .additional__container h2 {
        text-align: left;
    }

    .additional__actions {
        display: none;
    }

    .rental__picture {
        display: none;
    }

    .main-faq__container h1 {
        text-align: left;
    }

    .main-faq__pictures-block {
        display: none;
    }

    .fraction__wrapper.swiper-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 0rem;
    }

    .fraction__wrapper div:nth-of-type(1) {
        padding-bottom: 56.4%;
    }

    .fraction__wrapper div:nth-of-type(2) {
        padding-bottom: 56.4%;
    }

    .fraction__wrapper div:nth-of-type(3) {
        padding-bottom: 56.4%;
    }

    .fraction__wrapper div:nth-of-type(4) {
        padding-bottom: 56.4%;
    }

    .fraction__wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .fraction__slide {
        position: relative;
        padding-bottom: 56.4%;
    }

    .fraction__slide img {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        -o-object-fit: cover;
        object-fit: cover;
    }

    .main-yacht-cadr__container h1 {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
    }

    .main-yacht-cadr__container {
        padding-left: 0rem;
        padding-right: 0rem;
    }

    .main-yacht-cadr__about {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
    }

    .main-yacht-cadr__image {
        border-radius: 0rem;
    }

    .body-yacht-card__team-block {
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }

    .body-yacht-card__ship-block {
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }

    .body-yacht-card__testination .testination__wrapper {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .body-yacht-card__trending .trending__wrapper-card {
        display: -ms-grid;
        display: grid;
        
        grid-template-columns: repeat(2, 1fr);
    }

    .trending__slider {
        display: none;
    }

    .special__article--applied {
        padding: 0.625rem;
    }

    .special__article {
        padding: 0.625rem;
    }

    .special__action-card {
        gap: 0.625rem;
    }

    .hero-blog__articles {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .hero-blog__article-big {
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-column: 1/2;
    }

    .menu-blog {
        display: none;
    }

    .blog-item__special h2 {
        text-align: left;
    }

    .main-blog__image {
        border-radius: 0.625rem;
    }

    .main-blog__image {
        padding-bottom: 12.5rem;
    }

    .main-blog__link-left span {
        font-size: 0rem;
    }

    .main-blog__link-right span {
        font-size: 0rem;
    }

    .special__wrapper:not(:last-child) {
        margin-bottom: 1.875rem;
    }

    .error__label {
        display: none;
    }

    .error__button {
        width: 95%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-left: 1.875rem;
        padding-right: 1.875rem;
    }

    .search-main__line--result-calendar input {
        padding-top: 0.71875rem;
        padding-bottom: 0.65625rem;
    }

    .payment__lines-top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .payment__lines-down {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .about-us__title {
        text-align: left;
    }

    .about-us__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .terms__title {
        text-align: left;
    }

    .terms__list-item {
        border-top: 0.0625rem solid rgba(144, 191, 219, 0.5);
    }

    .terms__sub-title {
        padding: 1.40625rem 0rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 0.3125rem;
    }

    .terms__sub-title span:last-of-type {
        display: block;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 1.5rem;
        flex: 0 0 1.5rem;
        width: 1.5rem;
        height: 1.5rem;
        position: relative;
    }

    .terms__sub-title span:last-of-type::before,
    .terms__sub-title span:last-of-type::after {
        content: "";
        display: inline-block;
        position: absolute;
        top: 50%;
        left: 50%;
        border-radius: 0.03125rem;
        width: 1rem;
        height: 0.125rem;
        background-color: #90bfdb;
        -webkit-transition: -webkit-transform 0.3s ease;
        transition: -webkit-transform 0.3s ease;
        -o-transition: transform 0.3s ease;
        transition: transform 0.3s ease;
        transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    }

    .terms__sub-title span:last-of-type::before {
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .terms__sub-title span:last-of-type::after {
        content: "";
        -webkit-transform: translate(-50%, -50%) rotate(90deg);
        -ms-transform: translate(-50%, -50%) rotate(90deg);
        transform: translate(-50%, -50%) rotate(90deg);
    }

    .terms__sub-title::before {
        -ms-flex-item-align: start;
        align-self: flex-start;
    }

    .terms__sub-title._spoller-active span::after {
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
        -ms-transform: translate(-50%, -50%) rotate(0deg);
        transform: translate(-50%, -50%) rotate(0deg);
    }

    .terms__sub-title--preamble {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .terms__text {
        padding-bottom: 1.25rem;
    }

    .policy__title {
        text-align: left;
    }

    .policy__item--spam .policy__sub-title {
        gap: 0rem;
    }

    .policy__sub-title {
        border-top: 0.0625rem solid rgba(144, 191, 219, 0.5);
        padding: 1.40625rem 0rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 0.3125rem;
    }

    .policy__sub-title span:last-of-type {
        display: block;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 1.5rem;
        flex: 0 0 1.5rem;
        width: 1.5rem;
        height: 1.5rem;
        position: relative;
    }

    .policy__sub-title span:last-of-type::before,
    .policy__sub-title span:last-of-type::after {
        content: "";
        display: inline-block;
        position: absolute;
        top: 50%;
        left: 50%;
        border-radius: 0.03125rem;
        width: 1rem;
        height: 0.125rem;
        background-color: #90bfdb;
        -webkit-transition: -webkit-transform 0.3s ease;
        transition: -webkit-transform 0.3s ease;
        -o-transition: transform 0.3s ease;
        transition: transform 0.3s ease;
        transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    }

    .policy__sub-title span:last-of-type::before {
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .policy__sub-title span:last-of-type::after {
        content: "";
        -webkit-transform: translate(-50%, -50%) rotate(90deg);
        -ms-transform: translate(-50%, -50%) rotate(90deg);
        transform: translate(-50%, -50%) rotate(90deg);
    }

    .policy__sub-title::before {
        -ms-flex-item-align: start;
        align-self: flex-start;
    }

    .policy__sub-title._spoller-active span::after {
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
        -ms-transform: translate(-50%, -50%) rotate(0deg);
        transform: translate(-50%, -50%) rotate(0deg);
    }

    .policy__body {
        padding-bottom: 1.25rem;
    }

    .policy__spam-list--sec {
        padding-left: 1.25rem;
    }

    .policy__spam-list {
        padding-left: 0.9375rem;
    }

    .policy__spam-list li::before {
        left: 0;
    }

    .policy__spam-list--sec {
        padding-left: 1.875rem;
    }

    .policy__spam-list--th {
        padding-left: 0rem;
    }

    .partners__item:not(:last-child) {
        margin-bottom: 2.5rem;
    }

    .partners__link {
        gap: 1rem;
        background-color: transparent;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }

    .partners__logo {
        background-color: #fff;
        -ms-grid-column-align: stretch;
            justify-self: stretch;
        min-height: 17.6875rem;
    }

    .partners__sub-title {
        padding: 0rem;
    }

    .testimonials__title {
        text-align: left;
    }

    .testimonials__talking {
        -ms-grid-column-align: stretch;
            justify-self: stretch;
        padding: 0rem;
    }
}

@media (max-width: 767.98px) and (max-width: 389px) and (max-width: 21.875em) {
    .nav__burger-logo {
        margin-left: 0.0000000625rem;
    }

    .nav__burger-logo {
        margin-right: 0.0000000625rem;
    }
}

@media (max-width: 767.98px) and (max-width: 61.99875em) {
    .body-yacht-card__trending .trending__wrapper-card {
        gap: 1.5rem;
    }
}

@media (max-width: 767.98px) and (max-width: 29.99875em) {
    .special__about div {
        padding-bottom: 9.375rem;
    }
}

@media (max-width: 600px) {
    .main-yacht-cadr__image {
        padding-bottom: 44%;
    }

    .body-yacht-card__trending .trending__wrapper-card {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .body-yacht-card__trending .trending__wrapper-card .card-ship__image {
        padding-bottom: 41%;
    }

    .body-yacht-card__trending .trending__wrapper-card:not(:last-child) {
        margin-bottom: 1.5rem;
    }

    .aside-yacht-card__special {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .aside-yacht-card__special h2 {
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-column: 1/2;
        text-align: left;
    }

    .aside-yacht-card__special :last-child {
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-column: 1/2;
    }

    .yacht-card-selected__aside .aside-yacht-card__special {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .yacht-card-selected__aside h2 {
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-column: 1/2;
    }

    .yacht-card-selected__aside .aside-yacht-card__actions {
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-column: 1/2;
    }
}

@media (max-width: 590px) {
    .nav__actions {
        -webkit-transform: translate(-50%, 36%);
        -ms-transform: translate(-50%, 36%);
        transform: translate(-50%, 36%);
    }
    

    .hottest__wrapper {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .trending__wrapper {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .blog-page__wrapper {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .blog-page__big-card .blog-page__picture {
        padding-bottom: 48%;
    }

    .blog-page__big-card .blog-page__content p {
        display: none;
    }

    .blog-page__card .blog-page__picture {
        padding-bottom: 48%;
    }

    .blog-page__card--small-picture .blog-page__picture {
        padding-bottom: 48%;
    }
}

@media (max-width: 550px) {
    .register__actions {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media (max-width: 530px) {
    .additional__wrapper {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
}

@media (max-width: 525px) {
    .testination__wrapper {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
}

@media (max-width: 520px) {
    .nav__actions {
        -webkit-transform: translate(-50%, 36%);
        -ms-transform: translate(-50%, 36%);
        transform: translate(-50%, 36%);
    }
}

@media (max-width: 479.98px) {
    .social-popup {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .card-ship__image {
        padding-bottom: 9.375rem;
    }

    .header {
        border-bottom: 0.125rem solid rgba(144, 191, 219, 0.5);
    }

    .header--main {
        border-bottom: 0.125rem solid transparent;
    }

    .header._header-scroll {
        border-bottom: 0.125rem solid rgba(144, 192, 219, 0.5);
    }

    .log-in-footer__btn {
        /* width: 13rem; */
        width: 100%;
    }

    .main-services__image {
        padding-bottom: 11.8125rem;
    }

    .main-faq__spollers {
        background-color: #f2f6f8;
    }

    .main-yacht-cadr__image {
        padding-bottom: 55.7%;
    }

    .hero-blog__article-big .hero-blog__image {
        padding-bottom: 61.5%;
    }

    .hero-blog__image {
        padding-bottom: 61.5%;
    }

    .payment__sub-title {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

@media (max-width: 479px) {
    .blog-page__big-card .blog-page__picture {
        padding-bottom: 58%;
    }

    .blog-page__card .blog-page__picture {
        padding-bottom: 58%;
    }

    .blog-page__card--small-picture .blog-page__picture {
        padding-bottom: 58%;
    }
}

@media (max-width: 390px) {
    .nav__actions {
        -webkit-transform: translate(-50%, 36%);
        -ms-transform: translate(-50%, 36%);
        transform: translate(-50%, 36%);
    }
}

@media (max-width: 389px) {
    .select-main__title {
        font-size: 0.75rem;
    }

    .select-main__option {
        font-size: 0.75rem;
    }

    .select_form-type-monye .select-main__options {
        font-size: 0.625rem;
        padding: 0.3125rem 0rem;
    }

    .select_form-type-monye .select-main__option {
        font-size: 0.625rem;
        padding: 0rem 0.125rem;
    }

    .select_form-lang .select-main__options {
        font-size: 0.625rem;
        padding: 0.3125rem 0rem;
    }

    .select_form-lang .select-main__option {
        font-size: 0.625rem;
        padding: 0rem 0.125rem;
    }

    .select_form-type-monye-dark-header .select-main__title,
    .select_form-lang-dark-header .select-main__title {
        width: 1.875rem;
        font-size: 0.625rem;
        padding-top: 0.65625rem;
        padding-bottom: 0.34375rem;
        padding-right: 0.125rem;
        padding-left: 0.125rem;
    }

    .select_form-type-monye-dark-header .select-main__options,
    .select_form-lang-dark-header .select-main__options {
        font-size: 0.625rem;
        padding: 0.3125rem 0rem;
    }

    .select_form-type-monye-dark-header .select-main__option,
    .select_form-lang-dark-header .select-main__option {
        font-size: 0.625rem;
        padding: 0rem 0.125rem;
    }

    .select_form-n-a .select-main__title,
    .select_form-hors .select-main__title,
    .select_form-passengers .select-main__title {
        font-size: 0.75rem;
    }

    .select_form-n-a-yacht .select-main__title,
    .select_form-hors-yacht .select-main__title,
    .select_form-passengers-yacht .select-main__title {
        font-size: 0.75rem;
    }

    .select_form-n-a-result .select-main__title,
    .select_form-hors-result .select-main__title,
    .select_form-passengers-result .select-main__title {
        font-size: 0.75rem;
    }

    .select_form-n-a-criteion-selected .select-main__title,
    .select_form-hors-criteion-selected .select-main__title,
    .select_form-passengers-criteion-selected .select-main__title {
        font-size: 0.75rem;
    }

    .select_form-sort .select-main__option {
        font-size: 0.75rem;
    }

    .select_form-sort-mobile .select-main__option {
        font-size: 0.75rem;
    }

    .title {
        font-size: 1.5rem;
    }

    .header__container {
        gap: 0.625rem;
    }

    .nav__actions {
        -webkit-transform: translate(-50%, 36%);
        -ms-transform: translate(-50%, 36%);
        transform: translate(-50%, 36%);
    }

    .galery-sercices__image {
        padding-bottom: 11.25rem;
    }

    .register__wrapper h2 {
        font-size: 1.375rem;
    }

    .hottest-offers {
        padding-top: 2.875rem;
    }

    .trending-boats {
        padding-top: 2.875rem;
    }

    .services {
        padding-top: 2.875rem;
    }

    .faq {
        padding-top: 2.875rem;
    }

    .yacht-card {
        padding-top: 2.875rem;
    }

    .serv-new {
        padding-top: 2.875rem;
    }
     .create-account {
        padding-top: 2.875rem;
    }

    .blog {
        padding-top: 2.875rem;
    }

    .blog-item {
        padding-top: 2.875rem;
    }

    .special-offers {
        padding-top: 2.875rem;
    }

    .error {
        padding-top: 2.875rem;
    }

    .result {
        padding-top: 2.875rem;
    }

    .main-result__search {
        padding-right: 0.625rem;
        padding-left: 0.625rem;
    }

    .main-result__mobile-filters {
        padding-right: 0.625rem;
        padding-left: 0.625rem;
    }

    .mobile-filters__data {
        padding-left: 0.3125rem;
        padding-right: 0.3125rem;
    }

    .mobile-filters__decore {
        font-size: 0.75rem;
    }

    .mobile-filters__date {
        font-size: 0.75rem;
    }

    .mobile-filters__time {
        font-size: 0.75rem;
    }

    .mobile-filters__passenger {
        font-size: 0.75rem;
    }

    .mobile-filters__button {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 2.625rem;
        flex: 0 0 2.625rem;
        width: 2.625rem;
        height: 2.625rem;
        font-size: 1rem;
    }

    .yacht-card-selected {
        padding-top: 2.875rem;
    }

    .confirmation {
        padding-top: 2.875rem;
    }

    .about-us {
        padding-top: 2.875rem;
    }

    .terms {
        padding-top: 2.875rem;
    }

    .policy {
        padding-top: 2.875rem;
    }

    .partners {
        padding-top: 2.875rem;
    }

    .testimonials {
        padding-top: 2.875rem;
    }
}

@media (max-width: 389px) and (max-width: 21.875em) {
    .slide-main__wrapper h1 {
        font-size: 2.25rem;
    }

    .slide-main__wrapper p {
        font-size: 1.375rem;
    }

    .slide-main__wrapper--second h2 {
        font-size: 2.25rem;
    }

    .slide-main__wrapper--second p {
        font-size: 1.375rem;
    }

    .search-main h3 {
        font-size: 1rem;
    }
}

@media (max-width: 374px) {
    .select_form-type-monye .select-main__title {
        width: 1.875rem;
        font-size: 0.625rem;
        padding-top: 0.65625rem;
        padding-bottom: 0.34375rem;
        padding-right: 0.125rem;
        padding-left: 0.125rem;
    }

    .select_form-lang .select-main__title {
        width: 1.875rem;
        font-size: 0.625rem;
        padding-top: 0.65625rem;
        padding-bottom: 0.34375rem;
        padding-right: 0.125rem;
        padding-left: 0.125rem;
    }

    .header {
        min-height: 2.9375rem;
    }

    .nav__whatsapp {
        padding-top: 0.5rem;
        padding-bottom: 0.375rem;
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }

    .nav__telegram {
        padding-top: 0.5rem;
        padding-bottom: 0.375rem;
        padding-right: 0.40625rem;
        padding-left: 0.40625rem;
    }

    .nav__button {
        padding-top: 0.5rem;
        padding-bottom: 0.375rem;
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }

    .nav__actions {
        -webkit-transform: translate(-50%, 36%);
        -ms-transform: translate(-50%, 36%);
        transform: translate(-50%, 36%);
    }

    .nav__icon {
        padding-top: 0.4375rem;
        padding-bottom: 0.4375rem;
        padding-right: 0.3125rem;
        padding-left: 0.3125rem;
    }
}

@media (max-width: 370px) and (max-width: 20em) {
    .booking-details__type-ship {
        font-size: 0.75rem;
    }

    .booking-details__name-ship {
        font-size: 0.75rem;
    }

    .booking-details__start-time {
        font-size: 0.75rem;
    }

    .booking-details__data {
        font-size: 0.75rem;
    }

    .booking-details__time {
        font-size: 0.75rem;
    }

    .booking-details__duration {
        font-size: 0.75rem;
    }

    .booking-details__duration-value {
        font-size: 0.75rem;
    }

    .booking-details__passengers {
        font-size: 0.75rem;
    }

    .booking-details__passengers-value {
        font-size: 0.75rem;
    }
}

@media (max-width: 330px) {
    .header__container {
        gap: 0.3125rem;
    }
}

@media (max-width: 20em) {
    .body-yacht-card__title {
        padding-left: 1.25rem;
    }

    .body-yacht-card__body {
        margin-right: 0.0000000625rem;
    }

    .body-yacht-card__testination {
        margin-right: 0.0000000625rem;
    }

    .main-result__mobile-filters {
        padding-top: 3.9375rem;
    }

    .booking-details__offers {
        padding-right: 0.75rem;
    }

    .booking-details__offers {
        padding-left: 0.75rem;
    }
}

@media (max-width: 83.75em) {
    .trending__wrapper {
        -webkit-column-gap: 0.625rem;
        -moz-column-gap: 0.625rem;
        column-gap: 0.625rem;
    }
}

@media (max-width: 82.5em) {
    .trending__wrapper {
        row-gap: 1.5rem;
    }
}

@media (max-width: 78.75em) {
    .rental__info {
        row-gap: 1.5rem;
    }

    .rental__answers h3 {
        font-size: 1.25rem;
    }

    .asked__container h2 {
        font-size: 2.25rem;
    }

    .asked__info {
        row-gap: 1.5rem;
    }
}

@media (max-width: 77.5em) {
    .payment__sub-title {
        padding-right: 0.4375rem;
    }

    .payment__sub-title {
        padding-left: 0.4375rem;
    }
}

@media (max-width: 73.125em) {
    .select_form-n-a .select-main__title,
    .select_form-hors .select-main__title,
    .select_form-passengers .select-main__title {
        padding-right: 0.625rem;
    }

    .select_form-n-a .select-main__value,
    .select_form-hors .select-main__value,
    .select_form-passengers .select-main__value {
        gap: 0.5rem;
    }

    .select_form-n-a-yacht .select-main__value,
    .select_form-hors-yacht .select-main__value,
    .select_form-passengers-yacht .select-main__value {
        gap: 0.5rem;
    }

    .select_form-n-a-result .select-main__value,
    .select_form-hors-result .select-main__value,
    .select_form-passengers-result .select-main__value {
        gap: 0.5rem;
    }

    .select_form-n-a-criteion-selected .select-main__value,
    .select_form-hors-criteion-selected .select-main__value,
    .select_form-passengers-criteion-selected .select-main__value {
        gap: 0.5rem;
    }

    .select_form-n-a-apply-offers .select-main__value,
    .select_form-hors-apply-offers .select-main__value,
    .select_form-passengers-apply-offers .select-main__value {
        gap: 0.5rem;
    }

    .search-main__icon {
        right: 0.625rem;
    }

    .search-main__button {
        padding-right: 1rem;
    }

    .search-main__button {
        padding-left: 1rem;
    }
}

@media (max-width: 68.75em) {
    .hero-blog__article-big .hero-blog__body .hero-blog__card-title {
        font-size: 1.125rem;
    }

    .main-result__search {
        padding-right: 0.9375rem;
    }

    .main-result__search {
        padding-left: 0.9375rem;
    }
}

@media (max-width: 62.06125em) {
    .special-offers__special h1 {
        font-size: 1.75rem;
    }
}

@media (max-width: 61.99875em) {
    .options {
        -webkit-box-shadow: none;
        box-shadow: none;
        border-radius: 0rem;
        width: 100%;
        padding: 1rem 0rem 0rem 0rem;
    }

    .select-main__title {
        font-size: 0.75rem;
    }

    .select-main__option {
        font-size: 0.75rem;
    }

    .select_form-sort .select-main__option {
        font-size: 0.75rem;
    }

    .select_form-sort-mobile .select-main__option {
        font-size: 0.75rem;
    }

    .title {
        font-size: 1.75rem;
    }

    .sub-title {
        font-size: 1.25rem;
    }

    .rental__container h2 {
        font-size: 1.75rem;
    }

    .search-main {
        padding-right: 0.9375rem;
    }

    .search-main {
        padding-left: 0.9375rem;
    }

    .search-main h3 {
        font-size: 1.25rem;
    }

    .hottest__container h2 {
        font-size: 1.75rem;
    }

    .trending__container h2 {
        font-size: 1.75rem;
    }

    .galery-sercices__container h2 {
        font-size: 1.75rem;
    }

    /* .galery-sercices__wrapper {
        row-gap: 1.5rem;
    } */

    .galery-sercices__title {
        font-size: 1.25rem;
    }

    .galery-sercices__title:not(:last-child) {
        margin-bottom: 1rem;
    }

    .register__wrapper h2 {
        font-size: 1.75rem;
    }

    .testination__container h2 {
        font-size: 1.75rem;
    }

    .blog-page__container h2 {
        font-size: 1.75rem;
    }

    .blog-page__wrapper:not(:last-child) {
        margin-bottom: 2rem;
    }

    .blog-page__card .blog-page__picture:not(:last-child) {
        margin-bottom: 1rem;
    }

    .blog-page__card--small-picture .blog-page__picture:not(:last-child) {
        margin-bottom: 1rem;
    }

    .blog-page__content:not(:last-child) {
        margin-bottom: 1rem;
    }

    .partner__container h2 {
        font-size: 1.75rem;
    }

    .article-services__title {
        font-size: 1.25rem;
    }

    .hottest-offers__hottest .hottest__wrapper {
        row-gap: 1.5rem;
    }

    .hottest-offers__hottest h1 {
        font-size: 1.75rem;
    }

    .trending-boats__trending h1 {
        font-size: 1.75rem;
    }

    .services__trending .trending__wrapper {
        row-gap: 1.5rem;
    }

    .services__trending h2 {
        font-size: 1.75rem;
    }

    .services__trending h2 {
        font-size: 1.75rem;
    }

    .services__testination .testination__small-container h2 {
        font-size: 1.75rem;
    }

    .main-services__container h1 {
        font-size: 1.75rem;
    }

    .blog-services__article:not(:last-child) {
        margin-bottom: 2rem;
    }

    .blog-services__info h3 {
        font-size: 1.5rem;
    }

    .blog-services__info h3:not(:last-child) {
        margin-bottom: 0.5rem;
    }

    .additional__container h2 {
        font-size: 1.75rem;
    }

    .additional__title {
        font-size: 1.25rem;
    }

    .main-faq__container h1 {
        font-size: 1.75rem;
    }

    .yacht-card__aside {
        padding-left: 0.75rem;
    }

    .yacht-card__aside {
        padding-right: 0.75rem;
    }

    .galery-page-yacht__wrapper {
        padding-bottom: 0.75rem;
    }

    .galery-page-yacht__actions {
        height: 4.125rem;
    }

    .galery-page-yacht__actions {
        padding-top: 0.9375rem;
    }

    .galery-page-yacht__actions {
        padding-bottom: 0.9375rem;
    }

    .galery-page-yacht__actions {
        padding-left: 0.9375rem;
    }

    .galery-page-yacht__actions {
        padding-right: 0.9375rem;
    }

    .body-yacht-card__team-block {
        gap: 1rem;
    }

    .body-yacht-card__crew {
        gap: 0.3125rem;
    }

    .body-yacht-card__crew {
        font-size: 0.875rem;
    }

    .body-yacht-card__ship-block {
        gap: 1rem;
    }

    .body-yacht-card__item {
        gap: 0.3125rem;
    }

    .body-yacht-card__item {
        font-size: 0.875rem;
    }

    .body-yacht-card__suitable-block h3 {
        font-size: 1.25rem;
    }

    .body-yacht-card__suitable-block ul {
        -webkit-column-gap: 1rem;
        -moz-column-gap: 1rem;
        column-gap: 1rem;
    }

    .body-yacht-card__suitable-block ul li {
        font-size: 0.875rem;
    }

    .body-yacht-card__technical-block ul {
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
    }

    .body-yacht-card__technical-block ul {
        row-gap: 1rem;
    }

    .body-yacht-card__technical-block ul li {
        -webkit-column-gap: 0.625rem;
        -moz-column-gap: 0.625rem;
        column-gap: 0.625rem;
    }

    .body-yacht-card__technical-block ul li p {
        font-size: 0.875rem;
    }

    .body-yacht-card__technical-block ul li span {
        font-size: 0.875rem;
    }

    .body-yacht-card__included-block ul {
        -webkit-column-gap: 1rem;
        -moz-column-gap: 1rem;
        column-gap: 1rem;
    }

    .body-yacht-card__included-block ul li {
        font-size: 0.875rem;
    }

    .body-yacht-card__drinks-block ul {
        -webkit-column-gap: 1rem;
        -moz-column-gap: 1rem;
        column-gap: 1rem;
    }

    .body-yacht-card__drinks-block ul li {
        font-size: 0.875rem;
    }

    .body-yacht-card__title::before {
        width: 1.25rem;
    }

    .body-yacht-card__body {
        padding-bottom: 1.25rem;
    }

    .body-yacht-card__testination {
        padding-bottom: 1.25rem;
    }

    .body-yacht-card__testination .testination__wrapper {
        row-gap: 1.25rem;
    }

    .body-yacht-card__list-option {
        -webkit-column-gap: 1rem;
        -moz-column-gap: 1rem;
        column-gap: 1rem;
    }

    .body-yacht-card__list-option {
        row-gap: 0.5rem;
    }

    .body-yacht-card__list-option li {
        font-size: 0.875rem;
    }

    .body-yacht-card__trending {
        padding-left: 0.75rem;
    }

    .body-yacht-card__trending {
        padding-right: 0.75rem;
    }

    .body-yacht-card__questions {
        padding-top: 1.375rem;
    }

    .body-yacht-card__questions {
        padding-bottom: 3rem;
    }

    .body-yacht-card__questions {
        padding-left: 0.75rem;
    }

    .body-yacht-card__questions {
        padding-right: 0.75rem;
    }

    .body-yacht-card__questions div:not(:last-child) {
        margin-bottom: 1.25rem;
    }

    .body-yacht-card__questions ul:not(:last-child) {
        margin-bottom: 2.5rem;
    }

    .trending__top:not(:last-child) {
        margin-bottom: 1.5rem;
    }

    .aside-yacht-card__form:not(:last-child) {
        margin-bottom: 4rem;
    }

    .aside-yacht-card__special {
        gap: 1.5rem;
    }

    .form-yacht__head {
        padding-top: 0.625rem;
    }

    .form-yacht__head {
        padding-right: 0.625rem;
    }

    .form-yacht__head {
        padding-left: 0.625rem;
    }

    .form-yacht__head {
        padding-bottom: 0.625rem;
    }

    .hero-blog h1 {
        font-size: 1.75rem;
    }

    .blog-item__special h2 {
        font-size: 1.75rem;
    }

    .main-blog__container h1:not(:last-child) {
        margin-bottom: 2rem;
    }

    .main-blog__post p:not(:last-child) {
        margin-bottom: 2rem;
    }

    .main-blog__post h2 {
        font-size: 1.5rem;
    }

    .main-blog__post h3 {
        font-size: 1.25rem;
    }

    .main-blog__post h3:not(:last-child) {
        margin-bottom: 1rem;
    }

    .main-blog__post ul:not(:last-child) {
        margin-bottom: 2rem;
    }

    .main-blog__image:not(:last-child) {
        margin-bottom: 1rem;
    }

    .special__wrapper {
        row-gap: 1.25rem;
    }

    .special-offers__special h1:not(:last-child) {
        margin-bottom: 2rem;
    }

    .result__main {
        padding-top: 2rem;
    }

    .main-result__search {
        padding-bottom: 0.9375rem;
    }

    .main-result__search {
        padding-top: 0.9375rem;
    }

    .aside-yacht-card__team-block {
        gap: 1rem;
    }

    .aside-yacht-card__crew {
        gap: 0.3125rem;
    }

    .aside-yacht-card__crew {
        font-size: 0.875rem;
    }

    .aside-yacht-card__ship-block {
        gap: 1rem;
    }

    .aside-yacht-card__item {
        gap: 0.3125rem;
    }

    .aside-yacht-card__item {
        font-size: 0.875rem;
    }

    .confirmation {
        padding-bottom: 1.25rem;
    }

    .confirmation__container {
        padding-right: 0.5rem;
    }

    .confirmation__container {
        padding-left: 0.5rem;
    }

    .main-cofirmation__top {
        padding-top: 0.75rem;
    }

    .main-cofirmation__top {
        padding-right: 0.5rem;
    }

    .main-cofirmation__top {
        padding-bottom: 1.25rem;
    }

    .personal-info {
        padding-right: 0.75rem;
    }

    .personal-info {
        padding-left: 0.75rem;
    }

    .options-conf {
        padding-right: 0.75rem;
    }

    .options-conf {
        padding-left: 0.75rem;
    }

    .options-conf__list {
        gap: 1rem;
    }

    .warning-conf {
        gap: 0.5rem;
    }

    .warning-conf {
        padding: 0.75rem;
    }

    .warning-conf__item {
        padding: 0.75rem;
    }

    .payment__nav-wrapper {
        padding-right: 0.75rem;
    }

    .payment__nav-wrapper {
        padding-left: 0.75rem;
    }

    .payment__navigation {
        gap: 0.625rem;
    }

    .payment__sub-title {
        font-size: 0.75rem;
    }

    .payment__payment-info {
        padding-right: 0.75rem;
    }

    .payment__payment-info {
        padding-left: 0.75rem;
    }

    .policies-conf {
        padding-top: 1.25rem;
    }

    .policies-conf {
        padding-right: 0.75rem;
    }

    .policies-conf {
        padding-bottom: 1.25rem;
    }

    .policies-conf h2 {
        font-size: 1.25rem;
    }

    .policies-conf__our-policies:not(:last-child) {
        margin-bottom: 1.25rem;
    }

    .policies-conf__payment:not(:last-child) {
        margin-bottom: 1.25rem;
    }

    .asked-conf {
        padding-top: 1.25rem;
    }

    .asked-conf {
        padding-right: 0.5rem;
    }

    .asked-conf h2 {
        font-size: 1.25rem;
    }

    .asked-conf__title {
        padding-top: 1.5rem;
    }

    .asked-conf__title {
        padding-bottom: 1.5rem;
    }

    .asked-conf__title {
        padding-right: 0.5rem;
    }

    .asked-conf__title {
        padding-left: 0.5rem;
    }

    .asked-conf__title {
        font-size: 1rem;
    }

    .booking-details {
        padding-left: 0.25rem;
    }

    .booking-details__checked-info {
        padding-right: 0.75rem;
    }

    .booking-details__checked-info {
        padding-left: 0.75rem;
    }

    .booking-details__title {
        font-size: 1.25rem;
    }

    .booking-details__type-ship {
        font-size: 0.875rem;
    }

    .booking-details__name-ship {
        font-size: 0.875rem;
    }

    .booking-details__start-time {
        font-size: 0.875rem;
    }

    .booking-details__data {
        font-size: 0.875rem;
    }

    .booking-details__time {
        font-size: 0.875rem;
    }

    .booking-details__duration {
        font-size: 0.875rem;
    }

    .booking-details__duration-value {
        font-size: 0.875rem;
    }

    .booking-details__passengers {
        font-size: 0.875rem;
    }

    .booking-details__passengers-value {
        font-size: 0.875rem;
    }

    .booking-details__special-offers h3 {
        font-size: 1.25rem;
    }

    .booking-details__icon:not(:last-child) {
        margin-bottom: 1rem;
    }
}

@media (max-width: 61.994375em) {
    .main-blog__post span:not(:last-child) {
        margin-bottom: 1rem;
    }
}

@media (max-width: 61.999375em) {
    .booking-details__promo {
        gap: 0.75rem;
    }
}

@media (max-width: 56.99875em) {
    .blog-page__content a {
        font-size: 1.25rem;
    }
}

@media (max-width: 47.99875em) {
    .select_form-type-monye .select-main__title {
        padding-top: 0.89375rem;
    }

    .select_form-type-monye .select-main__title {
        padding-bottom: 0.575rem;
    }

    .select_form-type-monye .select-main__title {
        padding-right: 0.3125rem;
    }

    .select_form-type-monye .select-main__title {
        padding-left: 0.3125rem;
    }

    .select_form-type-monye .select-main__title {
        width: 2.5rem;
    }

    .select_form-lang .select-main__title {
        padding-top: 0.89375rem;
    }

    .select_form-lang .select-main__title {
        padding-bottom: 0.575rem;
    }

    .select_form-lang .select-main__title {
        padding-right: 0.3125rem;
    }

    .select_form-lang .select-main__title {
        padding-left: 0.3125rem;
    }

    .select_form-lang .select-main__title {
        width: 2.5rem;
    }

    .select_form-type-monye-dark-header .select-main__title,
    .select_form-lang-dark-header .select-main__title {
        padding-top: 0.89375rem;
    }

    .select_form-type-monye-dark-header .select-main__title,
    .select_form-lang-dark-header .select-main__title {
        padding-bottom: 0.575rem;
    }

    .select_form-type-monye-dark-header .select-main__title,
    .select_form-lang-dark-header .select-main__title {
        padding-right: 0.3125rem;
    }

    .select_form-type-monye-dark-header .select-main__title,
    .select_form-lang-dark-header .select-main__title {
        padding-left: 0.3125rem;
    }

    .select_form-type-monye-dark-header .select-main__title,
    .select_form-lang-dark-header .select-main__title {
        width: 2.5rem;
    }

    .popup--book .popup__close {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 2.5rem;
        height: 2.5rem;
        padding: 0rem;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        position: absolute;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        top: 2rem;
        right: 1.25rem;
    }

    .popup--book .popup__close::before,
    .popup--book .popup__close::after {
        content: "";
        position: absolute;
        width: 100%;
        width: 1.125rem;
        height: 0.125rem;
        background-color: #90bfdb;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .popup--book .popup__close::after {
        -webkit-transform: translate(-50%, -50%) rotate(-45deg);
        -ms-transform: translate(-50%, -50%) rotate(-45deg);
        transform: translate(-50%, -50%) rotate(-45deg);
    }

    .popup--book .popup__close::before {
        -webkit-transform: translate(-50%, -50%) rotate(45deg);
        -ms-transform: translate(-50%, -50%) rotate(45deg);
        transform: translate(-50%, -50%) rotate(45deg);
    }

    .popup-in .popup__content {
        padding-top: 2rem;
    }

    .popup-in .popup__content {
        padding-bottom: 9.0625rem;
    }

    .popup-in__title:not(:last-child) {
        margin-bottom: 3.5rem;
    }

    .successfully-booked .popup__content {
        gap: 2rem;
    }

    .spollers__title {
        font-size: 1.25rem;
    }

    .spollers__body {
        padding-left: 2.625rem;
    }

    .spollers__body {
        padding-right: 1.25rem;
    }

    .title--main {
        font-size: 3rem;
    }

    .rental__container {
        gap: 0.75rem;
    }

    .rental__container h2:not(:last-child) {
        margin-bottom: 2rem;
    }

    .rental__answers h3:not(:last-child) {
        margin-bottom: 1rem;
    }

    .asked__answers h3:not(:last-child) {
        margin-bottom: 1rem;
    }

    .header {
        min-height: 3.5rem;
    }

    .header__logo {
        font-size: 0.625rem;
    }

    .header__logo span:first-of-type {
        font-size: 1.5rem;
    }

    .header__logo span:first-of-type:not(:last-child) {
        margin-right: 0.25rem;
    }

    .header__main-logo {
        font-size: 0.625rem;
    }

    .header__main-logo span:first-of-type {
        font-size: 1.5rem;
    }

    .header__main-logo span:first-of-type:not(:last-child) {
        margin-right: 0.25rem;
    }

    .header__nav {
        -webkit-column-gap: 0.0000000625rem;
        -moz-column-gap: 0.0000000625rem;
        column-gap: 0.0000000625rem;
    }

    .nav__list {
        -webkit-column-gap: 0.0000000625rem;
        -moz-column-gap: 0.0000000625rem;
        column-gap: 0.0000000625rem;
    }

    .nav__link {
        padding-top: 0.8125rem;
    }

    .nav__link {
        padding-bottom: 0.8125rem;
    }

    .nav__link {
        padding-right: 0.8125rem;
    }

    .nav__link {
        padding-left: 0.8125rem;
    }

    .nav__whatsapp {
        padding-top: 0.8125rem;
    }

    .nav__whatsapp {
        padding-bottom: 0.6875rem;
    }

    .nav__whatsapp {
        padding-right: 0.8125rem;
    }

    .nav__whatsapp {
        padding-left: 0.8125rem;
    }

    .nav__whatsapp {
        font-size: 0.875rem;
    }

    .nav__telegram {
        padding-top: 0.8125rem;
    }

    .nav__telegram {
        padding-bottom: 0.6875rem;
    }

    .nav__telegram {
        padding-right: 0.7125rem;
    }

    .nav__telegram {
        padding-left: 0.7125rem;
    }

    .nav__telegram {
        font-size: 0.875rem;
    }

    .nav__button {
        padding-top: 0.8125rem;
    }

    .nav__button {
        padding-bottom: 0.6875rem;
    }

    .nav__button {
        padding-right: 0.7875rem;
    }

    .nav__button {
        padding-left: 0.7875rem;
    }

    .nav__button {
        font-size: 0.875rem;
    }

    .nav__icon {
        padding-bottom: 0.75rem;
    }

    .nav__icon {
        padding-top: 0.75rem;
    }

    .nav__icon {
        padding-right: 0.625rem;
    }

    .nav__icon {
        padding-left: 0.625rem;
    }

    .footer {
        padding-top: 4rem;
    }

    .footer {
        padding-bottom: 1.875rem;
    }

    .footer__wrapper:not(:last-child) {
        margin-bottom: 2rem;
    }

    .menu-footer__title:not(:last-child) {
        margin-bottom: 1rem;
    }

    .contact-footer__title:not(:last-child) {
        margin-bottom: 0.5rem;
    }

    .about-us-footer__title:not(:last-child) {
        margin-bottom: 0.5rem;
    }

    .about-us-footer__list {
        gap: 1rem;
    }

    .follow-us-footer__title:not(:last-child) {
        margin-bottom: 0.5rem;
    }

    .log-in-footer__title:not(:last-child) {
        margin-bottom: 1rem;
    }

    .quick-footer__title:not(:last-child) {
        margin-bottom: 1rem;
    }

    .page__hottest {
        padding-bottom: 3rem;
    }

    .page__trending {
        padding-top: 4rem;
    }

    .page__trending {
        padding-bottom: 3rem;
    }

    .page__rental {
        padding-top: 4rem;
    }

    .page__rental a {
        display: none;
    }

    .page__rental .rental__slider,
    .page__asked .asked__slider {
        display: none;
    }

    .page__rental {
        padding-bottom: 3rem;
    }

    .page__services-galery {
        padding-top: 4rem;
    }

    .page__services-galery {
        padding-bottom: 3rem;
    }

    .page__register {
        padding-top: 3rem;
        /* display: none; */
    }

    .page__register {
        padding-bottom: 3rem;
    }

    .page__asked {
        padding-top: 4rem;
    }

    .page__asked {
        padding-bottom: 3rem;
    }

    .page__testination {
        padding-top: 4rem;
    }

    .page__testination {
        padding-bottom: 3rem;
    }

    .page__blog {
        padding-top: 4rem;
    }

    .page__blog {
        padding-bottom: 3rem;
    }

    .page__partner {
        padding-top: 4rem;
    }

    .page__partner {
        padding-bottom: 3rem;
        /* display: none; */
    }

    .slide-main__wrapper {
        padding-top: 7.125rem;
    }

    .slide-main__wrapper {
        padding-right: 1rem;
    }

    .slide-main__wrapper {
        padding-left: 1rem;
    }

    .slide-main__wrapper {
        padding-bottom: 3.5rem;
    }

    .slide-main__wrapper h1 {
        font-size: 3rem;
    }

    .slide-main__wrapper h1:not(:last-child) {
        margin-bottom: 1.5rem;
    }

    .slide-main__wrapper p:not(:last-child) {
        margin-bottom: 2.125rem;
    }

    .slide-main__wrapper--second h2 {
        font-size: 3rem;
    }

    .slide-main__wrapper--second h2:not(:last-child) {
        margin-bottom: 1.5rem;
    }

    .slide-main__wrapper--second p:not(:last-child) {
        margin-bottom: 2.125rem;
    }

    /* .hottest__container h2:not(:last-child) {
        margin-bottom: 32px;
    } */

    .hottest__wrapper:not(:last-child) {
        margin-bottom: 1.5rem;
    }

    .trending__container h2:not(:last-child) {
        margin-bottom: 2rem;
    }

    .trending__title:not(:last-child) {
        margin-bottom: 2rem;
    }

    .trending__wrapper:not(:last-child) {
        margin-bottom: 1.5rem;
    }

    .galery-sercices__container h2:not(:last-child) {
        margin-bottom: 2rem;
    }

    /* .galery-sercices__wrapper:not(:last-child) {
        margin-bottom: 1.5rem;
    } */

    .register__wrapper {
        padding-bottom: 4rem;
    }

    .register__wrapper {
        padding-top: 4rem;
    }

    .register__wrapper {
        padding-right: 1rem;
    }

    .register__wrapper {
        padding-left: 1rem;
    }

    .register__wrapper h2:not(:last-child) {
        margin-bottom: 1.5rem;
    }

    .register__text {
        font-size: 1.25rem;
    }

    .register__text:not(:last-child) {
        margin-bottom: 1.5rem;
    }

    .register__actions {
        gap: 1rem;
    }

    .register__actions:not(:last-child) {
        margin-bottom: 2rem;
    }

    .register__login:not(:last-child) {
        margin-bottom: 1rem;
    }

    .testination__container h2:not(:last-child) {
        margin-bottom: 2rem;
    }

    .testination__wrapper:not(:last-child) {
        margin-bottom: 1.5rem;
    }

    .blog-page__container h2:not(:last-child) {
        margin-bottom: 2rem;
    }

    .partner__container h2:not(:last-child) {
        margin-bottom: 2rem;
    }

    /* .partner__slider {
        margin-bottom: 2rem;
    } */

    .our-services__services {
        padding-top: 1.5rem;
    }

    .our-services__services {
        padding-bottom: 3rem;
    }

    .our-services__rental {
        padding-top: 4rem;
    }

    .our-services__rental {
        padding-bottom: 3rem;
    }

    .secvices__container h1 {
        font-size: 1.75rem;
    }

    .secvices__container h1:not(:last-child) {
        margin-bottom: 2rem;
    }

    .secvices__wrapper {
        gap: 1.5rem;
    }

    .secvices__article {
        padding-right: 0.5rem;
    }

    .secvices__article {
        padding-left: 0.5rem;
    }

    .secvices__article {
        padding-bottom: 1.5rem;
    }

    .secvices__article {
        padding-top: 1.5rem;
    }

    .article-services__title:not(:last-child) {
        margin-bottom: 1rem;
    }

    .article-services__image:not(:last-child) {
        margin-bottom: 1rem;
    }

    .hottest-offers__hottest h1:not(:last-child) {
        margin-bottom: 1.5rem;
    }

    .trending-boats__trending h1:not(:last-child) {
        margin-bottom: 1.5rem;
    }

    .trending-boats__rental {
        padding-top: 4rem;
    }

    .trending-boats__rental {
        padding-bottom: 3rem;
    }

    .services__main {
        padding-top: 2rem;
    }

    .services__main {
        padding-bottom: 0.625rem;
    }

    .services__blog {
        padding-top: 0.625rem;
    }

    .services__blog {
        padding-bottom: 3rem;
    }

    .services__trending {
        padding-top: 4rem;
    }

    .services__trending {
        padding-bottom: 3rem;
    }

    .services__trending h2:not(:last-child) {
        margin-bottom: 1.5rem;
    }

    .services__additional {
        padding-top: 4rem;
    }

    .services__additional {
        padding-bottom: 3rem;
    }

    .services__asked {
        padding-top: 4rem;
    }

    .services__asked {
        padding-bottom: 3rem;
    }

    .services__testination {
        padding-top: 4rem;
    }

    .services__testination {
        padding-bottom: 3rem;
    }

    .services__testination .testination__small-container h2:not(:last-child) {
        margin-bottom: 2rem;
    }

    .services__rental {
        padding-top: 4rem;
    }

    .services__rental {
        padding-bottom: 3rem;
    }

    .main-services__container h1:not(:last-child) {
        margin-bottom: 1.5rem;
    }

    .main-services__container p:not(:last-child) {
        margin-bottom: 1rem;
    }

    .main-services__image:not(:last-child) {
        margin-bottom: 1rem;
    }

    .additional__container h2:not(:last-child) {
        margin-bottom: 1.5rem;
    }

    .additional__wrapper:not(:last-child) {
        margin-bottom: 1.5rem;
    }

    .additional__image:not(:last-child) {
        margin-bottom: 1rem;
    }

    .additional__title:not(:last-child) {
        margin-bottom: 1rem;
    }

    .faq__main {
        padding-top: 4rem;
    }

    .faq__main {
        padding-bottom: 4rem;
    }

    .faq__rental {
        padding-top: 4rem;
    }

    .faq__rental {
        padding-bottom: 3rem;
    }

    .main-faq__container h1:not(:last-child) {
        margin-bottom: 2rem;
    }

    .yacht-card__main {
        padding-top: 2rem;
    }

    .main-yacht-cadr__container h1 {
        font-size: 1.75rem;
    }

    .main-yacht-cadr__container h1:not(:last-child) {
        margin-bottom: 0.875rem;
    }

    .main-yacht-cadr__about:not(:last-child) {
        margin-bottom: 1rem;
    }

    .main-yacht-cadr__show-all-photos {
        bottom: 0.75rem;
    }

    .main-yacht-cadr__show-all-photos {
        right: 0.75rem;
    }

    .galery-page-yacht__item {
        gap: 0.5rem;
    }

    .body-yacht-card__about-ship {
        padding-top: 1rem;
    }

    .body-yacht-card__about-ship {
        padding-bottom: 2.625rem;
    }

    .body-yacht-card__wrapper {
        padding-left: 1.25rem;
    }

    .body-yacht-card__wrapper {
        padding-right: 1.25rem;
    }

    .body-yacht-card__team {
        padding-left: 1.25rem;
    }

    .body-yacht-card__team {
        padding-right: 1.25rem;
    }

    .body-yacht-card__ship-info {
        padding-left: 1.25rem;
    }

    .body-yacht-card__ship-info {
        padding-right: 1.25rem;
    }

    .body-yacht-card__suitable {
        padding-left: 1.25rem;
    }

    .body-yacht-card__suitable {
        margin-right: 0.0000000625rem;
    }

    .body-yacht-card__suitable-block {
        padding-top: 1.5rem;
    }

    .body-yacht-card__suitable-block {
        padding-bottom: 1.5rem;
    }

    .body-yacht-card__suitable-block h3:not(:last-child) {
        margin-bottom: 1rem;
    }

    .body-yacht-card__suitable-block ul {
        row-gap: 0.5rem;
    }

    .body-yacht-card__technical-info {
        padding-left: 1.25rem;
    }

    .body-yacht-card__technical-info {
        margin-right: 0.0000000625rem;
    }

    .body-yacht-card__technical-block {
        padding-top: 1.5rem;
    }

    .body-yacht-card__technical-block {
        padding-bottom: 1.5rem;
    }

    .body-yacht-card__technical-block h3 {
        font-size: 1.25rem;
    }

    .body-yacht-card__technical-block h3:not(:last-child) {
        margin-bottom: 1rem;
    }

    .body-yacht-card__included {
        padding-left: 1.25rem;
    }

    .body-yacht-card__included {
        margin-right: 0.0000000625rem;
    }

    .body-yacht-card__included-block {
        padding-top: 1.5rem;
    }

    .body-yacht-card__included-block {
        padding-bottom: 1.5rem;
    }

    .body-yacht-card__included-block h3 {
        font-size: 1.25rem;
    }

    .body-yacht-card__included-block h3:not(:last-child) {
        margin-bottom: 1rem;
    }

    .body-yacht-card__included-block ul {
        row-gap: 0.5rem;
    }

    .body-yacht-card__drinks {
        padding-left: 1.25rem;
    }

    .body-yacht-card__drinks {
        margin-right: 0.0000000625rem;
    }

    .body-yacht-card__drinks-block {
        padding-top: 1.5rem;
    }

    .body-yacht-card__drinks-block {
        padding-bottom: 1.5rem;
    }

    .body-yacht-card__drinks-block h3 {
        font-size: 1.25rem;
    }

    .body-yacht-card__drinks-block h3:not(:last-child) {
        margin-bottom: 1rem;
    }

    .body-yacht-card__drinks-block ul {
        row-gap: 0.5rem;
    }

    .body-yacht-card__title {
        font-size: 1.25rem;
    }

    .body-yacht-card__body {
        padding-left: 1.25rem;
    }

    .body-yacht-card__testination {
        padding-left: 1.25rem;
    }

    .body-yacht-card__trending {
        padding-top: 4rem;
    }

    .body-yacht-card__trending {
        padding-bottom: 3rem;
    }

    .trending__top h2 {
        font-size: 1.75rem;
    }

    .blog__hero {
        padding-top: 1.5rem;
    }

    .blog__hero {
        padding-bottom: 4rem;
    }

    .blog__rental {
        padding-top: 4rem;
    }

    .blog__rental {
        padding-bottom: 3rem;
    }

    .hero-blog h1:not(:last-child) {
        margin-bottom: 2rem;
    }

    .blog-item__main {
        padding-top: 1.5rem;
    }

    .blog-item__main {
        padding-bottom: 3rem;
    }

    .blog-item__special {
        padding-top: 3.75rem;
    }

    .blog-item__special {
        padding-bottom: 3rem;
    }

    .blog-item__special h2:not(:last-child) {
        margin-bottom: 1.875rem;
    }

    .blog-item__additional {
        padding-top: 3.75rem;
    }

    .blog-item__additional {
        padding-bottom: 3rem;
    }

    .blog-item__rental {
        padding-top: 3.75rem;
    }

    .blog-item__rental {
        padding-bottom: 3rem;
    }

    .main-blog__container h1 {
        font-size: 1.75rem;
    }

    .special__actions:not(:last-child) {
        margin-bottom: 1.875rem;
    }

    .special-offers__special {
        padding-top: 1.5rem;
    }

    .special-offers__special {
        padding-bottom: 3rem;
    }

    .special-offers__rental {
        padding-top: 4rem;
    }

    .special-offers__rental {
        padding-bottom: 3rem;
    }

    .error h1:not(:last-child) {
        margin-bottom: 1.875rem;
    }

    .error__container {
        padding-top: 4rem;
    }

    .error__container {
        padding-bottom: 3rem;
    }

    .error__label {
        width: 31.25rem;
    }

    .error__label:not(:last-child) {
        margin-bottom: 2.6875rem;
    }

    .result__trending {
        margin-bottom: 2rem;
    }

    .result__rental {
        padding-top: 4rem;
    }

    .result__rental {
        padding-bottom: 3rem;
    }

    .result__blog {
        padding-top: 4rem;
    }

    .result__blog {
        padding-bottom: 3rem;
    }

    .main-result h1 {
        font-size: 1.25rem;
    }

    .yacht-card-selected__main {
        padding-top: 2rem;
    }

    .main-cofirmation h1 {
        font-size: 1.375rem;
    }

    .main-cofirmation__breadcrumbs:not(:last-child) {
        margin-bottom: 1rem;
    }

    .personal-info__title {
        font-size: 1.25rem;
    }

    .options-conf__title {
        font-size: 1.25rem;
    }

    .payment__title {
        font-size: 1.25rem;
    }

    .payment__payment-info h3 {
        font-size: 1.125rem;
    }

    .policies-conf__our-policies h3 {
        font-size: 1.25rem;
    }

    .policies-conf__payment h3 {
        font-size: 1.25rem;
    }

    .asked-conf__body {
        padding-right: 1rem;
    }

    .asked-conf__body {
        padding-left: 1rem;
    }

    .about-us__main {
        padding-top: 4rem;
    }

    .about-us__main {
        padding-bottom: 3rem;
    }

    .about-us__title:not(:last-child) {
        margin-bottom: 0.75rem;
    }

    .about-us__item {
        padding-top: 0.75rem;
    }

    .about-us__item {
        padding-bottom: 0.75rem;
    }

    .about-us__item {
        gap: 1rem;
    }

    .about-us__galery {
        padding-top: 0.75rem;
    }

    .about-us__galery {
        padding-bottom: 0.75rem;
    }

    .terms__main {
        padding-top: 4rem;
    }

    .terms__main {
        padding-bottom: 3rem;
    }

    .terms__title:not(:last-child) {
        margin-bottom: 1.5rem;
    }

    .policy__main {
        padding-top: 4rem;
    }

    .policy__main {
        padding-bottom: 3rem;
    }

    .policy__title:not(:last-child) {
        margin-bottom: 3rem;
    }

    .policy__text:not(:last-child) {
        margin-bottom: 1.5rem;
    }

    .partners__main {
        padding-top: 4rem;
    }

    .partners__main {
        padding-bottom: 3rem;
    }

    .partners__title:not(:last-child) {
        margin-bottom: 2.5rem;
    }

    .testimonials__main {
        padding-top: 4rem;
    }

    .testimonials__main {
        padding-bottom: 3rem;
    }

    .testimonials__title:not(:last-child) {
        margin-bottom: 2rem;
    }

    .testimonials__rental {
        padding-top: 4rem;
    }

    .testimonials__rental {
        padding-bottom: 3rem;
    }
}

@media (max-width: 47.991875em) {
    .main-cofirmation h1:not(:last-child) {
        margin-bottom: 1.25rem;
    }
}

@media (max-width: 37.5em) {
    .body-yacht-card__trending {
        background-color: #fff;
        width: 100%;
        margin: 0 auto;
    }
}

@media (max-width: 29.99875em) {
    .popup-in .popup__content {
        padding-right: 1.25rem;
    }

    .popup-in .popup__content {
        padding-left: 1.25rem;
    }

    .popup-in__title h3 {
        font-size: 1.75rem;
    }

    .form-popup__text p {
        text-align: center;
    }

    .form-popup__user-line {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .form-popup__register {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .successfully-booked .popup__content {
        padding-right: 1.25rem;
    }

    .successfully-booked .popup__content {
        padding-left: 1.25rem;
    }

    .successfully-booked .popup__content {
        padding-bottom: 5.625rem;
    }

    .successfully-booked .popup__content {
        padding-top: 2rem;
    }

    .successfully-booked .popup__close {
        margin-right: 0.0000000625rem;
    }

    .successfully-booked .popup__close {
        margin-left: 0.0000000625rem;
    }

    .successfully-booked__body h3 {
        font-size: 1.5rem;
    }

    .successfully-booked__body h3:not(:last-child) {
        margin-bottom: 0.5rem;
    }

    .successfully-booked__body h4 {
        font-size: 1.5rem;
    }

    .successfully-booked__body h4:not(:last-child) {
        margin-bottom: 1.5rem;
    }

    .successfully-booked__text {
        font-size: 1.25rem;
    }

    .apply-offers__body h3 {
        font-size: 1.625rem;
    }

    .apply-offers__body h3:not(:last-child) {
        margin-bottom: 1.25rem;
    }

    .spollers__title {
        background-color: #f2f6f8;
    }

    .spollers__body {
        background-color: #f2f6f8;
    }

    .page__hottest {
        padding-top: 4rem;
    }

    .main-faq__spollers {
        padding-bottom: 0.0000000625rem;
    }

    .yacht-card {
        padding-top: 3.5rem;
    }

    .blog {
        padding-top: 3.5rem;
    }

    .blog-item {
        padding-top: 3.5rem;
    }

    .special-offers {
        padding-top: 3.5rem;
    }

    .error {
        padding-top: 3.5rem;
    }

    .result {
        padding-top: 3.5rem;
    }

    .yacht-card-selected {
        padding-top: 3.5rem;
    }

    .confirmation {
        padding-top: 3.5rem;
    }
}

@media (max-width: 24.3125em) and (max-width: 20em) {
    .form-popup__as h4 {
        font-size: 1.125rem;
    }

    .successfully-booked__text {
        font-size: 1.125rem;
    }
}

@media (max-width: 24.3125em) {
    .options-popup {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }

    .our-services {
        padding-top: 2.875rem;
    }

    .user-change__base-total {
        font-size: 0.875rem;
    }
}

@media (max-width: 24.375em) {
    .header {
        padding-top: 0.46875rem;
    }

    .header {
        padding-bottom: 0.46875rem;
    }

    .our-services {
        padding-top: 3.5rem;
    }

    .hottest-offers {
        padding-top: 3.5rem;
    }

    .hottest-offers__hottest {
        padding-top: 1.5rem;
    }

    .hottest-offers__hottest {
        padding-bottom: 3rem;
    }

    .trending-boats {
        padding-top: 3.5rem;
    }

    .trending-boats__trending {
        padding-top: 1.5rem;
    }

    .trending-boats__trending {
        padding-bottom: 3rem;
    }

    .services {
        padding-top: 3.5rem;
    }

    .faq {
        padding-top: 3.5rem;
    }

    .main-result__mobile-filters {
        padding-right: 1rem;
    }

    .main-result__mobile-filters {
        padding-left: 1rem;
    }

    .about-us {
        padding-top: 3.5rem;
    }

    .terms {
        padding-top: 3.5rem;
    }

    .policy {
        padding-top: 3.5rem;
    }

    .partners {
        padding-top: 3.5rem;
    }

    .testimonials {
        padding-top: 3.5rem;
    }
}

@media (max-width: 23.49875em) {
    .spollers__item:not(:last-child)::before {
        width: 0.5rem;
    }

    .spollers__item:not(:last-child)::after {
        width: 0.5rem;
    }

    .spollers__title {
        padding-left: 0.5rem;
    }

    .spollers__title {
        padding-right: 0.5rem;
    }
}

@media (max-width: 23.499375em) {
    .spollers__title {
        padding-top: 1.375rem;
    }

    .spollers__title {
        padding-bottom: 1.375rem;
    }

    .body-yacht-card__title {
        padding-top: 1.375rem;
    }

    .body-yacht-card__title {
        padding-bottom: 1.375rem;
    }
}

@media (min-width: 61.99875em) and (max-width: 83.75em) {
    @supports (
        font-size: clamp(0.75rem, 0.3937058215rem + 0.5746796161vw, 0.875rem)
    ) {
        .select-main__title {
            font-size: clamp(
                0.75rem,
                0.3937058215rem + 0.5746796161vw,
                0.875rem
            );
        }
    }

    @supports not (
        font-size: clamp(0.75rem, 0.3937058215rem + 0.5746796161vw, 0.875rem)
    ) {
        .select-main__title {
            font-size: calc(0.75rem + 0.125 * (100vw - 61.99875rem) / 21.75125);
        }
    }

    @supports (
        font-size: clamp(0.75rem, 0.3937058215rem + 0.5746796161vw, 0.875rem)
    ) {
        .select-main__option {
            font-size: clamp(
                0.75rem,
                0.3937058215rem + 0.5746796161vw,
                0.875rem
            );
        }
    }

    @supports not (
        font-size: clamp(0.75rem, 0.3937058215rem + 0.5746796161vw, 0.875rem)
    ) {
        .select-main__option {
            font-size: calc(0.75rem + 0.125 * (100vw - 61.99875rem) / 21.75125);
        }
    }

    @supports (
        font-size: clamp(0.75rem, 0.3937058215rem + 0.5746796161vw, 0.875rem)
    ) {
        .select_form-sort .select-main__option {
            font-size: clamp(
                0.75rem,
                0.3937058215rem + 0.5746796161vw,
                0.875rem
            );
        }
    }

    @supports not (
        font-size: clamp(0.75rem, 0.3937058215rem + 0.5746796161vw, 0.875rem)
    ) {
        .select_form-sort .select-main__option {
            font-size: calc(0.75rem + 0.125 * (100vw - 61.99875rem) / 21.75125);
        }
    }

    @supports (
        font-size: clamp(0.75rem, 0.3937058215rem + 0.5746796161vw, 0.875rem)
    ) {
        .select_form-sort-mobile .select-main__option {
            font-size: clamp(
                0.75rem,
                0.3937058215rem + 0.5746796161vw,
                0.875rem
            );
        }
    }

    @supports not (
        font-size: clamp(0.75rem, 0.3937058215rem + 0.5746796161vw, 0.875rem)
    ) {
        .select_form-sort-mobile .select-main__option {
            font-size: calc(0.75rem + 0.125 * (100vw - 61.99875rem) / 21.75125);
        }
    }

    @supports (
        font-size: clamp(1.75rem, -1.812941785rem + 5.7467961611vw, 3rem)
    ) {
        .title {
            font-size: clamp(1.75rem, -1.812941785rem + 5.7467961611vw, 3rem);
        }
    }

    @supports not (
        font-size: clamp(1.75rem, -1.812941785rem + 5.7467961611vw, 3rem)
    ) {
        .title {
            font-size: calc(1.75rem + 1.25 * (100vw - 61.99875rem) / 21.75125);
        }
    }

    @supports (
        font-size: clamp(1.25rem, 0.537411643rem + 1.1493592322vw, 1.5rem)
    ) {
        .sub-title {
            font-size: clamp(1.25rem, 0.537411643rem + 1.1493592322vw, 1.5rem);
        }
    }

    @supports not (
        font-size: clamp(1.25rem, 0.537411643rem + 1.1493592322vw, 1.5rem)
    ) {
        .sub-title {
            font-size: calc(1.25rem + 0.25 * (100vw - 61.99875rem) / 21.75125);
        }
    }

    @supports (
        font-size: clamp(1.75rem, -1.812941785rem + 5.7467961611vw, 3rem)
    ) {
        .rental__container h2 {
            font-size: clamp(1.75rem, -1.812941785rem + 5.7467961611vw, 3rem);
        }
    }

    @supports not (
        font-size: clamp(1.75rem, -1.812941785rem + 5.7467961611vw, 3rem)
    ) {
        .rental__container h2 {
            font-size: calc(1.75rem + 1.25 * (100vw - 61.99875rem) / 21.75125);
        }
    }

    @supports (
        padding-right:
            clamp(0.9375rem, -3.5161772312rem + 7.1834952014vw, 2.5rem)
    ) {
        .search-main {
            padding-right: clamp(
                0.9375rem,
                -3.5161772312rem + 7.1834952014vw,
                2.5rem
            );
        }
    }

    @supports not (
        padding-right:
            clamp(0.9375rem, -3.5161772312rem + 7.1834952014vw, 2.5rem)
    ) {
        .search-main {
            padding-right: calc(
                0.9375rem + 1.5625 * (100vw - 61.99875rem) / 21.75125
            );
        }
    }

    @supports (
        padding-left:
            clamp(0.9375rem, -3.5161772312rem + 7.1834952014vw, 2.5rem)
    ) {
        .search-main {
            padding-left: clamp(
                0.9375rem,
                -3.5161772312rem + 7.1834952014vw,
                2.5rem
            );
        }
    }

    @supports not (
        padding-left:
            clamp(0.9375rem, -3.5161772312rem + 7.1834952014vw, 2.5rem)
    ) {
        .search-main {
            padding-left: calc(
                0.9375rem + 1.5625 * (100vw - 61.99875rem) / 21.75125
            );
        }
    }

    @supports (
        font-size: clamp(1.25rem, 0.537411643rem + 1.1493592322vw, 1.5rem)
    ) {
        .search-main h3 {
            font-size: clamp(1.25rem, 0.537411643rem + 1.1493592322vw, 1.5rem);
        }
    }

    @supports not (
        font-size: clamp(1.25rem, 0.537411643rem + 1.1493592322vw, 1.5rem)
    ) {
        .search-main h3 {
            font-size: calc(1.25rem + 0.25 * (100vw - 61.99875rem) / 21.75125);
        }
    }

    @supports (
        font-size: clamp(1.75rem, -1.812941785rem + 5.7467961611vw, 3rem)
    ) {
        .hottest__container h2 {
            font-size: clamp(1.75rem, -1.812941785rem + 5.7467961611vw, 3rem);
        }
    }

    @supports not (
        font-size: clamp(1.75rem, -1.812941785rem + 5.7467961611vw, 3rem)
    ) {
        .hottest__container h2 {
            font-size: calc(1.75rem + 1.25 * (100vw - 61.99875rem) / 21.75125);
        }
    }

    @supports (
        font-size: clamp(1.75rem, -1.812941785rem + 5.7467961611vw, 3rem)
    ) {
        .trending__container h2 {
            font-size: clamp(1.75rem, -1.812941785rem + 5.7467961611vw, 3rem);
        }
    }

    @supports not (
        font-size: clamp(1.75rem, -1.812941785rem + 5.7467961611vw, 3rem)
    ) {
        .trending__container h2 {
            font-size: calc(1.75rem + 1.25 * (100vw - 61.99875rem) / 21.75125);
        }
    }

    @supports (
        font-size: clamp(1.75rem, -1.812941785rem + 5.7467961611vw, 3rem)
    ) {
        .galery-sercices__container h2 {
            font-size: clamp(1.75rem, -1.812941785rem + 5.7467961611vw, 3rem);
        }
    }

    @supports not (
        font-size: clamp(1.75rem, -1.812941785rem + 5.7467961611vw, 3rem)
    ) {
        .galery-sercices__container h2 {
            font-size: calc(1.75rem + 1.25 * (100vw - 61.99875rem) / 21.75125);
        }
    }

    /* @supports (row-gap: clamp( 1.5rem , -1.350353428rem  +  4.5974369289vw , 2.5rem )) {
        .galery-sercices__wrapper {
            row-gap: clamp(1.5rem, -1.350353428rem + 4.5974369289vw, 2.5rem);
        }
    }

    @supports not (row-gap: clamp( 1.5rem , -1.350353428rem  +  4.5974369289vw , 2.5rem )) {
        .galery-sercices__wrapper {
            row-gap: calc(1.5rem + 1 * (100vw - 61.99875rem) / 21.75125);
        }
    } */

    @supports (
        font-size: clamp(1.25rem, 0.537411643rem + 1.1493592322vw, 1.5rem)
    ) {
        .galery-sercices__title {
            font-size: clamp(1.25rem, 0.537411643rem + 1.1493592322vw, 1.5rem);
        }
    }

    @supports not (
        font-size: clamp(1.25rem, 0.537411643rem + 1.1493592322vw, 1.5rem)
    ) {
        .galery-sercices__title {
            font-size: calc(1.25rem + 0.25 * (100vw - 61.99875rem) / 21.75125);
        }
    }

    @supports (
        margin-bottom: clamp(1rem, 0.287411643rem + 1.1493592322vw, 1.25rem)
    ) {
        .galery-sercices__title:not(:last-child) {
            margin-bottom: clamp(
                1rem,
                0.287411643rem + 1.1493592322vw,
                1.25rem
            );
        }
    }

    @supports not (
        margin-bottom: clamp(1rem, 0.287411643rem + 1.1493592322vw, 1.25rem)
    ) {
        .galery-sercices__title:not(:last-child) {
            margin-bottom: calc(1rem + 0.25 * (100vw - 61.99875rem) / 21.75125);
        }
    }

    @supports (
        font-size: clamp(1.75rem, -1.812941785rem + 5.7467961611vw, 3rem)
    ) {
        .register__wrapper h2 {
            font-size: clamp(1.75rem, -1.812941785rem + 5.7467961611vw, 3rem);
        }
    }

    @supports not (
        font-size: clamp(1.75rem, -1.812941785rem + 5.7467961611vw, 3rem)
    ) {
        .register__wrapper h2 {
            font-size: calc(1.75rem + 1.25 * (100vw - 61.99875rem) / 21.75125);
        }
    }

    @supports (
        font-size: clamp(1.75rem, -1.812941785rem + 5.7467961611vw, 3rem)
    ) {
        .testination__container h2 {
            font-size: clamp(1.75rem, -1.812941785rem + 5.7467961611vw, 3rem);
        }
    }

    @supports not (
        font-size: clamp(1.75rem, -1.812941785rem + 5.7467961611vw, 3rem)
    ) {
        .testination__container h2 {
            font-size: calc(1.75rem + 1.25 * (100vw - 61.99875rem) / 21.75125);
        }
    }

    @supports (
        font-size: clamp(1.75rem, -1.812941785rem + 5.7467961611vw, 3rem)
    ) {
        .blog-page__container h2 {
            font-size: clamp(1.75rem, -1.812941785rem + 5.7467961611vw, 3rem);
        }
    }

    @supports not (
        font-size: clamp(1.75rem, -1.812941785rem + 5.7467961611vw, 3rem)
    ) {
        .blog-page__container h2 {
            font-size: calc(1.75rem + 1.25 * (100vw - 61.99875rem) / 21.75125);
        }
    }

    @supports (
        margin-bottom: clamp(2rem, -1.2066476065rem + 5.172116545vw, 3.125rem)
    ) {
        .blog-page__wrapper:not(:last-child) {
            margin-bottom: clamp(
                2rem,
                -1.2066476065rem + 5.172116545vw,
                3.125rem
            );
        }
    }

    @supports not (
        margin-bottom: clamp(2rem, -1.2066476065rem + 5.172116545vw, 3.125rem)
    ) {
        .blog-page__wrapper:not(:last-child) {
            margin-bottom: calc(
                2rem + 1.125 * (100vw - 61.99875rem) / 21.75125
            );
        }
    }

    @supports (
        margin-bottom: clamp(1rem, 0.287411643rem + 1.1493592322vw, 1.25rem)
    ) {
        .blog-page__card .blog-page__picture:not(:last-child) {
            margin-bottom: clamp(
                1rem,
                0.287411643rem + 1.1493592322vw,
                1.25rem
            );
        }
    }

    @supports not (
        margin-bottom: clamp(1rem, 0.287411643rem + 1.1493592322vw, 1.25rem)
    ) {
        .blog-page__card .blog-page__picture:not(:last-child) {
            margin-bottom: calc(1rem + 0.25 * (100vw - 61.99875rem) / 21.75125);
        }
    }

    @supports (
        margin-bottom: clamp(1rem, 0.287411643rem + 1.1493592322vw, 1.25rem)
    ) {
        .blog-page__card--small-picture .blog-page__picture:not(:last-child) {
            margin-bottom: clamp(
                1rem,
                0.287411643rem + 1.1493592322vw,
                1.25rem
            );
        }
    }

    @supports not (
        margin-bottom: clamp(1rem, 0.287411643rem + 1.1493592322vw, 1.25rem)
    ) {
        .blog-page__card--small-picture .blog-page__picture:not(:last-child) {
            margin-bottom: calc(1rem + 0.25 * (100vw - 61.99875rem) / 21.75125);
        }
    }

    @supports (
        margin-bottom: clamp(1rem, 0.287411643rem + 1.1493592322vw, 1.25rem)
    ) {
        .blog-page__content:not(:last-child) {
            margin-bottom: clamp(
                1rem,
                0.287411643rem + 1.1493592322vw,
                1.25rem
            );
        }
    }

    @supports not (
        margin-bottom: clamp(1rem, 0.287411643rem + 1.1493592322vw, 1.25rem)
    ) {
        .blog-page__content:not(:last-child) {
            margin-bottom: calc(1rem + 0.25 * (100vw - 61.99875rem) / 21.75125);
        }
    }

    @supports (
        font-size: clamp(1.75rem, -1.812941785rem + 5.7467961611vw, 3rem)
    ) {
        .partner__container h2 {
            font-size: clamp(1.75rem, -1.812941785rem + 5.7467961611vw, 3rem);
        }
    }

    @supports not (
        font-size: clamp(1.75rem, -1.812941785rem + 5.7467961611vw, 3rem)
    ) {
        .partner__container h2 {
            font-size: calc(1.75rem + 1.25 * (100vw - 61.99875rem) / 21.75125);
        }
    }

    @supports (
        font-size: clamp(1.25rem, 0.537411643rem + 1.1493592322vw, 1.5rem)
    ) {
        .article-services__title {
            font-size: clamp(1.25rem, 0.537411643rem + 1.1493592322vw, 1.5rem);
        }
    }

    @supports not (
        font-size: clamp(1.25rem, 0.537411643rem + 1.1493592322vw, 1.5rem)
    ) {
        .article-services__title {
            font-size: calc(1.25rem + 0.25 * (100vw - 61.99875rem) / 21.75125);
        }
    }

    @supports (
        font-size: clamp(1.75rem, -1.812941785rem + 5.7467961611vw, 3rem)
    ) {
        .hottest-offers__hottest h1 {
            font-size: clamp(1.75rem, -1.812941785rem + 5.7467961611vw, 3rem);
        }
    }

    @supports not (
        font-size: clamp(1.75rem, -1.812941785rem + 5.7467961611vw, 3rem)
    ) {
        .hottest-offers__hottest h1 {
            font-size: calc(1.75rem + 1.25 * (100vw - 61.99875rem) / 21.75125);
        }
    }

    @supports (
        font-size: clamp(1.75rem, -1.812941785rem + 5.7467961611vw, 3rem)
    ) {
        .trending-boats__trending h1 {
            font-size: clamp(1.75rem, -1.812941785rem + 5.7467961611vw, 3rem);
        }
    }

    @supports not (
        font-size: clamp(1.75rem, -1.812941785rem + 5.7467961611vw, 3rem)
    ) {
        .trending-boats__trending h1 {
            font-size: calc(1.75rem + 1.25 * (100vw - 61.99875rem) / 21.75125);
        }
    }

    @supports (
        row-gap: clamp(1.5rem, -1.350353428rem + 4.5974369289vw, 2.5rem)
    ) {
        .services__trending .trending__wrapper {
            row-gap: clamp(1.5rem, -1.350353428rem + 4.5974369289vw, 2.5rem);
        }
    }

    @supports not (
        row-gap: clamp(1.5rem, -1.350353428rem + 4.5974369289vw, 2.5rem)
    ) {
        .services__trending .trending__wrapper {
            row-gap: calc(1.5rem + 1 * (100vw - 61.99875rem) / 21.75125);
        }
    }

    @supports (
        font-size: clamp(1.75rem, -1.812941785rem + 5.7467961611vw, 3rem)
    ) {
        .services__trending h2 {
            font-size: clamp(1.75rem, -1.812941785rem + 5.7467961611vw, 3rem);
        }
    }

    @supports not (
        font-size: clamp(1.75rem, -1.812941785rem + 5.7467961611vw, 3rem)
    ) {
        .services__trending h2 {
            font-size: calc(1.75rem + 1.25 * (100vw - 61.99875rem) / 21.75125);
        }
    }

    @supports (
        font-size: clamp(1.75rem, -1.812941785rem + 5.7467961611vw, 3rem)
    ) {
        .services__trending h2 {
            font-size: clamp(1.75rem, -1.812941785rem + 5.7467961611vw, 3rem);
        }
    }

    @supports not (
        font-size: clamp(1.75rem, -1.812941785rem + 5.7467961611vw, 3rem)
    ) {
        .services__trending h2 {
            font-size: calc(1.75rem + 1.25 * (100vw - 61.99875rem) / 21.75125);
        }
    }

    @supports (
        font-size: clamp(1.75rem, -1.812941785rem + 5.7467961611vw, 3rem)
    ) {
        .services__testination .testination__small-container h2 {
            font-size: clamp(1.75rem, -1.812941785rem + 5.7467961611vw, 3rem);
        }
    }

    @supports not (
        font-size: clamp(1.75rem, -1.812941785rem + 5.7467961611vw, 3rem)
    ) {
        .services__testination .testination__small-container h2 {
            font-size: calc(1.75rem + 1.25 * (100vw - 61.99875rem) / 21.75125);
        }
    }

    @supports (
        font-size: clamp(1.75rem, -1.812941785rem + 5.7467961611vw, 3rem)
    ) {
        .main-services__container h1 {
            font-size: clamp(1.75rem, -1.812941785rem + 5.7467961611vw, 3rem);
        }
    }

    @supports not (
        font-size: clamp(1.75rem, -1.812941785rem + 5.7467961611vw, 3rem)
    ) {
        .main-services__container h1 {
            font-size: calc(1.75rem + 1.25 * (100vw - 61.99875rem) / 21.75125);
        }
    }

    @supports (
        margin-bottom: clamp(2rem, 0.574823286rem + 2.2987184645vw, 2.5rem)
    ) {
        .blog-services__article:not(:last-child) {
            margin-bottom: clamp(2rem, 0.574823286rem + 2.2987184645vw, 2.5rem);
        }
    }

    @supports not (
        margin-bottom: clamp(2rem, 0.574823286rem + 2.2987184645vw, 2.5rem)
    ) {
        .blog-services__article:not(:last-child) {
            margin-bottom: calc(2rem + 0.5 * (100vw - 61.99875rem) / 21.75125);
        }
    }

    @supports (
        font-size: clamp(1.5rem, -0.637765071rem + 3.4480776967vw, 2.25rem)
    ) {
        .blog-services__info h3 {
            font-size: clamp(1.5rem, -0.637765071rem + 3.4480776967vw, 2.25rem);
        }
    }

    @supports not (
        font-size: clamp(1.5rem, -0.637765071rem + 3.4480776967vw, 2.25rem)
    ) {
        .blog-services__info h3 {
            font-size: calc(1.5rem + 0.75 * (100vw - 61.99875rem) / 21.75125);
        }
    }

    @supports (
        margin-bottom:
            clamp(0.5rem, -3.4192359635rem + 6.3214757773vw, 1.875rem)
    ) {
        .blog-services__info h3:not(:last-child) {
            margin-bottom: clamp(
                0.5rem,
                -3.4192359635rem + 6.3214757773vw,
                1.875rem
            );
        }
    }

    @supports not (
        margin-bottom:
            clamp(0.5rem, -3.4192359635rem + 6.3214757773vw, 1.875rem)
    ) {
        .blog-services__info h3:not(:last-child) {
            margin-bottom: calc(
                0.5rem + 1.375 * (100vw - 61.99875rem) / 21.75125
            );
        }
    }

    @supports (
        font-size: clamp(1.75rem, -1.812941785rem + 5.7467961611vw, 3rem)
    ) {
        .additional__container h2 {
            font-size: clamp(1.75rem, -1.812941785rem + 5.7467961611vw, 3rem);
        }
    }

    @supports not (
        font-size: clamp(1.75rem, -1.812941785rem + 5.7467961611vw, 3rem)
    ) {
        .additional__container h2 {
            font-size: calc(1.75rem + 1.25 * (100vw - 61.99875rem) / 21.75125);
        }
    }

    @supports (
        font-size: clamp(1.25rem, 0.537411643rem + 1.1493592322vw, 1.5rem)
    ) {
        .additional__title {
            font-size: clamp(1.25rem, 0.537411643rem + 1.1493592322vw, 1.5rem);
        }
    }

    @supports not (
        font-size: clamp(1.25rem, 0.537411643rem + 1.1493592322vw, 1.5rem)
    ) {
        .additional__title {
            font-size: calc(1.25rem + 0.25 * (100vw - 61.99875rem) / 21.75125);
        }
    }

    @supports (
        font-size: clamp(1.75rem, -1.812941785rem + 5.7467961611vw, 3rem)
    ) {
        .main-faq__container h1 {
            font-size: clamp(1.75rem, -1.812941785rem + 5.7467961611vw, 3rem);
        }
    }

    @supports not (
        font-size: clamp(1.75rem, -1.812941785rem + 5.7467961611vw, 3rem)
    ) {
        .main-faq__container h1 {
            font-size: calc(1.75rem + 1.25 * (100vw - 61.99875rem) / 21.75125);
        }
    }

    @supports (
        padding-bottom:
            clamp(0.75rem, -11.7202962473rem + 20.113786564vw, 5.125rem)
    ) {
        .galery-page-yacht__wrapper {
            padding-bottom: clamp(
                0.75rem,
                -11.7202962473rem + 20.113786564vw,
                5.125rem
            );
        }
    }

    @supports not (
        padding-bottom:
            clamp(0.75rem, -11.7202962473rem + 20.113786564vw, 5.125rem)
    ) {
        .galery-page-yacht__wrapper {
            padding-bottom: calc(
                0.75rem + 4.375 * (100vw - 61.99875rem) / 21.75125
            );
        }
    }

    @supports (
        height: clamp(4.125rem, -2.2882952129rem + 10.3442330901vw, 6.375rem)
    ) {
        .galery-page-yacht__actions {
            height: clamp(
                4.125rem,
                -2.2882952129rem + 10.3442330901vw,
                6.375rem
            );
        }
    }

    @supports not (
        height: clamp(4.125rem, -2.2882952129rem + 10.3442330901vw, 6.375rem)
    ) {
        .galery-page-yacht__actions {
            height: calc(4.125rem + 2.25 * (100vw - 61.99875rem) / 21.75125);
        }
    }

    @supports (
        padding-top:
            clamp(0.9375rem, -1.7347063387rem + 4.3100971209vw, 1.875rem)
    ) {
        .galery-page-yacht__actions {
            padding-top: clamp(
                0.9375rem,
                -1.7347063387rem + 4.3100971209vw,
                1.875rem
            );
        }
    }

    @supports not (
        padding-top:
            clamp(0.9375rem, -1.7347063387rem + 4.3100971209vw, 1.875rem)
    ) {
        .galery-page-yacht__actions {
            padding-top: calc(
                0.9375rem + 0.9375 * (100vw - 61.99875rem) / 21.75125
            );
        }
    }

    @supports (
        padding-bottom:
            clamp(0.9375rem, -1.7347063387rem + 4.3100971209vw, 1.875rem)
    ) {
        .galery-page-yacht__actions {
            padding-bottom: clamp(
                0.9375rem,
                -1.7347063387rem + 4.3100971209vw,
                1.875rem
            );
        }
    }

    @supports not (
        padding-bottom:
            clamp(0.9375rem, -1.7347063387rem + 4.3100971209vw, 1.875rem)
    ) {
        .galery-page-yacht__actions {
            padding-bottom: calc(
                0.9375rem + 0.9375 * (100vw - 61.99875rem) / 21.75125
            );
        }
    }

    @supports (
        padding-left:
            clamp(0.9375rem, -1.7347063387rem + 4.3100971209vw, 1.875rem)
    ) {
        .galery-page-yacht__actions {
            padding-left: clamp(
                0.9375rem,
                -1.7347063387rem + 4.3100971209vw,
                1.875rem
            );
        }
    }

    @supports not (
        padding-left:
            clamp(0.9375rem, -1.7347063387rem + 4.3100971209vw, 1.875rem)
    ) {
        .galery-page-yacht__actions {
            padding-left: calc(
                0.9375rem + 0.9375 * (100vw - 61.99875rem) / 21.75125
            );
        }
    }

    @supports (
        padding-right:
            clamp(0.9375rem, -1.7347063387rem + 4.3100971209vw, 1.875rem)
    ) {
        .galery-page-yacht__actions {
            padding-right: clamp(
                0.9375rem,
                -1.7347063387rem + 4.3100971209vw,
                1.875rem
            );
        }
    }

    @supports not (
        padding-right:
            clamp(0.9375rem, -1.7347063387rem + 4.3100971209vw, 1.875rem)
    ) {
        .galery-page-yacht__actions {
            padding-right: calc(
                0.9375rem + 0.9375 * (100vw - 61.99875rem) / 21.75125
            );
        }
    }

    @supports (
        font-size: clamp(0.875rem, 0.5187058215rem + 0.5746796161vw, 1rem)
    ) {
        .body-yacht-card__crew {
            font-size: clamp(0.875rem, 0.5187058215rem + 0.5746796161vw, 1rem);
        }
    }

    @supports not (
        font-size: clamp(0.875rem, 0.5187058215rem + 0.5746796161vw, 1rem)
    ) {
        .body-yacht-card__crew {
            font-size: calc(
                0.875rem + 0.125 * (100vw - 61.99875rem) / 21.75125
            );
        }
    }

    @supports (
        font-size: clamp(0.875rem, 0.5187058215rem + 0.5746796161vw, 1rem)
    ) {
        .body-yacht-card__item {
            font-size: clamp(0.875rem, 0.5187058215rem + 0.5746796161vw, 1rem);
        }
    }

    @supports not (
        font-size: clamp(0.875rem, 0.5187058215rem + 0.5746796161vw, 1rem)
    ) {
        .body-yacht-card__item {
            font-size: calc(
                0.875rem + 0.125 * (100vw - 61.99875rem) / 21.75125
            );
        }
    }

    @supports (
        width: clamp(1.25rem, -4.0944126774rem + 8.6201942417vw, 3.125rem)
    ) {
        .body-yacht-card__title::before {
            width: clamp(1.25rem, -4.0944126774rem + 8.6201942417vw, 3.125rem);
        }
    }

    @supports not (
        width: clamp(1.25rem, -4.0944126774rem + 8.6201942417vw, 3.125rem)
    ) {
        .body-yacht-card__title::before {
            width: calc(1.25rem + 1.875 * (100vw - 61.99875rem) / 21.75125);
        }
    }

    @supports (
        row-gap: clamp(1.25rem, -0.5314708925rem + 2.8733980806vw, 1.875rem)
    ) {
        .body-yacht-card__testination .testination__wrapper {
            row-gap: clamp(
                1.25rem,
                -0.5314708925rem + 2.8733980806vw,
                1.875rem
            );
        }
    }

    @supports not (
        row-gap: clamp(1.25rem, -0.5314708925rem + 2.8733980806vw, 1.875rem)
    ) {
        .body-yacht-card__testination .testination__wrapper {
            row-gap: calc(1.25rem + 0.625 * (100vw - 61.99875rem) / 21.75125);
        }
    }

    @supports (
        ((-moz-column-gap: clamp(1rem, -3.2755301419rem + 6.8961553934vw, 2.5rem)) or (column-gap: clamp(1rem, -3.2755301419rem + 6.8961553934vw, 2.5rem)))
    ) {
        .body-yacht-card__list-option {
            -webkit-column-gap: clamp(
                1rem,
                -3.2755301419rem + 6.8961553934vw,
                2.5rem
            );
            -moz-column-gap: clamp(
                1rem,
                -3.2755301419rem + 6.8961553934vw,
                2.5rem
            );
            column-gap: clamp(1rem, -3.2755301419rem + 6.8961553934vw, 2.5rem);
        }
    }

    @supports not (
        ((-moz-column-gap: clamp(1rem, -3.2755301419rem + 6.8961553934vw, 2.5rem)) or (column-gap: clamp(1rem, -3.2755301419rem + 6.8961553934vw, 2.5rem)))
    ) {
        .body-yacht-card__list-option {
            -webkit-column-gap: calc(
                1rem + 1.5 * (100vw - 61.99875rem) / 21.75125
            );
            -moz-column-gap: calc(
                1rem + 1.5 * (100vw - 61.99875rem) / 21.75125
            );
            column-gap: calc(1rem + 1.5 * (100vw - 61.99875rem) / 21.75125);
        }
    }

    @supports (
        row-gap: clamp(0.5rem, -1.637765071rem + 3.4480776967vw, 1.25rem)
    ) {
        .body-yacht-card__list-option {
            row-gap: clamp(0.5rem, -1.637765071rem + 3.4480776967vw, 1.25rem);
        }
    }

    @supports not (
        row-gap: clamp(0.5rem, -1.637765071rem + 3.4480776967vw, 1.25rem)
    ) {
        .body-yacht-card__list-option {
            row-gap: calc(0.5rem + 0.75 * (100vw - 61.99875rem) / 21.75125);
        }
    }

    @supports (
        font-size: clamp(0.875rem, 0.5187058215rem + 0.5746796161vw, 1rem)
    ) {
        .body-yacht-card__list-option li {
            font-size: clamp(0.875rem, 0.5187058215rem + 0.5746796161vw, 1rem);
        }
    }

    @supports not (
        font-size: clamp(0.875rem, 0.5187058215rem + 0.5746796161vw, 1rem)
    ) {
        .body-yacht-card__list-option li {
            font-size: calc(
                0.875rem + 0.125 * (100vw - 61.99875rem) / 21.75125
            );
        }
    }

    @supports (
        padding-left:
            clamp(0.75rem, -6.0195893914rem + 10.9189127062vw, 3.125rem)
    ) {
        .body-yacht-card__trending {
            padding-left: clamp(
                0.75rem,
                -6.0195893914rem + 10.9189127062vw,
                3.125rem
            );
        }
    }

    @supports not (
        padding-left:
            clamp(0.75rem, -6.0195893914rem + 10.9189127062vw, 3.125rem)
    ) {
        .body-yacht-card__trending {
            padding-left: calc(
                0.75rem + 2.375 * (100vw - 61.99875rem) / 21.75125
            );
        }
    }

    @supports (
        padding-right: clamp(0.75rem, -4.2381184989rem + 8.0455146256vw, 2.5rem)
    ) {
        .body-yacht-card__trending {
            padding-right: clamp(
                0.75rem,
                -4.2381184989rem + 8.0455146256vw,
                2.5rem
            );
        }
    }

    @supports not (
        padding-right: clamp(0.75rem, -4.2381184989rem + 8.0455146256vw, 2.5rem)
    ) {
        .body-yacht-card__trending {
            padding-right: calc(
                0.75rem + 1.75 * (100vw - 61.99875rem) / 21.75125
            );
        }
    }

    @supports (
        padding-top: clamp(1.375rem, -1.8316476065rem + 5.172116545vw, 2.5rem)
    ) {
        .body-yacht-card__questions {
            padding-top: clamp(
                1.375rem,
                -1.8316476065rem + 5.172116545vw,
                2.5rem
            );
        }
    }

    @supports not (
        padding-top: clamp(1.375rem, -1.8316476065rem + 5.172116545vw, 2.5rem)
    ) {
        .body-yacht-card__questions {
            padding-top: calc(
                1.375rem + 1.125 * (100vw - 61.99875rem) / 21.75125
            );
        }
    }

    @supports (
        padding-bottom: clamp(3rem, -2.7007068559rem + 9.1948738578vw, 5rem)
    ) {
        .body-yacht-card__questions {
            padding-bottom: clamp(
                3rem,
                -2.7007068559rem + 9.1948738578vw,
                5rem
            );
        }
    }

    @supports not (
        padding-bottom: clamp(3rem, -2.7007068559rem + 9.1948738578vw, 5rem)
    ) {
        .body-yacht-card__questions {
            padding-bottom: calc(3rem + 2 * (100vw - 61.99875rem) / 21.75125);
        }
    }

    @supports (
        padding-left:
            clamp(0.75rem, -6.0195893914rem + 10.9189127062vw, 3.125rem)
    ) {
        .body-yacht-card__questions {
            padding-left: clamp(
                0.75rem,
                -6.0195893914rem + 10.9189127062vw,
                3.125rem
            );
        }
    }

    @supports not (
        padding-left:
            clamp(0.75rem, -6.0195893914rem + 10.9189127062vw, 3.125rem)
    ) {
        .body-yacht-card__questions {
            padding-left: calc(
                0.75rem + 2.375 * (100vw - 61.99875rem) / 21.75125
            );
        }
    }

    @supports (
        padding-right: clamp(0.75rem, -4.2381184989rem + 8.0455146256vw, 2.5rem)
    ) {
        .body-yacht-card__questions {
            padding-right: clamp(
                0.75rem,
                -4.2381184989rem + 8.0455146256vw,
                2.5rem
            );
        }
    }

    @supports not (
        padding-right: clamp(0.75rem, -4.2381184989rem + 8.0455146256vw, 2.5rem)
    ) {
        .body-yacht-card__questions {
            padding-right: calc(
                0.75rem + 1.75 * (100vw - 61.99875rem) / 21.75125
            );
        }
    }

    @supports (
        margin-bottom: clamp(1.25rem, -2.312941785rem + 5.7467961611vw, 2.5rem)
    ) {
        .body-yacht-card__questions div:not(:last-child) {
            margin-bottom: clamp(
                1.25rem,
                -2.312941785rem + 5.7467961611vw,
                2.5rem
            );
        }
    }

    @supports not (
        margin-bottom: clamp(1.25rem, -2.312941785rem + 5.7467961611vw, 2.5rem)
    ) {
        .body-yacht-card__questions div:not(:last-child) {
            margin-bottom: calc(
                1.25rem + 1.25 * (100vw - 61.99875rem) / 21.75125
            );
        }
    }

    @supports (
        margin-bottom: clamp(2.5rem, -4.6258835699rem + 11.4935923223vw, 5rem)
    ) {
        .body-yacht-card__questions ul:not(:last-child) {
            margin-bottom: clamp(
                2.5rem,
                -4.6258835699rem + 11.4935923223vw,
                5rem
            );
        }
    }

    @supports not (
        margin-bottom: clamp(2.5rem, -4.6258835699rem + 11.4935923223vw, 5rem)
    ) {
        .body-yacht-card__questions ul:not(:last-child) {
            margin-bottom: calc(
                2.5rem + 2.5 * (100vw - 61.99875rem) / 21.75125
            );
        }
    }

    @supports (
        margin-bottom:
            clamp(1.5rem, -3.1318243204rem + 7.4708350095vw, 3.125rem)
    ) {
        .trending__top:not(:last-child) {
            margin-bottom: clamp(
                1.5rem,
                -3.1318243204rem + 7.4708350095vw,
                3.125rem
            );
        }
    }

    @supports not (
        margin-bottom:
            clamp(1.5rem, -3.1318243204rem + 7.4708350095vw, 3.125rem)
    ) {
        .trending__top:not(:last-child) {
            margin-bottom: calc(
                1.5rem + 1.625 * (100vw - 61.99875rem) / 21.75125
            );
        }
    }

    @supports (
        margin-bottom: clamp(4rem, 2.2185291075rem + 2.8733980806vw, 4.625rem)
    ) {
        .aside-yacht-card__form:not(:last-child) {
            margin-bottom: clamp(
                4rem,
                2.2185291075rem + 2.8733980806vw,
                4.625rem
            );
        }
    }

    @supports not (
        margin-bottom: clamp(4rem, 2.2185291075rem + 2.8733980806vw, 4.625rem)
    ) {
        .aside-yacht-card__form:not(:last-child) {
            margin-bottom: calc(
                4rem + 0.625 * (100vw - 61.99875rem) / 21.75125
            );
        }
    }

    @supports (gap: clamp(1.5rem, 0.4311174645rem + 1.7240388483vw, 1.875rem)) {
        .aside-yacht-card__special {
            gap: clamp(1.5rem, 0.4311174645rem + 1.7240388483vw, 1.875rem);
        }
    }

    @supports not (
        gap: clamp(1.5rem, 0.4311174645rem + 1.7240388483vw, 1.875rem)
    ) {
        .aside-yacht-card__special {
            gap: calc(1.5rem + 0.375 * (100vw - 61.99875rem) / 21.75125);
        }
    }

    @supports (
        padding-top: clamp(0.625rem, -4.7194126774rem + 8.6201942417vw, 2.5rem)
    ) {
        .form-yacht__head {
            padding-top: clamp(
                0.625rem,
                -4.7194126774rem + 8.6201942417vw,
                2.5rem
            );
        }
    }

    @supports not (
        padding-top: clamp(0.625rem, -4.7194126774rem + 8.6201942417vw, 2.5rem)
    ) {
        .form-yacht__head {
            padding-top: calc(
                0.625rem + 1.875 * (100vw - 61.99875rem) / 21.75125
            );
        }
    }

    @supports (
        padding-right:
            clamp(0.625rem, -1.1564708925rem + 2.8733980806vw, 1.25rem)
    ) {
        .form-yacht__head {
            padding-right: clamp(
                0.625rem,
                -1.1564708925rem + 2.8733980806vw,
                1.25rem
            );
        }
    }

    @supports not (
        padding-right:
            clamp(0.625rem, -1.1564708925rem + 2.8733980806vw, 1.25rem)
    ) {
        .form-yacht__head {
            padding-right: calc(
                0.625rem + 0.625 * (100vw - 61.99875rem) / 21.75125
            );
        }
    }

    @supports (
        padding-left:
            clamp(0.625rem, -1.1564708925rem + 2.8733980806vw, 1.25rem)
    ) {
        .form-yacht__head {
            padding-left: clamp(
                0.625rem,
                -1.1564708925rem + 2.8733980806vw,
                1.25rem
            );
        }
    }

    @supports not (
        padding-left:
            clamp(0.625rem, -1.1564708925rem + 2.8733980806vw, 1.25rem)
    ) {
        .form-yacht__head {
            padding-left: calc(
                0.625rem + 0.625 * (100vw - 61.99875rem) / 21.75125
            );
        }
    }

    @supports (
        padding-bottom:
            clamp(0.625rem, -1.1564708925rem + 2.8733980806vw, 1.25rem)
    ) {
        .form-yacht__head {
            padding-bottom: clamp(
                0.625rem,
                -1.1564708925rem + 2.8733980806vw,
                1.25rem
            );
        }
    }

    @supports not (
        padding-bottom:
            clamp(0.625rem, -1.1564708925rem + 2.8733980806vw, 1.25rem)
    ) {
        .form-yacht__head {
            padding-bottom: calc(
                0.625rem + 0.625 * (100vw - 61.99875rem) / 21.75125
            );
        }
    }

    @supports (
        font-size: clamp(1.75rem, -1.812941785rem + 5.7467961611vw, 3rem)
    ) {
        .hero-blog h1 {
            font-size: clamp(1.75rem, -1.812941785rem + 5.7467961611vw, 3rem);
        }
    }

    @supports not (
        font-size: clamp(1.75rem, -1.812941785rem + 5.7467961611vw, 3rem)
    ) {
        .hero-blog h1 {
            font-size: calc(1.75rem + 1.25 * (100vw - 61.99875rem) / 21.75125);
        }
    }

    @supports (
        font-size: clamp(1.75rem, -1.812941785rem + 5.7467961611vw, 3rem)
    ) {
        .blog-item__special h2 {
            font-size: clamp(1.75rem, -1.812941785rem + 5.7467961611vw, 3rem);
        }
    }

    @supports not (
        font-size: clamp(1.75rem, -1.812941785rem + 5.7467961611vw, 3rem)
    ) {
        .blog-item__special h2 {
            font-size: calc(1.75rem + 1.25 * (100vw - 61.99875rem) / 21.75125);
        }
    }

    @supports (
        margin-bottom: clamp(2rem, 0.574823286rem + 2.2987184645vw, 2.5rem)
    ) {
        .main-blog__container h1:not(:last-child) {
            margin-bottom: clamp(2rem, 0.574823286rem + 2.2987184645vw, 2.5rem);
        }
    }

    @supports not (
        margin-bottom: clamp(2rem, 0.574823286rem + 2.2987184645vw, 2.5rem)
    ) {
        .main-blog__container h1:not(:last-child) {
            margin-bottom: calc(2rem + 0.5 * (100vw - 61.99875rem) / 21.75125);
        }
    }

    @supports (
        margin-bottom: clamp(2rem, 0.574823286rem + 2.2987184645vw, 2.5rem)
    ) {
        .main-blog__post p:not(:last-child) {
            margin-bottom: clamp(2rem, 0.574823286rem + 2.2987184645vw, 2.5rem);
        }
    }

    @supports not (
        margin-bottom: clamp(2rem, 0.574823286rem + 2.2987184645vw, 2.5rem)
    ) {
        .main-blog__post p:not(:last-child) {
            margin-bottom: calc(2rem + 0.5 * (100vw - 61.99875rem) / 21.75125);
        }
    }

    @supports (
        font-size: clamp(1.5rem, -0.637765071rem + 3.4480776967vw, 2.25rem)
    ) {
        .main-blog__post h2 {
            font-size: clamp(1.5rem, -0.637765071rem + 3.4480776967vw, 2.25rem);
        }
    }

    @supports not (
        font-size: clamp(1.5rem, -0.637765071rem + 3.4480776967vw, 2.25rem)
    ) {
        .main-blog__post h2 {
            font-size: calc(1.5rem + 0.75 * (100vw - 61.99875rem) / 21.75125);
        }
    }

    @supports (
        font-size: clamp(1.25rem, 0.537411643rem + 1.1493592322vw, 1.5rem)
    ) {
        .main-blog__post h3 {
            font-size: clamp(1.25rem, 0.537411643rem + 1.1493592322vw, 1.5rem);
        }
    }

    @supports not (
        font-size: clamp(1.25rem, 0.537411643rem + 1.1493592322vw, 1.5rem)
    ) {
        .main-blog__post h3 {
            font-size: calc(1.25rem + 0.25 * (100vw - 61.99875rem) / 21.75125);
        }
    }

    @supports (
        margin-bottom: clamp(1rem, 0.287411643rem + 1.1493592322vw, 1.25rem)
    ) {
        .main-blog__post h3:not(:last-child) {
            margin-bottom: clamp(
                1rem,
                0.287411643rem + 1.1493592322vw,
                1.25rem
            );
        }
    }

    @supports not (
        margin-bottom: clamp(1rem, 0.287411643rem + 1.1493592322vw, 1.25rem)
    ) {
        .main-blog__post h3:not(:last-child) {
            margin-bottom: calc(1rem + 0.25 * (100vw - 61.99875rem) / 21.75125);
        }
    }

    @supports (
        margin-bottom: clamp(2rem, 0.574823286rem + 2.2987184645vw, 2.5rem)
    ) {
        .main-blog__post ul:not(:last-child) {
            margin-bottom: clamp(2rem, 0.574823286rem + 2.2987184645vw, 2.5rem);
        }
    }

    @supports not (
        margin-bottom: clamp(2rem, 0.574823286rem + 2.2987184645vw, 2.5rem)
    ) {
        .main-blog__post ul:not(:last-child) {
            margin-bottom: calc(2rem + 0.5 * (100vw - 61.99875rem) / 21.75125);
        }
    }

    @supports (
        margin-bottom: clamp(1rem, 0.287411643rem + 1.1493592322vw, 1.25rem)
    ) {
        .main-blog__image:not(:last-child) {
            margin-bottom: clamp(
                1rem,
                0.287411643rem + 1.1493592322vw,
                1.25rem
            );
        }
    }

    @supports not (
        margin-bottom: clamp(1rem, 0.287411643rem + 1.1493592322vw, 1.25rem)
    ) {
        .main-blog__image:not(:last-child) {
            margin-bottom: calc(1rem + 0.25 * (100vw - 61.99875rem) / 21.75125);
        }
    }

    @supports (
        row-gap: clamp(1.25rem, -2.312941785rem + 5.7467961611vw, 2.5rem)
    ) {
        .special__wrapper {
            row-gap: clamp(1.25rem, -2.312941785rem + 5.7467961611vw, 2.5rem);
        }
    }

    @supports not (
        row-gap: clamp(1.25rem, -2.312941785rem + 5.7467961611vw, 2.5rem)
    ) {
        .special__wrapper {
            row-gap: calc(1.25rem + 1.25 * (100vw - 61.99875rem) / 21.75125);
        }
    }

    @supports (
        margin-bottom: clamp(2rem, -1.2066476065rem + 5.172116545vw, 3.125rem)
    ) {
        .special-offers__special h1:not(:last-child) {
            margin-bottom: clamp(
                2rem,
                -1.2066476065rem + 5.172116545vw,
                3.125rem
            );
        }
    }

    @supports not (
        margin-bottom: clamp(2rem, -1.2066476065rem + 5.172116545vw, 3.125rem)
    ) {
        .special-offers__special h1:not(:last-child) {
            margin-bottom: calc(
                2rem + 1.125 * (100vw - 61.99875rem) / 21.75125
            );
        }
    }

    @supports (
        padding-top: clamp(2rem, 0.574823286rem + 2.2987184645vw, 2.5rem)
    ) {
        .result__main {
            padding-top: clamp(2rem, 0.574823286rem + 2.2987184645vw, 2.5rem);
        }
    }

    @supports not (
        padding-top: clamp(2rem, 0.574823286rem + 2.2987184645vw, 2.5rem)
    ) {
        .result__main {
            padding-top: calc(2rem + 0.5 * (100vw - 61.99875rem) / 21.75125);
        }
    }

    @supports (
        padding-bottom:
            clamp(0.9375rem, -1.7347063387rem + 4.3100971209vw, 1.875rem)
    ) {
        .main-result__search {
            padding-bottom: clamp(
                0.9375rem,
                -1.7347063387rem + 4.3100971209vw,
                1.875rem
            );
        }
    }

    @supports not (
        padding-bottom:
            clamp(0.9375rem, -1.7347063387rem + 4.3100971209vw, 1.875rem)
    ) {
        .main-result__search {
            padding-bottom: calc(
                0.9375rem + 0.9375 * (100vw - 61.99875rem) / 21.75125
            );
        }
    }

    @supports (
        padding-top:
            clamp(0.9375rem, -1.7347063387rem + 4.3100971209vw, 1.875rem)
    ) {
        .main-result__search {
            padding-top: clamp(
                0.9375rem,
                -1.7347063387rem + 4.3100971209vw,
                1.875rem
            );
        }
    }

    @supports not (
        padding-top:
            clamp(0.9375rem, -1.7347063387rem + 4.3100971209vw, 1.875rem)
    ) {
        .main-result__search {
            padding-top: calc(
                0.9375rem + 0.9375 * (100vw - 61.99875rem) / 21.75125
            );
        }
    }

    @supports (
        font-size: clamp(0.875rem, 0.5187058215rem + 0.5746796161vw, 1rem)
    ) {
        .aside-yacht-card__crew {
            font-size: clamp(0.875rem, 0.5187058215rem + 0.5746796161vw, 1rem);
        }
    }

    @supports not (
        font-size: clamp(0.875rem, 0.5187058215rem + 0.5746796161vw, 1rem)
    ) {
        .aside-yacht-card__crew {
            font-size: calc(
                0.875rem + 0.125 * (100vw - 61.99875rem) / 21.75125
            );
        }
    }

    @supports (
        font-size: clamp(0.875rem, 0.5187058215rem + 0.5746796161vw, 1rem)
    ) {
        .aside-yacht-card__item {
            font-size: clamp(0.875rem, 0.5187058215rem + 0.5746796161vw, 1rem);
        }
    }

    @supports not (
        font-size: clamp(0.875rem, 0.5187058215rem + 0.5746796161vw, 1rem)
    ) {
        .aside-yacht-card__item {
            font-size: calc(
                0.875rem + 0.125 * (100vw - 61.99875rem) / 21.75125
            );
        }
    }

    @supports (
        padding-bottom:
            clamp(1.25rem, -5.8758835699rem + 11.4935923223vw, 3.75rem)
    ) {
        .confirmation {
            padding-bottom: clamp(
                1.25rem,
                -5.8758835699rem + 11.4935923223vw,
                3.75rem
            );
        }
    }

    @supports not (
        padding-bottom:
            clamp(1.25rem, -5.8758835699rem + 11.4935923223vw, 3.75rem)
    ) {
        .confirmation {
            padding-bottom: calc(
                1.25rem + 2.5 * (100vw - 61.99875rem) / 21.75125
            );
        }
    }

    @supports (
        padding-right: clamp(0.5rem, -0.212588357rem + 1.1493592322vw, 0.75rem)
    ) {
        .confirmation__container {
            padding-right: clamp(
                0.5rem,
                -0.212588357rem + 1.1493592322vw,
                0.75rem
            );
        }
    }

    @supports not (
        padding-right: clamp(0.5rem, -0.212588357rem + 1.1493592322vw, 0.75rem)
    ) {
        .confirmation__container {
            padding-right: calc(
                0.5rem + 0.25 * (100vw - 61.99875rem) / 21.75125
            );
        }
    }

    @supports (
        padding-left: clamp(0.5rem, -0.212588357rem + 1.1493592322vw, 0.75rem)
    ) {
        .confirmation__container {
            padding-left: clamp(
                0.5rem,
                -0.212588357rem + 1.1493592322vw,
                0.75rem
            );
        }
    }

    @supports not (
        padding-left: clamp(0.5rem, -0.212588357rem + 1.1493592322vw, 0.75rem)
    ) {
        .confirmation__container {
            padding-left: calc(
                0.5rem + 0.25 * (100vw - 61.99875rem) / 21.75125
            );
        }
    }

    @supports (
        padding-top: clamp(0.75rem, -3.1692359635rem + 6.3214757773vw, 2.125rem)
    ) {
        .main-cofirmation__top {
            padding-top: clamp(
                0.75rem,
                -3.1692359635rem + 6.3214757773vw,
                2.125rem
            );
        }
    }

    @supports not (
        padding-top: clamp(0.75rem, -3.1692359635rem + 6.3214757773vw, 2.125rem)
    ) {
        .main-cofirmation__top {
            padding-top: calc(
                0.75rem + 1.375 * (100vw - 61.99875rem) / 21.75125
            );
        }
    }

    @supports (
        padding-right:
            clamp(0.5rem, -5.9132952129rem + 10.3442330901vw, 2.75rem)
    ) {
        .main-cofirmation__top {
            padding-right: clamp(
                0.5rem,
                -5.9132952129rem + 10.3442330901vw,
                2.75rem
            );
        }
    }

    @supports not (
        padding-right:
            clamp(0.5rem, -5.9132952129rem + 10.3442330901vw, 2.75rem)
    ) {
        .main-cofirmation__top {
            padding-right: calc(
                0.5rem + 2.25 * (100vw - 61.99875rem) / 21.75125
            );
        }
    }

    @supports (
        padding-bottom: clamp(1.25rem, -9.4388253549rem + 17.2403884834vw, 5rem)
    ) {
        .main-cofirmation__top {
            padding-bottom: clamp(
                1.25rem,
                -9.4388253549rem + 17.2403884834vw,
                5rem
            );
        }
    }

    @supports not (
        padding-bottom: clamp(1.25rem, -9.4388253549rem + 17.2403884834vw, 5rem)
    ) {
        .main-cofirmation__top {
            padding-bottom: calc(
                1.25rem + 3.75 * (100vw - 61.99875rem) / 21.75125
            );
        }
    }

    @supports (
        padding-right: clamp(0.75rem, -0.675176714rem + 2.2987184645vw, 1.25rem)
    ) {
        .personal-info {
            padding-right: clamp(
                0.75rem,
                -0.675176714rem + 2.2987184645vw,
                1.25rem
            );
        }
    }

    @supports not (
        padding-right: clamp(0.75rem, -0.675176714rem + 2.2987184645vw, 1.25rem)
    ) {
        .personal-info {
            padding-right: calc(
                0.75rem + 0.5 * (100vw - 61.99875rem) / 21.75125
            );
        }
    }

    @supports (
        padding-left: clamp(0.75rem, -0.675176714rem + 2.2987184645vw, 1.25rem)
    ) {
        .personal-info {
            padding-left: clamp(
                0.75rem,
                -0.675176714rem + 2.2987184645vw,
                1.25rem
            );
        }
    }

    @supports not (
        padding-left: clamp(0.75rem, -0.675176714rem + 2.2987184645vw, 1.25rem)
    ) {
        .personal-info {
            padding-left: calc(
                0.75rem + 0.5 * (100vw - 61.99875rem) / 21.75125
            );
        }
    }

    @supports (
        padding-right: clamp(0.75rem, -0.675176714rem + 2.2987184645vw, 1.25rem)
    ) {
        .options-conf {
            padding-right: clamp(
                0.75rem,
                -0.675176714rem + 2.2987184645vw,
                1.25rem
            );
        }
    }

    @supports not (
        padding-right: clamp(0.75rem, -0.675176714rem + 2.2987184645vw, 1.25rem)
    ) {
        .options-conf {
            padding-right: calc(
                0.75rem + 0.5 * (100vw - 61.99875rem) / 21.75125
            );
        }
    }

    @supports (
        padding-left: clamp(0.75rem, -0.675176714rem + 2.2987184645vw, 1.25rem)
    ) {
        .options-conf {
            padding-left: clamp(
                0.75rem,
                -0.675176714rem + 2.2987184645vw,
                1.25rem
            );
        }
    }

    @supports not (
        padding-left: clamp(0.75rem, -0.675176714rem + 2.2987184645vw, 1.25rem)
    ) {
        .options-conf {
            padding-left: calc(
                0.75rem + 0.5 * (100vw - 61.99875rem) / 21.75125
            );
        }
    }

    @supports (gap: clamp(1rem, 0.287411643rem + 1.1493592322vw, 1.25rem)) {
        .options-conf__list {
            gap: clamp(1rem, 0.287411643rem + 1.1493592322vw, 1.25rem);
        }
    }

    @supports not (gap: clamp(1rem, 0.287411643rem + 1.1493592322vw, 1.25rem)) {
        .options-conf__list {
            gap: calc(1rem + 0.25 * (100vw - 61.99875rem) / 21.75125);
        }
    }

    @supports (
        gap: clamp(0.5rem, -0.7470296247rem + 2.0113786564vw, 0.9375rem)
    ) {
        .warning-conf {
            gap: clamp(0.5rem, -0.7470296247rem + 2.0113786564vw, 0.9375rem);
        }
    }

    @supports not (
        gap: clamp(0.5rem, -0.7470296247rem + 2.0113786564vw, 0.9375rem)
    ) {
        .warning-conf {
            gap: calc(0.5rem + 0.4375 * (100vw - 61.99875rem) / 21.75125);
        }
    }

    @supports (
        padding: clamp(0.75rem, -0.675176714rem + 2.2987184645vw, 1.25rem)
    ) {
        .warning-conf {
            padding: clamp(0.75rem, -0.675176714rem + 2.2987184645vw, 1.25rem);
        }
    }

    @supports not (
        padding: clamp(0.75rem, -0.675176714rem + 2.2987184645vw, 1.25rem)
    ) {
        .warning-conf {
            padding: calc(0.75rem + 0.5 * (100vw - 61.99875rem) / 21.75125);
        }
    }

    @supports (
        padding: clamp(0.75rem, -0.675176714rem + 2.2987184645vw, 1.25rem)
    ) {
        .warning-conf__item {
            padding: clamp(0.75rem, -0.675176714rem + 2.2987184645vw, 1.25rem);
        }
    }

    @supports not (
        padding: clamp(0.75rem, -0.675176714rem + 2.2987184645vw, 1.25rem)
    ) {
        .warning-conf__item {
            padding: calc(0.75rem + 0.5 * (100vw - 61.99875rem) / 21.75125);
        }
    }

    @supports (
        padding-right: clamp(0.75rem, -0.675176714rem + 2.2987184645vw, 1.25rem)
    ) {
        .payment__nav-wrapper {
            padding-right: clamp(
                0.75rem,
                -0.675176714rem + 2.2987184645vw,
                1.25rem
            );
        }
    }

    @supports not (
        padding-right: clamp(0.75rem, -0.675176714rem + 2.2987184645vw, 1.25rem)
    ) {
        .payment__nav-wrapper {
            padding-right: calc(
                0.75rem + 0.5 * (100vw - 61.99875rem) / 21.75125
            );
        }
    }

    @supports (
        padding-left: clamp(0.75rem, -0.675176714rem + 2.2987184645vw, 1.25rem)
    ) {
        .payment__nav-wrapper {
            padding-left: clamp(
                0.75rem,
                -0.675176714rem + 2.2987184645vw,
                1.25rem
            );
        }
    }

    @supports not (
        padding-left: clamp(0.75rem, -0.675176714rem + 2.2987184645vw, 1.25rem)
    ) {
        .payment__nav-wrapper {
            padding-left: calc(
                0.75rem + 0.5 * (100vw - 61.99875rem) / 21.75125
            );
        }
    }

    @supports (
        gap: clamp(0.625rem, -0.2657354462rem + 1.4366990403vw, 0.9375rem)
    ) {
        .payment__navigation {
            gap: clamp(0.625rem, -0.2657354462rem + 1.4366990403vw, 0.9375rem);
        }
    }

    @supports not (
        gap: clamp(0.625rem, -0.2657354462rem + 1.4366990403vw, 0.9375rem)
    ) {
        .payment__navigation {
            gap: calc(0.625rem + 0.3125 * (100vw - 61.99875rem) / 21.75125);
        }
    }

    @supports (
        font-size: clamp(0.75rem, 0.037411643rem + 1.1493592322vw, 1rem)
    ) {
        .payment__sub-title {
            font-size: clamp(0.75rem, 0.037411643rem + 1.1493592322vw, 1rem);
        }
    }

    @supports not (
        font-size: clamp(0.75rem, 0.037411643rem + 1.1493592322vw, 1rem)
    ) {
        .payment__sub-title {
            font-size: calc(0.75rem + 0.25 * (100vw - 61.99875rem) / 21.75125);
        }
    }

    @supports (
        padding-right: clamp(0.75rem, -0.675176714rem + 2.2987184645vw, 1.25rem)
    ) {
        .payment__payment-info {
            padding-right: clamp(
                0.75rem,
                -0.675176714rem + 2.2987184645vw,
                1.25rem
            );
        }
    }

    @supports not (
        padding-right: clamp(0.75rem, -0.675176714rem + 2.2987184645vw, 1.25rem)
    ) {
        .payment__payment-info {
            padding-right: calc(
                0.75rem + 0.5 * (100vw - 61.99875rem) / 21.75125
            );
        }
    }

    @supports (
        padding-left: clamp(0.75rem, -0.675176714rem + 2.2987184645vw, 1.25rem)
    ) {
        .payment__payment-info {
            padding-left: clamp(
                0.75rem,
                -0.675176714rem + 2.2987184645vw,
                1.25rem
            );
        }
    }

    @supports not (
        padding-left: clamp(0.75rem, -0.675176714rem + 2.2987184645vw, 1.25rem)
    ) {
        .payment__payment-info {
            padding-left: calc(
                0.75rem + 0.5 * (100vw - 61.99875rem) / 21.75125
            );
        }
    }

    @supports (
        padding-top:
            clamp(1.25rem, -13.0017671398rem + 22.9871846446vw, 6.25rem)
    ) {
        .policies-conf {
            padding-top: clamp(
                1.25rem,
                -13.0017671398rem + 22.9871846446vw,
                6.25rem
            );
        }
    }

    @supports not (
        padding-top:
            clamp(1.25rem, -13.0017671398rem + 22.9871846446vw, 6.25rem)
    ) {
        .policies-conf {
            padding-top: calc(1.25rem + 5 * (100vw - 61.99875rem) / 21.75125);
        }
    }

    @supports (
        padding-right: clamp(0.75rem, -4.2381184989rem + 8.0455146256vw, 2.5rem)
    ) {
        .policies-conf {
            padding-right: clamp(
                0.75rem,
                -4.2381184989rem + 8.0455146256vw,
                2.5rem
            );
        }
    }

    @supports not (
        padding-right: clamp(0.75rem, -4.2381184989rem + 8.0455146256vw, 2.5rem)
    ) {
        .policies-conf {
            padding-right: calc(
                0.75rem + 1.75 * (100vw - 61.99875rem) / 21.75125
            );
        }
    }

    @supports (
        padding-bottom:
            clamp(1.25rem, -4.0944126774rem + 8.6201942417vw, 3.125rem)
    ) {
        .policies-conf {
            padding-bottom: clamp(
                1.25rem,
                -4.0944126774rem + 8.6201942417vw,
                3.125rem
            );
        }
    }

    @supports not (
        padding-bottom:
            clamp(1.25rem, -4.0944126774rem + 8.6201942417vw, 3.125rem)
    ) {
        .policies-conf {
            padding-bottom: calc(
                1.25rem + 1.875 * (100vw - 61.99875rem) / 21.75125
            );
        }
    }

    @supports (
        font-size: clamp(1.25rem, -1.600353428rem + 4.5974369289vw, 2.25rem)
    ) {
        .policies-conf h2 {
            font-size: clamp(
                1.25rem,
                -1.600353428rem + 4.5974369289vw,
                2.25rem
            );
        }
    }

    @supports not (
        font-size: clamp(1.25rem, -1.600353428rem + 4.5974369289vw, 2.25rem)
    ) {
        .policies-conf h2 {
            font-size: calc(1.25rem + 1 * (100vw - 61.99875rem) / 21.75125);
        }
    }

    @supports (
        margin-bottom:
            clamp(1.25rem, -4.0944126774rem + 8.6201942417vw, 3.125rem)
    ) {
        .policies-conf__our-policies:not(:last-child) {
            margin-bottom: clamp(
                1.25rem,
                -4.0944126774rem + 8.6201942417vw,
                3.125rem
            );
        }
    }

    @supports not (
        margin-bottom:
            clamp(1.25rem, -4.0944126774rem + 8.6201942417vw, 3.125rem)
    ) {
        .policies-conf__our-policies:not(:last-child) {
            margin-bottom: calc(
                1.25rem + 1.875 * (100vw - 61.99875rem) / 21.75125
            );
        }
    }

    @supports (
        margin-bottom:
            clamp(1.25rem, -4.0944126774rem + 8.6201942417vw, 3.125rem)
    ) {
        .policies-conf__payment:not(:last-child) {
            margin-bottom: clamp(
                1.25rem,
                -4.0944126774rem + 8.6201942417vw,
                3.125rem
            );
        }
    }

    @supports not (
        margin-bottom:
            clamp(1.25rem, -4.0944126774rem + 8.6201942417vw, 3.125rem)
    ) {
        .policies-conf__payment:not(:last-child) {
            margin-bottom: calc(
                1.25rem + 1.875 * (100vw - 61.99875rem) / 21.75125
            );
        }
    }

    @supports (
        padding-top: clamp(1.25rem, -4.0944126774rem + 8.6201942417vw, 3.125rem)
    ) {
        .asked-conf {
            padding-top: clamp(
                1.25rem,
                -4.0944126774rem + 8.6201942417vw,
                3.125rem
            );
        }
    }

    @supports not (
        padding-top: clamp(1.25rem, -4.0944126774rem + 8.6201942417vw, 3.125rem)
    ) {
        .asked-conf {
            padding-top: calc(
                1.25rem + 1.875 * (100vw - 61.99875rem) / 21.75125
            );
        }
    }

    @supports (
        padding-right: clamp(0.5rem, -5.2007068559rem + 9.1948738578vw, 2.5rem)
    ) {
        .asked-conf {
            padding-right: clamp(
                0.5rem,
                -5.2007068559rem + 9.1948738578vw,
                2.5rem
            );
        }
    }

    @supports not (
        padding-right: clamp(0.5rem, -5.2007068559rem + 9.1948738578vw, 2.5rem)
    ) {
        .asked-conf {
            padding-right: calc(0.5rem + 2 * (100vw - 61.99875rem) / 21.75125);
        }
    }

    @supports (
        font-size: clamp(1.25rem, -1.600353428rem + 4.5974369289vw, 2.25rem)
    ) {
        .asked-conf h2 {
            font-size: clamp(
                1.25rem,
                -1.600353428rem + 4.5974369289vw,
                2.25rem
            );
        }
    }

    @supports not (
        font-size: clamp(1.25rem, -1.600353428rem + 4.5974369289vw, 2.25rem)
    ) {
        .asked-conf h2 {
            font-size: calc(1.25rem + 1 * (100vw - 61.99875rem) / 21.75125);
        }
    }

    @supports (
        padding-top: clamp(1.5rem, -3.1318243204rem + 7.4708350095vw, 3.125rem)
    ) {
        .asked-conf__title {
            padding-top: clamp(
                1.5rem,
                -3.1318243204rem + 7.4708350095vw,
                3.125rem
            );
        }
    }

    @supports not (
        padding-top: clamp(1.5rem, -3.1318243204rem + 7.4708350095vw, 3.125rem)
    ) {
        .asked-conf__title {
            padding-top: calc(
                1.5rem + 1.625 * (100vw - 61.99875rem) / 21.75125
            );
        }
    }

    @supports (
        padding-bottom: clamp(1.5rem, -1.350353428rem + 4.5974369289vw, 2.5rem)
    ) {
        .asked-conf__title {
            padding-bottom: clamp(
                1.5rem,
                -1.350353428rem + 4.5974369289vw,
                2.5rem
            );
        }
    }

    @supports not (
        padding-bottom: clamp(1.5rem, -1.350353428rem + 4.5974369289vw, 2.5rem)
    ) {
        .asked-conf__title {
            padding-bottom: calc(1.5rem + 1 * (100vw - 61.99875rem) / 21.75125);
        }
    }

    @supports (
        padding-right:
            clamp(0.5rem, -6.9821777484rem + 12.0682719384vw, 3.125rem)
    ) {
        .asked-conf__title {
            padding-right: clamp(
                0.5rem,
                -6.9821777484rem + 12.0682719384vw,
                3.125rem
            );
        }
    }

    @supports not (
        padding-right:
            clamp(0.5rem, -6.9821777484rem + 12.0682719384vw, 3.125rem)
    ) {
        .asked-conf__title {
            padding-right: calc(
                0.5rem + 2.625 * (100vw - 61.99875rem) / 21.75125
            );
        }
    }

    @supports (
        padding-left:
            clamp(0.5rem, -6.9821777484rem + 12.0682719384vw, 3.125rem)
    ) {
        .asked-conf__title {
            padding-left: clamp(
                0.5rem,
                -6.9821777484rem + 12.0682719384vw,
                3.125rem
            );
        }
    }

    @supports not (
        padding-left:
            clamp(0.5rem, -6.9821777484rem + 12.0682719384vw, 3.125rem)
    ) {
        .asked-conf__title {
            padding-left: calc(
                0.5rem + 2.625 * (100vw - 61.99875rem) / 21.75125
            );
        }
    }

    @supports (
        font-size: clamp(1rem, -0.425176714rem + 2.2987184645vw, 1.5rem)
    ) {
        .asked-conf__title {
            font-size: clamp(1rem, -0.425176714rem + 2.2987184645vw, 1.5rem);
        }
    }

    @supports not (
        font-size: clamp(1rem, -0.425176714rem + 2.2987184645vw, 1.5rem)
    ) {
        .asked-conf__title {
            font-size: calc(1rem + 0.5 * (100vw - 61.99875rem) / 21.75125);
        }
    }

    @supports (
        padding-left:
            clamp(0.25rem, -4.9162655882rem + 8.3328544337vw, 2.0625rem)
    ) {
        .booking-details {
            padding-left: clamp(
                0.25rem,
                -4.9162655882rem + 8.3328544337vw,
                2.0625rem
            );
        }
    }

    @supports not (
        padding-left:
            clamp(0.25rem, -4.9162655882rem + 8.3328544337vw, 2.0625rem)
    ) {
        .booking-details {
            padding-left: calc(
                0.25rem + 1.8125 * (100vw - 61.99875rem) / 21.75125
            );
        }
    }

    @supports (
        padding-right: clamp(0.75rem, -0.675176714rem + 2.2987184645vw, 1.25rem)
    ) {
        .booking-details__checked-info {
            padding-right: clamp(
                0.75rem,
                -0.675176714rem + 2.2987184645vw,
                1.25rem
            );
        }
    }

    @supports not (
        padding-right: clamp(0.75rem, -0.675176714rem + 2.2987184645vw, 1.25rem)
    ) {
        .booking-details__checked-info {
            padding-right: calc(
                0.75rem + 0.5 * (100vw - 61.99875rem) / 21.75125
            );
        }
    }

    @supports (
        padding-left: clamp(0.75rem, -0.675176714rem + 2.2987184645vw, 1.25rem)
    ) {
        .booking-details__checked-info {
            padding-left: clamp(
                0.75rem,
                -0.675176714rem + 2.2987184645vw,
                1.25rem
            );
        }
    }

    @supports not (
        padding-left: clamp(0.75rem, -0.675176714rem + 2.2987184645vw, 1.25rem)
    ) {
        .booking-details__checked-info {
            padding-left: calc(
                0.75rem + 0.5 * (100vw - 61.99875rem) / 21.75125
            );
        }
    }

    @supports (
        font-size: clamp(1.25rem, 0.537411643rem + 1.1493592322vw, 1.5rem)
    ) {
        .booking-details__title {
            font-size: clamp(1.25rem, 0.537411643rem + 1.1493592322vw, 1.5rem);
        }
    }

    @supports not (
        font-size: clamp(1.25rem, 0.537411643rem + 1.1493592322vw, 1.5rem)
    ) {
        .booking-details__title {
            font-size: calc(1.25rem + 0.25 * (100vw - 61.99875rem) / 21.75125);
        }
    }

    @supports (
        font-size: clamp(0.875rem, 0.5187058215rem + 0.5746796161vw, 1rem)
    ) {
        .booking-details__type-ship {
            font-size: clamp(0.875rem, 0.5187058215rem + 0.5746796161vw, 1rem);
        }
    }

    @supports not (
        font-size: clamp(0.875rem, 0.5187058215rem + 0.5746796161vw, 1rem)
    ) {
        .booking-details__type-ship {
            font-size: calc(
                0.875rem + 0.125 * (100vw - 61.99875rem) / 21.75125
            );
        }
    }

    @supports (
        font-size: clamp(0.875rem, 0.5187058215rem + 0.5746796161vw, 1rem)
    ) {
        .booking-details__name-ship {
            font-size: clamp(0.875rem, 0.5187058215rem + 0.5746796161vw, 1rem);
        }
    }

    @supports not (
        font-size: clamp(0.875rem, 0.5187058215rem + 0.5746796161vw, 1rem)
    ) {
        .booking-details__name-ship {
            font-size: calc(
                0.875rem + 0.125 * (100vw - 61.99875rem) / 21.75125
            );
        }
    }

    @supports (
        font-size: clamp(0.875rem, 0.5187058215rem + 0.5746796161vw, 1rem)
    ) {
        .booking-details__start-time {
            font-size: clamp(0.875rem, 0.5187058215rem + 0.5746796161vw, 1rem);
        }
    }

    @supports not (
        font-size: clamp(0.875rem, 0.5187058215rem + 0.5746796161vw, 1rem)
    ) {
        .booking-details__start-time {
            font-size: calc(
                0.875rem + 0.125 * (100vw - 61.99875rem) / 21.75125
            );
        }
    }

    @supports (
        font-size: clamp(0.875rem, 0.5187058215rem + 0.5746796161vw, 1rem)
    ) {
        .booking-details__data {
            font-size: clamp(0.875rem, 0.5187058215rem + 0.5746796161vw, 1rem);
        }
    }

    @supports not (
        font-size: clamp(0.875rem, 0.5187058215rem + 0.5746796161vw, 1rem)
    ) {
        .booking-details__data {
            font-size: calc(
                0.875rem + 0.125 * (100vw - 61.99875rem) / 21.75125
            );
        }
    }

    @supports (
        font-size: clamp(0.875rem, 0.5187058215rem + 0.5746796161vw, 1rem)
    ) {
        .booking-details__time {
            font-size: clamp(0.875rem, 0.5187058215rem + 0.5746796161vw, 1rem);
        }
    }

    @supports not (
        font-size: clamp(0.875rem, 0.5187058215rem + 0.5746796161vw, 1rem)
    ) {
        .booking-details__time {
            font-size: calc(
                0.875rem + 0.125 * (100vw - 61.99875rem) / 21.75125
            );
        }
    }

    @supports (
        font-size: clamp(0.875rem, 0.5187058215rem + 0.5746796161vw, 1rem)
    ) {
        .booking-details__duration {
            font-size: clamp(0.875rem, 0.5187058215rem + 0.5746796161vw, 1rem);
        }
    }

    @supports not (
        font-size: clamp(0.875rem, 0.5187058215rem + 0.5746796161vw, 1rem)
    ) {
        .booking-details__duration {
            font-size: calc(
                0.875rem + 0.125 * (100vw - 61.99875rem) / 21.75125
            );
        }
    }

    @supports (
        font-size: clamp(0.875rem, 0.5187058215rem + 0.5746796161vw, 1rem)
    ) {
        .booking-details__duration-value {
            font-size: clamp(0.875rem, 0.5187058215rem + 0.5746796161vw, 1rem);
        }
    }

    @supports not (
        font-size: clamp(0.875rem, 0.5187058215rem + 0.5746796161vw, 1rem)
    ) {
        .booking-details__duration-value {
            font-size: calc(
                0.875rem + 0.125 * (100vw - 61.99875rem) / 21.75125
            );
        }
    }

    @supports (
        font-size: clamp(0.875rem, 0.5187058215rem + 0.5746796161vw, 1rem)
    ) {
        .booking-details__passengers {
            font-size: clamp(0.875rem, 0.5187058215rem + 0.5746796161vw, 1rem);
        }
    }

    @supports not (
        font-size: clamp(0.875rem, 0.5187058215rem + 0.5746796161vw, 1rem)
    ) {
        .booking-details__passengers {
            font-size: calc(
                0.875rem + 0.125 * (100vw - 61.99875rem) / 21.75125
            );
        }
    }

    @supports (
        font-size: clamp(0.875rem, 0.5187058215rem + 0.5746796161vw, 1rem)
    ) {
        .booking-details__passengers-value {
            font-size: clamp(0.875rem, 0.5187058215rem + 0.5746796161vw, 1rem);
        }
    }

    @supports not (
        font-size: clamp(0.875rem, 0.5187058215rem + 0.5746796161vw, 1rem)
    ) {
        .booking-details__passengers-value {
            font-size: calc(
                0.875rem + 0.125 * (100vw - 61.99875rem) / 21.75125
            );
        }
    }

    @supports (
        font-size: clamp(1.25rem, 0.537411643rem + 1.1493592322vw, 1.5rem)
    ) {
        .booking-details__special-offers h3 {
            font-size: clamp(1.25rem, 0.537411643rem + 1.1493592322vw, 1.5rem);
        }
    }

    @supports not (
        font-size: clamp(1.25rem, 0.537411643rem + 1.1493592322vw, 1.5rem)
    ) {
        .booking-details__special-offers h3 {
            font-size: calc(1.25rem + 0.25 * (100vw - 61.99875rem) / 21.75125);
        }
    }

    @supports (
        margin-bottom: clamp(1rem, -1.4940592495rem + 4.0227573128vw, 1.875rem)
    ) {
        .booking-details__icon:not(:last-child) {
            margin-bottom: clamp(
                1rem,
                -1.4940592495rem + 4.0227573128vw,
                1.875rem
            );
        }
    }

    @supports not (
        margin-bottom: clamp(1rem, -1.4940592495rem + 4.0227573128vw, 1.875rem)
    ) {
        .booking-details__icon:not(:last-child) {
            margin-bottom: calc(
                1rem + 0.875 * (100vw - 61.99875rem) / 21.75125
            );
        }
    }
}

@media (min-width: 47.99875em) and (max-width: 83.75em) {
    @supports (
        padding-top:
            clamp(0.89375rem, 0.2895910545rem + 1.2586972483vw, 1.34375rem)
    ) {
        .select_form-type-monye .select-main__title {
            padding-top: clamp(
                0.89375rem,
                0.2895910545rem + 1.2586972483vw,
                1.34375rem
            );
        }
    }

    @supports not (
        padding-top:
            clamp(0.89375rem, 0.2895910545rem + 1.2586972483vw, 1.34375rem)
    ) {
        .select_form-type-monye .select-main__title {
            padding-top: calc(
                0.89375rem + 0.45 * (100vw - 47.99875rem) / 35.75125
            );
        }
    }

    @supports (
        padding-bottom:
            clamp(0.575rem, -0.2892829359rem + 1.8006363414vw, 1.21875rem)
    ) {
        .select_form-type-monye .select-main__title {
            padding-bottom: clamp(
                0.575rem,
                -0.2892829359rem + 1.8006363414vw,
                1.21875rem
            );
        }
    }

    @supports not (
        padding-bottom:
            clamp(0.575rem, -0.2892829359rem + 1.8006363414vw, 1.21875rem)
    ) {
        .select_form-type-monye .select-main__title {
            padding-bottom: calc(
                0.575rem + 0.64375 * (100vw - 47.99875rem) / 35.75125
            );
        }
    }

    @supports (
        padding-right:
            clamp(0.3125rem, -0.1070548233rem + 0.8740953114vw, 0.625rem)
    ) {
        .select_form-type-monye .select-main__title {
            padding-right: clamp(
                0.3125rem,
                -0.1070548233rem + 0.8740953114vw,
                0.625rem
            );
        }
    }

    @supports not (
        padding-right:
            clamp(0.3125rem, -0.1070548233rem + 0.8740953114vw, 0.625rem)
    ) {
        .select_form-type-monye .select-main__title {
            padding-right: calc(
                0.3125rem + 0.3125 * (100vw - 47.99875rem) / 35.75125
            );
        }
    }

    @supports (
        padding-left:
            clamp(0.3125rem, -0.1070548233rem + 0.8740953114vw, 0.625rem)
    ) {
        .select_form-type-monye .select-main__title {
            padding-left: clamp(
                0.3125rem,
                -0.1070548233rem + 0.8740953114vw,
                0.625rem
            );
        }
    }

    @supports not (
        padding-left:
            clamp(0.3125rem, -0.1070548233rem + 0.8740953114vw, 0.625rem)
    ) {
        .select_form-type-monye .select-main__title {
            padding-left: calc(
                0.3125rem + 0.3125 * (100vw - 47.99875rem) / 35.75125
            );
        }
    }

    @supports (width: clamp(2.5rem, 0.821780707rem + 3.4963812454vw, 3.75rem)) {
        .select_form-type-monye .select-main__title {
            width: clamp(2.5rem, 0.821780707rem + 3.4963812454vw, 3.75rem);
        }
    }

    @supports not (
        width: clamp(2.5rem, 0.821780707rem + 3.4963812454vw, 3.75rem)
    ) {
        .select_form-type-monye .select-main__title {
            width: calc(2.5rem + 1.25 * (100vw - 47.99875rem) / 35.75125);
        }
    }

    @supports (
        padding-top:
            clamp(0.89375rem, 0.2895910545rem + 1.2586972483vw, 1.34375rem)
    ) {
        .select_form-lang .select-main__title {
            padding-top: clamp(
                0.89375rem,
                0.2895910545rem + 1.2586972483vw,
                1.34375rem
            );
        }
    }

    @supports not (
        padding-top:
            clamp(0.89375rem, 0.2895910545rem + 1.2586972483vw, 1.34375rem)
    ) {
        .select_form-lang .select-main__title {
            padding-top: calc(
                0.89375rem + 0.45 * (100vw - 47.99875rem) / 35.75125
            );
        }
    }

    @supports (
        padding-bottom:
            clamp(0.575rem, -0.2892829359rem + 1.8006363414vw, 1.21875rem)
    ) {
        .select_form-lang .select-main__title {
            padding-bottom: clamp(
                0.575rem,
                -0.2892829359rem + 1.8006363414vw,
                1.21875rem
            );
        }
    }

    @supports not (
        padding-bottom:
            clamp(0.575rem, -0.2892829359rem + 1.8006363414vw, 1.21875rem)
    ) {
        .select_form-lang .select-main__title {
            padding-bottom: calc(
                0.575rem + 0.64375 * (100vw - 47.99875rem) / 35.75125
            );
        }
    }

    @supports (
        padding-right:
            clamp(0.3125rem, -0.1070548233rem + 0.8740953114vw, 0.625rem)
    ) {
        .select_form-lang .select-main__title {
            padding-right: clamp(
                0.3125rem,
                -0.1070548233rem + 0.8740953114vw,
                0.625rem
            );
        }
    }

    @supports not (
        padding-right:
            clamp(0.3125rem, -0.1070548233rem + 0.8740953114vw, 0.625rem)
    ) {
        .select_form-lang .select-main__title {
            padding-right: calc(
                0.3125rem + 0.3125 * (100vw - 47.99875rem) / 35.75125
            );
        }
    }

    @supports (
        padding-left:
            clamp(0.3125rem, -0.1070548233rem + 0.8740953114vw, 0.625rem)
    ) {
        .select_form-lang .select-main__title {
            padding-left: clamp(
                0.3125rem,
                -0.1070548233rem + 0.8740953114vw,
                0.625rem
            );
        }
    }

    @supports not (
        padding-left:
            clamp(0.3125rem, -0.1070548233rem + 0.8740953114vw, 0.625rem)
    ) {
        .select_form-lang .select-main__title {
            padding-left: calc(
                0.3125rem + 0.3125 * (100vw - 47.99875rem) / 35.75125
            );
        }
    }

    @supports (width: clamp(2.5rem, 0.821780707rem + 3.4963812454vw, 3.75rem)) {
        .select_form-lang .select-main__title {
            width: clamp(2.5rem, 0.821780707rem + 3.4963812454vw, 3.75rem);
        }
    }

    @supports not (
        width: clamp(2.5rem, 0.821780707rem + 3.4963812454vw, 3.75rem)
    ) {
        .select_form-lang .select-main__title {
            width: calc(2.5rem + 1.25 * (100vw - 47.99875rem) / 35.75125);
        }
    }

    @supports (
        padding-top:
            clamp(0.89375rem, 0.2895910545rem + 1.2586972483vw, 1.34375rem)
    ) {
        .select_form-type-monye-dark-header .select-main__title,
        .select_form-lang-dark-header .select-main__title {
            padding-top: clamp(
                0.89375rem,
                0.2895910545rem + 1.2586972483vw,
                1.34375rem
            );
        }
    }

    @supports not (
        padding-top:
            clamp(0.89375rem, 0.2895910545rem + 1.2586972483vw, 1.34375rem)
    ) {
        .select_form-type-monye-dark-header .select-main__title,
        .select_form-lang-dark-header .select-main__title {
            padding-top: calc(
                0.89375rem + 0.45 * (100vw - 47.99875rem) / 35.75125
            );
        }
    }

    @supports (
        padding-bottom:
            clamp(0.575rem, -0.2892829359rem + 1.8006363414vw, 1.21875rem)
    ) {
        .select_form-type-monye-dark-header .select-main__title,
        .select_form-lang-dark-header .select-main__title {
            padding-bottom: clamp(
                0.575rem,
                -0.2892829359rem + 1.8006363414vw,
                1.21875rem
            );
        }
    }

    @supports not (
        padding-bottom:
            clamp(0.575rem, -0.2892829359rem + 1.8006363414vw, 1.21875rem)
    ) {
        .select_form-type-monye-dark-header .select-main__title,
        .select_form-lang-dark-header .select-main__title {
            padding-bottom: calc(
                0.575rem + 0.64375 * (100vw - 47.99875rem) / 35.75125
            );
        }
    }

    @supports (
        padding-right:
            clamp(0.3125rem, -0.1070548233rem + 0.8740953114vw, 0.625rem)
    ) {
        .select_form-type-monye-dark-header .select-main__title,
        .select_form-lang-dark-header .select-main__title {
            padding-right: clamp(
                0.3125rem,
                -0.1070548233rem + 0.8740953114vw,
                0.625rem
            );
        }
    }

    @supports not (
        padding-right:
            clamp(0.3125rem, -0.1070548233rem + 0.8740953114vw, 0.625rem)
    ) {
        .select_form-type-monye-dark-header .select-main__title,
        .select_form-lang-dark-header .select-main__title {
            padding-right: calc(
                0.3125rem + 0.3125 * (100vw - 47.99875rem) / 35.75125
            );
        }
    }

    @supports (
        padding-left:
            clamp(0.3125rem, -0.1070548233rem + 0.8740953114vw, 0.625rem)
    ) {
        .select_form-type-monye-dark-header .select-main__title,
        .select_form-lang-dark-header .select-main__title {
            padding-left: clamp(
                0.3125rem,
                -0.1070548233rem + 0.8740953114vw,
                0.625rem
            );
        }
    }

    @supports not (
        padding-left:
            clamp(0.3125rem, -0.1070548233rem + 0.8740953114vw, 0.625rem)
    ) {
        .select_form-type-monye-dark-header .select-main__title,
        .select_form-lang-dark-header .select-main__title {
            padding-left: calc(
                0.3125rem + 0.3125 * (100vw - 47.99875rem) / 35.75125
            );
        }
    }

    @supports (width: clamp(2.5rem, 0.821780707rem + 3.4963812454vw, 3.75rem)) {
        .select_form-type-monye-dark-header .select-main__title,
        .select_form-lang-dark-header .select-main__title {
            width: clamp(2.5rem, 0.821780707rem + 3.4963812454vw, 3.75rem);
        }
    }

    @supports not (
        width: clamp(2.5rem, 0.821780707rem + 3.4963812454vw, 3.75rem)
    ) {
        .select_form-type-monye-dark-header .select-main__title,
        .select_form-lang-dark-header .select-main__title {
            width: calc(2.5rem + 1.25 * (100vw - 47.99875rem) / 35.75125);
        }
    }

    @supports (
        font-size: clamp(1.25rem, 0.9143561414rem + 0.6992762491vw, 1.5rem)
    ) {
        .spollers__title {
            font-size: clamp(1.25rem, 0.9143561414rem + 0.6992762491vw, 1.5rem);
        }
    }

    @supports not (
        font-size: clamp(1.25rem, 0.9143561414rem + 0.6992762491vw, 1.5rem)
    ) {
        .spollers__title {
            font-size: calc(1.25rem + 0.25 * (100vw - 47.99875rem) / 35.75125);
        }
    }

    @supports (font-size: clamp(3rem, 1.6574245656rem + 2.7971049963vw, 4rem)) {
        .title--main {
            font-size: clamp(3rem, 1.6574245656rem + 2.7971049963vw, 4rem);
        }
    }

    @supports not (
        font-size: clamp(3rem, 1.6574245656rem + 2.7971049963vw, 4rem)
    ) {
        .title--main {
            font-size: calc(3rem + 1 * (100vw - 47.99875rem) / 35.75125);
        }
    }

    @supports (
        font-size: clamp(0.625rem, -0.7175754344rem + 2.7971049963vw, 1.625rem)
    ) {
        .header__logo {
            font-size: clamp(
                0.625rem,
                -0.7175754344rem + 2.7971049963vw,
                1.625rem
            );
        }
    }

    @supports not (
        font-size: clamp(0.625rem, -0.7175754344rem + 2.7971049963vw, 1.625rem)
    ) {
        .header__logo {
            font-size: calc(0.625rem + 1 * (100vw - 47.99875rem) / 35.75125);
        }
    }

    @supports (
        font-size: clamp(1.5rem, 0.1574245656rem + 2.7971049963vw, 2.5rem)
    ) {
        .header__logo span:first-of-type {
            font-size: clamp(1.5rem, 0.1574245656rem + 2.7971049963vw, 2.5rem);
        }
    }

    @supports not (
        font-size: clamp(1.5rem, 0.1574245656rem + 2.7971049963vw, 2.5rem)
    ) {
        .header__logo span:first-of-type {
            font-size: calc(1.5rem + 1 * (100vw - 47.99875rem) / 35.75125);
        }
    }

    @supports (
        margin-right: clamp(0.25rem, -0.0856438586rem + 0.6992762491vw, 0.5rem)
    ) {
        .header__logo span:first-of-type:not(:last-child) {
            margin-right: clamp(
                0.25rem,
                -0.0856438586rem + 0.6992762491vw,
                0.5rem
            );
        }
    }

    @supports not (
        margin-right: clamp(0.25rem, -0.0856438586rem + 0.6992762491vw, 0.5rem)
    ) {
        .header__logo span:first-of-type:not(:last-child) {
            margin-right: calc(
                0.25rem + 0.25 * (100vw - 47.99875rem) / 35.75125
            );
        }
    }

    @supports (
        font-size: clamp(0.625rem, -0.7175754344rem + 2.7971049963vw, 1.625rem)
    ) {
        .header__main-logo {
            font-size: clamp(
                0.625rem,
                -0.7175754344rem + 2.7971049963vw,
                1.625rem
            );
        }
    }

    @supports not (
        font-size: clamp(0.625rem, -0.7175754344rem + 2.7971049963vw, 1.625rem)
    ) {
        .header__main-logo {
            font-size: calc(0.625rem + 1 * (100vw - 47.99875rem) / 35.75125);
        }
    }

    @supports (
        font-size: clamp(1.5rem, 0.1574245656rem + 2.7971049963vw, 2.5rem)
    ) {
        .header__main-logo span:first-of-type {
            font-size: clamp(1.5rem, 0.1574245656rem + 2.7971049963vw, 2.5rem);
        }
    }

    @supports not (
        font-size: clamp(1.5rem, 0.1574245656rem + 2.7971049963vw, 2.5rem)
    ) {
        .header__main-logo span:first-of-type {
            font-size: calc(1.5rem + 1 * (100vw - 47.99875rem) / 35.75125);
        }
    }

    @supports (
        margin-right: clamp(0.25rem, -0.0856438586rem + 0.6992762491vw, 0.5rem)
    ) {
        .header__main-logo span:first-of-type:not(:last-child) {
            margin-right: clamp(
                0.25rem,
                -0.0856438586rem + 0.6992762491vw,
                0.5rem
            );
        }
    }

    @supports not (
        margin-right: clamp(0.25rem, -0.0856438586rem + 0.6992762491vw, 0.5rem)
    ) {
        .header__main-logo span:first-of-type:not(:last-child) {
            margin-right: calc(
                0.25rem + 0.25 * (100vw - 47.99875rem) / 35.75125
            );
        }
    }

    @supports (
        ((-moz-column-gap: clamp(
                        0.0000000625rem,
                        -1.6782191466rem + 3.4963810706vw,
                        1.25rem
                    )) or (column-gap: clamp(
                        0.0000000625rem,
                        -1.6782191466rem + 3.4963810706vw,
                        1.25rem
                    )))
    ) {
        .header__nav {
            -webkit-column-gap: clamp(
                0.0000000625rem,
                -1.6782191466rem + 3.4963810706vw,
                1.25rem
            );
            -moz-column-gap: clamp(
                0.0000000625rem,
                -1.6782191466rem + 3.4963810706vw,
                1.25rem
            );
            column-gap: clamp(
                0.0000000625rem,
                -1.6782191466rem + 3.4963810706vw,
                1.25rem
            );
        }
    }

    @supports not (
        ((-moz-column-gap: clamp(
                        0.0000000625rem,
                        -1.6782191466rem + 3.4963810706vw,
                        1.25rem
                    )) or (column-gap: clamp(
                        0.0000000625rem,
                        -1.6782191466rem + 3.4963810706vw,
                        1.25rem
                    )))
    ) {
        .header__nav {
            -webkit-column-gap: calc(
                0.0000000625rem + 1.2499999375 * (100vw - 47.99875rem) /
                    35.75125
            );
            -moz-column-gap: calc(
                0.0000000625rem + 1.2499999375 * (100vw - 47.99875rem) /
                    35.75125
            );
            column-gap: calc(
                0.0000000625rem + 1.2499999375 * (100vw - 47.99875rem) /
                    35.75125
            );
        }
    }

    @supports (
        ((-moz-column-gap: clamp(
                        0.0000000625rem,
                        -1.6782191466rem + 3.4963810706vw,
                        1.25rem
                    )) or (column-gap: clamp(
                        0.0000000625rem,
                        -1.6782191466rem + 3.4963810706vw,
                        1.25rem
                    )))
    ) {
        .nav__list {
            -webkit-column-gap: clamp(
                0.0000000625rem,
                -1.6782191466rem + 3.4963810706vw,
                1.25rem
            );
            -moz-column-gap: clamp(
                0.0000000625rem,
                -1.6782191466rem + 3.4963810706vw,
                1.25rem
            );
            column-gap: clamp(
                0.0000000625rem,
                -1.6782191466rem + 3.4963810706vw,
                1.25rem
            );
        }
    }

    @supports not (
        ((-moz-column-gap: clamp(
                        0.0000000625rem,
                        -1.6782191466rem + 3.4963810706vw,
                        1.25rem
                    )) or (column-gap: clamp(
                        0.0000000625rem,
                        -1.6782191466rem + 3.4963810706vw,
                        1.25rem
                    )))
    ) {
        .nav__list {
            -webkit-column-gap: calc(
                0.0000000625rem + 1.2499999375 * (100vw - 47.99875rem) /
                    35.75125
            );
            -moz-column-gap: calc(
                0.0000000625rem + 1.2499999375 * (100vw - 47.99875rem) /
                    35.75125
            );
            column-gap: calc(
                0.0000000625rem + 1.2499999375 * (100vw - 47.99875rem) /
                    35.75125
            );
        }
    }

    @supports (
        padding-top:
            clamp(0.8125rem, 0.0573013181rem + 1.5733715604vw, 1.375rem)
    ) {
        .nav__link {
            padding-top: clamp(
                0.8125rem,
                0.0573013181rem + 1.5733715604vw,
                1.375rem
            );
        }
    }

    @supports not (
        padding-top:
            clamp(0.8125rem, 0.0573013181rem + 1.5733715604vw, 1.375rem)
    ) {
        .nav__link {
            padding-top: calc(
                0.8125rem + 0.5625 * (100vw - 47.99875rem) / 35.75125
            );
        }
    }

    @supports (
        padding-bottom:
            clamp(0.8125rem, 0.2251232474rem + 1.2237334359vw, 1.25rem)
    ) {
        .nav__link {
            padding-bottom: clamp(
                0.8125rem,
                0.2251232474rem + 1.2237334359vw,
                1.25rem
            );
        }
    }

    @supports not (
        padding-bottom:
            clamp(0.8125rem, 0.2251232474rem + 1.2237334359vw, 1.25rem)
    ) {
        .nav__link {
            padding-bottom: calc(
                0.8125rem + 0.4375 * (100vw - 47.99875rem) / 35.75125
            );
        }
    }

    @supports (
        padding-right:
            clamp(0.8125rem, 0.5188116237rem + 0.6118667179vw, 1.03125rem)
    ) {
        .nav__link {
            padding-right: clamp(
                0.8125rem,
                0.5188116237rem + 0.6118667179vw,
                1.03125rem
            );
        }
    }

    @supports not (
        padding-right:
            clamp(0.8125rem, 0.5188116237rem + 0.6118667179vw, 1.03125rem)
    ) {
        .nav__link {
            padding-right: calc(
                0.8125rem + 0.21875 * (100vw - 47.99875rem) / 35.75125
            );
        }
    }

    @supports (
        padding-left:
            clamp(0.8125rem, 0.5188116237rem + 0.6118667179vw, 1.03125rem)
    ) {
        .nav__link {
            padding-left: clamp(
                0.8125rem,
                0.5188116237rem + 0.6118667179vw,
                1.03125rem
            );
        }
    }

    @supports not (
        padding-left:
            clamp(0.8125rem, 0.5188116237rem + 0.6118667179vw, 1.03125rem)
    ) {
        .nav__link {
            padding-left: calc(
                0.8125rem + 0.21875 * (100vw - 47.99875rem) / 35.75125
            );
        }
    }

    @supports (
        padding-top: clamp(0.8125rem, 0.2251232474rem + 1.2237334359vw, 1.25rem)
    ) {
        .nav__whatsapp {
            padding-top: clamp(
                0.8125rem,
                0.2251232474rem + 1.2237334359vw,
                1.25rem
            );
        }
    }

    @supports not (
        padding-top: clamp(0.8125rem, 0.2251232474rem + 1.2237334359vw, 1.25rem)
    ) {
        .nav__whatsapp {
            padding-top: calc(
                0.8125rem + 0.4375 * (100vw - 47.99875rem) / 35.75125
            );
        }
    }

    @supports (
        padding-bottom:
            clamp(0.6875rem, 0.1001232474rem + 1.2237334359vw, 1.125rem)
    ) {
        .nav__whatsapp {
            padding-bottom: clamp(
                0.6875rem,
                0.1001232474rem + 1.2237334359vw,
                1.125rem
            );
        }
    }

    @supports not (
        padding-bottom:
            clamp(0.6875rem, 0.1001232474rem + 1.2237334359vw, 1.125rem)
    ) {
        .nav__whatsapp {
            padding-bottom: calc(
                0.6875rem + 0.4375 * (100vw - 47.99875rem) / 35.75125
            );
        }
    }

    @supports (
        padding-right:
            clamp(0.8125rem, 0.2251232474rem + 1.2237334359vw, 1.25rem)
    ) {
        .nav__whatsapp {
            padding-right: clamp(
                0.8125rem,
                0.2251232474rem + 1.2237334359vw,
                1.25rem
            );
        }
    }

    @supports not (
        padding-right:
            clamp(0.8125rem, 0.2251232474rem + 1.2237334359vw, 1.25rem)
    ) {
        .nav__whatsapp {
            padding-right: calc(
                0.8125rem + 0.4375 * (100vw - 47.99875rem) / 35.75125
            );
        }
    }

    @supports (
        padding-left:
            clamp(0.8125rem, 0.2251232474rem + 1.2237334359vw, 1.25rem)
    ) {
        .nav__whatsapp {
            padding-left: clamp(
                0.8125rem,
                0.2251232474rem + 1.2237334359vw,
                1.25rem
            );
        }
    }

    @supports not (
        padding-left:
            clamp(0.8125rem, 0.2251232474rem + 1.2237334359vw, 1.25rem)
    ) {
        .nav__whatsapp {
            padding-left: calc(
                0.8125rem + 0.4375 * (100vw - 47.99875rem) / 35.75125
            );
        }
    }

    @supports (
        padding-top: clamp(0.8125rem, 0.2251232474rem + 1.2237334359vw, 1.25rem)
    ) {
        .nav__telegram {
            padding-top: clamp(
                0.8125rem,
                0.2251232474rem + 1.2237334359vw,
                1.25rem
            );
        }
    }

    @supports not (
        padding-top: clamp(0.8125rem, 0.2251232474rem + 1.2237334359vw, 1.25rem)
    ) {
        .nav__telegram {
            padding-top: calc(
                0.8125rem + 0.4375 * (100vw - 47.99875rem) / 35.75125
            );
        }
    }

    @supports (
        padding-bottom:
            clamp(0.6875rem, 0.1001232474rem + 1.2237334359vw, 1.125rem)
    ) {
        .nav__telegram {
            padding-bottom: clamp(
                0.6875rem,
                0.1001232474rem + 1.2237334359vw,
                1.125rem
            );
        }
    }

    @supports not (
        padding-bottom:
            clamp(0.6875rem, 0.1001232474rem + 1.2237334359vw, 1.125rem)
    ) {
        .nav__telegram {
            padding-bottom: calc(
                0.6875rem + 0.4375 * (100vw - 47.99875rem) / 35.75125
            );
        }
    }

    @supports (
        padding-right:
            clamp(0.7125rem, 0.1838609227rem + 1.1013600923vw, 1.10625rem)
    ) {
        .nav__telegram {
            padding-right: clamp(
                0.7125rem,
                0.1838609227rem + 1.1013600923vw,
                1.10625rem
            );
        }
    }

    @supports not (
        padding-right:
            clamp(0.7125rem, 0.1838609227rem + 1.1013600923vw, 1.10625rem)
    ) {
        .nav__telegram {
            padding-right: calc(
                0.7125rem + 0.39375 * (100vw - 47.99875rem) / 35.75125
            );
        }
    }

    @supports (
        padding-left:
            clamp(0.7125rem, 0.1838609227rem + 1.1013600923vw, 1.10625rem)
    ) {
        .nav__telegram {
            padding-left: clamp(
                0.7125rem,
                0.1838609227rem + 1.1013600923vw,
                1.10625rem
            );
        }
    }

    @supports not (
        padding-left:
            clamp(0.7125rem, 0.1838609227rem + 1.1013600923vw, 1.10625rem)
    ) {
        .nav__telegram {
            padding-left: calc(
                0.7125rem + 0.39375 * (100vw - 47.99875rem) / 35.75125
            );
        }
    }

    @supports (
        padding-top: clamp(0.8125rem, 0.2251232474rem + 1.2237334359vw, 1.25rem)
    ) {
        .nav__button {
            padding-top: clamp(
                0.8125rem,
                0.2251232474rem + 1.2237334359vw,
                1.25rem
            );
        }
    }

    @supports not (
        padding-top: clamp(0.8125rem, 0.2251232474rem + 1.2237334359vw, 1.25rem)
    ) {
        .nav__button {
            padding-top: calc(
                0.8125rem + 0.4375 * (100vw - 47.99875rem) / 35.75125
            );
        }
    }

    @supports (
        padding-bottom:
            clamp(0.6875rem, 0.1001232474rem + 1.2237334359vw, 1.125rem)
    ) {
        .nav__button {
            padding-bottom: clamp(
                0.6875rem,
                0.1001232474rem + 1.2237334359vw,
                1.125rem
            );
        }
    }

    @supports not (
        padding-bottom:
            clamp(0.6875rem, 0.1001232474rem + 1.2237334359vw, 1.125rem)
    ) {
        .nav__button {
            padding-bottom: calc(
                0.6875rem + 0.4375 * (100vw - 47.99875rem) / 35.75125
            );
        }
    }

    @supports (
        padding-right:
            clamp(0.7875rem, 0.2085143439rem + 1.2062515297vw, 1.21875rem)
    ) {
        .nav__button {
            padding-right: clamp(
                0.7875rem,
                0.2085143439rem + 1.2062515297vw,
                1.21875rem
            );
        }
    }

    @supports not (
        padding-right:
            clamp(0.7875rem, 0.2085143439rem + 1.2062515297vw, 1.21875rem)
    ) {
        .nav__button {
            padding-right: calc(
                0.7875rem + 0.43125 * (100vw - 47.99875rem) / 35.75125
            );
        }
    }

    @supports (
        padding-left:
            clamp(0.7875rem, 0.2085143439rem + 1.2062515297vw, 1.21875rem)
    ) {
        .nav__button {
            padding-left: clamp(
                0.7875rem,
                0.2085143439rem + 1.2062515297vw,
                1.21875rem
            );
        }
    }

    @supports not (
        padding-left:
            clamp(0.7875rem, 0.2085143439rem + 1.2062515297vw, 1.21875rem)
    ) {
        .nav__button {
            padding-left: calc(
                0.7875rem + 0.43125 * (100vw - 47.99875rem) / 35.75125
            );
        }
    }

    @supports (
        padding-right:
            clamp(0.625rem, -0.2141096465rem + 1.7481906227vw, 1.25rem)
    ) {
        .nav__icon {
            padding-right: clamp(
                0.625rem,
                -0.2141096465rem + 1.7481906227vw,
                1.25rem
            );
        }
    }

    @supports not (
        padding-right:
            clamp(0.625rem, -0.2141096465rem + 1.7481906227vw, 1.25rem)
    ) {
        .nav__icon {
            padding-right: calc(
                0.625rem + 0.625 * (100vw - 47.99875rem) / 35.75125
            );
        }
    }

    @supports (
        padding-left:
            clamp(0.625rem, -0.2141096465rem + 1.7481906227vw, 1.25rem)
    ) {
        .nav__icon {
            padding-left: clamp(
                0.625rem,
                -0.2141096465rem + 1.7481906227vw,
                1.25rem
            );
        }
    }

    @supports not (
        padding-left:
            clamp(0.625rem, -0.2141096465rem + 1.7481906227vw, 1.25rem)
    ) {
        .nav__icon {
            padding-left: calc(
                0.625rem + 0.625 * (100vw - 47.99875rem) / 35.75125
            );
        }
    }

    @supports (
        padding-bottom: clamp(3rem, 0.3148491311rem + 5.5942099927vw, 5rem)
    ) {
        .page__hottest {
            padding-bottom: clamp(3rem, 0.3148491311rem + 5.5942099927vw, 5rem);
        }
    }

    @supports not (
        padding-bottom: clamp(3rem, 0.3148491311rem + 5.5942099927vw, 5rem)
    ) {
        .page__hottest {
            padding-bottom: calc(3rem + 2 * (100vw - 47.99875rem) / 35.75125);
        }
    }

    @supports (
        padding-top: clamp(4rem, 0.9792052725rem + 6.2934862417vw, 6.25rem)
    ) {
        .page__trending {
            padding-top: clamp(4rem, 0.9792052725rem + 6.2934862417vw, 6.25rem);
        }
    }

    @supports not (
        padding-top: clamp(4rem, 0.9792052725rem + 6.2934862417vw, 6.25rem)
    ) {
        .page__trending {
            padding-top: calc(4rem + 2.25 * (100vw - 47.99875rem) / 35.75125);
        }
    }

    @supports (
        padding-bottom: clamp(3rem, 0.3148491311rem + 5.5942099927vw, 5rem)
    ) {
        .page__trending {
            padding-bottom: clamp(3rem, 0.3148491311rem + 5.5942099927vw, 5rem);
        }
    }

    @supports not (
        padding-bottom: clamp(3rem, 0.3148491311rem + 5.5942099927vw, 5rem)
    ) {
        .page__trending {
            padding-bottom: calc(3rem + 2 * (100vw - 47.99875rem) / 35.75125);
        }
    }

    @supports (
        padding-top: clamp(4rem, 0.9792052725rem + 6.2934862417vw, 6.25rem)
    ) {
        .page__rental {
            padding-top: clamp(4rem, 0.9792052725rem + 6.2934862417vw, 6.25rem);
        }
    }

    @supports not (
        padding-top: clamp(4rem, 0.9792052725rem + 6.2934862417vw, 6.25rem)
    ) {
        .page__rental {
            padding-top: calc(4rem + 2.25 * (100vw - 47.99875rem) / 35.75125);
        }
    }

    @supports (
        padding-bottom: clamp(3rem, 0.3148491311rem + 5.5942099927vw, 5rem)
    ) {
        .page__rental {
            padding-bottom: clamp(3rem, 0.3148491311rem + 5.5942099927vw, 5rem);
        }
    }

    @supports not (
        padding-bottom: clamp(3rem, 0.3148491311rem + 5.5942099927vw, 5rem)
    ) {
        .page__rental {
            padding-bottom: calc(3rem + 2 * (100vw - 47.99875rem) / 35.75125);
        }
    }

    @supports (
        padding-top: clamp(4rem, 0.9792052725rem + 6.2934862417vw, 6.25rem)
    ) {
        .page__services-galery {
            padding-top: clamp(4rem, 0.9792052725rem + 6.2934862417vw, 6.25rem);
        }
    }

    @supports not (
        padding-top: clamp(4rem, 0.9792052725rem + 6.2934862417vw, 6.25rem)
    ) {
        .page__services-galery {
            padding-top: calc(4rem + 2.25 * (100vw - 47.99875rem) / 35.75125);
        }
    }

    @supports (
        padding-bottom: clamp(3rem, 0.3148491311rem + 5.5942099927vw, 5rem)
    ) {
        .page__services-galery {
            padding-bottom: clamp(3rem, 0.3148491311rem + 5.5942099927vw, 5rem);
        }
    }

    @supports not (
        padding-bottom: clamp(3rem, 0.3148491311rem + 5.5942099927vw, 5rem)
    ) {
        .page__services-galery {
            padding-bottom: calc(3rem + 2 * (100vw - 47.99875rem) / 35.75125);
        }
    }

    @supports (
        padding-top: clamp(3rem, -3.2933223489rem + 13.1114296703vw, 7.6875rem)
    ) {
        .page__register {
            padding-top: clamp(
                3rem,
                -3.2933223489rem + 13.1114296703vw,
                7.6875rem
            );
        }
    }

    @supports not (
        padding-top: clamp(3rem, -3.2933223489rem + 13.1114296703vw, 7.6875rem)
    ) {
        .page__register {
            padding-top: calc(3rem + 4.6875 * (100vw - 47.99875rem) / 35.75125);
        }
    }

    @supports (
        padding-bottom:
            clamp(3rem, -3.2933223489rem + 13.1114296703vw, 7.6875rem)
    ) {
        .page__register {
            padding-bottom: clamp(
                3rem,
                -3.2933223489rem + 13.1114296703vw,
                7.6875rem
            );
        }
    }

    @supports not (
        padding-bottom:
            clamp(3rem, -3.2933223489rem + 13.1114296703vw, 7.6875rem)
    ) {
        .page__register {
            padding-bottom: calc(
                3rem + 4.6875 * (100vw - 47.99875rem) / 35.75125
            );
        }
    }

    @supports (
        padding-top: clamp(4rem, 0.9792052725rem + 6.2934862417vw, 6.25rem)
    ) {
        .page__asked {
            padding-top: clamp(4rem, 0.9792052725rem + 6.2934862417vw, 6.25rem);
        }
    }

    @supports not (
        padding-top: clamp(4rem, 0.9792052725rem + 6.2934862417vw, 6.25rem)
    ) {
        .page__asked {
            padding-top: calc(4rem + 2.25 * (100vw - 47.99875rem) / 35.75125);
        }
    }

    @supports (
        padding-bottom: clamp(3rem, 0.3148491311rem + 5.5942099927vw, 5rem)
    ) {
        .page__asked {
            padding-bottom: clamp(3rem, 0.3148491311rem + 5.5942099927vw, 5rem);
        }
    }

    @supports not (
        padding-bottom: clamp(3rem, 0.3148491311rem + 5.5942099927vw, 5rem)
    ) {
        .page__asked {
            padding-bottom: calc(3rem + 2 * (100vw - 47.99875rem) / 35.75125);
        }
    }

    @supports (
        padding-top: clamp(4rem, 0.9792052725rem + 6.2934862417vw, 6.25rem)
    ) {
        .page__testination {
            padding-top: clamp(4rem, 0.9792052725rem + 6.2934862417vw, 6.25rem);
        }
    }

    @supports not (
        padding-top: clamp(4rem, 0.9792052725rem + 6.2934862417vw, 6.25rem)
    ) {
        .page__testination {
            padding-top: calc(4rem + 2.25 * (100vw - 47.99875rem) / 35.75125);
        }
    }

    @supports (
        padding-bottom: clamp(3rem, 0.3148491311rem + 5.5942099927vw, 5rem)
    ) {
        .page__testination {
            padding-bottom: clamp(3rem, 0.3148491311rem + 5.5942099927vw, 5rem);
        }
    }

    @supports not (
        padding-bottom: clamp(3rem, 0.3148491311rem + 5.5942099927vw, 5rem)
    ) {
        .page__testination {
            padding-bottom: calc(3rem + 2 * (100vw - 47.99875rem) / 35.75125);
        }
    }

    @supports (
        padding-top: clamp(4rem, 0.9792052725rem + 6.2934862417vw, 6.25rem)
    ) {
        .page__blog {
            padding-top: clamp(4rem, 0.9792052725rem + 6.2934862417vw, 6.25rem);
        }
    }

    @supports not (
        padding-top: clamp(4rem, 0.9792052725rem + 6.2934862417vw, 6.25rem)
    ) {
        .page__blog {
            padding-top: calc(4rem + 2.25 * (100vw - 47.99875rem) / 35.75125);
        }
    }

    @supports (
        padding-bottom: clamp(3rem, 0.3148491311rem + 5.5942099927vw, 5rem)
    ) {
        .page__blog {
            padding-bottom: clamp(3rem, 0.3148491311rem + 5.5942099927vw, 5rem);
        }
    }

    @supports not (
        padding-bottom: clamp(3rem, 0.3148491311rem + 5.5942099927vw, 5rem)
    ) {
        .page__blog {
            padding-bottom: calc(3rem + 2 * (100vw - 47.99875rem) / 35.75125);
        }
    }

    @supports (
        padding-top: clamp(4rem, 0.9792052725rem + 6.2934862417vw, 6.25rem)
    ) {
        .page__partner {
            padding-top: clamp(4rem, 0.9792052725rem + 6.2934862417vw, 6.25rem);
        }
    }

    @supports not (
        padding-top: clamp(4rem, 0.9792052725rem + 6.2934862417vw, 6.25rem)
    ) {
        .page__partner {
            padding-top: calc(4rem + 2.25 * (100vw - 47.99875rem) / 35.75125);
        }
    }

    @supports (
        padding-bottom: clamp(3rem, 0.3148491311rem + 5.5942099927vw, 5rem)
    ) {
        .page__partner {
            padding-bottom: clamp(3rem, 0.3148491311rem + 5.5942099927vw, 5rem);
        }
    }

    @supports not (
        padding-bottom: clamp(3rem, 0.3148491311rem + 5.5942099927vw, 5rem)
    ) {
        .page__partner {
            padding-bottom: calc(3rem + 2 * (100vw - 47.99875rem) / 35.75125);
        }
    }

    @supports (
        padding-top:
            clamp(7.125rem, -3.2799596168rem + 21.6775637215vw, 14.875rem)
    ) {
        .slide-main__wrapper {
            padding-top: clamp(
                7.125rem,
                -3.2799596168rem + 21.6775637215vw,
                14.875rem
            );
        }
    }

    @supports not (
        padding-top:
            clamp(7.125rem, -3.2799596168rem + 21.6775637215vw, 14.875rem)
    ) {
        .slide-main__wrapper {
            padding-top: calc(
                7.125rem + 7.75 * (100vw - 47.99875rem) / 35.75125
            );
        }
    }

    @supports (
        padding-right: clamp(1rem, -1.8529727982rem + 5.9438481172vw, 3.125rem)
    ) {
        .slide-main__wrapper {
            padding-right: clamp(
                1rem,
                -1.8529727982rem + 5.9438481172vw,
                3.125rem
            );
        }
    }

    @supports not (
        padding-right: clamp(1rem, -1.8529727982rem + 5.9438481172vw, 3.125rem)
    ) {
        .slide-main__wrapper {
            padding-right: calc(
                1rem + 2.125 * (100vw - 47.99875rem) / 35.75125
            );
        }
    }

    @supports (
        padding-left: clamp(1rem, -1.8529727982rem + 5.9438481172vw, 3.125rem)
    ) {
        .slide-main__wrapper {
            padding-left: clamp(
                1rem,
                -1.8529727982rem + 5.9438481172vw,
                3.125rem
            );
        }
    }

    @supports not (
        padding-left: clamp(1rem, -1.8529727982rem + 5.9438481172vw, 3.125rem)
    ) {
        .slide-main__wrapper {
            padding-left: calc(1rem + 2.125 * (100vw - 47.99875rem) / 35.75125);
        }
    }

    @supports (
        padding-bottom:
            clamp(3.5rem, -6.9049596168rem + 21.6775637215vw, 11.25rem)
    ) {
        .slide-main__wrapper {
            padding-bottom: clamp(
                3.5rem,
                -6.9049596168rem + 21.6775637215vw,
                11.25rem
            );
        }
    }

    @supports not (
        padding-bottom:
            clamp(3.5rem, -6.9049596168rem + 21.6775637215vw, 11.25rem)
    ) {
        .slide-main__wrapper {
            padding-bottom: calc(
                3.5rem + 7.75 * (100vw - 47.99875rem) / 35.75125
            );
        }
    }

    @supports (font-size: clamp(3rem, 1.6574245656rem + 2.7971049963vw, 4rem)) {
        .slide-main__wrapper h1 {
            font-size: clamp(3rem, 1.6574245656rem + 2.7971049963vw, 4rem);
        }
    }

    @supports not (
        font-size: clamp(3rem, 1.6574245656rem + 2.7971049963vw, 4rem)
    ) {
        .slide-main__wrapper h1 {
            font-size: calc(3rem + 1 * (100vw - 47.99875rem) / 35.75125);
        }
    }

    @supports (
        margin-bottom: clamp(1.5rem, -1.5207947275rem + 6.2934862417vw, 3.75rem)
    ) {
        .slide-main__wrapper h1:not(:last-child) {
            margin-bottom: clamp(
                1.5rem,
                -1.5207947275rem + 6.2934862417vw,
                3.75rem
            );
        }
    }

    @supports not (
        margin-bottom: clamp(1.5rem, -1.5207947275rem + 6.2934862417vw, 3.75rem)
    ) {
        .slide-main__wrapper h1:not(:last-child) {
            margin-bottom: calc(
                1.5rem + 2.25 * (100vw - 47.99875rem) / 35.75125
            );
        }
    }

    @supports (
        margin-bottom:
            clamp(2.125rem, -0.0566850809rem + 4.545295619vw, 3.75rem)
    ) {
        .slide-main__wrapper p:not(:last-child) {
            margin-bottom: clamp(
                2.125rem,
                -0.0566850809rem + 4.545295619vw,
                3.75rem
            );
        }
    }

    @supports not (
        margin-bottom:
            clamp(2.125rem, -0.0566850809rem + 4.545295619vw, 3.75rem)
    ) {
        .slide-main__wrapper p:not(:last-child) {
            margin-bottom: calc(
                2.125rem + 1.625 * (100vw - 47.99875rem) / 35.75125
            );
        }
    }

    @supports (font-size: clamp(3rem, 1.6574245656rem + 2.7971049963vw, 4rem)) {
        .slide-main__wrapper--second h2 {
            font-size: clamp(3rem, 1.6574245656rem + 2.7971049963vw, 4rem);
        }
    }

    @supports not (
        font-size: clamp(3rem, 1.6574245656rem + 2.7971049963vw, 4rem)
    ) {
        .slide-main__wrapper--second h2 {
            font-size: calc(3rem + 1 * (100vw - 47.99875rem) / 35.75125);
        }
    }

    @supports (
        margin-bottom: clamp(1.5rem, -1.5207947275rem + 6.2934862417vw, 3.75rem)
    ) {
        .slide-main__wrapper--second h2:not(:last-child) {
            margin-bottom: clamp(
                1.5rem,
                -1.5207947275rem + 6.2934862417vw,
                3.75rem
            );
        }
    }

    @supports not (
        margin-bottom: clamp(1.5rem, -1.5207947275rem + 6.2934862417vw, 3.75rem)
    ) {
        .slide-main__wrapper--second h2:not(:last-child) {
            margin-bottom: calc(
                1.5rem + 2.25 * (100vw - 47.99875rem) / 35.75125
            );
        }
    }

    @supports (
        margin-bottom:
            clamp(2.125rem, -0.0566850809rem + 4.545295619vw, 3.75rem)
    ) {
        .slide-main__wrapper--second p:not(:last-child) {
            margin-bottom: clamp(
                2.125rem,
                -0.0566850809rem + 4.545295619vw,
                3.75rem
            );
        }
    }

    @supports not (
        margin-bottom:
            clamp(2.125rem, -0.0566850809rem + 4.545295619vw, 3.75rem)
    ) {
        .slide-main__wrapper--second p:not(:last-child) {
            margin-bottom: calc(
                2.125rem + 1.625 * (100vw - 47.99875rem) / 35.75125
            );
        }
    }

    @supports (
        margin-bottom: clamp(2rem, 0.4896026363rem + 3.1467431209vw, 3.125rem)
    ) {
        .trending__container h2:not(:last-child) {
            margin-bottom: clamp(
                2rem,
                0.4896026363rem + 3.1467431209vw,
                3.125rem
            );
        }
    }

    @supports not (
        margin-bottom: clamp(2rem, 0.4896026363rem + 3.1467431209vw, 3.125rem)
    ) {
        .trending__container h2:not(:last-child) {
            margin-bottom: calc(
                2rem + 1.125 * (100vw - 47.99875rem) / 35.75125
            );
        }
    }

    @supports (
        margin-bottom: clamp(2rem, 0.4896026363rem + 3.1467431209vw, 3.125rem)
    ) {
        .trending__title:not(:last-child) {
            margin-bottom: clamp(
                2rem,
                0.4896026363rem + 3.1467431209vw,
                3.125rem
            );
        }
    }

    @supports not (
        margin-bottom: clamp(2rem, 0.4896026363rem + 3.1467431209vw, 3.125rem)
    ) {
        .trending__title:not(:last-child) {
            margin-bottom: calc(
                2rem + 1.125 * (100vw - 47.99875rem) / 35.75125
            );
        }
    }

    @supports (
        margin-bottom: clamp(1.5rem, -0.6816850809rem + 4.545295619vw, 3.125rem)
    ) {
        .trending__wrapper:not(:last-child) {
            margin-bottom: clamp(
                1.5rem,
                -0.6816850809rem + 4.545295619vw,
                3.125rem
            );
        }
    }

    @supports not (
        margin-bottom: clamp(1.5rem, -0.6816850809rem + 4.545295619vw, 3.125rem)
    ) {
        .trending__wrapper:not(:last-child) {
            margin-bottom: calc(
                1.5rem + 1.625 * (100vw - 47.99875rem) / 35.75125
            );
        }
    }

    @supports (
        margin-bottom: clamp(2rem, 0.4896026363rem + 3.1467431209vw, 3.125rem)
    ) {
        .galery-sercices__container h2:not(:last-child) {
            margin-bottom: clamp(
                2rem,
                0.4896026363rem + 3.1467431209vw,
                3.125rem
            );
        }
    }

    @supports not (
        margin-bottom: clamp(2rem, 0.4896026363rem + 3.1467431209vw, 3.125rem)
    ) {
        .galery-sercices__container h2:not(:last-child) {
            margin-bottom: calc(
                2rem + 1.125 * (100vw - 47.99875rem) / 35.75125
            );
        }
    }

    /* @supports (margin-bottom: clamp( 1.5rem , -0.6816850809rem  +  4.545295619vw , 3.125rem )) {
        .galery-sercices__wrapper:not(:last-child) {
            margin-bottom: clamp(1.5rem, -0.6816850809rem + 4.545295619vw, 3.125rem);
        }
    }

    @supports not (margin-bottom: clamp( 1.5rem , -0.6816850809rem  +  4.545295619vw , 3.125rem )) {
        .galery-sercices__wrapper:not(:last-child) {
            margin-bottom: calc(1.5rem + 1.625 * (100vw - 47.99875rem) / 35.75125);
        }
    } */

    @supports (
        padding-bottom: clamp(4rem, 2.6574245656rem + 2.7971049963vw, 5rem)
    ) {
        .register__wrapper {
            padding-bottom: clamp(4rem, 2.6574245656rem + 2.7971049963vw, 5rem);
        }
    }

    @supports not (
        padding-bottom: clamp(4rem, 2.6574245656rem + 2.7971049963vw, 5rem)
    ) {
        .register__wrapper {
            padding-bottom: calc(4rem + 1 * (100vw - 47.99875rem) / 35.75125);
        }
    }

    @supports (
        padding-top: clamp(4rem, 2.6574245656rem + 2.7971049963vw, 5rem)
    ) {
        .register__wrapper {
            padding-top: clamp(4rem, 2.6574245656rem + 2.7971049963vw, 5rem);
        }
    }

    @supports not (
        padding-top: clamp(4rem, 2.6574245656rem + 2.7971049963vw, 5rem)
    ) {
        .register__wrapper {
            padding-top: calc(4rem + 1 * (100vw - 47.99875rem) / 35.75125);
        }
    }

    @supports (
        margin-bottom: clamp(1.5rem, -0.6816850809rem + 4.545295619vw, 3.125rem)
    ) {
        .register__wrapper h2:not(:last-child) {
            margin-bottom: clamp(
                1.5rem,
                -0.6816850809rem + 4.545295619vw,
                3.125rem
            );
        }
    }

    @supports not (
        margin-bottom: clamp(1.5rem, -0.6816850809rem + 4.545295619vw, 3.125rem)
    ) {
        .register__wrapper h2:not(:last-child) {
            margin-bottom: calc(
                1.5rem + 1.625 * (100vw - 47.99875rem) / 35.75125
            );
        }
    }

    @supports (
        font-size: clamp(1.25rem, 0.9143561414rem + 0.6992762491vw, 1.5rem)
    ) {
        .register__text {
            font-size: clamp(1.25rem, 0.9143561414rem + 0.6992762491vw, 1.5rem);
        }
    }

    @supports not (
        font-size: clamp(1.25rem, 0.9143561414rem + 0.6992762491vw, 1.5rem)
    ) {
        .register__text {
            font-size: calc(1.25rem + 0.25 * (100vw - 47.99875rem) / 35.75125);
        }
    }

    @supports (
        margin-bottom: clamp(1.5rem, 0.1574245656rem + 2.7971049963vw, 2.5rem)
    ) {
        .register__text:not(:last-child) {
            margin-bottom: clamp(
                1.5rem,
                0.1574245656rem + 2.7971049963vw,
                2.5rem
            );
        }
    }

    @supports not (
        margin-bottom: clamp(1.5rem, 0.1574245656rem + 2.7971049963vw, 2.5rem)
    ) {
        .register__text:not(:last-child) {
            margin-bottom: calc(1.5rem + 1 * (100vw - 47.99875rem) / 35.75125);
        }
    }

    @supports (gap: clamp(1rem, -1.0138631516rem + 4.1956574945vw, 2.5rem)) {
        .register__actions {
            gap: clamp(1rem, -1.0138631516rem + 4.1956574945vw, 2.5rem);
        }
    }

    @supports not (
        gap: clamp(1rem, -1.0138631516rem + 4.1956574945vw, 2.5rem)
    ) {
        .register__actions {
            gap: calc(1rem + 1.5 * (100vw - 47.99875rem) / 35.75125);
        }
    }

    @supports (
        margin-bottom: clamp(2rem, 0.4896026363rem + 3.1467431209vw, 3.125rem)
    ) {
        .register__actions:not(:last-child) {
            margin-bottom: clamp(
                2rem,
                0.4896026363rem + 3.1467431209vw,
                3.125rem
            );
        }
    }

    @supports not (
        margin-bottom: clamp(2rem, 0.4896026363rem + 3.1467431209vw, 3.125rem)
    ) {
        .register__actions:not(:last-child) {
            margin-bottom: calc(
                2rem + 1.125 * (100vw - 47.99875rem) / 35.75125
            );
        }
    }

    @supports (
        margin-bottom: clamp(1rem, -1.0138631516rem + 4.1956574945vw, 2.5rem)
    ) {
        .register__login:not(:last-child) {
            margin-bottom: clamp(
                1rem,
                -1.0138631516rem + 4.1956574945vw,
                2.5rem
            );
        }
    }

    @supports not (
        margin-bottom: clamp(1rem, -1.0138631516rem + 4.1956574945vw, 2.5rem)
    ) {
        .register__login:not(:last-child) {
            margin-bottom: calc(1rem + 1.5 * (100vw - 47.99875rem) / 35.75125);
        }
    }

    @supports (
        margin-bottom: clamp(2rem, 0.4896026363rem + 3.1467431209vw, 3.125rem)
    ) {
        .testination__container h2:not(:last-child) {
            margin-bottom: clamp(
                2rem,
                0.4896026363rem + 3.1467431209vw,
                3.125rem
            );
        }
    }

    @supports not (
        margin-bottom: clamp(2rem, 0.4896026363rem + 3.1467431209vw, 3.125rem)
    ) {
        .testination__container h2:not(:last-child) {
            margin-bottom: calc(
                2rem + 1.125 * (100vw - 47.99875rem) / 35.75125
            );
        }
    }

    @supports (
        margin-bottom: clamp(1.5rem, -0.6816850809rem + 4.545295619vw, 3.125rem)
    ) {
        .testination__wrapper:not(:last-child) {
            margin-bottom: clamp(
                1.5rem,
                -0.6816850809rem + 4.545295619vw,
                3.125rem
            );
        }
    }

    @supports not (
        margin-bottom: clamp(1.5rem, -0.6816850809rem + 4.545295619vw, 3.125rem)
    ) {
        .testination__wrapper:not(:last-child) {
            margin-bottom: calc(
                1.5rem + 1.625 * (100vw - 47.99875rem) / 35.75125
            );
        }
    }

    @supports (
        margin-bottom: clamp(2rem, 0.4896026363rem + 3.1467431209vw, 3.125rem)
    ) {
        .blog-page__container h2:not(:last-child) {
            margin-bottom: clamp(
                2rem,
                0.4896026363rem + 3.1467431209vw,
                3.125rem
            );
        }
    }

    @supports not (
        margin-bottom: clamp(2rem, 0.4896026363rem + 3.1467431209vw, 3.125rem)
    ) {
        .blog-page__container h2:not(:last-child) {
            margin-bottom: calc(
                2rem + 1.125 * (100vw - 47.99875rem) / 35.75125
            );
        }
    }

    @supports (
        margin-bottom: clamp(2rem, 0.4896026363rem + 3.1467431209vw, 3.125rem)
    ) {
        .partner__container h2:not(:last-child) {
            margin-bottom: clamp(
                2rem,
                0.4896026363rem + 3.1467431209vw,
                3.125rem
            );
        }
    }

    @supports not (
        margin-bottom: clamp(2rem, 0.4896026363rem + 3.1467431209vw, 3.125rem)
    ) {
        .partner__container h2:not(:last-child) {
            margin-bottom: calc(
                2rem + 1.125 * (100vw - 47.99875rem) / 35.75125
            );
        }
    }

    /* @supports (margin-bottom: clamp( 2rem , 0.4896026363rem  +  3.1467431209vw , 3.125rem )) {
        .partner__slider {
            margin-bottom: clamp(2rem, 0.4896026363rem + 3.1467431209vw, 3.125rem);
        }
    }

    @supports not (margin-bottom: clamp( 2rem , 0.4896026363rem  +  3.1467431209vw , 3.125rem )) {
        .partner__slider {
            margin-bottom: calc(2rem + 1.125 * (100vw - 47.99875rem) / 35.75125);
        }
    } */

    @supports (
        margin-bottom: clamp(1.5rem, -0.6816850809rem + 4.545295619vw, 3.125rem)
    ) {
        .hottest-offers__hottest h1:not(:last-child) {
            margin-bottom: clamp(
                1.5rem,
                -0.6816850809rem + 4.545295619vw,
                3.125rem
            );
        }
    }

    @supports not (
        margin-bottom: clamp(1.5rem, -0.6816850809rem + 4.545295619vw, 3.125rem)
    ) {
        .hottest-offers__hottest h1:not(:last-child) {
            margin-bottom: calc(
                1.5rem + 1.625 * (100vw - 47.99875rem) / 35.75125
            );
        }
    }

    @supports (
        margin-bottom: clamp(1.5rem, -0.6816850809rem + 4.545295619vw, 3.125rem)
    ) {
        .trending-boats__trending h1:not(:last-child) {
            margin-bottom: clamp(
                1.5rem,
                -0.6816850809rem + 4.545295619vw,
                3.125rem
            );
        }
    }

    @supports not (
        margin-bottom: clamp(1.5rem, -0.6816850809rem + 4.545295619vw, 3.125rem)
    ) {
        .trending-boats__trending h1:not(:last-child) {
            margin-bottom: calc(
                1.5rem + 1.625 * (100vw - 47.99875rem) / 35.75125
            );
        }
    }

    @supports (
        padding-top: clamp(2rem, -3.7059455963rem + 11.8876962344vw, 6.25rem)
    ) {
        .services__main {
            padding-top: clamp(
                2rem,
                -3.7059455963rem + 11.8876962344vw,
                6.25rem
            );
        }
    }

    @supports not (
        padding-top: clamp(2rem, -3.7059455963rem + 11.8876962344vw, 6.25rem)
    ) {
        .services__main {
            padding-top: calc(2rem + 4.25 * (100vw - 47.99875rem) / 35.75125);
        }
    }

    @supports (
        padding-bottom:
            clamp(0.625rem, -0.6336644698rem + 2.6222859341vw, 1.5625rem)
    ) {
        .services__main {
            padding-bottom: clamp(
                0.625rem,
                -0.6336644698rem + 2.6222859341vw,
                1.5625rem
            );
        }
    }

    @supports not (
        padding-bottom:
            clamp(0.625rem, -0.6336644698rem + 2.6222859341vw, 1.5625rem)
    ) {
        .services__main {
            padding-bottom: calc(
                0.625rem + 0.9375 * (100vw - 47.99875rem) / 35.75125
            );
        }
    }

    @supports (
        padding-top:
            clamp(0.625rem, -0.6336644698rem + 2.6222859341vw, 1.5625rem)
    ) {
        .services__blog {
            padding-top: clamp(
                0.625rem,
                -0.6336644698rem + 2.6222859341vw,
                1.5625rem
            );
        }
    }

    @supports not (
        padding-top:
            clamp(0.625rem, -0.6336644698rem + 2.6222859341vw, 1.5625rem)
    ) {
        .services__blog {
            padding-top: calc(
                0.625rem + 0.9375 * (100vw - 47.99875rem) / 35.75125
            );
        }
    }

    @supports (
        padding-bottom: clamp(3rem, 0.3148491311rem + 5.5942099927vw, 5rem)
    ) {
        .services__blog {
            padding-bottom: clamp(3rem, 0.3148491311rem + 5.5942099927vw, 5rem);
        }
    }

    @supports not (
        padding-bottom: clamp(3rem, 0.3148491311rem + 5.5942099927vw, 5rem)
    ) {
        .services__blog {
            padding-bottom: calc(3rem + 2 * (100vw - 47.99875rem) / 35.75125);
        }
    }

    @supports (
        padding-top: clamp(4rem, 0.9792052725rem + 6.2934862417vw, 6.25rem)
    ) {
        .services__trending {
            padding-top: clamp(4rem, 0.9792052725rem + 6.2934862417vw, 6.25rem);
        }
    }

    @supports not (
        padding-top: clamp(4rem, 0.9792052725rem + 6.2934862417vw, 6.25rem)
    ) {
        .services__trending {
            padding-top: calc(4rem + 2.25 * (100vw - 47.99875rem) / 35.75125);
        }
    }

    @supports (
        padding-bottom: clamp(3rem, 0.3148491311rem + 5.5942099927vw, 5rem)
    ) {
        .services__trending {
            padding-bottom: clamp(3rem, 0.3148491311rem + 5.5942099927vw, 5rem);
        }
    }

    @supports not (
        padding-bottom: clamp(3rem, 0.3148491311rem + 5.5942099927vw, 5rem)
    ) {
        .services__trending {
            padding-bottom: calc(3rem + 2 * (100vw - 47.99875rem) / 35.75125);
        }
    }

    @supports (
        margin-bottom: clamp(1.5rem, -0.6816850809rem + 4.545295619vw, 3.125rem)
    ) {
        .services__trending h2:not(:last-child) {
            margin-bottom: clamp(
                1.5rem,
                -0.6816850809rem + 4.545295619vw,
                3.125rem
            );
        }
    }

    @supports not (
        margin-bottom: clamp(1.5rem, -0.6816850809rem + 4.545295619vw, 3.125rem)
    ) {
        .services__trending h2:not(:last-child) {
            margin-bottom: calc(
                1.5rem + 1.625 * (100vw - 47.99875rem) / 35.75125
            );
        }
    }

    @supports (
        padding-top: clamp(4rem, 0.9792052725rem + 6.2934862417vw, 6.25rem)
    ) {
        .services__additional {
            padding-top: clamp(4rem, 0.9792052725rem + 6.2934862417vw, 6.25rem);
        }
    }

    @supports not (
        padding-top: clamp(4rem, 0.9792052725rem + 6.2934862417vw, 6.25rem)
    ) {
        .services__additional {
            padding-top: calc(4rem + 2.25 * (100vw - 47.99875rem) / 35.75125);
        }
    }

    @supports (
        padding-bottom: clamp(3rem, 0.3148491311rem + 5.5942099927vw, 5rem)
    ) {
        .services__additional {
            padding-bottom: clamp(3rem, 0.3148491311rem + 5.5942099927vw, 5rem);
        }
    }

    @supports not (
        padding-bottom: clamp(3rem, 0.3148491311rem + 5.5942099927vw, 5rem)
    ) {
        .services__additional {
            padding-bottom: calc(3rem + 2 * (100vw - 47.99875rem) / 35.75125);
        }
    }

    @supports (
        padding-top: clamp(4rem, 0.9792052725rem + 6.2934862417vw, 6.25rem)
    ) {
        .services__asked {
            padding-top: clamp(4rem, 0.9792052725rem + 6.2934862417vw, 6.25rem);
        }
    }

    @supports not (
        padding-top: clamp(4rem, 0.9792052725rem + 6.2934862417vw, 6.25rem)
    ) {
        .services__asked {
            padding-top: calc(4rem + 2.25 * (100vw - 47.99875rem) / 35.75125);
        }
    }

    @supports (
        padding-bottom: clamp(3rem, 0.3148491311rem + 5.5942099927vw, 5rem)
    ) {
        .services__asked {
            padding-bottom: clamp(3rem, 0.3148491311rem + 5.5942099927vw, 5rem);
        }
    }

    @supports not (
        padding-bottom: clamp(3rem, 0.3148491311rem + 5.5942099927vw, 5rem)
    ) {
        .services__asked {
            padding-bottom: calc(3rem + 2 * (100vw - 47.99875rem) / 35.75125);
        }
    }

    @supports (
        padding-top: clamp(4rem, 0.9792052725rem + 6.2934862417vw, 6.25rem)
    ) {
        .services__testination {
            padding-top: clamp(4rem, 0.9792052725rem + 6.2934862417vw, 6.25rem);
        }
    }

    @supports not (
        padding-top: clamp(4rem, 0.9792052725rem + 6.2934862417vw, 6.25rem)
    ) {
        .services__testination {
            padding-top: calc(4rem + 2.25 * (100vw - 47.99875rem) / 35.75125);
        }
    }

    @supports (
        padding-bottom: clamp(3rem, 0.3148491311rem + 5.5942099927vw, 5rem)
    ) {
        .services__testination {
            padding-bottom: clamp(3rem, 0.3148491311rem + 5.5942099927vw, 5rem);
        }
    }

    @supports not (
        padding-bottom: clamp(3rem, 0.3148491311rem + 5.5942099927vw, 5rem)
    ) {
        .services__testination {
            padding-bottom: calc(3rem + 2 * (100vw - 47.99875rem) / 35.75125);
        }
    }

    @supports (
        margin-bottom: clamp(2rem, 0.4896026363rem + 3.1467431209vw, 3.125rem)
    ) {
        .services__testination
            .testination__small-container
            h2:not(:last-child) {
            margin-bottom: clamp(
                2rem,
                0.4896026363rem + 3.1467431209vw,
                3.125rem
            );
        }
    }

    @supports not (
        margin-bottom: clamp(2rem, 0.4896026363rem + 3.1467431209vw, 3.125rem)
    ) {
        .services__testination
            .testination__small-container
            h2:not(:last-child) {
            margin-bottom: calc(
                2rem + 1.125 * (100vw - 47.99875rem) / 35.75125
            );
        }
    }

    @supports (
        padding-top: clamp(4rem, 0.9792052725rem + 6.2934862417vw, 6.25rem)
    ) {
        .services__rental {
            padding-top: clamp(4rem, 0.9792052725rem + 6.2934862417vw, 6.25rem);
        }
    }

    @supports not (
        padding-top: clamp(4rem, 0.9792052725rem + 6.2934862417vw, 6.25rem)
    ) {
        .services__rental {
            padding-top: calc(4rem + 2.25 * (100vw - 47.99875rem) / 35.75125);
        }
    }

    @supports (
        padding-bottom: clamp(3rem, 0.3148491311rem + 5.5942099927vw, 5rem)
    ) {
        .services__rental {
            padding-bottom: clamp(3rem, 0.3148491311rem + 5.5942099927vw, 5rem);
        }
    }

    @supports not (
        padding-bottom: clamp(3rem, 0.3148491311rem + 5.5942099927vw, 5rem)
    ) {
        .services__rental {
            padding-bottom: calc(3rem + 2 * (100vw - 47.99875rem) / 35.75125);
        }
    }

    @supports (
        margin-bottom: clamp(1.5rem, -0.6816850809rem + 4.545295619vw, 3.125rem)
    ) {
        .main-services__container h1:not(:last-child) {
            margin-bottom: clamp(
                1.5rem,
                -0.6816850809rem + 4.545295619vw,
                3.125rem
            );
        }
    }

    @supports not (
        margin-bottom: clamp(1.5rem, -0.6816850809rem + 4.545295619vw, 3.125rem)
    ) {
        .main-services__container h1:not(:last-child) {
            margin-bottom: calc(
                1.5rem + 1.625 * (100vw - 47.99875rem) / 35.75125
            );
        }
    }

    @supports (
        margin-bottom: clamp(1rem, -0.1747535051rem + 2.4474668718vw, 1.875rem)
    ) {
        .main-services__container p:not(:last-child) {
            margin-bottom: clamp(
                1rem,
                -0.1747535051rem + 2.4474668718vw,
                1.875rem
            );
        }
    }

    @supports not (
        margin-bottom: clamp(1rem, -0.1747535051rem + 2.4474668718vw, 1.875rem)
    ) {
        .main-services__container p:not(:last-child) {
            margin-bottom: calc(
                1rem + 0.875 * (100vw - 47.99875rem) / 35.75125
            );
        }
    }

    @supports (
        margin-bottom: clamp(1rem, -0.1747535051rem + 2.4474668718vw, 1.875rem)
    ) {
        .main-services__image:not(:last-child) {
            margin-bottom: clamp(
                1rem,
                -0.1747535051rem + 2.4474668718vw,
                1.875rem
            );
        }
    }

    @supports not (
        margin-bottom: clamp(1rem, -0.1747535051rem + 2.4474668718vw, 1.875rem)
    ) {
        .main-services__image:not(:last-child) {
            margin-bottom: calc(
                1rem + 0.875 * (100vw - 47.99875rem) / 35.75125
            );
        }
    }

    @supports (
        margin-bottom: clamp(1.5rem, -0.6816850809rem + 4.545295619vw, 3.125rem)
    ) {
        .additional__container h2:not(:last-child) {
            margin-bottom: clamp(
                1.5rem,
                -0.6816850809rem + 4.545295619vw,
                3.125rem
            );
        }
    }

    @supports not (
        margin-bottom: clamp(1.5rem, -0.6816850809rem + 4.545295619vw, 3.125rem)
    ) {
        .additional__container h2:not(:last-child) {
            margin-bottom: calc(
                1.5rem + 1.625 * (100vw - 47.99875rem) / 35.75125
            );
        }
    }

    @supports (
        margin-bottom: clamp(1.5rem, -0.6816850809rem + 4.545295619vw, 3.125rem)
    ) {
        .additional__wrapper:not(:last-child) {
            margin-bottom: clamp(
                1.5rem,
                -0.6816850809rem + 4.545295619vw,
                3.125rem
            );
        }
    }

    @supports not (
        margin-bottom: clamp(1.5rem, -0.6816850809rem + 4.545295619vw, 3.125rem)
    ) {
        .additional__wrapper:not(:last-child) {
            margin-bottom: calc(
                1.5rem + 1.625 * (100vw - 47.99875rem) / 35.75125
            );
        }
    }

    @supports (
        margin-bottom: clamp(1rem, -0.1747535051rem + 2.4474668718vw, 1.875rem)
    ) {
        .additional__image:not(:last-child) {
            margin-bottom: clamp(
                1rem,
                -0.1747535051rem + 2.4474668718vw,
                1.875rem
            );
        }
    }

    @supports not (
        margin-bottom: clamp(1rem, -0.1747535051rem + 2.4474668718vw, 1.875rem)
    ) {
        .additional__image:not(:last-child) {
            margin-bottom: calc(
                1rem + 0.875 * (100vw - 47.99875rem) / 35.75125
            );
        }
    }

    @supports (
        margin-bottom: clamp(1rem, 0.6643561414rem + 0.6992762491vw, 1.25rem)
    ) {
        .additional__title:not(:last-child) {
            margin-bottom: clamp(
                1rem,
                0.6643561414rem + 0.6992762491vw,
                1.25rem
            );
        }
    }

    @supports not (
        margin-bottom: clamp(1rem, 0.6643561414rem + 0.6992762491vw, 1.25rem)
    ) {
        .additional__title:not(:last-child) {
            margin-bottom: calc(1rem + 0.25 * (100vw - 47.99875rem) / 35.75125);
        }
    }

    @supports (gap: clamp(0.5rem, -0.5069315758rem + 2.0978287472vw, 1.25rem)) {
        .galery-page-yacht__item {
            gap: clamp(0.5rem, -0.5069315758rem + 2.0978287472vw, 1.25rem);
        }
    }

    @supports not (
        gap: clamp(0.5rem, -0.5069315758rem + 2.0978287472vw, 1.25rem)
    ) {
        .galery-page-yacht__item {
            gap: calc(0.5rem + 0.75 * (100vw - 47.99875rem) / 35.75125);
        }
    }

    @supports (
        font-size: clamp(1.25rem, 0.9143561414rem + 0.6992762491vw, 1.5rem)
    ) {
        .body-yacht-card__title {
            font-size: clamp(1.25rem, 0.9143561414rem + 0.6992762491vw, 1.5rem);
        }
    }

    @supports not (
        font-size: clamp(1.25rem, 0.9143561414rem + 0.6992762491vw, 1.5rem)
    ) {
        .body-yacht-card__title {
            font-size: calc(1.25rem + 0.25 * (100vw - 47.99875rem) / 35.75125);
        }
    }

    @supports (
        padding-left:
            clamp(1.25rem, -1.2673289395rem + 5.2445718681vw, 3.125rem)
    ) {
        .body-yacht-card__body {
            padding-left: clamp(
                1.25rem,
                -1.2673289395rem + 5.2445718681vw,
                3.125rem
            );
        }
    }

    @supports not (
        padding-left:
            clamp(1.25rem, -1.2673289395rem + 5.2445718681vw, 3.125rem)
    ) {
        .body-yacht-card__body {
            padding-left: calc(
                1.25rem + 1.875 * (100vw - 47.99875rem) / 35.75125
            );
        }
    }

    @supports (
        padding-left:
            clamp(1.25rem, -1.2673289395rem + 5.2445718681vw, 3.125rem)
    ) {
        .body-yacht-card__testination {
            padding-left: clamp(
                1.25rem,
                -1.2673289395rem + 5.2445718681vw,
                3.125rem
            );
        }
    }

    @supports not (
        padding-left:
            clamp(1.25rem, -1.2673289395rem + 5.2445718681vw, 3.125rem)
    ) {
        .body-yacht-card__testination {
            padding-left: calc(
                1.25rem + 1.875 * (100vw - 47.99875rem) / 35.75125
            );
        }
    }

    @supports (
        padding-top: clamp(4rem, 0.9792052725rem + 6.2934862417vw, 6.25rem)
    ) {
        .body-yacht-card__trending {
            padding-top: clamp(4rem, 0.9792052725rem + 6.2934862417vw, 6.25rem);
        }
    }

    @supports not (
        padding-top: clamp(4rem, 0.9792052725rem + 6.2934862417vw, 6.25rem)
    ) {
        .body-yacht-card__trending {
            padding-top: calc(4rem + 2.25 * (100vw - 47.99875rem) / 35.75125);
        }
    }

    @supports (
        padding-bottom: clamp(3rem, 0.3148491311rem + 5.5942099927vw, 5rem)
    ) {
        .body-yacht-card__trending {
            padding-bottom: clamp(3rem, 0.3148491311rem + 5.5942099927vw, 5rem);
        }
    }

    @supports not (
        padding-bottom: clamp(3rem, 0.3148491311rem + 5.5942099927vw, 5rem)
    ) {
        .body-yacht-card__trending {
            padding-bottom: calc(3rem + 2 * (100vw - 47.99875rem) / 35.75125);
        }
    }

    @supports (
        font-size: clamp(1.75rem, 0.071780707rem + 3.4963812454vw, 3rem)
    ) {
        .trending__top h2 {
            font-size: clamp(1.75rem, 0.071780707rem + 3.4963812454vw, 3rem);
        }
    }

    @supports not (
        font-size: clamp(1.75rem, 0.071780707rem + 3.4963812454vw, 3rem)
    ) {
        .trending__top h2 {
            font-size: calc(1.75rem + 1.25 * (100vw - 47.99875rem) / 35.75125);
        }
    }

    @supports (
        padding-top: clamp(1.5rem, -4.8772333135rem + 13.2862487326vw, 6.25rem)
    ) {
        .blog__hero {
            padding-top: clamp(
                1.5rem,
                -4.8772333135rem + 13.2862487326vw,
                6.25rem
            );
        }
    }

    @supports not (
        padding-top: clamp(1.5rem, -4.8772333135rem + 13.2862487326vw, 6.25rem)
    ) {
        .blog__hero {
            padding-top: calc(1.5rem + 4.75 * (100vw - 47.99875rem) / 35.75125);
        }
    }

    @supports (
        padding-bottom: clamp(4rem, 2.6574245656rem + 2.7971049963vw, 5rem)
    ) {
        .blog__hero {
            padding-bottom: clamp(4rem, 2.6574245656rem + 2.7971049963vw, 5rem);
        }
    }

    @supports not (
        padding-bottom: clamp(4rem, 2.6574245656rem + 2.7971049963vw, 5rem)
    ) {
        .blog__hero {
            padding-bottom: calc(4rem + 1 * (100vw - 47.99875rem) / 35.75125);
        }
    }

    @supports (
        padding-top: clamp(4rem, 0.9792052725rem + 6.2934862417vw, 6.25rem)
    ) {
        .blog__rental {
            padding-top: clamp(4rem, 0.9792052725rem + 6.2934862417vw, 6.25rem);
        }
    }

    @supports not (
        padding-top: clamp(4rem, 0.9792052725rem + 6.2934862417vw, 6.25rem)
    ) {
        .blog__rental {
            padding-top: calc(4rem + 2.25 * (100vw - 47.99875rem) / 35.75125);
        }
    }

    @supports (
        padding-bottom: clamp(3rem, 0.3148491311rem + 5.5942099927vw, 5rem)
    ) {
        .blog__rental {
            padding-bottom: clamp(3rem, 0.3148491311rem + 5.5942099927vw, 5rem);
        }
    }

    @supports not (
        padding-bottom: clamp(3rem, 0.3148491311rem + 5.5942099927vw, 5rem)
    ) {
        .blog__rental {
            padding-bottom: calc(3rem + 2 * (100vw - 47.99875rem) / 35.75125);
        }
    }

    @supports (
        margin-bottom: clamp(2rem, 0.4896026363rem + 3.1467431209vw, 3.125rem)
    ) {
        .hero-blog h1:not(:last-child) {
            margin-bottom: clamp(
                2rem,
                0.4896026363rem + 3.1467431209vw,
                3.125rem
            );
        }
    }

    @supports not (
        margin-bottom: clamp(2rem, 0.4896026363rem + 3.1467431209vw, 3.125rem)
    ) {
        .hero-blog h1:not(:last-child) {
            margin-bottom: calc(
                2rem + 1.125 * (100vw - 47.99875rem) / 35.75125
            );
        }
    }

    @supports (
        padding-top: clamp(1.5rem, -4.8772333135rem + 13.2862487326vw, 6.25rem)
    ) {
        .blog-item__main {
            padding-top: clamp(
                1.5rem,
                -4.8772333135rem + 13.2862487326vw,
                6.25rem
            );
        }
    }

    @supports not (
        padding-top: clamp(1.5rem, -4.8772333135rem + 13.2862487326vw, 6.25rem)
    ) {
        .blog-item__main {
            padding-top: calc(1.5rem + 4.75 * (100vw - 47.99875rem) / 35.75125);
        }
    }

    @supports (
        padding-bottom: clamp(3rem, 0.3148491311rem + 5.5942099927vw, 5rem)
    ) {
        .blog-item__main {
            padding-bottom: clamp(3rem, 0.3148491311rem + 5.5942099927vw, 5rem);
        }
    }

    @supports not (
        padding-bottom: clamp(3rem, 0.3148491311rem + 5.5942099927vw, 5rem)
    ) {
        .blog-item__main {
            padding-bottom: calc(3rem + 2 * (100vw - 47.99875rem) / 35.75125);
        }
    }

    @supports (
        padding-top: clamp(3.75rem, 0.3935614139rem + 6.9927624908vw, 6.25rem)
    ) {
        .blog-item__special {
            padding-top: clamp(
                3.75rem,
                0.3935614139rem + 6.9927624908vw,
                6.25rem
            );
        }
    }

    @supports not (
        padding-top: clamp(3.75rem, 0.3935614139rem + 6.9927624908vw, 6.25rem)
    ) {
        .blog-item__special {
            padding-top: calc(3.75rem + 2.5 * (100vw - 47.99875rem) / 35.75125);
        }
    }

    @supports (
        padding-bottom: clamp(3rem, 0.3148491311rem + 5.5942099927vw, 5rem)
    ) {
        .blog-item__special {
            padding-bottom: clamp(3rem, 0.3148491311rem + 5.5942099927vw, 5rem);
        }
    }

    @supports not (
        padding-bottom: clamp(3rem, 0.3148491311rem + 5.5942099927vw, 5rem)
    ) {
        .blog-item__special {
            padding-bottom: calc(3rem + 2 * (100vw - 47.99875rem) / 35.75125);
        }
    }

    @supports (
        margin-bottom:
            clamp(1.875rem, 0.196780707rem + 3.4963812454vw, 3.125rem)
    ) {
        .blog-item__special h2:not(:last-child) {
            margin-bottom: clamp(
                1.875rem,
                0.196780707rem + 3.4963812454vw,
                3.125rem
            );
        }
    }

    @supports not (
        margin-bottom:
            clamp(1.875rem, 0.196780707rem + 3.4963812454vw, 3.125rem)
    ) {
        .blog-item__special h2:not(:last-child) {
            margin-bottom: calc(
                1.875rem + 1.25 * (100vw - 47.99875rem) / 35.75125
            );
        }
    }

    @supports (
        padding-top: clamp(3.75rem, 0.3935614139rem + 6.9927624908vw, 6.25rem)
    ) {
        .blog-item__additional {
            padding-top: clamp(
                3.75rem,
                0.3935614139rem + 6.9927624908vw,
                6.25rem
            );
        }
    }

    @supports not (
        padding-top: clamp(3.75rem, 0.3935614139rem + 6.9927624908vw, 6.25rem)
    ) {
        .blog-item__additional {
            padding-top: calc(3.75rem + 2.5 * (100vw - 47.99875rem) / 35.75125);
        }
    }

    @supports (
        padding-bottom: clamp(3rem, 0.3148491311rem + 5.5942099927vw, 5rem)
    ) {
        .blog-item__additional {
            padding-bottom: clamp(3rem, 0.3148491311rem + 5.5942099927vw, 5rem);
        }
    }

    @supports not (
        padding-bottom: clamp(3rem, 0.3148491311rem + 5.5942099927vw, 5rem)
    ) {
        .blog-item__additional {
            padding-bottom: calc(3rem + 2 * (100vw - 47.99875rem) / 35.75125);
        }
    }

    @supports (
        padding-top: clamp(3.75rem, 0.3935614139rem + 6.9927624908vw, 6.25rem)
    ) {
        .blog-item__rental {
            padding-top: clamp(
                3.75rem,
                0.3935614139rem + 6.9927624908vw,
                6.25rem
            );
        }
    }

    @supports not (
        padding-top: clamp(3.75rem, 0.3935614139rem + 6.9927624908vw, 6.25rem)
    ) {
        .blog-item__rental {
            padding-top: calc(3.75rem + 2.5 * (100vw - 47.99875rem) / 35.75125);
        }
    }

    @supports (
        padding-bottom: clamp(3rem, 0.3148491311rem + 5.5942099927vw, 5rem)
    ) {
        .blog-item__rental {
            padding-bottom: clamp(3rem, 0.3148491311rem + 5.5942099927vw, 5rem);
        }
    }

    @supports not (
        padding-bottom: clamp(3rem, 0.3148491311rem + 5.5942099927vw, 5rem)
    ) {
        .blog-item__rental {
            padding-bottom: calc(3rem + 2 * (100vw - 47.99875rem) / 35.75125);
        }
    }

    @supports (
        font-size: clamp(1.75rem, 0.071780707rem + 3.4963812454vw, 3rem)
    ) {
        .main-blog__container h1 {
            font-size: clamp(1.75rem, 0.071780707rem + 3.4963812454vw, 3rem);
        }
    }

    @supports not (
        font-size: clamp(1.75rem, 0.071780707rem + 3.4963812454vw, 3rem)
    ) {
        .main-blog__container h1 {
            font-size: calc(1.75rem + 1.25 * (100vw - 47.99875rem) / 35.75125);
        }
    }

    @supports (
        margin-bottom:
            clamp(1.875rem, 0.196780707rem + 3.4963812454vw, 3.125rem)
    ) {
        .special__actions:not(:last-child) {
            margin-bottom: clamp(
                1.875rem,
                0.196780707rem + 3.4963812454vw,
                3.125rem
            );
        }
    }

    @supports not (
        margin-bottom:
            clamp(1.875rem, 0.196780707rem + 3.4963812454vw, 3.125rem)
    ) {
        .special__actions:not(:last-child) {
            margin-bottom: calc(
                1.875rem + 1.25 * (100vw - 47.99875rem) / 35.75125
            );
        }
    }

    @supports (
        padding-top: clamp(1.5rem, -4.8772333135rem + 13.2862487326vw, 6.25rem)
    ) {
        .special-offers__special {
            padding-top: clamp(
                1.5rem,
                -4.8772333135rem + 13.2862487326vw,
                6.25rem
            );
        }
    }

    @supports not (
        padding-top: clamp(1.5rem, -4.8772333135rem + 13.2862487326vw, 6.25rem)
    ) {
        .special-offers__special {
            padding-top: calc(1.5rem + 4.75 * (100vw - 47.99875rem) / 35.75125);
        }
    }

    @supports (
        padding-bottom: clamp(3rem, 0.3148491311rem + 5.5942099927vw, 5rem)
    ) {
        .special-offers__special {
            padding-bottom: clamp(3rem, 0.3148491311rem + 5.5942099927vw, 5rem);
        }
    }

    @supports not (
        padding-bottom: clamp(3rem, 0.3148491311rem + 5.5942099927vw, 5rem)
    ) {
        .special-offers__special {
            padding-bottom: calc(3rem + 2 * (100vw - 47.99875rem) / 35.75125);
        }
    }

    @supports (
        padding-top: clamp(4rem, 0.9792052725rem + 6.2934862417vw, 6.25rem)
    ) {
        .special-offers__rental {
            padding-top: clamp(4rem, 0.9792052725rem + 6.2934862417vw, 6.25rem);
        }
    }

    @supports not (
        padding-top: clamp(4rem, 0.9792052725rem + 6.2934862417vw, 6.25rem)
    ) {
        .special-offers__rental {
            padding-top: calc(4rem + 2.25 * (100vw - 47.99875rem) / 35.75125);
        }
    }

    @supports (
        padding-bottom: clamp(3rem, 0.3148491311rem + 5.5942099927vw, 5rem)
    ) {
        .special-offers__rental {
            padding-bottom: clamp(3rem, 0.3148491311rem + 5.5942099927vw, 5rem);
        }
    }

    @supports not (
        padding-bottom: clamp(3rem, 0.3148491311rem + 5.5942099927vw, 5rem)
    ) {
        .special-offers__rental {
            padding-bottom: calc(3rem + 2 * (100vw - 47.99875rem) / 35.75125);
        }
    }

    @supports (
        margin-bottom:
            clamp(1.875rem, -0.1388631516rem + 4.1956574945vw, 3.375rem)
    ) {
        .error h1:not(:last-child) {
            margin-bottom: clamp(
                1.875rem,
                -0.1388631516rem + 4.1956574945vw,
                3.375rem
            );
        }
    }

    @supports not (
        margin-bottom:
            clamp(1.875rem, -0.1388631516rem + 4.1956574945vw, 3.375rem)
    ) {
        .error h1:not(:last-child) {
            margin-bottom: calc(
                1.875rem + 1.5 * (100vw - 47.99875rem) / 35.75125
            );
        }
    }

    @supports (
        padding-top: clamp(4rem, 0.9792052725rem + 6.2934862417vw, 6.25rem)
    ) {
        .error__container {
            padding-top: clamp(4rem, 0.9792052725rem + 6.2934862417vw, 6.25rem);
        }
    }

    @supports not (
        padding-top: clamp(4rem, 0.9792052725rem + 6.2934862417vw, 6.25rem)
    ) {
        .error__container {
            padding-top: calc(4rem + 2.25 * (100vw - 47.99875rem) / 35.75125);
        }
    }

    @supports (
        padding-bottom: clamp(3rem, 0.3148491311rem + 5.5942099927vw, 5rem)
    ) {
        .error__container {
            padding-bottom: clamp(3rem, 0.3148491311rem + 5.5942099927vw, 5rem);
        }
    }

    @supports not (
        padding-bottom: clamp(3rem, 0.3148491311rem + 5.5942099927vw, 5rem)
    ) {
        .error__container {
            padding-bottom: calc(3rem + 2 * (100vw - 47.99875rem) / 35.75125);
        }
    }

    @supports (
        width: clamp(31.25rem, -5.0834476941rem + 75.6966539631vw, 58.3125rem)
    ) {
        .error__label {
            width: clamp(
                31.25rem,
                -5.0834476941rem + 75.6966539631vw,
                58.3125rem
            );
        }
    }

    @supports not (
        width: clamp(31.25rem, -5.0834476941rem + 75.6966539631vw, 58.3125rem)
    ) {
        .error__label {
            width: calc(31.25rem + 27.0625 * (100vw - 47.99875rem) / 35.75125);
        }
    }

    @supports (
        margin-bottom:
            clamp(2.6875rem, 1.2610136009rem + 2.9719240586vw, 3.75rem)
    ) {
        .error__label:not(:last-child) {
            margin-bottom: clamp(
                2.6875rem,
                1.2610136009rem + 2.9719240586vw,
                3.75rem
            );
        }
    }

    @supports not (
        margin-bottom:
            clamp(2.6875rem, 1.2610136009rem + 2.9719240586vw, 3.75rem)
    ) {
        .error__label:not(:last-child) {
            margin-bottom: calc(
                2.6875rem + 1.0625 * (100vw - 47.99875rem) / 35.75125
            );
        }
    }

    @supports (
        margin-bottom: clamp(2rem, 0.4056916716rem + 3.3215621831vw, 3.1875rem)
    ) {
        .result__trending {
            margin-bottom: clamp(
                2rem,
                0.4056916716rem + 3.3215621831vw,
                3.1875rem
            );
        }
    }

    @supports not (
        margin-bottom: clamp(2rem, 0.4056916716rem + 3.3215621831vw, 3.1875rem)
    ) {
        .result__trending {
            margin-bottom: calc(
                2rem + 1.1875 * (100vw - 47.99875rem) / 35.75125
            );
        }
    }

    @supports (
        padding-top: clamp(4rem, 0.9792052725rem + 6.2934862417vw, 6.25rem)
    ) {
        .result__rental {
            padding-top: clamp(4rem, 0.9792052725rem + 6.2934862417vw, 6.25rem);
        }
    }

    @supports not (
        padding-top: clamp(4rem, 0.9792052725rem + 6.2934862417vw, 6.25rem)
    ) {
        .result__rental {
            padding-top: calc(4rem + 2.25 * (100vw - 47.99875rem) / 35.75125);
        }
    }

    @supports (
        padding-bottom: clamp(3rem, 0.3148491311rem + 5.5942099927vw, 5rem)
    ) {
        .result__rental {
            padding-bottom: clamp(3rem, 0.3148491311rem + 5.5942099927vw, 5rem);
        }
    }

    @supports not (
        padding-bottom: clamp(3rem, 0.3148491311rem + 5.5942099927vw, 5rem)
    ) {
        .result__rental {
            padding-bottom: calc(3rem + 2 * (100vw - 47.99875rem) / 35.75125);
        }
    }

    @supports (
        padding-top: clamp(4rem, 0.9792052725rem + 6.2934862417vw, 6.25rem)
    ) {
        .result__blog {
            padding-top: clamp(4rem, 0.9792052725rem + 6.2934862417vw, 6.25rem);
        }
    }

    @supports not (
        padding-top: clamp(4rem, 0.9792052725rem + 6.2934862417vw, 6.25rem)
    ) {
        .result__blog {
            padding-top: calc(4rem + 2.25 * (100vw - 47.99875rem) / 35.75125);
        }
    }

    @supports (
        padding-bottom: clamp(3rem, 0.3148491311rem + 5.5942099927vw, 5rem)
    ) {
        .result__blog {
            padding-bottom: clamp(3rem, 0.3148491311rem + 5.5942099927vw, 5rem);
        }
    }

    @supports not (
        padding-bottom: clamp(3rem, 0.3148491311rem + 5.5942099927vw, 5rem)
    ) {
        .result__blog {
            padding-bottom: calc(3rem + 2 * (100vw - 47.99875rem) / 35.75125);
        }
    }

    @supports (
        font-size: clamp(1.25rem, 0.9143561414rem + 0.6992762491vw, 1.5rem)
    ) {
        .main-result h1 {
            font-size: clamp(1.25rem, 0.9143561414rem + 0.6992762491vw, 1.5rem);
        }
    }

    @supports not (
        font-size: clamp(1.25rem, 0.9143561414rem + 0.6992762491vw, 1.5rem)
    ) {
        .main-result h1 {
            font-size: calc(1.25rem + 0.25 * (100vw - 47.99875rem) / 35.75125);
        }
    }

    @supports (
        font-size: clamp(1.375rem, -0.8066850809rem + 4.545295619vw, 3rem)
    ) {
        .main-cofirmation h1 {
            font-size: clamp(1.375rem, -0.8066850809rem + 4.545295619vw, 3rem);
        }
    }

    @supports not (
        font-size: clamp(1.375rem, -0.8066850809rem + 4.545295619vw, 3rem)
    ) {
        .main-cofirmation h1 {
            font-size: calc(
                1.375rem + 1.625 * (100vw - 47.99875rem) / 35.75125
            );
        }
    }

    @supports (
        margin-bottom: clamp(1rem, -1.3495070102rem + 4.8949337436vw, 2.75rem)
    ) {
        .main-cofirmation__breadcrumbs:not(:last-child) {
            margin-bottom: clamp(
                1rem,
                -1.3495070102rem + 4.8949337436vw,
                2.75rem
            );
        }
    }

    @supports not (
        margin-bottom: clamp(1rem, -1.3495070102rem + 4.8949337436vw, 2.75rem)
    ) {
        .main-cofirmation__breadcrumbs:not(:last-child) {
            margin-bottom: calc(1rem + 1.75 * (100vw - 47.99875rem) / 35.75125);
        }
    }

    @supports (
        font-size: clamp(1.25rem, 0.9143561414rem + 0.6992762491vw, 1.5rem)
    ) {
        .personal-info__title {
            font-size: clamp(1.25rem, 0.9143561414rem + 0.6992762491vw, 1.5rem);
        }
    }

    @supports not (
        font-size: clamp(1.25rem, 0.9143561414rem + 0.6992762491vw, 1.5rem)
    ) {
        .personal-info__title {
            font-size: calc(1.25rem + 0.25 * (100vw - 47.99875rem) / 35.75125);
        }
    }

    @supports (
        font-size: clamp(1.25rem, 0.9143561414rem + 0.6992762491vw, 1.5rem)
    ) {
        .options-conf__title {
            font-size: clamp(1.25rem, 0.9143561414rem + 0.6992762491vw, 1.5rem);
        }
    }

    @supports not (
        font-size: clamp(1.25rem, 0.9143561414rem + 0.6992762491vw, 1.5rem)
    ) {
        .options-conf__title {
            font-size: calc(1.25rem + 0.25 * (100vw - 47.99875rem) / 35.75125);
        }
    }

    @supports (
        font-size: clamp(1.25rem, 0.9143561414rem + 0.6992762491vw, 1.5rem)
    ) {
        .payment__title {
            font-size: clamp(1.25rem, 0.9143561414rem + 0.6992762491vw, 1.5rem);
        }
    }

    @supports not (
        font-size: clamp(1.25rem, 0.9143561414rem + 0.6992762491vw, 1.5rem)
    ) {
        .payment__title {
            font-size: calc(1.25rem + 0.25 * (100vw - 47.99875rem) / 35.75125);
        }
    }

    @supports (
        font-size: clamp(1.125rem, 0.6215342121rem + 1.0489143736vw, 1.5rem)
    ) {
        .payment__payment-info h3 {
            font-size: clamp(
                1.125rem,
                0.6215342121rem + 1.0489143736vw,
                1.5rem
            );
        }
    }

    @supports not (
        font-size: clamp(1.125rem, 0.6215342121rem + 1.0489143736vw, 1.5rem)
    ) {
        .payment__payment-info h3 {
            font-size: calc(
                1.125rem + 0.375 * (100vw - 47.99875rem) / 35.75125
            );
        }
    }

    @supports (
        font-size: clamp(1.25rem, 0.9143561414rem + 0.6992762491vw, 1.5rem)
    ) {
        .policies-conf__our-policies h3 {
            font-size: clamp(1.25rem, 0.9143561414rem + 0.6992762491vw, 1.5rem);
        }
    }

    @supports not (
        font-size: clamp(1.25rem, 0.9143561414rem + 0.6992762491vw, 1.5rem)
    ) {
        .policies-conf__our-policies h3 {
            font-size: calc(1.25rem + 0.25 * (100vw - 47.99875rem) / 35.75125);
        }
    }

    @supports (
        font-size: clamp(1.25rem, 0.9143561414rem + 0.6992762491vw, 1.5rem)
    ) {
        .policies-conf__payment h3 {
            font-size: clamp(1.25rem, 0.9143561414rem + 0.6992762491vw, 1.5rem);
        }
    }

    @supports not (
        font-size: clamp(1.25rem, 0.9143561414rem + 0.6992762491vw, 1.5rem)
    ) {
        .policies-conf__payment h3 {
            font-size: calc(1.25rem + 0.25 * (100vw - 47.99875rem) / 35.75125);
        }
    }

    @supports (
        padding-right: clamp(1rem, -2.5242605154rem + 7.3424006154vw, 3.625rem)
    ) {
        .asked-conf__body {
            padding-right: clamp(
                1rem,
                -2.5242605154rem + 7.3424006154vw,
                3.625rem
            );
        }
    }

    @supports not (
        padding-right: clamp(1rem, -2.5242605154rem + 7.3424006154vw, 3.625rem)
    ) {
        .asked-conf__body {
            padding-right: calc(
                1rem + 2.625 * (100vw - 47.99875rem) / 35.75125
            );
        }
    }

    @supports (
        padding-left: clamp(1rem, -2.5242605154rem + 7.3424006154vw, 3.625rem)
    ) {
        .asked-conf__body {
            padding-left: clamp(
                1rem,
                -2.5242605154rem + 7.3424006154vw,
                3.625rem
            );
        }
    }

    @supports not (
        padding-left: clamp(1rem, -2.5242605154rem + 7.3424006154vw, 3.625rem)
    ) {
        .asked-conf__body {
            padding-left: calc(1rem + 2.625 * (100vw - 47.99875rem) / 35.75125);
        }
    }

    @supports (
        padding-top: clamp(4rem, 0.9792052725rem + 6.2934862417vw, 6.25rem)
    ) {
        .testimonials__rental {
            padding-top: clamp(4rem, 0.9792052725rem + 6.2934862417vw, 6.25rem);
        }
    }

    @supports not (
        padding-top: clamp(4rem, 0.9792052725rem + 6.2934862417vw, 6.25rem)
    ) {
        .testimonials__rental {
            padding-top: calc(4rem + 2.25 * (100vw - 47.99875rem) / 35.75125);
        }
    }

    @supports (
        padding-bottom: clamp(3rem, 0.3148491311rem + 5.5942099927vw, 5rem)
    ) {
        .testimonials__rental {
            padding-bottom: clamp(3rem, 0.3148491311rem + 5.5942099927vw, 5rem);
        }
    }

    @supports not (
        padding-bottom: clamp(3rem, 0.3148491311rem + 5.5942099927vw, 5rem)
    ) {
        .testimonials__rental {
            padding-bottom: calc(3rem + 2 * (100vw - 47.99875rem) / 35.75125);
        }
    }
}

@media (min-width: 73.125em) and (max-width: 83.75em) {
    @supports (
        padding-right:
            clamp(0.625rem, -3.4613970588rem + 5.5882352941vw, 1.21875rem)
    ) {
        .select_form-n-a .select-main__title,
        .select_form-hors .select-main__title,
        .select_form-passengers .select-main__title {
            padding-right: clamp(
                0.625rem,
                -3.4613970588rem + 5.5882352941vw,
                1.21875rem
            );
        }
    }

    @supports not (
        padding-right:
            clamp(0.625rem, -3.4613970588rem + 5.5882352941vw, 1.21875rem)
    ) {
        .select_form-n-a .select-main__title,
        .select_form-hors .select-main__title,
        .select_form-passengers .select-main__title {
            padding-right: calc(
                0.625rem + 0.59375 * (100vw - 73.125rem) / 10.625
            );
        }
    }

    @supports (
        gap: clamp(0.5rem, -0.3602941176rem + 1.1764705882vw, 0.625rem)
    ) {
        .select_form-n-a .select-main__value,
        .select_form-hors .select-main__value,
        .select_form-passengers .select-main__value {
            gap: clamp(0.5rem, -0.3602941176rem + 1.1764705882vw, 0.625rem);
        }
    }

    @supports not (
        gap: clamp(0.5rem, -0.3602941176rem + 1.1764705882vw, 0.625rem)
    ) {
        .select_form-n-a .select-main__value,
        .select_form-hors .select-main__value,
        .select_form-passengers .select-main__value {
            gap: calc(0.5rem + 0.125 * (100vw - 73.125rem) / 10.625);
        }
    }

    @supports (
        gap: clamp(0.5rem, -0.3602941176rem + 1.1764705882vw, 0.625rem)
    ) {
        .select_form-n-a-yacht .select-main__value,
        .select_form-hors-yacht .select-main__value,
        .select_form-passengers-yacht .select-main__value {
            gap: clamp(0.5rem, -0.3602941176rem + 1.1764705882vw, 0.625rem);
        }
    }

    @supports not (
        gap: clamp(0.5rem, -0.3602941176rem + 1.1764705882vw, 0.625rem)
    ) {
        .select_form-n-a-yacht .select-main__value,
        .select_form-hors-yacht .select-main__value,
        .select_form-passengers-yacht .select-main__value {
            gap: calc(0.5rem + 0.125 * (100vw - 73.125rem) / 10.625);
        }
    }

    @supports (
        gap: clamp(0.5rem, -0.3602941176rem + 1.1764705882vw, 0.625rem)
    ) {
        .select_form-n-a-result .select-main__value,
        .select_form-hors-result .select-main__value,
        .select_form-passengers-result .select-main__value {
            gap: clamp(0.5rem, -0.3602941176rem + 1.1764705882vw, 0.625rem);
        }
    }

    @supports not (
        gap: clamp(0.5rem, -0.3602941176rem + 1.1764705882vw, 0.625rem)
    ) {
        .select_form-n-a-result .select-main__value,
        .select_form-hors-result .select-main__value,
        .select_form-passengers-result .select-main__value {
            gap: calc(0.5rem + 0.125 * (100vw - 73.125rem) / 10.625);
        }
    }

    @supports (
        gap: clamp(0.5rem, -0.3602941176rem + 1.1764705882vw, 0.625rem)
    ) {
        .select_form-n-a-criteion-selected .select-main__value,
        .select_form-hors-criteion-selected .select-main__value,
        .select_form-passengers-criteion-selected .select-main__value {
            gap: clamp(0.5rem, -0.3602941176rem + 1.1764705882vw, 0.625rem);
        }
    }

    @supports not (
        gap: clamp(0.5rem, -0.3602941176rem + 1.1764705882vw, 0.625rem)
    ) {
        .select_form-n-a-criteion-selected .select-main__value,
        .select_form-hors-criteion-selected .select-main__value,
        .select_form-passengers-criteion-selected .select-main__value {
            gap: calc(0.5rem + 0.125 * (100vw - 73.125rem) / 10.625);
        }
    }

    @supports (
        gap: clamp(0.5rem, -0.3602941176rem + 1.1764705882vw, 0.625rem)
    ) {
        .select_form-n-a-apply-offers .select-main__value,
        .select_form-hors-apply-offers .select-main__value,
        .select_form-passengers-apply-offers .select-main__value {
            gap: clamp(0.5rem, -0.3602941176rem + 1.1764705882vw, 0.625rem);
        }
    }

    @supports not (
        gap: clamp(0.5rem, -0.3602941176rem + 1.1764705882vw, 0.625rem)
    ) {
        .select_form-n-a-apply-offers .select-main__value,
        .select_form-hors-apply-offers .select-main__value,
        .select_form-passengers-apply-offers .select-main__value {
            gap: calc(0.5rem + 0.125 * (100vw - 73.125rem) / 10.625);
        }
    }

    @supports (
        right: clamp(0.625rem, -3.4613970588rem + 5.5882352941vw, 1.21875rem)
    ) {
        .search-main__icon {
            right: clamp(
                0.625rem,
                -3.4613970588rem + 5.5882352941vw,
                1.21875rem
            );
        }
    }

    @supports not (
        right: clamp(0.625rem, -3.4613970588rem + 5.5882352941vw, 1.21875rem)
    ) {
        .search-main__icon {
            right: calc(0.625rem + 0.59375 * (100vw - 73.125rem) / 10.625);
        }
    }

    @supports (
        padding-right:
            clamp(1rem, -15.0229779412rem + 21.9117647059vw, 3.328125rem)
    ) {
        .search-main__button {
            padding-right: clamp(
                1rem,
                -15.0229779412rem + 21.9117647059vw,
                3.328125rem
            );
        }
    }

    @supports not (
        padding-right:
            clamp(1rem, -15.0229779412rem + 21.9117647059vw, 3.328125rem)
    ) {
        .search-main__button {
            padding-right: calc(1rem + 2.328125 * (100vw - 73.125rem) / 10.625);
        }
    }

    @supports (
        padding-left:
            clamp(1rem, -15.0229779412rem + 21.9117647059vw, 3.328125rem)
    ) {
        .search-main__button {
            padding-left: clamp(
                1rem,
                -15.0229779412rem + 21.9117647059vw,
                3.328125rem
            );
        }
    }

    @supports not (
        padding-left:
            clamp(1rem, -15.0229779412rem + 21.9117647059vw, 3.328125rem)
    ) {
        .search-main__button {
            padding-left: calc(1rem + 2.328125 * (100vw - 73.125rem) / 10.625);
        }
    }
}

@media (min-width: 47.99875em) and (max-width: 77.5em) {
    @supports (
        padding-top: clamp(2rem, 0.1696167535rem + 3.8133977374vw, 3.125rem)
    ) {
        .popup-in .popup__content {
            padding-top: clamp(
                2rem,
                0.1696167535rem + 3.8133977374vw,
                3.125rem
            );
        }
    }

    @supports not (
        padding-top: clamp(2rem, 0.1696167535rem + 3.8133977374vw, 3.125rem)
    ) {
        .popup-in .popup__content {
            padding-top: calc(2rem + 1.125 * (100vw - 47.99875rem) / 29.50125);
        }
    }

    @supports (
        padding-bottom:
            clamp(9.0625rem, 8.5540602093rem + 1.0592771493vw, 9.375rem)
    ) {
        .popup-in .popup__content {
            padding-bottom: clamp(
                9.0625rem,
                8.5540602093rem + 1.0592771493vw,
                9.375rem
            );
        }
    }

    @supports not (
        padding-bottom:
            clamp(9.0625rem, 8.5540602093rem + 1.0592771493vw, 9.375rem)
    ) {
        .popup-in .popup__content {
            padding-bottom: calc(
                9.0625rem + 0.3125 * (100vw - 47.99875rem) / 29.50125
            );
        }
    }

    @supports (gap: clamp(2rem, -5.3215329859rem + 15.2535909495vw, 6.5rem)) {
        .successfully-booked .popup__content {
            gap: clamp(2rem, -5.3215329859rem + 15.2535909495vw, 6.5rem);
        }
    }

    @supports not (
        gap: clamp(2rem, -5.3215329859rem + 15.2535909495vw, 6.5rem)
    ) {
        .successfully-booked .popup__content {
            gap: calc(2rem + 4.5 * (100vw - 47.99875rem) / 29.50125);
        }
    }

    @supports (
        padding-left:
            clamp(2.625rem, -4.2897811533rem + 14.4061692301vw, 6.875rem)
    ) {
        .spollers__body {
            padding-left: clamp(
                2.625rem,
                -4.2897811533rem + 14.4061692301vw,
                6.875rem
            );
        }
    }

    @supports not (
        padding-left:
            clamp(2.625rem, -4.2897811533rem + 14.4061692301vw, 6.875rem)
    ) {
        .spollers__body {
            padding-left: calc(
                2.625rem + 4.25 * (100vw - 47.99875rem) / 29.50125
            );
        }
    }

    @supports (
        padding-right:
            clamp(1.25rem, -1.8006387441rem + 6.3556628956vw, 3.125rem)
    ) {
        .spollers__body {
            padding-right: clamp(
                1.25rem,
                -1.8006387441rem + 6.3556628956vw,
                3.125rem
            );
        }
    }

    @supports not (
        padding-right:
            clamp(1.25rem, -1.8006387441rem + 6.3556628956vw, 3.125rem)
    ) {
        .spollers__body {
            padding-right: calc(
                1.25rem + 1.875 * (100vw - 47.99875rem) / 29.50125
            );
        }
    }

    @supports (
        gap: clamp(0.75rem, -1.0803832465rem + 3.8133977374vw, 1.875rem)
    ) {
        .rental__container {
            gap: clamp(0.75rem, -1.0803832465rem + 3.8133977374vw, 1.875rem);
        }
    }

    @supports not (
        gap: clamp(0.75rem, -1.0803832465rem + 3.8133977374vw, 1.875rem)
    ) {
        .rental__container {
            gap: calc(0.75rem + 1.125 * (100vw - 47.99875rem) / 29.50125);
        }
    }

    @supports (
        margin-bottom: clamp(2rem, 0.1696167535rem + 3.8133977374vw, 3.125rem)
    ) {
        .rental__container h2:not(:last-child) {
            margin-bottom: clamp(
                2rem,
                0.1696167535rem + 3.8133977374vw,
                3.125rem
            );
        }
    }

    @supports not (
        margin-bottom: clamp(2rem, 0.1696167535rem + 3.8133977374vw, 3.125rem)
    ) {
        .rental__container h2:not(:last-child) {
            margin-bottom: calc(
                2rem + 1.125 * (100vw - 47.99875rem) / 29.50125
            );
        }
    }

    @supports (
        margin-bottom: clamp(1rem, -0.4236314139rem + 2.965976018vw, 1.875rem)
    ) {
        .rental__answers h3:not(:last-child) {
            margin-bottom: clamp(
                1rem,
                -0.4236314139rem + 2.965976018vw,
                1.875rem
            );
        }
    }

    @supports not (
        margin-bottom: clamp(1rem, -0.4236314139rem + 2.965976018vw, 1.875rem)
    ) {
        .rental__answers h3:not(:last-child) {
            margin-bottom: calc(
                1rem + 0.875 * (100vw - 47.99875rem) / 29.50125
            );
        }
    }

    @supports (
        margin-bottom: clamp(1rem, -0.4236314139rem + 2.965976018vw, 1.875rem)
    ) {
        .asked__answers h3:not(:last-child) {
            margin-bottom: clamp(
                1rem,
                -0.4236314139rem + 2.965976018vw,
                1.875rem
            );
        }
    }

    @supports not (
        margin-bottom: clamp(1rem, -0.4236314139rem + 2.965976018vw, 1.875rem)
    ) {
        .asked__answers h3:not(:last-child) {
            margin-bottom: calc(
                1rem + 0.875 * (100vw - 47.99875rem) / 29.50125
            );
        }
    }

    @supports (
        padding-top: clamp(4rem, 0.3392335071rem + 7.6267954748vw, 6.25rem)
    ) {
        .footer {
            padding-top: clamp(4rem, 0.3392335071rem + 7.6267954748vw, 6.25rem);
        }
    }

    @supports not (
        padding-top: clamp(4rem, 0.3392335071rem + 7.6267954748vw, 6.25rem)
    ) {
        .footer {
            padding-top: calc(4rem + 2.25 * (100vw - 47.99875rem) / 29.50125);
        }
    }

    @supports (
        padding-bottom:
            clamp(1.875rem, -3.2093979069rem + 10.5927714927vw, 5rem)
    ) {
        .footer {
            padding-bottom: clamp(
                1.875rem,
                -3.2093979069rem + 10.5927714927vw,
                5rem
            );
        }
    }

    @supports not (
        padding-bottom:
            clamp(1.875rem, -3.2093979069rem + 10.5927714927vw, 5rem)
    ) {
        .footer {
            padding-bottom: calc(
                1.875rem + 3.125 * (100vw - 47.99875rem) / 29.50125
            );
        }
    }

    @supports (
        margin-bottom: clamp(2rem, -0.8472628278rem + 5.9319520359vw, 3.75rem)
    ) {
        .footer__wrapper:not(:last-child) {
            margin-bottom: clamp(
                2rem,
                -0.8472628278rem + 5.9319520359vw,
                3.75rem
            );
        }
    }

    @supports not (
        margin-bottom: clamp(2rem, -0.8472628278rem + 5.9319520359vw, 3.75rem)
    ) {
        .footer__wrapper:not(:last-child) {
            margin-bottom: calc(2rem + 1.75 * (100vw - 47.99875rem) / 29.50125);
        }
    }

    @supports (
        margin-bottom: clamp(1rem, -0.4236314139rem + 2.965976018vw, 1.875rem)
    ) {
        .menu-footer__title:not(:last-child) {
            margin-bottom: clamp(
                1rem,
                -0.4236314139rem + 2.965976018vw,
                1.875rem
            );
        }
    }

    @supports not (
        margin-bottom: clamp(1rem, -0.4236314139rem + 2.965976018vw, 1.875rem)
    ) {
        .menu-footer__title:not(:last-child) {
            margin-bottom: calc(
                1rem + 0.875 * (100vw - 47.99875rem) / 29.50125
            );
        }
    }

    @supports (
        margin-bottom:
            clamp(0.5rem, -1.2286952883rem + 3.6015423075vw, 1.5625rem)
    ) {
        .contact-footer__title:not(:last-child) {
            margin-bottom: clamp(
                0.5rem,
                -1.2286952883rem + 3.6015423075vw,
                1.5625rem
            );
        }
    }

    @supports not (
        margin-bottom:
            clamp(0.5rem, -1.2286952883rem + 3.6015423075vw, 1.5625rem)
    ) {
        .contact-footer__title:not(:last-child) {
            margin-bottom: calc(
                0.5rem + 1.0625 * (100vw - 47.99875rem) / 29.50125
            );
        }
    }

    @supports (
        margin-bottom:
            clamp(0.5rem, -1.2286952883rem + 3.6015423075vw, 1.5625rem)
    ) {
        .about-us-footer__title:not(:last-child) {
            margin-bottom: clamp(
                0.5rem,
                -1.2286952883rem + 3.6015423075vw,
                1.5625rem
            );
        }
    }

    @supports not (
        margin-bottom:
            clamp(0.5rem, -1.2286952883rem + 3.6015423075vw, 1.5625rem)
    ) {
        .about-us-footer__title:not(:last-child) {
            margin-bottom: calc(
                0.5rem + 1.0625 * (100vw - 47.99875rem) / 29.50125
            );
        }
    }

    @supports (gap: clamp(1rem, -0.4236314139rem + 2.965976018vw, 1.875rem)) {
        .about-us-footer__list {
            gap: clamp(1rem, -0.4236314139rem + 2.965976018vw, 1.875rem);
        }
    }

    @supports not (
        gap: clamp(1rem, -0.4236314139rem + 2.965976018vw, 1.875rem)
    ) {
        .about-us-footer__list {
            gap: calc(1rem + 0.875 * (100vw - 47.99875rem) / 29.50125);
        }
    }

    @supports (
        margin-bottom:
            clamp(0.5rem, -1.2286952883rem + 3.6015423075vw, 1.5625rem)
    ) {
        .follow-us-footer__title:not(:last-child) {
            margin-bottom: clamp(
                0.5rem,
                -1.2286952883rem + 3.6015423075vw,
                1.5625rem
            );
        }
    }

    @supports not (
        margin-bottom:
            clamp(0.5rem, -1.2286952883rem + 3.6015423075vw, 1.5625rem)
    ) {
        .follow-us-footer__title:not(:last-child) {
            margin-bottom: calc(
                0.5rem + 1.0625 * (100vw - 47.99875rem) / 29.50125
            );
        }
    }

    @supports (
        margin-bottom: clamp(1rem, -0.4236314139rem + 2.965976018vw, 1.875rem)
    ) {
        .log-in-footer__title:not(:last-child) {
            margin-bottom: clamp(
                1rem,
                -0.4236314139rem + 2.965976018vw,
                1.875rem
            );
        }
    }

    @supports not (
        margin-bottom: clamp(1rem, -0.4236314139rem + 2.965976018vw, 1.875rem)
    ) {
        .log-in-footer__title:not(:last-child) {
            margin-bottom: calc(
                1rem + 0.875 * (100vw - 47.99875rem) / 29.50125
            );
        }
    }

    @supports (
        margin-bottom: clamp(1rem, -0.4236314139rem + 2.965976018vw, 1.875rem)
    ) {
        .quick-footer__title:not(:last-child) {
            margin-bottom: clamp(
                1rem,
                -0.4236314139rem + 2.965976018vw,
                1.875rem
            );
        }
    }

    @supports not (
        margin-bottom: clamp(1rem, -0.4236314139rem + 2.965976018vw, 1.875rem)
    ) {
        .quick-footer__title:not(:last-child) {
            margin-bottom: calc(
                1rem + 0.875 * (100vw - 47.99875rem) / 29.50125
            );
        }
    }

    @supports (
        padding-top: clamp(1.5rem, -6.2282848184rem + 16.101012669vw, 6.25rem)
    ) {
        .our-services__services {
            padding-top: clamp(
                1.5rem,
                -6.2282848184rem + 16.101012669vw,
                6.25rem
            );
        }
    }

    @supports not (
        padding-top: clamp(1.5rem, -6.2282848184rem + 16.101012669vw, 6.25rem)
    ) {
        .our-services__services {
            padding-top: calc(1.5rem + 4.75 * (100vw - 47.99875rem) / 29.50125);
        }
    }

    @supports (
        padding-bottom: clamp(3rem, -0.2540146604rem + 6.7793737553vw, 5rem)
    ) {
        .our-services__services {
            padding-bottom: clamp(
                3rem,
                -0.2540146604rem + 6.7793737553vw,
                5rem
            );
        }
    }

    @supports not (
        padding-bottom: clamp(3rem, -0.2540146604rem + 6.7793737553vw, 5rem)
    ) {
        .our-services__services {
            padding-bottom: calc(3rem + 2 * (100vw - 47.99875rem) / 29.50125);
        }
    }

    @supports (
        padding-top: clamp(4rem, 0.3392335071rem + 7.6267954748vw, 6.25rem)
    ) {
        .our-services__rental {
            padding-top: clamp(4rem, 0.3392335071rem + 7.6267954748vw, 6.25rem);
        }
    }

    @supports not (
        padding-top: clamp(4rem, 0.3392335071rem + 7.6267954748vw, 6.25rem)
    ) {
        .our-services__rental {
            padding-top: calc(4rem + 2.25 * (100vw - 47.99875rem) / 29.50125);
        }
    }

    @supports (
        padding-bottom: clamp(3rem, -0.2540146604rem + 6.7793737553vw, 5rem)
    ) {
        .our-services__rental {
            padding-bottom: clamp(
                3rem,
                -0.2540146604rem + 6.7793737553vw,
                5rem
            );
        }
    }

    @supports not (
        padding-bottom: clamp(3rem, -0.2540146604rem + 6.7793737553vw, 5rem)
    ) {
        .our-services__rental {
            padding-bottom: calc(3rem + 2 * (100vw - 47.99875rem) / 29.50125);
        }
    }

    @supports (
        font-size: clamp(1.75rem, -0.2837591627rem + 4.2371085971vw, 3rem)
    ) {
        .secvices__container h1 {
            font-size: clamp(1.75rem, -0.2837591627rem + 4.2371085971vw, 3rem);
        }
    }

    @supports not (
        font-size: clamp(1.75rem, -0.2837591627rem + 4.2371085971vw, 3rem)
    ) {
        .secvices__container h1 {
            font-size: calc(1.75rem + 1.25 * (100vw - 47.99875rem) / 29.50125);
        }
    }

    @supports (
        margin-bottom: clamp(2rem, 0.1696167535rem + 3.8133977374vw, 3.125rem)
    ) {
        .secvices__container h1:not(:last-child) {
            margin-bottom: clamp(
                2rem,
                0.1696167535rem + 3.8133977374vw,
                3.125rem
            );
        }
    }

    @supports not (
        margin-bottom: clamp(2rem, 0.1696167535rem + 3.8133977374vw, 3.125rem)
    ) {
        .secvices__container h1:not(:last-child) {
            margin-bottom: calc(
                2rem + 1.125 * (100vw - 47.99875rem) / 29.50125
            );
        }
    }

    @supports (gap: clamp(1.5rem, -0.1270073302rem + 3.3896868777vw, 2.5rem)) {
        .secvices__wrapper {
            gap: clamp(1.5rem, -0.1270073302rem + 3.3896868777vw, 2.5rem);
        }
    }

    @supports not (
        gap: clamp(1.5rem, -0.1270073302rem + 3.3896868777vw, 2.5rem)
    ) {
        .secvices__wrapper {
            gap: calc(1.5rem + 1 * (100vw - 47.99875rem) / 29.50125);
        }
    }

    @supports (
        padding-right:
            clamp(0.5rem, -1.2286952883rem + 3.6015423075vw, 1.5625rem)
    ) {
        .secvices__article {
            padding-right: clamp(
                0.5rem,
                -1.2286952883rem + 3.6015423075vw,
                1.5625rem
            );
        }
    }

    @supports not (
        padding-right:
            clamp(0.5rem, -1.2286952883rem + 3.6015423075vw, 1.5625rem)
    ) {
        .secvices__article {
            padding-right: calc(
                0.5rem + 1.0625 * (100vw - 47.99875rem) / 29.50125
            );
        }
    }

    @supports (
        padding-left:
            clamp(0.5rem, -1.2286952883rem + 3.6015423075vw, 1.5625rem)
    ) {
        .secvices__article {
            padding-left: clamp(
                0.5rem,
                -1.2286952883rem + 3.6015423075vw,
                1.5625rem
            );
        }
    }

    @supports not (
        padding-left:
            clamp(0.5rem, -1.2286952883rem + 3.6015423075vw, 1.5625rem)
    ) {
        .secvices__article {
            padding-left: calc(
                0.5rem + 1.0625 * (100vw - 47.99875rem) / 29.50125
            );
        }
    }

    @supports (
        padding-bottom: clamp(1.5rem, -0.1270073302rem + 3.3896868777vw, 2.5rem)
    ) {
        .secvices__article {
            padding-bottom: clamp(
                1.5rem,
                -0.1270073302rem + 3.3896868777vw,
                2.5rem
            );
        }
    }

    @supports not (
        padding-bottom: clamp(1.5rem, -0.1270073302rem + 3.3896868777vw, 2.5rem)
    ) {
        .secvices__article {
            padding-bottom: calc(1.5rem + 1 * (100vw - 47.99875rem) / 29.50125);
        }
    }

    @supports (
        padding-top: clamp(1.5rem, -0.1270073302rem + 3.3896868777vw, 2.5rem)
    ) {
        .secvices__article {
            padding-top: clamp(
                1.5rem,
                -0.1270073302rem + 3.3896868777vw,
                2.5rem
            );
        }
    }

    @supports not (
        padding-top: clamp(1.5rem, -0.1270073302rem + 3.3896868777vw, 2.5rem)
    ) {
        .secvices__article {
            padding-top: calc(1.5rem + 1 * (100vw - 47.99875rem) / 29.50125);
        }
    }

    @supports (
        margin-bottom: clamp(1rem, 0.5932481675rem + 0.8474217194vw, 1.25rem)
    ) {
        .article-services__title:not(:last-child) {
            margin-bottom: clamp(
                1rem,
                0.5932481675rem + 0.8474217194vw,
                1.25rem
            );
        }
    }

    @supports not (
        margin-bottom: clamp(1rem, 0.5932481675rem + 0.8474217194vw, 1.25rem)
    ) {
        .article-services__title:not(:last-child) {
            margin-bottom: calc(1rem + 0.25 * (100vw - 47.99875rem) / 29.50125);
        }
    }

    @supports (
        margin-bottom: clamp(1rem, 0.5932481675rem + 0.8474217194vw, 1.25rem)
    ) {
        .article-services__image:not(:last-child) {
            margin-bottom: clamp(
                1rem,
                0.5932481675rem + 0.8474217194vw,
                1.25rem
            );
        }
    }

    @supports not (
        margin-bottom: clamp(1rem, 0.5932481675rem + 0.8474217194vw, 1.25rem)
    ) {
        .article-services__image:not(:last-child) {
            margin-bottom: calc(1rem + 0.25 * (100vw - 47.99875rem) / 29.50125);
        }
    }

    @supports (
        padding-top: clamp(4rem, 0.3392335071rem + 7.6267954748vw, 6.25rem)
    ) {
        .trending-boats__rental {
            padding-top: clamp(4rem, 0.3392335071rem + 7.6267954748vw, 6.25rem);
        }
    }

    @supports not (
        padding-top: clamp(4rem, 0.3392335071rem + 7.6267954748vw, 6.25rem)
    ) {
        .trending-boats__rental {
            padding-top: calc(4rem + 2.25 * (100vw - 47.99875rem) / 29.50125);
        }
    }

    @supports (
        padding-bottom: clamp(3rem, -0.2540146604rem + 6.7793737553vw, 5rem)
    ) {
        .trending-boats__rental {
            padding-bottom: clamp(
                3rem,
                -0.2540146604rem + 6.7793737553vw,
                5rem
            );
        }
    }

    @supports not (
        padding-bottom: clamp(3rem, -0.2540146604rem + 6.7793737553vw, 5rem)
    ) {
        .trending-boats__rental {
            padding-bottom: calc(3rem + 2 * (100vw - 47.99875rem) / 29.50125);
        }
    }

    @supports (
        padding-top: clamp(4rem, 0.3392335071rem + 7.6267954748vw, 6.25rem)
    ) {
        .faq__main {
            padding-top: clamp(4rem, 0.3392335071rem + 7.6267954748vw, 6.25rem);
        }
    }

    @supports not (
        padding-top: clamp(4rem, 0.3392335071rem + 7.6267954748vw, 6.25rem)
    ) {
        .faq__main {
            padding-top: calc(4rem + 2.25 * (100vw - 47.99875rem) / 29.50125);
        }
    }

    @supports (
        padding-bottom: clamp(4rem, 0.3392335071rem + 7.6267954748vw, 6.25rem)
    ) {
        .faq__main {
            padding-bottom: clamp(
                4rem,
                0.3392335071rem + 7.6267954748vw,
                6.25rem
            );
        }
    }

    @supports not (
        padding-bottom: clamp(4rem, 0.3392335071rem + 7.6267954748vw, 6.25rem)
    ) {
        .faq__main {
            padding-bottom: calc(
                4rem + 2.25 * (100vw - 47.99875rem) / 29.50125
            );
        }
    }

    @supports (
        padding-top: clamp(4rem, 0.3392335071rem + 7.6267954748vw, 6.25rem)
    ) {
        .faq__rental {
            padding-top: clamp(4rem, 0.3392335071rem + 7.6267954748vw, 6.25rem);
        }
    }

    @supports not (
        padding-top: clamp(4rem, 0.3392335071rem + 7.6267954748vw, 6.25rem)
    ) {
        .faq__rental {
            padding-top: calc(4rem + 2.25 * (100vw - 47.99875rem) / 29.50125);
        }
    }

    @supports (
        padding-bottom: clamp(3rem, -0.2540146604rem + 6.7793737553vw, 5rem)
    ) {
        .faq__rental {
            padding-bottom: clamp(
                3rem,
                -0.2540146604rem + 6.7793737553vw,
                5rem
            );
        }
    }

    @supports not (
        padding-bottom: clamp(3rem, -0.2540146604rem + 6.7793737553vw, 5rem)
    ) {
        .faq__rental {
            padding-bottom: calc(3rem + 2 * (100vw - 47.99875rem) / 29.50125);
        }
    }

    @supports (
        margin-bottom: clamp(2rem, 0.1696167535rem + 3.8133977374vw, 3.125rem)
    ) {
        .main-faq__container h1:not(:last-child) {
            margin-bottom: clamp(
                2rem,
                0.1696167535rem + 3.8133977374vw,
                3.125rem
            );
        }
    }

    @supports not (
        margin-bottom: clamp(2rem, 0.1696167535rem + 3.8133977374vw, 3.125rem)
    ) {
        .main-faq__container h1:not(:last-child) {
            margin-bottom: calc(
                2rem + 1.125 * (100vw - 47.99875rem) / 29.50125
            );
        }
    }

    @supports (
        padding-top: clamp(2rem, 0.1696167535rem + 3.8133977374vw, 3.125rem)
    ) {
        .yacht-card__main {
            padding-top: clamp(
                2rem,
                0.1696167535rem + 3.8133977374vw,
                3.125rem
            );
        }
    }

    @supports not (
        padding-top: clamp(2rem, 0.1696167535rem + 3.8133977374vw, 3.125rem)
    ) {
        .yacht-card__main {
            padding-top: calc(2rem + 1.125 * (100vw - 47.99875rem) / 29.50125);
        }
    }

    @supports (
        font-size: clamp(1.75rem, -0.2837591627rem + 4.2371085971vw, 3rem)
    ) {
        .main-yacht-cadr__container h1 {
            font-size: clamp(1.75rem, -0.2837591627rem + 4.2371085971vw, 3rem);
        }
    }

    @supports not (
        font-size: clamp(1.75rem, -0.2837591627rem + 4.2371085971vw, 3rem)
    ) {
        .main-yacht-cadr__container h1 {
            font-size: calc(1.75rem + 1.25 * (100vw - 47.99875rem) / 29.50125);
        }
    }

    @supports (
        margin-bottom:
            clamp(0.875rem, 0.2648722512rem + 1.2711325791vw, 1.25rem)
    ) {
        .main-yacht-cadr__container h1:not(:last-child) {
            margin-bottom: clamp(
                0.875rem,
                0.2648722512rem + 1.2711325791vw,
                1.25rem
            );
        }
    }

    @supports not (
        margin-bottom:
            clamp(0.875rem, 0.2648722512rem + 1.2711325791vw, 1.25rem)
    ) {
        .main-yacht-cadr__container h1:not(:last-child) {
            margin-bottom: calc(
                0.875rem + 0.375 * (100vw - 47.99875rem) / 29.50125
            );
        }
    }

    @supports (
        margin-bottom: clamp(1rem, -0.4236314139rem + 2.965976018vw, 1.875rem)
    ) {
        .main-yacht-cadr__about:not(:last-child) {
            margin-bottom: clamp(
                1rem,
                -0.4236314139rem + 2.965976018vw,
                1.875rem
            );
        }
    }

    @supports not (
        margin-bottom: clamp(1rem, -0.4236314139rem + 2.965976018vw, 1.875rem)
    ) {
        .main-yacht-cadr__about:not(:last-child) {
            margin-bottom: calc(
                1rem + 0.875 * (100vw - 47.99875rem) / 29.50125
            );
        }
    }

    @supports (
        bottom: clamp(0.75rem, -1.0803832465rem + 3.8133977374vw, 1.875rem)
    ) {
        .main-yacht-cadr__show-all-photos {
            bottom: clamp(0.75rem, -1.0803832465rem + 3.8133977374vw, 1.875rem);
        }
    }

    @supports not (
        bottom: clamp(0.75rem, -1.0803832465rem + 3.8133977374vw, 1.875rem)
    ) {
        .main-yacht-cadr__show-all-photos {
            bottom: calc(0.75rem + 1.125 * (100vw - 47.99875rem) / 29.50125);
        }
    }

    @supports (
        right: clamp(0.75rem, -1.0803832465rem + 3.8133977374vw, 1.875rem)
    ) {
        .main-yacht-cadr__show-all-photos {
            right: clamp(0.75rem, -1.0803832465rem + 3.8133977374vw, 1.875rem);
        }
    }

    @supports not (
        right: clamp(0.75rem, -1.0803832465rem + 3.8133977374vw, 1.875rem)
    ) {
        .main-yacht-cadr__show-all-photos {
            right: calc(0.75rem + 1.125 * (100vw - 47.99875rem) / 29.50125);
        }
    }

    @supports (
        padding-top: clamp(2rem, 0.1696167535rem + 3.8133977374vw, 3.125rem)
    ) {
        .yacht-card-selected__main {
            padding-top: clamp(
                2rem,
                0.1696167535rem + 3.8133977374vw,
                3.125rem
            );
        }
    }

    @supports not (
        padding-top: clamp(2rem, 0.1696167535rem + 3.8133977374vw, 3.125rem)
    ) {
        .yacht-card-selected__main {
            padding-top: calc(2rem + 1.125 * (100vw - 47.99875rem) / 29.50125);
        }
    }

    @supports (
        padding-top: clamp(4rem, 0.3392335071rem + 7.6267954748vw, 6.25rem)
    ) {
        .about-us__main {
            padding-top: clamp(4rem, 0.3392335071rem + 7.6267954748vw, 6.25rem);
        }
    }

    @supports not (
        padding-top: clamp(4rem, 0.3392335071rem + 7.6267954748vw, 6.25rem)
    ) {
        .about-us__main {
            padding-top: calc(4rem + 2.25 * (100vw - 47.99875rem) / 29.50125);
        }
    }

    @supports (
        padding-bottom: clamp(3rem, -0.2540146604rem + 6.7793737553vw, 5rem)
    ) {
        .about-us__main {
            padding-bottom: clamp(
                3rem,
                -0.2540146604rem + 6.7793737553vw,
                5rem
            );
        }
    }

    @supports not (
        padding-bottom: clamp(3rem, -0.2540146604rem + 6.7793737553vw, 5rem)
    ) {
        .about-us__main {
            padding-bottom: calc(3rem + 2 * (100vw - 47.99875rem) / 29.50125);
        }
    }

    @supports (
        margin-bottom:
            clamp(0.75rem, -3.1141424092rem + 8.0505063345vw, 3.125rem)
    ) {
        .about-us__title:not(:last-child) {
            margin-bottom: clamp(
                0.75rem,
                -3.1141424092rem + 8.0505063345vw,
                3.125rem
            );
        }
    }

    @supports not (
        margin-bottom:
            clamp(0.75rem, -3.1141424092rem + 8.0505063345vw, 3.125rem)
    ) {
        .about-us__title:not(:last-child) {
            margin-bottom: calc(
                0.75rem + 2.375 * (100vw - 47.99875rem) / 29.50125
            );
        }
    }

    @supports (
        padding-top: clamp(0.75rem, -3.1141424092rem + 8.0505063345vw, 3.125rem)
    ) {
        .about-us__item {
            padding-top: clamp(
                0.75rem,
                -3.1141424092rem + 8.0505063345vw,
                3.125rem
            );
        }
    }

    @supports not (
        padding-top: clamp(0.75rem, -3.1141424092rem + 8.0505063345vw, 3.125rem)
    ) {
        .about-us__item {
            padding-top: calc(
                0.75rem + 2.375 * (100vw - 47.99875rem) / 29.50125
            );
        }
    }

    @supports (
        padding-bottom:
            clamp(0.75rem, -3.1141424092rem + 8.0505063345vw, 3.125rem)
    ) {
        .about-us__item {
            padding-bottom: clamp(
                0.75rem,
                -3.1141424092rem + 8.0505063345vw,
                3.125rem
            );
        }
    }

    @supports not (
        padding-bottom:
            clamp(0.75rem, -3.1141424092rem + 8.0505063345vw, 3.125rem)
    ) {
        .about-us__item {
            padding-bottom: calc(
                0.75rem + 2.375 * (100vw - 47.99875rem) / 29.50125
            );
        }
    }

    @supports (gap: clamp(1rem, -2.4573905767rem + 7.2030846151vw, 3.125rem)) {
        .about-us__item {
            gap: clamp(1rem, -2.4573905767rem + 7.2030846151vw, 3.125rem);
        }
    }

    @supports not (
        gap: clamp(1rem, -2.4573905767rem + 7.2030846151vw, 3.125rem)
    ) {
        .about-us__item {
            gap: calc(1rem + 2.125 * (100vw - 47.99875rem) / 29.50125);
        }
    }

    @supports (
        padding-top: clamp(0.75rem, -3.1141424092rem + 8.0505063345vw, 3.125rem)
    ) {
        .about-us__galery {
            padding-top: clamp(
                0.75rem,
                -3.1141424092rem + 8.0505063345vw,
                3.125rem
            );
        }
    }

    @supports not (
        padding-top: clamp(0.75rem, -3.1141424092rem + 8.0505063345vw, 3.125rem)
    ) {
        .about-us__galery {
            padding-top: calc(
                0.75rem + 2.375 * (100vw - 47.99875rem) / 29.50125
            );
        }
    }

    @supports (
        padding-bottom:
            clamp(0.75rem, -3.1141424092rem + 8.0505063345vw, 3.125rem)
    ) {
        .about-us__galery {
            padding-bottom: clamp(
                0.75rem,
                -3.1141424092rem + 8.0505063345vw,
                3.125rem
            );
        }
    }

    @supports not (
        padding-bottom:
            clamp(0.75rem, -3.1141424092rem + 8.0505063345vw, 3.125rem)
    ) {
        .about-us__galery {
            padding-bottom: calc(
                0.75rem + 2.375 * (100vw - 47.99875rem) / 29.50125
            );
        }
    }

    @supports (
        padding-top: clamp(4rem, 0.3392335071rem + 7.6267954748vw, 6.25rem)
    ) {
        .terms__main {
            padding-top: clamp(4rem, 0.3392335071rem + 7.6267954748vw, 6.25rem);
        }
    }

    @supports not (
        padding-top: clamp(4rem, 0.3392335071rem + 7.6267954748vw, 6.25rem)
    ) {
        .terms__main {
            padding-top: calc(4rem + 2.25 * (100vw - 47.99875rem) / 29.50125);
        }
    }

    @supports (
        padding-bottom: clamp(3rem, -0.2540146604rem + 6.7793737553vw, 5rem)
    ) {
        .terms__main {
            padding-bottom: clamp(
                3rem,
                -0.2540146604rem + 6.7793737553vw,
                5rem
            );
        }
    }

    @supports not (
        padding-bottom: clamp(3rem, -0.2540146604rem + 6.7793737553vw, 5rem)
    ) {
        .terms__main {
            padding-bottom: calc(3rem + 2 * (100vw - 47.99875rem) / 29.50125);
        }
    }

    @supports (
        margin-bottom:
            clamp(1.5rem, -1.1438869116rem + 5.5082411762vw, 3.125rem)
    ) {
        .terms__title:not(:last-child) {
            margin-bottom: clamp(
                1.5rem,
                -1.1438869116rem + 5.5082411762vw,
                3.125rem
            );
        }
    }

    @supports not (
        margin-bottom:
            clamp(1.5rem, -1.1438869116rem + 5.5082411762vw, 3.125rem)
    ) {
        .terms__title:not(:last-child) {
            margin-bottom: calc(
                1.5rem + 1.625 * (100vw - 47.99875rem) / 29.50125
            );
        }
    }

    @supports (
        padding-top: clamp(4rem, 0.3392335071rem + 7.6267954748vw, 6.25rem)
    ) {
        .policy__main {
            padding-top: clamp(4rem, 0.3392335071rem + 7.6267954748vw, 6.25rem);
        }
    }

    @supports not (
        padding-top: clamp(4rem, 0.3392335071rem + 7.6267954748vw, 6.25rem)
    ) {
        .policy__main {
            padding-top: calc(4rem + 2.25 * (100vw - 47.99875rem) / 29.50125);
        }
    }

    @supports (
        padding-bottom: clamp(3rem, -0.2540146604rem + 6.7793737553vw, 5rem)
    ) {
        .policy__main {
            padding-bottom: clamp(
                3rem,
                -0.2540146604rem + 6.7793737553vw,
                5rem
            );
        }
    }

    @supports not (
        padding-bottom: clamp(3rem, -0.2540146604rem + 6.7793737553vw, 5rem)
    ) {
        .policy__main {
            padding-bottom: calc(3rem + 2 * (100vw - 47.99875rem) / 29.50125);
        }
    }

    @supports (
        margin-bottom: clamp(3rem, -2.2877738231rem + 11.0164823524vw, 6.25rem)
    ) {
        .policy__title:not(:last-child) {
            margin-bottom: clamp(
                3rem,
                -2.2877738231rem + 11.0164823524vw,
                6.25rem
            );
        }
    }

    @supports not (
        margin-bottom: clamp(3rem, -2.2877738231rem + 11.0164823524vw, 6.25rem)
    ) {
        .policy__title:not(:last-child) {
            margin-bottom: calc(3rem + 3.25 * (100vw - 47.99875rem) / 29.50125);
        }
    }

    @supports (
        margin-bottom:
            clamp(1.5rem, -1.1438869116rem + 5.5082411762vw, 3.125rem)
    ) {
        .policy__text:not(:last-child) {
            margin-bottom: clamp(
                1.5rem,
                -1.1438869116rem + 5.5082411762vw,
                3.125rem
            );
        }
    }

    @supports not (
        margin-bottom:
            clamp(1.5rem, -1.1438869116rem + 5.5082411762vw, 3.125rem)
    ) {
        .policy__text:not(:last-child) {
            margin-bottom: calc(
                1.5rem + 1.625 * (100vw - 47.99875rem) / 29.50125
            );
        }
    }

    @supports (
        padding-top: clamp(4rem, 0.3392335071rem + 7.6267954748vw, 6.25rem)
    ) {
        .partners__main {
            padding-top: clamp(4rem, 0.3392335071rem + 7.6267954748vw, 6.25rem);
        }
    }

    @supports not (
        padding-top: clamp(4rem, 0.3392335071rem + 7.6267954748vw, 6.25rem)
    ) {
        .partners__main {
            padding-top: calc(4rem + 2.25 * (100vw - 47.99875rem) / 29.50125);
        }
    }

    @supports (
        padding-bottom: clamp(3rem, -0.2540146604rem + 6.7793737553vw, 5rem)
    ) {
        .partners__main {
            padding-bottom: clamp(
                3rem,
                -0.2540146604rem + 6.7793737553vw,
                5rem
            );
        }
    }

    @supports not (
        padding-bottom: clamp(3rem, -0.2540146604rem + 6.7793737553vw, 5rem)
    ) {
        .partners__main {
            padding-bottom: calc(3rem + 2 * (100vw - 47.99875rem) / 29.50125);
        }
    }

    @supports (
        margin-bottom: clamp(2.5rem, 0.4662408373rem + 4.2371085971vw, 3.75rem)
    ) {
        .partners__title:not(:last-child) {
            margin-bottom: clamp(
                2.5rem,
                0.4662408373rem + 4.2371085971vw,
                3.75rem
            );
        }
    }

    @supports not (
        margin-bottom: clamp(2.5rem, 0.4662408373rem + 4.2371085971vw, 3.75rem)
    ) {
        .partners__title:not(:last-child) {
            margin-bottom: calc(
                2.5rem + 1.25 * (100vw - 47.99875rem) / 29.50125
            );
        }
    }

    @supports (
        padding-top: clamp(4rem, 0.3392335071rem + 7.6267954748vw, 6.25rem)
    ) {
        .testimonials__main {
            padding-top: clamp(4rem, 0.3392335071rem + 7.6267954748vw, 6.25rem);
        }
    }

    @supports not (
        padding-top: clamp(4rem, 0.3392335071rem + 7.6267954748vw, 6.25rem)
    ) {
        .testimonials__main {
            padding-top: calc(4rem + 2.25 * (100vw - 47.99875rem) / 29.50125);
        }
    }

    @supports (
        padding-bottom: clamp(3rem, -0.2540146604rem + 6.7793737553vw, 5rem)
    ) {
        .testimonials__main {
            padding-bottom: clamp(
                3rem,
                -0.2540146604rem + 6.7793737553vw,
                5rem
            );
        }
    }

    @supports not (
        padding-bottom: clamp(3rem, -0.2540146604rem + 6.7793737553vw, 5rem)
    ) {
        .testimonials__main {
            padding-bottom: calc(3rem + 2 * (100vw - 47.99875rem) / 29.50125);
        }
    }

    @supports (
        margin-bottom: clamp(2rem, 0.1696167535rem + 3.8133977374vw, 3.125rem)
    ) {
        .testimonials__title:not(:last-child) {
            margin-bottom: clamp(
                2rem,
                0.1696167535rem + 3.8133977374vw,
                3.125rem
            );
        }
    }

    @supports not (
        margin-bottom: clamp(2rem, 0.1696167535rem + 3.8133977374vw, 3.125rem)
    ) {
        .testimonials__title:not(:last-child) {
            margin-bottom: calc(
                2rem + 1.125 * (100vw - 47.99875rem) / 29.50125
            );
        }
    }
}

@media (min-width: 29.99875em) and (max-width: 77.5em) {
    @supports (
        padding-right:
            clamp(1.25rem, 0.0658699771rem + 3.9472645457vw, 3.125rem)
    ) {
        .popup-in .popup__content {
            padding-right: clamp(
                1.25rem,
                0.0658699771rem + 3.9472645457vw,
                3.125rem
            );
        }
    }

    @supports not (
        padding-right:
            clamp(1.25rem, 0.0658699771rem + 3.9472645457vw, 3.125rem)
    ) {
        .popup-in .popup__content {
            padding-right: calc(
                1.25rem + 1.875 * (100vw - 29.99875rem) / 47.50125
            );
        }
    }

    @supports (
        padding-left: clamp(1.25rem, 0.0658699771rem + 3.9472645457vw, 3.125rem)
    ) {
        .popup-in .popup__content {
            padding-left: clamp(
                1.25rem,
                0.0658699771rem + 3.9472645457vw,
                3.125rem
            );
        }
    }

    @supports not (
        padding-left: clamp(1.25rem, 0.0658699771rem + 3.9472645457vw, 3.125rem)
    ) {
        .popup-in .popup__content {
            padding-left: calc(
                1.25rem + 1.875 * (100vw - 29.99875rem) / 47.50125
            );
        }
    }

    @supports (
        font-size: clamp(1.75rem, 0.9605799847rem + 2.6315096971vw, 3rem)
    ) {
        .popup-in__title h3 {
            font-size: clamp(1.75rem, 0.9605799847rem + 2.6315096971vw, 3rem);
        }
    }

    @supports not (
        font-size: clamp(1.75rem, 0.9605799847rem + 2.6315096971vw, 3rem)
    ) {
        .popup-in__title h3 {
            font-size: calc(1.75rem + 1.25 * (100vw - 29.99875rem) / 47.50125);
        }
    }
}

@media (max-width: 24.3125em) and (min-width: 24.3125em) {
    .form-popup__as h4 {
        font-size: 1.5rem;
    }

    .successfully-booked__text {
        font-size: 1.25rem;
    }
}

@media (max-width: 24.3125em) and (min-width: 20em) and (max-width: 24.3125em) {
    @supports (
        font-size: clamp(1.125rem, -0.6141304348rem + 8.6956521739vw, 1.5rem)
    ) {
        .form-popup__as h4 {
            font-size: clamp(
                1.125rem,
                -0.6141304348rem + 8.6956521739vw,
                1.5rem
            );
        }
    }

    @supports not (
        font-size: clamp(1.125rem, -0.6141304348rem + 8.6956521739vw, 1.5rem)
    ) {
        .form-popup__as h4 {
            font-size: calc(1.125rem + 0.375 * (100vw - 20rem) / 4.3125);
        }
    }

    @supports (
        font-size: clamp(1.125rem, 0.5452898551rem + 2.8985507246vw, 1.25rem)
    ) {
        .successfully-booked__text {
            font-size: clamp(
                1.125rem,
                0.5452898551rem + 2.8985507246vw,
                1.25rem
            );
        }
    }

    @supports not (
        font-size: clamp(1.125rem, 0.5452898551rem + 2.8985507246vw, 1.25rem)
    ) {
        .successfully-booked__text {
            font-size: calc(1.125rem + 0.125 * (100vw - 20rem) / 4.3125);
        }
    }
}

@media (min-width: 29.99875em) and (max-width: 61.99875em) {
    @supports (
        padding-right: clamp(1.25rem, 0.6640869141rem + 1.953125vw, 1.875rem)
    ) {
        .successfully-booked .popup__content {
            padding-right: clamp(
                1.25rem,
                0.6640869141rem + 1.953125vw,
                1.875rem
            );
        }
    }

    @supports not (
        padding-right: clamp(1.25rem, 0.6640869141rem + 1.953125vw, 1.875rem)
    ) {
        .successfully-booked .popup__content {
            padding-right: calc(1.25rem + 0.625 * (100vw - 29.99875rem) / 32);
        }
    }

    @supports (
        padding-left: clamp(1.25rem, 0.6640869141rem + 1.953125vw, 1.875rem)
    ) {
        .successfully-booked .popup__content {
            padding-left: clamp(
                1.25rem,
                0.6640869141rem + 1.953125vw,
                1.875rem
            );
        }
    }

    @supports not (
        padding-left: clamp(1.25rem, 0.6640869141rem + 1.953125vw, 1.875rem)
    ) {
        .successfully-booked .popup__content {
            padding-left: calc(1.25rem + 0.625 * (100vw - 29.99875rem) / 32);
        }
    }

    @supports (
        padding-bottom: clamp(5.625rem, -0.8200439453rem + 21.484375vw, 12.5rem)
    ) {
        .successfully-booked .popup__content {
            padding-bottom: clamp(
                5.625rem,
                -0.8200439453rem + 21.484375vw,
                12.5rem
            );
        }
    }

    @supports not (
        padding-bottom: clamp(5.625rem, -0.8200439453rem + 21.484375vw, 12.5rem)
    ) {
        .successfully-booked .popup__content {
            padding-bottom: calc(5.625rem + 6.875 * (100vw - 29.99875rem) / 32);
        }
    }

    @supports (font-size: clamp(1.5rem, 0.7969042969rem + 2.34375vw, 2.25rem)) {
        .successfully-booked__body h3 {
            font-size: clamp(1.5rem, 0.7969042969rem + 2.34375vw, 2.25rem);
        }
    }

    @supports not (
        font-size: clamp(1.5rem, 0.7969042969rem + 2.34375vw, 2.25rem)
    ) {
        .successfully-booked__body h3 {
            font-size: calc(1.5rem + 0.75 * (100vw - 29.99875rem) / 32);
        }
    }

    @supports (
        margin-bottom: clamp(0.5rem, -0.7890087891rem + 4.296875vw, 1.875rem)
    ) {
        .successfully-booked__body h3:not(:last-child) {
            margin-bottom: clamp(
                0.5rem,
                -0.7890087891rem + 4.296875vw,
                1.875rem
            );
        }
    }

    @supports not (
        margin-bottom: clamp(0.5rem, -0.7890087891rem + 4.296875vw, 1.875rem)
    ) {
        .successfully-booked__body h3:not(:last-child) {
            margin-bottom: calc(0.5rem + 1.375 * (100vw - 29.99875rem) / 32);
        }
    }

    @supports (font-size: clamp(1.5rem, 0.7969042969rem + 2.34375vw, 2.25rem)) {
        .successfully-booked__body h4 {
            font-size: clamp(1.5rem, 0.7969042969rem + 2.34375vw, 2.25rem);
        }
    }

    @supports not (
        font-size: clamp(1.5rem, 0.7969042969rem + 2.34375vw, 2.25rem)
    ) {
        .successfully-booked__body h4 {
            font-size: calc(1.5rem + 0.75 * (100vw - 29.99875rem) / 32);
        }
    }

    @supports (
        margin-bottom: clamp(1.5rem, -0.0233740234rem + 5.078125vw, 3.125rem)
    ) {
        .successfully-booked__body h4:not(:last-child) {
            margin-bottom: clamp(
                1.5rem,
                -0.0233740234rem + 5.078125vw,
                3.125rem
            );
        }
    }

    @supports not (
        margin-bottom: clamp(1.5rem, -0.0233740234rem + 5.078125vw, 3.125rem)
    ) {
        .successfully-booked__body h4:not(:last-child) {
            margin-bottom: calc(1.5rem + 1.625 * (100vw - 29.99875rem) / 32);
        }
    }

    @supports (font-size: clamp(1.25rem, 1.0156347656rem + 0.78125vw, 1.5rem)) {
        .successfully-booked__text {
            font-size: clamp(1.25rem, 1.0156347656rem + 0.78125vw, 1.5rem);
        }
    }

    @supports not (
        font-size: clamp(1.25rem, 1.0156347656rem + 0.78125vw, 1.5rem)
    ) {
        .successfully-booked__text {
            font-size: calc(1.25rem + 0.25 * (100vw - 29.99875rem) / 32);
        }
    }

    @supports (
        font-size: clamp(1.625rem, 1.0390869141rem + 1.953125vw, 2.25rem)
    ) {
        .apply-offers__body h3 {
            font-size: clamp(1.625rem, 1.0390869141rem + 1.953125vw, 2.25rem);
        }
    }

    @supports not (
        font-size: clamp(1.625rem, 1.0390869141rem + 1.953125vw, 2.25rem)
    ) {
        .apply-offers__body h3 {
            font-size: calc(1.625rem + 0.625 * (100vw - 29.99875rem) / 32);
        }
    }

    @supports (
        margin-bottom: clamp(1.25rem, 0.0781738281rem + 3.90625vw, 2.5rem)
    ) {
        .apply-offers__body h3:not(:last-child) {
            margin-bottom: clamp(1.25rem, 0.0781738281rem + 3.90625vw, 2.5rem);
        }
    }

    @supports not (
        margin-bottom: clamp(1.25rem, 0.0781738281rem + 3.90625vw, 2.5rem)
    ) {
        .apply-offers__body h3:not(:last-child) {
            margin-bottom: calc(1.25rem + 1.25 * (100vw - 29.99875rem) / 32);
        }
    }
}

@media (min-width: 29.99875em) and (max-width: 47.99875em) {
    @supports (
        margin-right:
            clamp(0.0000000625rem, -1.0416230972rem + 3.472221875vw, 0.625rem)
    ) {
        .successfully-booked .popup__close {
            margin-right: clamp(
                0.0000000625rem,
                -1.0416230972rem + 3.472221875vw,
                0.625rem
            );
        }
    }

    @supports not (
        margin-right:
            clamp(0.0000000625rem, -1.0416230972rem + 3.472221875vw, 0.625rem)
    ) {
        .successfully-booked .popup__close {
            margin-right: calc(
                0.0000000625rem + 0.6249999375 * (100vw - 29.99875rem) / 18
            );
        }
    }

    @supports (
        margin-left:
            clamp(0.0000000625rem, -1.0416230972rem + 3.472221875vw, 0.625rem)
    ) {
        .successfully-booked .popup__close {
            margin-left: clamp(
                0.0000000625rem,
                -1.0416230972rem + 3.472221875vw,
                0.625rem
            );
        }
    }

    @supports not (
        margin-left:
            clamp(0.0000000625rem, -1.0416230972rem + 3.472221875vw, 0.625rem)
    ) {
        .successfully-booked .popup__close {
            margin-left: calc(
                0.0000000625rem + 0.6249999375 * (100vw - 29.99875rem) / 18
            );
        }
    }
}

@media (min-width: 23.49875em) and (max-width: 77.5em) {
    @supports (
        width: clamp(0.5rem, -0.6422739057rem + 4.860998588vw, 3.125rem)
    ) {
        .spollers__item:not(:last-child)::before {
            width: clamp(0.5rem, -0.6422739057rem + 4.860998588vw, 3.125rem);
        }
    }

    @supports not (
        width: clamp(0.5rem, -0.6422739057rem + 4.860998588vw, 3.125rem)
    ) {
        .spollers__item:not(:last-child)::before {
            width: calc(0.5rem + 2.625 * (100vw - 23.49875rem) / 54.00125);
        }
    }

    @supports (
        width: clamp(0.5rem, -0.6422739057rem + 4.860998588vw, 3.125rem)
    ) {
        .spollers__item:not(:last-child)::after {
            width: clamp(0.5rem, -0.6422739057rem + 4.860998588vw, 3.125rem);
        }
    }

    @supports not (
        width: clamp(0.5rem, -0.6422739057rem + 4.860998588vw, 3.125rem)
    ) {
        .spollers__item:not(:last-child)::after {
            width: calc(0.5rem + 2.625 * (100vw - 23.49875rem) / 54.00125);
        }
    }
}

@media (min-width: 23.499375em) and (max-width: 83.75em) {
    @supports (
        padding-top:
            clamp(1.375rem, 0.7777710423rem + 2.5414674122vw, 2.90625rem)
    ) {
        .spollers__title {
            padding-top: clamp(
                1.375rem,
                0.7777710423rem + 2.5414674122vw,
                2.90625rem
            );
        }
    }

    @supports not (
        padding-top:
            clamp(1.375rem, 0.7777710423rem + 2.5414674122vw, 2.90625rem)
    ) {
        .spollers__title {
            padding-top: calc(
                1.375rem + 1.53125 * (100vw - 23.499375rem) / 60.250625
            );
        }
    }

    @supports (
        padding-bottom:
            clamp(1.375rem, 1.0215379638rem + 1.5041337745vw, 2.28125rem)
    ) {
        .spollers__title {
            padding-bottom: clamp(
                1.375rem,
                1.0215379638rem + 1.5041337745vw,
                2.28125rem
            );
        }
    }

    @supports not (
        padding-bottom:
            clamp(1.375rem, 1.0215379638rem + 1.5041337745vw, 2.28125rem)
    ) {
        .spollers__title {
            padding-bottom: calc(
                1.375rem + 0.90625 * (100vw - 23.499375rem) / 60.250625
            );
        }
    }

    @supports (
        padding-top:
            clamp(1.375rem, 0.7777710423rem + 2.5414674122vw, 2.90625rem)
    ) {
        .body-yacht-card__title {
            padding-top: clamp(
                1.375rem,
                0.7777710423rem + 2.5414674122vw,
                2.90625rem
            );
        }
    }

    @supports not (
        padding-top:
            clamp(1.375rem, 0.7777710423rem + 2.5414674122vw, 2.90625rem)
    ) {
        .body-yacht-card__title {
            padding-top: calc(
                1.375rem + 1.53125 * (100vw - 23.499375rem) / 60.250625
            );
        }
    }

    @supports (
        padding-bottom:
            clamp(1.375rem, 1.0215379638rem + 1.5041337745vw, 2.28125rem)
    ) {
        .body-yacht-card__title {
            padding-bottom: clamp(
                1.375rem,
                1.0215379638rem + 1.5041337745vw,
                2.28125rem
            );
        }
    }

    @supports not (
        padding-bottom:
            clamp(1.375rem, 1.0215379638rem + 1.5041337745vw, 2.28125rem)
    ) {
        .body-yacht-card__title {
            padding-bottom: calc(
                1.375rem + 0.90625 * (100vw - 23.499375rem) / 60.250625
            );
        }
    }
}

@media (min-width: 23.49875em) and (max-width: 83.75em) {
    @supports (
        padding-left: clamp(0.5rem, -0.5237832203rem + 4.3567560839vw, 3.125rem)
    ) {
        .spollers__title {
            padding-left: clamp(
                0.5rem,
                -0.5237832203rem + 4.3567560839vw,
                3.125rem
            );
        }
    }

    @supports not (
        padding-left: clamp(0.5rem, -0.5237832203rem + 4.3567560839vw, 3.125rem)
    ) {
        .spollers__title {
            padding-left: calc(
                0.5rem + 2.625 * (100vw - 23.49875rem) / 60.25125
            );
        }
    }

    @supports (
        padding-right:
            clamp(0.5rem, -0.5237832203rem + 4.3567560839vw, 3.125rem)
    ) {
        .spollers__title {
            padding-right: clamp(
                0.5rem,
                -0.5237832203rem + 4.3567560839vw,
                3.125rem
            );
        }
    }

    @supports not (
        padding-right:
            clamp(0.5rem, -0.5237832203rem + 4.3567560839vw, 3.125rem)
    ) {
        .spollers__title {
            padding-right: calc(
                0.5rem + 2.625 * (100vw - 23.49875rem) / 60.25125
            );
        }
    }
}

@media (min-width: 78.75em) and (max-width: 83.75em) {
    @supports (row-gap: clamp(1.5rem, -53.625rem + 70vw, 5rem)) {
        .rental__info {
            row-gap: clamp(1.5rem, -53.625rem + 70vw, 5rem);
        }
    }

    @supports not (row-gap: clamp(1.5rem, -53.625rem + 70vw, 5rem)) {
        .rental__info {
            row-gap: calc(1.5rem + 3.5 * (100vw - 78.75rem) / 5);
        }
    }

    @supports (font-size: clamp(1.25rem, -2.6875rem + 5vw, 1.5rem)) {
        .rental__answers h3 {
            font-size: clamp(1.25rem, -2.6875rem + 5vw, 1.5rem);
        }
    }

    @supports not (font-size: clamp(1.25rem, -2.6875rem + 5vw, 1.5rem)) {
        .rental__answers h3 {
            font-size: calc(1.25rem + 0.25 * (100vw - 78.75rem) / 5);
        }
    }

    @supports (row-gap: clamp(1.5rem, -24.09375rem + 32.5vw, 3.125rem)) {
        .asked__info {
            row-gap: clamp(1.5rem, -24.09375rem + 32.5vw, 3.125rem);
        }
    }

    @supports not (row-gap: clamp(1.5rem, -24.09375rem + 32.5vw, 3.125rem)) {
        .asked__info {
            row-gap: calc(1.5rem + 1.625 * (100vw - 78.75rem) / 5);
        }
    }
}

@media (min-width: 78.75em) and (max-width: 87.5em) {
    @supports (font-size: clamp(2.25rem, -4.5rem + 8.5714285714vw, 3rem)) {
        .asked__container h2 {
            font-size: clamp(2.25rem, -4.5rem + 8.5714285714vw, 3rem);
        }
    }

    @supports not (font-size: clamp(2.25rem, -4.5rem + 8.5714285714vw, 3rem)) {
        .asked__container h2 {
            font-size: calc(2.25rem + 0.75 * (100vw - 78.75rem) / 8.75);
        }
    }
}

@media (max-width: 1260px) and (min-width: 78.125em) {
    .asked__container h2 {
        font-size: 2.25rem;
    }
}

@media (max-width: 1260px) and (min-width: 61.99875em) and (max-width: 78.125em) {
    @supports (
        font-size: clamp(1.75rem, -0.1722928455rem + 3.1005348423vw, 2.25rem)
    ) {
        .asked__container h2 {
            font-size: clamp(
                1.75rem,
                -0.1722928455rem + 3.1005348423vw,
                2.25rem
            );
        }
    }

    @supports not (
        font-size: clamp(1.75rem, -0.1722928455rem + 3.1005348423vw, 2.25rem)
    ) {
        .asked__container h2 {
            font-size: calc(1.75rem + 0.5 * (100vw - 61.99875rem) / 16.12625);
        }
    }
}

@media (max-width: 1260px) and (min-width: 78.75em) {
    .asked__container h2:not(:last-child) {
        margin-bottom: 2rem;
    }
}

@media (max-width: 1260px) and (min-width: 47.99875em) and (max-width: 78.75em) {
    @supports (
        margin-bottom: clamp(1.5rem, 0.7195642454rem + 1.6259501646vw, 2rem)
    ) {
        .asked__container h2:not(:last-child) {
            margin-bottom: clamp(
                1.5rem,
                0.7195642454rem + 1.6259501646vw,
                2rem
            );
        }
    }

    @supports not (
        margin-bottom: clamp(1.5rem, 0.7195642454rem + 1.6259501646vw, 2rem)
    ) {
        .asked__container h2:not(:last-child) {
            margin-bottom: calc(
                1.5rem + 0.5 * (100vw - 47.99875rem) / 30.75125
            );
        }
    }
}

@media (min-width: 24.375em) and (max-width: 83.75em) {
    @supports (
        padding-top:
            clamp(0.46875rem, 0.3404605263rem + 0.5263157895vw, 0.78125rem)
    ) {
        .header {
            padding-top: clamp(
                0.46875rem,
                0.3404605263rem + 0.5263157895vw,
                0.78125rem
            );
        }
    }

    @supports not (
        padding-top:
            clamp(0.46875rem, 0.3404605263rem + 0.5263157895vw, 0.78125rem)
    ) {
        .header {
            padding-top: calc(
                0.46875rem + 0.3125 * (100vw - 24.375rem) / 59.375
            );
        }
    }

    @supports (
        padding-bottom:
            clamp(0.46875rem, 0.3404605263rem + 0.5263157895vw, 0.78125rem)
    ) {
        .header {
            padding-bottom: clamp(
                0.46875rem,
                0.3404605263rem + 0.5263157895vw,
                0.78125rem
            );
        }
    }

    @supports not (
        padding-bottom:
            clamp(0.46875rem, 0.3404605263rem + 0.5263157895vw, 0.78125rem)
    ) {
        .header {
            padding-bottom: calc(
                0.46875rem + 0.3125 * (100vw - 24.375rem) / 59.375
            );
        }
    }

    @supports (
        padding-top: clamp(3.5rem, 2.6789473684rem + 3.3684210526vw, 5.5rem)
    ) {
        .our-services {
            padding-top: clamp(
                3.5rem,
                2.6789473684rem + 3.3684210526vw,
                5.5rem
            );
        }
    }

    @supports not (
        padding-top: clamp(3.5rem, 2.6789473684rem + 3.3684210526vw, 5.5rem)
    ) {
        .our-services {
            padding-top: calc(3.5rem + 2 * (100vw - 24.375rem) / 59.375);
        }
    }

    @supports (
        padding-top: clamp(3.5rem, 2.6789473684rem + 3.3684210526vw, 5.5rem)
    ) {
        .hottest-offers {
            padding-top: clamp(
                3.5rem,
                2.6789473684rem + 3.3684210526vw,
                5.5rem
            );
        }
    }

    @supports not (
        padding-top: clamp(3.5rem, 2.6789473684rem + 3.3684210526vw, 5.5rem)
    ) {
        .hottest-offers {
            padding-top: calc(3.5rem + 2 * (100vw - 24.375rem) / 59.375);
        }
    }

    @supports (padding-top: clamp(1.5rem, -0.45rem + 8vw, 6.25rem)) {
        .hottest-offers__hottest {
            padding-top: clamp(1.5rem, -0.45rem + 8vw, 6.25rem);
        }
    }

    @supports not (padding-top: clamp(1.5rem, -0.45rem + 8vw, 6.25rem)) {
        .hottest-offers__hottest {
            padding-top: calc(1.5rem + 4.75 * (100vw - 24.375rem) / 59.375);
        }
    }

    @supports (
        padding-bottom: clamp(3rem, 2.1789473684rem + 3.3684210526vw, 5rem)
    ) {
        .hottest-offers__hottest {
            padding-bottom: clamp(3rem, 2.1789473684rem + 3.3684210526vw, 5rem);
        }
    }

    @supports not (
        padding-bottom: clamp(3rem, 2.1789473684rem + 3.3684210526vw, 5rem)
    ) {
        .hottest-offers__hottest {
            padding-bottom: calc(3rem + 2 * (100vw - 24.375rem) / 59.375);
        }
    }

    @supports (
        padding-top: clamp(3.5rem, 2.6789473684rem + 3.3684210526vw, 5.5rem)
    ) {
        .trending-boats {
            padding-top: clamp(
                3.5rem,
                2.6789473684rem + 3.3684210526vw,
                5.5rem
            );
        }
    }

    @supports not (
        padding-top: clamp(3.5rem, 2.6789473684rem + 3.3684210526vw, 5.5rem)
    ) {
        .trending-boats {
            padding-top: calc(3.5rem + 2 * (100vw - 24.375rem) / 59.375);
        }
    }

    @supports (padding-top: clamp(1.5rem, -0.45rem + 8vw, 6.25rem)) {
        .trending-boats__trending {
            padding-top: clamp(1.5rem, -0.45rem + 8vw, 6.25rem);
        }
    }

    @supports not (padding-top: clamp(1.5rem, -0.45rem + 8vw, 6.25rem)) {
        .trending-boats__trending {
            padding-top: calc(1.5rem + 4.75 * (100vw - 24.375rem) / 59.375);
        }
    }

    @supports (
        padding-bottom: clamp(3rem, 2.1789473684rem + 3.3684210526vw, 5rem)
    ) {
        .trending-boats__trending {
            padding-bottom: clamp(3rem, 2.1789473684rem + 3.3684210526vw, 5rem);
        }
    }

    @supports not (
        padding-bottom: clamp(3rem, 2.1789473684rem + 3.3684210526vw, 5rem)
    ) {
        .trending-boats__trending {
            padding-bottom: calc(3rem + 2 * (100vw - 24.375rem) / 59.375);
        }
    }

    @supports (
        padding-top: clamp(3.5rem, 2.6789473684rem + 3.3684210526vw, 5.5rem)
    ) {
        .services {
            padding-top: clamp(
                3.5rem,
                2.6789473684rem + 3.3684210526vw,
                5.5rem
            );
        }
    }

    @supports not (
        padding-top: clamp(3.5rem, 2.6789473684rem + 3.3684210526vw, 5.5rem)
    ) {
        .services {
            padding-top: calc(3.5rem + 2 * (100vw - 24.375rem) / 59.375);
        }
    }

    @supports (
        padding-top: clamp(3.5rem, 2.6789473684rem + 3.3684210526vw, 5.5rem)
    ) {
        .faq {
            padding-top: clamp(
                3.5rem,
                2.6789473684rem + 3.3684210526vw,
                5.5rem
            );
        }
    }

    @supports not (
        padding-top: clamp(3.5rem, 2.6789473684rem + 3.3684210526vw, 5.5rem)
    ) {
        .faq {
            padding-top: calc(3.5rem + 2 * (100vw - 24.375rem) / 59.375);
        }
    }

    @supports (
        padding-top: clamp(3.5rem, 2.6789473684rem + 3.3684210526vw, 5.5rem)
    ) {
        .about-us {
            padding-top: clamp(
                3.5rem,
                2.6789473684rem + 3.3684210526vw,
                5.5rem
            );
        }
    }

    @supports not (
        padding-top: clamp(3.5rem, 2.6789473684rem + 3.3684210526vw, 5.5rem)
    ) {
        .about-us {
            padding-top: calc(3.5rem + 2 * (100vw - 24.375rem) / 59.375);
        }
    }

    @supports (
        padding-top: clamp(3.5rem, 2.6789473684rem + 3.3684210526vw, 5.5rem)
    ) {
        .terms {
            padding-top: clamp(
                3.5rem,
                2.6789473684rem + 3.3684210526vw,
                5.5rem
            );
        }
    }

    @supports not (
        padding-top: clamp(3.5rem, 2.6789473684rem + 3.3684210526vw, 5.5rem)
    ) {
        .terms {
            padding-top: calc(3.5rem + 2 * (100vw - 24.375rem) / 59.375);
        }
    }

    @supports (
        padding-top: clamp(3.5rem, 2.6789473684rem + 3.3684210526vw, 5.5rem)
    ) {
        .policy {
            padding-top: clamp(
                3.5rem,
                2.6789473684rem + 3.3684210526vw,
                5.5rem
            );
        }
    }

    @supports not (
        padding-top: clamp(3.5rem, 2.6789473684rem + 3.3684210526vw, 5.5rem)
    ) {
        .policy {
            padding-top: calc(3.5rem + 2 * (100vw - 24.375rem) / 59.375);
        }
    }

    @supports (
        padding-top: clamp(3.5rem, 2.6789473684rem + 3.3684210526vw, 5.5rem)
    ) {
        .partners {
            padding-top: clamp(
                3.5rem,
                2.6789473684rem + 3.3684210526vw,
                5.5rem
            );
        }
    }

    @supports not (
        padding-top: clamp(3.5rem, 2.6789473684rem + 3.3684210526vw, 5.5rem)
    ) {
        .partners {
            padding-top: calc(3.5rem + 2 * (100vw - 24.375rem) / 59.375);
        }
    }

    @supports (
        padding-top: clamp(3.5rem, 2.6789473684rem + 3.3684210526vw, 5.5rem)
    ) {
        .testimonials {
            padding-top: clamp(
                3.5rem,
                2.6789473684rem + 3.3684210526vw,
                5.5rem
            );
        }
    }

    @supports not (
        padding-top: clamp(3.5rem, 2.6789473684rem + 3.3684210526vw, 5.5rem)
    ) {
        .testimonials {
            padding-top: calc(3.5rem + 2 * (100vw - 24.375rem) / 59.375);
        }
    }
}

@media (min-width: 47.99875em) and (max-width: 85.25em) {
    @supports (
        min-height: clamp(3.5rem, 0.9229723835rem + 5.3689473508vw, 5.5rem)
    ) {
        .header {
            min-height: clamp(3.5rem, 0.9229723835rem + 5.3689473508vw, 5.5rem);
        }
    }

    @supports not (
        min-height: clamp(3.5rem, 0.9229723835rem + 5.3689473508vw, 5.5rem)
    ) {
        .header {
            min-height: calc(3.5rem + 2 * (100vw - 47.99875rem) / 37.25125);
        }
    }
}

@media (min-width: 47.99875em) and (max-width: 8.125em) {
    @supports (
        font-size: clamp(0.875rem, 1.3264130537rem + -0.9404683532vw, 1.25rem)
    ) {
        .nav__whatsapp {
            font-size: clamp(
                0.875rem,
                1.3264130537rem + -0.9404683532vw,
                1.25rem
            );
        }
    }

    @supports not (
        font-size: clamp(0.875rem, 1.3264130537rem + -0.9404683532vw, 1.25rem)
    ) {
        .nav__whatsapp {
            font-size: calc(
                0.875rem + 0.375 * (100vw - 47.99875rem) / -39.87375
            );
        }
    }

    @supports (
        font-size: clamp(0.875rem, 1.3264130537rem + -0.9404683532vw, 1.25rem)
    ) {
        .nav__telegram {
            font-size: clamp(
                0.875rem,
                1.3264130537rem + -0.9404683532vw,
                1.25rem
            );
        }
    }

    @supports not (
        font-size: clamp(0.875rem, 1.3264130537rem + -0.9404683532vw, 1.25rem)
    ) {
        .nav__telegram {
            font-size: calc(
                0.875rem + 0.375 * (100vw - 47.99875rem) / -39.87375
            );
        }
    }

    @supports (
        font-size: clamp(0.875rem, 1.3264130537rem + -0.9404683532vw, 1.25rem)
    ) {
        .nav__button {
            font-size: clamp(
                0.875rem,
                1.3264130537rem + -0.9404683532vw,
                1.25rem
            );
        }
    }

    @supports not (
        font-size: clamp(0.875rem, 1.3264130537rem + -0.9404683532vw, 1.25rem)
    ) {
        .nav__button {
            font-size: calc(
                0.875rem + 0.375 * (100vw - 47.99875rem) / -39.87375
            );
        }
    }
}

@media (min-width: 47.99875em) and (max-width: 82.5em) {
    @supports (
        padding-bottom:
            clamp(0.75rem, -0.1629866219rem + 1.9021049962vw, 1.40625rem)
    ) {
        .nav__icon {
            padding-bottom: clamp(
                0.75rem,
                -0.1629866219rem + 1.9021049962vw,
                1.40625rem
            );
        }
    }

    @supports not (
        padding-bottom:
            clamp(0.75rem, -0.1629866219rem + 1.9021049962vw, 1.40625rem)
    ) {
        .nav__icon {
            padding-bottom: calc(
                0.75rem + 0.65625 * (100vw - 47.99875rem) / 34.50125
            );
        }
    }

    @supports (
        padding-top:
            clamp(0.75rem, -0.1629866219rem + 1.9021049962vw, 1.40625rem)
    ) {
        .nav__icon {
            padding-top: clamp(
                0.75rem,
                -0.1629866219rem + 1.9021049962vw,
                1.40625rem
            );
        }
    }

    @supports not (
        padding-top:
            clamp(0.75rem, -0.1629866219rem + 1.9021049962vw, 1.40625rem)
    ) {
        .nav__icon {
            padding-top: calc(
                0.75rem + 0.65625 * (100vw - 47.99875rem) / 34.50125
            );
        }
    }

    /* @supports (margin-bottom: clamp( 2rem , 0.9565867179rem  +  2.1738342814vw , 2.75rem )) {
        :not(:last-child) {
            margin-bottom: clamp(2rem, 0.9565867179rem + 2.1738342814vw, 2.75rem);
        }
    } */

    /* @supports not (margin-bottom: clamp( 2rem , 0.9565867179rem  +  2.1738342814vw , 2.75rem )) {
        .hottest__container h2:not(:last-child) {
            margin-bottom: calc(2rem + 0.75 * (100vw - 47.99875rem) / 34.50125);
        }
    } */

    @supports (
        margin-bottom:
            clamp(1.5rem, -0.7607287779rem + 4.7099742763vw, 3.125rem)
    ) {
        .hottest__wrapper:not(:last-child) {
            margin-bottom: clamp(
                1.5rem,
                -0.7607287779rem + 4.7099742763vw,
                3.125rem
            );
        }
    }

    @supports not (
        margin-bottom:
            clamp(1.5rem, -0.7607287779rem + 4.7099742763vw, 3.125rem)
    ) {
        .hottest__wrapper:not(:last-child) {
            margin-bottom: calc(
                1.5rem + 1.625 * (100vw - 47.99875rem) / 34.50125
            );
        }
    }
}

@media (max-width: 767.98px) and (max-width: 389px) and (min-width: 24.3125em) {
    .nav__burger-logo {
        margin-left: 2.75rem;
    }

    .nav__burger-logo {
        margin-right: 2.75rem;
    }
}

@media (max-width: 767.98px) and (max-width: 389px) and (min-width: 21.875em) and (max-width: 24.3125em) {
    @supports (
        margin-left:
            clamp(
                0.0000000625rem,
                -24.6794865561rem + 112.8205102564vw,
                2.75rem
            )
    ) {
        .nav__burger-logo {
            margin-left: clamp(
                0.0000000625rem,
                -24.6794865561rem + 112.8205102564vw,
                2.75rem
            );
        }
    }

    @supports not (
        margin-left:
            clamp(
                0.0000000625rem,
                -24.6794865561rem + 112.8205102564vw,
                2.75rem
            )
    ) {
        .nav__burger-logo {
            margin-left: calc(
                0.0000000625rem + 2.7499999375 * (100vw - 21.875rem) / 2.4375
            );
        }
    }

    @supports (
        margin-right:
            clamp(
                0.0000000625rem,
                -24.6794865561rem + 112.8205102564vw,
                2.75rem
            )
    ) {
        .nav__burger-logo {
            margin-right: clamp(
                0.0000000625rem,
                -24.6794865561rem + 112.8205102564vw,
                2.75rem
            );
        }
    }

    @supports not (
        margin-right:
            clamp(
                0.0000000625rem,
                -24.6794865561rem + 112.8205102564vw,
                2.75rem
            )
    ) {
        .nav__burger-logo {
            margin-right: calc(
                0.0000000625rem + 2.7499999375 * (100vw - 21.875rem) / 2.4375
            );
        }
    }
}

@media (min-width: 29.99875em) and (max-width: 83.75em) {
    @supports (
        padding-top: clamp(4rem, 0.4072100067rem + 11.9764656636vw, 10.4375rem)
    ) {
        .page__hottest {
            padding-top: clamp(
                4rem,
                0.4072100067rem + 11.9764656636vw,
                10.4375rem
            );
        }
    }

    @supports not (
        padding-top: clamp(4rem, 0.4072100067rem + 11.9764656636vw, 10.4375rem)
    ) {
        .page__hottest {
            padding-top: calc(4rem + 6.4375 * (100vw - 29.99875rem) / 53.75125);
        }
    }

    @supports (
        padding-bottom:
            clamp(0.0000000625rem, -1.4650210649rem + 4.8836072417vw, 2.625rem)
    ) {
        .main-faq__spollers {
            padding-bottom: clamp(
                0.0000000625rem,
                -1.4650210649rem + 4.8836072417vw,
                2.625rem
            );
        }
    }

    @supports not (
        padding-bottom:
            clamp(0.0000000625rem, -1.4650210649rem + 4.8836072417vw, 2.625rem)
    ) {
        .main-faq__spollers {
            padding-bottom: calc(
                0.0000000625rem + 2.6249999375 * (100vw - 29.99875rem) /
                    53.75125
            );
        }
    }

    @supports (
        padding-top: clamp(3.5rem, 2.3837934002rem + 3.7208437013vw, 5.5rem)
    ) {
        .yacht-card {
            padding-top: clamp(
                3.5rem,
                2.3837934002rem + 3.7208437013vw,
                5.5rem
            );
        }
    }

    @supports not (
        padding-top: clamp(3.5rem, 2.3837934002rem + 3.7208437013vw, 5.5rem)
    ) {
        .yacht-card {
            padding-top: calc(3.5rem + 2 * (100vw - 29.99875rem) / 53.75125);
        }
    }

    @supports (
        padding-top: clamp(3.5rem, 2.3837934002rem + 3.7208437013vw, 5.5rem)
    ) {
        .serv-new {
            padding-top: clamp(
                3.5rem,
                2.3837934002rem + 3.7208437013vw,
                5.5rem
            );
        }
    }

    @supports not (
        padding-top: clamp(3.5rem, 2.3837934002rem + 3.7208437013vw, 5.5rem)
    ) {
        .serv-new {
            padding-top: calc(3.5rem + 2 * (100vw - 29.99875rem) / 53.75125);
        }
    }
     @supports (
        padding-top: clamp(3.5rem, 2.3837934002rem + 3.7208437013vw, 5.5rem)
    ) {
        .create-account {
            padding-top: clamp(
                3.5rem,
                2.3837934002rem + 3.7208437013vw,
                5.5rem
            );
        }
    }

    @supports not (
        padding-top: clamp(3.5rem, 2.3837934002rem + 3.7208437013vw, 5.5rem)
    ) {
        .create-account {
            padding-top: calc(3.5rem + 2 * (100vw - 29.99875rem) / 53.75125);
        }
    }

    @supports (
        padding-top: clamp(3.5rem, 2.3837934002rem + 3.7208437013vw, 5.5rem)
    ) {
        .blog {
            padding-top: clamp(
                3.5rem,
                2.3837934002rem + 3.7208437013vw,
                5.5rem
            );
        }
    }

    @supports not (
        padding-top: clamp(3.5rem, 2.3837934002rem + 3.7208437013vw, 5.5rem)
    ) {
        .blog {
            padding-top: calc(3.5rem + 2 * (100vw - 29.99875rem) / 53.75125);
        }
    }

    @supports (
        padding-top: clamp(3.5rem, 2.3837934002rem + 3.7208437013vw, 5.5rem)
    ) {
        .blog-item {
            padding-top: clamp(
                3.5rem,
                2.3837934002rem + 3.7208437013vw,
                5.5rem
            );
        }
    }

    @supports not (
        padding-top: clamp(3.5rem, 2.3837934002rem + 3.7208437013vw, 5.5rem)
    ) {
        .blog-item {
            padding-top: calc(3.5rem + 2 * (100vw - 29.99875rem) / 53.75125);
        }
    }

    @supports (
        padding-top: clamp(3.5rem, 2.3837934002rem + 3.7208437013vw, 5.5rem)
    ) {
        .special-offers {
            padding-top: clamp(
                3.5rem,
                2.3837934002rem + 3.7208437013vw,
                5.5rem
            );
        }
    }

    @supports not (
        padding-top: clamp(3.5rem, 2.3837934002rem + 3.7208437013vw, 5.5rem)
    ) {
        .special-offers {
            padding-top: calc(3.5rem + 2 * (100vw - 29.99875rem) / 53.75125);
        }
    }

    @supports (
        padding-top: clamp(3.5rem, 2.3837934002rem + 3.7208437013vw, 5.5rem)
    ) {
        .error {
            padding-top: clamp(
                3.5rem,
                2.3837934002rem + 3.7208437013vw,
                5.5rem
            );
        }
    }

    @supports not (
        padding-top: clamp(3.5rem, 2.3837934002rem + 3.7208437013vw, 5.5rem)
    ) {
        .error {
            padding-top: calc(3.5rem + 2 * (100vw - 29.99875rem) / 53.75125);
        }
    }

    @supports (
        padding-top: clamp(3.5rem, 2.3837934002rem + 3.7208437013vw, 5.5rem)
    ) {
        .result {
            padding-top: clamp(
                3.5rem,
                2.3837934002rem + 3.7208437013vw,
                5.5rem
            );
        }
    }

    @supports not (
        padding-top: clamp(3.5rem, 2.3837934002rem + 3.7208437013vw, 5.5rem)
    ) {
        .result {
            padding-top: calc(3.5rem + 2 * (100vw - 29.99875rem) / 53.75125);
        }
    }

    @supports (
        padding-top: clamp(3.5rem, 2.3837934002rem + 3.7208437013vw, 5.5rem)
    ) {
        .yacht-card-selected {
            padding-top: clamp(
                3.5rem,
                2.3837934002rem + 3.7208437013vw,
                5.5rem
            );
        }
    }

    @supports not (
        padding-top: clamp(3.5rem, 2.3837934002rem + 3.7208437013vw, 5.5rem)
    ) {
        .yacht-card-selected {
            padding-top: calc(3.5rem + 2 * (100vw - 29.99875rem) / 53.75125);
        }
    }

    @supports (
        padding-top: clamp(3.5rem, 2.3837934002rem + 3.7208437013vw, 5.5rem)
    ) {
        .confirmation {
            padding-top: clamp(
                3.5rem,
                2.3837934002rem + 3.7208437013vw,
                5.5rem
            );
        }
    }

    @supports not (
        padding-top: clamp(3.5rem, 2.3837934002rem + 3.7208437013vw, 5.5rem)
    ) {
        .confirmation {
            padding-top: calc(3.5rem + 2 * (100vw - 29.99875rem) / 53.75125);
        }
    }
}

@media (min-width: 991.98px) and (min-width: 61.99875em) and (max-width: 83.75em) {
    @supports (
        width: clamp(56.25rem, 17.9483758117rem + 61.7780587323vw, 69.6875rem)
    ) {
        .main__search {
            width: clamp(
                56.25rem,
                17.9483758117rem + 61.7780587323vw,
                69.6875rem
            );
        }
    }

    @supports not (
        width: clamp(56.25rem, 17.9483758117rem + 61.7780587323vw, 69.6875rem)
    ) {
        .main__search {
            width: calc(56.25rem + 13.4375 * (100vw - 61.99875rem) / 21.75125);
        }
    }

    @supports (
        margin-bottom:
            clamp(1.25rem, -4.0944126774rem + 8.6201942417vw, 3.125rem)
    ) {
        .policies-conf h2:not(:last-child) {
            margin-bottom: clamp(
                1.25rem,
                -4.0944126774rem + 8.6201942417vw,
                3.125rem
            );
        }
    }

    @supports not (
        margin-bottom:
            clamp(1.25rem, -4.0944126774rem + 8.6201942417vw, 3.125rem)
    ) {
        .policies-conf h2:not(:last-child) {
            margin-bottom: calc(
                1.25rem + 1.875 * (100vw - 61.99875rem) / 21.75125
            );
        }
    }

    @supports (
        margin-bottom:
            clamp(1.25rem, -0.5314708925rem + 2.8733980806vw, 1.875rem)
    ) {
        .asked-conf h2:not(:last-child) {
            margin-bottom: clamp(
                1.25rem,
                -0.5314708925rem + 2.8733980806vw,
                1.875rem
            );
        }
    }

    @supports not (
        margin-bottom:
            clamp(1.25rem, -0.5314708925rem + 2.8733980806vw, 1.875rem)
    ) {
        .asked-conf h2:not(:last-child) {
            margin-bottom: calc(
                1.25rem + 0.625 * (100vw - 61.99875rem) / 21.75125
            );
        }
    }
}

@media (min-width: 991.98px) and (max-width: 61.99875em) {
    .main__search {
        width: 56.25rem;
    }

    .policies-conf h2:not(:last-child) {
        margin-bottom: 1.25rem;
    }

    .asked-conf h2:not(:last-child) {
        margin-bottom: 1.25rem;
    }
}

@media (max-width: 389px) and (min-width: 24.3125em) {
    .slide-main__wrapper h1 {
        font-size: 3rem;
    }

    .slide-main__wrapper p {
        font-size: 1.75rem;
    }

    .slide-main__wrapper--second h2 {
        font-size: 3rem;
    }

    .slide-main__wrapper--second p {
        font-size: 1.75rem;
    }

    .search-main h3 {
        font-size: 1.375rem;
    }
}

@media (max-width: 389px) and (min-width: 21.875em) and (max-width: 24.3125em) {
    @supports (
        font-size: clamp(2.25rem, -4.4807692308rem + 30.7692307692vw, 3rem)
    ) {
        .slide-main__wrapper h1 {
            font-size: clamp(2.25rem, -4.4807692308rem + 30.7692307692vw, 3rem);
        }
    }

    @supports not (
        font-size: clamp(2.25rem, -4.4807692308rem + 30.7692307692vw, 3rem)
    ) {
        .slide-main__wrapper h1 {
            font-size: calc(2.25rem + 0.75 * (100vw - 21.875rem) / 2.4375);
        }
    }

    @supports (
        font-size: clamp(1.375rem, -1.9903846154rem + 15.3846153846vw, 1.75rem)
    ) {
        .slide-main__wrapper p {
            font-size: clamp(
                1.375rem,
                -1.9903846154rem + 15.3846153846vw,
                1.75rem
            );
        }
    }

    @supports not (
        font-size: clamp(1.375rem, -1.9903846154rem + 15.3846153846vw, 1.75rem)
    ) {
        .slide-main__wrapper p {
            font-size: calc(1.375rem + 0.375 * (100vw - 21.875rem) / 2.4375);
        }
    }

    @supports (
        font-size: clamp(2.25rem, -4.4807692308rem + 30.7692307692vw, 3rem)
    ) {
        .slide-main__wrapper--second h2 {
            font-size: clamp(2.25rem, -4.4807692308rem + 30.7692307692vw, 3rem);
        }
    }

    @supports not (
        font-size: clamp(2.25rem, -4.4807692308rem + 30.7692307692vw, 3rem)
    ) {
        .slide-main__wrapper--second h2 {
            font-size: calc(2.25rem + 0.75 * (100vw - 21.875rem) / 2.4375);
        }
    }

    @supports (
        font-size: clamp(1.375rem, -1.9903846154rem + 15.3846153846vw, 1.75rem)
    ) {
        .slide-main__wrapper--second p {
            font-size: clamp(
                1.375rem,
                -1.9903846154rem + 15.3846153846vw,
                1.75rem
            );
        }
    }

    @supports not (
        font-size: clamp(1.375rem, -1.9903846154rem + 15.3846153846vw, 1.75rem)
    ) {
        .slide-main__wrapper--second p {
            font-size: calc(1.375rem + 0.375 * (100vw - 21.875rem) / 2.4375);
        }
    }

    @supports (
        font-size: clamp(1rem, -2.3653846154rem + 15.3846153846vw, 1.375rem)
    ) {
        .search-main h3 {
            font-size: clamp(
                1rem,
                -2.3653846154rem + 15.3846153846vw,
                1.375rem
            );
        }
    }

    @supports not (
        font-size: clamp(1rem, -2.3653846154rem + 15.3846153846vw, 1.375rem)
    ) {
        .search-main h3 {
            font-size: calc(1rem + 0.375 * (100vw - 21.875rem) / 2.4375);
        }
    }
}

@media (min-width: 83.75em) and (max-width: 90em) {
    @supports (
        ((-moz-column-gap: clamp(0.625rem, -7.75rem + 10vw, 1.25rem)) or (column-gap: clamp(0.625rem, -7.75rem + 10vw, 1.25rem)))
    ) {
        .trending__wrapper {
            -webkit-column-gap: clamp(0.625rem, -7.75rem + 10vw, 1.25rem);
            -moz-column-gap: clamp(0.625rem, -7.75rem + 10vw, 1.25rem);
            column-gap: clamp(0.625rem, -7.75rem + 10vw, 1.25rem);
        }
    }

    @supports not (
        ((-moz-column-gap: clamp(0.625rem, -7.75rem + 10vw, 1.25rem)) or (column-gap: clamp(0.625rem, -7.75rem + 10vw, 1.25rem)))
    ) {
        .trending__wrapper {
            -webkit-column-gap: calc(
                0.625rem + 0.625 * (100vw - 83.75rem) / 6.25
            );
            -moz-column-gap: calc(0.625rem + 0.625 * (100vw - 83.75rem) / 6.25);
            column-gap: calc(0.625rem + 0.625 * (100vw - 83.75rem) / 6.25);
        }
    }
}

@media (min-width: 82.5em) and (max-width: 83.75em) {
    @supports (row-gap: clamp(1.5rem, -64.5rem + 80vw, 2.5rem)) {
        .trending__wrapper {
            row-gap: clamp(1.5rem, -64.5rem + 80vw, 2.5rem);
        }
    }

    @supports not (row-gap: clamp(1.5rem, -64.5rem + 80vw, 2.5rem)) {
        .trending__wrapper {
            row-gap: calc(1.5rem + 1 * (100vw - 82.5rem) / 1.25);
        }
    }
}

@media (min-width: 47.99875em) and (max-width: 708.75em) {
    @supports (
        padding-right: clamp(1rem, 0.7094292292rem + 0.6053715373vw, 5rem)
    ) {
        .register__wrapper {
            padding-right: clamp(1rem, 0.7094292292rem + 0.6053715373vw, 5rem);
        }
    }

    @supports not (
        padding-right: clamp(1rem, 0.7094292292rem + 0.6053715373vw, 5rem)
    ) {
        .register__wrapper {
            padding-right: calc(1rem + 4 * (100vw - 47.99875rem) / 660.75125);
        }
    }

    @supports (
        padding-left: clamp(1rem, 0.7094292292rem + 0.6053715373vw, 5rem)
    ) {
        .register__wrapper {
            padding-left: clamp(1rem, 0.7094292292rem + 0.6053715373vw, 5rem);
        }
    }

    @supports not (
        padding-left: clamp(1rem, 0.7094292292rem + 0.6053715373vw, 5rem)
    ) {
        .register__wrapper {
            padding-left: calc(1rem + 4 * (100vw - 47.99875rem) / 660.75125);
        }
    }
}

@media (min-width: 56.99875em) and (max-width: 83.75em) {
    @supports (
        font-size: clamp(1.25rem, 0.7173262932rem + 0.9345357694vw, 1.5rem)
    ) {
        .blog-page__content a {
            font-size: clamp(1.25rem, 0.7173262932rem + 0.9345357694vw, 1.5rem);
        }
    }

    @supports not (
        font-size: clamp(1.25rem, 0.7173262932rem + 0.9345357694vw, 1.5rem)
    ) {
        .blog-page__content a {
            font-size: calc(1.25rem + 0.25 * (100vw - 56.99875rem) / 26.75125);
        }
    }
}

@media (min-width: 61.99875em) and (max-width: 77.5em) {
    @supports (
        row-gap: clamp(1.5rem, -2.4995968067rem + 6.4510926538vw, 2.5rem)
    ) {
        .hottest-offers__hottest .hottest__wrapper {
            row-gap: clamp(1.5rem, -2.4995968067rem + 6.4510926538vw, 2.5rem);
        }
    }

    @supports not (
        row-gap: clamp(1.5rem, -2.4995968067rem + 6.4510926538vw, 2.5rem)
    ) {
        .hottest-offers__hottest .hottest__wrapper {
            row-gap: calc(1.5rem + 1 * (100vw - 61.99875rem) / 15.50125);
        }
    }
}

@media (min-width: 61.99875em) and (max-width: 90em) {
    @supports (
        padding-left: clamp(0.75rem, -3.1247488951rem + 6.2497209946vw, 2.5rem)
    ) {
        .yacht-card__aside {
            padding-left: clamp(
                0.75rem,
                -3.1247488951rem + 6.2497209946vw,
                2.5rem
            );
        }
    }

    @supports not (
        padding-left: clamp(0.75rem, -3.1247488951rem + 6.2497209946vw, 2.5rem)
    ) {
        .yacht-card__aside {
            padding-left: calc(
                0.75rem + 1.75 * (100vw - 61.99875rem) / 28.00125
            );
        }
    }

    @supports (
        padding-right:
            clamp(0.75rem, -4.5085877863rem + 8.481764207vw, 3.125rem)
    ) {
        .yacht-card__aside {
            padding-right: clamp(
                0.75rem,
                -4.5085877863rem + 8.481764207vw,
                3.125rem
            );
        }
    }

    @supports not (
        padding-right:
            clamp(0.75rem, -4.5085877863rem + 8.481764207vw, 3.125rem)
    ) {
        .yacht-card__aside {
            padding-right: calc(
                0.75rem + 2.375 * (100vw - 61.99875rem) / 28.00125
            );
        }
    }

    @supports (gap: clamp(1rem, -2.3212133387rem + 5.3569037097vw, 2.5rem)) {
        .body-yacht-card__team-block {
            gap: clamp(1rem, -2.3212133387rem + 5.3569037097vw, 2.5rem);
        }
    }

    @supports not (
        gap: clamp(1rem, -2.3212133387rem + 5.3569037097vw, 2.5rem)
    ) {
        .body-yacht-card__team-block {
            gap: calc(1rem + 1.5 * (100vw - 61.99875rem) / 28.00125);
        }
    }

    @supports (
        gap: clamp(0.3125rem, -0.3794194456rem + 1.1160216062vw, 0.625rem)
    ) {
        .body-yacht-card__crew {
            gap: clamp(0.3125rem, -0.3794194456rem + 1.1160216062vw, 0.625rem);
        }
    }

    @supports not (
        gap: clamp(0.3125rem, -0.3794194456rem + 1.1160216062vw, 0.625rem)
    ) {
        .body-yacht-card__crew {
            gap: calc(0.3125rem + 0.3125 * (100vw - 61.99875rem) / 28.00125);
        }
    }

    @supports (gap: clamp(1rem, -2.3212133387rem + 5.3569037097vw, 2.5rem)) {
        .body-yacht-card__ship-block {
            gap: clamp(1rem, -2.3212133387rem + 5.3569037097vw, 2.5rem);
        }
    }

    @supports not (
        gap: clamp(1rem, -2.3212133387rem + 5.3569037097vw, 2.5rem)
    ) {
        .body-yacht-card__ship-block {
            gap: calc(1rem + 1.5 * (100vw - 61.99875rem) / 28.00125);
        }
    }

    @supports (
        gap: clamp(0.3125rem, -0.3794194456rem + 1.1160216062vw, 0.625rem)
    ) {
        .body-yacht-card__item {
            gap: clamp(0.3125rem, -0.3794194456rem + 1.1160216062vw, 0.625rem);
        }
    }

    @supports not (
        gap: clamp(0.3125rem, -0.3794194456rem + 1.1160216062vw, 0.625rem)
    ) {
        .body-yacht-card__item {
            gap: calc(0.3125rem + 0.3125 * (100vw - 61.99875rem) / 28.00125);
        }
    }

    @supports (
        font-size: clamp(1.25rem, 0.6964644436rem + 0.8928172849vw, 1.5rem)
    ) {
        .body-yacht-card__suitable-block h3 {
            font-size: clamp(1.25rem, 0.6964644436rem + 0.8928172849vw, 1.5rem);
        }
    }

    @supports not (
        font-size: clamp(1.25rem, 0.6964644436rem + 0.8928172849vw, 1.5rem)
    ) {
        .body-yacht-card__suitable-block h3 {
            font-size: calc(1.25rem + 0.25 * (100vw - 61.99875rem) / 28.00125);
        }
    }

    @supports (
        ((-moz-column-gap: clamp(1rem, -2.3212133387rem + 5.3569037097vw, 2.5rem)) or (column-gap: clamp(1rem, -2.3212133387rem + 5.3569037097vw, 2.5rem)))
    ) {
        .body-yacht-card__suitable-block ul {
            -webkit-column-gap: clamp(
                1rem,
                -2.3212133387rem + 5.3569037097vw,
                2.5rem
            );
            -moz-column-gap: clamp(
                1rem,
                -2.3212133387rem + 5.3569037097vw,
                2.5rem
            );
            column-gap: clamp(1rem, -2.3212133387rem + 5.3569037097vw, 2.5rem);
        }
    }

    @supports not (
        ((-moz-column-gap: clamp(1rem, -2.3212133387rem + 5.3569037097vw, 2.5rem)) or (column-gap: clamp(1rem, -2.3212133387rem + 5.3569037097vw, 2.5rem)))
    ) {
        .body-yacht-card__suitable-block ul {
            -webkit-column-gap: calc(
                1rem + 1.5 * (100vw - 61.99875rem) / 28.00125
            );
            -moz-column-gap: calc(
                1rem + 1.5 * (100vw - 61.99875rem) / 28.00125
            );
            column-gap: calc(1rem + 1.5 * (100vw - 61.99875rem) / 28.00125);
        }
    }

    @supports (
        font-size: clamp(0.875rem, 0.5982322218rem + 0.4464086425vw, 1rem)
    ) {
        .body-yacht-card__suitable-block ul li {
            font-size: clamp(0.875rem, 0.5982322218rem + 0.4464086425vw, 1rem);
        }
    }

    @supports not (
        font-size: clamp(0.875rem, 0.5982322218rem + 0.4464086425vw, 1rem)
    ) {
        .body-yacht-card__suitable-block ul li {
            font-size: calc(
                0.875rem + 0.125 * (100vw - 61.99875rem) / 28.00125
            );
        }
    }

    @supports (
        ((-moz-column-gap: clamp(1.25rem, -7.0530333467rem + 13.3922592741vw, 5rem)) or (column-gap: clamp(1.25rem, -7.0530333467rem + 13.3922592741vw, 5rem)))
    ) {
        .body-yacht-card__technical-block ul {
            -webkit-column-gap: clamp(
                1.25rem,
                -7.0530333467rem + 13.3922592741vw,
                5rem
            );
            -moz-column-gap: clamp(
                1.25rem,
                -7.0530333467rem + 13.3922592741vw,
                5rem
            );
            column-gap: clamp(
                1.25rem,
                -7.0530333467rem + 13.3922592741vw,
                5rem
            );
        }
    }

    @supports not (
        ((-moz-column-gap: clamp(1.25rem, -7.0530333467rem + 13.3922592741vw, 5rem)) or (column-gap: clamp(1.25rem, -7.0530333467rem + 13.3922592741vw, 5rem)))
    ) {
        .body-yacht-card__technical-block ul {
            -webkit-column-gap: calc(
                1.25rem + 3.75 * (100vw - 61.99875rem) / 28.00125
            );
            -moz-column-gap: calc(
                1.25rem + 3.75 * (100vw - 61.99875rem) / 28.00125
            );
            column-gap: calc(1.25rem + 3.75 * (100vw - 61.99875rem) / 28.00125);
        }
    }

    @supports (
        row-gap: clamp(1rem, 0.4464644436rem + 0.8928172849vw, 1.25rem)
    ) {
        .body-yacht-card__technical-block ul {
            row-gap: clamp(1rem, 0.4464644436rem + 0.8928172849vw, 1.25rem);
        }
    }

    @supports not (
        row-gap: clamp(1rem, 0.4464644436rem + 0.8928172849vw, 1.25rem)
    ) {
        .body-yacht-card__technical-block ul {
            row-gap: calc(1rem + 0.25 * (100vw - 61.99875rem) / 28.00125);
        }
    }

    @supports (
        ((-moz-column-gap: clamp(
                        0.625rem,
                        -2.8345972278rem + 5.5801080309vw,
                        2.1875rem
                    )) or (column-gap: clamp(
                        0.625rem,
                        -2.8345972278rem + 5.5801080309vw,
                        2.1875rem
                    )))
    ) {
        .body-yacht-card__technical-block ul li {
            -webkit-column-gap: clamp(
                0.625rem,
                -2.8345972278rem + 5.5801080309vw,
                2.1875rem
            );
            -moz-column-gap: clamp(
                0.625rem,
                -2.8345972278rem + 5.5801080309vw,
                2.1875rem
            );
            column-gap: clamp(
                0.625rem,
                -2.8345972278rem + 5.5801080309vw,
                2.1875rem
            );
        }
    }

    @supports not (
        ((-moz-column-gap: clamp(
                        0.625rem,
                        -2.8345972278rem + 5.5801080309vw,
                        2.1875rem
                    )) or (column-gap: clamp(
                        0.625rem,
                        -2.8345972278rem + 5.5801080309vw,
                        2.1875rem
                    )))
    ) {
        .body-yacht-card__technical-block ul li {
            -webkit-column-gap: calc(
                0.625rem + 1.5625 * (100vw - 61.99875rem) / 28.00125
            );
            -moz-column-gap: calc(
                0.625rem + 1.5625 * (100vw - 61.99875rem) / 28.00125
            );
            column-gap: calc(
                0.625rem + 1.5625 * (100vw - 61.99875rem) / 28.00125
            );
        }
    }

    @supports (
        font-size: clamp(0.875rem, 0.5982322218rem + 0.4464086425vw, 1rem)
    ) {
        .body-yacht-card__technical-block ul li p {
            font-size: clamp(0.875rem, 0.5982322218rem + 0.4464086425vw, 1rem);
        }
    }

    @supports not (
        font-size: clamp(0.875rem, 0.5982322218rem + 0.4464086425vw, 1rem)
    ) {
        .body-yacht-card__technical-block ul li p {
            font-size: calc(
                0.875rem + 0.125 * (100vw - 61.99875rem) / 28.00125
            );
        }
    }

    @supports (
        font-size: clamp(0.875rem, 0.5982322218rem + 0.4464086425vw, 1rem)
    ) {
        .body-yacht-card__technical-block ul li span {
            font-size: clamp(0.875rem, 0.5982322218rem + 0.4464086425vw, 1rem);
        }
    }

    @supports not (
        font-size: clamp(0.875rem, 0.5982322218rem + 0.4464086425vw, 1rem)
    ) {
        .body-yacht-card__technical-block ul li span {
            font-size: calc(
                0.875rem + 0.125 * (100vw - 61.99875rem) / 28.00125
            );
        }
    }

    @supports (
        ((-moz-column-gap: clamp(1rem, -2.3212133387rem + 5.3569037097vw, 2.5rem)) or (column-gap: clamp(1rem, -2.3212133387rem + 5.3569037097vw, 2.5rem)))
    ) {
        .body-yacht-card__included-block ul {
            -webkit-column-gap: clamp(
                1rem,
                -2.3212133387rem + 5.3569037097vw,
                2.5rem
            );
            -moz-column-gap: clamp(
                1rem,
                -2.3212133387rem + 5.3569037097vw,
                2.5rem
            );
            column-gap: clamp(1rem, -2.3212133387rem + 5.3569037097vw, 2.5rem);
        }
    }

    @supports not (
        ((-moz-column-gap: clamp(1rem, -2.3212133387rem + 5.3569037097vw, 2.5rem)) or (column-gap: clamp(1rem, -2.3212133387rem + 5.3569037097vw, 2.5rem)))
    ) {
        .body-yacht-card__included-block ul {
            -webkit-column-gap: calc(
                1rem + 1.5 * (100vw - 61.99875rem) / 28.00125
            );
            -moz-column-gap: calc(
                1rem + 1.5 * (100vw - 61.99875rem) / 28.00125
            );
            column-gap: calc(1rem + 1.5 * (100vw - 61.99875rem) / 28.00125);
        }
    }

    @supports (
        font-size: clamp(0.875rem, 0.5982322218rem + 0.4464086425vw, 1rem)
    ) {
        .body-yacht-card__included-block ul li {
            font-size: clamp(0.875rem, 0.5982322218rem + 0.4464086425vw, 1rem);
        }
    }

    @supports not (
        font-size: clamp(0.875rem, 0.5982322218rem + 0.4464086425vw, 1rem)
    ) {
        .body-yacht-card__included-block ul li {
            font-size: calc(
                0.875rem + 0.125 * (100vw - 61.99875rem) / 28.00125
            );
        }
    }

    @supports (
        ((-moz-column-gap: clamp(1rem, -2.3212133387rem + 5.3569037097vw, 2.5rem)) or (column-gap: clamp(1rem, -2.3212133387rem + 5.3569037097vw, 2.5rem)))
    ) {
        .body-yacht-card__drinks-block ul {
            -webkit-column-gap: clamp(
                1rem,
                -2.3212133387rem + 5.3569037097vw,
                2.5rem
            );
            -moz-column-gap: clamp(
                1rem,
                -2.3212133387rem + 5.3569037097vw,
                2.5rem
            );
            column-gap: clamp(1rem, -2.3212133387rem + 5.3569037097vw, 2.5rem);
        }
    }

    @supports not (
        ((-moz-column-gap: clamp(1rem, -2.3212133387rem + 5.3569037097vw, 2.5rem)) or (column-gap: clamp(1rem, -2.3212133387rem + 5.3569037097vw, 2.5rem)))
    ) {
        .body-yacht-card__drinks-block ul {
            -webkit-column-gap: calc(
                1rem + 1.5 * (100vw - 61.99875rem) / 28.00125
            );
            -moz-column-gap: calc(
                1rem + 1.5 * (100vw - 61.99875rem) / 28.00125
            );
            column-gap: calc(1rem + 1.5 * (100vw - 61.99875rem) / 28.00125);
        }
    }

    @supports (
        font-size: clamp(0.875rem, 0.5982322218rem + 0.4464086425vw, 1rem)
    ) {
        .body-yacht-card__drinks-block ul li {
            font-size: clamp(0.875rem, 0.5982322218rem + 0.4464086425vw, 1rem);
        }
    }

    @supports not (
        font-size: clamp(0.875rem, 0.5982322218rem + 0.4464086425vw, 1rem)
    ) {
        .body-yacht-card__drinks-block ul li {
            font-size: calc(
                0.875rem + 0.125 * (100vw - 61.99875rem) / 28.00125
            );
        }
    }

    @supports (
        padding-bottom:
            clamp(1.25rem, -1.5176777822rem + 4.4640864247vw, 2.5rem)
    ) {
        .body-yacht-card__body {
            padding-bottom: clamp(
                1.25rem,
                -1.5176777822rem + 4.4640864247vw,
                2.5rem
            );
        }
    }

    @supports not (
        padding-bottom:
            clamp(1.25rem, -1.5176777822rem + 4.4640864247vw, 2.5rem)
    ) {
        .body-yacht-card__body {
            padding-bottom: calc(
                1.25rem + 1.25 * (100vw - 61.99875rem) / 28.00125
            );
        }
    }

    @supports (
        padding-bottom:
            clamp(1.25rem, -1.5176777822rem + 4.4640864247vw, 2.5rem)
    ) {
        .body-yacht-card__testination {
            padding-bottom: clamp(
                1.25rem,
                -1.5176777822rem + 4.4640864247vw,
                2.5rem
            );
        }
    }

    @supports not (
        padding-bottom:
            clamp(1.25rem, -1.5176777822rem + 4.4640864247vw, 2.5rem)
    ) {
        .body-yacht-card__testination {
            padding-bottom: calc(
                1.25rem + 1.25 * (100vw - 61.99875rem) / 28.00125
            );
        }
    }

    @supports (gap: clamp(1rem, -2.3212133387rem + 5.3569037097vw, 2.5rem)) {
        .aside-yacht-card__team-block {
            gap: clamp(1rem, -2.3212133387rem + 5.3569037097vw, 2.5rem);
        }
    }

    @supports not (
        gap: clamp(1rem, -2.3212133387rem + 5.3569037097vw, 2.5rem)
    ) {
        .aside-yacht-card__team-block {
            gap: calc(1rem + 1.5 * (100vw - 61.99875rem) / 28.00125);
        }
    }

    @supports (
        gap: clamp(0.3125rem, -0.3794194456rem + 1.1160216062vw, 0.625rem)
    ) {
        .aside-yacht-card__crew {
            gap: clamp(0.3125rem, -0.3794194456rem + 1.1160216062vw, 0.625rem);
        }
    }

    @supports not (
        gap: clamp(0.3125rem, -0.3794194456rem + 1.1160216062vw, 0.625rem)
    ) {
        .aside-yacht-card__crew {
            gap: calc(0.3125rem + 0.3125 * (100vw - 61.99875rem) / 28.00125);
        }
    }

    @supports (gap: clamp(1rem, -2.3212133387rem + 5.3569037097vw, 2.5rem)) {
        .aside-yacht-card__ship-block {
            gap: clamp(1rem, -2.3212133387rem + 5.3569037097vw, 2.5rem);
        }
    }

    @supports not (
        gap: clamp(1rem, -2.3212133387rem + 5.3569037097vw, 2.5rem)
    ) {
        .aside-yacht-card__ship-block {
            gap: calc(1rem + 1.5 * (100vw - 61.99875rem) / 28.00125);
        }
    }

    @supports (
        gap: clamp(0.3125rem, -0.3794194456rem + 1.1160216062vw, 0.625rem)
    ) {
        .aside-yacht-card__item {
            gap: clamp(0.3125rem, -0.3794194456rem + 1.1160216062vw, 0.625rem);
        }
    }

    @supports not (
        gap: clamp(0.3125rem, -0.3794194456rem + 1.1160216062vw, 0.625rem)
    ) {
        .aside-yacht-card__item {
            gap: calc(0.3125rem + 0.3125 * (100vw - 61.99875rem) / 28.00125);
        }
    }
}

@media (min-width: 47.99875em) and (max-width: 90em) {
    @supports (
        padding-top: clamp(1rem, 0.0000558019rem + 2.0832713312vw, 1.875rem)
    ) {
        .body-yacht-card__about-ship {
            padding-top: clamp(
                1rem,
                0.0000558019rem + 2.0832713312vw,
                1.875rem
            );
        }
    }

    @supports not (
        padding-top: clamp(1rem, 0.0000558019rem + 2.0832713312vw, 1.875rem)
    ) {
        .body-yacht-card__about-ship {
            padding-top: calc(1rem + 0.875 * (100vw - 47.99875rem) / 42.00125);
        }
    }

    @supports (
        padding-bottom: clamp(2.625rem, -0.089134252rem + 5.6545936133vw, 5rem)
    ) {
        .body-yacht-card__about-ship {
            padding-bottom: clamp(
                2.625rem,
                -0.089134252rem + 5.6545936133vw,
                5rem
            );
        }
    }

    @supports not (
        padding-bottom: clamp(2.625rem, -0.089134252rem + 5.6545936133vw, 5rem)
    ) {
        .body-yacht-card__about-ship {
            padding-bottom: calc(
                2.625rem + 2.375 * (100vw - 47.99875rem) / 42.00125
            );
        }
    }

    @supports (
        padding-left:
            clamp(1.25rem, -4.4639668462rem + 11.9044076069vw, 6.25rem)
    ) {
        .body-yacht-card__wrapper {
            padding-left: clamp(
                1.25rem,
                -4.4639668462rem + 11.9044076069vw,
                6.25rem
            );
        }
    }

    @supports not (
        padding-left:
            clamp(1.25rem, -4.4639668462rem + 11.9044076069vw, 6.25rem)
    ) {
        .body-yacht-card__wrapper {
            padding-left: calc(1.25rem + 5 * (100vw - 47.99875rem) / 42.00125);
        }
    }

    @supports (
        padding-right: clamp(1.25rem, -0.1784917116rem + 2.9761019017vw, 2.5rem)
    ) {
        .body-yacht-card__wrapper {
            padding-right: clamp(
                1.25rem,
                -0.1784917116rem + 2.9761019017vw,
                2.5rem
            );
        }
    }

    @supports not (
        padding-right: clamp(1.25rem, -0.1784917116rem + 2.9761019017vw, 2.5rem)
    ) {
        .body-yacht-card__wrapper {
            padding-right: calc(
                1.25rem + 1.25 * (100vw - 47.99875rem) / 42.00125
            );
        }
    }

    @supports (
        padding-left:
            clamp(1.25rem, -1.1784359096rem + 5.0593732329vw, 3.375rem)
    ) {
        .body-yacht-card__team {
            padding-left: clamp(
                1.25rem,
                -1.1784359096rem + 5.0593732329vw,
                3.375rem
            );
        }
    }

    @supports not (
        padding-left:
            clamp(1.25rem, -1.1784359096rem + 5.0593732329vw, 3.375rem)
    ) {
        .body-yacht-card__team {
            padding-left: calc(
                1.25rem + 2.125 * (100vw - 47.99875rem) / 42.00125
            );
        }
    }

    @supports (
        padding-right: clamp(1.25rem, -0.1784917116rem + 2.9761019017vw, 2.5rem)
    ) {
        .body-yacht-card__team {
            padding-right: clamp(
                1.25rem,
                -0.1784917116rem + 2.9761019017vw,
                2.5rem
            );
        }
    }

    @supports not (
        padding-right: clamp(1.25rem, -0.1784917116rem + 2.9761019017vw, 2.5rem)
    ) {
        .body-yacht-card__team {
            padding-right: calc(
                1.25rem + 1.25 * (100vw - 47.99875rem) / 42.00125
            );
        }
    }

    @supports (
        padding-left:
            clamp(1.25rem, -1.1784359096rem + 5.0593732329vw, 3.375rem)
    ) {
        .body-yacht-card__ship-info {
            padding-left: clamp(
                1.25rem,
                -1.1784359096rem + 5.0593732329vw,
                3.375rem
            );
        }
    }

    @supports not (
        padding-left:
            clamp(1.25rem, -1.1784359096rem + 5.0593732329vw, 3.375rem)
    ) {
        .body-yacht-card__ship-info {
            padding-left: calc(
                1.25rem + 2.125 * (100vw - 47.99875rem) / 42.00125
            );
        }
    }

    @supports (
        padding-right: clamp(1.25rem, -0.1784917116rem + 2.9761019017vw, 2.5rem)
    ) {
        .body-yacht-card__ship-info {
            padding-right: clamp(
                1.25rem,
                -0.1784917116rem + 2.9761019017vw,
                2.5rem
            );
        }
    }

    @supports not (
        padding-right: clamp(1.25rem, -0.1784917116rem + 2.9761019017vw, 2.5rem)
    ) {
        .body-yacht-card__ship-info {
            padding-right: calc(
                1.25rem + 1.25 * (100vw - 47.99875rem) / 42.00125
            );
        }
    }

    @supports (
        padding-left:
            clamp(1.25rem, -0.8927375673rem + 4.4641528526vw, 3.125rem)
    ) {
        .body-yacht-card__suitable {
            padding-left: clamp(
                1.25rem,
                -0.8927375673rem + 4.4641528526vw,
                3.125rem
            );
        }
    }

    @supports not (
        padding-left:
            clamp(1.25rem, -0.8927375673rem + 4.4641528526vw, 3.125rem)
    ) {
        .body-yacht-card__suitable {
            padding-left: calc(
                1.25rem + 1.875 * (100vw - 47.99875rem) / 42.00125
            );
        }
    }

    @supports (
        margin-right:
            clamp(0.0000000625rem, -1.4284915776rem + 2.9761017529vw, 1.25rem)
    ) {
        .body-yacht-card__suitable {
            margin-right: clamp(
                0.0000000625rem,
                -1.4284915776rem + 2.9761017529vw,
                1.25rem
            );
        }
    }

    @supports not (
        margin-right:
            clamp(0.0000000625rem, -1.4284915776rem + 2.9761017529vw, 1.25rem)
    ) {
        .body-yacht-card__suitable {
            margin-right: calc(
                0.0000000625rem + 1.2499999375 * (100vw - 47.99875rem) /
                    42.00125
            );
        }
    }

    @supports (
        padding-top: clamp(1.5rem, -0.357039225rem + 3.8689324722vw, 3.125rem)
    ) {
        .body-yacht-card__suitable-block {
            padding-top: clamp(
                1.5rem,
                -0.357039225rem + 3.8689324722vw,
                3.125rem
            );
        }
    }

    @supports not (
        padding-top: clamp(1.5rem, -0.357039225rem + 3.8689324722vw, 3.125rem)
    ) {
        .body-yacht-card__suitable-block {
            padding-top: calc(
                1.5rem + 1.625 * (100vw - 47.99875rem) / 42.00125
            );
        }
    }

    @supports (
        padding-bottom: clamp(1.5rem, 0.3572066308rem + 2.3808815214vw, 2.5rem)
    ) {
        .body-yacht-card__suitable-block {
            padding-bottom: clamp(
                1.5rem,
                0.3572066308rem + 2.3808815214vw,
                2.5rem
            );
        }
    }

    @supports not (
        padding-bottom: clamp(1.5rem, 0.3572066308rem + 2.3808815214vw, 2.5rem)
    ) {
        .body-yacht-card__suitable-block {
            padding-bottom: calc(1.5rem + 1 * (100vw - 47.99875rem) / 42.00125);
        }
    }

    @supports (
        margin-bottom: clamp(1rem, 0.0000558019rem + 2.0832713312vw, 1.875rem)
    ) {
        .body-yacht-card__suitable-block h3:not(:last-child) {
            margin-bottom: clamp(
                1rem,
                0.0000558019rem + 2.0832713312vw,
                1.875rem
            );
        }
    }

    @supports not (
        margin-bottom: clamp(1rem, 0.0000558019rem + 2.0832713312vw, 1.875rem)
    ) {
        .body-yacht-card__suitable-block h3:not(:last-child) {
            margin-bottom: calc(
                1rem + 0.875 * (100vw - 47.99875rem) / 42.00125
            );
        }
    }

    @supports (
        row-gap: clamp(0.5rem, -0.3570950269rem + 1.785661141vw, 1.25rem)
    ) {
        .body-yacht-card__suitable-block ul {
            row-gap: clamp(0.5rem, -0.3570950269rem + 1.785661141vw, 1.25rem);
        }
    }

    @supports not (
        row-gap: clamp(0.5rem, -0.3570950269rem + 1.785661141vw, 1.25rem)
    ) {
        .body-yacht-card__suitable-block ul {
            row-gap: calc(0.5rem + 0.75 * (100vw - 47.99875rem) / 42.00125);
        }
    }

    @supports (
        padding-left:
            clamp(1.25rem, -0.8927375673rem + 4.4641528526vw, 3.125rem)
    ) {
        .body-yacht-card__technical-info {
            padding-left: clamp(
                1.25rem,
                -0.8927375673rem + 4.4641528526vw,
                3.125rem
            );
        }
    }

    @supports not (
        padding-left:
            clamp(1.25rem, -0.8927375673rem + 4.4641528526vw, 3.125rem)
    ) {
        .body-yacht-card__technical-info {
            padding-left: calc(
                1.25rem + 1.875 * (100vw - 47.99875rem) / 42.00125
            );
        }
    }

    @supports (
        margin-right:
            clamp(0.0000000625rem, -1.4284915776rem + 2.9761017529vw, 1.25rem)
    ) {
        .body-yacht-card__technical-info {
            margin-right: clamp(
                0.0000000625rem,
                -1.4284915776rem + 2.9761017529vw,
                1.25rem
            );
        }
    }

    @supports not (
        margin-right:
            clamp(0.0000000625rem, -1.4284915776rem + 2.9761017529vw, 1.25rem)
    ) {
        .body-yacht-card__technical-info {
            margin-right: calc(
                0.0000000625rem + 1.2499999375 * (100vw - 47.99875rem) /
                    42.00125
            );
        }
    }

    @supports (
        padding-top: clamp(1.5rem, -0.357039225rem + 3.8689324722vw, 3.125rem)
    ) {
        .body-yacht-card__technical-block {
            padding-top: clamp(
                1.5rem,
                -0.357039225rem + 3.8689324722vw,
                3.125rem
            );
        }
    }

    @supports not (
        padding-top: clamp(1.5rem, -0.357039225rem + 3.8689324722vw, 3.125rem)
    ) {
        .body-yacht-card__technical-block {
            padding-top: calc(
                1.5rem + 1.625 * (100vw - 47.99875rem) / 42.00125
            );
        }
    }

    @supports (
        padding-bottom: clamp(1.5rem, 0.3572066308rem + 2.3808815214vw, 2.5rem)
    ) {
        .body-yacht-card__technical-block {
            padding-bottom: clamp(
                1.5rem,
                0.3572066308rem + 2.3808815214vw,
                2.5rem
            );
        }
    }

    @supports not (
        padding-bottom: clamp(1.5rem, 0.3572066308rem + 2.3808815214vw, 2.5rem)
    ) {
        .body-yacht-card__technical-block {
            padding-bottom: calc(1.5rem + 1 * (100vw - 47.99875rem) / 42.00125);
        }
    }

    @supports (
        font-size: clamp(1.25rem, 0.9643016577rem + 0.5952203803vw, 1.5rem)
    ) {
        .body-yacht-card__technical-block h3 {
            font-size: clamp(1.25rem, 0.9643016577rem + 0.5952203803vw, 1.5rem);
        }
    }

    @supports not (
        font-size: clamp(1.25rem, 0.9643016577rem + 0.5952203803vw, 1.5rem)
    ) {
        .body-yacht-card__technical-block h3 {
            font-size: calc(1.25rem + 0.25 * (100vw - 47.99875rem) / 42.00125);
        }
    }

    @supports (
        margin-bottom: clamp(1rem, 0.0000558019rem + 2.0832713312vw, 1.875rem)
    ) {
        .body-yacht-card__technical-block h3:not(:last-child) {
            margin-bottom: clamp(
                1rem,
                0.0000558019rem + 2.0832713312vw,
                1.875rem
            );
        }
    }

    @supports not (
        margin-bottom: clamp(1rem, 0.0000558019rem + 2.0832713312vw, 1.875rem)
    ) {
        .body-yacht-card__technical-block h3:not(:last-child) {
            margin-bottom: calc(
                1rem + 0.875 * (100vw - 47.99875rem) / 42.00125
            );
        }
    }

    @supports (
        padding-left:
            clamp(1.25rem, -0.8927375673rem + 4.4641528526vw, 3.125rem)
    ) {
        .body-yacht-card__included {
            padding-left: clamp(
                1.25rem,
                -0.8927375673rem + 4.4641528526vw,
                3.125rem
            );
        }
    }

    @supports not (
        padding-left:
            clamp(1.25rem, -0.8927375673rem + 4.4641528526vw, 3.125rem)
    ) {
        .body-yacht-card__included {
            padding-left: calc(
                1.25rem + 1.875 * (100vw - 47.99875rem) / 42.00125
            );
        }
    }

    @supports (
        margin-right:
            clamp(0.0000000625rem, -1.4284915776rem + 2.9761017529vw, 1.25rem)
    ) {
        .body-yacht-card__included {
            margin-right: clamp(
                0.0000000625rem,
                -1.4284915776rem + 2.9761017529vw,
                1.25rem
            );
        }
    }

    @supports not (
        margin-right:
            clamp(0.0000000625rem, -1.4284915776rem + 2.9761017529vw, 1.25rem)
    ) {
        .body-yacht-card__included {
            margin-right: calc(
                0.0000000625rem + 1.2499999375 * (100vw - 47.99875rem) /
                    42.00125
            );
        }
    }

    @supports (
        padding-top: clamp(1.5rem, -0.357039225rem + 3.8689324722vw, 3.125rem)
    ) {
        .body-yacht-card__included-block {
            padding-top: clamp(
                1.5rem,
                -0.357039225rem + 3.8689324722vw,
                3.125rem
            );
        }
    }

    @supports not (
        padding-top: clamp(1.5rem, -0.357039225rem + 3.8689324722vw, 3.125rem)
    ) {
        .body-yacht-card__included-block {
            padding-top: calc(
                1.5rem + 1.625 * (100vw - 47.99875rem) / 42.00125
            );
        }
    }

    @supports (
        padding-bottom: clamp(1.5rem, 0.3572066308rem + 2.3808815214vw, 2.5rem)
    ) {
        .body-yacht-card__included-block {
            padding-bottom: clamp(
                1.5rem,
                0.3572066308rem + 2.3808815214vw,
                2.5rem
            );
        }
    }

    @supports not (
        padding-bottom: clamp(1.5rem, 0.3572066308rem + 2.3808815214vw, 2.5rem)
    ) {
        .body-yacht-card__included-block {
            padding-bottom: calc(1.5rem + 1 * (100vw - 47.99875rem) / 42.00125);
        }
    }

    @supports (
        font-size: clamp(1.25rem, 0.9643016577rem + 0.5952203803vw, 1.5rem)
    ) {
        .body-yacht-card__included-block h3 {
            font-size: clamp(1.25rem, 0.9643016577rem + 0.5952203803vw, 1.5rem);
        }
    }

    @supports not (
        font-size: clamp(1.25rem, 0.9643016577rem + 0.5952203803vw, 1.5rem)
    ) {
        .body-yacht-card__included-block h3 {
            font-size: calc(1.25rem + 0.25 * (100vw - 47.99875rem) / 42.00125);
        }
    }

    @supports (
        margin-bottom: clamp(1rem, 0.0000558019rem + 2.0832713312vw, 1.875rem)
    ) {
        .body-yacht-card__included-block h3:not(:last-child) {
            margin-bottom: clamp(
                1rem,
                0.0000558019rem + 2.0832713312vw,
                1.875rem
            );
        }
    }

    @supports not (
        margin-bottom: clamp(1rem, 0.0000558019rem + 2.0832713312vw, 1.875rem)
    ) {
        .body-yacht-card__included-block h3:not(:last-child) {
            margin-bottom: calc(
                1rem + 0.875 * (100vw - 47.99875rem) / 42.00125
            );
        }
    }

    @supports (
        row-gap: clamp(0.5rem, -0.3570950269rem + 1.785661141vw, 1.25rem)
    ) {
        .body-yacht-card__included-block ul {
            row-gap: clamp(0.5rem, -0.3570950269rem + 1.785661141vw, 1.25rem);
        }
    }

    @supports not (
        row-gap: clamp(0.5rem, -0.3570950269rem + 1.785661141vw, 1.25rem)
    ) {
        .body-yacht-card__included-block ul {
            row-gap: calc(0.5rem + 0.75 * (100vw - 47.99875rem) / 42.00125);
        }
    }

    @supports (
        padding-left:
            clamp(1.25rem, -0.8927375673rem + 4.4641528526vw, 3.125rem)
    ) {
        .body-yacht-card__drinks {
            padding-left: clamp(
                1.25rem,
                -0.8927375673rem + 4.4641528526vw,
                3.125rem
            );
        }
    }

    @supports not (
        padding-left:
            clamp(1.25rem, -0.8927375673rem + 4.4641528526vw, 3.125rem)
    ) {
        .body-yacht-card__drinks {
            padding-left: calc(
                1.25rem + 1.875 * (100vw - 47.99875rem) / 42.00125
            );
        }
    }

    @supports (
        margin-right:
            clamp(0.0000000625rem, -1.4284915776rem + 2.9761017529vw, 1.25rem)
    ) {
        .body-yacht-card__drinks {
            margin-right: clamp(
                0.0000000625rem,
                -1.4284915776rem + 2.9761017529vw,
                1.25rem
            );
        }
    }

    @supports not (
        margin-right:
            clamp(0.0000000625rem, -1.4284915776rem + 2.9761017529vw, 1.25rem)
    ) {
        .body-yacht-card__drinks {
            margin-right: calc(
                0.0000000625rem + 1.2499999375 * (100vw - 47.99875rem) /
                    42.00125
            );
        }
    }

    @supports (
        padding-top: clamp(1.5rem, -0.357039225rem + 3.8689324722vw, 3.125rem)
    ) {
        .body-yacht-card__drinks-block {
            padding-top: clamp(
                1.5rem,
                -0.357039225rem + 3.8689324722vw,
                3.125rem
            );
        }
    }

    @supports not (
        padding-top: clamp(1.5rem, -0.357039225rem + 3.8689324722vw, 3.125rem)
    ) {
        .body-yacht-card__drinks-block {
            padding-top: calc(
                1.5rem + 1.625 * (100vw - 47.99875rem) / 42.00125
            );
        }
    }

    @supports (
        padding-bottom: clamp(1.5rem, 0.3572066308rem + 2.3808815214vw, 2.5rem)
    ) {
        .body-yacht-card__drinks-block {
            padding-bottom: clamp(
                1.5rem,
                0.3572066308rem + 2.3808815214vw,
                2.5rem
            );
        }
    }

    @supports not (
        padding-bottom: clamp(1.5rem, 0.3572066308rem + 2.3808815214vw, 2.5rem)
    ) {
        .body-yacht-card__drinks-block {
            padding-bottom: calc(1.5rem + 1 * (100vw - 47.99875rem) / 42.00125);
        }
    }

    @supports (
        font-size: clamp(1.25rem, 0.9643016577rem + 0.5952203803vw, 1.5rem)
    ) {
        .body-yacht-card__drinks-block h3 {
            font-size: clamp(1.25rem, 0.9643016577rem + 0.5952203803vw, 1.5rem);
        }
    }

    @supports not (
        font-size: clamp(1.25rem, 0.9643016577rem + 0.5952203803vw, 1.5rem)
    ) {
        .body-yacht-card__drinks-block h3 {
            font-size: calc(1.25rem + 0.25 * (100vw - 47.99875rem) / 42.00125);
        }
    }

    @supports (
        margin-bottom: clamp(1rem, 0.0000558019rem + 2.0832713312vw, 1.875rem)
    ) {
        .body-yacht-card__drinks-block h3:not(:last-child) {
            margin-bottom: clamp(
                1rem,
                0.0000558019rem + 2.0832713312vw,
                1.875rem
            );
        }
    }

    @supports not (
        margin-bottom: clamp(1rem, 0.0000558019rem + 2.0832713312vw, 1.875rem)
    ) {
        .body-yacht-card__drinks-block h3:not(:last-child) {
            margin-bottom: calc(
                1rem + 0.875 * (100vw - 47.99875rem) / 42.00125
            );
        }
    }

    @supports (
        row-gap: clamp(0.5rem, -0.3570950269rem + 1.785661141vw, 1.25rem)
    ) {
        .body-yacht-card__drinks-block ul {
            row-gap: clamp(0.5rem, -0.3570950269rem + 1.785661141vw, 1.25rem);
        }
    }

    @supports not (
        row-gap: clamp(0.5rem, -0.3570950269rem + 1.785661141vw, 1.25rem)
    ) {
        .body-yacht-card__drinks-block ul {
            row-gap: calc(0.5rem + 0.75 * (100vw - 47.99875rem) / 42.00125);
        }
    }
}

@media (min-width: 20em) and (max-width: 61.99875em) {
    @supports (
        padding-left: clamp(1.25rem, 0.3571162832rem + 4.4644185839vw, 3.125rem)
    ) {
        .body-yacht-card__title {
            padding-left: clamp(
                1.25rem,
                0.3571162832rem + 4.4644185839vw,
                3.125rem
            );
        }
    }

    @supports not (
        padding-left: clamp(1.25rem, 0.3571162832rem + 4.4644185839vw, 3.125rem)
    ) {
        .body-yacht-card__title {
            padding-left: calc(1.25rem + 1.875 * (100vw - 20rem) / 41.99875);
        }
    }

    @supports (
        margin-right:
            clamp(0.0000000625rem, -0.5952557189rem + 2.9762789071vw, 1.25rem)
    ) {
        .body-yacht-card__body {
            margin-right: clamp(
                0.0000000625rem,
                -0.5952557189rem + 2.9762789071vw,
                1.25rem
            );
        }
    }

    @supports not (
        margin-right:
            clamp(0.0000000625rem, -0.5952557189rem + 2.9762789071vw, 1.25rem)
    ) {
        .body-yacht-card__body {
            margin-right: calc(
                0.0000000625rem + 1.2499999375 * (100vw - 20rem) / 41.99875
            );
        }
    }

    @supports (
        margin-right:
            clamp(0.0000000625rem, -0.5952557189rem + 2.9762789071vw, 1.25rem)
    ) {
        .body-yacht-card__testination {
            margin-right: clamp(
                0.0000000625rem,
                -0.5952557189rem + 2.9762789071vw,
                1.25rem
            );
        }
    }

    @supports not (
        margin-right:
            clamp(0.0000000625rem, -0.5952557189rem + 2.9762789071vw, 1.25rem)
    ) {
        .body-yacht-card__testination {
            margin-right: calc(
                0.0000000625rem + 1.2499999375 * (100vw - 20rem) / 41.99875
            );
        }
    }

    @supports (
        padding-top:
            clamp(3.9375rem, 3.1041418643rem + 4.1667906783vw, 5.6875rem)
    ) {
        .main-result__mobile-filters {
            padding-top: clamp(
                3.9375rem,
                3.1041418643rem + 4.1667906783vw,
                5.6875rem
            );
        }
    }

    @supports not (
        padding-top:
            clamp(3.9375rem, 3.1041418643rem + 4.1667906783vw, 5.6875rem)
    ) {
        .main-result__mobile-filters {
            padding-top: calc(3.9375rem + 1.75 * (100vw - 20rem) / 41.99875);
        }
    }
}

@media (max-width: 767.98px) and (min-width: 83.75em) {
    .body-yacht-card__trending .trending__wrapper-card {
        gap: 2.5rem;
    }
}

@media (max-width: 767.98px) and (min-width: 61.99875em) and (max-width: 83.75em) {
    @supports (gap: clamp(1.5rem, -1.350353428rem + 4.5974369289vw, 2.5rem)) {
        .body-yacht-card__trending .trending__wrapper-card {
            gap: clamp(1.5rem, -1.350353428rem + 4.5974369289vw, 2.5rem);
        }
    }

    @supports not (
        gap: clamp(1.5rem, -1.350353428rem + 4.5974369289vw, 2.5rem)
    ) {
        .body-yacht-card__trending .trending__wrapper-card {
            gap: calc(1.5rem + 1 * (100vw - 61.99875rem) / 21.75125);
        }
    }
}

@media (max-width: 767.98px) and (min-width: 47.99875em) {
    .special__about div {
        padding-bottom: 18.75rem;
    }
}

@media (max-width: 767.98px) and (min-width: 29.99875em) and (max-width: 47.99875em) {
    @supports (
        padding-bottom:
            clamp(9.375rem, -6.2493489583rem + 52.0833333333vw, 18.75rem)
    ) {
        .special__about div {
            padding-bottom: clamp(
                9.375rem,
                -6.2493489583rem + 52.0833333333vw,
                18.75rem
            );
        }
    }

    @supports not (
        padding-bottom:
            clamp(9.375rem, -6.2493489583rem + 52.0833333333vw, 18.75rem)
    ) {
        .special__about div {
            padding-bottom: calc(9.375rem + 9.375 * (100vw - 29.99875rem) / 18);
        }
    }
}

@media (min-width: 68.75em) and (max-width: 83.75em) {
    @supports (font-size: clamp(1.125rem, -0.59375rem + 2.5vw, 1.5rem)) {
        .hero-blog__article-big .hero-blog__body .hero-blog__card-title {
            font-size: clamp(1.125rem, -0.59375rem + 2.5vw, 1.5rem);
        }
    }

    @supports not (font-size: clamp(1.125rem, -0.59375rem + 2.5vw, 1.5rem)) {
        .hero-blog__article-big .hero-blog__body .hero-blog__card-title {
            font-size: calc(1.125rem + 0.375 * (100vw - 68.75rem) / 15);
        }
    }

    @supports (
        padding-right:
            clamp(0.9375rem, -6.2239583333rem + 10.4166666667vw, 2.5rem)
    ) {
        .main-result__search {
            padding-right: clamp(
                0.9375rem,
                -6.2239583333rem + 10.4166666667vw,
                2.5rem
            );
        }
    }

    @supports not (
        padding-right:
            clamp(0.9375rem, -6.2239583333rem + 10.4166666667vw, 2.5rem)
    ) {
        .main-result__search {
            padding-right: calc(0.9375rem + 1.5625 * (100vw - 68.75rem) / 15);
        }
    }

    @supports (
        padding-left:
            clamp(0.9375rem, -6.2239583333rem + 10.4166666667vw, 2.5rem)
    ) {
        .main-result__search {
            padding-left: clamp(
                0.9375rem,
                -6.2239583333rem + 10.4166666667vw,
                2.5rem
            );
        }
    }

    @supports not (
        padding-left:
            clamp(0.9375rem, -6.2239583333rem + 10.4166666667vw, 2.5rem)
    ) {
        .main-result__search {
            padding-left: calc(0.9375rem + 1.5625 * (100vw - 68.75rem) / 15);
        }
    }
}

@media (max-width: 1300px) and (min-width: 83.75em) {
    .hero-blog__article-big .hero-blog__body .hero-blog__card-title {
        font-size: 1.5rem;
    }
}

@media (max-width: 1300px) and (min-width: 68.75em) and (max-width: 83.75em) {
    @supports (font-size: clamp(1.125rem, -0.59375rem + 2.5vw, 1.5rem)) {
        .hero-blog__article-big .hero-blog__body .hero-blog__card-title {
            font-size: clamp(1.125rem, -0.59375rem + 2.5vw, 1.5rem);
        }
    }

    @supports not (font-size: clamp(1.125rem, -0.59375rem + 2.5vw, 1.5rem)) {
        .hero-blog__article-big .hero-blog__body .hero-blog__card-title {
            font-size: calc(1.125rem + 0.375 * (100vw - 68.75rem) / 15);
        }
    }
}

@media (min-width: 61.994375em) and (max-width: 83.75em) {
    @supports (
        margin-bottom: clamp(1rem, -3.2743686978rem + 6.8947685943vw, 2.5rem)
    ) {
        .main-blog__post span:not(:last-child) {
            margin-bottom: clamp(
                1rem,
                -3.2743686978rem + 6.8947685943vw,
                2.5rem
            );
        }
    }

    @supports not (
        margin-bottom: clamp(1rem, -3.2743686978rem + 6.8947685943vw, 2.5rem)
    ) {
        .main-blog__post span:not(:last-child) {
            margin-bottom: calc(
                1rem + 1.5 * (100vw - 61.994375rem) / 21.755625
            );
        }
    }
}

@media (min-width: 62.06125em) and (max-width: 83.75em) {
    @supports (
        font-size: clamp(1.75rem, -1.8268111348rem + 5.7633565789vw, 3rem)
    ) {
        .special-offers__special h1 {
            font-size: clamp(1.75rem, -1.8268111348rem + 5.7633565789vw, 3rem);
        }
    }

    @supports not (
        font-size: clamp(1.75rem, -1.8268111348rem + 5.7633565789vw, 3rem)
    ) {
        .special-offers__special h1 {
            font-size: calc(1.75rem + 1.25 * (100vw - 62.06125rem) / 21.68875);
        }
    }
}

@media (max-width: 991.98px) and (min-width: 61.99875em) {
    .main-result__search {
        padding-top: 5.6875rem;
    }

    .filters {
        padding-top: 5.9375rem;
    }
}

@media (max-width: 991.98px) and (min-width: 20em) and (max-width: 61.99875em) {
    @supports (
        padding-top:
            clamp(3.9375rem, 3.1041418643rem + 4.1667906783vw, 5.6875rem)
    ) {
        .main-result__search {
            padding-top: clamp(
                3.9375rem,
                3.1041418643rem + 4.1667906783vw,
                5.6875rem
            );
        }
    }

    @supports not (
        padding-top:
            clamp(3.9375rem, 3.1041418643rem + 4.1667906783vw, 5.6875rem)
    ) {
        .main-result__search {
            padding-top: calc(3.9375rem + 1.75 * (100vw - 20rem) / 41.99875);
        }
    }

    @supports (
        padding-top:
            clamp(4.1875rem, 3.3541418643rem + 4.1667906783vw, 5.9375rem)
    ) {
        .filters {
            padding-top: clamp(
                4.1875rem,
                3.3541418643rem + 4.1667906783vw,
                5.9375rem
            );
        }
    }

    @supports not (
        padding-top:
            clamp(4.1875rem, 3.3541418643rem + 4.1667906783vw, 5.9375rem)
    ) {
        .filters {
            padding-top: calc(4.1875rem + 1.75 * (100vw - 20rem) / 41.99875);
        }
    }
}

@media (min-width: 24.375em) and (max-width: 25.625em) {
    @supports (padding-right: clamp(1rem, -3.875rem + 20vw, 1.25rem)) {
        .main-result__mobile-filters {
            padding-right: clamp(1rem, -3.875rem + 20vw, 1.25rem);
        }
    }

    @supports not (padding-right: clamp(1rem, -3.875rem + 20vw, 1.25rem)) {
        .main-result__mobile-filters {
            padding-right: calc(1rem + 0.25 * (100vw - 24.375rem) / 1.25);
        }
    }

    @supports (padding-left: clamp(1rem, -3.875rem + 20vw, 1.25rem)) {
        .main-result__mobile-filters {
            padding-left: clamp(1rem, -3.875rem + 20vw, 1.25rem);
        }
    }

    @supports not (padding-left: clamp(1rem, -3.875rem + 20vw, 1.25rem)) {
        .main-result__mobile-filters {
            padding-left: calc(1rem + 0.25 * (100vw - 24.375rem) / 1.25);
        }
    }
}

@media (min-width: 75em) and (max-width: 90em) {
    @supports (padding-left: clamp(0.75rem, -8rem + 11.6666666667vw, 2.5rem)) {
        .yacht-card-selected__aside {
            padding-left: clamp(0.75rem, -8rem + 11.6666666667vw, 2.5rem);
        }
    }

    @supports not (
        padding-left: clamp(0.75rem, -8rem + 11.6666666667vw, 2.5rem)
    ) {
        .yacht-card-selected__aside {
            padding-left: calc(0.75rem + 1.75 * (100vw - 75rem) / 15);
        }
    }

    @supports (
        padding-right: clamp(0.75rem, -11.125rem + 15.8333333333vw, 3.125rem)
    ) {
        .yacht-card-selected__aside {
            padding-right: clamp(
                0.75rem,
                -11.125rem + 15.8333333333vw,
                3.125rem
            );
        }
    }

    @supports not (
        padding-right: clamp(0.75rem, -11.125rem + 15.8333333333vw, 3.125rem)
    ) {
        .yacht-card-selected__aside {
            padding-right: calc(0.75rem + 2.375 * (100vw - 75rem) / 15);
        }
    }
}

@media (min-width: 47.991875em) and (max-width: 83.75em) {
    @supports (
        margin-bottom:
            clamp(1.25rem, -1.2664844528rem + 5.2435635258vw, 3.125rem)
    ) {
        .main-cofirmation h1:not(:last-child) {
            margin-bottom: clamp(
                1.25rem,
                -1.2664844528rem + 5.2435635258vw,
                3.125rem
            );
        }
    }

    @supports not (
        margin-bottom:
            clamp(1.25rem, -1.2664844528rem + 5.2435635258vw, 3.125rem)
    ) {
        .main-cofirmation h1:not(:last-child) {
            margin-bottom: calc(
                1.25rem + 1.875 * (100vw - 47.991875rem) / 35.758125
            );
        }
    }
}

@media (min-width: 77.5em) and (max-width: 83.75em) {
    @supports (padding-right: clamp(0.4375rem, -9.6375rem + 13vw, 1.25rem)) {
        .payment__sub-title {
            padding-right: clamp(0.4375rem, -9.6375rem + 13vw, 1.25rem);
        }
    }

    @supports not (
        padding-right: clamp(0.4375rem, -9.6375rem + 13vw, 1.25rem)
    ) {
        .payment__sub-title {
            padding-right: calc(0.4375rem + 0.8125 * (100vw - 77.5rem) / 6.25);
        }
    }

    @supports (padding-left: clamp(0.4375rem, -9.6375rem + 13vw, 1.25rem)) {
        .payment__sub-title {
            padding-left: clamp(0.4375rem, -9.6375rem + 13vw, 1.25rem);
        }
    }

    @supports not (padding-left: clamp(0.4375rem, -9.6375rem + 13vw, 1.25rem)) {
        .payment__sub-title {
            padding-left: calc(0.4375rem + 0.8125 * (100vw - 77.5rem) / 6.25);
        }
    }
}

@media (max-width: 370px) and (min-width: 23.125em) {
    .booking-details__type-ship {
        font-size: 1rem;
    }

    .booking-details__name-ship {
        font-size: 1rem;
    }

    .booking-details__start-time {
        font-size: 1rem;
    }

    .booking-details__data {
        font-size: 1rem;
    }

    .booking-details__time {
        font-size: 1rem;
    }

    .booking-details__duration {
        font-size: 1rem;
    }

    .booking-details__duration-value {
        font-size: 1rem;
    }

    .booking-details__passengers {
        font-size: 1rem;
    }

    .booking-details__passengers-value {
        font-size: 1rem;
    }
}

@media (max-width: 370px) and (min-width: 20em) and (max-width: 23.125em) {
    @supports (font-size: clamp(0.75rem, -0.85rem + 8vw, 1rem)) {
        .booking-details__type-ship {
            font-size: clamp(0.75rem, -0.85rem + 8vw, 1rem);
        }
    }

    @supports not (font-size: clamp(0.75rem, -0.85rem + 8vw, 1rem)) {
        .booking-details__type-ship {
            font-size: calc(0.75rem + 0.25 * (100vw - 20rem) / 3.125);
        }
    }

    @supports (font-size: clamp(0.75rem, -0.85rem + 8vw, 1rem)) {
        .booking-details__name-ship {
            font-size: clamp(0.75rem, -0.85rem + 8vw, 1rem);
        }
    }

    @supports not (font-size: clamp(0.75rem, -0.85rem + 8vw, 1rem)) {
        .booking-details__name-ship {
            font-size: calc(0.75rem + 0.25 * (100vw - 20rem) / 3.125);
        }
    }

    @supports (font-size: clamp(0.75rem, -0.85rem + 8vw, 1rem)) {
        .booking-details__start-time {
            font-size: clamp(0.75rem, -0.85rem + 8vw, 1rem);
        }
    }

    @supports not (font-size: clamp(0.75rem, -0.85rem + 8vw, 1rem)) {
        .booking-details__start-time {
            font-size: calc(0.75rem + 0.25 * (100vw - 20rem) / 3.125);
        }
    }

    @supports (font-size: clamp(0.75rem, -0.85rem + 8vw, 1rem)) {
        .booking-details__data {
            font-size: clamp(0.75rem, -0.85rem + 8vw, 1rem);
        }
    }

    @supports not (font-size: clamp(0.75rem, -0.85rem + 8vw, 1rem)) {
        .booking-details__data {
            font-size: calc(0.75rem + 0.25 * (100vw - 20rem) / 3.125);
        }
    }

    @supports (font-size: clamp(0.75rem, -0.85rem + 8vw, 1rem)) {
        .booking-details__time {
            font-size: clamp(0.75rem, -0.85rem + 8vw, 1rem);
        }
    }

    @supports not (font-size: clamp(0.75rem, -0.85rem + 8vw, 1rem)) {
        .booking-details__time {
            font-size: calc(0.75rem + 0.25 * (100vw - 20rem) / 3.125);
        }
    }

    @supports (font-size: clamp(0.75rem, -0.85rem + 8vw, 1rem)) {
        .booking-details__duration {
            font-size: clamp(0.75rem, -0.85rem + 8vw, 1rem);
        }
    }

    @supports not (font-size: clamp(0.75rem, -0.85rem + 8vw, 1rem)) {
        .booking-details__duration {
            font-size: calc(0.75rem + 0.25 * (100vw - 20rem) / 3.125);
        }
    }

    @supports (font-size: clamp(0.75rem, -0.85rem + 8vw, 1rem)) {
        .booking-details__duration-value {
            font-size: clamp(0.75rem, -0.85rem + 8vw, 1rem);
        }
    }

    @supports not (font-size: clamp(0.75rem, -0.85rem + 8vw, 1rem)) {
        .booking-details__duration-value {
            font-size: calc(0.75rem + 0.25 * (100vw - 20rem) / 3.125);
        }
    }

    @supports (font-size: clamp(0.75rem, -0.85rem + 8vw, 1rem)) {
        .booking-details__passengers {
            font-size: clamp(0.75rem, -0.85rem + 8vw, 1rem);
        }
    }

    @supports not (font-size: clamp(0.75rem, -0.85rem + 8vw, 1rem)) {
        .booking-details__passengers {
            font-size: calc(0.75rem + 0.25 * (100vw - 20rem) / 3.125);
        }
    }

    @supports (font-size: clamp(0.75rem, -0.85rem + 8vw, 1rem)) {
        .booking-details__passengers-value {
            font-size: clamp(0.75rem, -0.85rem + 8vw, 1rem);
        }
    }

    @supports not (font-size: clamp(0.75rem, -0.85rem + 8vw, 1rem)) {
        .booking-details__passengers-value {
            font-size: calc(0.75rem + 0.25 * (100vw - 20rem) / 3.125);
        }
    }
}

@media (min-width: 61.999375em) and (max-width: 83.75em) {
    @supports (
        gap: clamp(0.75rem, -0.6752320336rem + 2.2987845177vw, 1.25rem)
    ) {
        .booking-details__promo {
            gap: clamp(0.75rem, -0.6752320336rem + 2.2987845177vw, 1.25rem);
        }
    }

    @supports not (
        gap: clamp(0.75rem, -0.6752320336rem + 2.2987845177vw, 1.25rem)
    ) {
        .booking-details__promo {
            gap: calc(0.75rem + 0.5 * (100vw - 61.999375rem) / 21.750625);
        }
    }
}

@media (min-width: 20em) and (max-width: 24.3125em) {
    @supports (
        padding-right:
            clamp(0.75rem, -4.4673913043rem + 26.0869565217vw, 1.875rem)
    ) {
        .booking-details__offers {
            padding-right: clamp(
                0.75rem,
                -4.4673913043rem + 26.0869565217vw,
                1.875rem
            );
        }
    }

    @supports not (
        padding-right:
            clamp(0.75rem, -4.4673913043rem + 26.0869565217vw, 1.875rem)
    ) {
        .booking-details__offers {
            padding-right: calc(0.75rem + 1.125 * (100vw - 20rem) / 4.3125);
        }
    }

    @supports (
        padding-left:
            clamp(0.75rem, -4.4673913043rem + 26.0869565217vw, 1.875rem)
    ) {
        .booking-details__offers {
            padding-left: clamp(
                0.75rem,
                -4.4673913043rem + 26.0869565217vw,
                1.875rem
            );
        }
    }

    @supports not (
        padding-left:
            clamp(0.75rem, -4.4673913043rem + 26.0869565217vw, 1.875rem)
    ) {
        .booking-details__offers {
            padding-left: calc(0.75rem + 1.125 * (100vw - 20rem) / 4.3125);
        }
    }
}

@media (min-width: 767.98px) and (min-width: 48em) and (max-width: 77.5em) {
    @supports (
        gap: clamp(1.25rem, -1.8008474576rem + 6.3559322034vw, 3.125rem)
    ) {
        .terms__item {
            gap: clamp(1.25rem, -1.8008474576rem + 6.3559322034vw, 3.125rem);
        }
    }

    @supports not (
        gap: clamp(1.25rem, -1.8008474576rem + 6.3559322034vw, 3.125rem)
    ) {
        .terms__item {
            gap: calc(1.25rem + 1.875 * (100vw - 48rem) / 29.5);
        }
    }

    @supports (
        margin-bottom:
            clamp(1.5rem, -1.1440677966rem + 5.5084745763vw, 3.125rem)
    ) {
        .policy__list-item:not(:last-child) {
            margin-bottom: clamp(
                1.5rem,
                -1.1440677966rem + 5.5084745763vw,
                3.125rem
            );
        }
    }

    @supports not (
        margin-bottom:
            clamp(1.5rem, -1.1440677966rem + 5.5084745763vw, 3.125rem)
    ) {
        .policy__list-item:not(:last-child) {
            margin-bottom: calc(1.5rem + 1.625 * (100vw - 48rem) / 29.5);
        }
    }

    @supports (
        gap: clamp(1.25rem, -1.8008474576rem + 6.3559322034vw, 3.125rem)
    ) {
        .policy__item {
            gap: clamp(1.25rem, -1.8008474576rem + 6.3559322034vw, 3.125rem);
        }
    }

    @supports not (
        gap: clamp(1.25rem, -1.8008474576rem + 6.3559322034vw, 3.125rem)
    ) {
        .policy__item {
            gap: calc(1.25rem + 1.875 * (100vw - 48rem) / 29.5);
        }
    }
}

@media (min-width: 767.98px) and (max-width: 48em) {
    .terms__item {
        gap: 1.25rem;
    }

    .policy__list-item:not(:last-child) {
        margin-bottom: 1.5rem;
    }

    .policy__item {
        gap: 1.25rem;
    }
}

@media (min-width: 767.98px) and (min-width: 47.99875em) and (max-width: 77.5em) {
    @supports (
        padding-top:
            clamp(1.4375rem, -1.3080748697rem + 5.7200966061vw, 3.125rem)
    ) {
        .terms__item {
            padding-top: clamp(
                1.4375rem,
                -1.3080748697rem + 5.7200966061vw,
                3.125rem
            );
        }
    }

    @supports not (
        padding-top:
            clamp(1.4375rem, -1.3080748697rem + 5.7200966061vw, 3.125rem)
    ) {
        .terms__item {
            padding-top: calc(
                1.4375rem + 1.6875 * (100vw - 47.99875rem) / 29.50125
            );
        }
    }

    @supports (
        padding-bottom:
            clamp(1.4375rem, -1.3080748697rem + 5.7200966061vw, 3.125rem)
    ) {
        .terms__item {
            padding-bottom: clamp(
                1.4375rem,
                -1.3080748697rem + 5.7200966061vw,
                3.125rem
            );
        }
    }

    @supports not (
        padding-bottom:
            clamp(1.4375rem, -1.3080748697rem + 5.7200966061vw, 3.125rem)
    ) {
        .terms__item {
            padding-bottom: calc(
                1.4375rem + 1.6875 * (100vw - 47.99875rem) / 29.50125
            );
        }
    }

    @supports (
        margin-bottom: clamp(1.5rem, -6.2282848184rem + 16.101012669vw, 6.25rem)
    ) {
        .policy__wrapper:not(:last-child) {
            margin-bottom: clamp(
                1.5rem,
                -6.2282848184rem + 16.101012669vw,
                6.25rem
            );
        }
    }

    @supports not (
        margin-bottom: clamp(1.5rem, -6.2282848184rem + 16.101012669vw, 6.25rem)
    ) {
        .policy__wrapper:not(:last-child) {
            margin-bottom: calc(
                1.5rem + 4.75 * (100vw - 47.99875rem) / 29.50125
            );
        }
    }
}

@media (min-width: 767.98px) and (max-width: 47.99875em) {
    .terms__item {
        padding-top: 1.4375rem;
    }

    .terms__item {
        padding-bottom: 1.4375rem;
    }

    .policy__wrapper:not(:last-child) {
        margin-bottom: 1.5rem;
    }
}

@media (min-width: 48em) and (max-width: 77.5em) {
    @supports (
        margin-bottom:
            clamp(1.5rem, -1.1440677966rem + 5.5084745763vw, 3.125rem)
    ) {
        .policy__list:not(:last-child) {
            margin-bottom: clamp(
                1.5rem,
                -1.1440677966rem + 5.5084745763vw,
                3.125rem
            );
        }
    }

    @supports not (
        margin-bottom:
            clamp(1.5rem, -1.1440677966rem + 5.5084745763vw, 3.125rem)
    ) {
        .policy__list:not(:last-child) {
            margin-bottom: calc(1.5rem + 1.625 * (100vw - 48rem) / 29.5);
        }
    }
}

@media (any-hover: hover) {
    .button:hover {
        background-color: #fff;
        color: #109eee;
    }

    .button--white:hover {
        background-color: #487791;
        color: #fff;
    }

    .button--white-blue:hover {
        background-color: #109eee;
        color: #fff;
    }
    .button--transp:hover {
        border: 2px solid #109eee;
        background-color: #109eee;
        color: #fff;
    }

    .button--card:hover {
        color: #109eee;
        background-color: #fff;
    }
    .button--br:hover {
        background-color: #109eee;
        color: #fff;
    }

    .button--card-applied:hover {
        color: #fff;
        background-color: rgba(16, 157, 238, 0.3);
    }

    .button--popup:hover {
        background-color: #0c92e0;
    }
    

    .select_form-type-monye .select-main__title:hover {
        border-bottom: 0.125rem solid #109eee;
        -webkit-box-shadow: 0rem 0.0625rem 0.8125rem 0rem rgba(13, 85, 110, 0.2);
        box-shadow: 0rem 0.0625rem 0.8125rem 0rem rgba(13, 85, 110, 0.2);
    }

    .select_form-type-monye .select-main__option:hover {
        background-color: #deecf4;
    }

    .select_form-lang .select-main__title:hover {
        border-bottom: 0.125rem solid #109eee;
        -webkit-box-shadow: 0rem 0.0625rem 0.8125rem 0rem rgba(13, 85, 110, 0.2);
        box-shadow: 0rem 0.0625rem 0.8125rem 0rem rgba(13, 85, 110, 0.2);
    }

    .select_form-lang .select-main__option:hover {
        background-color: #deecf4;
    }

    .select_form-type-monye-dark-header .select-main__title:hover,
    .select_form-lang-dark-header .select-main__title:hover {
        border-bottom: 0.125rem solid #109eee;
        -webkit-box-shadow: 0rem 0.0625rem 0.8125rem 0rem rgba(13, 85, 110, 0.2);
        box-shadow: 0rem 0.0625rem 0.8125rem 0rem rgba(13, 85, 110, 0.2);
        color: #0a3647;
        background-color: #fff;
    }

    .select_form-type-monye-dark-header .select-main__option:hover,
    .select_form-lang-dark-header .select-main__option:hover {
        background-color: #deecf4;
    }

    .select_form-n-a .select-main__option:hover,
    .select_form-hors .select-main__option:hover,
    .select_form-passengers .select-main__option:hover {
        background-color: #deecf4;
        color: #0a3647;
    }

    .select_form-n-a-yacht .select-main__option:hover,
    .select_form-hors-yacht .select-main__option:hover,
    .select_form-passengers-yacht .select-main__option:hover {
        background-color: #deecf4;
        color: #0a3647;
    }

    .select_form-n-a-result .select-main__option:hover,
    .select_form-hors-result .select-main__option:hover,
    .select_form-passengers-result .select-main__option:hover {
        background-color: #deecf4;
        color: #0a3647;
    }

    .select_form-n-a-criteion-selected .select-main__option:hover,
    .select_form-hors-criteion-selected .select-main__option:hover,
    .select_form-passengers-criteion-selected .select-main__option:hover {
        background-color: #deecf4;
        color: #0a3647;
    }

    .select_form-n-a-apply-offers .select-main__option:hover,
    .select_form-hors-apply-offers .select-main__option:hover,
    .select_form-passengers-apply-offers .select-main__option:hover {
        background-color: #deecf4;
        color: #0a3647;
    }

    .select_form-sort .select-main__option:hover {
        background-color: #deecf4;
    }

    .select_form-sort-mobile .select-main__option:hover {
        background-color: #deecf4;
    }

    .form-popup__buttons-block button:hover,
    .form-popup__buttons-block button:focus {
        background-color: #109eee;
        color: #fff;
    }

    .form-popup__buttons-block button:hover .form-popup__border-line,
    .form-popup__buttons-block button:focus .form-popup__border-line {
        background-color: transparent;
    }

    .form-popup__forgot-btn:hover {
        color: #0c92e0;
    }

    .form-popup__register button:hover {
        color: #0c92e0;
    }

    .spollers__title:hover {
        color: #fff;
        background-color: #487791;
    }

    .text a:hover {
        -webkit-text-decoration-color: transparent;
                text-decoration-color: transparent;
    }

    .show-more:hover,
    .show-more:focus {
        color: #0a3647;
    }

    .social-popup ul li:hover img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }

    .card-ship:hover .card-ship__image img {
        -webkit-transform: scale(1.04);
        -ms-transform: scale(1.04);
        transform: scale(1.04);
    }

    .header--main._header-show .nav__link:hover,
    .header--main._header-show .nav__whatsapp:hover,
    .header--main._header-show .nav__telegram:hover,
    .header--main._header-show .nav__button:hover,
    .header--main._header-show .nav__icon:hover {
        color: #0a3647;
    }

    .header--main .nav__link:hover,
    .header--main .nav__whatsapp:hover,
    .header--main .nav__telegram:hover,
    .header--main .nav__button:hover,
    .header--main .nav__icon:hover {
        color: #0a3647;
    }

    .header._white-header .nav__link:hover,
    .header._white-header .nav__whatsapp:hover,
    .header._white-header .nav__telegram:hover,
    .header._white-header .nav__button:hover,
    .header._white-header .nav__icon:hover {
        color: #0a3647;
    }

    .nav__link:hover {
        background-color: #fff;
        -webkit-box-shadow: 0rem 0.0625rem 0.8125rem 0rem rgba(13, 85, 110, 0.2);
        box-shadow: 0rem 0.0625rem 0.8125rem 0rem rgba(13, 85, 110, 0.2);
        border-bottom: 0.125rem solid #109eee;
    }

    .nav__whatsapp:hover {
        -webkit-box-shadow: 0rem 0.0625rem 0.8125rem 0rem rgba(13, 85, 110, 0.2);
        box-shadow: 0rem 0.0625rem 0.8125rem 0rem rgba(13, 85, 110, 0.2);
        border-bottom: 0.125rem solid #109eee;
        background-color: #fff;
    }

    .nav__telegram:hover {
        background-color: #fff;
        -webkit-box-shadow: 0rem 0.0625rem 0.8125rem 0rem rgba(13, 85, 110, 0.2);
        box-shadow: 0rem 0.0625rem 0.8125rem 0rem rgba(13, 85, 110, 0.2);
        border-bottom: 0.125rem solid #109eee;
    }

    .nav__button:hover {
        background-color: #fff;
        -webkit-box-shadow: 0rem 0.0625rem 0.8125rem 0rem rgba(13, 85, 110, 0.2);
        box-shadow: 0rem 0.0625rem 0.8125rem 0rem rgba(13, 85, 110, 0.2);
        border-bottom: 0.125rem solid #109eee;
    }

    .nav__log-in:hover {
        background-color: #fff;
        color: #0a3647;
        -webkit-box-shadow: 0rem -0.125rem 0.5rem 0rem rgba(72, 119, 145, 0.3);
        box-shadow: 0rem -0.125rem 0.5rem 0rem rgba(72, 119, 145, 0.3);
        border-bottom: 0.0625rem solid #109eee;
    }

    .nav__register:hover {
        background-color: #fff;
        color: #0a3647;
        -webkit-box-shadow: 0rem -0.125rem 0.5rem 0rem rgba(72, 119, 145, 0.3);
        box-shadow: 0rem -0.125rem 0.5rem 0rem rgba(72, 119, 145, 0.3);
        border-bottom: 0.0625rem solid #109eee;
    }

    .nav__icon:hover {
        border-bottom: 0.125rem solid #109eee;
        -webkit-box-shadow: 0rem 0.0625rem 0.8125rem 0rem rgba(13, 85, 110, 0.2);
        box-shadow: 0rem 0.0625rem 0.8125rem 0rem rgba(13, 85, 110, 0.2);
        background-color: #fff;
        color: #0a3647;
    }

    .nav__second-list a:hover,
    .nav__second-list a:focus {
        color: #0a3647;
    }

    .menu-footer__menu ul li a:hover {
        color: #487791;
    }

    .contact-footer__phone:hover {
        color: #487791;
    }

    .contact-footer__mail:hover {
        color: #487791;
    }

    .contact-footer__whatsapp:hover {
        color: #487791;
    }

    .contact-footer__telegram:hover {
        color: #487791;
    }

    .follow-us-footer__link:hover {
        color: #487791;
    }

    .quick-footer__link:hover {
        color: #90bfdb;
    }

    .info-footer__link:hover {
        text-decoration: underline;
    }

    .trending__card:hover {
        -webkit-box-shadow: 0px 0px 0px 0px rgba(72, 119, 145, 0.1),
            0px 1px 3px 0px rgba(72, 119, 145, 0.1),
            0px 5px 5px 0px rgba(72, 119, 145, 0.09),
            0px 11px 7px 0px rgba(72, 119, 145, 0.05),
            0px 20px 8px 0px rgba(72, 119, 145, 0.01),
            0px 31px 9px 0px rgba(72, 119, 145, 0);
        box-shadow: 0px 0px 0px 0px rgba(72, 119, 145, 0.1),
            0px 1px 3px 0px rgba(72, 119, 145, 0.1),
            0px 5px 5px 0px rgba(72, 119, 145, 0.09),
            0px 11px 7px 0px rgba(72, 119, 145, 0.05),
            0px 20px 8px 0px rgba(72, 119, 145, 0.01),
            0px 31px 9px 0px rgba(72, 119, 145, 0);
    }

    .trending__card:hover .card-ship__image img {
        -webkit-transform: scale(1.04);
        -ms-transform: scale(1.04);
        transform: scale(1.04);
    }

    .galery-sercices__article:hover .galery-sercices__title {
        color: #0a3647;
    }

    .galery-sercices__article:hover .galery-sercices__image img {
        -webkit-transform: scale(1.04);
        -ms-transform: scale(1.04);
        transform: scale(1.04);
    }

    .register__login a:hover {
        color: #0a3647;
        -webkit-text-decoration-color: transparent;
                text-decoration-color: transparent;
    }

    .blog-page__big-card:hover {
        -webkit-box-shadow: 0px 7px 8px 0px rgba(72, 119, 145, 0.2),
            0px 5px 22px 0px rgba(72, 119, 145, 0.12),
            0px 12px 17px 0px rgba(72, 119, 145, 0.14);
        box-shadow: 0px 7px 8px 0px rgba(72, 119, 145, 0.2),
            0px 5px 22px 0px rgba(72, 119, 145, 0.12),
            0px 12px 17px 0px rgba(72, 119, 145, 0.14);
    }

    .blog-page__big-card:hover .blog-page__picture img {
        -webkit-transform: scale(1.03);
        -ms-transform: scale(1.03);
        transform: scale(1.03);
    }

    .blog-page__big-card:hover .blog-page__show-more {
        color: #0a3647;
    }

    .blog-page__big-card:hover .blog-page__content a {
        color: #0a3647;
    }

    .blog-page__card:hover {
        -webkit-box-shadow: 0px 7px 8px 0px rgba(72, 119, 145, 0.2),
            0px 5px 22px 0px rgba(72, 119, 145, 0.12),
            0px 12px 17px 0px rgba(72, 119, 145, 0.14);
        box-shadow: 0px 7px 8px 0px rgba(72, 119, 145, 0.2),
            0px 5px 22px 0px rgba(72, 119, 145, 0.12),
            0px 12px 17px 0px rgba(72, 119, 145, 0.14);
    }

    .blog-page__card:hover .blog-page__picture img {
        -webkit-transform: scale(1.03);
        -ms-transform: scale(1.03);
        transform: scale(1.03);
    }

    .blog-page__card:hover .blog-page__content a {
        color: #0a3647;
    }

    .blog-page__card:hover .blog-page__show-more {
        color: #0a3647;
    }

    .blog-page__card--small-picture:hover .blog-page__picture img {
        -webkit-transform: scale(1.03);
        -ms-transform: scale(1.03);
        transform: scale(1.03);
    }

    .blog-page__card--small-picture:hover .blog-page__content h3 {
        color: #0a3647;
    }

    .blog-page__card--small-picture:hover .blog-page__show-more {
        color: #0a3647;
    }

    .secvices__article:hover {
        background-color: #fafafa;
        -webkit-box-shadow: 0px 7px 8px 0px rgba(72, 119, 145, 0.2),
            0px 5px 22px 0px rgba(72, 119, 145, 0.12),
            0px 12px 17px 0px rgba(72, 119, 145, 0.14);
        box-shadow: 0px 7px 8px 0px rgba(72, 119, 145, 0.2),
            0px 5px 22px 0px rgba(72, 119, 145, 0.12),
            0px 12px 17px 0px rgba(72, 119, 145, 0.14);
    }

    .secvices__article:hover .article-services__show-more {
        color: #0a3647;
    }

    .trending-boats__trending .trending__wrapper .card-ship:hover {
        -webkit-box-shadow: 0px 7px 8px 0px rgba(72, 119, 145, 0.2),
            0px 5px 22px 0px rgba(72, 119, 145, 0.12),
            0px 12px 17px 0px rgba(72, 119, 145, 0.14);
        box-shadow: 0px 7px 8px 0px rgba(72, 119, 145, 0.2),
            0px 5px 22px 0px rgba(72, 119, 145, 0.12),
            0px 12px 17px 0px rgba(72, 119, 145, 0.14);
    }

    .trending-boats__trending
        .trending__wrapper
        .card-ship:hover
        .card-ship__button {
        color: #109eee;
        background-color: #fff;
    }

    .blog-services__info p a:hover,
    .blog-services__info p a:focus {
        text-decoration: none;
    }

    .additional__image:hover img {
        -webkit-transform: scale(1.03);
        -ms-transform: scale(1.03);
        transform: scale(1.03);
    }

    .main-yacht-cadr__show-all-photos:hover {
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05);
    }

    .galery-page-yacht__button:hover,
    .galery-page-yacht__button:focus {
        background-color: rgba(144, 191, 219, 0.9);
    }

    .galery-page-yacht__big-image:hover img,
    .galery-page-yacht__big-image:focus img {
        -webkit-transform: scale(1.01);
        -ms-transform: scale(1.01);
        transform: scale(1.01);
    }

    .galery-page-yacht__small-image:hover img,
    .galery-page-yacht__small-image:focus img {
        -webkit-transform: scale(1.01);
        -ms-transform: scale(1.01);
        transform: scale(1.01);
    }

    .body-yacht-card__suitable:hover {
        -webkit-box-shadow: 0px 13px 16px 0px rgba(72, 119, 145, 0.15);
        box-shadow: 0px 13px 16px 0px rgba(72, 119, 145, 0.15);
    }

    .body-yacht-card__suitable:hover .body-yacht-card__suitable-block {
        border-bottom: 0.0625rem solid rgba(144, 191, 219, 0);
    }

    .body-yacht-card__technical-info:hover {
        -webkit-box-shadow: 0px 13px 16px 0px rgba(72, 119, 145, 0.15);
        box-shadow: 0px 13px 16px 0px rgba(72, 119, 145, 0.15);
    }

    .body-yacht-card__technical-info:hover .body-yacht-card__technical-block {
        border-bottom: 0.0625rem solid rgba(144, 191, 219, 0);
    }

    .body-yacht-card__included:hover {
        -webkit-box-shadow: 0px 13px 16px 0px rgba(72, 119, 145, 0.15);
        box-shadow: 0px 13px 16px 0px rgba(72, 119, 145, 0.15);
    }

    .body-yacht-card__included:hover .body-yacht-card__included-block {
        border-bottom: 0.0625rem solid rgba(144, 191, 219, 0);
    }

    .body-yacht-card__drinks:hover {
        -webkit-box-shadow: 0px 13px 16px 0px rgba(72, 119, 145, 0.15);
        box-shadow: 0px 13px 16px 0px rgba(72, 119, 145, 0.15);
    }

    .body-yacht-card__drinks:hover .body-yacht-card__drinks-block {
        border-bottom: 0.0625rem solid rgba(144, 191, 219, 0);
    }

    .body-yacht-card__title:hover {
        -webkit-box-shadow: 0px 13px 16px 0px rgba(72, 119, 145, 0.15);
        box-shadow: 0px 13px 16px 0px rgba(72, 119, 145, 0.15);
        border-bottom: 0.0625rem solid rgba(144, 191, 219, 0);
    }

    .trending__slider-button:hover {
        background-color: rgba(144, 191, 219, 0.5);
    }

    .special__article:hover {
        -webkit-box-shadow: 0px 7px 8px 0px rgba(72, 119, 145, 0.2),
            0px 5px 22px 0px rgba(72, 119, 145, 0.12),
            0px 12px 17px 0px rgba(72, 119, 145, 0.14);
        box-shadow: 0px 7px 8px 0px rgba(72, 119, 145, 0.2),
            0px 5px 22px 0px rgba(72, 119, 145, 0.12),
            0px 12px 17px 0px rgba(72, 119, 145, 0.14);
    }

    .special__article:hover .aside-yacht-card__button {
        color: #109eee;
        background-color: #fff;
    }

    .book-form:hover {
        background-color: #90bfdb;
    }

    .book-form:hover .book-form__logo {
        color: rgb(238, 96, 16);
    }

    .book-form:hover .book-form__text h4 {
        color: #0a3647;
    }

    .book-form:hover .book-form__text p {
        color: #fff;
    }

    .hero-blog__article:hover {
        -webkit-box-shadow: 0px 7px 8px 0px rgba(72, 119, 145, 0.2),
            0px 5px 22px 0px rgba(72, 119, 145, 0.12),
            0px 12px 17px 0px rgba(72, 119, 145, 0.14);
        box-shadow: 0px 7px 8px 0px rgba(72, 119, 145, 0.2),
            0px 5px 22px 0px rgba(72, 119, 145, 0.12),
            0px 12px 17px 0px rgba(72, 119, 145, 0.14);
    }

    .hero-blog__article:hover .hero-blog__image img {
        -webkit-transform: scale(1.03);
        -ms-transform: scale(1.03);
        transform: scale(1.03);
    }

    .hero-blog__article:hover a {
        color: #0a3647;
    }

    .hero-blog__article:hover .hero-blog__show-more {
        color: #0a3647;
    }

    .hero-blog__article-big:hover {
        -webkit-box-shadow: 0px 7px 8px 0px rgba(72, 119, 145, 0.2),
            0px 5px 22px 0px rgba(72, 119, 145, 0.12),
            0px 12px 17px 0px rgba(72, 119, 145, 0.14);
        box-shadow: 0px 7px 8px 0px rgba(72, 119, 145, 0.2),
            0px 5px 22px 0px rgba(72, 119, 145, 0.12),
            0px 12px 17px 0px rgba(72, 119, 145, 0.14);
    }

    .hero-blog__article-big:hover .hero-blog__image img {
        -webkit-transform: scale(1.03);
        -ms-transform: scale(1.03);
        transform: scale(1.03);
    }

    .hero-blog__article-big:hover .hero-blog__card-title {
        color: #0a3647;
    }

    .hero-blog__article-big:hover .hero-blog__show-more {
        color: #0a3647;
    }

    .hero-blog__body p a:hover {
        -webkit-text-decoration-color: transparent;
                text-decoration-color: transparent;
    }

    .menu-blog ul li a:hover,
    .menu-blog ul li a:focus {
        color: #0a3647;
    }

    .menu-blog__rigth-btn:hover {
        background-color: rgba(144, 191, 219, 0.5);
    }

    .menu-blog__left-btn:hover {
        background-color: rgba(144, 191, 219, 0.5);
    }

    .aside-blog__post a:hover,
    .aside-blog__post a:focus {
        color: #0a3647;
    }

    .blog-item__special .special__article:hover .special__button {
        color: #109eee;
        background-color: #fff;
    }

    .main-blog__post p a:hover,
    .main-blog__post p a:focus {
        -webkit-text-decoration-color: transparent;
                text-decoration-color: transparent;
    }

    .main-blog__share ul li a:hover {
        color: #109eee;
    }

    .main-blog__link-left:hover {
        color: #0a3647;
    }

    .main-blog__link-right:hover {
        color: #0a3647;
    }

    .form-yacht__change-btn:hover {
        color: #fff;
        background-color: #109eee;
    }

    .main-cofirmation__breadcrumbs ul li a:hover,
    .main-cofirmation__breadcrumbs ul li a:focus {
        color: #0c92e0;
    }

    .main-cofirmation__breadcrumbs ul li a:hover span,
    .main-cofirmation__breadcrumbs ul li a:focus span {
        color: #0c92e0;
    }

    .payment__sub-title:hover,
    .payment__sub-title:focus {
        background-color: #f2f6f8;
    }

    .payment__sub-title:hover .payment__check::before,
    .payment__sub-title:focus .payment__check::before {
        border: 0.125rem solid #90bfdb;
    }

    .payment__checkbox-text a:hover {
        text-decoration: none;
    }

    .payment__links a:hover,
    .payment__links a:focus {
        -webkit-text-decoration-color: transparent;
                text-decoration-color: transparent;
    }

    .payment__button-card:hover {
        background-color: #0c92e0;
    }

    .booking-details__button:hover {
        background-color: #0c92e0;
    }

    .testimonials__article:hover {
        -webkit-box-shadow: 0px 0px 0px 0px rgba(103, 142, 152, 0.1),
            0px 3px 6px 0px rgba(103, 142, 152, 0.1),
            0px 11px 11px 0px rgba(103, 142, 152, 0.09),
            0px 24px 14px 0px rgba(103, 142, 152, 0.05),
            0px 43px 17px 0px rgba(103, 142, 152, 0.01),
            0px 67px 19px 0px rgba(103, 142, 152, 0);
        box-shadow: 0px 0px 0px 0px rgba(103, 142, 152, 0.1),
            0px 3px 6px 0px rgba(103, 142, 152, 0.1),
            0px 11px 11px 0px rgba(103, 142, 152, 0.09),
            0px 24px 14px 0px rgba(103, 142, 152, 0.05),
            0px 43px 17px 0px rgba(103, 142, 152, 0.01),
            0px 67px 19px 0px rgba(103, 142, 152, 0);
    }

    .testimonials__article:hover.article-testination {
        background-color: #fff;
    }

    .swiper-vertical .swiper-wrapper a:hover {
        background-color: red;
    }

    .lg-next:hover,
    .lg-prev:hover {
        background-color: #109eee;
    }
}

filters__input {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
}

.filters__input:checked ~ .filters__label .filters__checkbox-icon:after {
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
}

.filters__label {
    cursor: pointer;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0.3125rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.filters__checkbox-icon {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 1.5rem;
    flex: 0 0 1.5rem;
    width: 1.5rem;
    height: 1.5rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.filters__checkbox-icon::before {
    content: "";
    -webkit-box-flex: 0;
    -ms-flex: 0 0 1.125rem;
    flex: 0 0 1.125rem;
    width: 1.125rem;
    height: 1.125rem;
    border: 0.125rem solid #90bfdb;
    border-radius: 0.1875rem;
}

.filters__checkbox-icon::after {
    content: "\e909";
    -webkit-transition: background-color 0.3s ease,
        -webkit-transform 0.3s ease 0s;
    transition: background-color 0.3s ease, -webkit-transform 0.3s ease 0s;
    -webkit-transition: background-color 0.3s ease, -webkit-transform 0.3s ease 0s;
    -o-transition: transform 0.3s ease 0s, background-color 0.3s ease;
    transition: transform 0.3s ease 0s, background-color 0.3s ease;
    transition: transform 0.3s ease 0s, background-color 0.3s ease, -webkit-transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s, background-color 0.3s ease,
        -webkit-transform 0.3s ease 0s;
    font-family: "icons";
    font-size: 0.484375rem;
    position: absolute;
    color: #90bfdb;
    -webkit-transform: scale(0) translate(-50%, -50%);
    -ms-transform: scale(0) translate(-50%, -50%);
    transform: scale(0) translate(-50%, -50%);
    top: 50%;
    left: 50%;
}

.filters__text {
    font-size: 0.875rem;
    line-height: 1.5;
}

.filters__text span {
    font-weight: 500;
    color: #ee6010;
}

.filters__inf-button {
    -ms-flex-item-align: start;
    align-self: flex-start;
    font-size: 1rem;
    color: #90bfdb;
}

.filters__input {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
}

@media (max-width: 991.98px) {
    .filters__checkbox {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
        border-bottom: 0.0625rem solid rgba(144, 191, 219, 0.5);
    }
}

.body-yacht-card__about-ship::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 800%;
    background-color: #fff;
    z-index: -1;
}

.yacht-card-selected__body::after {
    content: "";
    position: absolute;
    bottom: 100%;
    right: 0;
    height: 100%;
    width: 1000%;
    background-color: #fff;
    z-index: -1;
}

@media (max-width: 767.98px) {
    .body-yacht-card__body {
        padding-right: 0.75rem;
    }

    .body-yacht-card__testination {
        padding-right: 0.75rem;
    }
}

@media (max-width: 991px) {
    .result__main {
        padding-top: 9.5rem;
    }
}

@media (max-width: 1190px) {
    .filters {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
}

.filters__price {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    -webkit-transform: translate(0%, 115%);
    -ms-transform: translate(0%, 115%);
    transform: translate(0%, 115%);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: opacity 0.3s ease 0s, height 0.3s ease;
    -o-transition: opacity 0.3s ease 0s, height 0.3s ease;
    transition: opacity 0.3s ease 0s, height 0.3s ease;
}

.filters__price._open-modal {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.filters__year {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    -webkit-transform: translate(0%, 115%);
    -ms-transform: translate(0%, 115%);
    transform: translate(0%, 115%);
    -webkit-transition: opacity 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.filters__year._open-modal {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

@media (max-width: 991.98px) {
    .filters._open-modal .filters__price {
        pointer-events: auto;
    }

    .filters._open-modal .filters__year {
        pointer-events: auto;
    }
}

@media (max-width: 61.99875em) {
    .result__main {
        padding-top: 9.5rem;
    }
}

.title--lite-blue-color {
    color: #90bfdb;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.3;
}

@media (max-width: 1240px) {
    .title--lite-blue-color {
        font-size: 1.25rem;
    }
}

@media (max-width: 1100px) {
    .title--lite-blue-color {
        font-size: 1.125rem;
    }
}

/*changes 29.01*/

@media (min-width: 83.75em) {
    .main-cofirmation__top {
        padding-top: 2.125rem;
    }

    .main-cofirmation__top {
        padding-right: 2.75rem;
    }

    .main-cofirmation__top {
        padding-bottom: 5rem;
    }
}

@media (max-width: 991.98px) {
    .main-cofirmation__top {
        background-color: transparent;
    }

    .main-cofirmation__top::before {
        display: none;
    }

    .main-cofirmation__top::after {
        display: none;
    }

    .main-cofirmation__top:not(:last-child) {
        margin-bottom: 0.5rem;
    }
}

@media (max-width: 61.99875em) {
    .main-cofirmation__top {
        padding-top: 0.75rem;
    }

    .main-cofirmation__top {
        padding-right: 0.0000000625rem;
    }

    .main-cofirmation__top {
        padding-bottom: 0.0000000625rem;
    }
}

@media (min-width: 61.99875em) and (max-width: 83.75em) {
    @supports (
        padding-top: clamp(0.75rem, -3.1692359635rem + 6.3214757773vw, 2.125rem)
    ) {
        .main-cofirmation__top {
            padding-top: clamp(
                0.75rem,
                -3.1692359635rem + 6.3214757773vw,
                2.125rem
            );
        }
    }

    @supports not (
        padding-top: clamp(0.75rem, -3.1692359635rem + 6.3214757773vw, 2.125rem)
    ) {
        .main-cofirmation__top {
            padding-top: calc(
                0.75rem + 1.375 * (100vw - 61.99875rem) / 21.75125
            );
        }
    }

    @supports (
        padding-right:
            clamp(0.0000000625rem, -7.8384716863rem + 12.6429512672vw, 2.75rem)
    ) {
        .main-cofirmation__top {
            padding-right: clamp(
                0.0000000625rem,
                -7.8384716863rem + 12.6429512672vw,
                2.75rem
            );
        }
    }

    @supports not (
        padding-right:
            clamp(0.0000000625rem, -7.8384716863rem + 12.6429512672vw, 2.75rem)
    ) {
        .main-cofirmation__top {
            padding-right: calc(
                0.0000000625rem + 2.7499999375 * (100vw - 61.99875rem) /
                    21.75125
            );
        }
    }

    @supports (
        padding-bottom:
            clamp(0.0000000625rem, -14.2517668992rem + 22.9871843572vw, 5rem)
    ) {
        .main-cofirmation__top {
            padding-bottom: clamp(
                0.0000000625rem,
                -14.2517668992rem + 22.9871843572vw,
                5rem
            );
        }
    }

    @supports not (
        padding-bottom:
            clamp(0.0000000625rem, -14.2517668992rem + 22.9871843572vw, 5rem)
    ) {
        .main-cofirmation__top {
            padding-bottom: calc(
                0.0000000625rem + 4.9999999375 * (100vw - 61.99875rem) /
                    21.75125
            );
        }
    }
}

@media (max-width: 991.98px) {
    .main-cofirmation__form {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .main-cofirmation__personal-info:not(:last-child) {
        margin-bottom: 0.5rem;
    }

    .booking-details {
        display: none;
    }

    .personal-info {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        border: none;
    }

    .options-conf {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        border: none;
    }

    .warning-conf {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        border: 0.0625rem solid transparent;
    }

    .payment {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
}

.booking-details {
    padding-top: 2.5rem;
    padding-bottom: 1.25rem;
}

.button--popup {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 0.625rem;
    border: 0.125rem solid transparent;
    padding: 1rem 0.5rem;
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.19;
}

@media (any-hover: hover) {
    .button--popup:hover {
        background-color: #109eee;
        color: #fff;
        border: 0.125rem solid #109eee;
    }

    .form-popup__back-btn:hover {
        background-color: #109eee;
        color: #fff;
    }
}

.agent .popup-in__title:not(:last-child) {
    margin-bottom: 1.875rem;
}

.owner .popup-in__title:not(:last-child) {
    margin-bottom: 1.875rem;
}

.form-popup__as h4 {
    color: #487791;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.3;
    text-align: center;
}

.form-popup__as h4:not(:last-child) {
    margin-bottom: 1.25rem;
}

.form-popup__btn-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1.25rem;
}

.form-popup__back-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 1rem 0.5rem;
    color: #109eee;
    gap: 0.4375rem;
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.2;
    border-radius: 0.625rem;
    -webkit-transition: background-color 0.3s ease, color 0.3s ease;
    -o-transition: background-color 0.3s ease, color 0.3s ease;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.form-popup__line {
    position: relative;
    border-radius: 0.125rem;
    background-color: #fff;
}

.form-popup__line input {
    border: 0.0625rem solid #eff0f6;
    width: 100%;
    padding: 0.90625rem 2.6875rem 0.90625rem 0.625rem;
}

.form-popup__line input::-webkit-input-placeholder {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #0a3647;
}

.form-popup__line input::-moz-placeholder {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #0a3647;
}

.form-popup__line input:-ms-input-placeholder {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #0a3647;
}

.form-popup__line input::-ms-input-placeholder {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #0a3647;
}

.form-popup__line input::placeholder {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #0a3647;
}

.form-popup__lines-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.25rem;
}

.form-popup__lines-wrapper:not(:last-child) {
    margin-bottom: 2.5rem;
}

.form-popup__lines-wrapper h5 {
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.2;
    text-align: center;
}

.form-popup__lines-wrapper h6 {
    font-size: 0.875rem;
    line-height: 1.3;
    text-align: center;
}

.form-popup__lines-wrapper p {
    font-size: 12px;
    line-height: 1.5;
    color: #487791;
}

.thanks .popup__content {
    max-width: 48rem;
    background-color: #f2f6f8;
    border-radius: 0.625rem;
    padding: 3.125rem 3.125rem 9.375rem 3.125rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2.5rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.thanks .popup__close {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 1.125rem;
    flex: 0 0 1.125rem;
    width: 1.125rem;
    height: 1.125rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-item-align: end;
    align-self: flex-end;
    position: relative;
}

.thanks .popup__close::before,
.thanks .popup__close::after {
    content: "";
    height: 0.0625rem;
    width: 100%;
    background-color: rgba(144, 191, 219, 0.5);
    position: absolute;
    top: 50%;
    left: 50%;
}

.thanks .popup__close::before {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}

.thanks .popup__close::after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
}

.thanks__body {
    max-width: 36.25rem;
}

.thanks__body h3 {
    text-align: center;
    font-weight: 900;
    font-size: 2.25rem;
    line-height: 1.4;
}

.thanks__body h3:not(:last-child) {
    margin-bottom: 2.5rem;
}

.thanks__text {
    color: #487791;
    font-weight: 500;
    font-size: 1.5rem;
}

.thanks__text p {
    text-align: center;
    line-height: 1.5;
}

.thanks__text p:not(:last-child) {
    margin-bottom: 0.625rem;
}

.thanks__text span {
    font-style: italic;
}

.thanks__text:not(:last-child) {
    margin-bottom: 0.625rem;
}

.form-popup__back-btn span::before {
    font-size: 0.75rem;
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.header--main .header__logo-icon svg path {
    fill: #fff;
}

.header--main .header__logo-text svg path {
    fill: #fff;
}

.header--main .header__logo-icon svg path {
    fill: #fff;
}

.header--main .header__logo-text svg path {
    fill: #fff;
}

.header._white-header .header__logo-icon svg path {
    fill: #0a3647;
}

.header._white-header .header__logo-text svg path {
    fill: #0a3647;
}

.header._white-header .header__logo-icon svg path {
    fill: #0a3647;
}

.header._white-header .header__logo-text svg path {
    fill: #0a3647;
}

.header__logo {
    display: inline-block;
    max-width: 18.1875rem;
}

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

.header__logo-icon svg path {
    -webkit-transition: fill 0.3s ease;
    -o-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
}

.header__logo-text svg path {
    -webkit-transition: fill 0.3s ease;
    -o-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
}

.header--main._header-show .header__logo-icon svg path {
    fill: #0a3647;
}

.header--main._header-show .header__logo-text svg path:first-of-type {
    fill: #0a3647;
}

.header--main._header-show .header__logo-text svg path:nth-of-type(2) {
    fill: #0a3647;
}

.header--main._header-show .header__logo-text svg path:nth-of-type(3) {
    fill: #0a3647;
}

.header--main._header-show .header__logo-text svg path:nth-of-type(4) {
    fill: #0a3647;
}

.header--main._header-show .header__logo-text svg path:nth-of-type(5) {
    fill: #0a3647;
}

.header--main._header-show .header__logo-text svg path:nth-of-type(6) {
    fill: #0a3647;
}

.header--main._header-show .header__logo-text svg path:nth-of-type(7) {
    fill: #0a3647;
}

.header--main._header-show .header__logo-text svg path:nth-of-type(8) {
    fill: #109eee;
}

.header--main._header-show .header__logo-text svg path:nth-of-type(9) {
    fill: #109eee;
}

.header--main._header-show .header__logo-text svg path:nth-of-type(10) {
    fill: #109eee;
}

.header--main._header-show .header__logo-text svg path:nth-of-type(11) {
    fill: #109eee;
}

.header--main._header-show .header__logo-text svg path:nth-of-type(12) {
    fill: #109eee;
}

.header--main._header-show .header__logo-text svg path:last-of-type {
    fill: #109eee;
}

.footer__logo a {
    display: inline-block;
    max-width: 18.5625rem;
}

.footer__logo a img {
    max-width: 100%;
}

@media (min-width: 767.98px) {
    .header__logo {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 0.8125rem;
    }
}

@media (max-width: 1024px) {
    .header__logo-icon svg {
        width: 1.875rem;
        height: 1.875rem;
    }

    .header__logo-text svg {
        width: 14.125rem;
    }
}

@media (max-width: 991.98px) {
    .header__logo-icon svg {
        width: 1.6875rem;
        height: 1.6875rem;
    }

    .header__logo-text svg {
        width: 12.5rem;
    }
}

@media (max-width: 767.98px) {
    .header__logo-icon svg {
        width: 1.5rem;
        height: 1.5rem;
    }

    .header__logo-text {
        display: none;
    }

    .nav__burger-logo a img {
        max-width: 100%;
    }

    .footer__logo a {
        max-width: 17.75rem;
    }

    .partner__container h2 {
        text-align: left;
    }
}

/* .partner__slider {
    border-radius: 0.625rem;
    border: 0.0625rem solid #fff;
    background-color: rgba(255, 255, 255, 0.5);
    -webkit-backdrop-filter: blur(53px);
    backdrop-filter: blur(53px);
    position: relative;
    -webkit-transition: background-color 0.3s ease 0s;
    transition: background-color 0.3s ease 0s;
    z-index: 1;
} */
.slide-partner {
    padding: 4.1875rem 3.1875rem;
}

.slide-partner__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    padding-bottom: 55.5%;
}

.slide-partner__logo img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: contain;
    object-fit: contain;
}

@media (max-width: 991.98px) {
    .slide-partner {
        padding: 2.5rem 2.1875rem;
    }

    .slide-partner__logo {
        padding-bottom: 40%;
    }
}

@media (max-width: 767.98px) {
    .partner__slider {
        border-radius: 0rem;
        border: none;
        background-color: transparent;
        -webkit-backdrop-filter: none;
        backdrop-filter: none;
    }

    .partner__wrapper:not(:last-child) {
        margin-bottom: 32px;
    }

    .partner__slider.swiper {
        overflow: visible;
    }

    /* .partner__slide {
        border-radius: 0.625rem;
        border: 0.0625rem solid #fff;
        background-color: rgba(255, 255, 255, 0.5);
        -webkit-backdrop-filter: blur(53px);
        backdrop-filter: blur(53px);
    } */
}

@media (max-width: 479.98px) {
    .slide-partner__logo {
        padding-bottom: 52%;
    }
}

.filters__button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    gap: 0.8125rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 2.375rem;
    border: 0.0625rem solid rgba(144, 191, 219, 0.5);
    background-color: #fff;
    color: #487791;
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 400;
    padding-top: 0.5625rem;
    padding-bottom: 0.4375rem;
    padding-left: 0.9375rem;
    padding-right: 1.125rem;
    outline: none;
    -webkit-transition: border 0.3s ease;
    -o-transition: border 0.3s ease;
    transition: border 0.3s ease;
}

.filters__button._open-modal {
    border: 0.0625rem solid #109eee;
}

.filters__more-button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    gap: 0.625rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 2.375rem;
    border: 0.0625rem solid rgba(144, 191, 219, 0.5);
    background-color: #fff;
    color: #90bfdb;
    font-size: 0.875rem;
    font-weight: 500;
    text-transform: uppercase;
    padding-top: 0.1875rem;
    padding-bottom: 0.1875rem;
    padding-right: 0.125rem;
    padding-left: 0.9375rem;
    -webkit-transition: border 0.3s ease;
    -o-transition: border 0.3s ease;
    transition: border 0.3s ease;
}

.filters__more-button span {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 2.90625rem;
    flex: 0 0 2.90625rem;
    width: 2.90625rem;
    height: 2.125rem;
    border-radius: 1.25rem;
    background-color: #f2f6f8;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 1.125rem;
    color: #90bfdb;
    -webkit-transition: color 0.3s ease, background-color 0.3s ease;
    -o-transition: color 0.3s ease, background-color 0.3s ease;
    transition: color 0.3s ease, background-color 0.3s ease;
}

.filters__more-button:focus {
    border: 0.0625rem solid #109eee;
}

.filters__more-button:focus span {
    background-color: #109eee;
    color: #fff;
}

@media (any-hover: hover) {
    .filters__button:hover {
        border: 0.0625rem solid #90bfdb;
    }

    .filters__more-button:hover {
        border: 0.0625rem solid #109eee;
    }
}

.form-yacht__body--selected .form-yacht__line:not(:last-child) {
    margin-bottom: -1px;
    margin-left: -1px;
}

.form-yacht__body {
    padding: 1.25rem 1.25rem 2.5rem 1.25rem;
}

@media (max-width: 991.98px) {
    .form-yacht__body {
        padding: 1.25rem;
    }
}

@media (max-width: 767.98px) {
    .form-yacht__body {
        padding: 0.625rem;
    }

    .mobile-filters__data {
        gap: 0.1875rem;
    }
}

@media (max-width: 390px) {
    .form-yacht__line--calendar .qs-datepicker-container {
        top: -160% !important;
    }
}

.qs-datepicker .qs-square.qs-outside-current-month.qs-disabled::after,
.qs-datepicker .qs-square.qs-disabled::after {
    background-color: #a7afb2;
}

.form-yacht__body--selected
    .form-yacht__line--calendar
    .qs-datepicker-container,
.form-yacht__line--calendar .qs-datepicker-container {
    width: 100%;
}

.form-yacht__line--calendar .qs-datepicker .qs-square.qs-num {
    height: 4rem;
}

@media (max-width: 1100px) {
    .form-yacht__body--selected
        .form-yacht__line--calendar
        .qs-datepicker-container {
        width: 21.8125rem;
    }

    .form-yacht__body--selected
        .form-yacht__line--calendar
        .qs-datepicker
        .qs-square.qs-num {
        height: 2.5rem;
    }
}

@media (max-width: 991.98px) {
    .form-yacht__line--calendar .qs-datepicker-container {
        width: 16.5rem;
    }

    .form-yacht__line--calendar .qs-datepicker .qs-square.qs-num {
        height: 1.9375rem;
    }
}

@media (max-width: 767.98px) {
    .form-yacht__body--selected
        .form-yacht__line--calendar
        .qs-datepicker-container,
    .form-yacht__line--calendar .qs-datepicker-container {
        width: 100%;
    }

    .form-yacht__body--selected
        .form-yacht__line--calendar
        .qs-datepicker
        .qs-square.qs-num,
    .form-yacht__line--calendar .qs-datepicker .qs-square.qs-num {
        height: 4.375rem;
    }
}

@media (max-width: 610px) {
    .form-yacht__body--selected
        .form-yacht__line--calendar
        .qs-datepicker
        .qs-square.qs-num,
    .form-yacht__line--calendar .qs-datepicker .qs-square.qs-num {
        height: 2.55rem;
    }
}

@media (max-width: 435px) {
    .form-yacht__body--selected
        .form-yacht__line--calendar
        .qs-datepicker
        .qs-square.qs-num {
        height: 2.5rem;
    }
}

/*! ======== Update main page - start style ========= */
body .page {
    background-color: #fff;
}

.tripadvisor {
    border-radius: 10px;
}
.tripadvisor--g .tripadvisor__rating li{
    background-color: #EFAE16;
}

.tripadvisor__icon {
    max-width: 146px;
    height: 31px;
}

.tripadvisor__icon--g {
    max-width: 91px;
}

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

.tripadvisor__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    color: #0a3647;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
}

.tripadvisor__rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 4px;
}

.tripadvisor__rating li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 10px;
    flex: 0 0 10px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #34e0a1;
}

.hottest__rating:not(:last-child) {
    margin-bottom: 42px;
}

.rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.rating__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.rating__list li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 24px;
    flex: 0 0 24px;
    width: 24px;
    height: 24px;
}

.rating__list li:not(:first-child) {
    margin-left: -3px;
}

.rating__list li img {
    max-width: 100%;
}

.rating__review {
    color: #0a3647;
    text-align: center;
    font-size: 14px;
    line-height: 1.6;
    text-decoration: underline;
    text-underline-offset: 3px;
    text-decoration-thickness: 1px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.rating__review:hover {
    -webkit-text-decoration-color: transparent;
            text-decoration-color: transparent;
}

.hottest {
    position: relative;
    z-index: 2;
}

.page__trending {
    background-color: #f2f6f8;
}

.about-main__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px 10px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    z-index: 4;
}

.about-main__info {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 31.343284%;
    flex: 0 1 31.343284%;
}
.how-book__container {
    position: relative;
}
.atmos__container {
    position: relative;
    z-index: 3;
}
.main-reviews__container {
    max-width: 1298px;
}
.about-main__info h2,
.atmos__container h2,
.book-how__container h2,
.main-reviews__container h2,
.why-choose__container h2,
.prices__container h2 {
    font-weight: 900;
    line-height: 1.3;
}

.atmos__container h2,
.book-how__container h2,
.main-reviews__container h2,
.why-choose__container h2,
.prices__container h2 {
    text-align: center;
}

.about-main__text {
    line-height: 1.5;
}

.about-main__text:not(:last-child) {
    margin-bottom: 20px;
}

.about-main__text p:not(:last-child) {
    margin-bottom: 10px;
}

.about-main__stat {
    overflow: hidden;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 66.268657%;
    flex: 0 1 66.268657%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 10px;
    border: 1px solid #90bfdb;
    background-color: rgba(255, 255, 255, 0.5);
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

/* vendor 1 */

.about-main__item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 33.333333%;
            flex: 1 1 33.333333%;
    /* 296/888 */
    padding: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 3px;
    text-align: center;
}

.about-main__item span {
    color: #90bfdb;
    font-size: 48px;
    font-weight: 900;
    line-height: 1.3;
}

.about-main__item p {
    line-height: 1.2;
    font-weight: 500;
}

.atmos {
    background-color: #f2f6f8;
}

.atmos__slide {
    position: relative;
    aspect-ratio: 320/266;
    overflow: hidden;
    border-radius: 10px;
}

.atmos__slide--video button {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.atmos__slide--video button img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
    width: 80px;
    height: 80px;
}

.ready.atmos__slide--video button {
    opacity: 0;
    pointer-events: none;
}

.atmos__slide--video:hover {
    cursor: pointer;
}

.atmos__slide img,
.atmos__slide iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-object-fit: cover;
    -moz-object-fit: cover;
    -o-object-fit: cover;
    object-fit: cover;
}

.atmos__action {
    text-align: center;
}

.atmos__action:not(:last-child) {
    margin-bottom: 10px;
}

.atmos__show-more {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
}

.book-how__steps {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    counter-reset: step-counter;
}

.book-how__item {
    border-radius: 10px;
    background-color: #f2f6f8;
    counter-increment: step-counter;
}

.book-how__item h3 {
    color: #90bfdb;
    font-weight: 900;
}

.book-how__item h3::after {
    content: counter(step-counter);
}

.book-how__item h3:not(:last-child) {
    margin-bottom: 18px;
}

.book-how__item p {
    line-height: 1.5;
}

.book-how__item p:not(:last-child) {
    margin-bottom: 10px;
}

.book-how__action {
    text-align: center;
}

.types-boat,
.explore {
    background-color: #f2f6f8;
}

.types-boat__container h2,
.explore__container h2 {
    font-weight: 900;
    line-height: 1.3;
}

.types-boat__list,
.explore__list {
    display: -ms-grid;
    display: grid;
    gap: 20px;
}

.item-boat__cart {
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
}

.item-boat__image {
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    aspect-ratio: 393/255;
}

.item-boat__image img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-object-fit: cover;
    -moz-object-fit: cover;
    -o-object-fit: cover;
    object-fit: cover;
}

.item-boat__image:not(:last-child) {
    margin-bottom: 14px;
}

.item-boat__body {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto 10px auto;
    grid-template-columns: repeat(2, auto);
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 5px 10px;
}

.item-boat__type {
    color: #487791;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.3;
    -webkit-transition: color 0.3s ease 0s;
    -o-transition: color 0.3s ease 0s;
    transition: color 0.3s ease 0s;
}

.item-boat__type:hover {
    color: #0a3647;
}

.item-boat__dur {
    line-height: 1.5;
}

.item-boat__places {
    line-height: 1.5;
    text-align: right;
}


.awaits__container {
    max-width: 784px;
    padding-inline: 12px;
}

.awaits__container h2,
.faq-main__container h2 {
    font-weight: 900;
    line-height: 1.3;
    text-align: center;
}


.spol-main__item {
    position: relative;
    border-bottom: 1px solid rgba(144, 191, 219, 0.5);
}

.spol-main__item::before,
.spol-main__item::after {
    content: "";
    position: absolute;
    bottom: -1px;
    height: 0.0625rem;
    background-color: #fff;
    z-index: 2;
}

.spol-main__item::before {
    left: 0;
}

.spol-main__item::after {
    right: 0;
}

.spol-main__title {
    width: 100%;
    cursor: pointer;
    text-align: left;
    color: #487791;
    font-weight: 700;
    line-height: 1.3;
    position: relative;
    z-index: 1;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 1.25rem;
    -webkit-transition: color 0.3s ease 0s, background-color 0.3s ease 0s;
    -o-transition: color 0.3s ease 0s, background-color 0.3s ease 0s;
    transition: color 0.3s ease 0s, background-color 0.3s ease 0s;
}

.spol-main__title span {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 24px;
            flex: 0 0 24px;
    width: 24px;
    height: 24px;
    position: relative;
}

.spol-main__title span::before,
.spol-main__title span::after {
    content: "";
    position: absolute;
    width: 1rem;
    height: 0.125rem;
    background-color: #90bfdb;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: -webkit-transform 0.3s ease 0s;
    transition: -webkit-transform 0.3s ease 0s;
    -o-transition: transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
    -webkit-transition: 0.3s ease 0s, background-color 0.3s ease 0s;
    -o-transition: 0.3s ease 0s, background-color 0.3s ease 0s;
    transition: 0.3s ease 0s, background-color 0.3s ease 0s;
}

.spol-main__title span::after {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    -ms-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg);
}

._spoller-init .spol-main__title._spoller-active span::after {
    -webkit-transform: translate(-50%, -50%) rotate(180deg);
    -ms-transform: translate(-50%, -50%) rotate(180deg);
    transform: translate(-50%, -50%) rotate(180deg);
}

/* vendor 1.5 */

.spol-main__title:hover {
    color: #fff;
    background-color: #487791;
}

.spol-main__body {
    padding-top: 20px;
    background-color: #fff;
    -webkit-transition: background-color 0.3s ease 0s;
    -o-transition: background-color 0.3s ease 0s;
    transition: background-color 0.3s ease 0s;
}

.spol-main__body p {
    line-height: 1.5;
}

.spol-main__body p:not(:last-child) {
    margin-bottom: 0.625rem;
}

.faq-main {
    background-color: #f2f6f8;
    overflow: hidden;
    position: relative;
}

.faq-main .spol-main__title,
.faq-main .spol-main__body {
    background-color: #f2f6f8;
}

.faq-main .spol-main__title:hover {
    background-color: #487791;
}

.faq-main__container {
    max-width: 944px;
    padding-inline: 12px;
    z-index: 3;
    position: relative;
}

.main-reviews {
    overflow: hidden;
    position: relative;
    z-index: 2;
}
/* main-reviews::before */
    .main-reviews__decor {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
    }
    .main-reviews__decor img {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        -o-object-fit: cover;
            object-fit: cover;
    }

.main-reviews__list {
    
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.main-reviews__card {
    border-radius: 10px;
    background-color: #f2f6f8;
    padding: 40px 51.25px;
}

.main-reviews__card p {
    text-align: center;
    line-height: 1.5;
}

.main-reviews__card p:not(:last-child) {
    margin-bottom: 22px;
}

.main-reviews__rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 4px;
}

.main-reviews__rating:not(:last-child) {
    margin-bottom: 16px;
}

.main-reviews__rating span {
    font-weight: 900;
    line-height: 1.2;
}

.main-reviews__rating ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 3.5px;
}

.main-reviews__rating ul li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 14px;
            flex: 0 0 14px;
    width: 14px;
    height: 14px;
}

.main-reviews__rating li:not(:first-child) {
    margin-left: -3px;
}

.main-reviews__rating li img {
    max-width: 100%;
}

.main-reviews__icon {
    max-width: 121px;
    height: 40px;
    margin: 0 auto;
}

.main-reviews__icon--trip {
    max-width: 188px;
}

.main-reviews__icon--trust {
    max-width: 152px;
}

.main-reviews__icon--face {
    max-width: 127px;
}

.main-reviews__icon:not(:last-child) {
    margin-bottom: 25px;
}

.main-reviews__icon img {
    max-width: 100%;
}

.main-reviews__show-more {
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}

/* === vendor 2 */

.main-reviews__show-more:not(:last-child) {
    margin-bottom: 10px;
}

.searches {
    background-color: #f2f6f8;
}

.searches__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px 40px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    align-items: start;
}

.searches__container h2 {
    font-weight: 900;
    line-height: 1.4;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 28.58209%;
            flex: 1 1 28.58209%;
    /* 383/1340 */
}

.searches__filter {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 68.432836%;
            flex: 0 1 68.432836%;
    /* 917/1340 */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
}

.searches__filter li {
    border-radius: 38px;
    border: 1px solid #90bfdb;
    background-color: #fff;
    padding: 5.5px 15px 4.5px 15px;
    color: #487791;
    line-height: 1.5;
    cursor: pointer;
    -webkit-transition: background-color 0.3s ease 0s;
    -o-transition: background-color 0.3s ease 0s;
    transition: background-color 0.3s ease 0s;
}

.searches__filter li:hover {
    background-color: #f2f6f8;
}


.why-choose {
    position: relative;
    overflow: hidden;
    z-index: 3;
}

.why-choose__decor {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    pointer-events: none;
}


.why-choose__wrapper {
    display: -ms-grid;
    display: grid;
    gap: 20px;
}

.why-choose__sales {
    border-radius: 10px;
    background-color: #f2f6f8;
    padding: 24px 20px 20px 20px;
}

.why-choose__sales h3 {
    color: #487791;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.3;
}

.why-choose__sales h3:not(:last-child) {
    margin-bottom: 11px;
}

.why-choose__sale {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 8px;
}

.why-choose__sale li {
    border-radius: 4px;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 5px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 8px;
}

.why-choose__sale li span {
    line-height: 1.5;
}

.why-choose__about {
    display: -ms-grid;
    display: grid;
    gap: 20px;
}

.why-choose__about li {
    padding: 14px 20px 12px 20px;
    border-radius: 10px;
    background-color: #f2f6f8;
    -webkit-backdrop-filter: blur(2px);
            backdrop-filter: blur(2px);
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 15px;
}

.why-choose__about li h3 {
    color: #487791;
    font-family: "GothamPro";
    font-size: 24px;
    font-weight: 700;
    line-height: 1.3;
}

.why-choose__about li p {
    line-height: 1.5;
}

table {
    margin: 0;
    padding: 0;
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

th,
td {
    margin: 0;
    padding: 0;
    border: none;
    font-weight: normal;
    vertical-align: middle;
}


.prices {
    background-color: #f2f6f8;
}

.prices__container {
    max-width: 944px;
}

.prices__table {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 24px;
}

.prices__table-wrapper {
    border-radius: 10px;
    background-color: #fff;
    width: 100%;
    border-collapse: collapse;
    text-align: right;
}

.prices__table-wrapper:not(:last-child) {
    margin-bottom: 20px;
}

.prices__table th {
    color: #487791;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.3;
}

.prices__table tr {
    width: 100%;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.prices__table tbody {
    line-height: 1.5;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 20px;
}

.prices__table a {
    text-decoration: underline;
    text-underline-offset: 4px;
    text-decoration-thickness: 1px;
    -webkit-text-decoration-color: #0a3647;
            text-decoration-color: #0a3647;
    -webkit-transition: -webkit-text-decoration-color 0.3s ease 0s;
    transition: -webkit-text-decoration-color 0.3s ease 0s;
    -o-transition: text-decoration-color 0.3s ease 0s;
    transition: text-decoration-color 0.3s ease 0s;
    transition: text-decoration-color 0.3s ease 0s, -webkit-text-decoration-color 0.3s ease 0s;
}

.prices__table a:hover {
    -webkit-text-decoration-color: transparent;
            text-decoration-color: transparent;
}

.prices__table th:first-of-type {
    text-align: left;
}

.prices__table tbody td:first-of-type {
    text-align: left;
}

.prices__payment {
    border-radius: 10px;
    background-color: #fff;
    padding: 41px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 11px 20px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.prices__payment h3 {
    color: #487791;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.3;
}

.prices__list-pay {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 70.978261%;
            flex: 0 1 70.978261%;
    /* 653/920 */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.prices__list-pay li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 55px;
            flex: 0 0 55px;
}

.prices__list-pay li img {
    max-width: 100%;
}

.prices__table-wrapper::-webkit-scrollbar {
    height: 6px;
}

.prices__table-wrapper::-webkit-scrollbar-thumb {
    background: #90bfdb;
    border-radius: 4px;
}

.prices__table-wrapper::-webkit-scrollbar-track {
    background: #deecf4;
}

.prices__table-wrapper::-webkit-scrollbar-track:hover {
    background: #deecf4;
}

.prices__table-wrapper {
    scrollbar-color: #deecf4;
}

.main-policy__container h2 {
    font-size: 48px;
    font-weight: 900;
    line-height: 1.04;
    padding-inline: 8px;
}

.main-policy__container h3 {
    color: #487791;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.3;
    padding-inline: 8px;
}

.main-policy__container h3:not(:last-child) {
    margin-bottom: 7px;
}

.main-policy__text {
    line-height: 1.5;
    padding-inline: 8px;
}

.main-policy__text:not(:last-child) {
    margin-bottom: 26px;
}

.main-policy__text p:not(:last-child) {
    margin-bottom: 9px;
}

.main-policy__container ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 5px;
}

.main-policy__container ul li {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    line-height: 1.5;
}

.main-policy__container ul li::before {
    content: "";
    -webkit-box-flex: 0;
    -ms-flex: 0 0 0.3125rem;
    flex: 0 0 0.3125rem;
    width: 0.3125rem;
    height: 0.3125rem;
    border-radius: 50%;
    background-color: #0a3647;
    display: inline-block;
    margin-left: 0.625rem;
    margin-right: 0.625rem;
    margin-top: 0.5rem;
}

.map-main__contact {
    padding: 29px 50px 50px 50px;
    max-width: 554px;
    border-radius: 10px;
    background-color: #0a3647;
}

.map-main__contact p {
    color: #fff;
    text-align: center;
    line-height: 1.5;
    max-width: 400px;
    margin: 0 auto;
}

.map-main__contact p:not(:last-child) {
    margin-bottom: 22px;
}

.map-main__title {
    color: #deecf4;
    text-align: center;
    font-weight: 900;
    line-height: 1.3;
    display: block;
}

.map-main__title:not(:last-child) {
    margin-bottom: 8px;
}

.map-main__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 40px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px 40px;
    color: #fff;
}

.map-main__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    line-height: 1.5;
    -webkit-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

.map-main__link:hover {
    color: #487791;
}

.map-main__link i {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 24px;
            flex: 0 0 24px;
    width: 24px;
    height: 24px;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.map-main__map iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
        object-fit: cover;
}

.footer__container {
    max-width: 1264px;
}

/* Update main page - end style */

/*! ======= Update services page start ======= */

.main-serv-new__breadcrumb{
    position: relative;
    z-index: 3;
    padding-top: 18px;
}

.breadcrumb__container{
    overflow: auto;
}
.breadcrumb__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	gap: 4px;
	white-space: nowrap;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.2;
}
.breadcrumb__item:not(:last-child) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4px;
}
.breadcrumb__item:not(:last-child)::after {
    content: '/';
    color: #487791;
    font-size: 12px;
}
.breadcrumb__link{
    color: #487791;
    -webkit-transition: color 0.3s ease 0s;
    -o-transition: color 0.3s ease 0s;
    transition: color 0.3s ease 0s;  
}
.breadcrumb__link:hover{
    color: #90BFDB; 
}
.breadcrumb__current{
    color: #90BFDB;
}




.serv-new,
.serv-new__faq-main,
.serv-new__prices {
    background-color: #fff;
}
.serv-new__prices {
    position: relative;
    z-index: 2;
}
.serv-new__decor {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}
.serv-new__decor img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.serv-new__prices .prices__table-wrapper,
.serv-new__prices .prices__payment,
.serv-new__services-galery  {
    background-color: #F2F6F8;
}
.serv-new__services-galery .galery-sercices__article {
    background-color: #fff;
}
.serv-new__services-galery 
.serv-new__about-main,
.serv-new__about-main {
    background-color: #F2F6F8;
}
.about-services {
    position: relative;
    z-index: 2;
    background: #f2f6f8;
}
.serv-new__book {
    overflow: hidden;
}
.serv-new__explore {
    position: relative;
    z-index: 2;
    overflow: hidden;
}
.serv-new__exp-decor {
    position: absolute;
    z-index: -1;
    pointer-events: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.serv-new__exp-decor img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    
}
.main-serv-new {
    position: relative;
}

.main-serv-new__title {
    color: #fff;
    font-weight: 900;
    line-height: 1.04;
}

.main-serv-new__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
}

.main-serv-new__list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #fff;
    font-weight: 700;
    line-height: 1.2;
}

.main-serv-new__list li::before {
    -ms-flex-item-align: start;
        -ms-grid-row-align: start;
        align-self: start;
    font-size: 24px;
    color: #90bfdb;
}

.main-serv-new__container {
    /* max-width: 1268px; */
    position: relative;
    z-index: 3;
    
}

.prices__list-pay--services {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
    opacity: 0.8;
    background-color: #fff;
    -webkit-backdrop-filter: blur(8.199999809265137px);
            backdrop-filter: blur(8.199999809265137px);
    padding: 8.74px 18px;
    border-radius: 10px;
    justify-content: space-between;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.prices__list-pay--services li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 45px;
            flex: 0 0 45px;
}

.main-serv-new__tripadvisor {
    border-radius: 10px;
    opacity: 0.8;
    background-color: #fff;
    -webkit-backdrop-filter: blur(8.199999809265137px);
            backdrop-filter: blur(8.199999809265137px);
}

.main-serv-new__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.main-serv-new__bg img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
}

.serv-new__about {
    position: relative;
}


.about-services {
    position: relative;
    z-index: 5;
}

.about-services__slide {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    aspect-ratio: 263.5/255.5;
}
.about-services__slide:last-child {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
    aspect-ratio: 547/255.5;
}
.about-services__slide img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
}

.about-services__container {
    display: -ms-grid;
    display: grid;
    position: relative;
    z-index: 3;
}
.about-services__container h2 {
    font-weight: 900;
    line-height: 1.3;
}

.about-services__container h3 {
    color: #487791;
    font-weight: 700;
    line-height: 1.3;
}

.about-services__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 30px 40px;
}
.about-services__list:not(:last-child) {
    margin-bottom: 30px;
}
.about-services__list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    line-height: 1.2;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.about-services__list li i {
    font-size: 24px;
    color: #90bfdb;
}
.about-services__text:not(:last-child) {
    margin-bottom: 26px;
}
.about-services__text p:not(:last-child) {
    margin-bottom: 10px;
}

.suitable {
    background-color: #FFF;
    position: relative;
    z-index: 2;
}

.suitable__action {
    text-align: right;
}
.serv-new__faq-main .spol-main__title {
    background-color: #fff;
}


.reviews-serv {
    background-color: #F2F6F8;
}
.reviews-serv__container h2 {
    font-weight: 900;
    line-height: 1.3;
}
.reviews-serv__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 15px;

}

.reviews-serv__rating{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
}
.reviews-serv__button{
    -ms-flex-item-align: end;
        -ms-grid-row-align: end;
        align-self: end;
}
.reviews-serv__points-list {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 10px 82px;
}
.reviews-serv__points-list span {
    line-height: 1.5;
}
.reviews-serv__points-list li,
.reviews-serv__sub-rating,
.reviews-serv__sub-rating ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 10px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.reviews-serv__sub-rating ul {
    gap: 0px;
    margin-bottom: 4px;
}

.reviews-serv__points-list:not(:last-child) {
    margin-bottom: 26px;
}

.reviews-serv__sub-rating ul li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 18px;
            flex: 0 0 18px;
    width: 18px;
    height: 18px;
}
.reviews-serv__sub-rating ul li:not(±:first-child){
    margin-left: -3px;
}
.reviews-serv__sub-rating li img {
    max-width: 100%;
}
.reviews-serv__sub-rating span {
    line-height: 1.5;

}
.reviews-serv__galery {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
}
.reviews-serv__galery:not(:last-child) {
    margin-bottom: 30px;
}
.reviews-serv__item {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    aspect-ratio: 320/228;
}
.reviews-serv__item img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
        object-fit: cover;
}
.reviews-serv__count {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* align-items: center; */
    gap: 14px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.reviews-serv__count div {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    text-align: right;
    -ms-flex-item-align: end;
        align-self: flex-end;
}

.reviews-serv__count p {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    color: #487791;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
}

.reviews-serv__testination {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
}
.reviews-serv__testination:not(:last-child){
    margin-bottom: 30px;
}
.reviews-serv__testination .testination__article {
    -webkit-transition: -webkit-box-shadow 0.3s ease;
    transition: -webkit-box-shadow 0.3s ease;
    -o-transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
    box-shadow: none;
}
.reviews-serv__testination .testination__article:hover {
        -webkit-box-shadow: 0px 0px 0px 0px rgba(103, 142, 152, 0.1), 0px 3px 6px 0px rgba(103, 142, 152, 0.1), 0px 11px 11px 0px rgba(103, 142, 152, 0.09), 0px 24px 14px 0px rgba(103, 142, 152, 0.05), 0px 43px 17px 0px rgba(103, 142, 152, 0.01), 0px 67px 19px 0px rgba(103, 142, 152, 0);
    box-shadow: 0px 0px 0px 0px rgba(103, 142, 152, 0.1), 0px 3px 6px 0px rgba(103, 142, 152, 0.1), 0px 11px 11px 0px rgba(103, 142, 152, 0.09), 0px 24px 14px 0px rgba(103, 142, 152, 0.05), 0px 43px 17px 0px rgba(103, 142, 152, 0.01), 0px 67px 19px 0px rgba(103, 142, 152, 0);
}
.reviews-serv__action{
    text-align: center;
}
.serv-new__atmos .atmos::after {
    display: none;
}


.feedback .popup__content {
    max-width: 697px;
    background-color: #F2F6F8;
    border-radius: 10px;
}

.feedback .popup__content{
    padding: 30px 50px 50px 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-shadow: 0px 12px 17px 0px rgba(72, 119, 145, 0.14), 0px 5px 22px 0px rgba(72, 119, 145, 0.12), 0px 7px 8px 0px rgba(72, 119, 145, 0.20);
            box-shadow: 0px 12px 17px 0px rgba(72, 119, 145, 0.14), 0px 5px 22px 0px rgba(72, 119, 145, 0.12), 0px 7px 8px 0px rgba(72, 119, 145, 0.20);
}

.feedback .popup__close {
    -ms-flex-item-align: end;
        align-self: flex-end;
    position: relative;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 18px;
            flex: 0 0 18px;
    width: 18px;
    height: 18px;
}
.feedback .popup__close:not(:last-child) {
    margin-bottom: 10px;
}
.feedback .popup__close::before,
.feedback .popup__close::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 1px;
    background-color: rgba(144, 191, 219, 0.50);
    -webkit-transition: background-color 0.3s ease 0s;
    -o-transition: background-color 0.3s ease 0s;
    transition: background-color 0.3s ease 0s;
}
.feedback .popup__close::before {
    -webkit-transform: translate(-50%,-50%) rotate(45deg);
        -ms-transform: translate(-50%,-50%) rotate(45deg);
            transform: translate(-50%,-50%) rotate(45deg);
}
.feedback .popup__close::after {
    -webkit-transform: translate(-50%,-50%) rotate(-45deg);
        -ms-transform: translate(-50%,-50%) rotate(-45deg);
            transform: translate(-50%,-50%) rotate(-45deg);
}
.feedback__body h3 {
    font-size: 36px;
    font-weight: 900;
    line-height: 1.4;
    text-align: center;
}
.feedback__body h3:not(:last-child) {
    margin-bottom: 10px;
}
.feedback__body p {
    text-align: center;
    line-height: 1.5;
}
.feedback__body p:not(:last-child) {
    margin-bottom: 32px;
}
.feedback__form{
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 20px;
}
.feedback__lines{
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
}
.feedback__line input,
.feedback__message textarea {
    border-radius: 2px;
    border: 1px solid #EFF0F6;
    background-color: #FFF;
    padding: 13px 10px 10px 10px;
    width: 100%;
    -webkit-transition: border 0.3s ease 0s;
    -o-transition: border 0.3s ease 0s;
    transition: border 0.3s ease 0s;
}
.feedback__line input:hover,
.feedback__message textarea:hover,
._form-focus.feedback__line input,
._form-focus.feedback__message textarea    {
    border: 1px solid rgba(144, 191, 219, 0.50);
}

.feedback__message input::-webkit-input-placeholder, .feedback__message textarea::-webkit-input-placeholder {
    color:  #0A3647;
    font-family: "GothamPro";
    font-size: 16px;
    line-height: 1.5;
}

.feedback__message input::-moz-placeholder, .feedback__message textarea::-moz-placeholder {
    color:  #0A3647;
    font-family: "GothamPro";
    font-size: 16px;
    line-height: 1.5;
}

.feedback__message input:-ms-input-placeholder, .feedback__message textarea:-ms-input-placeholder {
    color:  #0A3647;
    font-family: "GothamPro";
    font-size: 16px;
    line-height: 1.5;
}

.feedback__message input::-ms-input-placeholder, .feedback__message textarea::-ms-input-placeholder {
    color:  #0A3647;
    font-family: "GothamPro";
    font-size: 16px;
    line-height: 1.5;
}

.feedback__line input,
.feedback__line textarea,
.feedback__message input::placeholder,
.feedback__message textarea::placeholder {
    color:  #0A3647;
    font-family: "GothamPro";
    font-size: 16px;
    line-height: 1.5;
}
.feedback__message textarea {
    resize: vertical;
    min-height: 96px;
}
.feedback__file {
    border-radius: 2px;
    background-color: #FFF;
    padding: 10px;
}

.feedback__file-icon input {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
}

.feedback__file-icon {
    position: relative;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 112px;
            flex: 0 0 112px;
    width: 112px;
    min-height: 76px;
    cursor: pointer;
}
.feedback__file-icon label {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 6px;
    color:  #487791;
    text-align: center;
    font-size: 12px;
    line-height: 1.2;
    padding: 12px;
    border-radius: 2px;
    background-color: #F2F6F8;
    
}
.feedback__rating-list{
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    padding: 20px;
    border-radius: 2px;
    background-color: #FFF;
    gap: 20px;
}
.feedback__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 8px 16px;
}
.feedback__item p {
    line-height: 1.5;
}
.feedback__item p:not(:last-child){
    margin-bottom: 0px;
}
.feedback__item ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.feedback__item ul li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 24px;
            flex: 0 0 24px;
    width: 24px;
    height: 24px;
}
.feedback__item ul li svg {
    width: 24px;
    height: 24px;
}

.feedback__actions{
    text-align: center;
}


.label-btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    gap: 10px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2; 
    text-transform: capitalize;
    padding: 15.5px 32px;
    border-radius: 0.625rem;
    background-color: #109eee;
    color: #fff;
    border: 2px solid #109eee;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.2;
    /* 19.2px */
    -webkit-transition: background-color 0.3s ease 0s, color 0.3s ease 0s;
    -o-transition: background-color 0.3s ease 0s, color 0.3s ease 0s;
    transition: background-color 0.3s ease 0s, color 0.3s ease 0s;
}
.label-btn::before {
    font-size: 10px;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
}
.label-btn:disabled {
    color: #999;
    background-color: #f2f2f2;
    border: 1px solid #ccc;
    cursor: not-allowed;
}

.label-btn:hover {
    color: #109eee;
    background-color: #fff;
}
.label-btn--tr {
    color: #109eee;
    background-color: #fff;
}
.label-btn--tr:disabled {
    color: #999;
    background-color: #f2f2f2;
    border: 1px solid #ccc;
    cursor: not-allowed;
}
.label-btn--tr:hover {
    background-color: #109eee;
    color: #fff;
}
.sboats__name.small {
    color: #0A3647 !important;
    font-size: 20px;
    font-weight: 700;
    line-height: 120%;
}


.nav__actions.account {
    background-color: #fff;
    width: 193px;
}
.nav__account-title{
    color:  #0A3647;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.2;
    padding-top: 18px;
    padding-bottom: 15px;
    text-align: center;
}
.nav__account-line {
    width: 100%;
    border-top: 1px solid rgba(144, 191, 219, 0.5);
}
.nav__account-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
}
.nav__account-list li {
    width: 100%;
}
.nav__account-btn {
    color: #487791;
    text-align: center;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.2;
    width: 100%;
    padding: 18px 10px 15px 10px;
    display: inline-block;
    border-bottom: 0.0625rem solid transparent;
    -webkit-transition: background-color 0.3s ease 0s, color 0.3s ease 0s,
        border-bottom 0.3s ease 0s, -webkit-box-shadow 0.3s ease 0s;
    transition: background-color 0.3s ease 0s, color 0.3s ease 0s,
        border-bottom 0.3s ease 0s, -webkit-box-shadow 0.3s ease 0s;
    -o-transition: background-color 0.3s ease 0s, color 0.3s ease 0s,
        box-shadow 0.3s ease 0s, border-bottom 0.3s ease 0s;
    transition: background-color 0.3s ease 0s, color 0.3s ease 0s,
        box-shadow 0.3s ease 0s, border-bottom 0.3s ease 0s;
    transition: background-color 0.3s ease 0s, color 0.3s ease 0s,
        box-shadow 0.3s ease 0s, border-bottom 0.3s ease 0s, -webkit-box-shadow 0.3s ease 0s;
    transition: background-color 0.3s ease 0s, color 0.3s ease 0s,
        box-shadow 0.3s ease 0s, border-bottom 0.3s ease 0s,
        -webkit-box-shadow 0.3s ease 0s;
}
.nav__account-btn:hover {
    background-color: #fff;
    color: #0a3647;
    -webkit-box-shadow: 0rem -0.125rem 0.5rem 0rem rgba(72, 119, 145, 0.3);
    box-shadow: 0rem -0.125rem 0.5rem 0rem rgba(72, 119, 145, 0.3);
    border-bottom: 0.0625rem solid #109eee;
}


.create-account__container h1 {
    font-weight: 900;
    line-height: 1.3;
}
.create-account__container h2 {
    color: #487791;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.3;
}
.create-account__container h2:not(:last-child) {
    margin-bottom: 15px;
}
.create-account__form {
    border-radius: 10px;
    background-color: #FFF;
    
}
.create-account__body {
    border-radius: 10px;
    border: 1px solid rgba(144, 191, 219, 0.50);
    padding: 14px 20px 20px 20px;
}

.create-account__lines-sel {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 8.75rem 20px 1fr 20px 1fr;
    grid-template-columns: 8.75rem 1fr 1fr;
    gap: 17px 20px;
}
.create-account__lines {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: 17px 20px;
}
.create-account__lines-sel:not(:last-child) {
    margin-bottom: 17px;
}
.create-account__lines:not(:last-child) {
    margin-bottom: 20px;
}
.create-account__select select {
    appearance: none;
    -moz-appearance: none; 
    -webkit-appearance: none;
    outline: 1px solid transparent;
    border-radius: 5px;
    border: 1px solid rgba(144, 191, 219, 0.50);
    background-color:#FFF;
    -webkit-transition: border 0.3s ease 0s;
    -o-transition: border 0.3s ease 0s;
    transition: border 0.3s ease 0s;  
    width: 100%;
    padding: 11px 36px 10px 10px;
    color: #487791;
    font-family: "GothamPro";
    font-size: 16px;
    line-height: 1.5;
    cursor: pointer;
}

.create-account__select {
    position: relative;

}
.create-account__select button {
    position: absolute;
    top: 50%;
    right: 12px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    color: rgba(144, 191, 219, 0.5);
    font-size: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 24px;
    height: 24px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    pointer-events: none;
}
.create-account__line,
.create-account__select-wrapper,
.create-account__cal-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
            flex-direction: column;
    gap: 4px;
}
.create-account__line label,
.create-account__select-wrapper label,
.create-account__cal-wrapper label {
    color: #90BFDB;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
}

.create-account__line input,
.create-account__cal input {
    border-radius: 5px;
    border: 1px solid rgba(144, 191, 219, 0.50);
    background-color:#FFF;
    -webkit-transition: border 0.3s ease 0s;
    -o-transition: border 0.3s ease 0s;
    transition: border 0.3s ease 0s;  
    padding: 11px 36px 10px 10px;
    color: #0A3647;
    font-family: "GothamPro";
    font-size: 16px;
    line-height: 1.5;
    width: 100%;
}
.create-account__line input::-webkit-input-placeholder, .create-account__cal input::-webkit-input-placeholder {
    color: #487791;
    font-family: "GothamPro";
    font-size: 16px;
    line-height: 1.5;
}
.create-account__line input::-moz-placeholder, .create-account__cal input::-moz-placeholder {
    color: #487791;
    font-family: "GothamPro";
    font-size: 16px;
    line-height: 1.5;
}
.create-account__line input:-ms-input-placeholder, .create-account__cal input:-ms-input-placeholder {
    color: #487791;
    font-family: "GothamPro";
    font-size: 16px;
    line-height: 1.5;
}
.create-account__line input::-ms-input-placeholder, .create-account__cal input::-ms-input-placeholder {
    color: #487791;
    font-family: "GothamPro";
    font-size: 16px;
    line-height: 1.5;
}
.create-account__line input::placeholder,
.create-account__cal input::placeholder {
    color: #487791;
    font-family: "GothamPro";
    font-size: 16px;
    line-height: 1.5;
}
.create-account__line input:disabled,
.create-account__cal input:disabled {
    border: 0.0625rem solid  #EFF0F6;
    background-color:  #F2F6F8;
    cursor: not-allowed;
    color: #487791;
}
.create-account__cal{
    position: relative;
}
.create-account__icon{
    position: absolute;
    top: 50%;
    right: 12px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    color: rgba(144, 191, 219, 0.5);
    font-size: 24px;
}
.create-account__pass-btn {
    border-radius: 100px;
    border: 2px solid  #109EEE;
}

.create-account__action{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 32px;
}


/* Account page style end */

/* My booking page */

.saved__container h1 {
    font-weight: 900;
    line-height: 130%;
}
.saved__container h1:not(:last-child) {
    margin-bottom: 33px;
}
.saved__search.search-main {
    -webkit-box-shadow: none;
            box-shadow: none;
}
.saved__container .saved-empty {
    padding: 40px 20px 50px;
}
.saved__container .saved-empty:not(:last-child) {
    margin-bottom: 80px;
}
.saved-empty__text {
    color:  #487791;
    font-size: 24px;
    font-weight: 900;
    line-height: 1.2; 
    text-align: center;
}
.saved-empty__text:not(:last-child) {
    margin-top: 30px;
    margin-bottom: 40px;
}
.saved__container .saved-empty .coming-book__actions {
    text-align: center;
}
.saved__hottest {
    padding-top: 89px;
    padding-bottom: 80px;
}
.saved__hottest .button--card {
    padding-inline: 32px;
}
.coming-book {
    padding: 29px 20px 20px 20px;
    border-radius: 10px;
    background-color: #FFF;
}
.coming-book h2 {
    color:  #487791;
    font-size: 36px;
    font-weight: 900;
    line-height: 1.4;
}
.saved__container .coming-book.saved {
    padding: 40px 20px 20px;
}
.coming-book h2:not(:last-child) {
    margin-bottom: 24px;
}
.coming-book__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    /* height: 100%; */
}
.coming-book__list li {
    height: 100%;
}
.coming-book__card { 
    display: block;
    border-radius: 10px;
    border: 1px solid rgba(144, 191, 219, 0.50);
    padding: 14px 20px 20px 20px;
    height: 100%;
}
.coming-book__ship {
    display: inline-block;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.3;
}
.coming-book__ship:not(:last-child) {
    margin-bottom: 5px;
}
.coming-book__body{
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 53.7% 20px 40.46875%;
    grid-template-columns: 53.7% 40.46875%; 
    gap: 16px 20px;
    /* height: 100%; */
}
.coming-book__image {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    aspect-ratio: 321/150;
}
.coming-book__image img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
       object-fit: cover;
}
.coming-book__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px;
}
.coming-book__header:not(:last-child) {
    margin-bottom: 11px;
}
.coming-book__id {
    line-height: 1.5;
}
.coming-book__label {
    display: inline-block;
    color: #2CAD21;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    letter-spacing: -0.24px;
    border-radius: 2px;
    border: 1px solid rgba(44, 173, 33, 0.50);
    padding-inline: 7px;
    margin-bottom: 2px;
    padding-top: 2px;
}
.coming-book__label.completed {
    color: #A3A3A3;
    border: 1px solid rgba(163, 163, 163, 0.50);
}
.coming-book__date {
    font-weight: 500;
    line-height: 1.2;
}
.coming-book__date:not(:last-child) {
    margin-bottom: 4px;
}
.coming-book__guest {
    line-height: 1.5;
}
.coming-book__guest:not(:last-child) {
    margin-bottom: 3px;
}
.coming-book__text {
    line-height: 1.2;
}
.coming-book__text:not(:last-child) {
    margin-bottom: 6px;
}

.coming-book__ship-list {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
}

.card-ship__fauvorite {
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transform: translate(-6.56px,8px);
        -ms-transform: translate(-6.56px,8px);
            transform: translate(-6.56px,8px);
    z-index: 4;
    border-radius: 50%;
    background-color: rgba(242, 246, 248, 0.5);
    width: 36px;
    height: 36px;
}
.card-ship__fauvorite svg {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 24px;
            flex: 0 0 24px;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-47%);
        -ms-transform: translate(-50%,-47%);
            transform: translate(-50%,-47%);
}
.coming-book__ship-list:not(:last-child) {
    margin-bottom: 42px;
}
.coming-book__actions {
    text-align: right;
}
.coming-book__ship-list .card-ship {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.coming-book__ship-list .card-ship__wrapper {
    border-right: 1px solid #90BFDB;
    border-bottom: 1px solid #90BFDB;
    border-left: 1px solid #90BFDB;
    border-radius: 0px 0px 10px 10px;
}
.coming-book__ship-list .card-ship__actions {
    gap: 2px;
}
.coming-book__ship-list .card-ship__button {
    padding: 11.6px 7px 9.6px 7px;
    font-size: 14px;
}

/* My booking page end */


/* Booking details in user account */

.booking__number {
    color:#487791;
    font-weight: 500;
    line-height: 1.2;
}
.booking__number:not(:last-child) {
    margin-bottom: 15px;
}
.booking__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 25px 15px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.booking__header:not(:last-child) {
    margin-bottom: 34px;
}
.booking__ship-link {
    font-size: 48px;
    font-weight: 900;
    line-height: 1.3;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 9px; 
    -webkit-transition: -webkit-text-decoration-color 0.3s ease; 
    transition: -webkit-text-decoration-color 0.3s ease; 
    -o-transition: text-decoration-color 0.3s ease; 
    transition: text-decoration-color 0.3s ease; 
    transition: text-decoration-color 0.3s ease, -webkit-text-decoration-color 0.3s ease;
}
.booking__ship-link:hover {
    -webkit-text-decoration-color: transparent;
            text-decoration-color: transparent;
}
.booking__top {
    background-color: #fff;
    padding: 20px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 10px;
}
.booking__top:not(:last-child) {
    margin-bottom: 20px;
}
.booking__slider {
    min-width: 0;
    position: relative;
}
.booking__slide {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    aspect-ratio: 640/299;
}
.booking__slide img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
}
.booking__swiper-button-prev,
.booking__swiper-button-next {
    position: absolute;
    top: 50%;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background-color: rgba(144, 191, 219, 0.20);
    -webkit-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.booking__swiper-button-prev svg,
.booking__swiper-button-next svg {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 24px;
            flex: 0 0 24px;
    width: 24px;
    height: 24px;
}
.booking__swiper-button-prev:hover,
.booking__swiper-button-next:hover {
    background-color: rgba(144, 191, 219, 0.5);
}
.booking__swiper-button-prev {
    left: 20px;
}
.booking__swiper-button-next {
    right: 20px;
}

.booking__line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 9px 20px;
    border-radius: 10px;
    background-color: #F2F6F8;
    padding: 17.5px 10px 14.5px 10px;
    line-height: 1.2
}
.booking__line:not(:last-child) {
    margin-bottom: 14px;
}
.booking__line h3 {
    color: #487791;
    font-size: 14px;
    font-weight: 500;
}
.booking__text {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 11px;
}
.booking__text p {
    font-weight: 500;
    text-align: right;
}
.booking__text a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -ms-grid-column-align: end;
        justify-self: end;
}
.booking__text a::before {
    font-size: 18px;
    color: rgba(144, 191, 219, 1);
}
.booking__text a span {
    color: #109EEE;
    font-size: 14px;
    line-height: 1.5;
    text-decoration: underline;
    text-underline-offset: 3px;
    -webkit-transition: -webkit-text-decoration-color 0.3s ease 0s;
    transition: -webkit-text-decoration-color 0.3s ease 0s;
    -o-transition: text-decoration-color 0.3s ease 0s;
    transition: text-decoration-color 0.3s ease 0s;
    transition: text-decoration-color 0.3s ease 0s, -webkit-text-decoration-color 0.3s ease 0s;
}
.booking__text a:hover span {
    -webkit-text-decoration-color: transparent;
            text-decoration-color: transparent;
}
.booking__phone {
    font-weight: 500;
    line-height: 1.2%;
    display: inline-block!important;
    font-size: 16px;
}
.booking__team {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 15px 40px;
    border-top: 1px solid rgba(144, 191, 219, 0.5);
    border-bottom: 1px solid rgba(144, 191, 219, 0.5);
    padding-block: 12.5px;
}
.booking__crew {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    font-weight: 500;
    line-height: 1.2;
}
.booking__crew::before {
    font-size: 24px;
    color: rgba(144, 191, 219, 1);
    margin-bottom: 1px;
}
.booking__crew span {
        display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: 0.25rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 24px;
    flex: 0 0 24px;
    width: 24px;
    height: 18px;
    margin-bottom: 3px;
}
.booking__crew span img {
    max-width: 100%;
}
.booking__decor {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 4px;
            flex: 0 0 4px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: rgba(144, 191, 219, 1);
}


.booking__about .card-ship__about-ship {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 15px 40px;
    padding-block: 11.5px;
}
.booking__about .card-ship__item {
    font-size: 16px;
    font-weight: 500;
    gap: 10px;
}
.booking__about .card-ship__item::before {
    margin-bottom: 2px;
}
.booking__about .card-ship__year {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    font-weight: 500;
    line-height: 1.2;
}
.booking__about .card-ship__year span {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 24px;
            flex: 0 0 24px;
    width: 24px;
    height: 24px;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    margin-bottom: 4px;
}

.quantity {
    position: relative;
}


.quantity__actions {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 12px;
    flex: 0 0 12px;
    width: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    top: 50%;
    right: 16px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}

.quantity__button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 0.463125rem;
    color: #90bfdb;
    outline: none;
    cursor: pointer;
    -webkit-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
    
}

.quantity__button {
    font-size: 12px;
    font-weight: 500;
}

.quantity__button--plus,
.quantity__button--minus {
    position: relative;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 7px;
            flex: 0 0 7px;
    width: 12px;
    height: 7px;
}

.quantity__button--plus:before {
    content: '^';
    position: relative;
    height: 10px;
    font-size: 24px;

}
.quantity__button--minus:after {
    content: '^';
    position: relative;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    height: 10px;
    font-size: 24px;
}

.quantity__input {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.quantity__input input {
    height: 100%;
    color: #0a3647;
    font-size: 0.875rem;
    width: 100%;
    text-align: left;
    outline: 1px solid transparent;
    padding: 15px 30px 15px 10px;
    font-family: "GothamPro";
    font-size: 16px;
    line-height: 1.5;
}


.booking__form {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    height: 100%;
}

.booking__info {
    border-radius: 10px;
    background-color: #FFF;
    padding: 20px;
}
.booking__info:not(:last-child) {
    margin-bottom: 20px;
}
.booking__info-ttl {
    color:  #0A3647;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.3;
}
.booking__info-ttl:not(:last-child) {
    margin-bottom: 17px;
}
.booking__lines {
    display: -ms-grid;
    display: grid;
    gap: 17px 20px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}
.booking__lines:not(:last-child) {
    margin-bottom: 20px;
}
.booking__spol-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    color: #0A3647;
    font-size: 24px;
    font-weight: 700;
}
.booking__spol-title:not(:last-child) {
    margin-bottom: 0px!important;
}
.booking__spol-title i {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 24px;
            flex: 0 0 24px;
    width: 24px;
    height: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    cursor: pointer;
    color: rgba(144, 191, 219, 1);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
}
.booking__spol-title i::before {
    font-size: 7.41px;
}
.booking__spol-title._spoller-active i {
    -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
            transform: rotate(-180deg);
}
.booking__spol-body {
    padding-top: 17px;
}
.booking__right {
    border-radius: 10px;
    background-color: #FFF;
    padding: 20px;
}
.booking__options {
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(144, 191, 219, 0.50);
}
.booking__options:not(:last-child) {
    margin-bottom: 40px;
}
.booking__options h2 {
    color:  #0A3647;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.3;
}
.booking__options h2:not(:last-child) {
    margin-bottom: 10px;
}
.booking__options-item:not(:last-child) {
    margin-bottom: 20px;
}
.booking__special {
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(144, 191, 219, 0.50);
}

.booking__special:not(:last-child) {
    margin-bottom: 40px;
}
.booking__special h2 {
    color: #0A3647;
}
.booking__special h2:not(:last-child) {
    margin-bottom: 10px;
}

.booking__total-table:not(:last-child) {
    margin-bottom: 40px;
}
.booking__action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 20px;
}
.booking__button {
    padding: 11.6px 20px 9.6px 20px;
}


.create-account__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4px;
}
.booking__text:not(:last-child) {
    margin-bottom: 20px;
}
.create-account__text label {
    color: #90BFDB;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
}
.create-account__text textarea {
    border-radius: 5px;
    border: 1px solid rgba(144, 191, 219, 0.50);
    background-color: #FFF;
    padding: 10px;
    width: 100%;
    resize: vertical;
    font-family: "GothamPro";
    font-size: 16px;
    line-height: 1.5;
}
.create-account__text textarea::-webkit-input-placeholder {
    font-family: "GothamPro";
    font-size: 16px;
    line-height: 1.5;
    color: #487791;
}
.create-account__text textarea::-moz-placeholder {
    font-family: "GothamPro";
    font-size: 16px;
    line-height: 1.5;
    color: #487791;
}
.create-account__text textarea:-ms-input-placeholder {
    font-family: "GothamPro";
    font-size: 16px;
    line-height: 1.5;
    color: #487791;
}
.create-account__text textarea::-ms-input-placeholder {
    font-family: "GothamPro";
    font-size: 16px;
    line-height: 1.5;
    color: #487791;
}
.create-account__text textarea::placeholder {
    font-family: "GothamPro";
    font-size: 16px;
    line-height: 1.5;
    color: #487791;
}
.create-account__text textarea:disabled {
    border: 1px solid  #EFF0F6;
    background-color: #F2F6F8;
    cursor: not-allowed;
}

.recommended {
    border-radius: 10px;
    background-color: #FFF;
    padding: 14px 20px 20px ;
}
.recommended h2 {
    color:  #0A3647;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.3;
}
.recommended h2:not(:last-child) {
    margin-bottom: 11px;
}
.recommended__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px;
}
.recommended__list:not(:last-child) {
    margin-bottom: 20px;
}
.recommended__item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 114px;
            flex: 1 1 114px;
    border-radius: 10px;
    background-color: #F2F6F8;
    padding: 7px 10px 10px ;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 15px;
}
.recommended__item:first-of-type {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 124px;
            flex: 1 1 124px;
}
.recommended__item h3 {
    color: #487791;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
}
.recommended__icon {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40px;
            flex: 0 0 40px;
    width: 40px;
    height: 40px;
}
.recommended__icon img {
    max-width: 100%;
}
.recommended__payment {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 15px;
    border-radius: 10px;
    background-color: #DEECF4;
    padding: 24.5px 20px;
}
.recommended__payment:not(:last-child) {
    margin-bottom: 20px;
}
.recommended__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40px;
            flex: 0 0 40px;
    width: 40px;
    height: 40px;
}
.recommended__image img {
    max-width: 100%;
}
.recommended__payment p {
    color: #487791;
    font-weight: 500;
    line-height: 1.2;
}

.item-opt {
    position: relative;
    width: 100%;
    cursor: pointer;
}
.item-opt__input {
    width: 0;
    height: 0;
    opacity: 0;
    position: absolute;
}

.item-opt__input:checked + .item-opt__label .item-opt__check:after  {
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
}
.item-opt__input:checked + .item-opt__label {
    border: 1px solid transparent;
    background-color: #F2F6F8;
}
.item-opt__label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    gap: 20px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    border-radius: 10px;
    border: 1px solid #90BFDB;
    background-color: #FFF;
    padding: 17px 10px 14px 10px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.item-opt__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
}
.item-opt__check {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 1.125rem;
    flex: 0 0 1.125rem;
    width: 1.125rem;
    height: 1.125rem;
}
.item-opt__check::before {
    content: "";
    -ms-flex-item-align: start;
    align-self: flex-start;
    width: 1.125rem;
    height: 1.125rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 1.125rem;
    flex: 0 0 1.125rem;
    border-radius: 0.125rem;
    border: 2px solid rgba(144, 191, 219, 1);
    -webkit-transition: background-color 0.3s ease 0s, border 0.3s ease;
    -o-transition: background-color 0.3s ease 0s, border 0.3s ease;
    transition: background-color 0.3s ease 0s, border 0.3s ease;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.item-opt__check::after {
    content: "\e909";
    -webkit-transition: background-color 0.3s ease,
        -webkit-transform 0.3s ease 0s;
    transition: background-color 0.3s ease, -webkit-transform 0.3s ease 0s;
    -webkit-transition: background-color 0.3s ease, -webkit-transform 0.3s ease 0s;
    -o-transition: transform 0.3s ease 0s, background-color 0.3s ease;
    transition: transform 0.3s ease 0s, background-color 0.3s ease;
    transition: transform 0.3s ease 0s, background-color 0.3s ease, -webkit-transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s, background-color 0.3s ease,
        -webkit-transform 0.3s ease 0s;
    font-family: "icons";
    font-size: 0.484375rem;
    position: absolute;
    color: rgba(144, 191, 219, 1);
    -webkit-transform: translate(-50%, -50%) scale(0);
    -ms-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    top: 50%;
    left: 50%;
}
.item-opt__wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
}
.item-opt__type-option {
    display: inline-block;
    font-weight: 500;
    line-height: 1.2;
}
.item-opt__value-option,
.item-opt__price {
    color: #487791;
    line-height: 1.5;
}

.item-opt__total-price {
    color: #487791;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2; 
}

.spec-item {
    position: relative;
    width: 100%;
    cursor: pointer;
}
.spec-item__input {
    width: 0;
    height: 0;
    opacity: 0;
    position: absolute;
}


.spec-item__input:checked + .spec-item__label .spec-item__check:after  {
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
}
.spec-item__input:checked + .spec-item__label {
    border: 1px solid transparent;
    background-color: #F2F6F8;
}
.spec-item__label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    gap: 20px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    border-radius: 10px;
    border: 1px solid #90BFDB;
    background-color: #FFF;
    padding: 17px 10px 14px 10px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.spec-item__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.spec-item__check {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20px;
    flex: 0 0 20px;
    width: 20px;
    height: 20px;
}
.spec-item__check::before {
    content: "";
    width: 1.125rem;
    height: 1.125rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 1.125rem;
    flex: 0 0 1.125rem;
    border-radius: 50%;
    border: 2px solid rgba(144, 191, 219, 1);
    -webkit-transition: background-color 0.3s ease 0s, border 0.3s ease;
    -o-transition: background-color 0.3s ease 0s, border 0.3s ease;
    transition: background-color 0.3s ease 0s, border 0.3s ease;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.spec-item__check::after {
    content: "";
    -webkit-transition: background-color 0.3s ease,
        -webkit-transform 0.3s ease 0s;
    transition: background-color 0.3s ease, -webkit-transform 0.3s ease 0s;
    -webkit-transition: background-color 0.3s ease, -webkit-transform 0.3s ease 0s;
    -o-transition: transform 0.3s ease 0s, background-color 0.3s ease;
    transition: transform 0.3s ease 0s, background-color 0.3s ease;
    transition: transform 0.3s ease 0s, background-color 0.3s ease, -webkit-transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s, background-color 0.3s ease,
        -webkit-transform 0.3s ease 0s;
    position: absolute;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 0.625rem;
            flex: 0 0 0.625rem;
    width: 0.625rem;
    height: 0.625rem;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    background-color: rgba(144, 191, 219, 1);
    -webkit-transform: translate(-50%, -50%) scale(0);
    -ms-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
}
.spec-item__wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    font-size: 14px;
}
.spec-item__type-option {
    font-weight: 500;
    line-height: 1.2;
    display: inline-block;
}
.spec-item__type-option:not(:last-child) {
    margin-bottom: 2px;
}
.spec-item__value-option,
.spec-item__date,
.spec-item__price {
    color:  #487791;
    line-height: 1.5;
}
.spec-item__total-price {
    color: #487791;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
}

.total-table__body {
    border-bottom: 1px solid rgba(144, 191, 219, 0.50);
    padding-bottom: 15px;
}
.total-table__body:not(:last-child) {
    margin-bottom: 40px;
}
.total-table__line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 30px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
}
.total-table__line:not(:last-child) {
    margin-bottom: 13px;
}

.total-table__line p {
    color: #487791;
}
.total-table__line-total {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 30px;
    font-weight: 900;
    line-height: 1.2;
}
.total-table__payments {
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(144, 191, 219, 0.50);
}
.total-table__payments:not(:last-child) {
    margin-bottom: 37px;
}
.total-table__payments h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.3;
}
.total-table__payments h3:not(:last-child) {
    margin-bottom: 15px;
}
.total-table__text {
    font-size: 14px;
    line-height: 1.5;
}
.total-table__amount {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-weight: 700;
    line-height: 1.2;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(144, 191, 219, 0.5);
}
.total-table__amount:not(:last-child) {
    margin-bottom: 37px;
}



.booking__policy {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
    border-radius: 10px;
    background-color: #FFF;
    padding: 14px 20px 20px 20px;
}
.booking__ttl {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.3;
}
.booking__ttl:not(:last-child) {
    margin-bottom: 6px;
}
.booking__policy-text {
    line-height: 1.5;
}
.booking__policy-text:not(:last-child) {
    margin-bottom: 26px;
}
.booking__policy-text p:not(:last-child) {
    margin-bottom: 9px;
}
.booking__cancel-ttl {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.3;
}
.booking__cancel-ttl:not(:last-child) {
    margin-bottom: 15px;
}
.booking__cancel-text {
    max-width: 597px;
    line-height: 1.5;
}
.booking__cancel-text p:not(:last-child) {
    margin-bottom: 9px;
}
.booking__cancel-text:not(:last-child) {
    margin-bottom: 22px;
}
.booking__cancel-btn {
    padding-inline: 56.5px;
}


.labels__ends {
    color: #FFF;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.5;
    padding: 4px 8px 2px 8px;
    border-radius: 10px 0px;
    background-color: #0016DD;
}


    /* Booking details in user account end  */

/*! ==== media ==== */

@media (min-width: 767.98px) {
    .hottest__decor-down,
    .galery-sercices__decor {
        display: none;
    }
    /* .hottest::before */
    .hottest__decor {
        position: absolute;
        left: 0;
        top: 0;
        width: 1414px;
        height: 1038px;
        pointer-events: none;
        -webkit-transform: translate(-1060px, 165px) rotate(-17.92deg);
            -ms-transform: translate(-1060px, 165px) rotate(-17.92deg);
                transform: translate(-1060px, 165px) rotate(-17.92deg);
        z-index: -1;
    }
    .hottest__decor img {
        width: 1414px;
        height: 1038px;
    }

    .main-policy__actions {
        display: none;
    }

    .main-reviews__action {
        text-align: center;
    }

    

    .about-main__item {
        border: 1px solid #deecf4;
    }

    .about-main__stat li:first-child {
        border-radius: 10px 0px 0px 0px;
    }

    .about-main__stat li:last-child {
        border-radius: 0px 0px 10px 0px;
    }

    .about-main__stat li:nth-child(3) {
        border-radius: 0px 10px 0px 0px;
    }

    .about-main__stat li:nth-child(4) {
        border-radius: 0px 0px 0px 10px;
    }

    .atmos__slider:not(:last-child) {
        margin-bottom: 52px;
    }

    .atmos {
        position: relative;
    }

    .atmos__wrapper.swiper-wrapper {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
        grid-template-columns: repeat(4, 1fr);
        gap: 20px;
    }

    .galery-sercices__wrapper.swiper-wrapper {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
    }

    .galery-sercices__slider:not(:last-child) {
        margin-bottom: 50px;
    }

    /* .atmos::after */
    .atmos__decor {
        position: absolute;
        bottom: 0;
        right: 0;
        width: 1414.62px; /* 1414.62/1440 */
        height: 1038.2px; /* 1038.198/906 */
        -webkit-transform: translate(72.5%, -43.2%);
            -ms-transform: translate(72.5%, -43.2%);
                transform: translate(72.5%, -43.2%) rotate(-17.92deg);
        z-index: -1;
        pointer-events: none;
    }
    .atmos__decor img {
        width: 1414.62px;
        height: 1038.2px;
    }

    .atmos__slide:first-of-type {
        -ms-grid-column: 1;
        -ms-grid-column-span: 2;
        grid-column: 1/3;
        -ms-grid-row: 1;
        -ms-grid-row-span: 2;
        grid-row: 1/3;
    }

    .book-how {
        position: relative;
        z-index: 1;
    }
    /* .book-how::after */
    .book-how__decor {
        position: absolute;
        bottom: 0;
        right: 0;
        width: 117.009514%; /* 1684.937/1440 */
        height: 165.098131%; /* 1236.585/749 */
        /* width: 100%; */
        /* height: 100%; */
        /* -webkit-transform: translate(10%, 18%); */
            -ms-transform: translate(10%, 18%);
                transform: translate(10%, 35%);
                transform: translate(0%, 0%) rotate(-17.92deg);
        pointer-events: none;
        z-index: -1;
    }
    .book-how__decor img {
        /* width: 1684.937px;
        height: 1236.585px; */
        width: 117.009514%; /* 1684.937/1440 */
        height: 165.098131%; /* 1236.585/749 */
    }

    .awaits__button {
        display: none;
    }

    .searches__container h2 {
        font-size: 36px;
    }

    .why-choose__about {
        
        grid-template-columns: repeat(3, 1fr);
    }

    /* why-choose::before */
    .why-choose__decor {
        width: 1418.763px;
        height: 1041.646px;
        -webkit-transform: rotate(-14deg) translate(37%, 15%);
            -ms-transform: rotate(-14deg) translate(37%, 15%);
                transform: rotate(-14deg) translate(37%, 15%);
    }
    

    .prices__payment h3 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 207px;
                flex: 0 0 207px;
    }

    .prices__list-pay {
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
    }
    .prices__list-pay--services {
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }
    .map-main__map {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
    }

    .map-main__container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        z-index: 2;
        position: relative;
    }

    .map-main {
        position: relative;
        padding-top: 100px;
        padding-bottom: 107px;
    }
    /* .faq-main::before */
    .faq-main__top-decor {
        position: absolute;
        top: 0;
        left: 0;
        width: 1445.817px;
        height: 1061.094px;
        z-index: 1;
        -webkit-transform: translate(0px, -19%);
            -ms-transform: translate(0px, -19%);
                transform: translate(0px, -19%);
        pointer-events: none;
    }

    /* .faq-main::after */
    .faq-main__down-decor {
        position: absolute;
        top: 0;
        right: 0;
        width: 1440px;
        height: 13213px;
        -webkit-transform: translate(79%, -1.5%);
            -ms-transform: translate(79%, -1.5%);
                transform: translate(79%, -1.5%);
        pointer-events: none;
        z-index: 1;
    }


    /* ! Serv page */

    
    .reviews-serv__count:not(:last-child) {
        margin-bottom: 30px;
    }
    .about-services__wrapper.swiper-wrapper {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 20px 1fr;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    
     /* ! Account page style */
    .create-account__container {
        padding-top: 39px;
    }
    .create-account__form {
        padding: 20px;
    }
    .create-account__breadcrumb {
        display: none;
    }
    /* Bookink deatils */
    .booking__container {
        padding-top: 47px;
    }
}

@media (min-width: 991.98px) {
    .main-policy {
        padding-block: 92px;
    }

    .searches {
        padding-block: 60px;
    }

    .tripadvisor {
        opacity: 0.73;
        background-color: #90bfdb;
        -webkit-backdrop-filter: blur(8.199999809265137px);
                backdrop-filter: blur(8.199999809265137px);
        padding: 10.7px 14px;
    }

    .tripadvisor--mob {
        display: none;
    }

    .main-serv-new__tripadvisor {
        border-radius: 10px;
        opacity: 0.8;
        background-color: #fff;
        -webkit-backdrop-filter: blur(8.199999809265137px);
            backdrop-filter: blur(8.199999809265137px);
    }

    .tripadvisor__icon:not(:last-child),
    .tripadvisor__body:not(:last-child) {
        margin-bottom: 8px;
    }

    .about-main__info h2,
    .atmos__container h2,
    .book-how__container h2,
    .awaits__container h2,
    .faq-main__container h2,
    .main-reviews__container h2,
    .prices__container h2,
    .main-policy__container h2,
    .map-main__title {
        font-size: 48px;
    }

    .main-policy__container h2:not(:last-child) {
        margin-bottom: 23px;
    }

    .page__trending,
    .trending__container {
        position: relative;
        z-index: 2;
    }

    .awaits__container h2:not(:last-child),
    .faq-main__container h2:not(:last-child),
    .main-reviews__container h2:not(:last-child),
    .prices__container h2:not(:last-child) {
        margin-bottom: 32px;
    }

    .atmos__container {
        padding-top: 89px;
        padding-bottom: 100px;
        position: relative;
    }

    .about-main {
        position: relative;
        z-index: 5;
    }

    /* .about-main__container {
        position: relative;
        z-index: 3;
    } */

    /* .about-main::before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        background: url("/images/update_page/about-main/decor-top.svg") 0 0
            no-repeat;
        width: 1414.62px;
        height: 1038.198px;
        transform: rotate(-17.921deg) translate(68%, -52%);
        z-index: -1;
        pointer-events: none;
    } */

    .about-main__text {
        max-width: 320px;
    }

    .atmos__container {
        position: relative;
        z-index: 3;
    }

    .atmos__container h2:not(:last-child) {
        margin-bottom: 47px;
    }

    .about-main__info h2:not(:last-child) {
        margin-bottom: 34px;
    }

    .atmos {
        position: relative;
    }
    
    
    .page__about-main {
        overflow: hidden;
    }


    .book-how__container,
    .atmos__container {
        position: relative;
        z-index: 3;
    }

    .book-how__container h2:not(:last-child) {
        margin-bottom: 18px;
    }

    .book-how__text {
        margin: 0 auto;
        text-align: center;
    }

    .book-how__text:not(:last-child) {
        margin-bottom: 42px;
    }

    .about-main__container {
        padding-block: 100px;
    }

    .book-how__container {
        padding-top: 89px;
        padding-bottom: 100px;
    }

    .book-how__text {
        max-width: 580px;
    }

    .book-how__item {
        padding: 40px;
    }

    .book-how__item h3 {
        font-size: 48px;
    }

    .book-how__steps:not(:last-child) {
        margin-bottom: 50px;
    }

    .types-boat,
    .awaits,
    .faq-main {
        padding-top: 89px;
        padding-bottom: 100px;
    }

    .explore {
        padding-top: 89px;
        padding-bottom: 79px;
    }

    .types-boat__container h2,
    .explore__container h2,
    .why-choose__container h2 {
        font-size: 48px;
    }

    .types-boat__container h2:not(:last-child),
    .explore__container h2:not(:last-child),
    .why-choose__container h2:not(:last-child) {
        margin-bottom: 33px;
    }

    .spol-main__title {
        padding: 46px 20px 36px 50px;
        font-size: 24px;
    }

    .spol-main__item::before {
        width: 50px;
    }

    .spol-main__item::after {
        width: 20px;
    }

    .faq-main .spol-main__title {
        padding: 46px 50px 36px 50px;
    }

    .faq-main .spol-main__item::before,
    .faq-main .spol-main__item::after {
        width: 0px;
    }

    .spol-main__body {
        padding-left: 50px;
        padding-right: 20px;
        padding-bottom: 40px;
    }

    .faq-main .spol-main__body {
        padding-right: 50px;
        padding-left: 50px;
    }
    

    .faq-main__container {
        position: relative;
        z-index: 4;
    }

    .main-reviews {
        padding-top: 88px;
        padding-bottom: 80px;
    }

    .main-reviews__list:not(:last-child) {
        margin-bottom: 50px;
    }

    .why-choose {
        padding-top: 89px;
        padding-bottom: 80px;
    }

    /*.why-choose__wrapper {*/
    /*    -ms-grid-columns: 32.313433% 66.19403%;*/
    /*    grid-template-columns: 32.313433% 66.19403%;*/
    /*}*/

    .prices {
        padding-top: 87px;
        padding-bottom: 80px;
    }

    .prices__table-wrapper {
        padding: 40px;
    }

    .slide-main__btn-blue:not(:last-child) {
        margin-bottom: 1rem;
    }

    /*! serv-new page */
    .serv-new__main {
        position: relative;
        z-index: 6;
    }
    .main-serv-new__container {
        padding-bottom: 80px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }
    .about-services__container h2 {
        font-size: 48px;
    }
    .about-services__container h3 {
        font-size: 24px;
    }
    .about-services__container h2:not(:last-child) {
        margin-bottom: 27px;
    }
    .about-services__container h3:not(:last-child) {
        margin-bottom: 21px;
    }
    .main-serv-new__body {
        margin-left: 49px;
        -webkit-box-flex: 0;
            -ms-flex: 0 1 44.694534%;
                flex: 0 1 44.694534%;
    }

    .main-serv-new__payment {
        align-self: flex-end;
        -webkit-box-flex: 0;
            -ms-flex: 0 1 33.118971%;
                flex: 0 1 33.118971%;
        /* 412/1244 */
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 20px 1fr;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
        margin-right: 49px;
    }

    .main-serv-new__title {
        font-size: 64px;
    }

    .main-serv-new__title:not(:last-child) {
        margin-bottom: 35px;
    }

    .main-serv-new__list li {
        font-size: 20px;
    }
    .main-serv-new__list:not(:last-child) {
        margin-bottom: 60px;
    }

    .about-services__body {
        padding-inline: 20px;
    }

    .about-services__container {
        -ms-grid-columns: 40.820896% 20px 57.686567%;
        grid-template-columns: 40.820896% 57.686567% ;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: start;
        gap: 16px 20px;
        padding-top: 100px;
        padding-bottom: 80px;
    }
    /* .about-services__slide {
        overflow: hidden;
        aspect-ratio: 263.5/255.5;
    }
    .about-services__slide:last-child {
        -ms-grid-column: 1;
        -ms-grid-column-span: 2;
        grid-column: 1/3;
        aspect-ratio: 547/255.5;
    } */
    .suitable {
        padding-top: 89px;
        padding-bottom: 80px;
    }

    /* .suitable::before */
    .suitable__decor-top {
        position: absolute;
        top: -696px;
        left: -660px;
        width: 1445.937px;
        height: 1238.429px;
        -webkit-transform: rotate(-16.185deg);
            -ms-transform: rotate(-16.185deg);
                transform: rotate(-16.185deg);
        z-index: -1;
    }

    /* suitable::after */
    .suitable__decor-down {
        position: absolute;
        bottom: -130px;
        right: -762px;
        width: 1414.62px;
        height: 1038.198px;
        -webkit-transform: rotate(-17.92deg);
            -ms-transform: rotate(-17.92deg);
                transform: rotate(-17.92deg);
        z-index: -1;
        pointer-events: none;
    }
    .serv-new__services-galery {
        padding-top: 88px;
        padding-bottom: 80px;
    }
    .reviews-serv {
        padding-top: 89px;
        padding-bottom: 80px;
    }
    .reviews-serv__container h2 {
        font-size: 48px;
    }
    .reviews-serv__container h2:not(:last-child){
        margin-bottom: 6px;
    }
    .reviews-serv__header:not(:last-child){
        margin-bottom: 39px;
    }
    .reviews-serv__count:not(:last-child) {
        margin-bottom: 50px;
    }
    .serv-new__atmos.atmos::after {
        display: none;
    }
    .main-serv-new__breadcrumb:not(:last-child) {
        margin-bottom: 40px;
    }
    .slide-main__btn {
        display: none;
    }
    /* Create accout */
    .create-account {
        padding-bottom: 49px;
    }

    
    .create-account__container h1 {
        font-size: 48px;
    }
    .create-account__container h1:not(:last-child) {
        margin-bottom: 32px;
    }
    .create-account__body:not(:last-child) {
        margin-bottom: 20px;
    }

    /* My booking */
    
    .coming-book:not(:last-child) {
        margin-bottom: 80px;
    }
    .saved__container {
        padding-top: 38px;
    }
    .saved__container h1 {
        font-size: 48px;
    }
    .serv-new__about-main.about-main {
        position: relative;
        overflow: hidden;
    }
    .serv-new__about-main .about-main__decor {
        position: absolute;
        top: 0;
        right: 0;
        width: 1414px;
        height: 1038px;
        -webkit-transform: translate(50rem, -18.75rem) rotate(-17.92deg);
        -ms-transform: translate(50rem, -18.75rem) rotate(-17.92deg);
                transform: translate(50rem, -18.75rem) rotate(-17.92deg);
    }
    .serv-new__about-main .about-main__decor img {
        width: 1414px;
        height: 1038px;
    }
    
}

@media (min-width: 1071px) {
    .types-boat__list,
    .explore__list {
        
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 1370px) {
    .searches__container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
}

@media (max-width: 1200px){
    .main-reviews__list {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 1070px) {
    .types-boat__list,
    .explore__list {
        grid-template-columns: repeat(2, 1fr);
    }
    .coming-book__body {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
}

@media (max-width: 991.98px) {
    
    .main-reviews__list {
        grid-template-columns: repeat(2, 1fr);
    }
    .serv-new__about-main .about-main__decor {
        display: none;
    }
    .main-serv-new__breadcrumb{
        padding-top: 12px;
        padding-bottom: 10px;
        background-color:  #F2F6F8;
    }
    .main-serv-new__breadcrumb:not(:last-child) {
        margin-bottom: 23px;
    }
    .serv-new__services-galery {
        padding-top: 58px;
        padding-bottom: 48px;
    }
    .main__wrapper {
        border-radius: 0px 0px 20px 20px;
        overflow: hidden;
        -webkit-filter: drop-shadow(0px 16px 24px rgba(72, 119, 145, 0.14))
            drop-shadow(0px 6px 30px rgba(72, 119, 145, 0.12))
            drop-shadow(0px 8px 16px rgba(72, 119, 145, 0.2));
                filter: drop-shadow(0px 16px 24px rgba(72, 119, 145, 0.14))
            drop-shadow(0px 6px 30px rgba(72, 119, 145, 0.12))
            drop-shadow(0px 8px 16px rgba(72, 119, 145, 0.2));
    }

    .hottest__container h2,
    .hottest__rating,
    .trending__container h2 {
        padding-inline: 8px;
    }

    .prices__table-wrapper {
        padding: 20px;
    }

    .prices__table {
        gap: 16px;
    }

    .prices__table tbody {
        gap: 12px;
    }

    .prices__table th {
        font-size: 16px;
    }

    .prices {
        padding-top: 57px;
        padding-bottom: 48px;
    }

    .why-choose__wrapper {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .why-choose {
        padding-top: 59px;
        padding-bottom: 48px;
    }

    .searches {
        padding-top: 55px;
        padding-bottom: 60px;
    }

    .searches__container h2 {
        padding-inline: 8px;
    }

    .searches__filter {
        padding-inline: 8px;
        gap: 8px;
    }

    .main-reviews__list:not(:last-child) {
        margin-bottom: 32px;
    }

    .main-reviews {
        padding-top: 58px;
        padding-bottom: 48px;
    }

    .awaits,
    .faq-main {
        padding-top: 58px;
        padding-bottom: 48px;
    }

    .spol-main__title {
        padding: 24px 8px 24px 8px;
        font-size: 20px;
    }

    .spol-main__item::before,
    .spol-main__item::after {
        width: 8px;
    }

    .faq-main .spol-main__item::before,
    .faq-main .spol-main__item::after {
        background-color: rgba(144, 191, 219, 0.5);
    }

    .spol-main__body {
        padding-left: 8px;
        padding-right: 8px;
        padding-bottom: 24px;
    }

    .main__tripadvisor {
        display: none;
    }

    .main__wrapper:not(:last-child) {
        margin-bottom: 40px;
    }

    .tripadvisor--mob {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        gap: 15px;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        border: 1px solid #90bfdb;
        background-color: #fff;
        margin-inline: 12px;
        padding: 14px 10px;
        position: relative;
        z-index: 4;
    }

    .rating {
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: start;
    }

    .about-main__info h2,
    .atmos__container h2,
    .awaits__container h2,
    .faq-main__container h2,
    .main-reviews__container h2,
    .why-choose__container h2,
    .prices__container h2,
    .main-policy__container h2,
    .map-main__title {
        font-size: 36px;
    }

    .atmos__container h2,
    .awaits__container h2,
    .faq-main__container h2,
    .main-reviews__container h2,
    .why-choose__container h2,
    .prices__container h2 {
        padding-inline: 8px;
        text-align: left;
    }

    .about-main__info h2:not(:last-child),
    .atmos__container h2:not(:last-child) {
        margin-bottom: 25px;
    }

    .awaits__container h2:not(:last-child),
    .faq-main__container h2:not(:last-child),
    .main-reviews__container h2:not(:last-child),
    .why-choose__container h2:not(:last-child),
    .prices__container h2:not(:last-child) {
        margin-bottom: 23px;
    }

    .main-policy__container h3 {
        font-size: 20px;
    }

    .main-policy__container h2:not(:last-child) {
        margin-bottom: 31px;
    }

    .main-policy__container h3:not(:last-child) {
        margin-bottom: 11px;
    }

    .main-policy__text:not(:last-child) {
        margin-bottom: 16px;
    }

    .about-main__container {
        padding-block: 80px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .about-main__info {
        padding-inline: 8px;
    }

    .atmos__container {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .book-how__container {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .book-how__container h2 {
        font-size: 36px;
        text-align: left;
        padding-inline: 8px;
    }

    .book-how__container h2:not(:last-child) {
        margin-bottom: 10px;
    }

    .book-how__text {
        max-width: 100%;
        padding-inline: 8px;
    }

    .book-how__text:not(:last-child) {
        margin-bottom: 24px;
    }

    .book-how__item {
        padding: 50px 20px 47px 20px;
    }

    .book-how__item h3 {
        font-size: 36px;
    }

    .book-how__steps:not(:last-child) {
        margin-bottom: 32px;
    }

    .types-boat,
    .explore {
        padding-top: 58px;
        padding-bottom: 48px;
    }

    .types-boat__container h2,
    .explore__container h2 {
        font-size: 36px;
        padding-inline: 8px;
    }

    .types-boat__container h2:not(:last-child),
    .explore__container h2:not(:last-child) {
        margin-bottom: 23px;
    }

    .main-policy {
        padding-top: 58px;
        padding-bottom: 99px;
    }

    .main-serv-new__container {
        padding-bottom: 48px;
    }
    /* ! Serv-new page */

    .main-serv-new__body {
        padding-inline: 18px;
    }
    .main-serv-new__payment {
        display: none;
    }

    .main-serv-new__title {
        font-size: 56px;
    }
    .main-serv-new__title:not(:last-child) {
        margin-bottom: 29px;
    }
    .main-serv-new__list li {
        font-size: 16px;
    }

    .main-serv-new__list:not(:last-child) {
        margin-bottom: 40px;
    }
    .main-serv-new__list {
        gap: 15px;
    }
    .about-services__container {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        padding-inline: 20px;
        padding-top: 59px;
        padding-bottom: 48px;
    }
    .about-services__slide {
        position: relative;
        border-radius: 10px;
        overflow: hidden;
        aspect-ratio: 263.5/170;
    }
    
    .about-services__slide:last-child {
        -ms-grid-column: 1;
        -ms-grid-column-span: 2;
        grid-column: 1/3;
        aspect-ratio: 547/170;
    }
    .about-services__container h2 {
        font-size: 36px;
    }
    .about-services__container h3 {
        font-size: 20px;
    }
    .about-services__container h2:not(:last-child),
    .about-services__container h3:not(:last-child),
    .about-services__slider:not(:last-child) {
        margin-bottom: 16px;
    }
    .about-services__list:not(:last-child) {
        margin-bottom: 19px;
    }
    .about-services__text:not(:last-child) {
        margin-bottom: 16px;
    }
    .about-services__list {
        gap: 16px;
    }
    .suitable {
        padding-top: 58px;
        padding-bottom: 48px;
    }
    .suitable__decor-top,
    .suitable__decor-down {
        display: none;
    }
    .reviews-serv__container {
        padding-inline: 20px;
    }
    .reviews-serv {
        padding-top: 59px;
        padding-bottom: 48px;
    }
    .reviews-serv__container h2 {
        font-size: 36px;
    }
    .reviews-serv__header:not(:last-child) {
        margin-bottom: 20px;
    }
    .reviews-serv__galery:not(:last-child){
        margin-bottom: 15px;
    }
    .reviews-serv__testination:not(:last-child){
        margin-bottom: 24px;
    }

     /* Create accout */
    .create-account {
        padding-bottom: 40px;
    }

    .create-account__container h1 {
        font-size: 36px;
    }
    .create-account__container h1:not(:last-child) {
        margin-bottom: 24px;
    }
    /* Coming book */
    .coming-book {
        padding: 24px 8px 48px;
    }
    .coming-book:not(:last-child) {
        margin-bottom: 60px;
    }
    .coming-book h2 {
        font-size: 30px;
    }
    .coming-book__card {
        padding: 20px 8px;
    }
    .coming-book__ship {
        font-size: 20px;
    }
    .coming-book__ship:not(:last-child) {
        margin-bottom: 20px;
    }
    /* Booking detaild */

    .booking__header {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: start;
    }
    .booking__ship-link {
        font-size: 36px;
    }
    .booking__top {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        padding: 24px 12px;
    }
    .booking__form {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
    .booking__info {
        padding: 24px 12px;
    }
    .recommended {
        padding: 18px 12px 24px 12px;
    }
    .booking__right {
        padding: 24px 12px 48px 12px;
    }
    .booking__policy {
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-column: 1/2;
        padding: 18px 12px 48px 12px;
    }
    .booking__policy-text:not(:last-child) {
        margin-bottom: 34px;
    }
    .saved__container {
        padding-inline: 8px;
    }
    .saved__container h1 {
        font-size: 36px;
        padding-inline: 12px;
    }
    .saved__container h1:not(:last-child) {
        margin-bottom: 15px;
    }
    .saved__container .coming-book.saved:not(:last-child) {
        margin-bottom: 32px;
    }
    .saved__hottest {
        padding-top: 112px;
    }
    .saved__container .saved-empty:not(:last-child) {
        margin-bottom: 32px;
    }
    .saved-empty__text {
        font-size: 20px;
    }
    .saved__container .saved-empty {
        padding: 32px 44.5px 48px;
    }
    .saved-empty__text:not(:last-child) {
        margin-top: 0px;
        margin-bottom: 24px;
    }
}

@media (max-width: 850px) {
    .prices__table-wrapper {
        background-color: transparent;
        overflow-x: auto;
        padding-bottom: 40px;
        position: relative;
    }
    

    .prices__table-wrapper::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 960px;
        height: 20px;
        background-color: #f2f6f8;
    }
    
    .serv-new__prices .prices__table-wrapper::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 960px;
        height: 20px;
        background-color: #fff;
    }

    .prices__table-wrapper::before {
        content: "";
        position: absolute;
        bottom: 20px;
        left: 0;
        width: 960px;
        height: 20px;
        background-color: #fff;
        border-radius: 10px 10px 0px 0px;
        -webkit-transform: rotateX(-180deg);
                transform: rotateX(-180deg);
    }
    .serv-new__prices .prices__table-wrapper::before {
        background-color: #F2F6F8;
        border-radius: 10px 10px 0px 0px;
        -webkit-transform: rotateX(-180deg);
                transform: rotateX(-180deg);
    }


    .prices__table {
        width: 920px;
    }

    .prices__table {
        position: relative;
        z-index: 2;
    }

    .prices__table::before {
        content: "";
        position: absolute;
        top: -20px;
        left: -20px;
        border-radius: 10px;
        background-color: #fff;
        width: calc(100% + 40px);
        height: calc(100% + 20px);
        z-index: -1;
    }
    .serv-new__prices .prices__table::before {
        background-color: #F2F6F8;
    }
    .header__logo {
        max-width: 220px;
    }
    
}

@media (max-width: 767.98px) {
    .serv-new__exp-decor {
        transform: scale(1.8);
    }
    .map-main__map {
        position: relative;
        padding-bottom: 451px;
    }

    .map-main__container {
        padding-inline: 0px;
    }

    .map-main__contact {
        max-width: 100%;
        border-radius: 0px;
        padding: 35px 12px 50px 12px;
    }

    .map-main__title {
        text-align: left;
        padding-inline: 8px;
    }

    .map-main__title:not(:last-child) {
        margin-bottom: 18px;
    }

    .map-main__contact p {
        max-width: 100%;
        text-align: left;
    }

    .map-main__contact p:not(:last-child) {
        margin-bottom: 12px;
    }

    .main-policy__actions {
        padding-inline: 8px;
        text-align: right;
    }

    .prices__payment {
        padding: 14px 12px 20px 12px;
    }

    .prices__payment {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .why-choose__decor {
        width: 100%;
        height: 100%;
    }
    .why-choose__decor img {
        width: 100%;
        height: 100%;
    }

    .galery-sercices__action {
        display: none;
    }

    .about-main__info h2,
    .atmos__container h2,
    .how-book__container h2,
    .awaits__container h2,
    .faq-main__container h2,
    .main-reviews__container h2,
    .prices__container h2,
    .main-policy__container h2,
    .map-main__title {
        font-size: 28px;
    }

    .about-main__info h2:not(:last-child) {
        margin-bottom: 10px;
    }

    .about-main__container {
        padding-block: 60px;
    }

    .about-main__stat {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .about-main__item {
        min-height: 200px;
    }

    .about-main__item:not(:last-child) {
        border-bottom: 1px solid #90bfdb;
    }

    .atmos__decor {
        display: none;
    }

    .atmos__container {
        padding-top: 59px;
        padding-bottom: 48px;
    }

    .atmos__wrapper:not(:last-child) {
        margin-bottom: 32px;
    }

    .atmos__action {
        display: none;
    }

    .atmos__slider {
        position: relative;
    }

    .book-how__decor {
        display: none;
    }

    .atmos__swiper-pagination,
    .galery-sercices__swiper-pagination {
        display: -webkit-box;
        display: -ms-flexbox;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 0.25rem;
        z-index: 4;
        opacity: 1;
        position: relative;
        visibility: visible;
        bottom: 0rem;
        left: 0%;
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
    }

    .galery-sercices__wrapper:not(:last-child) {
        margin-bottom: 32px;
    }

    .galery-sercices {
        position: relative;
        z-index: 2;
    }


    /* galery-sercices::before  */
    .galery-sercices__decor {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
    }
    .galery-sercices__decor img {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        -o-object-fit: cover;
        object-fit: cover;
    }

    .book-how__container {
        padding-top: 58px;
        padding-bottom: 48px;
    }

    .book-how__item h3 {
        font-size: 28px;
    }

    .book-how__item h3:not(:last-child) {
        margin-bottom: 9px;
    }

    .types-boat__container h2,
    .explore__container h2 {
        font-size: 28px;
    }

    .awaits__spol-main:not(:last-child) {
        margin-bottom: 32px;
    }

    .awaits__spol-main .spol-main__item:last-child {
        border-bottom: 1px solid transparent;
    }

    .awaits__button {
        width: 100%;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }

    .awaits__button:not(:last-child) {
        margin-bottom: 15px;
    }

    .main-reviews__action {
        text-align: right;
    }

    .partner__swiper-pagination {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 0.5rem;
        z-index: 5;
        cursor: pointer;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .partner__swiper-pagination .swiper-pagination-bullet {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 0.625rem;
        flex: 0 0 0.625rem;
        width: 0.625rem;
        height: 0.625rem;
        border-radius: 50%;
        border: 0.0625rem solid #90bfdb;
        background-color: transparent;
        -webkit-transition: background-color 0.3s ease 0s;
        -o-transition: background-color 0.3s ease 0s;
        transition: background-color 0.3s ease 0s;
    }

    .partner__swiper-pagination .swiper-pagination-bullet-active {
        background-color: #90bfdb;
    }

    .searches__container h2 {
        font-size: 28px;
    }

    .why-choose__about {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .main-policy__container ul:not(:last-child) {
        margin-bottom: 32px;
    }

    .page__main {
        overflow: hidden;
    }

    .page__main:not(:last-child) {
        padding-bottom: 48px;
    }

    .main__wrapper {
        z-index: 3;
    }

    .hottest {
        z-index: 2;
    }

    /* hottest::before */
    .hottest__decor {
        position: absolute;
        left: 0;
        top: 0;
        width: 1001.391px;
        height: 1372.121px;
        -webkit-transform: rotate(13.6deg) translate(-38%, -30%);
            -ms-transform: rotate(13.6deg) translate(-38%, -30%);
                transform: rotate(13.6deg) translate(-38%, -30%);
        pointer-events: none;
        z-index: -1;
    }
    .hottest__decor img {
        width: 1001.391px;
        height: 1372.121px;
    }

    /* hottest::after */
    .hottest__decor-down {
        display: block;
        position: absolute;
        left: 0;
        bottom: 0;
        width: 1414.62px;
        height: 1038.198px;
        -webkit-transform: rotate(0deg) translate(0%, 30%);
        -ms-transform: rotate(0deg) translate(0%, 30%);
        transform: rotate(0deg) translate(0%, 30%);
        pointer-events: none;
        z-index: -1;
    }
    .hottest__decor-down img {
        width: 1414.62px;
        height: 1038.198px;
    }

    .hottest__container {
        position: relative;
        z-index: 2;
    }

    /* .faq-main::before */
    .faq-main__top-decor {
        display: none;
    }
    .faq-main__down-decor {
        display: none;
    }

    .book-how__label-btn {
        width: 100%;
    }

    
    /* ! Serv-new page */

    .main-serv-new__title {
        font-size: 48px;
    }
    .about-services__container h2 {
        font-size: 28px;
    }
    .about-services__slider:not(:last-child) {
        margin-bottom: 8px;
    }
    /* .about-services__slide {
        border-radius: 10px;
        overflow: hidden;
    }    */
    .about-services__swiper-pagination {
        position: relative;
        bottom: 0rem;
        left: 0%;
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    .about-services__swiper-pagination:not(:last-child){
        margin-bottom: 16px;
    }
    .reviews-serv__count {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .reviews-serv__button {
        width: 100%;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        margin-top: 18px;
        margin-bottom: 32px;
    }
    .reviews-serv__container h2 {
        font-size: 28px;
    }
    .feedback .popup__content{
        padding: 30px 30px 50px 30px;
    }
    .feedback__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    .feedback__item ul {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    .feedback__body h3 {
        font-size: 28px;
    }
    .feedback__body h3:not(:last-child) {
        margin-bottom: 5px;
    }
    .feedback__body p:not(:last-child) {
        margin-bottom: 24px;
    }
    .feedback__item p:not(:last-child) {
        margin-bottom: 0px;
    }
    .feedback .popup__close:not(:last-child) {
        margin-bottom: 15px;
    }
    .feedback__rating-list {
        gap: 33px;
    }
    .atmos__slide {
        height: 365px;
    }
    .about-services__slide {
        height: 228px;
    }
    .about-services__slide {
        aspect-ratio: 350/228;
    }
    .nav__button svg {
        width:15px;
        height:15px;
    }

      /* Create accout */
    .create-account {
        padding-bottom: 49px;
    }

    .create-account__container h1 {
        font-size: 28px;
    }
    .create-account__container h1:not(:last-child) {
        margin-bottom: 18px;
    }

    .create-account__breadcrumb {
        padding-top: 12px;
        padding-bottom: 10px;
    }
    .create-account__breadcrumb:not(:last-child) {
        margin-bottom: 21px;
    }
    .create-account__form {
        padding-bottom: 48px;
    }
    .create-account__body {
        border: 1px solid transparent;
        padding: 24px 12px 32px 12px;
    }
    .create-account__lines-sel,
    .create-account__lines {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
    .create-account__lines:not(:last-child) {
        margin-bottom: 32px;
    }
    .create-account__action {
        padding-inline: 12px;
    }
    .create-account__btn {
        width: 100%;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    .create-account__pass {
        border: 2px solid transparent;
    }

    /* Coming book */
    .coming-book:not(:last-child) {
        margin-bottom: 32px;
    }
    .coming-book h2 {
        font-size: 24px;
    }
    .coming-book__list {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    /* Booking detaild */

    .booking__ship-link {
        font-size: 28px;
    }
    .booking__pdf {
        width: 100%;
        -webkit-box-pack: center; 
        -ms-flex-pack: center; 
        justify-content: center;
    }
    .booking__container {
        padding-inline: 8px;
    }
    .booking__number,
    .booking__header {
        padding-inline: 12px;
    }
    .booking__team {
        gap: 15px 33px;
    }
    .booking__button.button--card {
        padding-inline: 68px;
    }
    .recommended__list {
        gap: 8px;
    }
    .recommended__item:first-of-type {
        -webkit-box-flex: 1;
            -ms-flex: 1 1 150px;
                flex: 1 1 150px;
    }
    .recommended__item:nth-of-type(2) {
        -webkit-box-flex: 1;
            -ms-flex: 1 1 150px;
                flex: 1 1 150px;
    }
    
    .recommended__item {
        -webkit-box-flex: 1;
            -ms-flex: 1 1 100px;
                flex: 1 1 100px;
        height: 100%;
    }
    .recommended__item h3 {
        -webkit-box-flex: 1;
            -ms-flex: 1 1 100%;
                flex: 1 1 100%;
    }
    .booking__options:not(:last-child),
    .booking__special:not(:last-child),
    .booking__total-table:not(:last-child),
    .total-table__body:not(:last-child),
    .total-table__payments:not(:last-child) {
        margin-bottom: 32px;
    }
    .booking__slide {
        /* aspect-ratio: 350/300; */
        height: 300px;
    }
    .booking__cancel-btn  {
        width: 100%;
        -webkit-box-pack: center; 
        -ms-flex-pack: center; 
        justify-content: center;
    }
    .booking__swiper-button-prev,
    .booking__swiper-button-next {
        display: none;
    }
    .saved__container h1 {
        font-size: 28px;
    }
    .saved__search.search-main {
        padding-top: 32px;
        padding-bottom: 48px;
    }
}

@media (max-width: 700px) {
    .types-boat__list,
    .explore__list {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
    .main-reviews__list {
        grid-template-columns: 1fr;
        -ms-grid-columns: 1fr;
    }
}

@media (max-width: 580px) {
    .map-main__list {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
    .main-serv-new__button {
        width: 100%;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    .about-services__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: start;
    }
    .hottest__decor-down {
        -webkit-transform: rotate(0deg) translate(-35%, 30%);
        -ms-transform: rotate(0deg) translate(-35%, 30%);
        transform: rotate(0deg) translate(-35%, 30%);
    }
}

@media (max-width: 530px) {
    .book-how__button {
        width: 100%;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }

    .prices__list-pay {
        gap: 5px 10px;
    }

    .prices__list-pay li {
        padding: 20px 5px;
        -webkit-box-flex: 1;
            -ms-flex: 1 1 100px;
                flex: 1 1 100px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        min-height: 91px;
    }
    .booking__line {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: start;
    }
    .booking__text {
        gap: 7.5px;
    }
    .booking__text p {
        text-align: left;
    }
    .booking__text a {
        -ms-grid-column-align: start;
            justify-self: start;
    }
    .booking__about .card-ship__year {
        display: none;
    }
    .booking__about .card-ship__about-ship .card-ship__decore:last-of-type {
        display: none;
    }
}
@media (max-width: 479px){
    .serv-new,
    .create-account {
        padding-top: 59px;
    }
    .create-account__button,
    .create-account__pass {
        padding-inline: 10px;
    }
}

@media (max-width: 420px) {
    .partner__bg {
        left: -20%;
        top: -45%;
        width: 140%;
        height: 196%;
    }

    .atmos__slide {
        aspect-ratio: 366/365;
    }

    .item-boat__image,
    .galery-sercices__image {
        aspect-ratio: 326/255;
    }
}

@media (max-width: 389px) {
    .main-reviews__card {
        padding-inline: 20px;
    }
    .booking__button.button--card {
        padding-inline: 20px;
    }
}