.main-header {
    display: none !important;
}

.main-footer {
    display: none ! important;
}

.cky-btn-revisit-wrapper {
    display: none !important;
}

.fast-links {
    display: none !important;
}





.main-header {
    display: none !important;
}

.main-footer {
    display: none !important;
}

.cky-btn-revisit-wrapper {
    display: none !important;
}

.fast-links {
    display: none !important;
}





.subra-wrapper {
    display: flex;
    justify-content: center;
    padding: 0 15px;
    background: #ffffff;
    font-family: Montserrat, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

.wrapper {
    width: 100%;
    max-width: 1392px;
}

.wrapper--xs {
    max-width: 472px;
}

.mt-large {
    margin-top: 40px;
}

.pb-xs {
    padding-bottom: 15px;
}

.title {
    color: #232323;
    margin: 0;
}

.title--s {
    font-size: 18px;
    font-weight: 500;
    line-height: 2;
}

.center {
    text-align: center;
}

.mb-middle {
    margin-bottom: 35px;
}

.form__group {
    position: relative;
    margin-bottom: 18px;
}

.form__group-block {
    position: relative;
}

.form__label {
    font-size: 12px;
    font-weight: 700;
    line-height: 1.07;
    color: #232323;
    position: absolute;
    background: #ffffff;
    padding: 0 10px;
    top: -6px;
    left: 10px;
    display: block;
    text-transform: uppercase;
    z-index: 2;
}

.form__required {
    color: #ff003b;
    font-size: 12px;
    line-height: 1;
}

.form__control {
    appearance: none;
    box-shadow: none;
    background-color: #ffffff;
    border: solid 1px #b9c3ca;
    border-radius: 6px;
    padding: 5px 14px;
    height: 48px;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.06;
    color: #4a4a4a;
    transition: border-color 250ms ease, box-shadow 250ms ease;
    box-sizing: border-box;
}

.form__control:focus {
    border-color: #4569df;
    box-shadow: inset 0 0 0 1px #4569df;
    outline: none;
}

.form__check {
    position: relative;
}

.form__check-input {
    border: 0;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap;
}

.form__check-label {
    font-size: 13px;
    line-height: 1.38;
    color: #000000;
    position: relative;
    padding-left: 32px;
    min-height: 22px;
    display: inline-flex;
    align-items: center;
    font-weight: 500;
    cursor: pointer;
}

.form__check-label::before {
    content: "";
    position: absolute;
    left: 0;
    top: 1px;
    width: 20px;
    height: 20px;
    border: 1px solid #b9c3ca;
    border-radius: 4px;
    background: #ffffff;
}

.form__check-input:checked + .form__check-label::after {
    content: "";
    position: absolute;
    left: 6px;
    top: 6px;
    width: 8px;
    height: 8px;
    border-radius: 2px;
    background: #ff003b;
}

.contacts__form-cell {
    margin-top: 24px;
}

.contacts__form-cta {
    display: flex;
    justify-content: flex-start;
}

.button {
    text-decoration: none;
    background: 0 0;
    cursor: pointer;
    background-color: #ff003b;
    border: 1px solid transparent;
    padding: 18px 46px 17px;
    border-radius: 27px;
    color: #ffffff;
    font-weight: 600;
    font-size: 15px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: background-color 250ms ease, color 250ms ease;
}

.button:hover {
    background: #0a2da0;
}

@media (max-width: 576px) {
    .title--s {
        font-size: 17px;
        line-height: 1.8;
    }

    .button {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }
}