@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap);

:root {
    --accent-color: rgba(38, 72, 146, 1);
    --accent-color-2: rgba(227, 30, 37, 1);
    --bg-blocks: rgba(242, 245, 250, 1);
    --link-bg: rgba(38, 72, 146, 1);
    --link-bg-hover: rgba(51, 96, 192, 1);
    --link-bg-2: rgba(227, 30, 37, 1);
    --link-bg-hover-2: rgba(255, 33, 41, 1);
    --skeleton-background-1: rgba(240, 240, 240, 1);
    --skeleton-background-2: rgba(224, 224, 224, 1)
}

* {
    margin: 0;
    padding: 0;
    border: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

*:focus {
    outline: none
}

body::-webkit-scrollbar {
    width: 8px
}

body::-webkit-scrollbar-track {
    background: #f5f5f5
}

body::-webkit-scrollbar-thumb {
    border-radius: 20px;
    background: rgba(38, 72, 146, 1);
    background: var(--accent-color)
}

a,
a:link,
a:visited {
    -webkit-text-decoration: none;
    text-decoration: none
}

a:hover {
    -webkit-text-decoration: none;
    text-decoration: none
}

h1,
h2,
h3,
h4,
h5,
p,
a,
span,
input,
button,
address,
li,
div {
    font-family: "Montserrat", sans-serif;
    color: #050b1a;
    font-style: normal
}

body {
    background: #fff
}

button {
    cursor: pointer
}

.border-red {
    border: 1px solid red !important
}

li {
    list-style-type: none
}

main {
    width: 100%;
    overflow: hidden
}

.container {
    max-width: 1320px;
    width: 100%;
    margin: 0 auto
}

@media(max-width: 1340px) {
    .container {
        padding-left: 12px;
        padding-right: 12px
    }
}

@media(max-width: 767px) {
    .container {
        padding: 0 20px
    }
}

.skeleton {
    background: -webkit-gradient(linear, left top, right top, color-stop(25%, rgba(240, 240, 240, 1)), color-stop(50%, rgba(224, 224, 224, 1)), color-stop(75%, rgba(240, 240, 240, 1)));
    background: linear-gradient(90deg, rgba(240, 240, 240, 1) 25%, rgba(224, 224, 224, 1) 50%, rgba(240, 240, 240, 1) 75%);
    background: -webkit-gradient(linear, left top, right top, color-stop(25%, var(--skeleton-background-1)), color-stop(50%, var(--skeleton-background-2)), color-stop(75%, var(--skeleton-background-1)));
    background: linear-gradient(90deg, var(--skeleton-background-1) 25%, var(--skeleton-background-2) 50%, var(--skeleton-background-1) 75%);
    background-size: 200% 100%;
    -webkit-animation: loading 3s infinite ease-in-out;
    animation: loading 3s infinite ease-in-out
}

.dop-color {
    color: rgba(38, 72, 146, 1);
    color: var(--accent-color)
}

.bold {
    font-weight: 700
}

.overflow_disable {
    overflow-y: hidden
}

.overflow_enable {
    overflow-y: visible
}

.politika__label-shake {
    -webkit-animation: shake .3s ease-in-out 0s 2;
    animation: shake .3s ease-in-out 0s 2
}

.politika__label-shake::before {
    border: 1px solid red !important
}

@media(max-width: 767px) {
    .br-desc {
        display: none
    }
}

@media(min-width: 768px) {
    .br-mobile {
        display: none
    }
}

.swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    background: #fff;
    margin: 0 10.5px !important;
    opacity: 1
}

.swiper-pagination-bullet-active {
    background: #0065dc;
    width: 15px;
    height: 15px
}

.btn-sending {
    color: hsla(0, 0%, 100%, 0) !important
}

.btn-loader {
    color: #fff;
    font-size: 7px;
    position: relative;
    text-indent: -9999em;
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s
}

.btn-loader,
.btn-loader::before,
.btn-loader::after {
    position: absolute;
    left: calc(50% - 2.5em);
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 50%;
    width: 2.5em;
    height: 2.5em;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: bblFadInOut 1.8s infinite ease-in-out;
    animation: bblFadInOut 1.8s infinite ease-in-out
}

.btn-loader::before,
.btn-loader::after {
    content: "";
    position: absolute
}

.btn-loader::before {
    left: calc(50% - 3.5em);
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s
}

.btn-loader::after {
    left: calc(50% + 3.5em)
}

.form-send-success {
    -webkit-transition: .5s ease !important;
    transition: .5s ease !important;
    background: #4ade80 !important;
    color: #fff !important
}

@media(hover: hover) {
    .form-send-success:hover {
        color: #fff !important
    }

    .form-send-success:hover i {
        -webkit-transform: none !important;
        -ms-transform: none !important;
        transform: none !important;
        background: #fff !important
    }
}

.title {
    display: block;
    font-weight: 700;
    line-height: 110%;
    font-size: 36px
}

@media(max-width: 767px) {
    @supports(font-size: clamp(1px, 1px, 1px)) {
        .title {
            font-size: max(30px, min(10vw, 36px)) !important
        }
    }
}

@media(min-width: 768px) {
    .title {
        font-size: 38px
    }

    @supports(font-size: clamp(1px, 1px, 1px)) {
        .title {
            font-size: max(38px, min(3.5555555556vw, 48px)) !important
        }
    }
}

@media(min-width: 1141px) {
    .title {
        font-size: 48px
    }
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    background: rgba(38, 72, 146, 1);
    background: var(--link-bg);
    top: 52.2% !important;
    border-radius: 50%;
    aspect-ratio: 1/1;
    -webkit-transition: .2s ease;
    transition: .2s ease;
    width: 30px !important;
    height: 30px !important
}

.swiper-button-next::after,
.swiper-button-next::before,
.swiper-button-prev::after,
.swiper-button-prev::before {
    display: none
}

@media(hover: hover) {

    .swiper-button-next:hover,
    .swiper-button-prev:hover {
        background: rgba(51, 96, 192, 1);
        background: var(--link-bg-hover)
    }
}

.swiper-button-next:active,
.swiper-button-prev:active {
    background: rgba(51, 96, 192, 1);
    background: var(--link-bg-hover)
}

@media(max-width: 767px)and (min-width: 600px) {

    .swiper-button-next,
    .swiper-button-prev {
        width: 38px !important;
        height: 38px !important
    }
}

@media(min-width: 768px) {

    .swiper-button-next,
    .swiper-button-prev {
        top: 50% !important;
        width: 38px !important;
        height: 38px !important
    }
}

@media(min-width: 1141px) {

    .swiper-button-next,
    .swiper-button-prev {
        width: 48px !important;
        height: 48px !important
    }
}

.swiper-button-next {
    right: 20px !important
}

.swiper-button-prev {
    left: 20px !important
}

@-webkit-keyframes rotation {
    0% {
        -webkit-transform: translateY(-50%) rotate(0deg);
        transform: translateY(-50%) rotate(0deg)
    }

    100% {
        -webkit-transform: translateY(-50%) rotate(360deg);
        transform: translateY(-50%) rotate(360deg)
    }
}

@keyframes rotation {
    0% {
        -webkit-transform: translateY(-50%) rotate(0deg);
        transform: translateY(-50%) rotate(0deg)
    }

    100% {
        -webkit-transform: translateY(-50%) rotate(360deg);
        transform: translateY(-50%) rotate(360deg)
    }
}

@-webkit-keyframes shake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    25% {
        -webkit-transform: translateX(-4px);
        transform: translateX(-4px)
    }

    50% {
        -webkit-transform: translateX(4px);
        transform: translateX(4px)
    }

    75% {
        -webkit-transform: translateX(-4px);
        transform: translateX(-4px)
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes shake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    25% {
        -webkit-transform: translateX(-4px);
        transform: translateX(-4px)
    }

    50% {
        -webkit-transform: translateX(4px);
        transform: translateX(4px)
    }

    75% {
        -webkit-transform: translateX(-4px);
        transform: translateX(-4px)
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes bblFadInOut {

    0%,
    80%,
    100% {
        -webkit-box-shadow: 2.5em 0 0 -1.3em;
        box-shadow: 2.5em 0 0 -1.3em
    }

    40% {
        -webkit-box-shadow: 2.5em 0 0 0;
        box-shadow: 2.5em 0 0 0
    }
}

@keyframes bblFadInOut {

    0%,
    80%,
    100% {
        -webkit-box-shadow: 2.5em 0 0 -1.3em;
        box-shadow: 2.5em 0 0 -1.3em
    }

    40% {
        -webkit-box-shadow: 2.5em 0 0 0;
        box-shadow: 2.5em 0 0 0
    }
}

@-webkit-keyframes loading {
    0% {
        background-position: -200% 0
    }

    100% {
        background-position: 200% 0
    }
}

@keyframes loading {
    0% {
        background-position: -200% 0
    }

    100% {
        background-position: 200% 0
    }
}

.icon {
    position: relative;
    display: block;
    aspect-ratio: 1/1;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    z-index: 1;
    width: 36px;
    height: 36px
}

.icon_clinic {
    -webkit-mask: url(../../assets/img/icons/icon-clinic.svg) no-repeat;
    mask: url(../../assets/img/icons/icon-clinic.svg) no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: contain;
    mask-size: contain
}

.icon_percent {
    -webkit-mask: url(../../assets/img/icons/icon-percent.svg) no-repeat;
    mask: url(../../assets/img/icons/icon-percent.svg) no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: contain;
    mask-size: contain
}

.icon_map {
    -webkit-mask: url(../../assets/img/icons/icon-map.svg) no-repeat;
    mask: url(../../assets/img/icons/icon-map.svg) no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: contain;
    mask-size: contain
}

.icon_hot {
    -webkit-mask: url(../../assets/img/icons/icon-hot.svg) no-repeat;
    mask: url(../../assets/img/icons/icon-hot.svg) no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: contain;
    mask-size: contain
}

.icon_clinic,
.icon_percent,
.icon_map,
.icon_hot {
    background: #fff
}

@media(min-width: 768px) {
    .icon {
        width: 38px;
        height: 38px
    }
}

@media(min-width: 1141px) {
    .icon {
        width: 48px;
        height: 48px
    }
}

.icon_arrow-link {
    -webkit-mask: url(../../assets/img/icons/icon-arrow-link.svg) no-repeat;
    mask: url(../../assets/img/icons/icon-arrow-link.svg) no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: contain;
    mask-size: contain;
    background: rgba(227, 30, 37, 1);
    background: var(--accent-color-2);
    width: 14px;
    height: 14px
}

@media(min-width: 768px) {
    .icon_arrow-link {
        width: 18px;
        height: 18px
    }
}

@media(min-width: 1141px) {
    .icon_arrow-link {
        width: 22px;
        height: 22px
    }
}

.icon_top {
    background: url(../../assets/img/icons/icon-top.svg) no-repeat;
    background-position: center;
    background-size: contain;
    width: 38px;
    height: 38px
}

.icon_map-point {
    background: url(../../assets/img/icons/icon-map-point.svg) no-repeat;
    background-position: center;
    background-size: contain;
    width: 13px;
    height: 18px
}

@media(min-width: 768px) {
    .icon_map-point {
        width: 19px;
        height: 27px
    }
}

@media(min-width: 1141px) {
    .icon_map-point {
        width: 24px;
        height: 34px
    }
}

.icon_paper {
    -webkit-mask: url(../../assets/img/icons/icon-paper.svg) no-repeat;
    mask: url(../../assets/img/icons/icon-paper.svg) no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: contain;
    mask-size: contain;
    background: #fff;
    width: 14px;
    height: 19px
}

@media(min-width: 768px) {
    .icon_paper {
        width: 11px;
        height: 16px
    }
}

@media(min-width: 1141px) {
    .icon_paper {
        width: 14px;
        height: 20px
    }
}

.icon_paper-2 {
    -webkit-mask: url(../../assets/img/icons/icon-paper-2.svg) no-repeat;
    mask: url(../../assets/img/icons/icon-paper-2.svg) no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: contain;
    mask-size: contain;
    background: #fff;
    width: 14px;
    height: 17.5px
}

@media(min-width: 768px) {
    .icon_paper-2 {
        width: 18px;
        height: 22px
    }
}

@media(min-width: 1141px) {
    .icon_paper-2 {
        width: 22.5px;
        height: 28px
    }
}

.icon_slider-next {
    background: url(../../assets/img/icons/icon-arrow-next.svg) no-repeat;
    background-position: center;
    background-size: contain
}

.icon_slider-prev {
    background: url(../../assets/img/icons/icon-arrow-next.svg) no-repeat;
    background-position: center;
    background-size: contain;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.icon_slider-next,
.icon_slider-prev {
    width: 100%;
    height: 100%
}

.icon_wa {
    background: url(../../assets/img/icons/icon-wa.svg) no-repeat;
    background-position: center;
    background-size: contain
}

.icon_wa::before {
    background: url(../../assets/img/icons/icon-wa-hover.svg) no-repeat;
    background-position: center;
    background-size: contain
}

.icon_tg {
    background: url(../../assets/img/icons/icon-tg.svg) no-repeat;
    background-position: center;
    background-size: contain
}

.icon_tg::before {
    background: url(../../assets/img/icons/icon-tg-hover.svg) no-repeat;
    background-position: center;
    background-size: contain
}

.icon_max {
    background: url(../../assets/img/icons/icon-max.svg) no-repeat;
    background-position: center;
    background-size: contain
}

.icon_max::before {
    background: url(../../assets/img/icons/icon-max-hover.svg) no-repeat;
    background-position: center;
    background-size: contain
}

.icon_wa,
.icon_tg,
.icon_max {
    width: 51px;
    height: 51px
}

.icon_wa::before,
.icon_tg::before,
.icon_max::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: .2s ease;
    transition: .2s ease;
    opacity: 0
}

@media(hover: hover) {

    .icon_wa:hover::before,
    .icon_tg:hover::before,
    .icon_max:hover::before {
        opacity: 1
    }
}

.icon_wa:active::before,
.icon_tg:active::before,
.icon_max:active::before {
    opacity: 1
}

.header {
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 100;
    width: 100%
}

.header .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #cfd6e5;
    background: #fff
}

@media(max-width: 767px) {
    .header .container {
        padding: 9px
    }
}

@media(min-width: 768px) {
    .header .container {
        padding-top: 10px;
        padding-bottom: 10px
    }
}

@media(min-width: 1141px) {
    .header .container {
        padding-top: 12px;
        padding-bottom: 12px
    }
}

@media(min-width: 768px) {
    .header {
        position: fixed
    }
}

.header__logo {
    display: block;
    aspect-ratio: 160/38;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    width: 128px
}

@media(max-width: 330px) {
    .header__logo {
        width: 100px
    }
}

@media(min-width: 768px) {
    .header__logo {
        width: 160px
    }
}

.header__eye-icon {
    width: 51px;
    height: 45px;
    -o-object-fit: fill;
    object-fit: fill
}

@media(max-width: 767px) {
    .header__eye-icon {
        width: 41px;
        height: 36px
    }
}

@media(max-width: 300px) {
    .header__eye-icon {
        width: 33px;
        height: 29px
    }
}

.header__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 4px
}

@media(min-width: 768px) {
    .header__right {
        gap: 24px
    }
}

.header__phone {
    display: block;
    line-height: 120%;
    font-size: 14px
}

@media(max-width: 300px) {
    .header__phone {
        font-size: 12px
    }
}

@media(min-width: 768px) {
    .header__phone {
        font-size: 18px
    }
}

.header__socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px
}

@media(max-width: 767px) {
    .header__socials {
        display: none
    }
}

.bottom-menu {
    position: fixed;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 70px;
    z-index: 20;
    border-radius: 28px 28px 0 0
}

@media(min-width: 768px) {
    .bottom-menu {
        display: none
    }
}

.bottom-menu__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    border-radius: 28px 28px 0 0;
    overflow: hidden;
    border: 1px solid rgba(240, 240, 240, .6)
}

.bottom-menu__item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background: #fff;
    -webkit-transition: .2s ease;
    transition: .2s ease
}

@media(hover: hover) {
    .bottom-menu__item:hover {
        background: rgba(38, 72, 146, 1);
        background: var(--accent-color)
    }

    .bottom-menu__item:hover .bottom-menu__link {
        color: #fff
    }
}

.bottom-menu__item:active {
    background: rgba(38, 72, 146, 1);
    background: var(--accent-color)
}

.bottom-menu__item:active .bottom-menu__link {
    color: #fff
}

.bottom-menu__item:not(.bottom-menu__item:first-child) {
    position: relative
}

.bottom-menu__item:not(.bottom-menu__item:first-child)::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background: rgba(240, 240, 240, .6)
}

.bottom-menu__item:first-child {
    background: rgba(38, 72, 146, 1);
    background: var(--accent-color)
}

.bottom-menu__item:first-child .bottom-menu__link {
    color: #fff
}

.bottom-menu__item_color {
    background: #cc1b21
}

.bottom-menu__item_color .bottom-menu__link {
    color: #fff
}

.bottom-menu__item_color::before {
    display: none
}

.bottom-menu__link {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    width: 100%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: none;
    outline: none;
    font-weight: 400;
    font-size: 12px;
    padding-bottom: 7px;
    gap: 3px;
    -webkit-transition: .2s ease;
    transition: .2s ease
}

.bottom-menu__link .icon {
    width: 38px;
    height: 38px
}

.bottom-menu__link .icon_tg,
.bottom-menu__link .icon_wa,
.bottom-menu__link .icon_max {
    width: 48px;
    height: 48px;
    margin-bottom: -5px
}

.bottom-menu__link:focus::before {
    display: none
}

@media(max-width: 320px) {
    .bottom-menu__link {
        gap: 5px;
        font-size: 10px
    }
}

.bottom-menu__icon {
    display: block;
    aspect-ratio: 1/1;
    width: 38px;
    height: auto;
    border-radius: 50%
}

@media(max-width: 320px) {
    .bottom-menu__icon {
        width: 35px
    }
}

.intro {
    margin-top: 74px
}

@media(max-width: 767px) {
    .intro .container {
        padding: 0
    }
}

@media(min-width: 768px) {
    .intro {
        margin-top: 80px
    }
}

@media(min-width: 1141px) {
    .intro {
        margin-top: 100px
    }
}

.intro__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 32px
}

@media(min-width: 768px) {
    .intro__row {
        gap: 24px
    }
}

.intro__content-col {
    background: rgba(242, 245, 250, 1);
    background: var(--bg-blocks);
    border-radius: 44px;
    padding: 32px 20px
}

@media(min-width: 768px) {
    .intro__content-col {
        width: calc(58.5% - 12px);
        border-radius: 48px;
        padding: 23px 32px
    }
}

@media(min-width: 768px)and (max-width: 1340px) {
    .intro__content-col {
        width: calc(62% - 12px)
    }
}

@media(min-width: 768px)and (max-width: 1080px) {
    .intro__content-col {
        width: calc(50% - 12px)
    }
}

@media(min-width: 768px)and (max-width: 950px) {
    .intro__content-col {
        width: 100%
    }
}

@media(min-width: 1141px) {
    .intro__content-col {
        border-radius: 60px;
        padding: 29px 40px
    }
}

.intro__image-col {
    position: relative;
    overflow: hidden;
    border-radius: 44px
}

@media(hover: hover) {
    .intro__image-col:hover .intro__address-wrapper {
        -webkit-transform: translateY(-3px) translateX(-50%);
        -ms-transform: translateY(-3px) translateX(-50%);
        transform: translateY(-3px) translateX(-50%)
    }
}

@media(max-width: 767px) {
    .intro__image-col {
        aspect-ratio: 360/354
    }
}

@media(min-width: 768px) {
    .intro__image-col {
        border-radius: 48px;
        width: calc(41.5% - 12px)
    }
}

@media(min-width: 768px)and (max-width: 1340px) {
    .intro__image-col {
        width: calc(38% - 12px)
    }
}

@media(min-width: 768px)and (max-width: 1080px) {
    .intro__image-col {
        width: calc(50% - 12px)
    }
}

@media(min-width: 768px)and (max-width: 950px) {
    .intro__image-col {
        aspect-ratio: 2/1;
        width: 100%
    }
}

@media(min-width: 1141px) {
    .intro__image-col {
        border-radius: 60px
    }
}

.intro__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 700;
    font-size: 36px
}

@media(max-width: 767px) {
    .intro__title {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        line-height: 100%
    }

    @supports(font-size: clamp(1px, 1px, 1px)) {
        .intro__title {
            font-size: max(32px, min(10vw, 36px)) !important
        }
    }
}

@media(min-width: 768px) {
    .intro__title {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 9px;
        font-size: 51px
    }

    @supports(font-size: clamp(1px, 1px, 1px)) {
        .intro__title {
            font-size: max(51px, min(4.7407407407vw, 64px)) !important
        }
    }
}

@media(min-width: 768px)and (max-width: 1080px) {
    .intro__title {
        line-height: 80%;
        margin-top: 10px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media(min-width: 1141px) {
    .intro__title {
        font-size: 64px
    }
}

.intro__logo-img {
    display: block;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    aspect-ratio: 363/52;
    width: 252px
}

@media(max-width: 767px) {
    @supports(width: clamp(1px, 1px, 1px)) {
        .intro__logo-img {
            width: max(180px, min(70vw, 252px)) !important
        }
    }
}

@media(min-width: 768px) {
    .intro__logo-img {
        width: 296px
    }

    @supports(width: clamp(1px, 1px, 1px)) {
        .intro__logo-img {
            width: max(296px, min(27.4074074074vw, 370px)) !important
        }
    }
}

@media(min-width: 1141px) {
    .intro__logo-img {
        width: 370px
    }
}

.intro__subtitle {
    display: block;
    font-weight: 700;
    line-height: 110%;
    font-size: 18px;
    margin-top: 17px
}

@media(max-width: 767px) {
    @supports(font-size: clamp(1px, 1px, 1px)) {
        .intro__subtitle {
            font-size: max(16px, min(5vw, 18px)) !important
        }
    }
}

@media(min-width: 768px) {
    .intro__subtitle {
        margin-top: 5px;
        font-size: 38px
    }

    @supports(font-size: clamp(1px, 1px, 1px)) {
        .intro__subtitle {
            font-size: max(38px, min(3.5555555556vw, 48px)) !important
        }
    }
}

@media(min-width: 768px)and (max-width: 1200px) {
    .intro__subtitle {
        text-wrap: balance
    }
}

@media(min-width: 768px)and (max-width: 1080px) {
    .intro__subtitle {
        margin-top: 16px
    }

    .intro__subtitle br {
        display: none
    }
}

@media(min-width: 1141px) {
    .intro__subtitle {
        margin-top: 6px;
        font-size: 48px
    }
}

.intro__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 15px
}

@media(min-width: 768px) {
    .intro__list {
        gap: 19px;
        margin-top: 64px
    }
}

@media(min-width: 768px)and (max-width: 1080px) {
    .intro__list {
        margin-top: 40px
    }
}

@media(min-width: 1141px) {
    .intro__list {
        gap: 24px;
        margin-top: 80px
    }
}

.intro__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    width: 100%;
    border-radius: 20px;
    padding: 10px 20px;
    gap: 16px
}

@media(max-width: 767px) {
    .intro__item {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }
}

@media(max-width: 767px)and (min-width: 690px) {
    .intro__item {
        width: calc(50% - 6px)
    }
}

@media(min-width: 768px) {
    .intro__item {
        width: calc(50% - 12px);
        padding: 16px 20px;
        padding-right: 10px;
        border-radius: 26px;
        gap: 13px
    }
}

@media(min-width: 768px)and (max-width: 1080px) {
    .intro__item {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
        width: 100%
    }
}

@media(min-width: 768px)and (max-width: 950px) {
    .intro__item {
        width: calc(50% - 12px)
    }
}

@media(min-width: 1141px) {
    .intro__item {
        border-radius: 32px;
        gap: 16px
    }
}

.intro__item_link {
    -webkit-transition: .3s ease;
    transition: .3s ease
}

@media(hover: hover) {
    .intro__item_link:hover {
        background: rgba(227, 30, 37, 1);
        background: var(--accent-color-2)
    }

    .intro__item_link:hover .intro__item-icon-bg {
        background: #fff
    }

    .intro__item_link:hover .intro__item-icon-bg .icon {
        background: rgba(227, 30, 37, 1);
        background: var(--accent-color-2)
    }

    .intro__item_link:hover .intro__item-text {
        color: #fff
    }

    .intro__item_link:hover .icon_arrow-link {
        background: #fff
    }
}

.intro__item_link:active {
    background: rgba(227, 30, 37, 1);
    background: var(--accent-color-2)
}

.intro__item_link:active .intro__item-icon-bg {
    background: #fff
}

.intro__item_link:active .intro__item-icon-bg .icon {
    background: rgba(227, 30, 37, 1);
    background: var(--accent-color-2)
}

.intro__item_link:active .intro__item-text {
    color: #fff
}

.intro__item_link:active .icon_arrow-link {
    background: #fff
}

@media(max-width: 767px) {
    .intro__item_link {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
}

@media(min-width: 768px) {
    .intro__item_link {
        padding-right: 16px
    }
}

@media(min-width: 768px)and (max-width: 1080px) {
    .intro__item_link {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
}

@media(min-width: 1141px) {
    .intro__item_link {
        padding-right: 20px
    }
}

.intro__item-icon-bg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: rgba(227, 30, 37, 1);
    background: var(--accent-color-2);
    aspect-ratio: 1/1;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    width: 36px;
    height: 36px;
    border-radius: 10px
}

@media(min-width: 768px) {
    .intro__item-icon-bg {
        width: 38px;
        height: 38px
    }
}

@media(min-width: 1141px) {
    .intro__item-icon-bg {
        width: 48px;
        height: 48px
    }
}

.intro__item-text {
    display: block;
    font-weight: 400;
    color: #4c5059;
    line-height: 140%;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    font-size: 16px
}

@media(max-width: 767px) {
    @supports(font-size: clamp(1px, 1px, 1px)) {
        .intro__item-text {
            font-size: max(14px, min(4.4444444444vw, 16px)) !important
        }
    }
}

@media(min-width: 768px) {
    .intro__item-text {
        font-size: 16px
    }

    @supports(font-size: clamp(1px, 1px, 1px)) {
        .intro__item-text {
            font-size: max(16px, min(1.3333333333vw, 18px)) !important
        }
    }
}

@media(min-width: 768px)and (max-width: 1320px) {
    .intro__item-text {
        text-wrap: balance
    }
}

@media(min-width: 768px)and (max-width: 1080px) {
    .intro__item-text .br-desc {
        display: block
    }
}

@media(min-width: 1141px) {
    .intro__item-text {
        font-size: 18px
    }
}

.icon_arrow-link {
    margin-left: auto;
    margin-right: 0
}

.intro__img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

@media(min-width: 768px)and (max-width: 950px) {
    .intro__img {
        -o-object-position: 50% 0%;
        object-position: 50% 0%
    }
}

.intro__address-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    background: #fff;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: .3s ease;
    transition: .3s ease;
    width: 89%;
    bottom: 20px;
    border-radius: 28px;
    padding: 16px;
    gap: 10px 17px
}

@media(max-width: 767px) {
    .intro__address-wrapper {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        max-width: 450px;
        margin-left: auto;
        margin-right: auto
    }
}

@media(min-width: 768px) {
    .intro__address-wrapper {
        width: 85%;
        padding: 13px 16px;
        padding-right: 13px;
        gap: 13px;
        border-radius: 26px;
        bottom: 22px
    }
}

@media(min-width: 768px)and (max-width: 1340px) {
    .intro__address-wrapper {
        width: 93%
    }
}

@media(min-width: 1141px) {
    .intro__address-wrapper {
        padding: 16px 20px;
        padding-right: 16px;
        gap: 16px;
        border-radius: 32px;
        bottom: 28px
    }
}

.intro__address {
    display: block;
    font-weight: 400;
    line-height: 140%;
    color: #4c5059;
    font-size: 16px
}

@media(max-width: 767px) {
    @supports(font-size: clamp(1px, 1px, 1px)) {
        .intro__address {
            font-size: max(14px, min(4.4444444444vw, 16px)) !important
        }
    }
}

@media(min-width: 768px) {
    .intro__address {
        font-size: 16px
    }

    @supports(font-size: clamp(1px, 1px, 1px)) {
        .intro__address {
            font-size: max(16px, min(1.3333333333vw, 18px)) !important
        }
    }
}

@media(min-width: 1141px) {
    .intro__address {
        font-size: 18px
    }
}

.intro__address-link {
    margin-left: auto;
    margin-right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: rgba(38, 72, 146, 1);
    background: var(--link-bg);
    font-weight: 600;
    color: #fff;
    border-radius: 20px;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    font-size: 18px;
    padding: 16px 24px
}

@media(hover: hover) {
    .intro__address-link:hover {
        background: rgba(51, 96, 192, 1);
        background: var(--link-bg-hover)
    }
}

.intro__address-link:active {
    background: rgba(51, 96, 192, 1);
    background: var(--link-bg-hover)
}

@media(max-width: 767px) {
    .intro__address-link {
        width: 100%
    }
}

.popular-tests {
    margin-top: 82px
}

@media(max-width: 767px) {
    .popular-tests .container {
        padding: 0
    }
}

@media(max-width: 767px)and (max-width: 320px) {
    .popular-tests .container {
        padding: 0 10px
    }
}

@media(min-width: 768px) {
    .popular-tests {
        margin-top: 80px
    }
}

@media(min-width: 1141px) {
    .popular-tests {
        margin-top: 100px
    }
}

@media(max-width: 767px) {
    .popular-tests__title {
        padding: 0 20px
    }
}

@media(max-width: 320px) {
    .popular-tests__title {
        padding: 0
    }
}

.popular-tests__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 23px;
    gap: 32px
}

@media(min-width: 768px) {
    .popular-tests__row {
        gap: 24px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        margin-top: 32px
    }
}

@media(min-width: 1141px) {
    .popular-tests__row {
        margin-top: 40px
    }
}

.popular-tests__col-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    gap: 16px
}

@media(max-width: 767px) {
    .popular-tests__col-list {
        padding: 0 20px
    }
}

@media(max-width: 767px)and (max-width: 320px) {
    .popular-tests__col-list {
        padding: 0
    }
}

@media(min-width: 768px) {
    .popular-tests__col-list {
        gap: 24px;
        width: calc(50% - 12px)
    }
}

.popular-tests__col-slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%
}

@media(max-width: 767px) {
    .popular-tests__col-slider .popular-tests__link-more {
        width: calc(100% - 20px)
    }
}

@media(max-width: 767px)and (min-width: 500px) {
    .popular-tests__col-slider {
        padding: 0 10px
    }
}

@media(min-width: 768px) {
    .popular-tests__col-slider {
        width: calc(50% - 12px)
    }
}

.popular-tests__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: rgba(242, 245, 250, 1);
    background: var(--bg-blocks);
    -webkit-transition: .3s ease;
    transition: .3s ease;
    padding: 10px 20px;
    padding-right: 15px;
    border-radius: 20px;
    gap: 16px
}

.popular-tests__link .icon_arrow-link {
    margin-left: auto;
    margin-right: 0;
    background: rgba(38, 72, 146, 1);
    background: var(--accent-color);
    width: 14px;
    height: 14px
}

@media(min-width: 768px) {
    .popular-tests__link .icon_arrow-link {
        width: 18px;
        height: 18px
    }
}

@media(min-width: 1141px) {
    .popular-tests__link .icon_arrow-link {
        width: 22px;
        height: 22px
    }
}

@media(hover: hover) {
    .popular-tests__link:hover {
        background: rgba(38, 72, 146, 1);
        background: var(--accent-color)
    }

    .popular-tests__link:hover .popular-tests__link-icon {
        background: #fff
    }

    .popular-tests__link:hover .popular-tests__link-icon i {
        background: rgba(38, 72, 146, 1);
        background: var(--accent-color)
    }

    .popular-tests__link:hover .popular-tests__link-text {
        color: #fff
    }

    .popular-tests__link:hover .icon_arrow-link {
        background: #fff
    }
}

.popular-tests__link:active {
    background: rgba(38, 72, 146, 1);
    background: var(--accent-color)
}

.popular-tests__link:active .popular-tests__link-icon {
    background: #fff
}

.popular-tests__link:active .popular-tests__link-icon i {
    background: rgba(38, 72, 146, 1);
    background: var(--accent-color)
}

.popular-tests__link:active .popular-tests__link-text {
    color: #fff
}

.popular-tests__link:active .icon_arrow-link {
    background: #fff
}

@media(min-width: 768px) {
    .popular-tests__link {
        border-radius: 18px;
        padding: 13px 16px;
        padding-right: 12px;
        gap: 13px
    }
}

@media(min-width: 1141px) {
    .popular-tests__link {
        border-radius: 22px;
        padding: 16px 20px;
        padding-right: 15px;
        gap: 16px
    }
}

.popular-tests__link-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: rgba(38, 72, 146, 1);
    background: var(--accent-color);
    aspect-ratio: 1/1;
    border-radius: 8px;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    width: 30px;
    height: 30px
}

@media(min-width: 768px) {
    .popular-tests__link-icon {
        width: 26px;
        height: 26px
    }
}

@media(min-width: 1141px) {
    .popular-tests__link-icon {
        width: 32px;
        height: 32px
    }
}

.popular-tests__link-text {
    display: block;
    font-weight: 600;
    line-height: 120%;
    color: #050b1a;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    font-size: 16px
}

@media(max-width: 767px) {
    @supports(font-size: clamp(1px, 1px, 1px)) {
        .popular-tests__link-text {
            font-size: max(14px, min(4.4444444444vw, 16px)) !important
        }
    }
}

@media(min-width: 768px) {
    .popular-tests__link-text {
        text-wrap: balance;
        font-size: 16px
    }

    @supports(font-size: clamp(1px, 1px, 1px)) {
        .popular-tests__link-text {
            font-size: max(16px, min(1.4814814815vw, 20px)) !important
        }
    }
}

@media(min-width: 1141px) {
    .popular-tests__link-text {
        font-size: 20px
    }
}

.popular-tests__link-more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    font-weight: 600;
    background: rgba(227, 30, 37, 1);
    background: var(--link-bg-2);
    font-size: 18px;
    border-radius: 20px;
    padding: 16px;
    -webkit-transition: .3s ease;
    transition: .3s ease
}

@media(hover: hover) {
    .popular-tests__link-more:hover {
        background: rgba(255, 33, 41, 1);
        background: var(--link-bg-hover-2)
    }
}

.popular-tests__link-more:active {
    background: rgba(255, 33, 41, 1);
    background: var(--link-bg-hover-2)
}

@media(max-width: 767px) {
    .popular-tests__link-more {
        width: 100%;
        max-width: 450px;
        margin-left: auto;
        margin-right: auto
    }

    @supports(font-size: clamp(1px, 1px, 1px)) {
        .popular-tests__link-more {
            font-size: max(14px, min(5vw, 18px)) !important
        }
    }
}

.popular-tests__slider {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    border-radius: 44px;
    margin-bottom: 16px
}

.popular-tests__slider .swiper-wrapper {
    width: 100%
}

@media(max-width: 767px) {
    .popular-tests__slider {
        aspect-ratio: 360/280
    }
}

@media(max-width: 767px)and (min-width: 620px) {
    .popular-tests__slider {
        aspect-ratio: 360/220
    }
}

@media(min-width: 768px) {
    .popular-tests__slider {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        margin-bottom: 24px;
        border-radius: 42px
    }
}

@media(min-width: 1141px) {
    .popular-tests__slider {
        border-radius: 52px
    }
}

.popular-tests__slide {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    width: 100%
}

.popular-tests__slide-img {
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 100%;
    height: 100%
}

.popular-tests__slide-title {
    position: absolute;
    display: block;
    font-weight: 600;
    line-height: 120%;
    text-wrap: balance;
    color: #fff;
    top: 25px;
    left: 27px;
    right: 27px;
    font-size: 24px
}

@media(max-width: 767px) {
    @supports(font-size: clamp(1px, 1px, 1px)) {
        .popular-tests__slide-title {
            font-size: max(18px, min(6.6666666667vw, 24px)) !important
        }
    }
}

@media(min-width: 768px) {
    .popular-tests__slide-title {
        top: 32px;
        left: 32px;
        right: 32px;
        font-size: 26px
    }

    @supports(font-size: clamp(1px, 1px, 1px)) {
        .popular-tests__slide-title {
            font-size: max(26px, min(2.3703703704vw, 32px)) !important
        }
    }
}

@media(min-width: 1141px) {
    .popular-tests__slide-title {
        top: 40px;
        left: 40px;
        right: 40px;
        font-size: 32px
    }
}

.popular-tests__slide-link {
    position: absolute;
    bottom: 16px;
    right: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #4c5059;
    font-weight: 400;
    font-size: 16px;
    border-radius: 16px;
    background: #fff;
    padding: 10px 16px;
    gap: 24px;
    -webkit-transition: .3s ease;
    transition: .3s ease
}

@media(hover: hover) {
    .popular-tests__slide-link:hover {
        background: rgba(255, 33, 41, 1);
        background: var(--link-bg-hover-2);
        color: #fff
    }

    .popular-tests__slide-link:hover .icon {
        background: #fff
    }
}

.popular-tests__slide-link:active {
    background: rgba(255, 33, 41, 1);
    background: var(--link-bg-hover-2);
    color: #fff
}

.popular-tests__slide-link:active .icon {
    background: #fff
}

@media(min-width: 768px) {
    .popular-tests__slide-link {
        font-size: 18px;
        border-radius: 20px;
        right: 40px;
        bottom: 40px;
        padding: 16px
    }
}

@media(min-width: 768px)and (max-width: 950px) {
    .popular-tests__slide-link {
        padding: 12px 16px
    }
}

@media(min-width: 1141px) {
    .popular-tests__slide-link {
        padding: 17px 20px
    }
}

.banner {
    margin-top: 60px
}

@media(max-width: 767px) {
    .banner .container {
        padding: 0
    }
}

@media(min-width: 768px) {
    .banner {
        margin-top: 80px
    }
}

@media(min-width: 1141px) {
    .banner {
        margin-top: 100px
    }
}

.banner__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow: hidden;
    background: rgba(38, 72, 146, 1);
    background: var(--accent-color);
    border-radius: 44px
}

@media(min-width: 768px) {
    .banner__row {
        border-radius: 48px
    }
}

@media(min-width: 1141px) {
    .banner__row {
        border-radius: 60px
    }
}

.banner__col-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 33px 0;
    padding-bottom: 25px
}

@media(min-width: 768px) {
    .banner__col-content {
        width: 60%;
        padding: 40px 38px;
        padding-bottom: 38px
    }
}

@media(min-width: 768px)and (max-width: 920px) {
    .banner__col-content {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%
    }
}

@media(min-width: 1141px) {
    .banner__col-content {
        width: 53%;
        padding: 50px 48px;
        padding-bottom: 48px
    }
}

.banner__col-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    width: 100%
}

@media(max-width: 767px) {
    .banner__col-image {
        max-width: 450px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        padding: 0 21px;
        padding-right: 27px
    }
}

@media(min-width: 768px) {
    .banner__col-image {
        width: 40%;
        padding: 0 20px;
        padding-top: 8px;
        padding-right: 30px
    }
}

@media(min-width: 768px)and (max-width: 920px) {
    .banner__col-image {
        width: 100%;
        padding: 0 25%
    }
}

@media(min-width: 1141px) {
    .banner__col-image {
        width: 47%;
        padding: 0 87px;
        padding-top: 10px;
        padding-right: 71px
    }
}

.banner__title {
    display: block;
    font-weight: 700;
    color: #fff;
    line-height: 110%;
    font-size: 36px;
    margin-bottom: 16px
}

@media(max-width: 767px) {
    .banner__title {
        text-align: center
    }

    @supports(font-size: clamp(1px, 1px, 1px)) {
        .banner__title {
            font-size: max(28px, min(10vw, 36px)) !important
        }
    }
}

@media(min-width: 768px) {
    .banner__title {
        margin-bottom: 13px;
        font-size: 38px
    }

    @supports(font-size: clamp(1px, 1px, 1px)) {
        .banner__title {
            font-size: max(38px, min(3.5555555556vw, 48px)) !important
        }
    }
}

@media(min-width: 768px)and (max-width: 920px) {
    .banner__title {
        text-align: center
    }
}

@media(min-width: 1141px) {
    .banner__title {
        margin-bottom: 16px;
        font-size: 48px
    }
}

.banner__text {
    display: block;
    font-weight: 400;
    color: #fff;
    line-height: 140%;
    font-size: 16px;
    margin-bottom: 20px;
    text-wrap: balance
}

.banner__text strong {
    font-weight: 600
}

@media(max-width: 767px) {
    .banner__text {
        text-align: center
    }

    @supports(font-size: clamp(1px, 1px, 1px)) {
        .banner__text {
            font-size: max(14px, min(4.4444444444vw, 16px)) !important
        }
    }
}

@media(min-width: 768px) {
    .banner__text {
        font-size: 16px;
        margin-bottom: 19px
    }

    @supports(font-size: clamp(1px, 1px, 1px)) {
        .banner__text {
            font-size: max(16px, min(1.3333333333vw, 18px)) !important
        }
    }
}

@media(min-width: 768px)and (max-width: 920px) {
    .banner__text {
        text-align: center
    }
}

@media(min-width: 1141px) {
    .banner__text {
        text-wrap: wrap;
        font-size: 18px;
        margin-bottom: 24px
    }
}

.banner__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 11px;
    gap: 9.5px
}

@media(max-width: 767px) {
    .banner__buttons {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 0 20px;
        margin-left: auto;
        margin-right: auto
    }
}

@media(min-width: 768px) {
    .banner__buttons {
        gap: 12px;
        margin-top: 12px
    }
}

@media(min-width: 1141px) {
    .banner__buttons {
        margin-top: 15px
    }
}

.banner__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    font-weight: 600;
    background: rgba(227, 30, 37, 1);
    background: var(--link-bg-2);
    font-size: 18px;
    border-radius: 20px;
    padding: 16px 24px;
    -webkit-transition: .3s ease;
    transition: .3s ease
}

@media(hover: hover) {
    .banner__button:hover {
        background: rgba(255, 33, 41, 1);
        background: var(--link-bg-hover-2)
    }
}

.banner__button:active {
    background: rgba(255, 33, 41, 1);
    background: var(--link-bg-hover-2)
}

@media(max-width: 359px) {
    .banner__button {
        width: 100%
    }
}

.banner__social-link {
    border-radius: 20px
}

.banner__img {
    display: block;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    aspect-ratio: 462/333;
    width: 100%;
    margin-top: auto;
    margin-bottom: 0
}

@media(max-width: 767px) {
    .banner__img {
        margin-bottom: -68px
    }
}

@media(min-width: 768px)and (max-width: 920px) {
    .banner__img {
        margin-bottom: -80px
    }
}

.banner-2 {
    margin-top: 80px
}

@media(max-width: 767px) {
    .banner-2 .container {
        padding: 0
    }
}

@media(min-width: 768px) {
    .banner-2 {
        margin-top: 80px
    }
}

@media(min-width: 1141px) {
    .banner-2 {
        margin-top: 101px
    }
}

.banner-2__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
    background: rgba(38, 72, 146, 1);
    background: var(--accent-color);
    border-radius: 44px;
    padding: 33px 0;
    padding-bottom: 32px
}

@media(min-width: 768px) {
    .banner-2__content {
        border-radius: 48px;
        padding: 39px;
        padding-bottom: 38px
    }
}

@media(min-width: 1141px) {
    .banner-2__content {
        border-radius: 60px;
        padding: 49px;
        padding-bottom: 48px
    }
}

.banner-2__title {
    display: block;
    font-weight: 700;
    color: #fff;
    line-height: 110%;
    font-size: 36px;
    margin-bottom: 16px;
    text-align: center
}

@media(max-width: 767px) {
    .banner-2__title {
        text-wrap: balance
    }

    @supports(font-size: clamp(1px, 1px, 1px)) {
        .banner-2__title {
            font-size: max(28px, min(10vw, 36px)) !important
        }
    }
}

@media(min-width: 768px) {
    .banner-2__title {
        margin-bottom: 13px;
        font-size: 38px
    }

    @supports(font-size: clamp(1px, 1px, 1px)) {
        .banner-2__title {
            font-size: max(38px, min(3.5555555556vw, 48px)) !important
        }
    }
}

@media(min-width: 768px)and (max-width: 920px) {
    .banner-2__title {
        text-align: center
    }
}

@media(min-width: 1141px) {
    .banner-2__title {
        margin-bottom: 16px;
        font-size: 48px
    }
}

.banner-2__text {
    display: block;
    font-weight: 400;
    color: #fff;
    line-height: 140%;
    font-size: 16px;
    margin-bottom: 20px;
    text-wrap: balance;
    text-align: center
}

.banner-2__text strong {
    font-weight: 600
}

@media(max-width: 767px) {
    @supports(font-size: clamp(1px, 1px, 1px)) {
        .banner-2__text {
            font-size: max(14px, min(4.4444444444vw, 16px)) !important
        }
    }
}

@media(min-width: 768px) {
    .banner-2__text {
        font-size: 16px;
        margin-bottom: 19px
    }

    @supports(font-size: clamp(1px, 1px, 1px)) {
        .banner-2__text {
            font-size: max(16px, min(1.3333333333vw, 18px)) !important
        }
    }
}

@media(min-width: 768px)and (max-width: 920px) {
    .banner-2__text {
        text-align: center
    }
}

@media(min-width: 1141px) {
    .banner-2__text {
        text-wrap: wrap;
        font-size: 18px;
        margin-bottom: 24px
    }
}

.banner-2__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 3px;
    gap: 9.5px;
    margin-left: auto;
    margin-right: auto
}

@media(max-width: 767px) {
    .banner-2__buttons {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 0 20px;
        margin-left: auto;
        margin-right: auto
    }
}

@media(min-width: 768px) {
    .banner-2__buttons {
        gap: 12px;
        margin-top: 12px
    }
}

@media(min-width: 1141px) {
    .banner-2__buttons {
        margin-top: 15px
    }
}

.banner-2__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    font-weight: 600;
    background: rgba(227, 30, 37, 1);
    background: var(--link-bg-2);
    font-size: 18px;
    border-radius: 20px;
    padding: 16px 24px;
    -webkit-transition: .3s ease;
    transition: .3s ease
}

@media(hover: hover) {
    .banner-2__button:hover {
        background: rgba(255, 33, 41, 1);
        background: var(--link-bg-hover-2)
    }
}

.banner-2__button:active {
    background: rgba(255, 33, 41, 1);
    background: var(--link-bg-hover-2)
}

@media(max-width: 359px) {
    .banner-2__button {
        width: 100%
    }
}

.banner-2__social-link {
    border-radius: 20px
}

.three-blocks {
    margin-top: 61px
}

@media(min-width: 768px) {
    .three-blocks {
        margin-top: 80px
    }
}

@media(min-width: 1141px) {
    .three-blocks {
        margin-top: 101px
    }
}

.three-blocks__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 23px;
    gap: 20px
}

@media(min-width: 768px) {
    .three-blocks__list {
        gap: 24px;
        margin-top: 31px
    }
}

@media(min-width: 1141px) {
    .three-blocks__list {
        margin-top: 39px
    }
}

.three-blocks__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: rgba(242, 245, 250, 1);
    background: var(--bg-blocks);
    border-radius: 44px;
    padding-bottom: 18px;
    width: 100%
}

@media(max-width: 767px)and (min-width: 660px) {
    .three-blocks__item {
        width: calc(50% - 10px)
    }
}

@media(min-width: 768px) {
    .three-blocks__item {
        width: calc(50% - 12px);
        border-radius: 35px;
        padding-bottom: 18px
    }
}

@media(min-width: 1141px) {
    .three-blocks__item {
        width: calc(33.33% - 16px);
        border-radius: 44px;
        padding-bottom: 23px
    }
}

.three-blocks__item-image {
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    aspect-ratio: 1/1;
    width: 100%;
    height: auto;
    border-radius: 44px
}

@media(min-width: 768px) {
    .three-blocks__item-image {
        aspect-ratio: 424/330;
        border-radius: 35px
    }
}

@media(min-width: 1141px) {
    .three-blocks__item-image {
        border-radius: 44px
    }
}

.three-blocks__item-title {
    display: block;
    font-weight: 600;
    line-height: 120%;
    font-size: 18px;
    padding: 0 20px;
    margin-top: 31px
}

@media(max-width: 767px) {
    @supports(font-size: clamp(1px, 1px, 1px)) {
        .three-blocks__item-title {
            font-size: max(16px, min(5vw, 18px)) !important
        }
    }
}

@media(min-width: 768px) {
    .three-blocks__item-title {
        font-size: 18px;
        padding: 0 16px;
        margin-top: 16px
    }

    @supports(font-size: clamp(1px, 1px, 1px)) {
        .three-blocks__item-title {
            font-size: max(18px, min(1.4814814815vw, 20px)) !important
        }
    }
}

@media(min-width: 1141px) {
    .three-blocks__item-title {
        font-size: 20px;
        padding: 0 20px;
        margin-top: 20px
    }
}

.three-blocks__item-text {
    display: block;
    font-weight: 400;
    line-height: 140%;
    color: #4c5059;
    padding: 0 20px;
    font-size: 16px;
    margin-top: 12px
}

.three-blocks__item-text strong {
    font-weight: 600
}

@media(max-width: 767px) {
    @supports(font-size: clamp(1px, 1px, 1px)) {
        .three-blocks__item-text {
            font-size: max(14px, min(4.4444444444vw, 16px)) !important
        }
    }
}

@media(min-width: 768px) {
    .three-blocks__item-text {
        padding: 0 16px;
        font-size: 16px;
        margin-top: 10px
    }

    @supports(font-size: clamp(1px, 1px, 1px)) {
        .three-blocks__item-text {
            font-size: max(16px, min(1.3333333333vw, 18px)) !important
        }
    }
}

@media(min-width: 1141px) {
    .three-blocks__item-text {
        padding: 0 20px;
        font-size: 18px;
        margin-top: 13px
    }
}

.three-items {
    margin-top: 82px
}

@media(min-width: 768px) {
    .three-items {
        margin-top: 80px
    }
}

@media(min-width: 1141px) {
    .three-items {
        margin-top: 101px
    }
}

.three-items__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 23px;
    gap: 16px
}

@media(min-width: 768px) {
    .three-items__list {
        gap: 24px;
        margin-top: 31px
    }
}

@media(min-width: 1141px) {
    .three-items__list {
        margin-top: 39px
    }
}

.three-items__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: rgba(242, 245, 250, 1);
    background: var(--bg-blocks);
    width: 100%;
    border-radius: 20px;
    padding: 11px 20px;
    padding-bottom: 9px;
    gap: 15px
}

@media(hover: hover) {
    .three-items__item:hover .three-items__item-icon {
        -webkit-transform: translateY(-3px);
        -ms-transform: translateY(-3px);
        transform: translateY(-3px)
    }
}

@media(max-width: 767px)and (min-width: 700px) {
    .three-items__item {
        width: calc(50% - 8px)
    }
}

@media(min-width: 768px) {
    .three-items__item {
        padding: 13px 16px;
        padding-right: 12px;
        padding-bottom: 12px;
        border-radius: 26px;
        width: calc(50% - 12px);
        gap: 13px
    }
}

@media(min-width: 1141px) {
    .three-items__item {
        padding: 16px 20px;
        padding-right: 15px;
        padding-bottom: 15px;
        border-radius: 32px;
        width: calc(33.33% - 16px);
        gap: 16px
    }
}

.three-items__item-icon {
    display: block;
    aspect-ratio: 1/1;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    width: 36px;
    height: 36px
}

@media(min-width: 768px) {
    .three-items__item-icon {
        width: 38px;
        height: 38px
    }
}

@media(min-width: 1141px) {
    .three-items__item-icon {
        width: 48px;
        height: 48px
    }
}

.three-items__item-text {
    display: block;
    font-weight: 400;
    color: #4c5059;
    line-height: 140%;
    font-size: 16px
}

.three-items__item-text strong {
    font-weight: 600
}

@media(max-width: 767px) {
    @supports(font-size: clamp(1px, 1px, 1px)) {
        .three-items__item-text {
            font-size: max(14px, min(4.4444444444vw, 16px)) !important
        }
    }
}

@media(max-width: 767px)and (min-width: 450px) {
    .three-items__item-text {
        text-wrap: balance
    }

    .three-items__item-text br {
        display: none
    }
}

@media(min-width: 768px) {
    .three-items__item-text {
        text-wrap: balance;
        font-size: 16px
    }

    @supports(font-size: clamp(1px, 1px, 1px)) {
        .three-items__item-text {
            font-size: max(16px, min(1.3333333333vw, 18px)) !important
        }
    }
}

@media(min-width: 1141px) {
    .three-items__item-text {
        text-wrap: wrap;
        font-size: 18px
    }
}

.two-items {
    margin-top: 61px
}

@media(min-width: 768px) {
    .two-items {
        margin-top: 80px
    }
}

@media(min-width: 1141px) {
    .two-items {
        margin-top: 101px
    }
}

.two-items__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 23px;
    gap: 16px
}

@media(min-width: 768px) {
    .two-items__list {
        gap: 24px;
        margin-top: 31px
    }
}

@media(min-width: 1141px) {
    .two-items__list {
        margin-top: 39px
    }
}

.two-items__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: rgba(242, 245, 250, 1);
    background: var(--bg-blocks);
    width: 100%;
    border-radius: 20px;
    padding: 11px 20px;
    padding-bottom: 9px;
    gap: 13px;
    -webkit-transition: .3s ease;
    transition: .3s ease
}

@media(hover: hover) {
    .two-items__item:hover:hover {
        background: rgba(227, 30, 37, 1);
        background: var(--accent-color-2)
    }

    .two-items__item:hover:hover .two-items__item-icon {
        background: #fff
    }

    .two-items__item:hover:hover .two-items__item-icon .icon {
        background: rgba(227, 30, 37, 1);
        background: var(--accent-color-2)
    }

    .two-items__item:hover:hover .two-items__item-text {
        color: #fff
    }

    .two-items__item:hover:hover .icon_arrow-link {
        background: #fff
    }
}

.two-items__item:active {
    background: rgba(227, 30, 37, 1);
    background: var(--accent-color-2)
}

.two-items__item:active .two-items__item-icon {
    background: #fff
}

.two-items__item:active .two-items__item-icon .icon {
    background: rgba(227, 30, 37, 1);
    background: var(--accent-color-2)
}

.two-items__item:active .two-items__item-text {
    color: #fff
}

.two-items__item:active .icon_arrow-link {
    background: #fff
}

@media(max-width: 767px) {
    .two-items__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media(max-width: 767px)and (min-width: 700px) {
    .two-items__item {
        width: calc(50% - 8px)
    }
}

@media(min-width: 768px) {
    .two-items__item {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: calc(50% - 12px);
        padding: 14px 16px;
        border-radius: 26px;
        gap: 13px
    }
}

@media(min-width: 1141px) {
    .two-items__item {
        padding: 17px 20px;
        border-radius: 32px;
        gap: 16px
    }
}

.two-items__item-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    aspect-ratio: 1/1;
    -o-object-fit: cover;
    object-fit: cover;
    background: rgba(227, 30, 37, 1);
    background: var(--accent-color-2);
    width: 30px;
    height: 30px;
    border-radius: 10px;
    -webkit-transition: .3s ease;
    transition: .3s ease
}

@media(min-width: 768px) {
    .two-items__item-icon {
        width: 38px;
        height: 38px
    }
}

@media(min-width: 1141px) {
    .two-items__item-icon {
        width: 48px;
        height: 48px
    }
}

.two-items__item-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    width: 100%
}

@media(min-width: 768px) {
    .two-items__item-row {
        display: contents
    }
}

.two-items__item-text {
    display: block;
    font-weight: 400;
    color: #4c5059;
    line-height: 140%;
    font-size: 16px;
    text-wrap: balance;
    -webkit-transition: .3s ease;
    transition: .3s ease
}

.two-items__item-text strong {
    font-weight: 600
}

@media(max-width: 767px) {
    @supports(font-size: clamp(1px, 1px, 1px)) {
        .two-items__item-text {
            font-size: max(14px, min(4.4444444444vw, 16px)) !important
        }
    }
}

@media(max-width: 767px)and (min-width: 450px) {
    .two-items__item-text {
        text-wrap: balance
    }

    .two-items__item-text br {
        display: none
    }
}

@media(min-width: 768px) {
    .two-items__item-text {
        font-size: 16px
    }

    @supports(font-size: clamp(1px, 1px, 1px)) {
        .two-items__item-text {
            font-size: max(16px, min(1.3333333333vw, 18px)) !important
        }
    }
}

@media(min-width: 1141px) {
    .two-items__item-text {
        font-size: 18px
    }
}

.footer {
    margin-top: 58px
}

.footer .container {
    background: rgba(38, 72, 146, 1);
    background: var(--accent-color);
    border-radius: 44px 44px 0 0
}

@media(max-width: 767px) {
    .footer .container {
        padding: 32px 20px;
        padding-bottom: 80px
    }
}

@media(min-width: 768px) {
    .footer .container {
        border-radius: 48px 48px 0 0
    }
}

@media(min-width: 1141px) {
    .footer .container {
        border-radius: 60px 60px 0 0
    }
}

@media(min-width: 768px) {
    .footer {
        margin-top: 80px
    }
}

@media(min-width: 1141px) {
    .footer {
        margin-top: 98px
    }
}

.footer__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media(max-width: 767px) {
    .footer__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media(max-width: 767px)and (min-width: 450px) {
    .footer__row {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

@media(min-width: 768px) {
    .footer__row {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 38px
    }
}

@media(min-width: 768px)and (max-width: 1050px) {
    .footer__row {
        gap: 32px
    }
}

@media(min-width: 1141px) {
    .footer__row {
        padding: 48px
    }
}

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

@media(max-width: 767px) {
    .footer__col-content {
        display: contents;
    }
}

@media(min-width: 768px) {
    .footer__col-content {
        width: 58.2%;
        padding-right: 40px
    }
}

@media(min-width: 768px)and (max-width: 1050px) {
    .footer__col-content {
        width: 100%
    }
}

@media(min-width: 1141px) {
    .footer__col-content {
        padding-right: 50px
    }
}

.footer__col-map {
    overflow: hidden;
    border-radius: 44px
}

.footer__col-map iframe {
    display: block;
    width: 100%;
    height: 100%;
    aspect-ratio: 320/218
}

@media(min-width: 768px) {
    .footer__col-map iframe {
        aspect-ratio: 512/330
    }
}

@media(min-width: 768px)and (max-width: 1050px) {
    .footer__col-map iframe {
        aspect-ratio: 3/1
    }
}

@media(max-width: 767px) {
    .footer__col-map {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        width: 100%;
        max-width: 450px;
        margin-left: auto;
        margin-right: auto
    }
}

@media(min-width: 768px) {
    .footer__col-map {
        width: 41.8%;
        border-radius: 35px
    }
}

@media(min-width: 768px)and (max-width: 1050px) {
    .footer__col-map {
        width: 100%
    }
}

@media(min-width: 1141px) {
    .footer__col-map {
        border-radius: 44px
    }
}

.footer__images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

@media (max-width: 767px) {
    .footer__images {
        flex-direction: column;
        align-items: center;
        row-gap: 24px;
        margin-bottom: 32px;
    }
}

@media(min-width: 768px) {
    .footer__images {
        margin-bottom: 26px
    }
}

@media(min-width: 1141px) {
    .footer__images {
        margin-bottom: 32px
    }
}

.footer__logo {
    display: block;
    aspect-ratio: 254/60;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
}

@media(max-width: 767px) {
    .footer__logo {
        max-width: 254px;
        width: 100%
    }
}

@media(min-width: 768px) {
    .footer__logo {
        width: 203px;
    }
}

@media(min-width: 1141px) {
    .footer__logo {
        width: 254px;
    }
}

.footer__my-business {
    display: block;
    aspect-ratio: calc(822.377 / 431.311);
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
}

@media(max-width: 767px) {
    .footer__my-business {
        max-width: 114.401px;
        width: 100%
    }
}

@media(min-width: 768px) {
    .footer__my-business {
        width: 91.431px;
        margin-left: min(calc(((100vw - 768px) / (1040 - 768) * 160) + 175px), 335px);
    }
}

@media(min-width: 1051px) {
    .footer__my-business {
        width: 91.431px;
        margin-left: min(calc(((100vw - 1051px) / (1140 - 1051) * 25) + 110px), 135px);
    }
}

@media(min-width: 1141px) {
    .footer__my-business {
        width: 114.401px;
        margin-left: min(calc(((100vw - 1140px) / (1320 - 1140) * 70) + 80px), 150px);
    }
}

.footer__cols {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%
}

@media(max-width: 767px) {
    .footer__cols {
        display: contents
    }
}

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

@media(max-width: 767px) {
    .footer__col-long {
        display: contents
    }
}

@media(min-width: 768px) {
    .footer__col-long {
        padding-right: 30px;
        width: 60%
    }
}

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

@media(max-width: 767px) {
    .footer__col-short {
        display: contents
    }
}

@media(min-width: 768px) {
    .footer__col-short {
        width: 40%
    }
}

@media(min-width: 1141px) {
    .footer__col-short {
        padding-left: 6px
    }
}

.footer__col-title {
    display: block;
    font-weight: 600;
    line-height: 140%;
    color: #fff;
    font-size: 18px;
    margin-bottom: 4px
}

@media(max-width: 767px) {
    .footer__col-title {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }
}

@media(min-width: 768px) {
    .footer__col-title {
        margin-bottom: 3px
    }
}

@media(min-width: 1141px) {
    .footer__col-title {
        margin-bottom: 4px
    }
}

.footer__text,
.footer__link {
    display: block;
    font-weight: 400;
    line-height: 140%;
    color: #fff;
    font-size: 18px;
    text-wrap: balance;
    margin-bottom: 24px
}

@media(max-width: 767px) {

    .footer__text,
    .footer__link {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }
}

@media(min-width: 768px) {

    .footer__text,
    .footer__link {
        margin-bottom: 19px
    }
}

@media(min-width: 1141px) {

    .footer__text,
    .footer__link {
        margin-bottom: 24px
    }
}

.footer__copyright {
    font-size: 14px
}

@media(max-width: 767px) {
    .footer__copyright {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        margin-top: 24px
    }
}

@media(min-width: 768px) {
    .footer__copyright {
        margin-top: auto;
        margin-bottom: 0
    }
}

.footer__link {
    -webkit-transition: .2s ease;
    transition: .2s ease
}

@media(hover: hover) {
    .footer__link:hover {
        color: rgba(227, 30, 37, 1);
        color: var(--accent-color-2)
    }
}

.footer__link:active {
    color: rgba(227, 30, 37, 1);
    color: var(--accent-color-2)
}

.footer__socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px
}

@media(max-width: 767px) {
    .footer__socials {
        margin-top: 24px;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.page-404 {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 114px;
    min-height: calc(100vh - 455px)
}

.page-404 .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 450px;
    margin-left: auto;
    margin-right: auto
}

@media(min-width: 768px) {
    .page-404 .container {
        max-width: 800px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        justify-self: center
    }
}

.page-404 .dop-color {
    color: rgba(227, 30, 37, 1);
    color: var(--accent-color-2)
}

@media(min-width: 768px) {
    .page-404 {
        margin-top: 120px;
        min-height: calc(100vh - 500px)
    }
}

@media(min-width: 1141px) {
    .page-404 {
        margin-top: 150px;
        min-height: calc(100vh - 600px)
    }
}

.page-404__title {
    font-weight: 700;
    text-align: center;
    font-size: 24px;
    text-wrap: balance;
    margin-bottom: 10px;
    line-height: 120%
}

@media(min-width: 768px) {
    .page-404__title {
        font-size: 36px;
        margin-bottom: 16px
    }

    @supports(font-size: clamp(1px, 1px, 1px)) {
        .page-404__title {
            font-size: max(34px, min(3.1111111111vw, 42px)) !important
        }
    }
}

@media(min-width: 1141px) {
    .page-404__title {
        font-size: 42px;
        margin-bottom: 20px
    }
}

.page-404__text {
    font-weight: 400;
    text-align: left;
    font-size: 16px
}

@media(min-width: 768px) {
    .page-404__text {
        font-size: 20px
    }
}

.page-404__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 10px 0;
    gap: 10px
}

@media(min-width: 768px) {
    .page-404__list {
        gap: 5px;
        margin-top: 8px;
        margin-bottom: 16px
    }
}

@media(min-width: 1141px) {
    .page-404__list {
        margin-top: 10px;
        margin-bottom: 20px
    }
}

.page-404__item {
    position: relative;
    font-size: 16px;
    text-wrap: balance;
    font-weight: 400
}

@media(max-width: 767px) {
    .page-404__item {
        padding-left: 20px
    }

    .page-404__item::before {
        content: "";
        position: absolute;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        background: rgba(38, 72, 146, 1);
        background: var(--accent-color);
        width: 10px;
        aspect-ratio: 1/1;
        border-radius: 50%
    }
}

@media(min-width: 768px) {
    .page-404__item {
        text-align: center;
        font-size: 20px
    }
}

.page-404__link {
    position: relative;
    font-size: inherit;
    font-family: inherit;
    font-weight: inherit;
    -webkit-transition: .2s;
    transition: .2s;
    -webkit-text-decoration: underline !important;
    text-decoration: underline !important
}

@media(min-width: 768px)and (hover: hover) {
    .page-404__link:hover {
        color: rgba(38, 72, 146, 1);
        color: var(--accent-color)
    }
}

@font-face {
    font-family: swiper-icons;
    src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
    font-weight: 400;
    font-style: normal
}

:root {
    --swiper-theme-color: #007aff
}

:host {
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    z-index: 1
}

.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    overflow: clip;
    list-style: none;
    padding: 0;
    z-index: 1;
    display: block
}

.swiper-vertical>.swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-timing-function: initial;
    transition-timing-function: initial;
    -webkit-transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
    transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0)
}

.swiper-horizontal {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.swiper-slide {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    display: block
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
    height: auto
}

.swiper-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform
}

.swiper-backface-hidden .swiper-slide {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
    -webkit-perspective: 1200px;
    perspective: 1200px
}

.swiper-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.swiper-3d {
    -webkit-perspective: 1200px;
    perspective: 1200px
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.swiper-css-mode>.swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start
}

.swiper-css-mode.swiper-horizontal>.swiper-wrapper {
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory
}

.swiper-css-mode.swiper-vertical>.swiper-wrapper {
    -ms-scroll-snap-type: y mandatory;
    scroll-snap-type: y mandatory
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper {
    -ms-scroll-snap-type: none;
    scroll-snap-type: none
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: none
}

.swiper-css-mode.swiper-centered>.swiper-wrapper::before {
    content: "";
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-ordinal-group: 10000;
    -ms-flex-order: 9999;
    order: 9999
}

.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: center center;
    scroll-snap-stop: always
}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
    margin-left: var(--swiper-centered-offset-before)
}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before {
    height: 100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after)
}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
    margin-top: var(--swiper-centered-offset-before)
}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before {
    width: 100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after)
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-3d .swiper-slide-shadow {
    background: rgba(0, 0, 0, 0.15)
}

.swiper-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 4px solid #007aff;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
    -webkit-animation: swiper-preloader-spin 1s infinite linear;
    animation: swiper-preloader-spin 1s infinite linear
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

@-webkit-keyframes swiper-preloader-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes swiper-preloader-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.swiper-virtual .swiper-slide {
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
    height: 1px;
    width: var(--swiper-virtual-size)
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
    width: 1px;
    height: var(--swiper-virtual-size)
}

:root {
    --swiper-navigation-size: 44px
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    top: var(--swiper-navigation-top-offset, 50%);
    width: calc(44px/44*27);
    width: calc(var(--swiper-navigation-size)/44*27);
    height: 44px;
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - 44px/2);
    margin-top: calc(0px - var(--swiper-navigation-size)/2);
    z-index: 10;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #007aff;
    color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
    opacity: 0;
    cursor: auto;
    pointer-events: none
}

.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
    display: none !important
}

.swiper-button-next svg,
.swiper-button-prev svg {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center
}

.swiper-rtl .swiper-button-next svg,
.swiper-rtl .swiper-button-prev svg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: 10px;
    left: var(--swiper-navigation-sides-offset, 10px);
    right: auto
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: 10px;
    right: var(--swiper-navigation-sides-offset, 10px);
    left: auto
}

.swiper-button-lock {
    display: none
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: 44px;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    -webkit-font-feature-settings: ;
    font-feature-settings: ;
    font-variant: normal;
    font-variant: initial;
    line-height: 1
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    content: "prev"
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: 10px;
    right: var(--swiper-navigation-sides-offset, 10px);
    left: auto
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    content: "next"
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: .3s opacity;
    transition: .3s opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-pagination-disabled>.swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
    display: none !important
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 8px;
    bottom: var(--swiper-pagination-bottom, 8px);
    top: auto;
    top: var(--swiper-pagination-top, auto);
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transform: scale(0.33);
    -ms-transform: scale(0.33);
    transform: scale(0.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(0.66);
    -ms-transform: scale(0.66);
    transform: scale(0.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(0.33);
    -ms-transform: scale(0.33);
    transform: scale(0.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(0.66);
    -ms-transform: scale(0.66);
    transform: scale(0.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(0.33);
    -ms-transform: scale(0.33);
    transform: scale(0.33)
}

.swiper-pagination-bullet {
    width: 8px;
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
    height: 8px;
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
    display: inline-block;
    border-radius: 50%;
    border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
    background: #000;
    background: var(--swiper-pagination-bullet-inactive-color, #000);
    opacity: 0.2;
    opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2)
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet:only-child {
    display: none !important
}

.swiper-pagination-bullet-active {
    opacity: 1;
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: #007aff;
    background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical>.swiper-pagination-bullets {
    right: 8px;
    right: var(--swiper-pagination-right, 8px);
    left: auto;
    left: var(--swiper-pagination-left, auto);
    top: 50%;
    -webkit-transform: translate3d(0px, -50%, 0);
    transform: translate3d(0px, -50%, 0)
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
    display: block
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    -webkit-transition: .2s transform, .2s top;
    transition: .2s transform, .2s top
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px;
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px)
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: .2s transform, .2s left;
    transition: .2s transform, .2s left
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: .2s transform, .2s right;
    transition: .2s transform, .2s right
}

.swiper-pagination-fraction {
    color: inherit;
    color: var(--swiper-pagination-fraction-color, inherit)
}

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, 0.25);
    background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #007aff;
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top
}

.swiper-horizontal>.swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    height: var(--swiper-pagination-progressbar-size, 4px);
    left: 0;
    top: 0
}

.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical>.swiper-pagination-progressbar {
    width: 4px;
    width: var(--swiper-pagination-progressbar-size, 4px);
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: 10px;
    border-radius: var(--swiper-scrollbar-border-radius, 10px);
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, 0.1);
    background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1))
}

.swiper-scrollbar-disabled>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
    display: none !important
}

.swiper-horizontal>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
    position: absolute;
    left: 1%;
    left: var(--swiper-scrollbar-sides-offset, 1%);
    bottom: 4px;
    bottom: var(--swiper-scrollbar-bottom, 4px);
    top: auto;
    top: var(--swiper-scrollbar-top, auto);
    z-index: 50;
    height: 4px;
    height: var(--swiper-scrollbar-size, 4px);
    width: calc(100% - 2*1%);
    width: calc(100% - 2*var(--swiper-scrollbar-sides-offset, 1%))
}

.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical>.swiper-scrollbar {
    position: absolute;
    left: auto;
    left: var(--swiper-scrollbar-left, auto);
    right: 4px;
    right: var(--swiper-scrollbar-right, 4px);
    top: 1%;
    top: var(--swiper-scrollbar-sides-offset, 1%);
    z-index: 50;
    width: 4px;
    width: var(--swiper-scrollbar-size, 4px);
    height: calc(100% - 2*1%);
    height: calc(100% - 2*var(--swiper-scrollbar-sides-offset, 1%))
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
    border-radius: 10px;
    border-radius: var(--swiper-scrollbar-border-radius, 10px);
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move;
    -ms-touch-action: none;
    touch-action: none
}

.swiper .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-free-mode>.swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-grid>.swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-grid-column>.swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-fade.swiper-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.swiper-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    transition-property: opacity
}

.swiper-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-cube {
    overflow: visible
}

.swiper-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-cube.swiper-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    opacity: .6;
    z-index: 0
}

.swiper-cube .swiper-cube-shadow:before {
    content: "";
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    -webkit-filter: blur(50px);
    filter: blur(50px)
}

.swiper-cube .swiper-slide-next+.swiper-slide {
    pointer-events: auto;
    visibility: visible
}

.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-flip {
    overflow: visible
}

.swiper-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-creative .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    -webkit-transition-property: opacity, height, -webkit-transform;
    transition-property: opacity, height, -webkit-transform;
    transition-property: transform, opacity, height;
    transition-property: transform, opacity, height, -webkit-transform
}

.swiper-cards {
    overflow: visible
}

.swiper-cards .swiper-slide {
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden
}