@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("../fonts/home-redesign/inter-400.ttf") format("truetype");
}

/* Shared RSForm modals: one visual source for callback, applications and reviews. */
body.yrc-redesign-chrome .popup-item:is(.popup-order, #popup-callback, #popup-page-development, .popup-sendreview) {
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0 !important;
    background:
        radial-gradient(circle at 82% 12%, rgba(48, 103, 134, .30), transparent 26rem),
        rgba(2, 13, 24, .92) !important;
    backdrop-filter: blur(8px);
}

body.yrc-redesign-chrome .popup-item:is(.popup-order, #popup-callback, #popup-page-development, .popup-sendreview) .modal-dialog {
    display: flex !important;
    align-items: stretch !important;
    justify-content: center;
    box-sizing: border-box;
    width: 100% !important;
    max-width: none !important;
    min-height: 100% !important;
    margin: 0 !important;
    padding: clamp(16px, 4vh, 44px) clamp(14px, 3vw, 36px);
    border: 0 !important;
    background: transparent !important;
    pointer-events: none;
}

body.yrc-redesign-chrome .popup-item:is(.popup-order, #popup-callback, #popup-page-development, .popup-sendreview) .modal-dialog::before {
    display: none !important;
    content: none !important;
}

body.yrc-redesign-chrome .popup-item:is(.popup-order, #popup-callback, #popup-page-development, .popup-sendreview) .modal-content {
    position: relative !important;
    box-sizing: border-box;
    width: min(760px, 100%);
    min-height: 0;
    margin: auto;
    padding: 0 !important;
    overflow: hidden;
    border: 1px solid rgba(115, 171, 203, .46) !important;
    border-top: 3px solid var(--yrc-home-red) !important;
    border-radius: 4px !important;
    background:
        radial-gradient(circle at 100% 0, rgba(35, 91, 124, .34), transparent 20rem),
        linear-gradient(145deg, #071a2b 0%, #04121f 100%) !important;
    box-shadow: 0 26px 70px rgba(0, 0, 0, .42) !important;
    color: var(--yrc-home-text) !important;
    font-family: "Inter", Arial, sans-serif;
    pointer-events: auto;
}

body.yrc-redesign-chrome .popup-item:is(.popup-order, #popup-callback, #popup-page-development, .popup-sendreview) .modal-header {
    position: absolute !important;
    z-index: 5;
    top: 24px !important;
    right: 28px !important;
    left: auto !important;
    display: block !important;
    width: 42px !important;
    height: 42px !important;
    margin: 0;
    padding: 0 !important;
    border: 0 !important;
}

body.yrc-redesign-chrome .popup-item:is(.popup-order, #popup-callback, #popup-page-development, .popup-sendreview) .modal-header .close {
    position: relative;
    display: block;
    width: 42px;
    height: 42px;
    margin: 0 !important;
    padding: 0 !important;
    border: 1px solid rgba(166, 207, 229, .52);
    border-radius: 4px;
    background: rgba(4, 20, 33, .56);
    opacity: 1 !important;
    font-size: 0;
    transition: border-color .18s ease, background .18s ease;
}

body.yrc-redesign-chrome .popup-item:is(.popup-order, #popup-callback, #popup-page-development, .popup-sendreview) .modal-header .close:hover,
body.yrc-redesign-chrome .popup-item:is(.popup-order, #popup-callback, #popup-page-development, .popup-sendreview) .modal-header .close:focus-visible {
    border-color: var(--yrc-home-red);
    background: rgba(240, 74, 45, .16);
    outline: 0;
}

body.yrc-redesign-chrome .popup-item:is(.popup-order, #popup-callback, #popup-page-development, .popup-sendreview) .modal-header .close_btn {
    position: absolute;
    inset: 0;
    display: block;
    width: auto;
    height: auto;
    background: none !important;
}

body.yrc-redesign-chrome .popup-item:is(.popup-order, #popup-callback, #popup-page-development, .popup-sendreview) .modal-header .close_btn::before,
body.yrc-redesign-chrome .popup-item:is(.popup-order, #popup-callback, #popup-page-development, .popup-sendreview) .modal-header .close_btn::after {
    content: "";
    position: absolute;
    top: 20px;
    left: 10px;
    width: 20px;
    height: 1px;
    background: #fff;
}

body.yrc-redesign-chrome .popup-item:is(.popup-order, #popup-callback, #popup-page-development, .popup-sendreview) .modal-header .close_btn::before {
    transform: rotate(45deg);
}

body.yrc-redesign-chrome .popup-item:is(.popup-order, #popup-callback, #popup-page-development, .popup-sendreview) .modal-header .close_btn::after {
    transform: rotate(-45deg);
}

body.yrc-redesign-chrome .popup-item:is(.popup-order, #popup-callback, #popup-page-development, .popup-sendreview) .modal-body {
    position: relative;
    z-index: 1;
    box-sizing: border-box;
    width: 100%;
    margin: 0 !important;
    padding: 38px 48px 42px !important;
    color: var(--yrc-home-text) !important;
    text-align: left !important;
}

body.yrc-redesign-chrome .popup-item:is(.popup-order, #popup-callback, #popup-page-development, .popup-sendreview) .blocks-body-main,
body.yrc-redesign-chrome .popup-item:is(.popup-order, #popup-callback, #popup-page-development, .popup-sendreview) .moduletable,
body.yrc-redesign-chrome .popup-item:is(.popup-order, #popup-callback, #popup-page-development, .popup-sendreview) .rsform,
body.yrc-redesign-chrome .popup-item:is(.popup-order, #popup-callback, #popup-page-development, .popup-sendreview) form,
body.yrc-redesign-chrome .popup-item:is(.popup-order, #popup-callback, #popup-page-development, .popup-sendreview) fieldset {
    box-sizing: border-box;
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
}

body.yrc-redesign-chrome .popup-item:is(.popup-order, #popup-callback, #popup-page-development, .popup-sendreview) .modal-body .moduletable h2 {
    box-sizing: border-box;
    width: calc(100% - 58px);
    margin: 0 0 28px !important;
    padding: 2px 0 2px 16px;
    border-left: 3px solid var(--yrc-home-red);
    color: var(--yrc-home-text) !important;
    font-family: "Literata", Georgia, "Times New Roman", serif;
    font-size: clamp(27px, 4vw, 36px) !important;
    font-weight: 500 !important;
    line-height: 1.12 !important;
    letter-spacing: .01em;
    text-align: left !important;
    text-transform: none !important;
}

body.yrc-redesign-chrome .popup-item:is(.popup-order, #popup-callback, #popup-page-development, .popup-sendreview) .modal-body .rsform .form-row {
    margin-right: -8px;
    margin-left: -8px;
}

body.yrc-redesign-chrome .popup-item:is(.popup-order, #popup-callback, #popup-page-development, .popup-sendreview) .modal-body .rsform .form-row > [class*="col-"] {
    padding-right: 8px;
    padding-left: 8px;
}

body.yrc-redesign-chrome .popup-item:is(.popup-order, #popup-callback, #popup-page-development, .popup-sendreview) .modal-body .rsform-block {
    margin: 0 0 14px;
    color: var(--yrc-home-text) !important;
    text-align: left !important;
}

body.yrc-redesign-chrome .popup-item:is(.popup-order, #popup-callback, #popup-page-development, .popup-sendreview) .modal-body .rsform-block .control-label {
    display: none;
}

body.yrc-redesign-chrome .popup-item:is(.popup-order, #popup-callback, #popup-page-development, .popup-sendreview) .modal-body :is(.rsform-calendar-box, .rsform-input-box, .rsform-text-box, select.form-control) {
    box-sizing: border-box;
    width: 100%;
    max-width: none;
    min-height: 52px;
    margin: 0;
    padding: 14px 17px;
    border: 1px solid rgba(132, 182, 210, .56) !important;
    border-radius: 4px !important;
    background: rgba(93, 137, 163, .20) !important;
    box-shadow: none !important;
    color: #fff !important;
    font-family: "Inter", Arial, sans-serif !important;
    font-size: 16px !important;
    font-weight: 400;
    line-height: 1.35 !important;
    transition: border-color .18s ease, background .18s ease;
}

body.yrc-redesign-chrome .popup-item:is(.popup-order, #popup-callback, #popup-page-development, .popup-sendreview) .modal-body :is(.rsform-calendar-box, .rsform-input-box, .rsform-text-box, select.form-control):hover {
    border-color: rgba(173, 214, 236, .78) !important;
}

body.yrc-redesign-chrome .popup-item:is(.popup-order, #popup-callback, #popup-page-development, .popup-sendreview) .modal-body :is(.rsform-calendar-box, .rsform-input-box, .rsform-text-box, select.form-control):focus {
    border-color: var(--yrc-home-red) !important;
    background: rgba(93, 137, 163, .28) !important;
    outline: 1px solid rgba(240, 74, 45, .28) !important;
    outline-offset: 2px;
}

body.yrc-redesign-chrome .popup-item:is(.popup-order, #popup-callback, #popup-page-development, .popup-sendreview) .modal-body :is(.rsform-calendar-box, .rsform-input-box, .rsform-text-box)::placeholder {
    color: rgba(238, 246, 251, .62) !important;
    opacity: 1 !important;
}

body.yrc-redesign-chrome .popup-item:is(.popup-order, #popup-callback, #popup-page-development, .popup-sendreview) .modal-body .rsform-text-box {
    min-height: 112px;
    resize: vertical;
}

body.yrc-redesign-chrome .popup-item.popup-order .modal-body .rsform-block-service .rsform-input-box {
    min-height: 48px;
    border-color: rgba(240, 74, 45, .86) !important;
    border-radius: 4px !important;
    background: rgba(240, 74, 45, .08) !important;
    color: #ff735b !important;
    font-size: 15px !important;
    font-weight: 600;
    text-transform: uppercase;
}

body.yrc-redesign-chrome .popup-item.popup-order .modal-body .rsform-block-yachtname {
    margin-top: -2px;
    margin-bottom: 18px;
}

body.yrc-redesign-chrome .popup-item.popup-order .modal-body .rsform-block-yachtname.is-empty {
    display: none !important;
}

body.yrc-redesign-chrome .popup-item.popup-order .modal-body .form-row > [class*="col-"]:has(> .rsform-block-text-notice) {
    display: flex;
    flex-direction: column;
}

body.yrc-redesign-chrome .popup-item.popup-order .modal-body .form-row > [class*="col-"]:has(> .rsform-block-text-notice) > .rsform-block-message-01,
body.yrc-redesign-chrome .popup-item.popup-order .modal-body .form-row > [class*="col-"]:has(> .rsform-block-text-notice) > .rsform-block-message-02,
body.yrc-redesign-chrome .popup-item.popup-order .modal-body .form-row > [class*="col-"]:has(> .rsform-block-text-notice) > .rsform-block-message-03,
body.yrc-redesign-chrome .popup-item.popup-order .modal-body .form-row > [class*="col-"]:has(> .rsform-block-text-notice) > .rsform-block-message-04 {
    order: 10;
}

body.yrc-redesign-chrome .popup-item.popup-order .modal-body .form-row > [class*="col-"]:has(> .rsform-block-text-notice) > .rsform-block-text-notice {
    order: 20;
}

body.yrc-redesign-chrome .popup-item.popup-order .modal-body .form-row > [class*="col-"]:has(> .rsform-block-text-notice) > [class*="rsform-block-consent-terms-"] {
    order: 30;
}

body.yrc-redesign-chrome .popup-item.popup-order .modal-body .form-row > [class*="col-"]:has(> .rsform-block-text-notice) > [class*="rsform-block-consent-privacy-"] {
    order: 40;
}

body.yrc-redesign-chrome .popup-item.popup-order .modal-body .form-row > [class*="col-"]:has(> .rsform-block-text-notice) > [class*="rsform-block-submit-"] {
    order: 50;
}

body.yrc-redesign-chrome .popup-item.popup-order .modal-body .rsform-block-yachtname .rsform-input-box {
    min-height: 40px;
    padding: 8px 14px;
    border-color: rgba(132, 182, 210, .34) !important;
    background: rgba(132, 182, 210, .08) !important;
    color: rgba(238, 246, 251, .88) !important;
    font-size: 14px !important;
    font-weight: 500;
}

body.yrc-redesign-chrome .popup-item:is(.popup-order, #popup-callback, #popup-page-development, .popup-sendreview) .modal-body .rsform-calendar-button {
    min-width: 48px;
    border: 1px solid rgba(132, 182, 210, .56) !important;
    border-left: 0 !important;
    border-radius: 0 4px 4px 0 !important;
    background: rgba(93, 137, 163, .36) !important;
    color: #fff !important;
}

body.yrc-redesign-chrome .popup-item.popup-order .modal-body .rsform-block-date-03 .control-label {
    display: block;
    margin: 0 0 7px;
    color: rgba(238, 246, 251, .82) !important;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.35;
}

body.yrc-redesign-chrome .popup-item.popup-order .modal-body .rsform-block-date-03 .input-group {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: stretch;
    width: 100%;
    flex-wrap: nowrap;
}

body.yrc-redesign-chrome .popup-item.popup-order .modal-body .rsform-block-date-03 .rsform-calendar-box {
    min-width: 0;
    border-radius: 4px 0 0 4px !important;
}

body.yrc-redesign-chrome .popup-item.popup-order .modal-body .rsform-block-date-03 .input-group-btn {
    display: flex;
    min-width: 0;
}

body.yrc-redesign-chrome .popup-item.popup-order .modal-body .rsform-block-date-03 .rsform-calendar-button {
    width: auto !important;
    min-width: 122px;
    min-height: 52px;
    margin: 0 !important;
    padding: 0 14px;
    white-space: nowrap;
}

body.yrc-redesign-chrome .popup-item:is(.popup-order, #popup-callback, #popup-page-development, .popup-sendreview) .modal-body .rsform-calendar-button:hover,
body.yrc-redesign-chrome .popup-item:is(.popup-order, #popup-callback, #popup-page-development, .popup-sendreview) .modal-body .rsform-calendar-button:focus {
    background: var(--yrc-home-red) !important;
}

body.yrc-redesign-chrome .popup-item:is(.popup-order, #popup-callback, #popup-page-development, .popup-sendreview) .modal-body .rsform-block-text-01 p {
    margin: -2px 0 22px;
    color: rgba(238, 246, 251, .82) !important;
    font-size: 16px;
    line-height: 1.5;
}

body.yrc-redesign-chrome .popup-item:is(.popup-order, #popup-callback, #popup-page-development, .popup-sendreview) .modal-body .rsform-block-text-notice {
    margin: 2px 0 15px;
    color: rgba(238, 246, 251, .62) !important;
    font-size: 12px;
    line-height: 1.5;
    text-align: left !important;
}

body.yrc-redesign-chrome .popup-item:is(.popup-order, #popup-callback, #popup-page-development, .popup-sendreview) .modal-body .rsform-block-text-notice p {
    margin: 0;
    color: inherit !important;
}

body.yrc-redesign-chrome .popup-item.popup-order .modal-body .rsform-block-text-notice br {
    display: none;
}

body.yrc-redesign-chrome .popup-item:is(.popup-order, #popup-callback, #popup-page-development, .popup-sendreview) .modal-body .form-check {
    margin: 0 !important;
    padding: 0 !important;
}

body.yrc-redesign-chrome .popup-item:is(.popup-order, #popup-callback, #popup-page-development, .popup-sendreview) .modal-body .form-check-label {
    display: grid !important;
    grid-template-columns: 24px minmax(0, 1fr);
    gap: 12px;
    align-items: start;
    margin: 0;
    color: rgba(238, 246, 251, .90) !important;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.45;
    cursor: pointer;
}

body.yrc-redesign-chrome .popup-item:is(.popup-order, #popup-callback, #popup-page-development, .popup-sendreview) .modal-body .form-check-label input[type="checkbox"] {
    position: static !important;
    display: block !important;
    box-sizing: border-box;
    width: 24px !important;
    min-width: 24px !important;
    height: 24px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 1px solid rgba(238, 246, 251, .72) !important;
    border-radius: 3px !important;
    background-color: rgba(255, 255, 255, .96) !important;
    box-shadow: none !important;
    opacity: 1 !important;
    accent-color: var(--yrc-home-red);
    appearance: auto !important;
    -webkit-appearance: checkbox !important;
    cursor: pointer;
}

body.yrc-redesign-chrome .popup-item:is(.popup-order, #popup-callback, #popup-page-development, .popup-sendreview) .modal-body .form-check-label > div {
    min-width: 0;
    padding-top: 1px;
}

body.yrc-redesign-chrome .popup-item:is(.popup-order, #popup-callback, #popup-page-development, .popup-sendreview) .modal-body .form-check-label a {
    color: #fff !important;
    font-weight: 600;
    text-decoration: underline !important;
    text-decoration-color: rgba(238, 246, 251, .48) !important;
    text-underline-offset: 3px;
}

body.yrc-redesign-chrome .popup-item:is(.popup-order, #popup-callback, #popup-page-development, .popup-sendreview) .modal-body .form-check-label a:hover,
body.yrc-redesign-chrome .popup-item:is(.popup-order, #popup-callback, #popup-page-development, .popup-sendreview) .modal-body .form-check-label a:focus-visible {
    color: var(--yrc-home-red) !important;
    text-decoration-color: var(--yrc-home-red) !important;
}

body.yrc-redesign-chrome .popup-item:is(.popup-order, #popup-callback, #popup-page-development, .popup-sendreview) .modal-body .formValidation {
    display: block;
    margin-top: 5px;
}

body.yrc-redesign-chrome .popup-item:is(.popup-order, #popup-callback, #popup-page-development, .popup-sendreview) .modal-body .formError,
body.yrc-redesign-chrome .popup-item:is(.popup-order, #popup-callback, #popup-page-development, .popup-sendreview) .modal-body .formRed {
    color: #ff735b !important;
    font-size: 13px;
    line-height: 1.35;
}

body.yrc-redesign-chrome .popup-item:is(.popup-order, #popup-callback, #popup-page-development, .popup-sendreview) .modal-body .rsform-block-submit,
body.yrc-redesign-chrome .popup-item:is(.popup-order, #popup-callback, #popup-page-development, .popup-sendreview) .modal-body [class*="rsform-block-submit-"] {
    margin-top: 22px;
    margin-bottom: 0;
    text-align: center !important;
}

body.yrc-redesign-chrome .popup-item:is(.popup-order, #popup-callback, #popup-page-development, .popup-sendreview) .modal-body .rsform-submit-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    width: min(100%, 300px) !important;
    min-width: 0 !important;
    min-height: 52px;
    margin: 0 auto !important;
    padding: 13px 24px !important;
    border: 1px solid var(--yrc-home-red) !important;
    border-radius: 4px !important;
    background: var(--yrc-home-red) !important;
    box-shadow: none !important;
    color: #fff !important;
    font-family: "Inter", Arial, sans-serif !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    line-height: 1.2 !important;
    letter-spacing: .02em;
    text-align: center;
    text-transform: uppercase;
    transition: background .18s ease, border-color .18s ease, transform .18s ease;
}

body.yrc-redesign-chrome .popup-item:is(.popup-order, #popup-callback, #popup-page-development, .popup-sendreview) .modal-body .rsform-submit-button:hover,
body.yrc-redesign-chrome .popup-item:is(.popup-order, #popup-callback, #popup-page-development, .popup-sendreview) .modal-body .rsform-submit-button:focus-visible {
    border-color: #0062cc !important;
    background: #0069d9 !important;
    color: #fff !important;
    transform: translateY(-1px);
    outline: 0 !important;
}

body.yrc-redesign-chrome .popup-item.popup-sendreview .modal-body :is(.rsform-block-photo-09, .rsform-block-videofile) {
    padding: 15px 17px;
    border: 1px solid rgba(132, 182, 210, .42) !important;
    border-radius: 4px !important;
    background: rgba(93, 137, 163, .10);
}

body.yrc-redesign-chrome .popup-item.popup-sendreview .modal-body :is(.rsform-block-photo-09, .rsform-block-videofile) .control-label {
    display: block;
    margin: 0 0 9px;
    color: rgba(238, 246, 251, .84) !important;
    font-size: 13px;
}

body.yrc-redesign-chrome .popup-item.popup-sendreview .modal-body input[type="file"] {
    max-width: 100%;
    color: rgba(238, 246, 251, .76) !important;
    font-size: 13px;
}

body.yrc-redesign-chrome .popup-item.popup-sendreview .modal-body input[type="file"]::file-selector-button {
    margin-right: 12px;
    padding: 9px 12px;
    border: 1px solid rgba(132, 182, 210, .52);
    border-radius: 3px;
    background: rgba(93, 137, 163, .24);
    color: #fff;
    cursor: pointer;
}

@media (max-width: 767.98px) {
    body.yrc-redesign-chrome .popup-item:is(.popup-order, #popup-callback, #popup-page-development, .popup-sendreview) .modal-dialog {
        min-height: 100% !important;
        padding: 8px;
    }

    body.yrc-redesign-chrome .popup-item:is(.popup-order, #popup-callback, #popup-page-development, .popup-sendreview) .modal-content {
        width: 100%;
        margin: auto;
        border-radius: 3px !important;
    }

    body.yrc-redesign-chrome .popup-item:is(.popup-order, #popup-callback, #popup-page-development, .popup-sendreview) .modal-header {
        top: 16px !important;
        right: 16px !important;
        width: 40px !important;
        height: 40px !important;
    }

    body.yrc-redesign-chrome .popup-item:is(.popup-order, #popup-callback, #popup-page-development, .popup-sendreview) .modal-header .close {
        width: 40px;
        height: 40px;
    }

    body.yrc-redesign-chrome .popup-item:is(.popup-order, #popup-callback, #popup-page-development, .popup-sendreview) .modal-header .close_btn::before,
    body.yrc-redesign-chrome .popup-item:is(.popup-order, #popup-callback, #popup-page-development, .popup-sendreview) .modal-header .close_btn::after {
        top: 19px;
        left: 10px;
        width: 18px;
    }

    body.yrc-redesign-chrome .popup-item:is(.popup-order, #popup-callback, #popup-page-development, .popup-sendreview) .modal-body {
        padding: 24px 18px 28px !important;
    }

    body.yrc-redesign-chrome .popup-item:is(.popup-order, #popup-callback, #popup-page-development, .popup-sendreview) .modal-body .moduletable h2 {
        width: calc(100% - 52px);
        margin-bottom: 24px !important;
        padding-left: 12px;
        font-size: clamp(25px, 8vw, 31px) !important;
    }

    body.yrc-redesign-chrome .popup-item:is(.popup-order, #popup-callback, #popup-page-development, .popup-sendreview) .modal-body .rsform .form-row {
        margin-right: 0;
        margin-left: 0;
    }

    body.yrc-redesign-chrome .popup-item:is(.popup-order, #popup-callback, #popup-page-development, .popup-sendreview) .modal-body .rsform .form-row > [class*="col-"] {
        padding-right: 0;
        padding-left: 0;
    }

    body.yrc-redesign-chrome .popup-item:is(.popup-order, #popup-callback, #popup-page-development, .popup-sendreview) .modal-body :is(.rsform-calendar-box, .rsform-input-box, .rsform-text-box, select.form-control) {
        min-height: 54px;
        padding: 14px 15px;
        font-size: 16px !important;
    }

    body.yrc-redesign-chrome .popup-item.popup-order .modal-body .rsform-block-service .rsform-input-box {
        min-height: 48px;
        font-size: 13px !important;
    }

    body.yrc-redesign-chrome .popup-item:is(.popup-order, #popup-callback, #popup-page-development, .popup-sendreview) .modal-body .rsform-text-box {
        min-height: 104px;
    }

    body.yrc-redesign-chrome .popup-item:is(.popup-order, #popup-callback, #popup-page-development, .popup-sendreview) .modal-body .rsform-block-text-01 p {
        margin-bottom: 18px;
        font-size: 15px;
    }

    body.yrc-redesign-chrome .popup-item:is(.popup-order, #popup-callback, #popup-page-development, .popup-sendreview) .modal-body .rsform-block-text-notice {
        font-size: 11.5px;
    }

    body.yrc-redesign-chrome .popup-item:is(.popup-order, #popup-callback, #popup-page-development, .popup-sendreview) .modal-body .form-check-label {
        grid-template-columns: 25px minmax(0, 1fr);
        gap: 11px;
        font-size: 14px;
    }

    body.yrc-redesign-chrome .popup-item:is(.popup-order, #popup-callback, #popup-page-development, .popup-sendreview) .modal-body .form-check-label input[type="checkbox"] {
        width: 25px !important;
        min-width: 25px !important;
        height: 25px !important;
    }

    body.yrc-redesign-chrome .popup-item:is(.popup-order, #popup-callback, #popup-page-development, .popup-sendreview) .modal-body .rsform-block-submit,
    body.yrc-redesign-chrome .popup-item:is(.popup-order, #popup-callback, #popup-page-development, .popup-sendreview) .modal-body [class*="rsform-block-submit-"] {
        margin-top: 20px;
    }

    body.yrc-redesign-chrome .popup-item:is(.popup-order, #popup-callback, #popup-page-development, .popup-sendreview) .modal-body .rsform-submit-button {
        width: 100% !important;
        min-height: 54px;
    }
}

@media (max-width: 359.98px) {
    body.yrc-redesign-chrome .popup-item:is(.popup-order, #popup-callback, #popup-page-development, .popup-sendreview) .modal-dialog {
        padding: 4px;
    }

    body.yrc-redesign-chrome .popup-item:is(.popup-order, #popup-callback, #popup-page-development, .popup-sendreview) .modal-body {
        padding-right: 14px !important;
        padding-left: 14px !important;
    }
}

@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url("../fonts/home-redesign/inter-700.ttf") format("truetype");
}

@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url("../fonts/home-redesign/inter-800.ttf") format("truetype");
}

@font-face {
    font-family: "Literata";
    font-style: normal;
    font-weight: 200 900;
    font-display: swap;
    src: url("../fonts/home-redesign/literata-opsz-wght.ttf") format("truetype");
}

@font-face {
    font-family: "Inder";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("../fonts/home-redesign/inder-400.ttf") format("truetype");
}

:root {
    --yrc-home-bg: #061524;
    --yrc-home-bg-soft: #0a2133;
    --yrc-home-line: rgba(140, 184, 210, 0.24);
    --yrc-home-text: #eef6fb;
    --yrc-home-muted: rgba(238, 246, 251, 0.74);
    --yrc-home-red: #f04a2d;
}

body.yrc-home-redesign-template {
    background: var(--yrc-home-bg);
}

body.yrc-home-redesign-template .column-left {
    display: none !important;
}

body.yrc-home-redesign-template .blocks.front {
    display: none !important;
}

body.yrc-home-redesign-template .column-main,
body.yrc-home-redesign-template .wrapper.front,
body.yrc-home-redesign-template .main,
body.yrc-home-redesign-template .main-content {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
}

body.yrc-home-redesign-template .home-redesign-main {
    background: var(--yrc-home-bg);
}

.home-redesign-page {
    color: var(--yrc-home-text);
    background:
        radial-gradient(circle at 88% 26%, rgba(38, 88, 117, 0.35), transparent 34rem),
        linear-gradient(180deg, #071625 0%, #061524 58%, #05111d 100%);
    font-family: "Inter", "Arial", sans-serif;
    font-optical-sizing: auto;
    line-height: 1.45;
    overflow: hidden;
}

.home-redesign-page * {
    box-sizing: border-box;
}

.home-redesign-page h1,
.home-redesign-page h2,
.home-redesign-page h3,
.home-redesign-page p,
.home-redesign-page ul {
    padding: 0;
    margin-top: 0;
}

.home-redesign-page h1::before,
.home-redesign-page h2::before,
.home-redesign-page h3::before,
.home-redesign-page li::before {
    display: none !important;
    content: none !important;
}

.home-redesign-page a {
    color: inherit;
    text-decoration: none;
}

.home-redesign-page img {
    display: block;
    max-width: 100%;
}

.home-shell {
    width: 100%;
    max-width: none;
    margin: 0 auto;
}

.home-container {
    width: min(1300px, calc(100% - 40px));
    margin: 0 auto;
}

body.yrc-redesign-chrome .home-shared-header {
    position: relative;
    z-index: 60;
    background:
        linear-gradient(90deg, rgba(4, 17, 30, 0.98) 0%, rgba(4, 17, 30, 0.88) 58%, rgba(4, 17, 30, 0.78) 100%),
        radial-gradient(circle at 86% 0%, rgba(76, 123, 151, 0.24), transparent 30rem);
    border-bottom: 1px solid var(--yrc-home-line);
}

body.yrc-redesign-chrome .home-shared-header .home-nav::after {
    width: min(754px, 100%);
}

body.yrc-redesign-chrome .home-shared-header a {
    text-decoration: none !important;
}

body.yrc-home-redesign-template .home-redesign-page .home-title {
    margin: 0;
    font-family: "Literata", Georgia, "Times New Roman", serif;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0;
    color: #f4f7fa !important;
}

body.yrc-home-redesign-template .home-redesign-page .home-kicker {
    margin: 0 0 18px;
    color: var(--yrc-home-red) !important;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.21;
    letter-spacing: 0;
    text-transform: uppercase;
}

.home-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 28px;
    border: 1px solid rgba(204, 230, 244, 0.62);
    border-radius: 4px;
    color: #f7fbff;
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
    white-space: nowrap;
    transition: border-color .2s ease, background-color .2s ease, transform .2s ease;
}

.home-btn::after {
    content: "";
    width: 22px;
    height: 10px;
    margin-left: 18px;
    background: currentColor;
    clip-path: polygon(0 45%, 75% 45%, 75% 0, 100% 50%, 75% 100%, 75% 55%, 0 55%);
}

.home-btn:hover {
/*    border-color: #fff;*/
    transform: translateY(-1px);
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
}

.home-btn--primary {
    border-color: var(--yrc-home-red);
    background: var(--yrc-home-red);
    color: #fff;
}

.home-hero {
    position: relative;
    min-height: 605px;
    background:
        linear-gradient(90deg, rgba(4, 17, 30, 0.96) 0%, rgba(4, 17, 30, 0.84) 31%, rgb(4 17 30 / 0%) 66%, rgb(4 17 30 / 0%) 100%),
        url("../images/home-redesign/hero.webp") center right / cover no-repeat;
    border-bottom: 0;
}

.home-hero::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: max(137px, calc((100vw - 1300px) / 2 + 67px));
    height: 1px;
    background: rgba(87, 149, 184, 0.34);
}

.home-nav {
    position: relative;
    display: flex;
    gap: 16px;
    align-items: center;
    min-height: 104px;
    border-bottom: 0;
}

body.yrc-redesign-chrome .home-nav {
    color: var(--yrc-home-text);
    font-family: "Inter", Arial, sans-serif;
    font-size: 17px;
    line-height: 1.45;
}

.home-nav::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 754px;
    height: 1px;
    background: rgba(143, 181, 204, 0.34);
}

.home-logo {
    flex: 0 0 205px;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    width: 205px;
    height: 49px;
    background: url("../images/home-redesign/figma/logo.svg") left center / contain no-repeat;
}

.home-logo__mark {
    width: 45px;
    height: 58px;
    background: var(--yrc-home-red);
    clip-path: polygon(68% 0, 100% 100%, 0 86%);
}

.home-logo__text {
    color: #f5f8fb;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.02;
    text-transform: uppercase;
}

.home-logo__text span {
    display: block;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: .02em;
}

.home-logo .home-logo__mark,
.home-logo .home-logo__text {
    display: none;
}

.home-mobile-menu-toggle {
    display: none;
}

.home-mobile-menu-toggle__icon {
    display: inline-flex;
    flex-direction: column;
    gap: 4px;
    width: 18px;
}

.home-mobile-menu-toggle__icon span {
    display: block;
    width: 100%;
    height: 1px;
    background: currentColor;
}

.home-menu {
    flex: 1 1 auto;
    align-self: center;
    min-width: 0;
    margin: 0;
    padding: 0 0 0 15px;
    list-style: none;
}

.home-menu > ul,
.home-menu ul.menu {
    display: flex;
    gap: 28px;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: nowrap;
    min-width: 0;
    margin: 0;
    padding: 0;
    list-style: none;
}

.home-menu .moduletable {
    min-width: 0;
}

.home-menu li {
    position: relative;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

.home-menu ul.menu > li {
    display: flex;
    align-items: center;
    height: 15px;
    padding: 0 !important;
    line-height: 14.52px;
}

.home-menu li::before {
    display: none !important;
    content: none !important;
}

body.yrc-redesign-chrome .home-menu a {
    display: inline-flex;
    align-items: center;
    color: #fff !important;
    font-size: 12px;
    font-weight: 400;
    line-height: 14.52px;
    padding: 0 !important;
    text-transform: uppercase;
    white-space: nowrap;
    transition: color .18s ease;
}

body.yrc-redesign-chrome .home-menu a:hover,
body.yrc-redesign-chrome .home-menu a:focus-visible,
body.yrc-redesign-chrome .home-menu li.active > a,
body.yrc-redesign-chrome .home-menu li.current > a,
body.yrc-redesign-chrome .home-menu li.alias-parent-active > a,
body.yrc-redesign-chrome .home-menu ul.menu > li:hover > a,
body.yrc-redesign-chrome .home-menu ul.menu > li:focus-within > a {
    color: var(--yrc-home-red) !important;
}

.home-menu a:focus-visible {
    outline: 1px solid rgba(240, 74, 45, .72);
    outline-offset: 3px;
}

.home-menu ul.menu > li > ul {
    position: absolute;
    z-index: 30;
    /* Keep the shared header independent from page and Bootstrap list margins. */
    top: calc(100% + 11px);
    left: -18px;
    display: none;
    margin: 0 !important;
    min-width: 225px;
    max-width: 300px;
    padding: 14px 18px 16px !important;
    border: 1px solid rgba(116, 178, 214, .22);
    border-radius: 3px;
    background:
        linear-gradient(180deg, rgba(6, 28, 45, .985) 0%, rgba(3, 18, 32, .985) 100%);
    box-shadow:
        0 18px 34px rgba(0, 0, 0, .36),
        inset 0 0 28px rgba(37, 99, 130, .12);
}

.home-menu ul.menu > li > ul::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 100%;
    left: 0;
    height: 14px;
}

.home-menu ul.menu > li:hover > ul,
.home-menu ul.menu > li:focus-within > ul {
    display: block;
}

body.yrc-home-redesign-template .home-redesign-page .home-menu ul.menu > li > ul > li {
    padding: 0 !important;
}

.home-menu ul.menu > li > ul > li + li {
    margin-top: 6px !important;
}

body.yrc-redesign-chrome .home-menu ul.menu > li > ul a {
    display: block;
    width: calc(100% + 16px);
    margin: 0 -8px;
    padding: 6px 8px !important;
    border-radius: 2px;
    color: rgba(244, 249, 252, .9) !important;
    font-size: 12px;
    line-height: 1.24;
    text-transform: none;
    white-space: normal;
    transition: color .18s ease, background-color .18s ease;
}

body.yrc-redesign-chrome .home-menu ul.menu > li > ul a:hover,
body.yrc-redesign-chrome .home-menu ul.menu > li > ul a:focus-visible {
    background: rgba(36, 99, 130, .2);
    color: #fff !important;
}

body.yrc-redesign-chrome .home-menu ul.menu > li > ul li.active > a,
body.yrc-redesign-chrome .home-menu ul.menu > li > ul li.current > a,
body.yrc-redesign-chrome .home-menu ul.menu > li > ul li.alias-parent-active > a {
    background: rgba(36, 99, 130, .16);
    color: var(--yrc-home-red) !important;
}

.home-menu ul.menu > li.parent > a::after {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    margin-left: 6px;
    border-right: 1px solid currentColor;
    border-bottom: 1px solid currentColor;
    transform: translateY(-2px) rotate(45deg);
    opacity: .72;
}

.home-menu ul.menu > li > a[href="/about"],
.home-menu ul.menu > li > a[href="/about"] + ul a,
.home-menu ul.menu > li > a[href="/payment"],
.home-menu ul.menu > li > a[href="/payment"] + ul a,
.home-menu ul.menu > li > a[href="/contacts"] {
    font-family: "Inder", "Inter", "Arial", sans-serif;
}

body.yrc-redesign-chrome .popup-item#popup-menu {
    background: rgba(1, 10, 18, .9);
    font-family: "Inter", "Arial", sans-serif;
}

body.yrc-redesign-chrome .popup-item#popup-menu .modal-dialog {
    width: 100%;
    max-width: none;
    min-height: 100vh;
    margin: 0;
}

body.yrc-redesign-chrome .popup-item#popup-menu .column-left-popup {
    display: none !important;
}

body.yrc-redesign-chrome .popup-item#popup-menu .column-main-popup {
    width: 100%;
    max-width: none;
    min-height: 100vh;
    margin: 0;
    padding: 0;
}

body.yrc-redesign-chrome .popup-item#popup-menu .modal-content {
    position: relative;
    min-height: 100vh;
    padding: 0 !important;
    border: 0;
    border-radius: 0;
    background:
        radial-gradient(circle at 92% 12%, rgba(50, 103, 133, .28), transparent 20rem),
        linear-gradient(180deg, rgba(5, 19, 32, .98) 0%, rgba(3, 18, 31, .99) 100%);
    color: var(--yrc-home-text);
}

body.yrc-redesign-chrome .popup-item#popup-menu .modal-header {
    position: static !important;
    top: auto !important;
    right: auto !important;
    left: auto !important;
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    width: auto !important;
    min-height: 82px;
    padding: 20px;
    border: 0;
    border-bottom: 1px solid rgba(140, 184, 210, .26);
}

body.yrc-redesign-chrome .popup-item#popup-menu .home-popup-logo {
    display: block;
    flex: 0 0 auto;
    width: 205px;
    height: 49px;
    background: url("../images/home-redesign/figma/logo.svg") left center / contain no-repeat;
}

body.yrc-redesign-chrome .popup-item#popup-menu .modal-header_close {
    margin-left: 18px;
}

body.yrc-redesign-chrome .popup-item#popup-menu .modal-header .close {
    position: relative;
    display: block;
    width: 42px;
    height: 42px;
    margin: 0;
    padding: 0;
    border: 1px solid rgba(204, 230, 244, .58);
    border-radius: 4px;
    background: transparent;
    opacity: 1;
    font-size: 0;
    line-height: 1;
}

body.yrc-redesign-chrome .popup-item#popup-menu .modal-header .close:hover,
body.yrc-redesign-chrome .popup-item#popup-menu .modal-header .close:focus {
    border-color: #fff;
}

body.yrc-redesign-chrome .popup-item#popup-menu .modal-header .close_btn {
    position: absolute;
    inset: 0;
    display: block;
    width: auto;
    height: auto;
    background: none !important;
}

body.yrc-redesign-chrome .popup-item#popup-menu .modal-header .close_btn::before,
body.yrc-redesign-chrome .popup-item#popup-menu .modal-header .close_btn::after {
    content: "";
    position: absolute;
    top: 20px;
    left: 11px;
    width: 18px;
    height: 1px;
    background: #fff;
}

body.yrc-redesign-chrome .popup-item#popup-menu .modal-header .close_btn::before {
    transform: rotate(45deg);
}

body.yrc-redesign-chrome .popup-item#popup-menu .modal-header .close_btn::after {
    transform: rotate(-45deg);
}

body.yrc-redesign-chrome .popup-item#popup-menu .modal-body {
    min-height: 0 !important;
    padding: 24px 20px 34px !important;
}

body.yrc-redesign-chrome .popup-item#popup-menu .modal-body-contacts {
    margin: 0 0 24px;
}

body.yrc-redesign-chrome .popup-item#popup-menu .modal-body-contacts > div {
    padding: 0;
}

body.yrc-redesign-chrome .popup-item#popup-menu .modal-body-contacts > .d-md-none {
    display: block !important;
}

body.yrc-redesign-chrome .popup-item#popup-menu .modal-body-contacts_phones {
    margin-bottom: 16px;
}

body.yrc-redesign-chrome .popup-item#popup-menu .modal-body-contacts_phones a {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.25;
    text-decoration: none;
}

body.yrc-redesign-chrome .popup-item#popup-menu .modal-body-contacts_callback {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
    margin: 0;
}

body.yrc-redesign-chrome .popup-item#popup-menu .modal-body-contacts_callback-pulse {
    display: none;
}

body.yrc-redesign-chrome .popup-item#popup-menu .modal-body-contacts_callback-btn a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 39px;
    padding: 0 20px;
    border-radius: 4px;
    background: var(--yrc-home-red);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .04em;
    line-height: 1;
    text-decoration: none;
    text-transform: uppercase;
}

body.yrc-redesign-chrome .popup-item#popup-menu .modal-body-socials-btn {
    display: inline-flex;
    align-items: center;
    gap: 16px;
}

body.yrc-redesign-chrome .popup-item#popup-menu .modal-body-socials-btn .mod-custom {
    width: 32px;
    height: 32px;
}

body.yrc-redesign-chrome .popup-item#popup-menu .modal-body-socials-btn a {
    display: block;
    width: 32px;
    height: 32px;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden;
    color: transparent;
    background-image: url("../images/home-redesign/figma/footer-socials.svg");
    background-repeat: no-repeat;
    background-size: 169px 32px;
}

body.yrc-redesign-chrome .popup-item#popup-menu .modal-body-socials-btn .mod-custom:nth-child(1) a {
    background-position: 0 center;
}

body.yrc-redesign-chrome .popup-item#popup-menu .modal-body-socials-btn .mod-custom:nth-child(2) a {
    background-position: -47px center;
}

body.yrc-redesign-chrome .popup-item#popup-menu .modal-body-socials-btn img {
    display: none;
}

body.yrc-redesign-chrome .popup-item#popup-menu .modal-body-menu {
    display: block !important;
    min-height: 0 !important;
    margin: 0 !important;
}

body.yrc-redesign-chrome .popup-item#popup-menu .modal-body-menu_wrap {
    flex: none !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

body.yrc-redesign-chrome .popup-item#popup-menu .home-popup-menu,
body.yrc-redesign-chrome .popup-item#popup-menu .home-popup-menu .moduletable {
    width: 100%;
}

body.yrc-redesign-chrome .popup-item#popup-menu .home-popup-menu > ul.menu,
body.yrc-redesign-chrome .popup-item#popup-menu .home-popup-menu > .moduletable > ul.menu {
    display: block !important;
    width: 100%;
}

body.yrc-redesign-chrome .popup-item#popup-menu .home-popup-menu ul,
body.yrc-redesign-chrome .popup-item#popup-menu .home-popup-menu li {
    margin: 0;
    padding: 0;
    list-style: none;
}

body.yrc-redesign-chrome .popup-item#popup-menu .home-popup-menu li::before {
    display: none !important;
    content: none !important;
}

body.yrc-redesign-chrome .popup-item#popup-menu .home-popup-menu > ul.menu > li,
body.yrc-redesign-chrome .popup-item#popup-menu .home-popup-menu > .moduletable > ul.menu > li {
    display: block !important;
    flex: 0 0 100% !important;
    min-width: 100% !important;
    width: 100% !important;
    max-width: 100% !important;
    border-top: 1px solid rgba(140, 184, 210, .24);
}

body.yrc-redesign-chrome .popup-item#popup-menu .home-popup-menu > ul.menu > li:last-child,
body.yrc-redesign-chrome .popup-item#popup-menu .home-popup-menu > .moduletable > ul.menu > li:last-child {
    border-bottom: 1px solid rgba(140, 184, 210, .24);
}

body.yrc-redesign-chrome .popup-item#popup-menu .home-popup-menu > ul.menu > li:not(.parent):not(.deeper),
body.yrc-redesign-chrome .popup-item#popup-menu .home-popup-menu > .moduletable > ul.menu > li:not(.parent):not(.deeper) {
    padding-bottom: 14px;
}

body.yrc-redesign-chrome .popup-item#popup-menu .home-popup-menu a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--yrc-home-text);
    text-decoration: none;
    transition: color .18s ease, background-color .18s ease;
}

body.yrc-redesign-chrome .popup-item#popup-menu .home-popup-menu > ul.menu > li > a,
body.yrc-redesign-chrome .popup-item#popup-menu .home-popup-menu > .moduletable > ul.menu > li > a {
    width: 100%;
    padding: 15px 0;
    font-family: "Literata", Georgia, "Times New Roman", serif;
    font-size: 22px;
    font-weight: 500;
    letter-spacing: .02em;
    line-height: 1.15;
    text-transform: uppercase;
}

body.yrc-redesign-chrome .popup-item#popup-menu .home-popup-menu > ul.menu > li.parent > a,
body.yrc-redesign-chrome .popup-item#popup-menu .home-popup-menu > ul.menu > li.deeper > a,
body.yrc-redesign-chrome .popup-item#popup-menu .home-popup-menu > .moduletable > ul.menu > li.parent > a,
body.yrc-redesign-chrome .popup-item#popup-menu .home-popup-menu > .moduletable > ul.menu > li.deeper > a {
    padding-bottom: 2px;
}

body.yrc-redesign-chrome .popup-item#popup-menu .home-popup-menu > ul.menu > li.parent > a::after,
body.yrc-redesign-chrome .popup-item#popup-menu .home-popup-menu > .moduletable > ul.menu > li.parent > a::after {
    content: "";
    flex: 0 0 auto;
    width: 8px;
    height: 8px;
    margin-left: 16px;
    border-right: 1px solid currentColor;
    border-bottom: 1px solid currentColor;
    transform: translateY(-3px) rotate(45deg);
}

body.yrc-redesign-chrome .popup-item#popup-menu .home-popup-menu > ul.menu > li > ul,
body.yrc-redesign-chrome .popup-item#popup-menu .home-popup-menu > .moduletable > ul.menu > li > ul {
    position: static;
    display: grid !important;
    min-width: 0;
    max-width: none;
    padding: 0 0 14px 16px !important;
    border: 0;
    background: transparent;
    box-shadow: none;
}

body.yrc-redesign-chrome .popup-item#popup-menu .home-popup-menu > ul.menu > li > ul a,
body.yrc-redesign-chrome .popup-item#popup-menu .home-popup-menu > .moduletable > ul.menu > li > ul a {
    display: block;
    padding: 7px 0 !important;
    color: var(--yrc-home-muted);
    font-family: "Inter", "Arial", sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.35;
    text-transform: none;
}

body.yrc-redesign-chrome .popup-item#popup-menu .home-popup-menu a:hover,
body.yrc-redesign-chrome .popup-item#popup-menu .home-popup-menu a:focus,
body.yrc-redesign-chrome .popup-item#popup-menu .home-popup-menu li.active > a,
body.yrc-redesign-chrome .popup-item#popup-menu .home-popup-menu li.current > a,
body.yrc-redesign-chrome .popup-item#popup-menu .home-popup-menu li.alias-parent-active > a {
    color: var(--yrc-home-red);
}

body.yrc-redesign-chrome .popup-item#popup-menu .modal-body-bottom {
    display: none;
}

body.yrc-redesign-chrome .popup-item#popup-menu .home-popup-menu__columns {
    display: none;
}

@media (min-width: 900px) {
    body.yrc-redesign-chrome .popup-item#popup-menu .modal-body-contacts {
        position: absolute;
        z-index: 3;
        top: -61px;
        right: 82px;
        left: 260px;
        display: flex;
        justify-content: flex-end;
        width: auto;
        margin: 0;
    }

    body.yrc-redesign-chrome .popup-item#popup-menu .modal-body-contacts > .d-md-none {
        display: flex !important;
        flex: 0 1 auto;
        align-items: center;
        justify-content: flex-end;
        width: auto;
        max-width: 100%;
        gap: 18px;
    }

    body.yrc-redesign-chrome .popup-item#popup-menu .modal-body-contacts_phones {
        flex: 0 0 auto;
        margin: 0;
    }

    body.yrc-redesign-chrome .popup-item#popup-menu .modal-body-contacts_callback {
        flex: 0 0 auto;
        flex-wrap: nowrap;
    }
}

@media (min-width: 721px) and (max-width: 1240px) {
    body.yrc-redesign-chrome .popup-item#popup-menu .home-popup-menu > ul.menu.home-popup-menu__source,
    body.yrc-redesign-chrome .popup-item#popup-menu .home-popup-menu > .moduletable > ul.menu.home-popup-menu__source {
        display: none !important;
    }

    body.yrc-redesign-chrome .popup-item#popup-menu .home-popup-menu__columns {
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
        gap: 0 52px;
        align-items: start;
    }

    body.yrc-redesign-chrome .popup-item#popup-menu .home-popup-menu__column {
        display: block !important;
        min-width: 0;
        margin: 0;
        padding: 0;
        list-style: none;
    }

    body.yrc-redesign-chrome .popup-item#popup-menu .home-popup-menu__column > li {
        display: block !important;
        flex: 0 0 auto !important;
        min-width: 0 !important;
        width: 100% !important;
        max-width: 100% !important;
        margin: 0;
        padding: 0;
        border-top: 1px solid rgba(140, 184, 210, .24);
        list-style: none;
    }

    body.yrc-redesign-chrome .popup-item#popup-menu .home-popup-menu__column > li:last-child {
        border-bottom: 1px solid rgba(140, 184, 210, .24);
    }

    body.yrc-redesign-chrome .popup-item#popup-menu .home-popup-menu__column > li:not(.parent):not(.deeper) {
        padding-bottom: 14px;
    }

    body.yrc-redesign-chrome .popup-item#popup-menu .home-popup-menu__column > li::before {
        display: none !important;
        content: none !important;
    }

    body.yrc-redesign-chrome .popup-item#popup-menu .home-popup-menu__column > li > a {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        padding: 15px 0;
        color: var(--yrc-home-text);
        font-family: "Literata", Georgia, "Times New Roman", serif;
        font-size: 22px;
        font-weight: 500;
        letter-spacing: .02em;
        line-height: 1.15;
        text-decoration: none;
        text-transform: uppercase;
        transition: color .18s ease, background-color .18s ease;
    }

    body.yrc-redesign-chrome .popup-item#popup-menu .home-popup-menu__column > li.parent > a,
    body.yrc-redesign-chrome .popup-item#popup-menu .home-popup-menu__column > li.deeper > a {
        padding-bottom: 2px;
    }

    body.yrc-redesign-chrome .popup-item#popup-menu .home-popup-menu__column > li.parent > a::after {
        content: "";
        flex: 0 0 auto;
        width: 8px;
        height: 8px;
        margin-left: 16px;
        border-right: 1px solid currentColor;
        border-bottom: 1px solid currentColor;
        transform: translateY(-3px) rotate(45deg);
    }

    body.yrc-redesign-chrome .popup-item#popup-menu .home-popup-menu__column > li > ul {
        position: static;
        display: grid !important;
        min-width: 0;
        max-width: none;
        padding: 0 0 14px 16px !important;
        border: 0;
        background: transparent;
        box-shadow: none;
    }

    body.yrc-redesign-chrome .popup-item#popup-menu .home-popup-menu__column > li > ul a {
        display: block;
        padding: 7px 0 !important;
        color: var(--yrc-home-muted);
        font-family: "Inter", "Arial", sans-serif;
        font-size: 14px;
        font-weight: 700;
        line-height: 1.35;
        text-transform: none;
    }

    body.yrc-redesign-chrome .popup-item#popup-menu .home-popup-menu__column a:hover,
    body.yrc-redesign-chrome .popup-item#popup-menu .home-popup-menu__column a:focus,
    body.yrc-redesign-chrome .popup-item#popup-menu .home-popup-menu__column li.active > a,
    body.yrc-redesign-chrome .popup-item#popup-menu .home-popup-menu__column li.current > a,
    body.yrc-redesign-chrome .popup-item#popup-menu .home-popup-menu__column li.alias-parent-active > a {
        color: var(--yrc-home-red);
    }
}

@media (max-width: 480px) {
    body.yrc-redesign-chrome .popup-item#popup-menu .modal-header {
        min-height: 74px;
        padding: 18px 14px 14px;
    }

    body.yrc-redesign-chrome .popup-item#popup-menu .home-popup-logo {
        width: 170px;
        height: 41px;
    }

    body.yrc-redesign-chrome .popup-item#popup-menu .modal-body {
        padding: 20px 14px 30px;
    }

    body.yrc-redesign-chrome .popup-item#popup-menu .home-popup-menu > ul.menu > li > a,
    body.yrc-redesign-chrome .popup-item#popup-menu .home-popup-menu > .moduletable > ul.menu > li > a {
        font-size: 20px;
    }

    body.yrc-redesign-chrome .popup-item#popup-menu .home-popup-menu > ul.menu > li > ul a,
    body.yrc-redesign-chrome .popup-item#popup-menu .home-popup-menu > .moduletable > ul.menu > li > ul a {
        font-size: 13px;
    }
}

body.yrc-redesign-chrome .home-nav__phone {
    flex: 0 0 146px;
    align-self: center;
    width: 146px;
    justify-self: end;
    color: rgba(244, 249, 252, .9);
    font-size: 13px;
    line-height: 1.3;
    white-space: nowrap;
}

body.yrc-redesign-chrome .home-nav__phone .moduletable,
body.yrc-redesign-chrome .home-nav__phone .custom,
body.yrc-redesign-chrome .home-nav__phone p {
    margin: 0 !important;
    color: rgba(244, 249, 252, .9) !important;
    font-size: 13px !important;
    line-height: 1.3 !important;
}

body.yrc-redesign-chrome .home-nav__phone a,
body.yrc-redesign-chrome .home-nav__phone span {
    display: block;
}

body.yrc-redesign-chrome .home-nav__phone a {
    color: rgba(244, 249, 252, .9) !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 1.45 !important;
    text-decoration: none !important;
    white-space: nowrap;
}

body.yrc-redesign-chrome .home-nav__phone span {
    color: rgba(238, 246, 251, .68) !important;
    font-size: 10px !important;
}

.home-consult {
    flex: 0 0 auto;
    align-self: center;
    justify-self: end;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    width: max-content;
    min-width: 0;
    min-height: 39px;
    padding: 0;
    border-radius: 4px;
    background: transparent;
    color: #fff;
    font-size: 10px;
    font-weight: 400;
    line-height: 1.21;
    letter-spacing: .04em;
    text-transform: uppercase;
}

body.yrc-redesign-chrome .home-consult a:hover,
body.yrc-redesign-chrome .home-consult a:focus-visible {
    color: #fff !important;
    background-color: var(--yrc-home-red);
    border-color: var(--yrc-home-red);
    text-decoration: none !important;
}

.home-consult--module {
    padding: 0;
    background: transparent;
}

.home-consult .moduletable,
.home-consult .custom,
.home-consult p {
    display: contents;
    margin: 0;
}

body.yrc-redesign-chrome .home-consult a {
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    width: max-content;
    min-width: 150px !important;
    min-height: 39px;
    padding: 0 18px !important;
    border-radius: 4px;
    background: var(--yrc-home-red);
    color: #fff !important;
    font-size: 10px !important;
    font-weight: 400 !important;
    line-height: 1.21 !important;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.home-hero__content {
    width: min(620px, 100%);
    padding-top: 17px;
    display: flex;
    flex-direction: column;
}

body.yrc-home-redesign-template .home-redesign-page .home-hero__title {
    font-family: "Literata", Georgia, "Times New Roman", serif;
    font-size: 72px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: .03em;
    text-transform: uppercase;
}

.home-hero__title span {
    display: block;
}

.home-hero__title .red {
    color: var(--yrc-home-red);
}

body.yrc-home-redesign-template .home-redesign-page .home-hero__text {
    max-width: 411px;
    min-height: 72px;
    margin: 12px 0 29px;
    color: rgba(238, 246, 251, .82);
    font-size: 16px;
    line-height: 1.21;
}

.home-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.home-hero__actions .home-btn--primary {
    width: auto;
    min-width: 246px;
}

.home-hero__actions .home-btn:not(.home-btn--primary) {
    width: auto;
    min-width: 218px;
}

.home-hero__coords {
    position: absolute;
    right: max(72px, calc((100vw - 1300px) / 2));
    bottom: 44px;
    color: rgba(238, 246, 251, .58);
    font-size: 14px;
    font-weight: 700;
    line-height: 1.35;
    text-align: right;
}

.home-section {
    padding: 0;
    border-bottom: 1px solid rgba(92, 151, 185, .22);
}

.home-section__head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 23px;
}

body.yrc-home-redesign-template .home-redesign-page .home-section__title {
    font-size: 32px;
    line-height: 1.15;
    letter-spacing: 0;
}

.home-small-link {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    color: rgba(238, 246, 251, .82);
    font-size: 10px;
    font-weight: 400;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.home-small-link::after {
    content: "→";
    font-size: 16px;
    line-height: 1;
}

.home-regattas {
    min-height: 0;
    padding-top: 7px;
    padding-bottom: 16px;
}

.home-regatta-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 7px;
}

.home-regatta-grid.slick-initialized {
    display: block;
    margin-right: -2px;
    margin-left: -2px;
}

.home-regatta-grid .slick-track {
    display: flex;
}

.home-regatta-grid .slick-slide {
    height: auto;
    padding-right: 2px;
    padding-left: 2px;
}

.home-regatta-grid .slick-slide > div,
.home-regatta-grid .home-regatta-slide,
.home-regatta-grid .slick-slide .home-regatta-card {
    height: 100%;
}

.home-regatta-card {
    position: relative;
    display: block;
    height: 418px;
    min-height: 418px;
    overflow: hidden;
    border: 1px solid rgba(116, 178, 214, .32);
    border-radius: 3px;
    background: #0a2032;
    text-align: left;
}

.home-regatta-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        180deg,
        rgba(3, 16, 29, 0.68) 0%,
        rgba(3, 16, 29, 0.52) 42%,
        rgba(3, 16, 29, 0.88) 100%
    );
    z-index: 1;
}

.home-regatta-card img {
    position: absolute;
    inset: 0;
    width: 100% !important;
    max-width: none;
    height: 100% !important;
    min-height: 0;
    object-fit: cover;
    object-position: center center;
}

.home-regatta-card__body {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: block;
}

.home-regatta-card__date {
    position: absolute;
    top: 23px;
    left: 16px;
    right: 16px;
    max-width: none;
    margin: 0;
    color: #fff;
    font-size: 26px;
    line-height: 31.46px;
    text-align: left;
}

.home-regatta-card__date span {
    display: block;
    margin-top: 0;
}

.home-regatta-card__date-main {
    font-size: 20px;
}

.home-regatta-card__date-sub {
    font-size: 15px;
    line-height: 18.15px;
}

.home-regatta-card__place {
    position: absolute;
    top: 83px;
    left: 17px;
    max-width: 116px;
    color: #fff;
    font-size: 13px;
    line-height: 15.73px;
    text-align: left;
}

body.yrc-home-redesign-template .home-redesign-page .home-regatta-card__title {
    position: absolute;
    right: 18px;
    bottom: 108px;
    left: 16px;
    display: block;
    max-width: 253px;
    max-height: 116px;
    margin: 0;
    overflow: hidden;
    font-family: "Literata", Georgia, "Times New Roman", serif;
    color: #f5f8fb !important;
    font-size: 26px;
    font-weight: 400;
    line-height: 38.61px;
    letter-spacing: .02em;
    text-align: left;
    text-transform: uppercase;
}

.home-regatta-card__desc {
    position: absolute;
    right: 16px;
    bottom: 58px;
    left: 16px;
    display: -webkit-box;
    max-width: 252px;
    max-height: 51px;
    margin: 0;
    overflow: hidden;
    color: #c3d9ed;
    font-size: 14px;
    line-height: 16.94px;
    text-align: left;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.home-regatta-card__bottom {
    position: absolute;
    right: 20px;
    bottom: 15px;
    left: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

.home-regatta-card__price {
    color: #fff;
    font-size: 14px;
    line-height: 16.94px;
    text-align: left;
    text-transform: uppercase;
}

.home-card-arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 33px;
    border-radius: 4px;
    background: var(--yrc-home-red);
    color: #fff;
    font-size: 25px;
    font-weight: 400;
    line-height: 1;
}

.home-slider-dots {
    display: block;
    width: 49px;
    height: 10px;
    margin-top: 9px;
    margin-right: auto;
    margin-left: auto;
    background: center / contain no-repeat;
}

.home-slider-dots span {
    display: none;
}

.home-regattas .home-slider-dots,
.home-reviews .home-slider-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    height: 10px;
    min-height: 10px;
    background-image: none;
}

.home-regattas .home-slider-dots .slick-dots,
.home-reviews .home-slider-dots .slick-dots {
    position: static !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: auto !important;
    max-width: 100%;
    height: 10px !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden;
    list-style: none !important;
}

.home-regattas .home-slider-dots .slick-dots li,
.home-reviews .home-slider-dots .slick-dots li {
    display: block !important;
    width: 8px !important;
    height: 8px !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 0 !important;
    list-style: none !important;
}

.home-regattas .home-slider-dots .slick-dots li::before,
.home-regattas .home-slider-dots .slick-dots button::before,
.home-reviews .home-slider-dots .slick-dots li::before,
.home-reviews .home-slider-dots .slick-dots button::before {
    display: none !important;
    content: none !important;
}

.home-regattas .home-slider-dots .slick-dots button,
.home-reviews .home-slider-dots .slick-dots button {
    display: block;
    width: 8px;
    height: 8px;
    min-width: 0;
    padding: 0;
    overflow: hidden;
    border: 0;
    border-radius: 50%;
    background: rgba(16, 60, 88, .28);
    color: transparent;
    font-size: 0;
    line-height: 0;
    appearance: none;
}

.home-regattas .home-slider-dots .slick-dots .slick-active button,
.home-reviews .home-slider-dots .slick-dots .slick-active button {
    background: var(--yrc-home-red);
}

.home-reviews .home-slider-dots {
    margin-top: 12px;
}

.home-training {
    min-height: 330px;
    background:
        linear-gradient(90deg, rgba(5, 18, 31, .96), rgb(5 18 31 / 20%) 34%, rgb(5 18 31 / 0%)),
        url("../images/home-redesign/training.webp") center / cover no-repeat;
}

.home-training__inner {
    display: grid;
    grid-template-columns: 500px 1fr;
    gap: 38px;
    align-items: start;
    height: 330px;
    min-height: 330px;
    padding-top: 33px;
}

.home-training__text {
    max-width: 500px;
}

.home-training__text p {
    max-width: 406px;
    margin: 20px 0 33px;
    color: var(--yrc-home-muted);
    font-size: 14px;
    line-height: 1.21;
}

body.yrc-home-redesign-template .home-redesign-page .home-training__text .home-kicker {
    margin-bottom: 14px;
}

body.yrc-home-redesign-template .home-redesign-page .home-training__title,
body.yrc-home-redesign-template .home-redesign-page .home-travel__title,
body.yrc-home-redesign-template .home-redesign-page .home-corporate__title {
    font-size: 32px;
    line-height: 1.32;
}

.home-training__features {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 30px;
    margin-top: 162px;
}

.home-training__features .home-feature {
    color: #fff;
    text-align: left;
    text-transform: none;
}

.home-training__features .home-feature span {
    color: #fff;
}

.home-training__features .home-feature__icon {
    margin-right: 0;
    margin-bottom: 11px;
    margin-left: 0;
}

.home-training__features .home-feature:nth-child(1) .home-feature__icon {
    width: 35px;
    height: 40px;
}

.home-training__features .home-feature:nth-child(2) .home-feature__icon {
    width: 44px;
    height: 44px;
}

.home-training__features .home-feature:nth-child(3) .home-feature__icon {
    width: 33px;
    height: 44px;
}

.home-training__features .home-feature:nth-child(4) .home-feature__icon {
    width: 35px;
    height: 44px;
}

.home-training__text .home-btn {
    width: 242px;
}

.home-feature {
    color: #eff7fb;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.21;
    text-transform: uppercase;
}

.home-feature__icon {
    width: 50px;
    height: 50px;
    margin: 0 auto 14px;
    display: block;
    background: center / contain no-repeat;
}

.home-training__features .home-feature:nth-child(1) .home-feature__icon { background-image: url("../images/home-redesign/figma/training-basic.svg"); }
.home-training__features .home-feature:nth-child(2) .home-feature__icon { background-image: url("../images/home-redesign/figma/training-practice.svg"); }
.home-training__features .home-feature:nth-child(3) .home-feature__icon { background-image: url("../images/home-redesign/figma/training-cert.svg"); }
.home-training__features .home-feature:nth-child(4) .home-feature__icon { background-image: url("../images/home-redesign/figma/training-race.svg"); }

.home-feature span {
    display: block;
    margin-top: 4px;
    color: rgba(238, 246, 251, .74);
    text-transform: none;
}

.home-travel {
    padding: 0;
}

.home-travel__panel {
    position: relative;
    min-height: 316px;
    overflow: hidden;
    border: 1px solid rgba(116, 178, 214, .36);
    background:
        linear-gradient(90deg, rgba(5, 19, 31, .92), rgb(5 19 31 / 0%) 42%, rgb(5 19 31 / 0%)),
        url("../images/home-redesign/travel-main.webp") center / cover no-repeat;
}

.home-travel__content {
    width: min(640px, 100%);
    padding: 31px 15px 34px;
    background: linear-gradient(
        90deg,
        rgba(5, 19, 31, 0.94) 0%,
        rgba(5, 19, 31, 0.88) 55%,
        rgba(5, 19, 31, 0.5) 82%,
        rgba(5, 19, 31, 0) 100%
    );
}

body.yrc-home-redesign-template .home-redesign-page .home-travel__title {
    font-size: 32px;
}

body.yrc-home-redesign-template .home-redesign-page .home-corporate__title {
    font-size: 32px;
}

.home-travel__content p:not(.home-kicker) {
    max-width: 236px;
    margin: 12px 0 36px;
}

.home-travel__content p,
.home-corporate__content p {
    color: var(--yrc-home-muted);
    font-size: 14px;
    line-height: 1.21;
}

.home-destinations {
    position: absolute;
    top: 0;
    right: 0;
    width: 232px;
    height: 100%;
    display: grid;
    grid-template-rows: repeat(3, 1fr) auto;
    border-left: 1px solid rgba(196, 226, 241, .38);
}

.home-destination {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 56px;
    background-size: cover;
    background-position: center;
    text-transform: uppercase;
}

.home-destination::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(5, 19, 31, 0.68),
    rgba(5, 19, 31, 0.16)
  );
  transition: background 0.25s ease, transform 0.25s ease;
}

.home-destination:hover::before {
  transform: translateY(-1px);
  background: linear-gradient(
    90deg,
    rgb(5 19 31 / 58%),
    rgb(5 19 31 / 12%)
  );
}

.home-destination strong,
.home-destination span {
    position: relative;
    z-index: 1;
}

.home-destination strong {
    font-size: 15px;
}

.home-destination span {
    color: rgba(238, 246, 251, .74);
    font-size: 13px;
    text-transform: none;
}

.home-destination--croatia { background-image: url("../images/home-redesign/travel-croatia.webp"); }
.home-destination--greece {
    background-image: url("../images/home-redesign/travel-greece-bright-360.webp");
    background-image: image-set(
        url("../images/home-redesign/travel-greece-bright-360.webp") 1x,
        url("../images/home-redesign/travel-greece-bright-720.webp") 2x
    );
}
.home-destination--seychelles { background-image: url("../images/home-redesign/travel-seychelles.webp"); }
.home-destination--turkey {
    background-image: url("../images/home-redesign/travel-turkey-bright-360.webp");
    background-image: image-set(
        url("../images/home-redesign/travel-turkey-bright-360.webp") 1x,
        url("../images/home-redesign/travel-turkey-bright-720.webp") 2x
    );
}

.home-destinations__all {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 58px;
    border-top: 0;
    color: rgba(238, 246, 251, .86);
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    transition: color .2s ease, background-color .2s ease;
}

.home-destinations__all::before {
    content: "";
    position: absolute;
    inset: 0;
    border: 2px solid rgba(196, 226, 241, .42);
    pointer-events: none;
    transition: border-color .2s ease;
}

.home-destinations__all:hover,
.home-destinations__all:focus-within,
a.home-destinations__all:hover,
a.home-destinations__all:focus {
    color: #fff;
    background-color: rgba(0, 105, 217, .18);
}

.home-destinations__all:hover::before,
.home-destinations__all:focus-within::before,
a.home-destinations__all:hover::before,
a.home-destinations__all:focus::before {
    border-color: #0062cc;
}

.home-destinations__all a:hover {
    background: none;
}

.home-corporate {
    display: grid;
    grid-template-columns: 610px minmax(0, 1fr);
    min-height: 378px;
    margin-top: 17px;
    padding: 0;
}

.home-corporate__image {
    background: linear-gradient(90deg, rgb(4 15 25 / 0%), rgb(4 15 25 / 0%)), url("../images/home-redesign/corporate.webp") center / cover no-repeat;
}

.home-corporate__content {
    position: relative;
    overflow: hidden;
    padding: 19px min(7vw, 100px) 24px 26px;
    background:
        linear-gradient(90deg, rgba(5, 18, 31, .98), rgba(5, 18, 31, .9)),
        radial-gradient(circle at 86% 56%, rgba(35, 93, 127, .28), transparent 20rem);
}

.home-corporate__content::after {
    content: "";
    position: absolute;
    right: 10px;
    top: 0;
    bottom: auto;
    width: 291px;
    height: 378px;
    opacity: .25;
    background: url("../images/home-redesign/figma/corporate-boat.png") center / contain no-repeat;
    pointer-events: none;
}

.home-corporate__features {
    position: relative;
    z-index: 1;
    display: flex;
    gap: 0;
    margin: 13px 0 25px;
}

.home-corporate__features .home-feature {
    color: #c3d9ed;
    font-size: 12px;
    text-align: left;
    text-transform: none;
}

.home-corporate__features .home-feature span {
    color: #c3d9ed;
}

.home-corporate__features .home-feature:nth-child(1) {
    width: 79px;
    margin-right: 38px;
}

.home-corporate__features .home-feature:nth-child(2) {
    width: 114px;
    margin-right: 27px;
}

.home-corporate__features .home-feature:nth-child(3) {
    width: 116px;
    margin-right: 30px;
}

.home-corporate__features .home-feature:nth-child(4) {
    width: 84px;
}

.home-corporate__features .home-feature__icon {
    width: 26px;
    height: 26px;
    margin-bottom: 9px;
    margin-left: 0;
}

.home-corporate__content p {
    max-width: 329px;
    margin: 12px 0 14px;
}

body.yrc-home-redesign-template .home-redesign-page .home-corporate__content .home-kicker {
    margin-bottom: 3px;
}

.home-corporate__content .home-btn {
    width: 206px;
}

.home-corporate__features .home-feature:nth-child(1) .home-feature__icon { background-image: url("../images/home-redesign/figma/corporate-org-icon.svg"); }
.home-corporate__features .home-feature:nth-child(2) .home-feature__icon { background-image: url("../images/home-redesign/figma/corporate-format-icon.svg"); }
.home-corporate__features .home-feature:nth-child(3) .home-feature__icon { background-image: url("../images/home-redesign/figma/corporate-skipper-icon.svg"); }
.home-corporate__features .home-feature:nth-child(4) .home-feature__icon { background-image: url("../images/home-redesign/figma/corporate-safety-icon.svg"); }

.home-stats {
    min-height: 154px;
    padding: 24px 0 18px;
    border-bottom: .5px solid #20475e;
}

body.yrc-home-redesign-template .home-redesign-page .home-stats .home-kicker {
    margin-bottom: 7px;
}

.home-stats-grid {
    display: grid;
    grid-template-columns: 120px repeat(4, minmax(0, 1fr)) 142px;
    gap: 0;
    height: 98px;
    overflow: hidden;
    border-top: 0;
    margin-top: 0;
}

.home-stat {
    position: relative;
    min-height: 98px;
    padding: 0 28px;
    border-left: 0;
}

.home-stat:not(:first-child)::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 79px;
    background: #20475e;
    transform: scaleX(.5);
    transform-origin: left top;
}

.home-stat--mark {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.home-stat__emblem {
    display: block;
    width: 57px;
    height: 39px;
    color: transparent;
    background: url("../images/home-redesign/figma/stats-emblem.svg") center / contain no-repeat;
}

.home-stat--iyt {
    padding: 0 20px;
    background: url("../images/home-redesign/figma/stats-iyt.svg") center top / 95px 98px no-repeat;
}

.home-stat--iyt strong {
    visibility: hidden;
}

.home-stat--iyt span {
    visibility: hidden;
}

.home-stat strong {
    display: block;
    margin-bottom: 7px;
    color: #f7fbff;
    font-size: 40px;
    font-weight: 400;
    line-height: 1.1;
}

.home-stat:nth-child(2) strong,
.home-stat:nth-child(3) strong,
.home-stat:nth-child(4) strong,
.home-stat:nth-child(5) strong {
    font-family: "Literata", Georgia, "Times New Roman", serif;
}

.home-stat span {
    color: rgba(238, 246, 251, .7);
    font-size: 10px;
    line-height: 1.21;
    text-transform: uppercase;
}

.home-reviews {
    margin-top: 3px;
    min-height: 384px;
    padding: 18px 0 0;
    background:
        linear-gradient(90deg, rgba(5, 18, 31, .98), rgb(5 18 31 / 0%) 54%, rgb(5 18 31 / 0%)),
        url("../images/home-redesign/reviews-bg.webp") right bottom / auto 100% no-repeat;
}

.home-reviews-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    padding-bottom: 0;
}

.home-reviews-grid.slick-initialized {
    display: block;
    margin-right: -7px;
    margin-left: -7px;
}

.home-reviews-grid.slick-initialized .slick-track {
    display: flex;
}

.home-reviews-grid.slick-initialized .slick-slide {
    height: auto;
    padding-right: 7px;
    padding-left: 7px;
}

.home-reviews-grid.slick-initialized .slick-slide > div,
.home-review-slide {
    height: 100%;
}

.home-review {
    position: relative;
    height: 304px;
    min-height: 304px;
    padding: 56px 28px 112px 32px;
    border: 1px solid rgba(99, 153, 184, .34);
    border-radius: 58px 0;
    background: rgba(5, 18, 31, .72);
}

.home-review::before {
    content: "";
    position: absolute;
    top: 20px;
    left: 32px;
    width: 29px;
    height: 21px;
    background: url("../images/home-redesign/figma/review-quote.svg") center / contain no-repeat;
}

body.yrc-home-redesign-template .home-redesign-page .home-review__quote {
    display: block;
    min-height: 0;
    margin: 0 !important;
    overflow: visible;
    color: rgba(238, 246, 251, .82);
    font-size: 12px;
    line-height: 1.21;
    text-align: left;
}

@media (min-width: 641px) and (max-width: 720px) {
    .home-reviews {
        min-height: 408px;
    }

    .home-review {
        height: 328px;
        min-height: 328px;
    }
}

.home-review__author {
    position: absolute;
    right: 28px;
    bottom: 20px;
    left: 32px;
    display: flex;
/*    align-items: flex-end;*/
    justify-content: space-between;
    gap: 16px;
    width: auto;
    max-width: none;
    margin-top: 0;
    text-align: left;
    line-height: 1;
}

.home-review__author > div {
    min-width: 0;
}

.home-review__author strong {
    display: block;
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
}

.home-review__author span {
    color: rgba(238, 246, 251, .72);
    font-size: 12px;
    line-height: 1;
}

.home-review__avatar {
    flex: 0 0 auto;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: center / cover no-repeat;
    box-shadow: 0 0 0 1px rgba(238, 246, 251, .18);
}

.home-review__avatar--alex { background-image: url("../images/home-redesign/review-alex.webp"); }
.home-review__avatar--maria { background-image: url("../images/home-redesign/review-maria.webp"); }
.home-review__avatar--anna { background-image: url("../images/home-redesign/review-anna.webp"); }

.home-review__avatar--empty {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(99, 153, 184, .18);
    color: rgba(238, 246, 251, .82);
    font-size: 24px;
    line-height: 1;
    text-transform: uppercase;
}

.home-question {
    margin-top: 2px;
    height: auto;
    min-height: 154px;
    padding: 0;
    border-top: 1px solid rgba(92, 151, 185, .24);
    border-bottom: 1px solid rgba(92, 151, 185, .24);
}

.home-question__inner {
    position: relative;
    display: grid;
    grid-template-columns: 330px 677px;
    grid-template-rows: auto auto;
    gap: 8px 54px;
    align-items: start;
    min-height: 154px;
    padding: 21px 0 18px;
}

body.yrc-home-redesign-template .home-redesign-page .home-question__title {
    grid-column: 1;
    grid-row: 1;
    font-size: 26px;
    line-height: 1.32;
}

.home-question__form {
    display: grid;
    grid-column: 2;
    grid-row: 1 / span 2;
    grid-template-columns: 1fr;
    gap: 16px;
    width: 677px;
}

.home-question__form form,
.home-question__form .rsform,
.home-question__form .formContainer,
.home-question__form .formResponsive,
.home-question__form .rsform-block {
    width: 100% !important;
    inline-size: 100% !important;
    max-width: none !important;
    min-width: 0;
    min-inline-size: 0 !important;
    box-sizing: border-box;
    margin: 0;
}

.home-question__form form {
    display: block;
}

.home-question__form .formContainer {
    display: grid;
    grid-template-columns: 174px 22px 174px 45px 237px;
    gap: 12px 0;
    align-items: start;
}

.home-question__form fieldset.formContainer {
    padding: 0;
    border: 0;
}

.home-question__form h2,
.home-question__form .rsform-block-text-01,
.home-question__form .rsform-block-text-notice {
    display: none !important;
}

.home-question__form .form-row,
.home-question__form .col-md-6,
.home-question__form .col-md-12 {
    display: contents !important;
    width: auto !important;
    max-width: none !important;
    padding: 0 !important;
    margin: 0 !important;
    flex: none !important;
}

.home-question__form .formControls {
    margin: 0;
}

.home-question__form .rsform-block {
    display: block !important;
    width: 100% !important;
    min-width: 0;
}

.home-question__form .rsform-block-name {
    grid-column: 1;
    grid-row: 1;
}

.home-question__form .rsform-block-phone {
    grid-column: 3;
    grid-row: 1;
}

.home-question__form .rsform-block-text-01,
.home-question__form .rsform-block-text-notice {
    display: none !important;
}

.home-question__form .formControlLabel,
.home-question__form label.control-label,
.home-question__form .formDescription {
    display: none;
}

.home-question__form input[type="text"],
.home-question__form input[type="tel"],
.home-question__form input[type="email"] {
    width: 100%;
    min-height: 39px;
    border: 1px solid rgba(133, 178, 205, .42);
    border-radius: 4px;
    background: rgba(123, 163, 187, .34);
    color: #fff;
    padding: 0 18px;
}

.home-question__form input::placeholder {
    color: rgba(238, 246, 251, .78);
    opacity: 1;
}

.home-question__form input[type="submit"],
.home-question__form button {
    width: 100%;
    min-height: 39px;
    border: 0;
    border-radius: 4px;
    background: var(--yrc-home-red);
    color: #fff;
    font-size: 11px;
    font-weight: 400;
    text-transform: uppercase;
}

.home-question__form button {
    font-size: 0;
}

.home-question__form button::after {
    content: "Отправить заявку";
    font-size: 11px;
}

.home-question__form .rsform-block-consent,
.home-question__form .rsform-block-callback-consent,
.home-question__form .rsform-block-gdpr,
.home-question__form .rsform-block-submit,
.home-question__form .rsform-block-button {
    grid-column: 1 / -1;
}

.home-question__form .rsform-block-submit,
.home-question__form .rsform-block-button {
    grid-column: 5;
    grid-row: 1;
}

.home-question__form .rsform-block-callback-consent-privacy {
    grid-column: 1 / 4;
    grid-row: 2;
}

.home-question__form .rsform-block-consent label,
.home-question__form .rsform-block-callback-consent label,
.home-question__form .rsform-block-callback-consent-privacy .form-check-label,
.home-question__form .rsform-block-gdpr label,
.home-question__note {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    color: rgba(238, 246, 251, .74);
    font-size: 12px;
    line-height: 1.61;
}

.home-question__form .rsform-block-callback-consent-privacy .formControlLabel {
    display: none !important;
}

.home-question__form .rsform-block-callback-consent-privacy .form-check {
    padding: 0;
    margin: 0;
}

.home-question__form input[type="checkbox"],
.home-question__note input {
    width: 16px;
    height: 16px;
    min-height: 16px;
    padding: 0;
    flex: 0 0 auto;
    accent-color: var(--yrc-home-red);
}

.home-question__phone {
    position: absolute;
    top: 74px;
    left: 800px;
    width: 300px;
    color: rgba(238, 246, 251, .78);
    font-size: 12px;
}

.home-question__contacts {
    position: static;
    grid-column: 1;
    grid-row: 2;
    display: flex;
    width: 300px;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    color: rgba(238, 246, 251, .78);
    font-size: 12px;
}

.home-question__contacts .home-question__phone {
    position: static;
    width: auto;
    color: inherit;
    font-size: inherit;
}

.home-question__max {
    position: relative;
    display: inline-flex;
    min-height: 34px;
    padding: 8px 16px 8px 42px;
    align-items: center;
    border: 1px solid rgba(240, 74, 45, .7);
    border-radius: 0 18px 18px 18px;
    background: rgba(240, 74, 45, .08);
    box-shadow: 0 10px 24px rgba(0, 0, 0, .18);
    color: #f4f7fb;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    text-decoration: none;
    text-transform: uppercase;
    transition: background .18s ease, border-color .18s ease, color .18s ease, transform .18s ease;
}

.home-question__max::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 14px;
    width: 18px;
    height: 18px;
    background: url("../images/max-messenger-sign-logo.png") center / contain no-repeat;
    transform: translateY(-50%);
}

.home-question__max:hover,
.home-question__max:focus-visible {
    border-color: var(--yrc-home-red);
    background: var(--yrc-home-red);
    color: #ffffff;
    text-decoration: none;
    transform: translateY(-1px);
}

.home-question__max:focus-visible {
    outline: 1px solid rgba(255, 255, 255, .72);
    outline-offset: 3px;
}

.home-footer {
    margin-top: 13px;
    padding: 13px 0 4px;
}

body.yrc-redesign-chrome .home-footer {
    color: var(--yrc-home-text);
    font-family: "Inter", Arial, sans-serif;
    font-size: 17px;
    line-height: 1.45;
}

.home-footer__top {
    display: grid;
    grid-template-columns: 250px 132px 167px 147px 182px 210px;
    gap: 34px;
}

.home-footer__caption {
    margin: 16px 0 0;
    color: rgba(238, 246, 251, .72);
    font-size: 14px;
}

body.yrc-redesign-chrome .home-footer .home-logo {
    text-decoration: none !important;
}

body.yrc-redesign-chrome .home-footer__caption {
    margin: 16px 0 0 !important;
    color: rgba(238, 246, 251, .72) !important;
    font-size: 14px !important;
    line-height: 1.45 !important;
}

body.yrc-redesign-chrome .home-footer__col h3 {
    margin: 0 0 14px !important;
    color: rgba(238, 246, 251, .86) !important;
    font-family: "Inter", Arial, sans-serif;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 1.2 !important;
    letter-spacing: 0;
    text-transform: uppercase;
}

body.yrc-redesign-chrome .home-footer__col a,
body.yrc-redesign-chrome .home-footer__col span {
    display: block;
    margin: 0 0 9px;
    color: rgba(238, 246, 251, .68) !important;
    font-size: 12px;
    line-height: 1.45;
    text-decoration: none !important;
}

body.yrc-redesign-chrome .home-footer__col a {
    transition: color .18s ease;
}

body.yrc-redesign-chrome .home-footer__col a:hover,
body.yrc-redesign-chrome .home-footer__col a:focus-visible,
body.yrc-redesign-chrome .home-footer__col .active > a,
body.yrc-redesign-chrome .home-footer__col .current > a {
    color: var(--yrc-home-red) !important;
}

body.yrc-redesign-chrome .home-footer__col a:focus-visible {
    outline: 1px solid rgba(240, 74, 45, .72);
    outline-offset: 2px;
}

.home-footer__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-top: 8px;
    padding-top: 8px;
    border-top: 1px solid rgba(99, 153, 184, .24);
    color: rgba(238, 246, 251, .58);
    font-size: 12px;
}

body.yrc-redesign-chrome .home-footer__bottom a {
    color: rgba(238, 246, 251, .58) !important;
    line-height: 1.45;
    text-decoration: none !important;
}

body.yrc-redesign-chrome .home-footer__bottom a:hover,
body.yrc-redesign-chrome .home-footer__bottom a:focus-visible {
    color: var(--yrc-home-red) !important;
}

.home-footer__partners {
    display: grid;
    grid-template-columns: 250px 1fr 1fr 169px;
    gap: 34px;
    align-items: center;
    margin-top: 16px;
    padding: 9px 0;
    border-top: 1px solid rgba(99, 153, 184, .24);
    border-bottom: 1px solid rgba(99, 153, 184, .24);
}

.home-footer__requisites {
    padding: 10px 16px;
    border: 1px solid rgba(99, 153, 184, .26);
    border-radius: 3px;
    color: rgba(238, 246, 251, .72);
    font-size: 12px;
    line-height: 1.45;
}

.home-footer__partner {
    text-align: center;
}

.home-footer__partner strong {
    display: block;
    color: #f4f7fb;
    font-size: 24px;
    line-height: 1;
}

body.yrc-redesign-chrome .home-footer__partner strong {
    color: #f4f7fb !important;
}

.home-footer__partner--musto strong {
    width: 141px;
    height: 29px;
    margin: 0 auto;
    overflow: hidden;
    color: transparent;
    background: url("../images/home-redesign/figma/musto.svg") center / contain no-repeat;
}

body.yrc-redesign-chrome .home-footer__partner--musto strong {
    color: transparent !important;
}

.home-footer__partner span {
    display: block;
    margin-top: 9px;
    color: rgba(238, 246, 251, .7);
    font-size: 13px;
}

.home-footer__socials {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 169px;
    height: 32px;
    background: url("../images/home-redesign/figma/footer-socials.svg") center / contain no-repeat;
}

body.yrc-redesign-chrome .home-footer__socials a {
    display: block;
    width: 32px;
    height: 32px;
    overflow: hidden;
    color: transparent !important;
    text-decoration: none !important;
}

.home-footer__col:last-child a,
.home-footer__col:last-child span {
    position: relative;
    padding-left: 26px;
}

.home-footer__col:last-child a::before,
.home-footer__col:last-child span::before {
    content: "";
    position: absolute;
    top: 1px;
    left: 0;
    width: 17px;
    height: 18px;
    background: center / contain no-repeat;
}

.home-footer__col:last-child a[href^="tel"]::before { background-image: url("../images/home-redesign/figma/footer-phone.svg"); }
.home-footer__col:last-child a[href^="mailto"]::before { background-image: url("../images/home-redesign/figma/footer-mail.svg"); }
.home-footer__col:last-child span::before { background-image: url("../images/home-redesign/figma/footer-geo.svg"); }

@media (min-width: 1441px) {
    .home-corporate {
        grid-template-columns: calc((100vw - 1440px) / 2 + 610px) minmax(0, 1fr);
    }
}

@media (min-width: 1360px) {
    .home-footer__top .home-footer__col {
        transform: translateY(12px);
    }

    .home-footer__top .home-footer__col:nth-child(2) {
        transform: translate(40px, 12px);
    }

    .home-footer__top .home-footer__col:nth-child(3) {
        transform: translate(63px, 12px);
    }

    .home-footer__top .home-footer__col:nth-child(4) {
        transform: translate(59px, 12px);
    }

    .home-footer__top .home-footer__col:nth-child(5),
    .home-footer__top .home-footer__col:nth-child(6) {
        transform: translate(55px, 12px);
    }

    .home-footer__partners {
        margin-top: 22px;
    }

    .home-footer__partner--musto,
    .home-footer__socials {
        transform: translateX(-24px);
    }

    .home-footer__partner:not(.home-footer__partner--musto) {
        padding-left: 24px;
        text-align: left;
    }
}

@media (min-width: 1241px) and (max-width: 1280px) {
    .home-nav {
        gap: 14px;
        min-height: 104px;
        padding: 0;
    }

    .home-menu {
        padding-left: 15px;
    }

    .home-menu > ul,
    .home-menu ul.menu {
        gap: 14px;
        flex-wrap: nowrap;
    }

    .home-nav__phone {
        flex-basis: 134px;
        align-self: center;
        width: 134px;
    }

    .home-consult {
        align-self: center;
        width: max-content;
        min-width: 150px;
    }

    .home-footer__top {
        grid-template-columns: 230px repeat(5, minmax(0, 1fr));
        gap: 22px;
    }

    .home-footer__partners {
        grid-template-columns: 230px 1fr 1fr 169px;
        gap: 22px;
    }
}

@media (max-width: 1240px) {
    .home-nav {
        display: grid;
        grid-template-columns: 205px minmax(0, 1fr) 122px;
        grid-template-rows: auto auto;
        gap: 14px 22px;
        min-height: 0;
        padding: 22px 0 18px;
    }

    .home-logo {
        grid-row: 1;
    }

    .home-menu {
        display: none;
    }

    .home-mobile-menu-toggle {
        grid-column: 3;
        grid-row: 1;
        justify-self: end;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        width: 122px;
        min-height: 39px;
        border: 1px solid rgba(204, 230, 244, .62);
        border-radius: 4px;
        color: rgba(244, 249, 252, .92);
        font-size: 10px;
        line-height: 1;
        letter-spacing: .04em;
        text-transform: uppercase;
    }

    .home-mobile-menu-toggle:hover,
    .home-mobile-menu-toggle:focus {
        border-color: #fff;
        color: #fff;
    }

    .home-nav__phone {
        grid-column: 2;
        grid-row: 1;
        justify-self: end;
        width: auto;
        transform: none;
    }

    .home-consult {
        grid-column: 1 / -1;
        grid-row: 2;
        justify-self: stretch;
        width: 100%;
    }

    .home-training {
        min-height: 0;
        background: linear-gradient(90deg, rgb(5 18 31 / 0%), rgb(5 18 31 / 0%) 34%, rgb(5 18 31 / 0%)),
        url(../images/home-redesign/training.webp) center / cover no-repeat;
    }

    .home-training__inner {
        grid-template-columns: minmax(360px, 42%) minmax(0, 1fr);
        height: auto;
        min-height: 0;
        gap: 28px;
        padding: 33px 0;
    }

    .home-training__features {
        gap: 20px;
        margin-top: 150px;
    }

    .home-regatta-grid,
    .home-reviews-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .home-question__inner {
        grid-template-columns: 1fr;
    }

    .home-question__inner {
        padding-top: 0;
    }

    .home-corporate {
        grid-template-columns: minmax(390px, 45%) minmax(0, 1fr);
    }

    .home-corporate__image {
        min-height: 320px;
    }

    .home-footer__top {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 28px 34px;
    }

    .home-footer__top .home-footer__col:first-child {
        grid-column: 1 / -1;
        max-width: 300px;
    }

    .home-footer__partners {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 22px 34px;
    }

    .home-footer__requisites {
        grid-column: 1 / -1;
        max-width: 320px;
    }

    .home-footer__socials {
        justify-self: start;
    }

    .home-stats {
        min-height: 0;
        padding-bottom: 24px;
    }

    .home-stats-grid {
        height: auto;
        overflow: visible;
    }

    .home-stat {
        padding: 18px 24px;
    }

    .home-question {
        height: auto;
        min-height: 0;
        padding: 24px 0;
    }

    .home-question__inner {
        min-height: 0;
        gap: 16px;
    }

    .home-question__form {
        grid-column: 1;
        grid-row: auto;
        grid-template-columns: 1fr;
        width: 100%;
    }

    .home-question__form form,
    .home-question__form .formContainer {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .home-question__form .rsform-block-name,
    .home-question__form .rsform-block-phone {
        grid-column: 1;
        grid-row: auto;
    }

    .home-question__form .rsform-block-submit,
    .home-question__form .rsform-block-button {
        grid-column: 1;
        grid-row: auto;
    }

    .home-question__form .rsform-block-callback-consent-privacy {
        grid-column: 1;
        grid-row: auto;
    }

    .home-question__contacts {
        grid-column: 1;
        grid-row: auto;
        position: static;
        width: auto;
    }
}

@media (max-width: 900px) {
    .home-nav {
        grid-template-columns: 205px minmax(0, 1fr) 122px;
        grid-template-rows: auto auto;
    }

    .home-menu {
        display: none;
    }

    .home-mobile-menu-toggle {
        grid-column: 3;
        grid-row: 1;
        justify-self: end;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        width: 122px;
        min-height: 39px;
        border: 1px solid rgba(204, 230, 244, .62);
        border-radius: 4px;
        color: rgba(244, 249, 252, .92);
        font-size: 10px;
        line-height: 1;
        letter-spacing: .04em;
        text-transform: uppercase;
    }

    .home-mobile-menu-toggle:hover,
    .home-mobile-menu-toggle:focus {
        border-color: #fff;
        color: #fff;
    }

    .home-nav__phone {
        grid-column: 2;
        grid-row: 1;
        justify-self: end;
    }

    .home-consult {
        grid-column: 1 / -1;
        grid-row: 2;
        justify-self: stretch;
        width: 100%;
    }

    .home-training__inner,
    .home-corporate {
        grid-template-columns: 1fr;
    }

    .home-training__inner {
        height: auto;
        min-height: 0;
        gap: 30px;
        padding: 42px 0;
    }

    .home-training__features {
        margin-top: 0;
    }

    .home-training__features,
    .home-stats-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .home-stats-grid .home-stat {
        border-left: 0;
        border-top: 1px solid #20475e;
    }

    .home-stats-grid .home-stat::before {
        display: none;
    }

    .home-stats-grid .home-stat:nth-child(-n+3) {
        border-top: 0;
    }

    .home-stats-grid .home-stat:nth-child(3),
    .home-stats-grid .home-stat:nth-child(5) {
        border-left: 1px solid #20475e;
    }

    .home-stats-grid .home-stat--mark,
    .home-stats-grid .home-stat--iyt {
        grid-column: 1 / -1;
        border-left: 0;
    }

    .home-stats-grid .home-stat--iyt {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 10px;
        background: none;
        text-align: center;
    }

    .home-stats-grid .home-stat--iyt strong {
        visibility: visible;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 86px;
        height: 56px;
        margin: 0;
        border: 1px solid #8f634c;
        border-radius: 7px;
        background: linear-gradient(135deg, #b6a185 0%, #704834 84%);
        color: transparent;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 34px;
        font-weight: 800;
        line-height: 1;
        letter-spacing: -.04em;
        -webkit-background-clip: text;
        background-clip: text;
    }

    .home-stats-grid .home-stat--iyt span {
        visibility: visible;
        display: block;
        max-width: 170px;
        color: #c3d9ed;
        font-size: 12px;
        line-height: 1.28;
        text-align: center;
        text-transform: uppercase;
    }
}

@media (min-width: 721px) and (max-width: 1240px) {
    .home-consult {
        grid-column: 3;
        grid-row: 2;
        justify-self: end;
        width: max-content;
        min-width: 150px;
    }
}

@media (max-width: 720px) {
    .home-container {
        width: min(100% - 28px, 560px);
    }

    .home-nav {
        grid-template-columns: 170px minmax(0, 1fr);
        gap: 12px 18px;
        padding: 18px 0;
    }

    .home-logo {
        width: 170px;
        height: 41px;
    }

    .home-mobile-menu-toggle {
        grid-column: 2;
        grid-row: 1;
        width: 112px;
    }

    .home-nav__phone {
        grid-column: 1 / -1;
        grid-row: 2;
        justify-self: start;
        font-size: 12px;
        text-align: left;
    }

    .home-consult {
        grid-column: 1 / -1;
        grid-row: 3;
        width: 100%;
    }

    .home-hero {
        min-height: 700px;
        background:
            linear-gradient(111deg, rgb(4 17 30) 0%, rgb(4 17 30 / 74%) 35%, rgb(4 17 30 / 0%) 59%),
            url(../images/home-redesign/hero.webp) center bottom / cover no-repeat;
    }

    .home-hero__content {
        padding-top: 34px;
    }

    body.yrc-home-redesign-template .home-redesign-page .home-hero__title {
        font-size: 50px;
        line-height: 1;
    }

    .home-hero__actions,
    .home-section__head {
        align-items: stretch;
        flex-direction: column;
    }

    .home-btn,
    .home-consult {
        width: 100%;
    }

    .home-nav .home-consult,
    .home-nav .home-consult a {
        width: max-content;
        min-width: 150px;
    }

    .home-hero__actions .home-btn--primary,
    .home-hero__actions .home-btn:not(.home-btn--primary) {
        width: 100%;
        min-width: 0;
    }

    .home-regatta-grid,
    .home-reviews-grid {
        grid-template-columns: 1fr;
    }

    .home-training__features,
    .home-stats-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .home-regatta-card,
    .home-regatta-card img {
        min-height: 420px;
    }

    .home-training__inner {
        gap: 32px;
    }

    .home-destinations {
        position: static;
        width: 100%;
        min-height: 360px;
        border-left: 0;
        border-top: 1px solid rgba(196, 226, 241, .38);
    }

    .home-travel__content {
        padding: 42px 20px;
    }

    .home-corporate__content {
        padding: 42px 20px;
    }

    .home-corporate__features {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 22px 18px;
    }

    .home-corporate__features .home-feature:nth-child(1),
    .home-corporate__features .home-feature:nth-child(2),
    .home-corporate__features .home-feature:nth-child(3),
    .home-corporate__features .home-feature:nth-child(4) {
        width: auto;
        margin-right: 0;
    }

    .home-question {
        height: auto;
        min-height: 0;
        padding: 24px 0;
    }

    .home-question__inner {
        min-height: 0;
        gap: 16px;
    }

    .home-question__form .formContainer {
        gap: 10px;
    }

    .home-stat {
        min-height: 88px;
        padding: 16px 20px;
        border-left: 0;
        border-top: 1px solid #20475e;
    }

    .home-stat:nth-child(-n+3) {
        border-top: 0;
    }

    .home-stats-grid .home-stat:nth-child(3),
    .home-stats-grid .home-stat:nth-child(5) {
        border-left: 1px solid #20475e;
    }

    .home-stat::before {
        display: none;
    }

    .home-stats {
        padding-bottom: 24px;
    }

    .home-stats-grid {
        height: auto;
        overflow: visible;
    }

    .home-stat--mark {
        grid-column: 1 / -1;
        min-height: 72px;
        border-left: 0;
    }

    .home-stat--iyt {
        grid-column: 1 / -1;
        border-left: 0;
    }

    .home-footer__top {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .home-footer__top .home-footer__col:first-child {
        grid-column: 1 / -1;
    }

    .home-footer__partners {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 22px;
    }

    .home-footer__requisites {
        grid-column: 1 / -1;
    }

    .home-footer__bottom {
        align-items: flex-start;
        flex-direction: column;
    }

    .home-hero__coords,
    .home-corporate__content::after {
        display: none;
    }

    .home-footer__partner {
        justify-content: flex-start;
        text-align: left;
    }
}

@media (max-width: 480px) {
    .home-nav {
        grid-template-columns: 1fr auto;
        grid-template-rows: auto;
        gap: 10px 12px;
    }

    .home-logo {
        grid-column: 1;
        grid-row: 1;
    }

    .home-mobile-menu-toggle {
        grid-column: 2;
        grid-row: 1;
        width: 104px;
    }

    .home-nav__phone {
        grid-column: 1 / -1;
        grid-row: 2;
        justify-self: start;
    }

    .home-consult {
        grid-column: 1 / -1;
        grid-row: 3;
        justify-self: start;
    }

    .home-training__features,
    .home-stats-grid,
    .home-footer__top,
    .home-footer__partners {
        grid-template-columns: 1fr;
    }

    .home-training__features {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 28px 18px;
    }

    .home-training__features .home-feature {
        min-width: 0;
    }

    .home-stats-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .home-stats-grid .home-stat {
        min-height: 116px;
        padding: 18px 16px;
    }

    .home-stats-grid .home-stat:nth-child(-n+3) {
        border-top: 0;
    }

    .home-stats-grid .home-stat:nth-child(even) {
        border-left: 0;
    }

    .home-stats-grid .home-stat:nth-child(3),
    .home-stats-grid .home-stat:nth-child(5) {
        border-left: 1px solid #20475e;
    }

    .home-stats-grid .home-stat--mark {
        grid-column: 1 / -1;
        min-height: 88px;
        border-left: 0;
    }

    .home-stats-grid .home-stat--iyt {
        grid-column: 1 / -1;
        min-height: 128px;
        border-left: 0;
        background-position: center 18px;
    }

    .home-footer__top .home-footer__col:first-child,
    .home-footer__requisites {
        grid-column: auto;
    }

    .home-footer__partners {
        gap: 18px;
        align-items: start;
        margin-top: 18px;
        padding: 16px 0;
    }

    .home-footer__requisites {
        width: 100%;
        max-width: none;
        box-sizing: border-box;
        padding: 12px 14px;
    }

    .home-footer__partner {
        width: 100%;
        text-align: left;
    }

    .home-footer__partner strong {
        font-size: 22px;
        line-height: 1.15;
    }

    .home-footer__partner--musto strong {
        width: 132px;
        height: 27px;
        margin: 0;
        background-position: left center;
    }

    .home-footer__partner span {
        margin-top: 7px;
        font-size: 12px;
        line-height: 1.35;
    }

    .home-footer__socials {
        justify-self: start;
        width: 169px;
        margin-top: 0;
    }
}
