@keyframes animBg {
    0% {
        transform: scale(1)
    }

    to {
        transform: scale(1.2)
    }
}

@keyframes animBgRev {
    0% {
        transform: scale(1.2)
    }

    to {
        transform: scale(1)
    }
}

:root {
    --field-width: 100%;
    --form-offers-mr-sl: 1rem;


    --btn-padding: 0.5rem;
    --bs-body-line-height: 130%;

    --size-clubs-result-h: 300px;
    --form-book-w: 100%;
    --slider-club-w: 100%;
    --slider-club-h: 365px;
    --page-sale-mb: 30px;
    --page-sale-mr: 0.25rem;
    --page-sale-count: 2;
    --page-sale-w-size: calc(100% / var(--page-sale-count) - var(--page-sale-mr));
    --box-pd-base: 37px;
    --box-pd: 37px 1rem
}

@media (min-width:375px) {
    :root {
        --slider-club-h: 427px
    }
}

@media (min-width:992px) {
    :root {
        --field-width: calc(50% - 0.5rem);
        --slider-club-h: 539px;
        --form-book-w: 30%;
        --slider-club-w: calc(70% - 10px);
        --size-clubs-result-h: 650px;
        --page-sale-mb: 50px;
        --page-sale-mr: 1rem;
        --page-sale-count: 4
    }
}

@media (min-width:1200px) {
    :root {
        --btn-padding: 0.7rem 1rem;
        --bs-modal-border-radius: 14px;
        --slider-club-h: 501px;
        --slider-club-w: 70%;
        --size-clubs-result-h: 850px;
        --box-pd: 0 55px 30px 37px
    }
}

@media (min-width:1300px) {
    :root {
        --page-sale-count: 4;
        --box-pd: 0 30px 37px
    }
}

@media (min-width:1400px) {
    :root {
        --form-book-w: 30%;
        --slider-club-w: 70%;
        --slider-club-h: 575px
    }
}

@font-face {
    font-family: "Avenir Next Cyr";
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    src: local("Avenir Next Cyr"), url(../fonts/AvenirNextCyr-Regular.woff2) format("woff2"), url(../fonts/AvenirNextCyr-Regular.woff) format("woff")
}

@font-face {
    font-family: "Avenir Next Cyr Demi";
    font-weight: 700;
    font-style: normal;
    font-display: swap;
    src: local("Avenir Next Cyr Demi"), url(../fonts/AvenirNextCyr-Demi.woff2) format("woff2"), url(../fonts/AvenirNextCyr-Demi.woff) format("woff")
}

@font-face {
    font-family: "Avenir Next Cyr Light";
    font-weight: 300;
    font-style: normal;
    font-display: swap;
    src: local("Avenir Next Cyr Light"), url(../fonts/AvenirNextCyr-Light.woff2) format("woff2"), url(../fonts/AvenirNextCyr-Light.woff) format("woff")
}

.modal-region .modal-body .form label,
body,
html {
    padding: 0;
    margin: 0
}

html {
    height: 100%
}

body {
    font-family: "Avenir Next Cyr", sans-serif;
    font-size: 20px;
    line-height: 130%
}

img {
    width: 100%;
    height: auto;
    object-fit: cover
}

svg {
    fill: currentColor
}

button[type=submit] {
    cursor: pointer
}

.small {
    font-size: .875rem;
    line-height: 100%
}

.button {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-color: transparent;
    border: 0;
    outline: 0;
    margin: 0;
    padding: 16px 20px;
    font-family: "Avenir Next Cyr Demi", "Arial", "Helvetica CY", sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 130%;
    transition: .3s;
    cursor: pointer;
    font-size: calc(16px + (20px - 16px)*(100vw - 375px)/(1280px - 375px))
}

.button--primary {
    padding: .5rem 2rem;
    color: #fff;
    border: 2px solid #42474d;
    background-color: #42474d;
    box-shadow: 4px 4px 8px rgba(0, 0, 0, .25);
    border-radius: 16px
}

.button--primary:focus,
.button--primary:hover {
    color: #42474d;
    background-color: transparent
}

.button--yellow {
    padding: .5rem 2rem;
    box-shadow: 4px 4px 8px rgba(0, 0, 0, .25)
}

.button--yellow:focus,
.button--yellow:hover {
    color: #fff;
    background-color: transparent;
    border-color: #fffeda !important
}

.button--red {
    padding: .5rem 2rem;
    color: #fff;
    border: 2px solid #cd4141;
    background-color: #cd4141;
    box-shadow: 4px 4px 8px rgba(0, 0, 0, .25);
    border-radius: 16px
}

.button--red:focus,
.button--red:hover {
    color: #cd4141;
    background-color: transparent
}

.button--outline {
    color: #fff;
    border: 2px solid #fff;
    border-radius: 16px;
    background-color: transparent
}

.button--outline:focus,
.button--outline:hover {
    color: #fffeda;
    border-color: #fffeda;
    background-color: transparent
}

.button--yellow {
    color: #42474d;
    border: 2px solid #fffeda;
    border-radius: 16px;
    background-color: #fffeda
}

.button--yellow:focus,
.button--yellow:hover {}

.form {
    display: flex;
    flex-direction: column;
    position: relative
}

.form__policy {
    font-weight: 400;
    font-size: 12px;
    line-height: 140%;
    color: #8f8f8f
}

@media (min-width:576px) {
    .form__policy {
        font-size: 13px;
        color: #42474d
    }
}

.form__policy a {
    color: inherit
}

.form__check {
    display: flex;
    align-items: center;
    margin-top: .7rem;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
    color: #8f8f8f;
    cursor: pointer
}

@media (min-width:1200px) {
    .form__check {
        font-size: 14px
    }
}

.form__check-text {
    display: inline-flex;
    flex-wrap: wrap;
    width: calc(100% - 1.3em);
    padding-left: .4rem
}

@media (min-width:768px) {
    .form__check-text {
        padding-left: .8rem
    }
}

@media (min-width:1200px) {
    .form__check-text {
        padding-left: .5rem
    }
}

.form-message-modal__title span,
.form-message__title span,
.form__check-text span {
    display: block
}

.custom-form-check a,
.form__check-text a {
    color: inherit;
    text-decoration: revert
}

.form__check-text a:focus,
.form__check-text a:hover {
    color: #42474d
}

@media (min-width:992px) {
    .form__check {
        margin-top: 1rem
    }
}

@media (min-width:1200px) {
    .form__check {
        justify-content: stretch
    }
}

.form__check .form-check-input {
    width: 1.3em;
    height: 1.3em
}

.form .form-label {
    font-family: "Avenir Next Cyr", "Arial", "Helvetica CY", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    padding-bottom: 1.5rem;
    margin-bottom: 0
}

.form .form-control,
.form .form-label,
.form .form-select {
    line-height: 140%;
    color: #42474d;
    outline-color: #42474d
}

.form .form-control {
    font-family: "Avenir Next Cyr", "Arial", "Helvetica CY", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    margin-bottom: 0
}

@media (min-width:768px) {

    .form .form-control,
    .form .form-label,
    .form .form-select {
        font-size: 15px
    }
}

@media (min-width:1024px) {

    .form .form-control,
    .form .form-label,
    .form .form-select {
        padding: 0 0 1rem
    }
}

@media (min-width:1200px) {

    .form .form-control,
    .form .form-label,
    .form .form-select {
        padding-bottom: 1rem
    }
}

.form .form-label::placeholder {
    font-size: 15px
}

.form__label-name {
    display: block;
    padding-bottom: 8px
}

.form .form-control,
.form .form-select {
    border-radius: 6px;
    border-color: transparent;
    padding: .7rem .75rem .7rem 1.45rem
}

@media (min-width:576px) {

    .form .form-control,
    .form .form-select {
        padding: .775rem 1.45rem
    }
}

@media (min-width:992px) {

    .form .form-control,
    .form .form-select {
        padding: .775rem 1.25rem
    }
}

@media (min-width:1200px) {

    .form .form-control,
    .form .form-select {
        padding: .8rem 1.25rem .8rem 1.65rem
    }
}

.form .form-control:focus,
.form .form-control:hover,
.form .form-select:focus,
.form .form-select:hover {
    box-shadow: 0 0 0 .15rem rgba(164, 176, 186, .22)
}

.form .form-control::placeholder,
.form .form-select::placeholder {
    font-family: "Avenir Next Cyr", "Arial", "Helvetica CY", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 130%;
    color: rgba(66, 71, 77, .5);
    font-size: calc(15px + (16px - 15px)*(100vw - 320px)/(768px - 320px))
}

@media (min-width:576px) {

    .form .form-control::placeholder,
    .form .form-select::placeholder {
        font-size: 16px
    }
}

.form .form-label {
    position: relative
}

.form .invalid-feedback,
.form .valid-feedback {
    position: absolute;
    bottom: -20px;
    right: 5px;
    text-align: right
}

.form .form-check-input {
    margin: 0
}

.form .form-check-input:checked {
    background-color: #888;
    border-color: #888;
    margin: 0
}

.form .form-select {
    margin-bottom: 0;
    font-family: "Avenir Next Cyr", "Arial", "Helvetica CY", sans-serif;
    font-style: normal;
    font-size: 15px;
    font-weight: 400;
    color: rgba(66, 71, 77, .5)
}

.form .form-select option {
    padding: 10px;
    color: #42474d;
    min-height: 50px;
    font-size: 15px;
    line-height: 30px
}

.custom-form-check a:focus,
.custom-form-check a:hover,
.form .form-select:active,
.form .form-select:focus {
    color: #42474d
}

.form__btns {
    position: relative;
    display: flex;
    flex-direction: column;
    margin-top: auto;
    margin-bottom: auto;
    padding-right: 0;
    padding-top: 1rem
}

@media (min-width:768px) {
    .form__btns {
        align-items: flex-start
    }
}

.form__btns .form-check-input:checked {
    background-color: #888;
    border-color: #888;
    margin: 0
}

.form__btns button[type=submit] {
    margin-top: 0;
    margin-bottom: 10px;
    padding: 13px 29px;
    max-width: 100%;
    width: 100%;
    text-align: center
}

@media (min-width:576px) {
    .form__btns button[type=submit] {
        width: auto
    }
}

@media (min-width:1200px) {
    .form__btns button[type=submit] {
        padding-top: .8rem;
        padding-bottom: .8rem
    }
}

@media (min-width:1400px) {
    .form__btns button[type=submit] {
        margin-right: auto;
        margin-left: 0;
        padding: .8rem 4.2rem
    }
}

.custom-form-check {
    display: flex;
    align-items: center;
    margin-top: .7rem;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
    color: #8f8f8f;
    cursor: pointer
}

.custom-form-check:focus::before {
    cursor: pointer;
    border-color: #42474d
}

@media (min-width:1200px) {
    .custom-form-check {
        font-size: 14px
    }
}

.custom-form-check input:checked+label::before {
    z-index: 1;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    padding: 5px;
    background-image: url(../images/icons/check.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    color: #fff;
    font-weight: 700;
    background-color: #8f8f8f
}

.custom-form-check label {
    position: relative;
    display: block;
    padding-left: 30px;
    cursor: pointer
}

.custom-form-check label::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    border-radius: 5px;
    border: 1px solid #42474d;
    background-color: #fff
}

.custom-form-check label:hover::before {
    cursor: pointer;
    border-color: #42474d
}

.custom-form-check label:focus::before {
    cursor: pointer;
    border-color: #42474d
}

.was-validated:invalid .custom-form-check label::before {
    outline: 2px solid red
}

.was-validated:valid .custom-form-check label::before {
    outline: 2px solid green
}

.visually-hidden {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    white-space: nowrap;
    border: 0;
    -webkit-clip-path: inset(100%);
    clip-path: inset(100%)
}

.form-message {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0
}

.form-message__wrapper {
    position: relative;
    pointer-events: none;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #fffeda;
    border-radius: 16px;
    padding: 1rem 0;
    max-width: 820px;
    width: 100%
}

@media (min-width:576px) {
    .form-message__wrapper {
        padding: 3rem 2rem
    }
}

@media (min-width:768px) {
    .form-message__wrapper {
        padding: 1rem
    }

    .form-message__wrapper--bg {
        background-image: url(../img/forms/1.jpg);
        background-repeat: no-repeat;
        background-position: 100% 0;
        background-size: 45% 100%
    }

    .form-message__content {
        width: 50%
    }
}

.form-message__title {
    max-width: 280px;
    font-family: "Avenir Next Cyr Demi", "Arial", "Helvetica CY", sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 130%;
    color: #42474d;
    text-align: center
}

@media (min-width:576px) {
    .form-message__title {
        text-align: left
    }
}

.form-message-modal {
    padding: 1rem 0
}

@media (min-width:576px) {
    .form-message-modal {
        padding: 3rem 2rem
    }
}

@media (min-width:768px) {
    .form-message-modal {
        padding: 1rem
    }

    .form-message-modal--bg {
        background-image: url(../images/modal/modal-result.jpg);
        background-repeat: no-repeat;
        background-position: 100% 0;
        background-size: 45% 100%
    }
}

.form-message-modal__wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 90%;
    margin: 0 auto
}

.form-message-modal__title {
    font-family: "Avenir Next Cyr Demi", "Arial", "Helvetica CY", sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 130%;
    color: #42474d;
    text-align: center
}

@media (min-width:992px) {
    .form-message-modal__title {
        text-align: left
    }
}

.modal .btn-close {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    position: absolute;
    top: 1rem;
    right: 1rem;
    z-index: 11;
    color: #fffeda;
    opacity: 1;
    background: 0 0;
    width: 30px;
    height: 30px;
    padding: 2px;
    outline: 0;
    cursor: pointer
}

.modal .btn-close:focus,
.modal .btn-close:hover {
    outline: 0;
    box-shadow: none
}

@media (min-width:768px) {
    .modal .btn-close {
        color: #fffeda
    }
}

.modal .btn-close .icon {
    width: 26px;
    height: 26px;
    fill: #fffeda;
    stroke: #42474d
}

@media (min-width:768px) {
    .modal .btn-close .icon {
        fill: #fffeda;
        stroke: #42474d
    }
}

.modal--bg .modal-content {
    position: relative;
    background-color: #fffeda;
    border-radius: 16px;
    border: 0;
    border: 1px solid rgba(0, 0, 0, .1);
    box-shadow: 4px 4px 8px rgba(0, 0, 0, .25);
    overflow: hidden
}

@media (min-width:768px) {
    .modal--bg .modal-content {
        padding: 1rem;
        min-height: 240px
    }

    .modal--bg .modal-content::before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
        width: 45%;
        background-image: var(--pic);
        background-repeat: no-repeat;
        background-position: 100% 0;
        background-size: cover;
        background-color: #42474d
    }
}

.modal--bg .modal-header {
    border: 0;
    font-family: "Avenir Next Cyr", "Arial", "Helvetica CY", sans-serif;
    font-weight: 700
}

@media (min-width:992px) {
    .modal--bg .modal-header {
        width: 50%
    }
}

.modal--bg .title {
    width: calc(100% - 30px)
}

.modal--bg .btn-close {
    z-index: 10;
    position: absolute;
    top: 1rem;
    right: 1rem;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-color: transparent;
    border: 0;
    outline: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
    opacity: 1;
    color: #42474d;
    background: 0 0;
    display: flex;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px
}

@media (min-width:768px) {
    .modal--bg .btn-close {
        color: #fffeda;
        position: absolute;
        top: 2rem;
        right: 2rem
    }
}

.modal--bg .btn-close .icon {
    fill: #42474d;
    stroke: #fffeda
}

@media (min-width:768px) {
    .modal--bg .btn-close .icon {
        fill: #fffeda;
        stroke: #42474d
    }
}

.modal--bg .modal-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    padding: 1rem;
    font-family: "Avenir Next Cyr", "Arial", "Helvetica CY", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
    color: #42474d
}

@media (min-width:992px) {
    .modal--bg .modal-body {
        width: 50%;
        padding: 0 1rem
    }
}

.modal--bg .modal-body p,
.modal--bg-md .modal-body p {
    margin: 0;
    margin-bottom: .5rem
}

.modal--bg .modal-body ul,
.modal--bg-md .modal-body ul {
    margin: 0;
    margin-bottom: 1rem;
    padding-left: .6rem
}

.modal--bg-md .modal-content {
    position: relative;
    background-color: #fffeda;
    border-radius: 16px;
    border: 0;
    border: 1px solid rgba(0, 0, 0, .1);
    box-shadow: 4px 4px 8px rgba(0, 0, 0, .25);
    overflow: hidden
}

@media (min-width:992px) {
    .modal--bg-md .modal-content {
        padding: 1rem;
        min-height: 240px
    }

    .modal--bg-md .modal-content::before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
        width: 45%;
        background-image: var(--pic);
        background-repeat: no-repeat;
        background-position: 100% 0;
        background-size: cover;
        background-color: #42474d
    }
}

.modal--bg-md .modal-header {
    border: 0;
    font-family: "Avenir Next Cyr", "Arial", "Helvetica CY", sans-serif;
    font-weight: 700
}

.modal--bg-md .title {
    width: calc(95% - 30px)
}

.modal--bg-md .btn-close {
    z-index: 10;
    position: absolute;
    top: 1rem;
    right: 1rem;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-color: transparent;
    border: 0;
    outline: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
    opacity: 1;
    color: #42474d;
    background: 0 0;
    display: flex;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px
}

@media (min-width:992px) {
    .modal--bg-md .btn-close {
        color: #fffeda;
        position: absolute;
        top: 2rem;
        right: 2rem
    }
}

.modal--bg-md .btn-close .icon {
    fill: #42474d;
    stroke: #fffeda
}

@media (min-width:992px) {
    .modal--bg-md .btn-close .icon {
        fill: #fffeda;
        stroke: #42474d
    }
}

.modal--bg-md .modal-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    padding: 1rem;
    font-family: "Avenir Next Cyr", "Arial", "Helvetica CY", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
    color: #42474d
}

@media (min-width:992px) {
    .modal--bg-md .modal-body {
        width: 50%;
        padding: 0 1rem
    }
}

@media (min-width:768px) {
    .modal-history .modal-dialog {
        max-width: 690px
    }
}

@media (min-width:992px) {
    .modal-history .modal-dialog {
        max-width: 856px
    }
}

@media (min-width:768px) {
    .modal-history .modal-body {
        padding: 32px
    }
}

.modal-history .modal-content {
    border-radius: 22px;
    padding-bottom: 157px;
    background-image: url(../images/modal/girl-swimming-pool-mob.jpg);
    background-repeat: no-repeat;
    background-position: 0 100%;
    background-size: 100% 157px
}

@media (min-width:768px) {
    .modal-history .modal-content {
        background-image: var(--pic);
        padding-bottom: 220px;
        background-size: 100% 220px
    }
}

.modal-history .modal-content .btn-close {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-color: transparent;
    border: 0;
    outline: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
    color: #42474d
}

.modal-history .modal-content .btn-close .icon {
    fill: #42474d;
    stroke: #fff
}

.list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%
}

.list li {
    font-weight: inherit;
    margin-bottom: .5rem
}

.list a {
    text-decoration: none
}

.list a:focus,
.list a:hover {
    color: #fffeda
}

.list--bold {
    font-size: 20px;
    line-height: 130%
}

.list--bold,
.list--bold li {
    font-weight: 700
}

.list-icon__item {
    display: flex;
    align-items: center
}

.logo {
    display: block;
    width: 126px;
    height: 33px
}

@media (min-width:992px) {
    .logo {
        width: 230px;
        height: 39px
    }
}

@media (min-width:1300px) {
    .logo {
        width: 269px;
        height: 45px
    }
}

.logo--footer {
    width: 154px;
    height: 25px
}

.logo--footer picture {
    width: 100%;
    height: 100%
}

.phone {
    font-family: "Avenir Next Cyr Demi", "Arial", "Helvetica CY", sans-serif
}

.phone .icon {
    margin-right: 7px;
    margin-right: .4375rem
}

.link-icon {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    text-decoration: none;
    font-family: inherit;
    color: #42474d
}

.link-icon:focus,
.link-icon:hover {
    text-decoration: none;
    color: #42474d
}

.link-icon--more {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
    transition: .3s
}

.link-icon--more:focus .icon,
.link-icon--more:hover .icon {
    width: 40px;
    transform: translateX(6px);
    transition: .3s
}

.link-icon--more .icon {
    margin-top: .2rem;
    margin-left: .5rem;
    height: 8px;
    transition: .3s
}

.link-icon--bold {
    font-family: "Avenir Next Cyr Demi", "Arial", "Helvetica CY", sans-serif
}

.link-icon--lower {
    text-transform: lowercase
}

.link-pay {
    padding: 17px 19px;
    font-family: "Avenir Next Cyr Demi", "Arial", "Helvetica CY", sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 130%;
    color: #fff;
    border: 2px solid #cd4141;
    background-color: #cd4141;
    box-shadow: 8px 8px 16px rgba(73, 76, 79, .19), -8px -8px 10px #fff;
    border-radius: 16px;
    transition: .3s;
    text-decoration: none;
    font-size: calc(16px + (20px - 16px)*(100vw - 375px)/(1280px - 375px))
}

.link-pay:focus,
.link-pay:hover {
    color: #cd4141;
    background-color: transparent;
    text-decoration: none
}

@media (min-width:1200px) {
    .link-pay {
        padding: 17px 25px
    }
}

.link-text {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    color: #fff;
    text-decoration: none;
    font-family: inherit
}

.link-text:focus,
.link-text:hover {
    color: #fffeda;
    text-decoration: none
}

.link-text--svg .icon {
    margin-right: 7px;
    margin-right: .4375rem;
    fill: #fffeda
}

.link-text--more {
    font-weight: 400;
    font-size: 15px;
    color: #42474d;
    line-height: normal;
    text-transform: lowercase
}

.link-text--more .icon {
    margin-top: .2rem;
    margin-left: .5rem;
    height: 8px
}

.link-text--more:focus,
.link-text--more:hover {
    color: #42474d
}

.link-text--arrow span {
    width: calc(100% - 16px - .5rem)
}

.link-text--arrow .icon {
    margin-right: .5rem;
    fill: #fffeda
}

.links {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column
}

@media (min-width:768px) {
    .links {
        flex-direction: row;
        justify-content: space-between;
        margin-bottom: 0
    }
}

.links__list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    font-family: "Avenir Next Cyr Demi", "Arial", "Helvetica CY", sans-serif;
    font-weight: 700;
    font-size: 17px;
    line-height: 130%;
    text-transform: uppercase;
    width: 100%;
    font-size: calc(17px + (20px - 17px)*(100vw - 375px)/(1280px - 375px))
}

@media (min-width:768px) {
    .links__list {
        width: 50%
    }
}

@media (min-width:1400px) {
    .links__list {
        padding-top: 4px;
        padding-left: 50px
    }
}

.links__list li {
    margin-bottom: .77rem
}

@media (min-width:576px) {
    .links__list li {
        margin-bottom: .7rem
    }
}

.links__list li span {
    width: 86%
}

@media (min-width:768px) {
    .links__list li span {
        width: 80%
    }
}

@media (min-width:992px) {
    .links__list li span {
        width: 90%
    }
}

.content h1 span,
.content h2 span,
.content h3 span,
.links__list a {
    display: block
}

@media (min-width:768px) {
    .links__list .icon {
        margin-right: 1rem
    }
}

@media (min-width:992px) {
    .links__list .icon {
        margin-right: .7rem
    }
}

.social {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-bottom: 1.2rem
}

.social__item:not(:last-child) {
    margin-right: .8rem
}

@media (min-width:768px) {
    .social__item:not(:last-child) {
        margin-right: .3rem
    }
}

.social__link {
    display: block;
    color: #fff
}

.social__link:focus,
.social__link:hover {
    color: #fffeda
}

.social__link--vk .icon {
    width: 42px;
    height: 24px
}

@media (min-width:768px) {
    .social__link--vk .icon {
        width: 31px;
        height: 18px
    }
}

.social__link--inst .icon {
    width: 40.65px;
    height: 28.45px
}

@media (min-width:768px) {
    .social__link--inst .icon {
        width: 30px;
        height: 21px
    }
}

.social__link--fb .icon {
    width: 35px;
    height: 35px
}

@media (min-width:768px) {
    .social__link--fb .icon {
        width: 26px;
        height: 26px
    }
}

.social__link--support {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 5px;
    width: 40px;
    height: 40px;
    border: 1px solid #fff;
    border-radius: 7px
}

.social__link--support .icon {
    width: 25px;
    height: 25px;
    margin-left: 2px
}

.social .icon {
    fill: #fff
}

.my-custom-scrollbar {
    height: 300px;
    overflow-y: auto;
    overflow-x: hidden
}

@media (min-width:992px) {
    .my-custom-scrollbar {
        height: auto
    }
}

.my-custom-scrollbar::-webkit-scrollbar {
    width: .45rem
}

.my-custom-scrollbar::-webkit-scrollbar-thumb,
.my-custom-scrollbar::-webkit-scrollbar-track-piece {
    background: rgba(66, 71, 77, .15);
    border-radius: 41px
}

.my-custom-scrollbar::-webkit-scrollbar-track {
    background: 0 0
}

:root {
    --slidePicMaxSize: 410px;
    --mainSlidePicMaxSize: 233px
}

@media (min-width:420px) {
    :root {
        --slidePicMaxSize: 540px;
        --mainSlidePicMaxSize: 240px
    }
}

@media (min-width:992px) {
    :root {
        --slidePicMaxSize: 600px;
        --mainSlidePicMaxSize: 500px
    }
}

@media (min-width:1200px) {
    :root {
        --slidePicMaxSize: 575px
    }
}

.slider,
.slider--main .swiper-container {
    border-radius: 16px;
    overflow: hidden
}

.slider--main .swiper-container {
    position: relative;
    width: 99.4%
}

@media (min-width:425px) {
    .slider--main .swiper-container {
        width: 99.2%
    }
}

@media (min-width:576px) {
    .slider--main .swiper-container {
        width: 99.1%
    }
}

@media (min-width:768px) {
    .slider--main .swiper-container {
        width: 99.5%;
        box-shadow: 8px 8px 16px rgba(73, 76, 79, .19), -8px -8px 10px #fff
    }
}

@media (min-width:1920px) {
    .slider--main .swiper-container {
        width: 99.4%
    }
}

.slider--main .swiper-wrapper {
    height: auto;
    box-shadow: none
}

.slider .swiper-container {
    position: relative
}

.slider .swiper-wrapper {
    height: auto;
    box-shadow: 8px 8px 16px rgba(73, 76, 79, .19), -8px -8px 10px #fff
}

.slider .swiper-slide {
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    will-change: transform;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-decoration: none;
    max-height: var(--slidePicMaxSize);
    border-radius: 16px;
    overflow: hidden
}

.slider,
.slider .swiper-slide picture {
    width: 100%;
    height: auto
}

.slider .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.slider .swiper-button-next:after,
.slider .swiper-button-prev:after {
    font-size: 1rem
}

@media (min-width:768px) {

    .slider .swiper-button-next:after,
    .slider .swiper-button-prev:after {
        font-size: 2.45rem
    }
}

.slider .swiper-pagination {
    bottom: 18px;
    left: 50%;
    transform: translateX(-50%)
}

.slider .swiper-pagination-bullet {
    margin: 0 6px;
    background-color: #fff;
    border: 2px solid #fff;
    border-radius: 50%;
    width: 8px;
    height: 8px;
    opacity: 1
}

.slider .swiper-pagination-bullet-active {
    background-color: transparent
}

.slider .swiper-button-container {
    background-color: rgba(0, 0, 0, .25)
}

.slider .swiper-button-next,
.slider .swiper-button-prev {
    z-index: 4;
    color: #fff
}

.slider .swiper-button-next:focus,
.slider .swiper-button-next:hover,
.slider .swiper-button-prev:focus,
.slider .swiper-button-prev:hover {
    color: #fffeda
}

.slider--content {
    height: 200px
}

@media (min-width:576px) {
    .slider--content {
        height: 400px
    }
}

@media (min-width:768px) {
    .slider--content {
        height: 435px
    }
}

@media (min-width:992px) {
    .slider--content {
        height: 500px
    }
}

.slider--content .swiper-container,
.slider--content .swiper-slide img,
.slider--content .swiper-slide picture {
    height: 100%
}

.slider--content .swiper-wrapper {
    height: 100% !important
}

@media (min-width:576px) {
    .slider--content .swiper-slide {
        height: 400px
    }
}

@media (min-width:768px) {
    .slider--content .swiper-slide {
        height: 435px
    }
}

@media (min-width:992px) {
    .slider--content .swiper-slide {
        height: 500px
    }
}

.slider--slide-br .swiper-slide {
    background-position: center;
    background-size: cover;
    border-radius: 16px;
    overflow: hidden
}

.slider--sale .swiper-wrapper,
.slider.slider--bg .swiper-container,
.slider.slider--bg .swiper-slide,
.slider.slider--bg .swiper-wrapper,
.slider.slider--presale .swiper-wrapper {
    height: 100% !important
}

.slider--sale .swiper-button-next {
    right: 10px
}

@media (min-width:768px) {
    .slider--sale .swiper-button-next {
        right: 17px
    }
}

.slider--sale .swiper-button-prev {
    left: 10px
}

@media (min-width:768px) {
    .slider--sale .swiper-button-prev {
        left: 17px
    }
}

.slider--sale .swiper-button-next:after,
.slider--sale .swiper-button-prev:after {
    font-size: 1rem
}

@media (min-width:768px) {

    .slider--sale .swiper-button-next:after,
    .slider--sale .swiper-button-prev:after {
        font-size: 2.45rem
    }
}

.slider--sale .swiper-pagination-fraction {
    bottom: 10px;
    left: 35px;
    color: #fff;
    font-family: "Avenir Next Cyr Demi", "Arial", "Helvetica CY", sans-serif;
    font-size: 20px
}

.slider.slider--main {
    height: 100%
}

.history__header {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    width: 90%
}

@media (min-width:768px) {
    .history__header {
        width: 100%
    }
}

.content h1,
.content h2,
.content h3,
.history .title {
    font-weight: 700;
    line-height: 130%;
    text-transform: uppercase
}

.history .title {
    padding-top: 20px;
    margin-bottom: 20px;
    font-size: 40px;
    letter-spacing: .02em;
    font-size: calc(23px + (40px - 23px)*(100vw - 450px)/(1440px - 450px))
}

@media (min-width:768px) {
    .history .title {
        padding-top: 0;
        padding-left: 30px
    }
}

.history .icon {
    display: none;
    width: 130px;
    height: 22px;
    margin-left: 3%
}

@media (min-width:768px) {
    .history .icon {
        display: flex
    }
}

@media (min-width:992px) {
    .history .icon {
        margin-left: 10%
    }
}

.history__item,
.history__list {
    display: flex;
    flex-direction: column
}

.history__list {
    position: relative;
    list-style-type: none;
    margin: 0;
    padding: 0 0 0 15px
}

.history__list::before {
    content: "";
    position: absolute;
    top: 15px;
    left: 0;
    width: 5px;
    height: 92.5%;
    background: linear-gradient(180deg, #5e879f 21.12%, #77c7cc 100%);
    border-radius: 18px
}

@media (min-width:400px) {
    .history__list::before {
        height: 92%
    }
}
/*
@media (min-width:448px) {
    .history__list::before {
        height: 94%
    }
}
*/
@media (min-width:450px) {
    .history__list::before {
        height: 92.2%
    }
}

@media (min-width:768px) {
    .history__list::before {
        height: 92%
    }
}

@media (min-width:992px) {
    .history__list::before {
        height: 91.5%
    }
}

@media (min-width:1200px) {
    .history__list::before {
        height: 91.5%
    }
}

.history__item {
    align-items: start;
    padding-bottom: 16px
}

.history__title {
    position: relative;
    margin-right: 12px;
    padding: 5px 15px;
    font-weight: 700;
    font-size: 27px;
    line-height: 120%;
    border-radius: 30px;
    background-color: var(--bgColor);
    color: #fff
}

@media (min-width:768px) {
    .history__title {
        margin-right: 0
    }
}

.history__title::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -20px;
    transform: translateY(-50%);
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: var(--bgColor)
}

.history__text {
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: #000
}

@media (min-width:768px) {
    .history__text {
        padding-left: 15px
    }
}

.content {
    color: #42474d;
    font-family: "Avenir Next Cyr", "Arial", "Helvetica CY", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
    margin-bottom: 30px
}

@media (min-width:1400px) {
    .content {
        margin-bottom: 3.3rem
    }
}

.content__slider {
    margin-bottom: 30px
}

@media (min-width:1400px) {
    .content__slider {
        margin-bottom: 3.3rem
    }
}

@media (min-width:992px) {
    .content .slider .swiper-slide {
        min-height: 500px
    }
}

.content h1,
.content h2,
.content h3 {
    margin-bottom: 10px;
    font-family: "Avenir Next Cyr Demi", "Arial", "Helvetica CY", sans-serif;
    font-size: 27px;
    letter-spacing: .04em;
    color: rgba(73, 76, 79, .5)
}

@media (min-width:576px) {

    .content h1,
    .content h2,
    .content h3 {
        margin-bottom: .8rem;
        font-size: 50px;
        line-height: 65px
    }
}

@media (min-width:1200px) {

    .content h1,
    .content h2,
    .content h3 {
        font-size: 60px;
        line-height: 78px
    }
}

@media (min-width:768px) {

    .content h1 span,
    .content h2 span,
    .content h3 span {
        display: inline-block
    }
}

.content p {
    margin-bottom: 0;
    color: inherit;
    font-size: 13px
}

@media (min-width:576px) {
    .content p {
        font-size: 15px
    }
}

.content a {
    text-decoration: underline
}

.content a,
.content a:hover {
    color: #42474d
}

.content--promo p {
    font-size: 20px;
    line-height: 130%
}

.page {
    height: 100%;
    min-height: 100vh
}

.page--overlay {
    overflow: hidden
}

.page-title-icon {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    color: #42474d
}

@media (min-width:768px) {
    .page-title-icon {
        justify-content: flex-start;
        width: auto;
        color: rgba(73, 76, 79, .5)
    }
}

.page-title-icon h1 {
    margin: 0;
    margin-bottom: 1rem;
    font-family: "Avenir Next Cyr Demi", "Arial", "Helvetica CY", sans-serif;
    font-weight: 700;
    font-size: 22px;
    line-height: 130%;
    letter-spacing: .02em;
    text-transform: uppercase;
    color: inherit
}

@media (min-width:350px) {
    .page-title-icon h1 {
        font-size: 22px
    }
}

@media (min-width:375px) {
    .page-title-icon h1 {
        font-size: 23px
    }
}

@media (min-width:576px) {
    .page-title-icon h1 {
        font-size: 26px
    }
}

@media (min-width:768px) {
    .page-title-icon h1 {
        font-size: 50px
    }
}

@media (min-width:992px) {
    .page-title-icon h1 {
        font-size: 60px
    }
}

.page-title-icon .icon {
    margin-top: 3px;
    width: 20px;
    height: 18px;
    fill: rgba(73, 76, 79, .5)
}

@media (min-width:375px) {
    .page-title-icon .icon {
        margin-top: 6px;
        width: 30px
    }
}

@media (min-width:576px) {
    .page-title-icon .icon {
        width: 30px;
        height: 23px
    }
}

@media (min-width:768px) {
    .page-title-icon .icon {
        margin-left: .5rem;
        margin-top: 15px;
        width: 30px;
        height: 37px
    }
}

@media (min-width:992px) {
    .page-title-icon .icon {
        margin-top: 10px;
        margin-left: .5rem;
        height: 60px
    }
}

.page-title-icon .small {
    display: block;
    font-size: .75rem;
    line-height: 100%;
    color: #8f8f8f
}

@media (min-width:768px) {
    .page-title-icon .small {
        font-size: .875rem;
        font-weight: 700
    }
}

.page-header {
    z-index: 999;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #42474d;
    padding: 1.8rem 0 1.2rem;
    transition: .3s
}

@media (min-width:768px) {
    .page-header {
        padding: 1.6rem 0
    }
}

@media (min-width:992px) {
    .page-header {
        padding: 1.3rem 0 1.1rem
    }
}

@media (min-width:1200px) {
    .page-header {
        padding: 1.7rem 0 1.4rem
    }
}

.page-header .container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse
}

@media (min-width:992px) {
    .page-header .container {
        flex-direction: row
    }
}

.page-header a {
    align-items: center;
    color: #fff
}

.page-header .phone {
    width: 30px
}

@media (max-width:768px) {
    .page-header .phone {
        position: absolute;
        top: 0;
        right: 16px
    }
}

@media (min-width:768px) {
    .page-header .phone {
        width: 50px;
        padding-right: 21px
    }
}

@media (min-width:992px) {
    .page-header .phone {
        width: auto;
        padding-right: 0
    }
}

.page-header .phone span,
.page-header__lk {
    display: none
}

@media (min-width:992px) {
    .page-header .phone span {
        display: flex
    }
}

.page-header .phone .icon {
    width: 14px;
    height: 24px;
    margin-left: auto
}

@media (min-width:768px) {
    .page-header .phone .icon {
        width: 17px;
        height: 27px
    }
}

@media (min-width:992px) {
    .page-header .phone .icon {
        width: 14px;
        height: 24px
    }
}

@media (min-width:992px) {
    .page-header__lk {
        display: flex
    }
}

.page-header__lk span {
    margin-left: 0
}

@media (max-width:768px) {
    .page-header .logo {
        margin: 0 auto
    }
}

@media (min-width:768px) {
    .page-header .logo {
        width: 230px;
        height: 40px
    }
}

@media (min-width:992px) {
    .page-header .logo {
        width: auto;
        height: auto
    }
}

.page-header__btn-menu {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-color: transparent;
    border: 0;
    outline: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
    display: flex;
    color: #fff
}

@media (max-width:768px) {
    .page-header__btn-menu {
        position: absolute;
        top: 0;
        left: 16px
    }
}

@media (min-width:992px) {
    .page-header__btn-menu {
        display: none
    }
}

.page-header__btn-menu .icon {
    width: 30px;
    height: 30px;
    fill: #fff
}

@media (min-width:768px) {
    .page-header__btn-menu .icon {
        width: 50px
    }
}

.scroll-down .page-header {
    transform: translate3d(0, -100%, 0)
}

.scroll-up .page-header {
    transform: none;
    color: #42474d
}

.scroll-up:not(.menu-open) .page-header {
    background-color: #42474d;
    box-shadow: 4px 4px 8px rgba(0, 0, 0, .25)
}

.page-footer {
    margin-top: auto;
    margin-bottom: 0;
    padding-bottom: 1.6rem;
    padding-top: 2.2rem;
    background-color: #42474d;
    color: #fff
}

@media (min-width:768px) {
    .page-footer {
        padding-top: 2.2rem;
        padding-bottom: 2rem
    }
}

@media (min-width:992px) {
    .page-footer {
        padding-top: 2.4rem
    }
}

.page-footer__top {
    display: grid;
    grid-template-areas: "phone" "links" "support" "logo"
}

@media (min-width:768px) {
    .page-footer__top {
        grid-template-columns: 1fr 1fr;
        column-gap: 3%;
        grid-template-areas: "logo support" "phone support " "links  links"
    }
}

@media (min-width:992px) {
    .page-footer__top {
        grid-template-columns: 1fr 3fr;
        column-gap: 5%;
        grid-template-areas: "phone links" "logo links " "support  links"
    }
}

@media (min-width:1200px) {
    .page-footer__top {
        grid-template-columns: 1fr 4fr 1fr;
        column-gap: 20px;
        grid-template-areas: "logo links support" "phone links support " ".    links support ";
        align-content: space-between
    }
}

@media (min-width:1400px) {
    .page-footer__top {
        column-gap: 50px;
        row-gap: 5px
    }
}

.page-footer .logo {
    grid-area: logo
}

@media (min-width:768px) {
    .page-footer .logo {
        margin-bottom: .5rem;
        padding-left: 7px
    }
}

@media (min-width:992px) {
    .page-footer .logo {
        margin-bottom: .5rem;
        padding-left: 0
    }
}

.page-footer__phone {
    grid-area: phone;
    display: flex;
    align-items: center;
    font-family: "Avenir Next Cyr Demi", "Arial", "Helvetica CY", sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 130%;
    text-transform: uppercase;
    margin-bottom: 1.7rem
}

@media (min-width:576px) {
    .page-footer__phone {
        margin-bottom: 1rem
    }
}

@media (min-width:768px) {
    .page-footer__phone {
        padding-left: 7px
    }
}

@media (min-width:992px) {
    .page-footer__phone {
        margin-bottom: 0;
        padding-left: 0
    }
}

.page-footer__phone .icon {
    width: 47px;
    height: 37px;
    margin-right: 14px
}

@media (min-width:768px) {
    .page-footer__phone .icon {
        display: none;
        margin-right: 0
    }
}

.page-footer__links {
    flex-grow: 1;
    grid-area: links;
    margin-bottom: .4rem
}

@media (min-width:576px) {
    .page-footer__links {
        margin-bottom: 1rem
    }
}

@media (min-width:768px) {
    .page-footer__links {
        padding-top: 1.2rem
    }
}

@media (min-width:992px) {
    .page-footer__links {
        padding-top: 0
    }
}

.page-footer__support {
    grid-area: support;
    margin-bottom: 1.6rem;
    font-size: 15px;
    line-height: 21px
}

@media (min-width:768px) {
    .page-footer__support {
        margin-bottom: 1rem;
        padding-top: .9rem
    }
}

@media (min-width:992px) {
    .page-footer__support {
        padding-top: 0
    }
}

@media (min-width:1400px) {
    .page-footer__support {
        padding-left: 34px;
        padding-top: 3px
    }
}

.page-footer__support span {
    display: block
}

@media (min-width:768px) {
    .page-footer__support span {
        display: inline-block
    }
}

@media (min-width:1200px) {
    .page-footer__support span {
        display: block
    }
}

.page-footer__support a {
    padding-left: .2rem;
    text-decoration: none;
    color: inherit
}

.page-footer__support a:focus,
.page-footer__support a:hover {
    color: #fffeda
}

.page-footer__bottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: column;
    padding: .5rem 0;
    padding-right: 2rem;
    margin-top: 1.1rem;
    font-family: "Avenir Next Cyr", "Arial", "Helvetica CY", sans-serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 120%;
    border-top: 1px solid #fff;
    padding-top: 1rem
}

@media (min-width:768px) {
    .page-footer__bottom {
        flex-direction: row;
        padding-right: 0;
        padding-top: 2rem;
        margin-top: 1.2rem;
        align-items: center
    }
}

@media (min-width:992px) {
    .page-footer__bottom {
        margin-top: 2rem
    }
}

@media (min-width:1200px) {
    .page-footer__bottom {
        margin-top: 17px
    }
}

@media (min-width:1400px) {
    .page-footer__bottom {
        margin-top: 35px
    }
}

.page-footer__bottom a {
    margin-bottom: 10px
}

@media (min-width:768px) and (max-width:800px) {
    .page-footer__bottom .link-text {
        width: 24%
    }
}

.page-footer__copy {
    line-height: 144%
}

.page-body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    font-size: 20px;
    line-height: 130%;
    width: 100%;
    min-height: 100vh;
    background-color: #f5f5f5;
    scroll-behavior: smooth;
    padding-top: 100px
}

@media (max-width:576px) {
    .page-body {
        padding-top: 80px
    }
}

.page-body .container {
    position: relative;
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
    padding-left: 16px;
    padding-right: 16px
}

@media (min-width:992px) {
    .page-body .container {
        padding-left: 20px;
        padding-right: 20px
    }
}

@media (min-width:1200px) {
    .page-body .container {
        padding-left: 80px;
        padding-right: 80px
    }
}

.page-body .link {
    text-decoration: none
}

.page-body .link:focus,
.page-body .link:hover {
    text-decoration: none
}

.styled-block {
    width: 100%;
    padding: 20px;
    margin-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    row-gap: 20px;
    border-radius: 16px;
    background-color: #fff;
    font-family: "Avenir Next Cyr", "Arial", "Helvetica CY", sans-serif;
    color: #42474d
}

@media (min-width:375px) {
    .styled-block {
        padding: 40px 30px
    }
}

@media (min-width:567px) {
    .styled-block {
        padding: 40px 60px
    }
}

@media (min-width:960px) {
    .styled-block {
        padding: 40px 30px;
        margin-bottom: 45px
    }
}

@media (min-width:1200px) {
    .styled-block {
        padding: 40px 30px;
        margin-bottom: 65px
    }
}

.styled-block--yellow {
    background-color: #fffeda
}

.styled-block--blue {
    background-color: #e2f0fb
}

.styled-block__grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px
}

@media (min-width:1200px) {
    .styled-block__grid {
        padding: 0 30px
    }
}

.styled-block ul[data-grid=grid] li,
.styled-block__grid .list-icon {
    width: 100%
}

@media (min-width:768px) {
    .styled-block__grid .list-icon {
        width: calc(50% - 10px)
    }
}

.styled-block__title {
    margin: 0 0 14px;
    font-family: "Avenir Next Cyr Demi", "Arial", "Helvetica CY", sans-serif;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase
}

@media (min-width:567px) {
    .styled-block__title {
        font-size: 25px;
        line-height: 32px
    }
}

@media (min-width:960px) {
    .styled-block__title {
        margin-bottom: 20px;
        font-size: 30px;
        line-height: 39px
    }
}

@media (max-width:567px) {
    .styled-block__title span {
        display: block
    }
}

.styled-block ul {
    padding: 0;
    margin: 0;
    list-style: none;
    row-gap: 20px
}

.styled-block ul li {
    display: flex;
    gap: 10px;
    padding: 0;
    font-size: 15px;
    line-height: 19.5px
}

@media (min-width:567px) {
    .styled-block ul li {
        font-size: 20px;
        line-height: normal
    }
}

@media (min-width:1200px) {
    .styled-block ul li {
        font-size: 20px;
        line-height: 26px
    }
}

.styled-block ul[data-size=sm] svg {
    width: 30px;
    height: auto
}

@media (min-width:567px) {
    .styled-block ul[data-size=sm] svg {
        width: 30px
    }
}

@media (min-width:992px) {
    .styled-block ul[data-size=sm] svg {
        width: 35px
    }
}

.styled-block ul[data-size=md] svg {
    width: 40px;
    height: auto
}

@media (min-width:567px) {
    .styled-block ul[data-size=md] svg {
        width: 60px
    }
}

.styled-block ul,
.styled-block ul[data-grid=grid] {
    display: flex;
    flex-wrap: wrap
}

@media (min-width:1130px) {
    .styled-block ul[data-grid=grid] li {
        width: 50%
    }
}

.regions-promo {
    position: relative;
    padding-top: 30px;
    margin-bottom: 30px
}

@media (min-width:567px) {
    .regions-promo {
        padding-top: 45px;
        margin-bottom: 45px
    }
}

@media (min-width:960px) {
    .regions-promo {
        padding-top: 40px;
        margin-bottom: 60px
    }

    .regions-promo::before {
        content: "";
        position: absolute;
        top: 0;
        right: 10%;
        width: 400px;
        height: 100%;
        background-image: url(../images/regions-fh/man.png);
        background-position: 100% 101%;
        background-repeat: no-repeat;
        background-size: contain
    }
}

@media (min-width:1100px) {
    .regions-promo::before {
        right: 17%
    }
}

.regions-promo__wrapper {
    padding: 20px 20px 120px;
    background-color: #42474d;
    color: #fff;
    border-radius: 22px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-image: url(../images/regions-fh/cities.svg);
    background-position: 100% 100%;
    background-size: 100%
}

@media (min-width:567px) {
    .regions-promo__wrapper {
        padding: 40px;
        background-size: 60%;
        background-position: 100% 105%
    }
}

@media (min-width:700px) {
    .regions-promo__wrapper {
        background-size: 50%
    }
}

@media (min-width:960px) {
    .regions-promo__wrapper {
        padding: 45px 70px;
        background-position: 100% 105%;
        background-size: 45%
    }
}

.regions-promo__text {
    position: relative;
    max-width: 620px
}

.regions-promo__title {
    font-family: "Avenir Next Cyr Demi", "Arial", "Helvetica CY", sans-serif;
    margin-bottom: 1rem;
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: .02em
}

@media (min-width:567px) {
    .regions-promo__title {
        font-size: 25px;
        line-height: 32.5px
    }
}

@media (min-width:960px) {
    .regions-promo__title {
        font-size: 30px;
        line-height: 39px
    }
}

.regions-promo__title span {
    opacity: .5
}

@media (max-width:567px) {
    .regions-promo__title span {
        display: block;
        margin-top: .5rem;
        max-width: 215px
    }
}

.regions-promo__email {
    margin-bottom: 30px;
    font-size: 15px;
    line-height: 19.5px
}

@media (min-width:567px) {
    .regions-promo__email {
        font-size: 20px;
        line-height: 26px
    }
}

.regions-header h1,
.regions-promo__email a,
.styled-block ul li[data-bold=bold] span {
    font-family: "Avenir Next Cyr Demi", "Arial", "Helvetica CY", sans-serif;
    font-weight: 700
}

.regions-promo__email a {
    color: #fffeda;
    text-decoration: none
}

.regions-header {
    position: relative;
    z-index: 1
}

.regions-header h1 {
    font-size: 27px;
    line-height: 35.1px;
    letter-spacing: .02em;
    color: #42474d
}

@media (min-width:567px) {
    .regions-header h1 {
        font-size: 50px;
        line-height: 65px
    }
}

@media (min-width:960px) {
    .regions-header h1 {
        font-size: 60px;
        line-height: 78px
    }
}

.regions-header .text {
    margin: 0;
    max-width: 780px;
    font-size: 15px;
    line-height: 19.5px
}

@media (min-width:567px) {
    .regions-header .text {
        font-size: 20px;
        line-height: 26px
    }
}

.regions-header .link-text {
    margin-top: 1rem;
    margin-bottom: 0
}

.regions-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-bottom: 30px
}

@media (min-width:567px) {
    .regions-grid {
        margin-bottom: 45px
    }
}

@media (min-width:960px) {
    .regions-grid {
        margin-bottom: 60px
    }
}

.regions-grid .styled-block {
    width: 100%
}

@media (min-width:992px) {
    .regions-grid .styled-block {
        width: calc(50% - 15px)
    }
}

.modal-region .title {
    font-family: "Avenir Next Cyr Demi", "Arial", "Helvetica CY", sans-serif;
    font-size: 20px;
    line-height: 26px;
    font-weight: 700
}

.modal-region .modal-dialog {
    max-width: 788px
}

.modal-region .modal-content {
    padding: 20px
}

@media (min-width:768px) {
    .modal-region .modal-content {
        padding: 40px
    }
}

@media (min-width:992px) {
    .modal-region .modal-content {
        padding: 60px 40px 40px
    }
}

.modal-region .modal-header {
    padding: 0;
    margin-bottom: 1rem
}

@media (min-width:768px) {
    .modal-region .modal-header {
        width: 50%
    }
}

@media (max-width:576px) {
    .modal-region .modal-header .title {
        padding-top: 1.2rem;
        width: 100%;
        font-size: 1.05rem;
        line-height: normal
    }
}

.modal-region .modal-content::before {
    width: 49%
}

.modal-region .modal-body {
    padding: 0
}

.modal-region .modal-body>div {
    font-size: 20px;
    line-height: 26px
}

@media (max-width:576px) {
    .modal-region .modal-body>div {
        font-size: 1.05rem;
        line-height: normal
    }
}

@media (min-width:768px) {
    .modal-region .modal-body {
        width: 46%
    }
}

.modal-region .modal-body a {
    color: inherit;
    text-decoration: revert
}

.modal-region .modal-body .form {
    display: flex;
    flex-direction: column;
    gap: 10px
}

.modal-region .modal-body .form .form-control {
    padding: .5rem 1.25rem;
    min-height: 3rem;
    line-height: normal
}

.modal-region .btn-close {
    width: 26px;
    height: 26px
}

.modal-region .btn-close .icon {
    width: 100%;
    height: 100%
}

/*# sourceMappingURL=style.min.css.map */