@font-face {
    font-family: "TildaSans";
    font-weight: 300;
    font-style: normal;
    src: url("/assets/fonts/tilda-sans_light.woff2") format("woff2");
    font-display: swap
}

@font-face {
    font-family: "TildaSans";
    font-weight: 400;
    font-style: normal;
    src: url("/assets/fonts/tilda-sans_regular.woff2") format("woff2");
    font-display: swap
}

@font-face {
    font-family: "TildaSans";
    font-weight: 500;
    font-style: normal;
    src: url("/assets/fonts/tilda-sans_medium.woff2") format("woff2");
    font-display: swap
}

@font-face {
    font-family: "TildaSans";
    font-weight: 600;
    font-style: normal;
    src: url("/assets/fonts/tilda-sans_semibold.woff2") format("woff2");
    font-display: swap
}

@font-face {
    font-family: "TildaSans";
    font-weight: 700;
    font-style: normal;
    src: url("/assets/fonts/tilda-sans_bold.woff2") format("woff2");
    font-display: swap
}

@font-face {
    font-family: "TildaSans";
    font-weight: 800;
    font-style: normal;
    src: url("/assets/fonts/tilda-sans_extra-bold-.woff2") format("woff2");
    font-display: swap
}

@font-face {
    font-family: "TildaSans";
    font-weight: 900;
    font-style: normal;
    src: url("/assets/fonts/tilda-sans_black.woff2") format("woff2");
    font-display: swap
}

*,
*::after,
*::before {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

ul {
    list-style: none
}

img {
    max-width: 100%;
    height: auto;
    display: block
}

textarea,
input,
button {
    font: inherit;
    outline: none;
    background-color: rgba(0, 0, 0, 0)
}

fieldset {
    padding: 0
}

a {
    color: #0043a4;
    text-decoration: underline;
    transition: color .23s ease-in-out, opacity .23s ease-in-out, text-decoration-color .23s ease-in-out;
    text-decoration-color: rgba(0, 0, 0, 0)
}

a:has([class]) {
    text-decoration: none
}

a:hover {
    text-decoration-color: inherit
}

h1 {
    margin-bottom: 40px;
    font-weight: 600;
    font-size: 52px;
    line-height: 1.23;
    text-align: center
}

h2 {
    margin-bottom: 40px;
    font-weight: 600;
    font-size: 42px;
    line-height: 1.3;
    text-align: center
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden
}

html,
body {
    position: relative;
    height: 100%
}

body {
    background-color: #fff;
    font-family: "TildaSans", Arial, sans-serif;
    font-weight: 300;
    font-size: 24px;
    line-height: 1.5;
    color: #000
}

body.no-scroll {
    overflow-y: hidden
}

.wrapper {
    min-width: 320px;
    min-height: 100%;
    overflow: hidden
}

.main {
    flex-grow: 1
}

.main>article {
    display: flex;
    flex-direction: column;
    gap: 80px
}

.container {
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 20px;
    padding-left: 20px
}

.container--big {
    max-width: 2520px
}

[class$=__icon],
[class$=-icon] {
    display: flex;
    align-items: center
}

[class$=__icon] svg path,
[class$=-icon] svg path {
    transition: fill .23s ease-in-out, stroke .23s ease-in-out
}

@media(max-width: 992px) {
    html {
        overflow-x: unset
    }

    h2,
    h1 {
        font-size: 30px;
        line-height: 1.23;
        margin-bottom: 20px
    }

    body {
        font-size: 20px;
        line-height: 1.4
    }

    .main>article {
        gap: 40px
    }
}

.header {
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    z-index: 5;
    background-color: #fff;
    transition: background-color .23s ease-in-out, border-color .23s ease-in-out;
    border-bottom: 1px solid rgba(0, 0, 0, 0)
}

.header--scrolled {
    background-color: rgba(255, 255, 255, .5);
    border-color: rgba(0, 0, 0, .2)
}

.header__inner {
    position: relative;
    padding: 38px 20px
}

@media(min-width: 992px) {
    .header .accordionIndex-content {
        overflow: unset;
        max-height: unset
    }
}

@media(max-width: 992px) {
    .header {
        position: static;
        transform: unset;
        left: unset
    }

    .header__inner {
        position: static;
        display: grid;
        grid-auto-flow: dense;
        grid-template-columns: 1fr 28px;
        align-items: center;
        padding: 20px 0
    }

    .header .accordionIndex-content {
        grid-column: span 2;
        grid-row: 2
    }
}

.menu__list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px
}

.menu__list-item {
    display: flex;
    align-items: center;
    gap: 30px
}

.menu__list-link {
    font-weight: 600;
    font-size: 16px;
    color: #000;
    text-decoration: none;
    transition: color .23s ease-in-out, text-shadow .23s ease-in-out
}

@media(max-width: 992px) {
    .menu {
        width: 100%;
        height: -moz-fit-content;
        height: fit-content;
        padding-top: 20px;
        padding-bottom: 40px;
        background-color: #fff;
        opacity: 0;
        visibility: hidden;
        z-index: -1;
        transition: opacity .23s ease-in-out, visibility .23s ease-in-out, z-index .23s ease-in-out;
        overflow-y: auto
    }

    .menu--active {
        opacity: 1;
        visibility: visible;
        z-index: 3
    }

    .menu__list {
        flex-direction: column
    }

    .menu__list-item {
        flex-direction: column
    }

    .menu__list-link {
        flex-grow: 1;
        width: 100%;
        text-align: center;
        color: #000;
        font-weight: 600
    }
}

.close {
    position: relative;
    width: 12px;
    height: 12px;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    cursor: pointer
}

.close::before,
.close::after {
    content: "";
    width: 12px;
    height: 2px;
    position: absolute;
    top: 50%;
    right: 0;
    background: #081c15;
    border-radius: 3px;
    transition: all .23s ease-in-out
}

.close::before {
    transform: translateY(-50%) rotate(45deg)
}

.close::after {
    transform: translateY(-50%) rotate(-45deg)
}

.burger {
    display: none
}

@media(max-width: 992px) {
    .burger {
        position: relative;
        width: 28px;
        height: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-left: auto;
        z-index: 5;
        cursor: pointer
    }

    .burger__line:first-child,
    .burger__line:last-child {
        position: absolute;
        width: 28px;
        height: 3px
    }

    .burger__line:first-child::before,
    .burger__line:first-child::after,
    .burger__line:last-child::before,
    .burger__line:last-child::after {
        content: "";
        position: absolute;
        left: 50%;
        width: 28px;
        height: 3px;
        background-color: #000;
        transition: transform .23s ease-in-out, background-color .23s ease-in-out, width .23s ease-in-out
    }

    .burger__line:first-child::before {
        transform: translateX(-50%) translateY(-8px)
    }

    .burger__line:first-child::after {
        transform: translateX(-50%) translateY(8px)
    }

    .burger__line:last-child::before {
        transform: translateX(-50%)
    }

    .burger__line:last-child::after {
        transform: translateX(-50%)
    }

    .burger--active .burger__line:first-child::after,
    .burger--active .burger__line:first-child::before {
        width: 0;
        transform: translate(-50%, 0)
    }

    .burger--active .burger__line:last-child::before {
        transform: translateX(-50%) rotate(45deg)
    }

    .burger--active .burger__line:last-child::after {
        transform: translateX(-50%) rotate(-45deg)
    }
}

.logo {
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%)
}

.logo__img {
    height: 97px;
    -o-object-fit: contain;
    object-fit: contain
}

@media(max-width: 992px) {
    .logo {
        position: static;
        transform: unset
    }
}

.btn {
    position: relative;
    width: -moz-fit-content;
    width: fit-content;
    display: block;
    padding: 19.5px 60px;
    background-color: rgba(0, 0, 0, 0);
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    white-space: nowrap;
    border-radius: 99px;
    text-decoration: none;
    border: 1px solid #fff;
    cursor: pointer;
    overflow: hidden
}

.btn--blue {
    background-color: #0043a4;
    border-color: #0043a4
}

.btn--center {
    margin-left: auto;
    margin-right: auto;
    min-width: 206px
}

.btn--small {
    padding: 6px 15px;
    font-size: 13px
}

.btn--effects::after {
    content: "";
    position: absolute;
    height: 350%;
    width: 200%;
    top: 0;
    left: -100%;
    background: rgba(255, 255, 255, .8);
    border-radius: 100%;
    transform: scale(0);
    z-index: 20;
    animation-name: ripple;
    animation-duration: 6s;
    animation-timing-function: linear;
    animation-iteration-count: infinite
}

@keyframes ripple {
    20% {
        opacity: 0;
        transform: scale(2.5)
    }

    100% {
        opacity: 0;
        transform: scale(2.5)
    }
}

@media(max-width: 992px) {
    .btn {
        padding-left: 30px;
        padding-right: 30px
    }
}

.accordionIndex-content,
.accordionIndex__content,
.accordionPrev-content,
.accordionPrev__content,
.accordionNext-content,
.accordionNext__content,
.accordion-content,
.accordion__content {
    overflow: hidden;
    max-height: 0;
    transition: max-height .23s ease-in-out
}

.accordionIndex-content--pos,
.accordionIndex__content--pos,
.accordionPrev-content--pos,
.accordionPrev__content--pos,
.accordionNext-content--pos,
.accordionNext__content--pos,
.accordion-content--pos,
.accordion__content--pos {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 100%;
    z-index: 10
}

.lead {
    position: relative;
    width: 100%;
    height: 90dvh;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 40px;
    margin-top: 80px;
    padding-bottom: 67px;
    z-index: 2;
    color: #fff
}

.lead::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 80px);
    height: 100%;
    background-image: linear-gradient(180deg, rgba(51, 36, 0, 0.6), rgba(0, 0, 0, 0.6));
    border-radius: 20px;
    pointer-events: none
}

.lead::after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 80px);
    height: 100%;
    background-image: url("/assets/images/lead/recliners.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    border-radius: 20px;
    pointer-events: none;
    z-index: -1;
    animation: blur-in 1.5s ease-out forwards
}

@keyframes blur-in {
    from {
        filter: blur(5px);
        opacity: 0
    }

    to {
        filter: blur(0);
        opacity: 1
    }
}

.lead__inner {
    position: relative;
    width: 100%;
    max-width: 960px;
    margin-left: auto;
    margin-right: auto
}

.lead__inner>p {
    font-size: 22px;
    line-height: 1.55;
    text-align: center
}

.lead__inner>p:has(+p) {
    margin-bottom: 20px
}

.lead__inner>p:has(+*) {
    margin-bottom: 54px
}

@media(max-width: 992px) {
    .lead {
        height: 93vh;
        margin-top: 0
    }

    .lead::after,
    .lead::before {
        width: 100%
    }

    .lead__inner>p {
        font-size: 18px;
        line-height: 1.45
    }

    .lead__inner>p:has(+*) {
        margin-bottom: 46px
    }

    .lead__inner>h1 {
        letter-spacing: .4px
    }
}

.content__inner-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 80px
}

.content__inner section {
    width: 100%
}

.content__inner section:has(.reviews) {
    position: relative;
    margin-bottom: 135px
}

.content__inner section:has(.fon) {
    position: relative;
    padding-top: 135px;
    padding-bottom: 135px
}

.content__inner section:has(.fon)::after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 100%;
    background-color: #f4f7fb;
    z-index: -1;
    pointer-events: none
}

.content__inner section>p {
    max-width: 845px;
    margin-left: auto;
    margin-right: auto;
    text-align: center
}

.content__inner section>p:has(+*) {
    margin-bottom: 90px
}

.content__inner section>p:has(+p) {
    margin-bottom: 30px
}

.content__inner section .imgLeft img,
.content__inner section .imgRight img,
.content__inner section .imgCenter img {
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 16px
}

.content__inner section .imgLeft {
    float: left;
    margin-right: 30px;
    margin-bottom: 45px
}

.content__inner section .imgRight {
    float: right;
    margin-left: 30px;
    margin-bottom: 45px
}

.content__inner section .imgCenter {
    margin: 45px auto
}

.content__inner section .imgCenter img {
    margin-left: auto;
    margin-right: auto
}

@media(max-width: 992px) {
    .content__inner-box {
        gap: 60px
    }

    .content__inner section:has(.reviews) {
        margin-bottom: 90px
    }

    .content__inner section:has(.fon) {
        padding-top: 90px;
        padding-bottom: 90px
    }

    .content__inner section>p:has(+*) {
        margin-bottom: 45px
    }
}

@media(max-width: 576px) {

    .content__inner section .imgCenter,
    .content__inner section .imgRight,
    .content__inner section .imgLeft {
        width: 100%;
        margin-top: 45px;
        margin-bottom: 45px;
        float: unset
    }

    .content__inner section .imgCenter img,
    .content__inner section .imgRight img,
    .content__inner section .imgLeft img {
        margin-left: auto;
        margin-right: auto
    }

    .content__inner section .imgLeft {
        margin-right: unset
    }

    .content__inner section .imgRight {
        margin-left: unset
    }

    .content__inner section .imgCenter {
        margin-top: unset
    }
}

.assortment__inner {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
    gap: 90px 40px
}

.assortment__item {
    display: flex;
    flex-direction: column;
    align-items: center
}

.assortment__item-img {
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 15px;
    margin-bottom: 20px
}

.assortment__item-price,
.assortment__item-title {
    font-weight: 600;
    font-size: 20px;
    line-height: 1.35;
    text-align: center
}

.assortment__item-price {
    margin-bottom: 8px;
    color: #0043a4
}

.assortment__item-text {
    font-size: 14px;
    line-height: 1.55;
    text-align: center
}

@media(max-width: 992px) {
    .assortment__inner {
        gap: 60px
    }

    .assortment__item-title,
    .assortment__item-price {
        font-size: 16px
    }

    .assortment__item-text {
        font-size: 12px
    }
}

.why__inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 55px 40px
}

.why__item {
    display: flex;
    flex-direction: column;
    gap: 14px 20px
}

.why__item:has(img) {
    display: grid;
    grid-template-columns: 30px 1fr
}

.why__item:has(img) img {
    grid-row: span 2
}

.why__item:has(img)>*:not(img) {
    grid-column: 2
}

.why__item img {
    width: 30px;
    height: 30px;
    -o-object-fit: contain;
    object-fit: contain
}

.why__item p {
    font-size: 18px
}

.why__item p strong {
    font-weight: 600;
    font-size: 20px
}

@media(max-width: 992px) {
    .why__inner {
        grid-template-columns: 1fr;
        gap: 40px
    }

    .why__item p {
        font-size: 14px
    }

    .why__item p strong {
        font-size: 16px
    }
}

.reviews .swiper .swiper-slide {
    height: auto
}

.reviews__slide {
    height: 100%;
    margin-top: 50px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background-color: #fff
}

.reviews__slide-img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    margin-bottom: 40px
}

.reviews__slide-text {
    font-size: 20px;
    line-height: 1.55;
    margin-bottom: 32px
}

.reviews__slide-name {
    margin-bottom: 5px;
    font-weight: 600;
    font-size: 22px;
    line-height: 1.35
}

.reviews__slide-who {
    font-size: 14px;
    line-height: 1.55
}

.reviews__pagination {
    position: relative;
    margin-top: 16px
}

.reviews__pagination.swiper-pagination .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    background-color: #adcceb;
    margin: 0 5px;
    opacity: unset;
    transition: background-color .23s ease-in-out
}

.reviews__pagination.swiper-pagination .swiper-pagination-bullet-active {
    background-color: #69c
}

.reviews__arrow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 50%);
    height: 30px;
    width: calc(100vw - 40px);
    display: flex;
    justify-content: space-between;
    pointer-events: none;
    z-index: 1
}

.reviews__arrow-next,
.reviews__arrow-prev {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #0043a4;
    border-radius: 50%;
    pointer-events: auto;
    margin-top: unset;
    top: unset
}

.reviews__arrow-next::after,
.reviews__arrow-prev::after {
    font-size: 12px;
    color: #fff
}

@media(max-width: 992px) {
    .reviews__slide {
        margin-top: 0
    }

    .reviews__slide-text {
        font-size: 16px
    }

    .reviews__slide-name {
        font-size: 18px
    }

    .reviews__slide-who {
        font-size: 12px
    }

    .reviews__arrow {
        height: 24px;
        width: calc(100vw - 5px)
    }

    .reviews__arrow-next,
    .reviews__arrow-prev {
        width: 24px;
        height: 24px
    }

    .reviews__arrow-next::after,
    .reviews__arrow-prev::after {
        font-size: 10px
    }
}

.info__inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 90px 40px
}

.info__item {
    display: flex;
    flex-direction: column
}

.info__item-img {
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 15px;
    margin-bottom: 25px
}

.info__item-title {
    font-weight: 600;
    font-size: 28px;
    line-height: 1.17;
    margin-bottom: 20px
}

.info__item-text {
    font-size: 18px;
    line-height: 1.55;
    margin-bottom: 30px
}

.info__modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, .5);
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    transition: opacity .23s ease-in-out, visibility .23s ease-in-out, z-index .23s ease-in-out
}

.info__modal--active {
    opacity: 1;
    visibility: visible;
    z-index: 20
}

.info__modal-box {
    position: relative;
    width: 95%;
    height: 95%;
    padding: 50px 28px;
    background-color: #fff;
    border-radius: 15px;
    overflow: hidden
}

.info__modal-close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    z-index: 5;
    cursor: pointer
}

.info__modal-close::before,
.info__modal-close::after {
    content: "";
    position: absolute;
    left: 50%;
    width: 20px;
    height: 3px;
    background-color: #000;
    transition: transform .23s ease-in-out, background-color .23s ease-in-out, width .23s ease-in-out
}

.info__modal-close::before {
    transform: translateX(-50%) rotate(45deg)
}

.info__modal-close::after {
    transform: translateX(-50%) rotate(-45deg)
}

.info__article {
    height: 100%;
    padding-right: 8px;
    overflow: auto
}

.info__article h3 {
    margin-bottom: 30px
}

.info__article p:has(+*) {
    margin-bottom: 20px
}

.info__article p+.imgCenter {
    margin-top: 20px;
    margin-bottom: 20px
}

@media(max-width: 992px) {
    .info__inner {
        grid-template-columns: 1fr;
        gap: 60px
    }

    .info__item-img {
        margin-bottom: 5px
    }

    .info__item-title {
        font-size: 24px;
        margin-bottom: 13px
    }

    .info__item-text {
        font-size: 14px;
        margin-bottom: 25px
    }
}

.socials {
    display: flex;
    align-items: center;
    gap: 6px
}

.form {
    width: 100%;
    max-width: 460px
}

.form__inner {
    display: flex;
    flex-direction: column;
    gap: 25px
}

.form__input,
.form__textarea {
    width: 100%;
    height: 100%;
    padding: 19.5px;
    border: 1px solid #c7c7c7;
    background-color: rgba(0, 0, 0, 0);
    font-weight: 400;
    font-size: 16px;
    line-height: 1.33
}

.form__textarea {
    min-height: 106px;
    resize: vertical
}

@media(max-width: 576px) {
    .form .btn {
        width: 100%;
        margin-top: 5px
    }
}

.up {
    max-width: 250px;
    display: flex;
    align-items: center;
    gap: 6px;
    cursor:pointer;
}

.up__text {
    text-align: right;
    font-weight: 600;
    font-size: 14px
}

@media(max-width: 992px) {
    .up {
        max-width: unset
    }

    .up__text {
        font-size: 12px;
        text-align: center
    }
}

.footer {
    margin-top: 135px;
    padding-top: 135px;
    padding-bottom: 60px;
    background-color: #f4f7fb
}

.footer__inner {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto
}

.footer__inner>p {
    max-width: 767px;
    margin-left: auto;
    margin-right: auto;
    font-size: 24px;
    line-height: 1.5;
    text-align: center
}

.footer__inner .socials {
    margin-top: 20px
}

.footer__box {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    margin-top: 90px
}

.footer__info-link {
    display: flex;
    flex-direction: column
}

.footer__info-link:has(+*) {
    margin-bottom: 40px
}

.footer__info-phone {
    color: #000
}

.footer__info-mail,
.footer__info-phone {
    font-size: 30px;
    line-height: 1.45
}

.footer__info-text {
    font-size: 18px
}

.footer__bot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 135px;
    padding-top: 20px;
    border-top: 1px solid rgba(0, 0, 0, .2)
}

.footer__copy {
    font-weight: 600;
    font-size: 14px
}

@media(max-width: 992px) {
    .footer {
        margin-top: 90px;
        padding-top: 90px;
        padding-bottom: 80px
    }

    .footer__inner>p {
        font-size: 20px;
        line-height: 1.4
    }

    .footer__inner .socials {
        justify-content: center
    }

    .footer__box {
        flex-direction: column;
        align-items: center;
        text-align: center;
        margin-top: 45px
    }

    .footer__info-mail,
    .footer__info-phone {
        font-size: 18px;
        line-height: 1.45
    }

    .footer__info-text {
        font-size: 14px;
        line-height: 1.45
    }

    .footer__bot {
        flex-direction: column;
        gap: 22px;
        padding-top: 62px;
        margin-top: 120px
    }

    .footer__copy {
        font-size: 12px
    }
}

/*# sourceMappingURL=style.min.css.map */
#popup_cookie 
{
	 
    position: fixed;
z-index:100000;
left:0;
right:0;
    bottom: 0;
    background: rgba(255,255,255,0.9);
	padding:10px 20px;
	text-align: center;
	    -webkit-box-shadow: 0 1px 6px 0 rgb(32 33 36 / 28%);
    box-shadow: 0 1px 6px 0 rgb(32 33 36 / 28%);
	display: none;
 }
#popup_cookie > div
{
		display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
 	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-around;
	-ms-flex-pack: justify;
 justify-content: space-around;
		-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	    flex-wrap: wrap;
    gap: 10px;
}
#popup_cookie .close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
            padding: 0;
    right: 0;
    top: 0;
    background: none;
    border: none;
    box-shadow: none;
}
#popup_cookie p 
{font-size:13px; margin:0;}
 

.police{
    font-size: 12px;
    margin: 5px 0 10px!important;
}
.form__input.invalid {
    border-color: #f13c6e !important;
}
.nummob{
    display: none;
}
@media only screen and (max-width: 1000px) {
    .nummob {
        display: block;
        position: fixed;
        bottom: 100px;
        right: 0;
        width: 90px;
        /*height: 60px;
        background-image: url(/img/call.png);*/
        background-color: #44bb6e;
        color: #fff!important;
        text-align: center;
        padding: 5px;
        line-height: 110%;
        background-repeat: no-repeat;
        background-size: 60%;
        background-position: center;
        /*border-radius: 50px;*/
        font-size: 16px;
        z-index: 9999999999999;
    }
}
.chairs__item-swiper {
    position: relative;
    width: 100%;
    margin-bottom: -5px;
}
.arrow{
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    width:100%;
    display:flex;
    justify-content:space-between;
    gap:12px;
    height:35px;
    z-index:10;
    pointer-events:none
}
@media(min-width: 992px){
    .arrow{
        gap:calc(0.0043103448*100vw + 7.724137931px)
    }
}
@media(min-width: 1920px){
    .arrow{
        gap:16px
    }
}
@media(min-width: 992px){
    .arrow{
        height:calc(0.0140086207*100vw + 21.1034482759px)
    }
}
@media(min-width: 1920px){
    .arrow{
        height:48px
    }
}
.arrow--alt .arrow__next,.arrow--alt .arrow__prev{
    background-color:#bdbdbd
}
.arrow--alt .arrow__prev::before{
    background-image:url("/assets/images/icons/arrow-left-swiper-white.svg")
}
.arrow--alt .arrow__next::before{
    background-image:url("/assets/images/icons/arrow-right-swiper-white.svg")
}
.arrow__next,.arrow__prev{
    position:relative;
    display:flex;
    align-items:center;
    justify-content:center;
    width:32px;
    height:32px;
    background-repeat:no-repeat;
    transition:background-color .23s ease-in-out,opacity .23s ease-in-out,border .23s ease-in-out;
    border-radius:50%;
    right:unset;
    left:unset;
    margin-top:unset;
    top:unset;
    background-color:#fff;
    pointer-events:auto
}
.arrow__next:hover,.arrow__prev:hover{
    background-color:#02a7e0
}
.arrow__next::after,.arrow__prev::after{
    content:none
}
.arrow__next::before,.arrow__prev::before{
    content:"";
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
    width:18px;
    height:12px;
    background-repeat:no-repeat;
    background-size:contain
}
.arrow__next.swiper-button-lock,.arrow__prev.swiper-button-lock{
    display:none
}
.arrow__prev::before{
    background-image:url("/assets/images/icons/arrow-left-swiper.svg")
}
.arrow__next::before{
    background-image:url("/assets/images/icons/arrow-right-swiper.svg")
}