html {
    -webkit-text-size-adjust: 100%;
    line-height: 1.15
}

body {
    margin: 0
}

main {
    display: block
}

h1 {
    margin: .67em 0;
    font-size: 2em
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace;
    font-size: 1em
}

a {
    background-color: #0000
}

abbr[title] {
    border-bottom: none;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,
sup {
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
    position: relative
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
[type=button],
[type=reset],
[type=submit] {
    appearance: textfield;
    -webkit-appearance: button
}

button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=reset]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=submit]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring {
    outline: 1px dotted buttontext
}

[type=button]:-moz-focusring {
    outline: 1px dotted buttontext
}

[type=reset]:-moz-focusring {
    outline: 1px dotted buttontext
}

[type=submit]:-moz-focusring {
    outline: 1px dotted buttontext
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    white-space: normal;
    max-width: 100%;
    padding: 0;
    display: table
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button {
    height: auto
}

[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template,
[hidden] {
    display: none
}

:root {
    --accent-color-1: #1b8d32;
    --accent-color-2: #2ecd4e;
    --title-color-1: #fff;
    --title-color-2: #333;
    --text-color-1: #fff;
    --text-color-2: #333;
    --bg-color-1: #f3f3f3;
    --bg-color-2: #0d3215;
    --bg-color-3: #fff;
    --linear-gradient-1: linear-gradient(#1b8d32 30%, #176d28);
    --linear-gradient-2: linear-gradient(#176d28 30%, #176d28);
    --container-width: 1200px;
    --container-padding: 15px;
    --font-size-title-1: 58px;
    --font-size-title-2: 48px;
    --font-size-title-3: 40px;
    --font-size-title-4: 32px;
    --font-size-title-5: 24px;
    --font-size-title-6: 20px;
    --font-size-text-1: 20px;
    --font-size-text-2: 18px;
    --font-size-text-3: 16px;
    --font-size-text-4: 15px;
    --font-size-text-5: 14px;
    --font-family: "Gotham Pro", sans-serif;
    --second-family: "Montserrat", sans-serif;
    --third-family: "Poppins", sans-serif;
    --font3: "Lato", sans-serif
}

@font-face {
    src: url(../fonts/GothamPro-Light.woff2)format("woff2");
    font-family: Gotham Pro;
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

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

@font-face {
    src: url(../fonts/GothamPro-Medium.woff2)format("woff2");
    font-family: Gotham Pro;
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

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

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

@font-face {
    src: url(../fonts/Montserrat-VariableFont_wght.woff2)format("woff2");
    font-family: Montserrat;
    font-weight: 100 900;
    font-style: normal;
    font-display: swap
}

@font-face {
    src: url(../fonts/Montserrat-Italic-VariableFont_wght.woff2)format("woff2");
    font-family: Montserrat;
    font-weight: 100 900;
    font-style: italic;
    font-display: swap
}

html {
    box-sizing: border-box;
    font-family: Gotham Pro, sans-serif;
    font-size: 16px;
    font-weight: 400;
    scroll-behavior: smooth !important
}

*,
:before,
:after {
    box-sizing: inherit
}

.body {
    position: relative;
    overflow-x: hidden
}

img {
    object-fit: cover;
    max-width: 100%;
    height: auto
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol {
    margin: 0
}

input {
    border: none;
    outline: none
}

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

ul,
ol {
    padding: 0;
    list-style: none
}

button {
    cursor: pointer;
    background-color: #0000;
    border: none;
    outline: none
}

label {
    cursor: pointer
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 50px
}

.body {
    color: var(--text-color-2);
    background-color: var(--bg-color-1);
    font-size: 16px
}

.body--opened-menu .menu {
    opacity: 1;
    visibility: visible;
    transform: translate(0)
}

.body--opened-modal {
    overflow: hidden
}

.body--no-scroll {
    overflow: hidden;
}

.wrapper {
    flex-direction: column;
    width: 100%;
    min-height: 100%;
    display: flex;
    overflow: hidden
}

.container {
    padding: 0 var(--container-padding);
    width: 100%;
    max-width: calc(var(--container-width) + var(--container-padding) * 2);
    margin: 0 auto
}

.hidden {
    opacity: 0;
    visibility: hidden;
    font-size: 0
}

.button__one {
    width: fit-content;
    font-weight: 500;
    font-size: var(--font-size-text-1);
    text-align: center;
    color: var(--text-color-1);
    background: var(--linear-gradient-1);
    border-radius: 6px;
    padding: 16px 32px;
    transition: all .4s;
    display: block;
    position: relative
}

@media (width<375px) {
    .button__one {
        font-size: var(--font-size-text-2)
    }
}

.accent-color-1 {
    color: var(--accent-color-1)
}

.accent-color-2 {
    color: var(--accent-color-2)
}

.nowrap {
    white-space: nowrap
}

p {
    font-family: var(--second-family)
}

.header__space {
    height: 100px
}

@media (width<=768px) {
    .header__space {
        height: 83.6px
    }
}

@media (width<=576px) {
    .header__space {
        height: 71.6px
    }
}

.header__top {
    z-index: 20;
    background-color: var(--bg-color-3);
    width: 100%;
    padding: 21.8px 0;
    transition: transform .3s;
    position: fixed;
    top: 0;
    left: 0
}

@media (width<=768px) {
    .header__top {
        padding: 11.8px 0
    }
}

.header__top--hidden {
    transform: translateY(-100%)
}

.header__top .header__container {
    max-width: 1430px;
    padding: 0 15px
}

.header__top-inner {
    z-index: 20;
    justify-content: space-between;
    align-items: center;
    display: flex
}

.header__logo-box {
    flex-shrink: 0;
    align-items: center;
    display: flex
}

.burger-icon {
    max-width: 58px;
    max-height: 58px;
    margin-right: 20px;
    display: none;
    position: relative
}

@media (width<=1200px) {
    .burger-icon {
        display: block
    }
}

@media (width<=576px) {
    .burger-icon {
        margin-right: 6px
    }

    .burger-icon__burger {
        width: 36px;
        height: 36px
    }
}

.hidden {
    display: none
}

.burger-icon__back {
    z-index: 100;
    max-width: 44px;
    max-height: 48px;
    position: relative;
    top: 0;
    left: 0
}

@media (width<=576px) {
    .burger-icon__back {
        width: 36px;
        height: 36px
    }
}

.burger-icon__back g {
    fill: #1b8d32
}

.header__logo {
    z-index: 21;
    flex-shrink: 0;
    align-self: center;
    margin-right: 16px
}

.header .logo-icon {
    display: none
}

@media (width<=768px) {
    .header__logo .logo-full {
        display: none
    }

    .header__logo .logo-icon {
        width: 50px;
        height: 60px;
        display: block
    }
}

@media (width<=576px) {
    .header__logo .logo-icon {
        width: 40px;
        height: 48px;
        display: block
    }
}

.menu {
    width: 100%;
    max-width: 482px;
    color: var(--text-color-2);
    margin-right: 10px;
    font-weight: 500
}

@media (width<=1200px) {
    .menu {
        z-index: 20;
        opacity: 0;
        visibility: hidden;
        background-color: #fff;
        width: 100%;
        max-width: 340px;
        margin-right: 0;
        padding: 120px 41px 30px;
        display: flex;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        overflow: hidden auto;
        transform: translate(-400px)
    }
}

@media (width<=375px) {
    .menu {
        width: 375px;
        max-width: 375px
    }
}

.nav__list {
    justify-content: space-between;
    width: 100%;
    display: inline-flex
}

@media (width<=1200px) {
    .nav__list {
        flex-direction: column;
        display: flex
    }
}

.nav__item {
    width: fit-content
}

.nav__link {
    height: 100%;
    color: var(--text-color-2);
    padding: 19px 10px;
    transition: all .6s;
    display: block
}

.nav__link:hover {
    color: var(--accent-color-1)
}

.header__contact-box {
    z-index: 21;
    flex-shrink: 1;
    justify-content: end;
    align-items: center;
    gap: clamp(0rem, 16vw - 12rem, 4rem);
    width: 100%;
    max-width: 332px;
    display: flex
}

.contact-logotypes {
    display: flex
}

.contact-logo__logo {
    flex-shrink: 0;
    height: 40px;
    margin-right: 16px
}

@media (width<=576px) {
    .contact-logo__logo {
        margin-right: 6px
    }

    .contact-logo__logo img {
        width: 36px
    }
}

.contact-tel__inner {
    flex-direction: column;
    gap: 13.5px;
    display: flex
}

@media (width<=576px) {
    .contact-tel__inner {
        gap: 6px;
        font-size: 12px
    }
}

.contact-tel__number-box {
    flex-shrink: 0;
    font-weight: 500;
    display: flex
}

@media (width<=576px) {
    .contact-tel__number-box img {
        display: none
    }
}

.contact-tel__img {
    flex-shrink: 0;
    margin-right: 8px
}

.contact-tel__numbers {
    flex-shrink: 0
}

.hero {
    background-image: url(../img/hero.jpg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.hero__inner {
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative
}

@media (width>768px) {
    .hero__inner {
        height: 740px
    }
}

@media (width<=768px) {
    .hero__inner {
        height: 650px
    }
}

.hero__content-block {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex
}

.hero__title {
    max-width: 925px;
    font-family: var(--font-family);
    text-align: center;
    text-transform: uppercase;
    color: var(--title-color-1);
    font-weight: 800;
    line-height: 1.2
}

@media (width>768px) {
    .hero__title {
        font-size: var(--font-size-title-1);
        margin-bottom: 78px
    }
}

@media (width<=768px) and (width>576px) {
    .hero__title {
        font-size: var(--font-size-title-2);
        margin-bottom: 78px
    }
}

@media (width<=576px) {
    .hero__title {
        max-width: 400px;
        font-size: var(--font-size-title-4);
        margin-bottom: 78px;
        line-height: 1.4
    }
}

.about-one__inner {
    justify-content: center;
    align-items: center;
    padding: 96px 0;
    display: flex
}

@media (width<576px) {
    .about-one__inner {
        padding: 60px 0
    }
}

.about-one__content-block {
    background-color: var(--bg-color-3);
    border-radius: 24px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex
}

@media (width>992px) {
    .about-one__content-block {
        padding: 32px 120px 48px
    }
}

@media (width<=992px) and (width>576px) {
    .about-one__content-block {
        padding: 32px 70px 48px
    }
}

@media (width<576px) {
    .about-one__content-block {
        padding: 32px 30px 48px
    }
}

.about-one__icon {
    width: 84px;
    height: 98px;
    margin-bottom: 40px
}

.about-one__content-block p {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: var(--font-size-text-1);
    text-align: center;
    color: var(--text-color-2);
    line-height: 1.5
}

@media (width<=992px) {
    .about-one__content-block p {
        font-size: var(--font-size-text-2)
    }
}

@media (width<=576px) {
    .about-one__content-block p {
        font-size: var(--font-size-text-3)
    }
}

.about-two {
    background-color: var(--bg-color-2)
}

.about-two__inner {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 96px 0;
    display: flex
}

@media (width<576px) {
    .about-two__inner {
        padding: 60px 0
    }
}

.about-two__title {
    font-weight: 700;
    font-size: var(--font-size-title-3);
    text-align: center;
    color: var(--title-color-1);
    margin-bottom: 104px
}

@media (width<576px) {
    .about-two__title {
        font-size: var(--font-size-title-4)
    }
}

.about-two__cards-block {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 48px;
    display: flex
}

.about-two__card {
    counter-increment: card;
    text-align: center;
    background-color: var(--bg-color-3);
    border-radius: 16px;
    justify-content: center;
    align-items: center;
    width: 282px;
    height: 120px;
    padding: 24px 30px;
    display: flex;
    position: relative
}

.about-two__card:before {
    content: counter(card);
    width: 64px;
    height: 64px;
    font-family: var(--second-family);
    font-weight: 700;
    font-size: var(--font-size-title-4);
    color: var(--title-color-1);
    background: var(--accent-color-1);
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
    top: -56px
}

.about-two__card-text {
    font-family: var(--font-family);
    font-weight: 600;
    line-height: 24px
}

.our-services__inner {
    flex-direction: column;
    align-items: center;
    padding: 96px 0;
    display: flex
}

@media (width<=762px) {
    .our-services__inner {
        padding: 60px 0
    }
}

.our-services__title {
    font-size: var(--font-size-title-3);
    text-align: center;
    color: var(--title-color-2);
    margin-bottom: 40px
}

@media (width<=576px) {
    .our-services__title {
        font-size: var(--font-size-title-4)
    }
}

.our-services__cards-block {
    display: flex
}

@media (width>762px) {
    .our-services__cards-block {
        gap: 40px;
        margin-bottom: 40px
    }

    .our-services__cards-block:nth-child(2n) {
        flex-direction: row-reverse
    }
}

@media (width<=762px) {
    .our-services__cards-block {
        flex-direction: column;
        align-items: center;
        gap: 20px;
        margin-bottom: 50px
    }
}

.our-services__cards-block:last-child {
    margin-bottom: 0
}

.our-services__card {
    background-color: var(--bg-color-3);
    border-radius: 24px;
    flex-shrink: 0;
    width: 100%;
    max-width: 358px;
    height: 100%;
    min-height: 271px;
    padding: 40px
}

.our-services__card-header {
    align-items: center;
    gap: 16px;
    margin-bottom: 40px;
    display: flex
}

.our-services__card-title {
    width: 115px;
    font-family: var(--second-family);
    font-weight: 700
}

.our-services__card-text {
    font-weight: 500;
    line-height: 1.4
}

.our-services__photo-card {
    object-fit: cover;
    border-radius: 24px;
    width: 100%;
    max-width: 762px
}

@media (width<=762px) {
    .our-services__photo-card {
        max-width: 358px
    }
}

.our-services__photo-card img {
    border-radius: 24px;
    height: 271px
}

@media (width<=762px) {
    .our-services__photo-card img {
        height: 130px
    }
}

.bonus {
    background-image: url(../img/hero.jpg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.bonus__inner {
    flex-direction: column;
    align-items: center;
    padding: 120px 0;
    display: flex
}

@media (width<=576px) {
    .bonus__inner {
        padding: 100px 0
    }
}


.bonus__inner h2 {
    max-width: 733px;
    font-size: var(--font-size-title-2);
    text-align: center;
    color: var(--title-color-1);
    margin-bottom: 32px;
    line-height: 1.2
}

@media (width<=762px) {
    .bonus__inner h2 {
        font-size: var(--font-size-title-3)
    }
}

@media (width<=576px) {
    .bonus__inner h2 {
        font-size: var(--font-size-title-4)
    }
}

.bonus__text {
    font-size: var(--font-size-text-2);
    text-align: center;
    color: var(--text-color-1);
    margin-bottom: 40px;
    line-height: 1.6
}

@media (width<=762px) {
    .bonus__text {
        font-size: var(--font-size-text-3)
    }
}

.news__inner {
    padding: 96px 0
}

@media (width<576px) {
    .news__inner {
        padding: 60px 0
    }
}

.news__header-block {
    flex-direction: column;
    align-items: center;
    margin-bottom: 40px;
    display: flex
}

.news__title {
    font-weight: 700;
    font-size: var(--font-size-title-3);
    text-align: center;
    color: var(--title-color-2);
    line-height: 140%
}

@media (width<576px) {
    .news__title {
        font-size: var(--font-size-title-4)
    }
}

.news__link {
    font-weight: 500;
    font-size: var(--font-size-text-2);
    color: var(--text-color-2);
    text-underline-offset: 3px;
    line-height: 24px;
    text-decoration: underline;
    text-decoration-thickness: .5px;
    transition: all .4s
}

@media (width<576px) {
    .news__link {
        font-size: var(--font-size-text-3)
    }
}

.news__link:hover {
    color: var(--accent-color-1)
}

.news .swiper-slide {
    box-sizing: border-box;
    background-color: var(--bg-color-3);
    border-radius: 16px;
    height: auto
}

.news__slide {
    padding: 20px
}

.news__slide-img-cover {
    width: 323px;
    height: 210px
}

.news__card {
    border-radius: 16px;
    flex-direction: column;
    padding: 20px;
    display: flex
}

.news__card-img {
    border-radius: 16px;
    margin-bottom: 24px
}

.news__card-img img {
    object-fit: cover;
    width: 100%
}

.news__card-body {
    flex-direction: column;
    display: flex
}

.news__card-date {
    color: var(--accent-color-1);
    margin-bottom: 16px;
    font-size: 14px;
    font-weight: 700;
    line-height: 24px
}

.news__card-title {
    color: #071440;
    text-underline-offset: 3px;
    min-height: 48px;
    margin-bottom: 16px;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    text-decoration: underline;
    text-decoration-thickness: calc(1em/3.40282e38)
}

.news__card-text {
    margin-bottom: 24px;
    font-size: 14px;
    line-height: 20px
}

.news__card-btn {
    width: fit-content;
    color: var(--text-color-1);
    background-color: var(--accent-color-1);
    border-radius: 6px;
    margin-top: auto;
    padding: 9px 16px;
    display: block
}

.map__inner {
    padding-bottom: 96px
}

@media (width<576px) {
    .map__inner {
        padding-bottom: 60px
    }
}

.map__content iframe {
    border-radius: 24px
}

.news-page__title {
    font-size: var(--font-size-title-3);
    border-bottom: 1px solid #0313331a;
    margin-top: 48px;
    margin-bottom: 40px;
    padding-bottom: 16px
}

.news-page__inner {
    padding-bottom: 53px
}

.news-page__card-block {
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
    margin-bottom: 23px;
    display: flex
}

.news-page__card {
    background-color: var(--bg-color-3);
    border-radius: 16px;
    flex-direction: column;
    width: 363px;
    min-height: auto;
    padding: 20px;
    display: flex
}

.news-page__card-img {
    border-radius: 16px;
    margin-bottom: 24px
}

.news-page__card-img img {
    object-fit: cover;
    width: 100%
}

.news-page__card-body {
    flex-direction: column;
    display: flex
}

.news-page__card-date {
    color: var(--accent-color-1);
    margin-bottom: 16px;
    font-size: 14px;
    font-weight: 700;
    line-height: 24px
}

.news-page__card-title {
    color: #071440;
    text-underline-offset: 3px;
    min-height: 48px;
    margin-bottom: 16px;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    text-decoration: underline;
    text-decoration-thickness: calc(1em/3.40282e38)
}

.news-page__card-text {
    margin-bottom: 24px;
    font-size: 14px;
    line-height: 20px
}

.news-page__card-btn {
    width: fit-content;
    color: var(--text-color-1);
    background-color: var(--accent-color-1);
    border-radius: 6px;
    margin-top: auto;
    padding: 9px 16px;
    display: block
}

.pagination {
    justify-content: center;
    gap: 11px;
    padding-top: 30px;
    display: flex
}

.pagination__number {
    background: var(--bg-color-3);
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    font-weight: 500;
    display: flex
}

.pagination__number-active {
    color: var(--text-color-1);
    background-color: var(--accent-color-1)
}

.pagination .prev {
    margin-right: 30px
}

.pagination .next {
    margin-left: 30px
}

.page-numbers {
    color: #031333;
    background-color: var(--bg-color-3);
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    font-weight: 500;
    display: flex
}

.page-numbers.current {
    color: #fff;
    background-color: #1B8D32;
}

.news-post-page__title {
    font-size: var(--font-size-title-3);
    border-bottom: 1px solid #0313331a;
    margin-top: 48px;
    margin-bottom: 57px;
    padding-bottom: 16px
}

.news-post-page__inner {
    padding-bottom: 96px
}

.news-post-page__date {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: var(--font-size-text-5);
    letter-spacing: 0%;
    margin-bottom: 16px;
    line-height: 24px
}

.news-post-page__post-title {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: var(--font-size-title-3);
    letter-spacing: 0%;
    color: #031333;
    margin-bottom: 40px;
    line-height: 140%
}

@media (width<576px) {
    .news-post-page__post-title {
        font-size: var(--font-size-title-4)
    }
}

.news-post-page__post-img {
    margin-bottom: 40px
}

.news-post-page__post-img img {
    border-radius: 32px;
    width: 1200px;
    height: 430px
}

.news-post-page__post-text {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: var(--font-size-text-3);
    letter-spacing: 0%;
    color: #676972;
    line-height: 149%
}

.news-post-page__button-back {
    align-items: center;
    margin-top: 40px;
    display: flex
}

.news-post-page__button-back span {
    margin-right: 16px
}

.contacts__title {
    font-size: var(--font-size-title-3);
    border-bottom: 1px solid #0313331a;
    margin-top: 48px;
    padding-bottom: 16px
}

.contacts__inner {
    min-height: 60vh;
    padding-top: 40px;
    padding-bottom: 80px
}

.contacts__content {
    justify-content: space-between;
    gap: 40px;
    display: flex
}

@media (width<992px) {
    .contacts__content {
        flex-direction: column
    }
}

.contacts__info {
    flex-shrink: 0
}

.contacts__tel {
    color: #031333;
    width: fit-content;
    margin-bottom: 40px;
    display: block
}

.contacts__text p {
    font-family: var(--font-family);
    letter-spacing: 0%;
    color: #031333;
    font-size: 16px;
    font-weight: 400;
    line-height: 149%
}

.contacts__btn {
    margin-top: 32px
}

.contacts__map {
    width: 648px
}

@media (width<992px) {
    .contacts__map {
        width: auto
    }
}

.contacts__map iframe {
    border-radius: 24px
}

.footer {
    background-color: var(--bg-color-2)
}

.footer__inner {
    flex-direction: column;
    padding-top: 72px;
    padding-bottom: 41px;
    display: flex;
    position: relative
}

.footer__background {
    z-index: 1;
    object-fit: cover;
    object-position: center;
    position: absolute;
    bottom: 0;
    left: 93px
}

.footer__top-container {
    z-index: 1;
    justify-content: space-between;
    gap: 40px;
    margin-bottom: 48px;
    display: flex
}

@media (width<992px) {
    .footer__top-container {
        flex-wrap: wrap;
        justify-content: center
    }
}

.footer__logo-contact-block {
    flex-direction: column;
    gap: 38px;
    display: flex
}

.footer__contact-cover {
    flex-direction: column;
    display: flex
}

@media (width<609px) {
    .footer__contact-cover {
        justify-content: center;
        align-items: center
    }
}

.footer__tel {
    color: #fff;
    width: fit-content;
    margin-bottom: 16px;
    font-size: 16px;
    font-weight: 500;
    line-height: 100%
}

.footer__adress {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 100%
}

.footer__menu {
    grid-template-columns: repeat(2, 1fr);
    align-items: start;
    gap: 30px 81px;
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid
}

.footer__menu li {
    height: fit-content
}

.footer__menu-link {
    color: #fff;
    text-underline-offset: 3px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    text-decoration: underline;
    text-decoration-thickness: .5px
}

.footer__messengers {
    justify-content: space-between;
    width: 100%;
    max-width: 321px;
    display: flex
}

.footer__cover-messengers {
    align-self: start;
    gap: 16px;
    display: flex
}

.footer__button {
    color: #fff;
    background: var(--linear-gradient-1);
    border-radius: 6px;
    align-self: start;
    width: 161px;
    height: 44px;
    padding: 14px 24px
}

.footer__bottom-container {
    justify-content: space-between;
    align-items: center;
    display: flex
}

@media (width<768px) {
    .footer__bottom-container {
        flex-direction: column-reverse;
        justify-content: center;
        gap: 16px
    }
}

.footer__copyright {
    color: #fff
}

.body--opened-modal__contact-form {
    overflow: hidden
}

.modal__contact-form {
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    background: #00000080;
    justify-content: center;
    align-items: center;
    transition: all .3s;
    display: flex;
    position: fixed;
    inset: 0
}

.body--opened-modal__contact-form .modal__contact-form {
    opacity: 1;
    visibility: visible
}

.modal__contact-form-window {
    background: #fff;
    border-radius: 20px;
    width: 100%;
    max-width: 420px;
    padding: 40px 30px;
    transition: all .3s;
    position: relative;
    transform: translateY(20px);
    box-shadow: 0 20px 60px #00000026
}

.modal__contact-form-cancel {
    cursor: pointer;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
    transition: all .2s;
    display: flex;
    position: absolute;
    top: 15px;
    right: 20px
}

.modal__contact-form-cancel:hover {
    background: #0000000d
}

.modal__contact-form-title {
    text-align: center;
    color: var(--title-color-first);
    margin-top: 10px;
    margin-bottom: 16px;
    margin-right: 10px;
    font-size: 24px;
    font-weight: 500;
    line-height: 28px
}

.modal__contact-form-subtitle {
    text-align: center;
    color: var(--title-color-first);
    margin-bottom: 25px;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px
}

.modal__contact-form-form {
    flex-direction: column;
    gap: 15px;
    display: flex
}

.modal__contact-form-name,
.modal__contact-form-mail,
.modal__contact-form-btn {
    width: 100%
}

.modal__contact-form-form input {
    border: 1px solid #ddd;
    border-radius: 10px;
    height: 50px;
    padding: 0 15px;
    font-size: 14px;
    transition: all .2s
}

.modal__contact-form-form input:focus {
    border-color: #000;
    outline: none
}

.wpcf7-list-item label {
    align-items: center;
    display: flex
}

.wpcf7-list-item input[type=checkbox] {
    margin-right: 10px
}

.wpcf7-list-item-label {
    line-height: 1.4
}

.wpcf7-list-item a {
    color: var(--accent-color-1)
}

.modal__contact-form-btn {
    color: #fff;
    background: var(--linear-gradient-1);
    cursor: pointer;
    border: none;
    border-radius: 10px;
    height: 50px;
    font-size: 16px;
    font-weight: 500;
    transition: all .4s
}

.modal__contact-form-btn:hover {
    color: #fff;
    background: var(--linear-gradient-2);
    border: none
}

.modal__success {
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    background: #00000080;
    justify-content: center;
    align-items: center;
    transition: all .3s;
    display: flex;
    position: fixed;
    inset: 0
}

.modal__success .modal-title {
    text-align: center;
    color: var(--title-color-first);
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: 500;
    line-height: 28px
}

.modal__success p {
    text-align: center
}

.body--opened-modal__success .modal__success {
    opacity: 1;
    visibility: visible
}

.modal__success-window {
    background: #fff;
    border-radius: 20px;
    width: 100%;
    max-width: 400px;
    padding: 40px 30px;
    position: relative
}

.modal__success-cancel {
    cursor: pointer;
    position: absolute;
    top: 15px;
    right: 20px
}

/* ========================--Swiper--====================================================== */
/* ========================--Swiper--====================================================== */
:root {
    --swiper-theme-color: #007aff
}

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

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

.swiper-vertical>.swiper-wrapper {
    flex-direction: column
}

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

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
    transform: translate(0, 0)
}

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

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

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

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

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

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

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

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

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

.swiper-3d {
    perspective: 1200px
}

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

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

.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 {
    scroll-snap-type: x mandatory
}

.swiper-css-mode.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
    margin-inline-start: var(--swiper-slides-offset-before);
    scroll-margin-inline-start: var(--swiper-slides-offset-before)
}

.swiper-css-mode.swiper-horizontal>.swiper-wrapper>.swiper-slide:last-child {
    margin-inline-end: var(--swiper-slides-offset-after)
}

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

.swiper-css-mode.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
    margin-block-start: var(--swiper-slides-offset-before);
    scroll-margin-block-start: var(--swiper-slides-offset-before)
}

.swiper-css-mode.swiper-vertical>.swiper-wrapper>.swiper-slide:last-child {
    margin-block-end: var(--swiper-slides-offset-after)
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper {
    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: "";
    flex-shrink: 0;
    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-inline-start: 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-block-start: 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-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
    pointer-events: none;
    z-index: 10;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.swiper-3d .swiper-slide-shadow {
    background: #00000026
}

.swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(270deg, #00000080, #0000)
}

.swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(90deg, #00000080, #0000)
}

.swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(#0000, #00000080)
}

.swiper-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(#00000080, #0000)
}

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

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

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

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

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

    to {
        transform: rotate(360deg)
    }
}

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

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

.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-prev,
.swiper-button-next {
    width: var(--swiper-navigation-size);
    height: var(--swiper-navigation-size);
    z-index: 10;
    cursor: pointer;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute
}

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

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

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

:is(.swiper-button-prev, .swiper-button-next) ::slotted(svg),
:is(.swiper-button-prev, .swiper-button-next) svg {
    object-fit: contain;
    transform-origin: 50%;
    fill: currentColor;
    pointer-events: none;
    width: 100%;
    height: 100%
}

.swiper-button-lock {
    display: none
}

.swiper-button-prev,
.swiper-button-next {
    top: var(--swiper-navigation-top-offset, 50%);
    margin-top: calc(0px - (var(--swiper-navigation-size) / 2))
}

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

.swiper-button-prev ::slotted(.swiper-navigation-icon),
.swiper-button-prev .swiper-navigation-icon {
    transform: rotate(180deg)
}

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

.swiper-horizontal .swiper-button-prev,
.swiper-horizontal .swiper-button-next,
.swiper-horizontal~.swiper-button-prev,
.swiper-horizontal~.swiper-button-next {
    top: var(--swiper-navigation-top-offset, 50%);
    margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
    margin-left: 0
}

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

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

:is(.swiper-horizontal .swiper-button-prev, .swiper-horizontal~.swiper-button-prev, .swiper-horizontal.swiper-rtl .swiper-button-next, .swiper-horizontal.swiper-rtl~.swiper-button-next) ::slotted(.swiper-navigation-icon),
:is(.swiper-horizontal .swiper-button-prev, .swiper-horizontal~.swiper-button-prev, .swiper-horizontal.swiper-rtl .swiper-button-next, .swiper-horizontal.swiper-rtl~.swiper-button-next) .swiper-navigation-icon {
    transform: rotate(180deg)
}

:is(.swiper-horizontal.swiper-rtl .swiper-button-prev, .swiper-horizontal.swiper-rtl~.swiper-button-prev) ::slotted(.swiper-navigation-icon),
:is(.swiper-horizontal.swiper-rtl .swiper-button-prev, .swiper-horizontal.swiper-rtl~.swiper-button-prev) .swiper-navigation-icon {
    transform: rotate(0)
}

.swiper-vertical .swiper-button-prev,
.swiper-vertical .swiper-button-next,
.swiper-vertical~.swiper-button-prev,
.swiper-vertical~.swiper-button-next {
    left: var(--swiper-navigation-top-offset, 50%);
    margin-left: calc(0px - (var(--swiper-navigation-size) / 2));
    margin-top: 0;
    right: auto
}

.swiper-vertical .swiper-button-prev,
.swiper-vertical~.swiper-button-prev {
    top: var(--swiper-navigation-sides-offset, 4px);
    bottom: auto
}

:is(.swiper-vertical .swiper-button-prev, .swiper-vertical~.swiper-button-prev) ::slotted(.swiper-navigation-icon),
:is(.swiper-vertical .swiper-button-prev, .swiper-vertical~.swiper-button-prev) .swiper-navigation-icon {
    transform: rotate(-90deg)
}

.swiper-vertical .swiper-button-next,
.swiper-vertical~.swiper-button-next {
    bottom: var(--swiper-navigation-sides-offset, 4px);
    top: auto
}

:is(.swiper-vertical .swiper-button-next, .swiper-vertical~.swiper-button-next) ::slotted(.swiper-navigation-icon),
:is(.swiper-vertical .swiper-button-next, .swiper-vertical~.swiper-button-next) .swiper-navigation-icon {
    transform: rotate(90deg)
}

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

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

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

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

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

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

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

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(.33)
}

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

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

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

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

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

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

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

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

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

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

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

:is(.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-horizontal.swiper-pagination-bullets).swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: transform .2s, left .2s
}

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

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

.swiper-pagination-progressbar {
    background: var(--swiper-pagination-progressbar-bg-color, #00000040);
    position: absolute
}

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

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: 100% 0
}

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

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

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: var(--swiper-scrollbar-border-radius, 10px);
    touch-action: none;
    background: var(--swiper-scrollbar-bg-color, #0000001a);
    position: relative
}

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

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

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

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

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

.swiper-scrollbar-lock {
    display: none
}

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

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

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

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

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

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

.swiper-grid-column>.swiper-wrapper {
    flex-flow: column wrap
}

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

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

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

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

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

.swiper.swiper-cube {
    overflow: visible
}

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

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

.swiper-cube.swiper-rtl .swiper-slide {
    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 {
    opacity: .6;
    z-index: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0
}

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

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

.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top,
.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 {
    z-index: 0;
    backface-visibility: hidden
}

.swiper.swiper-flip {
    overflow: visible
}

.swiper-flip .swiper-slide {
    pointer-events: none;
    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-top,
.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 {
    z-index: 0;
    backface-visibility: hidden
}

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

.swiper.swiper-cards {
    overflow: visible
}

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