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

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

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

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

@-webkit-keyframes left-element-anim-xs {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes left-element-anim-xs {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes left-element-anim {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }

    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes left-element-anim {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }

    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes right-element-anim {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }

    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes right-element-anim {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }

    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes right-element-anim-xs {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes right-element-anim-xs {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes middle-element-anim {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0
    }

    90% {
        opacity: 1
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes middle-element-anim {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0
    }

    90% {
        opacity: 1
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes logo-element-anim {
    0% {
        width: 100%
    }

    to {
        width: 0%
    }
}

@keyframes logo-element-anim {
    0% {
        width: 100%
    }

    to {
        width: 0%
    }
}

@-webkit-keyframes preloader-anim {

    0%,
    90% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes preloader-anim {

    0%,
    90% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@-webkit-keyframes inBckgrnd {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }

    50% {
        -webkit-transform: translate(-100px, 150px);
        transform: translate(-100px, 150px)
    }

    to {
        -webkit-transform: translate(200px, 200px);
        transform: translate(200px, 200px)
    }
}

@keyframes inBckgrnd {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }

    50% {
        -webkit-transform: translate(-100px, 150px);
        transform: translate(-100px, 150px)
    }

    to {
        -webkit-transform: translate(200px, 200px);
        transform: translate(200px, 200px)
    }
}

@keyframes float1 {
    0% {
        transform: translate(0, 0) scale(1) rotate(0deg);
    }
    50% {
        transform: translate(-120px, 140px) scale(1.1) rotate(10deg);
    }
    100% {
        transform: translate(180px, 200px) scale(0.95) rotate(-5deg);
    }
}

@keyframes float2 {
    0% {
        transform: translate(0, 0) scale(1) rotate(0deg);
    }
    50% {
        transform: translate(100px, -120px) scale(0.9) rotate(-10deg);
    }
    100% {
        transform: translate(-150px, 180px) scale(1.05) rotate(5deg);
    }
}

.header {
    position: relative;
    z-index: 4
}

.header__row {
    height: 65px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.header__top {
    position: relative;
    z-index: 3
}

.footer .wrapper,
.header .wrapper {
    padding: 0 24px
}

.header__contacts {
    display: none
}

.header__contacts span,
.header__logo svg {
    display: block;
    -webkit-transition: .3s;
    transition: .3s
}

.header__contacts span {
    color: #f8eac9;
    font-family: "Unbounded";
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 400;
    line-height: 14px;
    letter-spacing: .05em;
    text-align: left
}

.menu-open .header__burger-sec span,
.menu-open .header__contacts span,
.sand-style-page .header__burger-sec span,
.sand-style-page .header__contacts span {
    color: #566859
}

.header__contacts span + span {
    margin-top: 4px
}

.header__logo {
    padding-bottom: 5px
}

.header__logo a {
    display: block
}

.header__logo svg {
    fill: #f8eac9;
    height: 49px;
    width: 108px
}

.menu-open .header__logo svg,
.sand-style-page .header__logo svg {
    fill: #566859
}

.header__burger-sec {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header__burger-sec button {
    width: 80px;
    display: block;
    height: 40px;
    margin-left: 8px;
    position: relative
}

.no-touch .header__burger-sec button:hover::before {
    background-color: #566859;
    border: 1px solid #566859
}

.no-touch .header__burger-sec button:hover i::after,
.no-touch .header__burger-sec button:hover i::before {
    background-color: #f8eac9
}

.header__burger-sec button.is-active i::before {
    width: 17px;
    left: 32px;
    top: 19px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.header__burger-sec button.is-active i::after {
    width: 17px;
    left: 32px;
    top: 19px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.header__burger-sec button i {
    display: block;
    position: relative;
    width: 100%;
    height: 100%
}

.header__burger-sec button i::after,
.header__burger-sec button i::before {
    position: absolute;
    content: "";
    width: 25px;
    height: 1px;
    background-color: #f8eac9
}

.header__burger-sec button i::before {
    left: 33px;
    top: 15px;
    -webkit-transition: .3s;
    transition: .3s
}

.menu-open .header__burger-sec button i::after,
.menu-open .header__burger-sec button i::before,
.no-touch .main-menu__subscribe:hover::before,
.sand-style-page .header__burger-sec button i::after,
.sand-style-page .header__burger-sec button i::before {
    background-color: #566859
}

.header__burger-sec button i::after {
    left: 22px;
    top: 21px
}

.header__burger-sec button::before {
    top: 2px;
    border: 1px solid rgba(248, 234, 201, .1);
    height: 35px;
    border-radius: 100%;
    -webkit-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    transform: rotate(-15deg)
}

.menu-open .header__burger-sec button::before,
.sand-style-page .header__burger-sec button::before {
    border: 1px solid rgba(42, 43, 43, .1)
}

.header__burger-sec button i::after,
.header__burger-sec button::before,
.header__burger-sec span,
.main-menu {
    -webkit-transition: .3s;
    transition: .3s
}

.header__burger-sec span {
    color: #f8eac9;
    font-family: "Unbounded";
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 14px;
    letter-spacing: .05em
}

.main-menu {
    position: fixed;
    z-index: 2;
    padding-top: 110px;
    width: 100vw;
    height: 100vh;
    opacity: 0;
    pointer-events: none;
    top: 0;
    left: 0;
    background-color: #f8eac9
}

.header__burger-sec button::before,
.main-menu::after,
.main-menu__list a::before {
    position: absolute;
    left: 0;
    content: "";
    width: 100%
}

.main-menu__list li {
    overflow: hidden;
    word-wrap: break-word;
}

.main-menu::after {
    top: 0;
    height: 100%;
    background-image: url(../../../images/before.png);
    mix-blend-mode: multiply;
    z-index: 2
}

.main-menu--open {
    opacity: 1;
    pointer-events: all
}

.main-menu__list {
    display: grid;
    grid-template-columns: auto auto;
    grid-gap: 20px 6px
}

.main-menu__list a,
.pane-window__cell input {
    font-size: 14px;
    font-weight: 400;
    text-align: left
}

.main-menu__list a {
    font-family: "Unbounded";
    line-height: 19.6px;
    text-transform: uppercase;
    letter-spacing: .05em;
    -webkit-transition: .3s;
    transition: .3s;
    position: relative
}

.main-menu__list a::before {
    background-color: #f08569;
    bottom: -5px;
    opacity: 0;
    height: 3px;
    -webkit-transition: .3s;
    transition: .3s
}

.no-touch .main-menu__list a:hover {
    color: #f08569
}

.no-touch .main-menu__list a:hover::before {
    opacity: 1
}

.main-menu__contacts {
    margin-top: 63px
}

.footer__contacts span,
.main-menu__contacts span,
.main-menu__subscribe {
    font-family: "Unbounded";
    font-weight: 400;
    letter-spacing: .05em;
    text-transform: uppercase
}

.footer__contacts span,
.main-menu__contacts span {
    display: block;
    font-size: 12px;
    line-height: 16.8px;
    text-align: left
}

.footer__contacts span + span,
.main-menu__contacts span + span {
    margin-top: 8px
}

.main-menu__subscribe {
    font-size: 10px;
    line-height: 14px;
    text-align: center;
    white-space: pre-line;
    width: 200px;
    height: 100px;
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    -webkit-transition: .3s;
    transition: .3s
}

.footer__subscribe::before,
.main-menu__subscribe::before {
    position: absolute;
    left: 0;
    top: 2px;
    content: "";
    width: 100%;
    border: 1px solid rgba(42, 43, 43, .1);
    height: 95px;
    border-radius: 100%;
    -webkit-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    transform: rotate(-15deg);
    -webkit-transition: .3s;
    transition: .3s;
    z-index: -1
}

.no-touch .footer__subscribe:hover,
.no-touch .main-menu__subscribe:hover {
    color: #f8eac9
}

.main-menu__social,
.main-menu__subscribe {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.main-menu__calls,
.main-menu__social,
.main-menu__social a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.main-menu__social a {
    height: 64px;
    width: 48px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 48px;
    flex: 0 0 48px;
    border-radius: 32px;
    border: 1px solid rgba(42, 43, 43, .1);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: .3s;
    transition: .3s
}

.footer__social a svg,
.main-menu__social a svg {
    width: 20px;
    height: 20px;
    fill: #566859;
    -webkit-transition: .3s;
    transition: .3s
}

.no-touch .footer__subscribe:hover::before,
.no-touch .main-menu__social a:hover {
    background-color: #566859
}

.no-touch .footer__social a:hover svg,
.no-touch .main-menu__social a:hover svg {
    fill: #f8eac9
}

.main-menu__social a + a {
    margin-left: 8px
}

.main-menu__phones a {
    display: block;
    font-family: "Unbounded";
    font-size: 12px;
    font-weight: 400;
    line-height: 16.8px;
    text-transform: uppercase;
    letter-spacing: .05em;
    text-align: left;
    -webkit-transition: .3s;
    transition: .3s
}

.no-touch .footer__list a:hover,
.no-touch .main-menu__phones a:hover {
    color: #f08569
}

.main-menu__phones a + a {
    margin-top: 13px
}

.main-menu__calls {
    margin-top: 32px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.footer {
    background-color: #f8eac9;
    padding-bottom: 33px;
    padding-top: 69px;
    -webkit-mask-image: url(../../../images/components/offers-section/bg-shape.svg);
    mask-image: url(../../../images/components/offers-section/bg-shape.svg);
    -webkit-mask-position: top center;
    mask-position: top center;
    -webkit-mask-size: cover;
    mask-size: cover
}

.footer__logo {
    display: none
}

.footer__logo-img svg {
    width: 163px;
    height: 48px;
    fill: #566859
}

.footer__contacts {
    margin-top: 33px
}

.footer__list {
    display: grid;
    grid-template-columns: auto auto;
    grid-gap: 17px 0;
    max-width: 90%
}

.footer__list a,
.footer__subscribe {
    font-family: "Unbounded";
    font-size: 12px;
    font-weight: 400;
    line-height: 17px;
    text-transform: uppercase;
    letter-spacing: .05em;
    text-align: left;
    -webkit-transition: .3s;
    transition: .3s
}

.footer__subscribe {
    font-size: 10px;
    line-height: 14px;
    text-align: center;
    white-space: pre-line;
    width: 200px;
    height: 100px;
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative
}

.footer__social,
.footer__subscribe {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.footer__calls,
.footer__social,
.footer__social a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.footer__phones a,
.footer__social a {
    -webkit-transition: .3s;
    transition: .3s
}

.footer__social a {
    height: 64px;
    width: 48px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 48px;
    flex: 0 0 48px;
    border-radius: 32px;
    border: 1px solid rgba(42, 43, 43, .1);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.modal-window .pane,
.no-touch .footer__social a:hover {
    background-color: #566859
}

.footer__social a + a {
    margin-left: 8px
}

.footer__phones a {
    display: block;
    font-family: "Unbounded";
    font-size: 12px;
    font-weight: 400;
    line-height: 16.8px;
    text-transform: uppercase;
    letter-spacing: .05em;
    text-align: left
}

.no-touch .footer__phones a:hover {
    color: #f08569
}

.footer__phones a + a {
    margin-top: 13px
}

.footer__calls {
    margin-top: 46px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.footer__bottom {
    margin-top: 49px
}

.footer__bottom-right {
    margin-top: 30px
}

.footer__bottom-right svg {
    width: 103px;
    height: 10px;
    opacity: .3;
    fill: #566859;
    -webkit-transition: .3s;
    transition: .3s
}

.no-touch .footer__bottom-right svg:hover {
    fill: #f08569;
    opacity: 1
}

.footer__copyright,
.footer__politic {
    font-family: "Unbounded";
    font-size: 8px;
    font-weight: 400;
    line-height: 11.2px;
    letter-spacing: .05em;
    text-align: left;
    opacity: .3;
    text-transform: uppercase
}

.footer__politic {
    margin-top: 8px;
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-transition: .3s;
    transition: .3s
}

.no-touch .footer__politic:hover {
    color: #f08569;
    opacity: 1
}

.modal-window .pane {
    padding-top: 56px;
    max-width: 556px
}

.pane-window__form {
    padding: 0 32px 48px
}

.pane-window__form-title {
    font-family: "Unbounded";
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: .05em;
    text-align: center;
    text-transform: uppercase;
    color: #f8eac9;
    margin-bottom: 40px
}

.pane-window__cell {
    position: relative
}

.organization-form__cell + .pane-window__cell,
.pane-window__cell + .pane-window__cell {
    margin-top: 24px
}

.pane-window__cell input {
    font-family: "Wix Madefor Display";
    line-height: 23px;
    background-color: transparent;
    width: 100%;
    height: 48px;
    border: 1px solid rgba(248, 234, 201, .1);
    border-radius: 50px;
    color: #f8eac9;
    padding: 0 23px;
    outline: 0
}

.pane-window__cell input:focus {
    border: 1px solid rgba(248, 234, 201, .1) !important
}

.pane-window__cell.error input {
    border: 1px solid #f06969
}

.pane-window__cell.error input:valid + label {
    border: 1px solid #f06969
}

.pane-window__cell .invalid-feedback {
    position: absolute;
    color: #f06969;
    left: 0;
    bottom: -16px;
    text-transform: uppercase;
    font-size: 8px;
    font-family: "Unbounded";
    font-weight: 400;
    line-height: 11.2px;
    letter-spacing: .05em;
    text-align: left
}

.pane-window__cell label {
    position: absolute;
    left: 24px;
    font-family: "Wix Madefor Display";
    font-size: 14px;
    font-weight: 400;
    line-height: 23px;
    top: 11px;
    color: rgba(248, 234, 201, .7);
    -webkit-transition: .3s;
    transition: .3s;
    pointer-events: none;
    border-radius: 50px;
    border: 1px solid transparent;
    background-color: transparent
}

.pane-window__cell input:valid + label {
    font-size: 8px;
    line-height: 11px;
    text-transform: uppercase;
    padding: 2px 8px;
    border-radius: 50px;
    border: 1px solid rgba(248, 234, 201, .1);
    background-color: #566859;
    top: -8px
}

.pane-window__cell input:focus + label {
    font-size: 8px;
    line-height: 11px;
    text-transform: uppercase;
    padding: 2px 8px;
    border-radius: 50px;
    border: 1px solid rgba(248, 234, 201, .1);
    background-color: #566859;
    top: -8px
}

.pane-window__cell button {
    font-size: 10px;
    font-weight: 400;
    line-height: 14px;
    background-color: #f08569;
    display: block;
    padding: 17px 24px;
    width: 100%;
    border-radius: 64px;
    position: relative;
    overflow: hidden
}

.pane-window__cell button::before {
    position: absolute;
    left: 50%;
    z-index: 0;
    top: 100%;
    content: "";
    opacity: .1;
    width: 150%;
    height: 200%;
    background-color: #f8eac9;
    border-radius: 50%;
    -webkit-transition: .3s;
    transition: .3s
}

.no-touch .container-pop-item__right-btn a:hover::before,
.no-touch .container-pop-item__right-btn button:hover::before,
.no-touch .pane-window__cell button:hover::before {
    left: -25%;
    top: -25%
}

.pane-window__cell .politic {
    font-family: "Wix Madefor Display";
    font-size: 12px;
    font-weight: 400;
    line-height: 17px;
    text-align: center;
    color: rgba(248, 234, 201, .5);
    margin-top: 24px
}

.pane-window__cell .politic a {
    border-bottom: 1px solid rgba(248, 234, 201, .5);
    -webkit-transition: .3s;
    transition: .3s
}

.no-touch .pane-window__cell .politic a:hover {
    color: #f8eac9;
    border-bottom: 1px solid #f8eac9
}

.pane-window__ready {
    height: 310px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 24px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.pane-window__cell-ready svg {
    height: 64px;
    width: 64px;
    display: block;
    margin: 0 auto;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 64px;
    flex: 0 0 64px
}

.pane-window__cell button,
.pane-window__cell-ready-title {
    font-family: "Unbounded";
    letter-spacing: .05em;
    text-align: center;
    color: #f8eac9;
    text-transform: uppercase
}

.pane-window__cell-ready-title {
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    margin-top: 40px
}

.pane-window__cell-ready-desc {
    font-family: "Wix Madefor Display";
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    text-align: center;
    color: #f8eac9;
    margin: 16px auto 0
}

.cupertino-pane-wrapper .move {
    width: 32px;
    height: 3px;
    background-color: #f8eac9;
    opacity: .5
}

.cupertino-pane-wrapper .draggable {
    height: 50px;
    padding: 24px
}

.modal-item .pane {
    background-color: #f8eac9;
    -webkit-box-shadow: none;
    box-shadow: none;
    max-width: 1290px
}

.modal-item .pane .move {
    background-color: #566859
}

.modal-item .pane-window__callback::-webkit-scrollbar {
    width: 0
}

.modal-item .destroy-button {
    background-color: #566859 !important
}

.modal-item .destroy-button svg {
    fill: #f8eac9 !important
}

.container-pop-item {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 32px;
    cursor: default
}

.container-pop-item__left {
    overflow: hidden;
    padding: 40px 32px 20px
}

.container-pop-item__left .modal__slide {
    height: 62vw;
    overflow: hidden;
    border-radius: 32px;
    max-height: 471px
}

.container-pop-item__left .modal__slide img,
.front-slider__slide img {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.container-pop-item__right {
    margin-top: 18px
}

.container-pop-item__right-cell {
    background-color: #f8eac9;
    padding: 0 32px
}

.container-pop-item__right-cell + .container-pop-item__right-cell {
    margin-top: 32px
}

.container-pop-item__right-btn a,
.container-pop-item__right-btn button,
.container-pop-item__right-title {
    font-family: "Unbounded";
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    letter-spacing: .05em;
    text-transform: uppercase;
    text-align: left
}

.container-pop-item__right-price,
.container-pop-item__right-price span {
    font-family: "Unbounded";
    font-weight: 400;
    letter-spacing: .05em;
    text-align: left
}

.container-pop-item__right-price {
    font-size: 19px;
    line-height: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 20px
}

.container-pop-item__right-price span {
    font-size: 10px;
    line-height: 10px;
    height: 10px;
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    position: relative;
    color: #f08569;
    margin-left: 12px;
    top: -4px
}

.container-pop-item__right-price span svg {
    position: absolute;
    left: 0;
    top: 0;
    stroke: #f08569
}

.container-pop-item__right-text {
    font-family: "Wix Madefor Display";
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    text-align: left;
    margin-top: 26px
}

.container-pop-item__right-text p + p {
    margin-top: 12px
}

.container-pop-item__right-btn a,
.container-pop-item__right-btn button {
    font-size: 10px;
    line-height: 14px;
    text-align: center;
    width: 100%;
    color: #f8eac9;
    background-color: #566859;
    padding: 17px 24px;
    display: block;
    border-radius: 100px;
    overflow: hidden;
    -webkit-transition: .3s;
    transition: .3s;
    position: relative;
    margin-top: 24px
}

.container-pop-item__right-btn a span,
.container-pop-item__right-btn button span {
    position: relative;
    z-index: 2
}

.no-touch .container-pop-item__right-btn a:hover,
.no-touch .container-pop-item__right-btn button:hover {
    color: #f8eac9
}

.container-pop-item__right-btn a::before,
.container-pop-item__right-btn button::before {
    position: absolute;
    left: 50%;
    z-index: 0;
    top: 100%;
    content: "";
    width: 150%;
    height: 150%;
    background-color: rgba(248, 234, 201, .1);
    border-radius: 50%;
    -webkit-transition: .3s;
    transition: .3s
}

.container-pop-item__right-char {
    margin-top: 32px;
    padding-bottom: 50px
}

.container-pop-item__right-char-cell {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 32px;
    padding-bottom: 15px;
    border-bottom: 1px dashed #5668591a;
    font-family: "Wix Madefor Display";
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    text-align: left
}

.container-pop-item__right-char-cell + .container-pop-item__right-char-cell {
    margin-top: 16px
}

.container-pop-item__right-char-cell-type {
    opacity: .6
}

.destroy-button {
    display: none
}

.modal__slider-pagination {
    position: relative;
    width: 162px;
    margin: 0 auto;
    height: 15px
}

.modal__slider-pagination::before {
    position: absolute;
    left: 2px;
    top: 7px;
    content: "";
    width: calc(100% - 4px);
    height: 1px;
    background-color: rgba(42, 43, 43, .1)
}

.modal__slider-pagination .swiper-scrollbar-drag {
    background-color: initial;
    background-image: url(../../../images/drag-star-dark.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat
}

@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") format("woff");
    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,
.swiper-wrapper {
    position: relative;
    z-index: 1
}

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

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

.swiper-wrapper {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -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(0, 0, 0);
    transform: translate3d(0, 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: 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: 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-3d.swiper-css-mode .swiper-wrapper {
    -webkit-perspective: 1200px;
    perspective: 1200px
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-wrapper {
    -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 {
    -webkit-margin-start: var(--swiper-centered-offset-before);
    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 {
    -webkit-margin-before: var(--swiper-centered-offset-before);
    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-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, .15)
}

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

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

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

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

.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 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
}

.swiper-scrollbar,
.swiper-scrollbar-drag {
    position: relative;
    border-radius: var(--swiper-scrollbar-border-radius, 10px)
}

.swiper-scrollbar {
    -ms-touch-action: none;
    touch-action: none;
    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: 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%))
}

.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical > .swiper-scrollbar {
    position: absolute;
    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%))
}

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

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

.swiper-scrollbar-lock {
    display: none
}

.front-slider {
    overflow: hidden;
    margin-top: 32px;
    padding: 0 16px;
    position: relative;
    z-index: 3
}

.front-slider__row {
    margin-left: -16px;
    width: calc(100% + 32px)
}

.front-slider__slider {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content
}

.front-slider__slide {
    height: 51.5vw;
    border-radius: 32px;
    overflow: hidden;
    max-height: 248px
}

.front-slider__slide picture,
.front-slider__slide video {
    width: 100%;
    height: 100%;
    display: block;
    user-select: none;
    pointer-events: none;
    object-fit: cover;
}

.front-slider__slide .slider-video--mobile {
    display: none;
}

@media (max-width: 767px) {
    .front-slider__slide .slider-video--desktop {
        display: none;
    }

    .front-slider__slide .slider-video--mobile {
        display: block;
    }
}

.front-slider__pagination {
    position: relative;
    width: 162px;
    margin: 17px auto 0;
    height: 15px
}

.front-slider__pagination::before {
    position: absolute;
    left: 2px;
    top: 7px;
    content: "";
    width: calc(100% - 4px);
    height: 1px;
    background-color: rgba(248, 234, 201, .1)
}

.front-slider__pagination .swiper-scrollbar-drag {
    background-color: initial;
    background-image: url(../../../images/drag-star.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat
}

.offers-section {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin-top: 25px;
    z-index: 2;
    position: relative;
    overflow: hidden;
    padding-top: 56px;
    -webkit-mask-image: url(../../../images/components/offers-section/bg-shape.svg);
    mask-image: url(../../../images/components/offers-section/bg-shape.svg);
    -webkit-mask-position: top center;
    mask-position: top center;
    -webkit-mask-size: cover;
    mask-size: cover;
    padding-bottom: 50px;
    background: linear-gradient(149.9deg, #f8eac9 18.35%, rgba(248, 234, 201, 0) 81.65%)
}

.offers-section::after,
.offers-section::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%
}

.offers-section::before {
    right: 0;
    bottom: 0;
    background: -webkit-gradient(linear, left bottom, left top, from(#abd6a0), to(#f8eac9));
    background: linear-gradient(0deg, #abd6a0, #f8eac9);
    z-index: 1
}

.offers-section::after {
    left: 0;
    top: 0;
    background-image: url(../../../images/before.png);
    mix-blend-mode: multiply;
    z-index: 2
}

.offers-section .wrapper {
    position: relative;
    z-index: 3
}

.offers-section__title {
    font-family: "Unbounded";
    font-size: 18px;
    font-weight: 400;
    line-height: 25.2px;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: .1em
}

.offers-section__title--full {
    width: 100%
}

.offers-section__all {
    display: none
}

.offers-section__all a,
.offers-section__mobile a {
    display: block;
    margin: auto;
    font-family: "Unbounded";
    font-weight: 400;
    letter-spacing: .05em;
    text-align: left;
    opacity: .7;
    text-transform: uppercase;
    position: relative
}

.offers-section__all a {
    font-size: 14px;
    line-height: 20px;
    -webkit-transition: .3s;
    transition: .3s
}

.offers-section__all a::before,
.offers-section__mobile a::before {
    position: absolute;
    right: -48px;
    top: -17px;
    content: "";
    background-image: url(../../../images/components/offers-section/ellipse.svg);
    background-repeat: no-repeat;
    background-size: contain;
    opacity: .2
}

.offers-section__all a::before {
    width: 120px;
    height: 60px;
    -webkit-transition: .3s;
    transition: .3s
}

#cursor.open,
.no-touch .offers-section__all a:hover,
.no-touch .offers-section__all a:hover::before,
.no-touch .review-section__all a:hover,
.no-touch .review-section__all a:hover::before,
.no-touch .shops-section__all a:hover,
.no-touch .shops-section__all a:hover::before,
.no-touch .today-events__all a:hover,
.no-touch .today-events__all a:hover::before {
    opacity: 1
}

.offers-section__mobile {
    margin: 41px auto 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.offers-section__mobile a {
    font-size: 12px;
    line-height: 16.8px
}

.offers-section__mobile a::before {
    width: 96px;
    height: 48px
}

.offers-section__slider {
    height: auto;
    margin-top: 32px
}

.offers-section__pagination {
    position: relative;
    width: 162px;
    margin: 26px auto 0;
    height: 15px
}

.offers-section__pagination::before {
    position: absolute;
    left: 2px;
    top: 7px;
    content: "";
    width: calc(100% - 4px);
    height: 1px;
    background-color: rgba(42, 43, 43, .1)
}

.offers-section__pagination .swiper-scrollbar-drag {
    background-color: initial;
    background-image: url(../../../images/drag-star-dark.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat
}

.offer-slide {
    height: auto;
    background-color: #f8eac9;
    border-radius: 32px;
    width: 280px;
    padding: 4px 4px 26px;
    position: relative;
    overflow: hidden
}

.no-touch .offer-slide:hover::before,
.no-touch .review-slide:hover::before {
    left: -200px;
    top: -200px
}

.no-touch .offer-slide:hover .offer-slide__content,
.no-touch .review-slide:hover .review-slide__content {
    color: #f8eac9
}

.offer-slide::before {
    z-index: 0;
    content: "";
    position: absolute;
    border-radius: 50%;
    width: 1000px;
    height: 1000px;
    background-color: #566859;
    left: -200px;
    top: 110%;
    -webkit-transition: .6s;
    transition: .6s
}

.offer-slide.full-acation .offer-slide__picture {
    height: 38vw
}

.offer-slide__picture {
    height: 204px;
    position: relative;
    z-index: 2;
    overflow: hidden;
    border-radius: 28px
}

.offer-slide__picture img,
.review-slide__picture img {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.offer-slide__picture img,
.review-section__all a::before {
    -webkit-transition: .3s;
    transition: .3s
}

.offer-slide__content {
    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: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 120px;
    position: relative;
    z-index: 2;
    -webkit-transition: .6s;
    transition: .6s
}

.offer-slide__label {
    font-family: "Unbounded";
    font-size: 8px;
    font-weight: 400;
    line-height: 11.2px;
    letter-spacing: .05em;
    opacity: .5;
    text-transform: uppercase;
    text-align: center;
    margin-top: 24px
}

.offer-slide__title {
    font-size: 10px;
    padding: 0 16px;
    line-height: 14px;
    max-height: 42px;
    text-align: center;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.offer-slide__data,
.offer-slide__title,
.review-section__all a,
.review-section__mobile a {
    font-family: "Unbounded";
    font-weight: 400;
    letter-spacing: .05em;
    text-transform: uppercase
}

.offer-slide__data {
    font-size: 8px;
    line-height: 11.2px;
    opacity: .5;
    text-align: center
}

.review-section {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    position: relative;
    z-index: 2;
    overflow: hidden;
    padding-bottom: 62px;
    background-color: #f8eac9;
    padding-top: 48px
}

.review-section-bottom,
.review-section-top {
    -webkit-mask-image: url(../../../images/components/review-section/bg-shape-top.svg);
    mask-image: url(../../../images/components/review-section/bg-shape-top.svg);
    -webkit-mask-position: top center;
    mask-position: top center;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    height: 24px;
    position: relative;
    z-index: 2;
    background-color: #f8eac9
}

.review-section-top {
    margin-top: -36px
}

.review-section-bottom::after,
.review-section-top::after,
.review-section::after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(../../../images/before.png);
    mix-blend-mode: multiply;
    z-index: 2
}

.review-section-bottom {
    -webkit-transform: scaleY(-1);
    -ms-transform: scaleY(-1);
    transform: scaleY(-1)
}

.review-section .wrapper {
    position: relative;
    z-index: 3
}

.review-section__title {
    font-family: "Unbounded";
    font-size: 18px;
    font-weight: 400;
    line-height: 25.2px;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: .1em
}

.review-section__all {
    display: none
}

.review-section__all a,
.review-section__mobile a {
    display: block;
    margin: auto;
    text-align: left;
    opacity: .7;
    position: relative
}

.review-section__all a {
    font-size: 14px;
    line-height: 20px;
    -webkit-transition: .3s;
    transition: .3s
}

.review-section__all a::before {
    width: 120px;
    height: 60px;
    background-image: url(../../../images/components/review-section/ellipse.svg)
}

.review-section__mobile {
    margin: 41px auto 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.review-section__mobile a {
    font-size: 12px;
    line-height: 16.8px
}

.review-section__all a::before,
.review-section__mobile a::before,
.shops-section__all a::before,
.shops-section__mobile a::before {
    position: absolute;
    right: -48px;
    top: -17px;
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    opacity: .2
}

.review-section__mobile a::before {
    width: 96px;
    height: 48px;
    background-image: url(../../../images/components/review-section/ellipse.svg)
}

.review-section__slider {
    height: auto;
    margin-top: 32px
}

.review-section__pagination {
    position: relative;
    width: 162px;
    margin: 26px auto 0;
    height: 15px
}

.review-section__pagination::before {
    position: absolute;
    left: 2px;
    top: 7px;
    content: "";
    width: calc(100% - 4px);
    height: 1px;
    background-color: rgba(42, 43, 43, .1)
}

.review-section__pagination .swiper-scrollbar-drag {
    background-color: initial;
    background-image: url(../../../images/drag-star-dark.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat
}

.review-slide {
    height: auto;
    padding: 4px 4px 26px;
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 40px
}

.review-slide::after {
    border: 1px solid rgba(42, 43, 43, .1);
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 40px
}

.review-slide::before {
    z-index: 0;
    content: "";
    position: absolute;
    border-radius: 50%;
    width: 1000px;
    height: 1000px;
    background-color: #566859;
    left: -200px;
    top: 110%;
    -webkit-transition: .6s;
    transition: .6s
}

.review-slide__content,
.review-slide__picture {
    height: 252px;
    position: relative;
    z-index: 2
}

.review-slide__picture img {
    border-radius: 36px
}

.review-slide__content {
    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: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 117px;
    padding-top: 40px;
    -webkit-transition: .6s;
    transition: .6s
}

.review-slide__data,
.review-slide__title {
    font-family: "Unbounded";
    font-weight: 400;
    letter-spacing: .05em;
    text-transform: uppercase;
    text-align: center
}

.review-slide__title {
    font-size: 10px;
    padding: 0 16px;
    line-height: 14px;
    max-height: 42px;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.review-slide__data {
    font-size: 8px;
    line-height: 11.2px;
    opacity: .5
}

.review-section-cell {
    margin-top: 31px;
    position: relative;
    z-index: 2;
    margin-bottom: 46px
}

.review-section-cell__row {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 16px
}

.review-section-cell__item {
    background-color: #f8eac9;
    width: 100% !important
}

.review-section-cell__show {
    font-family: "Unbounded";
    font-size: 10px;
    font-weight: 400;
    line-height: 14px;
    letter-spacing: .05em;
    text-align: center;
    border: 1px solid rgba(248, 234, 201, .1);
    text-transform: uppercase;
    margin: 32px auto 0;
    display: block;
    padding: 16px 24px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    border-radius: 64px;
    color: #f8eac9;
    position: relative;
    overflow: hidden;
    -webkit-transition: .3s;
    transition: .3s
}

.no-touch .review-section-cell__show:hover {
    color: #566859
}

.no-touch .review-section-cell__show:hover::before,
.no-touch .shops-section__item:hover .shops-section__item-name::before {
    left: -25%;
    top: -25%
}

.review-section-cell__show::before,
.shops-section__item-name::before {
    position: absolute;
    left: 50%;
    z-index: -1;
    top: 100%;
    content: "";
    width: 150%;
    height: 150%;
    background-color: #f8eac9;
    border-radius: 50%;
    -webkit-transition: .3s;
    transition: .3s
}

.shops-section {
    padding-top: 31px;
    padding-bottom: 56px
}

.offers-section + .shops-section {
    position: relative;
    padding-top: 55px
}

.offers-section + .shops-section::before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    z-index: 3;
    width: 100%;
    height: 25px;
    background-image: url(../../../../assets/images/shape-shop.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%
}

.shops-section__all a,
.shops-section__mobile a,
.shops-section__title {
    font-family: "Unbounded";
    font-weight: 400;
    text-transform: uppercase;
    color: #f8eac9
}

.shops-section__title {
    font-size: 18px;
    line-height: 25.2px;
    letter-spacing: .1em;
    text-align: center
}

.shops-section__all {
    display: none
}

.shops-section__all a,
.shops-section__mobile a {
    margin: auto;
    letter-spacing: .05em;
    text-align: left;
    opacity: .7
}

.shops-section__all a {
    display: block;
    font-size: 14px;
    line-height: 20px;
    position: relative;
    -webkit-transition: .3s;
    transition: .3s
}

.shops-section__all a::before,
.shops-section__mobile a::before {
    background-image: url(../../../images/components/shops-section/ellipse.svg)
}

.shops-section__all a::before {
    width: 120px;
    height: 60px;
    -webkit-transition: .3s;
    transition: .3s
}

.shops-section__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 8px;
    margin-top: 32px
}

.shops-section__mobile {
    margin: 50px auto 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.shops-section__mobile a {
    font-size: 12px;
    line-height: 16.8px
}

.shops-section__mobile a::before {
    width: 96px;
    height: 48px
}

.shops-section__item,
.shops-section__mobile a {
    display: block;
    position: relative
}

.no-touch .offer-slide:hover .offer-slide__picture img,
.no-touch .shops-section__item:hover .shops-section__item-pic-bg {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2)
}

.no-touch .shops-section__item:hover .shops-section__item-name {
    color: #566859
}

.shops-section__item-pic {
    height: 44.5vw;
    position: relative;
    border-radius: 32px;
    overflow: hidden
}

.shops-section__item-logo img,
.shops-section__item-pic-bg {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-position: center;
    object-position: center
}

.shops-section__item-pic-bg {
    position: relative;
    z-index: 1;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: .3s;
    transition: .3s
}

.shops-section__item-logo {
    background-color: #fff;
    border-radius: 8px;
    height: 32px;
    width: 32px;
    position: absolute;
    z-index: 2;
    left: 16px;
    top: 16px;
    padding: 4px
}

.shops-section__item-logo img {
    -o-object-fit: contain;
    object-fit: contain
}

.shops-section__item-name {
    font-family: "Unbounded";
    font-size: 10px;
    font-weight: 400;
    line-height: 14px;
    letter-spacing: .05em;
    text-align: center;
    text-transform: uppercase;
    color: #f8eac9;
    padding: 16px 24px;
    position: relative;
    overflow: hidden
}

.scaladrome {
    background-color: #f8eac9;
    margin-top: -1px;
    overflow: hidden;
    padding-top: 49px;
    padding-bottom: 50px;
    position: relative
}

.scaladrome-pseudo-bottom,
.scaladrome-pseudo-top {
    -webkit-mask-image: url(../../../images/components/scaladrome/bg-shape.svg);
    mask-image: url(../../../images/components/scaladrome/bg-shape.svg);
    -webkit-mask-position: bottom center;
    mask-position: bottom center;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    height: 24px;
    position: relative;
    z-index: 2;
    margin-top: -10px;
    background-color: #f8eac9
}

.scaladrome-pseudo-bottom::after,
.scaladrome-pseudo-top::after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(../../../images/before.png);
    mix-blend-mode: multiply;
    z-index: 2
}

.scaladrome-pseudo-bottom {
    -webkit-mask-image: url(../../../images/components/scaladrome/bg-shape-bottom.svg);
    mask-image: url(../../../images/components/scaladrome/bg-shape-bottom.svg);
    -webkit-mask-position: top center;
    mask-position: top center;
    margin-top: -1px
}

.scaladrome__title {
    font-family: "Unbounded";
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: .1em;
    text-transform: uppercase;
    text-align: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    position: relative
}

.scaladrome__title::before {
    position: absolute;
    left: 105px;
    top: -40px;
    content: "";
    width: 238px;
    height: 120px;
    background-image: url(../../../images/components/scaladrome/ellipse.svg);
    background-repeat: no-repeat;
    background-size: contain
}

.scaladrome__title span {
    color: #f08569;
    display: block
}

.scaladrome__description {
    font-family: "Wix Madefor Display";
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    text-align: center;
    max-width: 240px;
    margin: 32px auto 0
}

.scaladrome__image {
    margin-top: 30px;
    position: relative
}

.scaladrome__image-link,
.today-events__all a::before {
    position: absolute;
    -webkit-transition: .3s;
    transition: .3s
}

.scaladrome__image-link {
    z-index: 2;
    left: 50%;
    top: 50%;
    margin-top: -40px;
    margin-left: -80px;
    width: 160px;
    height: 80px;
    background-color: #566859;
    -webkit-mask-image: url(../../../images/components/scaladrome/button-link.svg);
    mask-image: url(../../../images/components/scaladrome/button-link.svg);
    -webkit-mask-position: top center;
    mask-position: top center;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    color: #f8eac9;
    font-family: "Unbounded";
    font-size: 8px;
    line-height: 12px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: .05em;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.no-touch .scaladrome__image-link:hover {
    background-color: #292929;
    -webkit-transform: scale(1.06665);
    -ms-transform: scale(1.06665);
    transform: scale(1.06665)
}

.scaladrome__image-bg {
    width: 100%;
    height: initial;
    display: block;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center
}

.today-events {
    padding-top: 48px;
    padding-bottom: 64px
}

.today-events__all a,
.today-events__title {
    font-family: "Unbounded";
    font-size: 18px;
    font-weight: 400;
    line-height: 25.2px;
    letter-spacing: .1em;
    text-align: center;
    color: #f8eac9;
    text-transform: uppercase
}

.today-events__all,
.touch #cursor {
    display: none
}

.today-events__all a {
    display: block;
    margin: auto;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: .05em;
    text-align: left;
    opacity: .7
}

.today-events__all a::before {
    right: -48px;
    top: -17px;
    content: "";
    width: 120px;
    height: 60px;
    background-image: url(../../../images/components/shops-section/ellipse.svg);
    background-repeat: no-repeat;
    background-size: contain;
    opacity: .2
}

.today-events__list {
    padding: 0 12px;
    margin-top: 32px
}

.today-events__all a,
.today-events__item {
    -webkit-transition: .3s;
    transition: .3s;
    position: relative
}

.today-events__item {
    height: 85vw;
    border: 1px solid rgba(248, 234, 201, .1);
    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;
    padding: 17px 64px 0;
    overflow: hidden
}

.today-events__item::before {
    background-color: #f8eac9;
    width: 1000px;
    height: 1000px;
    position: absolute;
    border-radius: 50% 50px 0 0;
    content: "";
    top: 100%;
    left: 0;
    -webkit-transition: 1.2s;
    transition: 1.2s;
    z-index: -1
}

.no-touch .today-events__item:hover .today-events__item-name {
    color: #294e3b;
    top: -15px
}

.no-touch .today-events__item:hover .today-events__item-data {
    color: #294e3b
}

.no-touch .today-events__item:hover::before {
    top: -500px;
    left: -500px
}

.today-events__item:first-child {
    border-radius: 0 0 180px
}

.today-events__item:nth-child(2) {
    border-radius: 180px 180px 0 0
}

.today-events__item:nth-child(3) {
    border-radius: 50%
}

.today-events__item:nth-child(4),
.today-events__item:nth-child(5),
.today-events__item:nth-child(6) {
    display: none
}

.today-events__item-name {
    height: 120px;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 19.6px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    z-index: 2;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: .3s;
    transition: .3s;
    top: 0
}

.today-events__item-name span {
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.today-events__item-data,
.today-events__item-name,
.today-events__mobile a {
    font-family: "Unbounded";
    font-weight: 400;
    letter-spacing: .05em;
    color: #f8eac9;
    position: relative
}

.today-events__item-data {
    font-size: 10px;
    margin-top: 16px;
    line-height: 14px;
    text-align: center;
    opacity: .5;
    z-index: 2;
    -webkit-transition: .3s;
    transition: .3s
}

.today-events__mobile {
    margin: 50px auto 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.today-events__mobile a {
    display: block;
    margin: auto;
    font-size: 12px;
    line-height: 16.8px;
    text-align: left;
    opacity: .7;
    text-transform: uppercase
}

.today-events__mobile a::before {
    position: absolute;
    right: -48px;
    top: -17px;
    content: "";
    width: 96px;
    height: 48px;
    background-image: url(../../../images/components/shops-section/ellipse.svg);
    background-repeat: no-repeat;
    background-size: contain;
    opacity: .2
}

.preloader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 100;
    background-color: #294e3b;
    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;
    pointer-events: none;
    -webkit-animation: 2.5s linear preloader-anim;
    animation: 2.5s linear preloader-anim;
    opacity: 0
}

.preloader::after,
body::after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(../../../images/before.png);
    mix-blend-mode: multiply;
    z-index: 1
}

.preloader__first-element {
    overflow: hidden;
    height: 100vw;
    width: 100vw;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100vw;
    flex: 0 0 100vw;
    position: relative;
    -webkit-animation: 1.7s linear left-element-anim-xs;
    animation: 1.7s linear left-element-anim-xs
}

.preloader__first-element::before {
    position: absolute;
    left: 50%;
    top: 50%;
    content: "";
    width: 100%;
    height: 100%;
    border: 1px solid #f8eac9;
    border-radius: 50%
}

.preloader__first-element i:first-child {
    position: absolute;
    left: -50%;
    top: -50%;
    content: "";
    width: 100%;
    height: 100%;
    border: 1px solid #f8eac9;
    border-radius: 50%
}

.preloader__first-element i:last-child {
    position: absolute;
    left: -50%;
    top: 50%;
    content: "";
    width: 100%;
    height: 100%;
    border: 1px solid #f8eac9;
    border-radius: 50%
}

.preloader__first-element::after {
    position: absolute;
    left: 50%;
    top: -50%;
    content: "";
    width: 100%;
    height: 100%;
    border: 1px solid #f8eac9;
    border-radius: 50%
}

.preloader__last-element,
.preloader__middle-element {
    height: 100vw;
    width: 100vw;
    border: 1px solid #f8eac9;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100vw;
    flex: 0 0 100vw
}

.preloader__middle-element {
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-animation: 1.5s linear middle-element-anim;
    animation: 1.5s linear middle-element-anim
}

.preloader__middle-element .preloader-logotype,
body {
    position: relative
}

.preloader__middle-element .preloader-logotype::before {
    position: absolute;
    right: 0;
    top: 0;
    content: "";
    width: 0%;
    height: 120%;
    -webkit-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    transform: rotate(20deg);
    background-color: #294e3b;
    -webkit-animation: 1.5s linear logo-element-anim;
    animation: 1.5s linear logo-element-anim
}

.preloader__middle-element svg {
    fill: #f8eac9;
    width: 216px
}

.preloader__last-element {
    border-radius: 0 0 100%;
    -webkit-animation: 1.7s linear right-element-anim-xs;
    animation: 1.7s linear right-element-anim-xs
}

body {
    background-color: #294e3b
}

@keyframes float1 {
    0% {
        transform: translate(0, 0) scale(1) rotate(0deg);
    }
    50% {
        transform: translate(-120px, 140px) scale(1.1) rotate(10deg);
    }
    100% {
        transform: translate(180px, 200px) scale(0.95) rotate(-5deg);
    }
}

#cursor,
.bg-pattern {
    position: fixed;
    left: 0;
    top: 0;
    pointer-events: none
}
.bg-pattern {
    content: "";
    width: 100%;
    height: 100vh;
    mix-blend-mode: color-dodge;
    /*-webkit-animation: 5s infinite alternate inBckgrnd;*/
    /*animation: 5s infinite alternate inBckgrnd;*/
    will-change: transform, scale;
    padding: 50px;
    z-index: -1;
}

.bg-pattern-item,
.bg-pattern-item-2 {
    position: absolute;
    height: 360px;
    border-radius: 50%;
    background-color: #53a194;
    -webkit-filter: blur(100px);
    filter: blur(100px)
}

.bg-pattern-item {

    top: -150px;
    left: -250px;
    width: 360px;
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
    animation: float1 12s ease-in-out infinite alternate;
}

.bg-pattern-item-2 {
    top: 200px;
    right: -150px;
    width: 360px;
    -webkit-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    transform: rotate(5deg);
    animation: float1 12s ease-in-out infinite alternate;
}

#cursor {
    z-index: 99;
    opacity: 0;
    left: 0;
    top: 0;
    will-change: opacity, transform;
    -webkit-transition: opacity .3s ease, -webkit-transform .06s linear;
    transition: opacity .3s ease, transform .06s linear;
    transition: opacity .3s ease, transform .06s linear, -webkit-transform .06s linear;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    width: 240px;
    height: 120px;
    background-image: url(../../../images/cursor-drag.svg)
}

.j-cursor-item,
.j-cursor-item a {
    cursor: none
}

@media only screen and (min-width: 768px) {
    .header__row {
        height: 72px
    }

    .header .wrapper {
        padding: 0 40px
    }

    .header__contacts {
        display: block;
        width: 260px;
        padding-bottom: 4px
    }

    .header__logo {
        padding-bottom: 0
    }

    .header__logo svg {
        height: 60px;
        width: 135px
    }

    .header__burger-sec {
        width: 260px;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .main-menu {
        padding-top: 153px
    }

    .main-menu .wrapper {
        padding: 0 64px
    }

    .main-menu__list {
        grid-gap: 25px 0
    }

    .main-menu__list a {
        font-size: 24px;
        letter-spacing: .1em;
        line-height: 33px
    }

    .main-menu__contacts {
        display: none
    }

    .main-menu__subscribe {
        margin-top: 32px;
        font-size: 12px;
        line-height: 17px;
        width: 240px;
        height: 120px
    }

    .main-menu__subscribe::before {
        height: 105px;
        top: 7px
    }

    .main-menu__social {
        margin-left: 64px
    }

    .footer__list a,
    .main-menu__phones a,
    .pane-window__cell button {
        font-size: 14px;
        line-height: 20px
    }

    .main-menu__phones a + a {
        margin-top: 16px
    }

    .main-menu__calls {
        margin-top: 80px;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .footer {
        padding-bottom: 30px;
        padding-top: 80px
    }

    .footer .wrapper {
        padding: 0 40px
    }

    .footer__top {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .footer__list {
        grid-gap: 20px 69px;
        max-width: initial
    }

    .footer__subscribe {
        margin-top: 32px
    }

    .footer__social {
        margin-left: 16px
    }

    .footer__calls {
        margin-top: 0;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .footer__bottom {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-top: 33px
    }

    .footer__bottom,
    .footer__bottom-left {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .footer__bottom-right {
        margin-top: 0
    }

    .footer__politic {
        margin-top: 0;
        margin-left: 24px
    }

    .modal-window .pane {
        border-radius: 64px
    }

    .pane-window__cell input {
        height: 64px;
        font-size: 16px;
        line-height: 23px;
        padding: 0 31px
    }

    .pane-window__cell label {
        left: 32px;
        top: 20px;
        font-size: 16px;
        line-height: 23px
    }

    .pane-window__cell button {
        padding: 22px 39px
    }

    .pane-window__cell .politic {
        margin-top: 8px
    }

    .modal-item .pane {
        border-radius: 48px 48px 0 0
    }

    .modal-item .pane .draggable {
        top: 6px
    }

    .modal-item .pane .destroy-button {
        display: none
    }

    .container-pop-item__left .modal__slider {
        max-width: 512px;
        margin: 0 auto
    }

    .container-pop-item__left .modal__slide {
        border-radius: 48px
    }

    .container-pop-item__right {
        max-width: 512px;
        margin: 41px auto 0
    }

    .container-pop-item__right-cell {
        padding: 0
    }

    .container-pop-item__right-cell + .container-pop-item__right-cell {
        margin-top: 53px
    }

    .container-pop-item__right-title {
        font-size: 16px;
        line-height: 22px
    }

    .container-pop-item__right-price {
        font-size: 24px;
        line-height: 33px;
        margin-top: 17px;
        letter-spacing: .1em
    }

    .container-pop-item__right-price span {
        margin-left: 10px;
        font-size: 12px;
        line-height: 12px;
        height: 14px;
        top: -3px
    }

    .container-pop-item__right-text {
        font-size: 16px;
        line-height: 24px;
        margin-top: 32px
    }

    .container-pop-item__right-btn a,
    .container-pop-item__right-btn button {
        margin-top: 16px;
        font-size: 14px;
        line-height: 20px;
        padding: 22px
    }

    .container-pop-item__right-char-cell {
        font-size: 18px;
        line-height: 27px
    }

    .destroy-button {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        height: 64px !important;
        width: 64px !important;
        background-color: #f8eac9;
        border-radius: 16px !important;
        right: -32px !important;
        top: 25px !important
    }

    .modal-pane .destroy-button {
        top: -16px !important
    }

    .destroy-button svg {
        width: 40px !important;
        height: 40px !important;
        fill: #566859
    }

    .modal__slider-pagination {
        height: 24px;
        width: 320px
    }

    .front-slider__pagination::before,
    .modal__slider-pagination::before,
    .offers-section__pagination::before,
    .review-section__pagination::before {
        height: 2;
        top: 11px
    }

    .front-slider {
        margin-top: 40px
    }

    .front-slider__slide,
    .review-slide__picture img {
        border-radius: 40px
    }

    .front-slider__pagination {
        height: 24px;
        width: 320px;
        margin: 21px auto 0
    }

    .offers-section {
        margin-top: 30px;
        padding-top: 96px;
        padding-bottom: 64px
    }

    .offers-section__title {
        font-size: 24px;
        line-height: 34px
    }

    .offers-section__mobile {
        margin: 46px auto 0
    }

    .offers-section__slider {
        margin-top: 40px
    }

    .offers-section__pagination {
        height: 24px;
        width: 320px;
        margin: 21px auto 0
    }

    .offer-slide.full-acation .offer-slide__picture {
        height: 200px
    }

    .offer-slide {
        border-radius: 40px;
        padding: 8px 8px 32px
    }

    .offer-slide__picture {
        height: 200px;
        border-radius: 32px
    }

    .offer-slide__title {
        padding: 0 30px
    }

    .review-section {
        padding-top: 64px;
        padding-bottom: 77px
    }

    .review-section-top {
        height: 48px;
        margin-top: -50px
    }

    .offers-section + .shops-section::before,
    .review-section-bottom {
        height: 48px
    }

    .review-section__title {
        font-size: 24px;
        line-height: 34px
    }

    .review-section__mobile {
        margin: 46px auto 0
    }

    .review-section__slider {
        margin-top: 40px
    }

    .review-section__pagination {
        height: 24px;
        width: 320px;
        margin: 21px auto 0
    }

    .review-slide,
    .review-slide::after {
        border-radius: 48px
    }

    .review-slide {
        padding: 8px 8px 39px;
        width: 408px
    }

    .review-slide__picture {
        height: 280px
    }

    .review-slide__content {
        height: 128px
    }

    .review-slide__title {
        font-size: 12px;
        line-height: 17px;
        max-height: 66px;
        padding: 0 30px
    }

    .review-slide__data {
        font-size: 10px;
        line-height: 14px
    }

    .review-section-cell {
        margin-top: 40px;
        margin-bottom: 78px
    }

    .review-section-cell__row {
        grid-template-columns: repeat(2, 1fr)
    }

    .review-section-cell__item .review-slide__picture {
        height: 236px
    }

    .review-section-cell__show {
        margin: 40px auto 0;
        font-size: 14px;
        padding: 21px 39px;
        line-height: 20px
    }

    .shops-section {
        padding-top: 48px;
        padding-bottom: 110px
    }

    .offers-section + .shops-section {
        padding-top: 90px
    }

    .shops-section__title {
        font-size: 24px;
        line-height: 34px
    }

    .shops-section__list {
        margin-top: 40px;
        grid-gap: 16px
    }

    .shops-section__mobile {
        margin: 57px auto 0
    }

    .shops-section__item-pic {
        height: 44vw;
        max-height: 416px;
        border-radius: 48px
    }

    .shops-section__item-pic::before {
        position: absolute;
        z-index: 3;
        left: 0;
        bottom: 0;
        content: "";
        width: 100%;
        height: 104px;
        background: -webkit-gradient(linear, left bottom, left top, from(#566859), to(rgba(42, 43, 43, 0)));
        background: linear-gradient(0deg, #566859 0, rgba(42, 43, 43, 0) 100%)
    }

    .shops-section__item-logo {
        width: 48px;
        height: 48px;
        top: 24px;
        left: 24px;
        padding: 8px;
        border-radius: 16px
    }

    .shops-section__item-name {
        position: absolute;
        width: calc(100% - 48px);
        left: 24px;
        bottom: 24px;
        border: 1px solid #f8eac9;
        border-radius: 64px;
        padding: 19px;
        text-align: center;
        font-size: 12px;
        z-index: 3;
        line-height: 17px
    }

    .scaladrome {
        padding-top: 63px;
        padding-bottom: 64px
    }

    .scaladrome-pseudo-top {
        height: 48px;
        margin-top: -48px
    }

    .scaladrome-pseudo-bottom {
        height: 48px
    }

    .scaladrome__top {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 0 24px
    }

    .scaladrome__title {
        font-size: 28px;
        line-height: 39px;
        margin: 0;
        text-align: left
    }

    .scaladrome__title::before {
        width: 256px;
        height: 128px;
        left: 93px;
        top: -22px
    }

    .scaladrome__description {
        margin: 0;
        font-size: 16px;
        text-align: left;
        position: relative;
        top: 8px;
        width: 200px;
        line-height: 24px
    }

    .scaladrome__image {
        width: 93%;
        max-width: 1200px;
        margin: 48px auto 0
    }

    .today-events {
        padding-top: 96px;
        padding-bottom: 80px
    }

    .today-events__title {
        font-size: 24px;
        line-height: 34px
    }

    .today-events__list {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 0;
        margin-top: 40px;
        padding: 0
    }

    .today-events__item {
        height: 45vw;
        max-height: 437px
    }

    .today-events__item:nth-child(4) {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        border-radius: 50%
    }

    .today-events__item:nth-child(5),
    .today-events__item:nth-child(6) {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        border-radius: 0 250px 0 0
    }

    .today-events__item:nth-child(6) {
        border-radius: 0 0 1000px 1000px
    }

    .today-events__item-name {
        font-size: 16px;
        line-height: 22px
    }

    .today-events__item-data {
        font-size: 12px;
        line-height: 17px
    }

    .today-events__mobile {
        margin: 55px auto 0
    }

    .preloader__first-element,
    .preloader__last-element,
    .preloader__middle-element {
        height: 520px;
        width: 520px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 520px;
        flex: 0 0 520px
    }
}

@media only screen and (min-width: 992px) {
    .front-slider__slide {
        max-height: 340px
    }

    .scaladrome__image-link {
        margin-top: -60px;
        margin-left: -120px;
        width: 240px;
        height: 120px;
        font-size: 12px;
        line-height: 16.8px
    }
}

@media only screen and (min-width: 1361px) {
    .header__row {
        height: 96px
    }

    .header .wrapper {
        padding: 0 64px
    }

    .header__burger-sec span,
    .header__contacts span {
        font-size: 12px;
        line-height: 17px
    }

    .header__contacts span + span {
        margin-top: 8px
    }

    .header__logo svg {
        height: 70px;
        width: 163px
    }

    .header__burger-sec button {
        width: 128px;
        height: 64px;
        margin-left: 16px;
        top: 7px
    }

    .header__burger-sec button.is-active i::after,
    .header__burger-sec button.is-active i::before {
        width: 24px;
        left: 50px;
        top: 31px
    }

    .header__burger-sec button i::before {
        height: 2px;
        width: 40px;
        left: 52px;
        top: 27px
    }

    .header__burger-sec button i::after {
        height: 2px;
        width: 40px;
        left: 36px;
        top: 36px
    }

    .header__burger-sec button::before {
        height: 58px
    }

    .header__burger-sec span {
        position: relative;
        top: 7px
    }

    .main-menu {
        padding-top: 225px
    }

    .main-menu .wrapper {
        max-width: 1328px;
        margin: 0 auto
    }

    .main-menu__row,
    .modal-item .pane .destroy-button {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .main-menu__row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .main-menu__list {
        grid-gap: 40px 156px
    }

    .main-menu__list a {
        font-size: 32px;
        line-height: 45px
    }

    .main-menu__social {
        margin-left: 0;
        margin-top: 30px
    }

    .main-menu__calls {
        display: block;
        margin-top: 0
    }

    .footer {
        padding-bottom: 64px;
        padding-top: 140px
    }

    .footer .wrapper {
        padding: 0 64px
    }

    .footer__logo {
        display: block
    }

    .footer__top {
        display: grid;
        grid-template-columns: 370px auto 290px;
        -webkit-box-pack: initial;
        -ms-flex-pack: initial;
        justify-content: initial;
        grid-gap: 50px
    }

    .footer__list {
        grid-gap: 20px 50px
    }

    .footer__subscribe {
        font-size: 12px;
        line-height: 17px;
        width: 240px;
        height: 120px
    }

    .footer__subscribe::before {
        height: 105px;
        top: 7px
    }

    .footer__social {
        margin-left: 24px
    }

    .footer__bottom {
        margin-top: 63px
    }

    .footer__bottom-right svg {
        width: 145px;
        height: 14px
    }

    .footer__copyright,
    .footer__politic {
        font-size: 10px;
        line-height: 14px
    }

    .modal-window .pane {
        padding-top: 64px
    }

    .pane-window__form {
        padding: 0 64px 64px
    }

    .pane-window__cell .politic {
        margin-top: 40px
    }

    .pane-window__ready {
        padding: 0 64px 64px;
        height: 446px
    }

    .pane-window__cell-ready-title {
        font-size: 20px;
        line-height: 28px;
        margin-top: 40px
    }

    .pane-window__cell-ready-desc {
        font-size: 18px;
        line-height: 29px;
        max-width: 390px
    }

    .modal-item .pane {
        background-color: transparent;
        padding-top: 0
    }

    .modal-item .pane .destroy-button {
        top: 25px
    }

    .container-pop-item {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 32px;
        padding: 50px 0
    }

    .container-pop-item__left {
        padding: 0;
        margin-top: 0
    }

    .container-pop-item__left .modal__slider {
        max-width: 100%
    }

    .container-pop-item__left .modal__slider .swiper-wrapper {
        display: block
    }

    .container-pop-item__left .modal__slide + .modal__slide,
    .container-pop-item__right-btn a,
    .container-pop-item__right-btn button,
    .container-pop-item__right-cell + .container-pop-item__right-cell {
        margin-top: 32px
    }

    .container-pop-item__right {
        margin: 0;
        max-width: 100%;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
        position: sticky;
        top: 50px
    }

    .container-pop-item__right-cell {
        padding: 64px;
        border-radius: 64px
    }

    .container-pop-item__right-title {
        font-size: 20px;
        line-height: 28px
    }

    .container-pop-item__right-price {
        font-size: 32px;
        line-height: 45px;
        margin-top: 16px;
        letter-spacing: .05em
    }

    .container-pop-item__right-price span {
        font-size: 14px;
        top: -5px;
        height: 19px;
        line-height: 19px;
        margin-left: 12px
    }

    .container-pop-item__right-text {
        font-size: 18px;
        line-height: 27px
    }

    .container-pop-item__right-text p + p {
        margin-top: 16px
    }

    .container-pop-item__right-btn a,
    .container-pop-item__right-btn button {
        font-size: 14px;
        line-height: 19.6px;
        padding: 22px 24px
    }

    .container-pop-item__right-char {
        padding-bottom: 0
    }

    .modal-pane .destroy-button {
        top: -16px !important
    }

    .modal__slider-pagination {
        display: none
    }

    .front-slider {
        margin-top: 72px
    }

    .front-slider__slide {
        max-height: 464px;
        border-radius: 64px
    }

    .front-slider__pagination {
        margin: 29px auto 0
    }

    .offers-section {
        margin-top: 53px;
        padding-top: 163px;
        padding-bottom: 80px
    }

    .offers-section__top {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 0 112px 0 56px
    }

    .offers-section__title {
        font-size: 32px;
        line-height: 45px
    }

    .offers-section__all {
        display: block
    }

    .offers-section__mobile {
        display: none
    }

    .offers-section__slider {
        margin-top: 70px
    }

    .offers-section__pagination {
        margin: 29px auto 0
    }

    .offer-slide.full-acation .offer-slide__picture,
    .review-section-cell__item .review-slide__picture {
        height: 300px
    }

    .offer-slide.full-acation::before {
        width: 1800px;
        height: 1800px
    }

    .no-touch .offer-slide.full-acation:hover::before {
        left: -300px;
        top: -400px
    }

    .offer-slide {
        width: initial;
        border-radius: 64px;
        padding-bottom: 40px
    }

    .offer-slide__picture {
        height: 300px;
        border-radius: 56px
    }

    .offer-slide__content {
        height: 184px
    }

    .offer-slide__label {
        font-size: 12px;
        line-height: 17px;
        margin-top: 32px
    }

    .offer-slide__title {
        -webkit-line-clamp: 2;
        font-size: 14px;
        line-height: 20px
    }

    .offer-slide__data {
        font-size: 12px;
        line-height: 17px
    }

    .review-section {
        padding-top: 89px;
        padding-bottom: 69px;
        margin-top: -1px
    }

    .review-section-top {
        height: 90px;
        margin-top: -91px
    }

    .review-section-bottom {
        height: 90px;
        margin-top: -1px
    }

    .review-section__top {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 0 112px 0 56px
    }

    .review-section__title {
        font-size: 32px;
        line-height: 45px
    }

    .review-section__all {
        display: block
    }

    .review-section__mobile {
        display: none
    }

    .review-section__slider {
        margin-top: 70px
    }

    .review-section__pagination {
        margin: 29px auto 0
    }

    .review-slide,
    .review-slide::after {
        border-radius: 64px
    }

    .review-slide {
        padding-bottom: 40px;
        width: 536px
    }

    .review-slide__picture {
        height: 390px
    }

    .review-slide__picture img {
        border-radius: 56px
    }

    .review-slide__content {
        padding-top: 46px;
        height: 167px
    }

    .review-slide__title {
        font-size: 14px;
        line-height: 20px
    }

    .review-slide__data {
        font-size: 12px;
        line-height: 17px
    }

    .review-section-cell {
        margin-top: 63px;
        margin-bottom: 60px
    }

    .review-section-cell__row {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 32px
    }

    .review-section-cell__show {
        margin: 64px auto 0
    }

    .shops-section {
        padding-top: 73px
    }

    .offers-section + .shops-section {
        padding-top: 163px
    }

    .offers-section + .shops-section::before {
        height: 90px
    }

    .shops-section__top {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 0 112px 0 56px
    }

    .shops-section__title {
        font-size: 32px;
        line-height: 45px
    }

    .shops-section__all {
        display: block
    }

    .shops-section__list {
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 64px 32px;
        margin-top: 71px
    }

    .shops-section__mobile {
        display: none
    }

    .shops-section__item-pic {
        border-radius: 64px
    }

    .shops-section__item-logo {
        width: 64px;
        height: 64px;
        top: 32px;
        left: 32px
    }

    .shops-section__item-name {
        bottom: 32px;
        font-size: 14px;
        padding: 21px;
        line-height: 20px;
        width: calc(100% - 64px);
        left: 32px
    }

    .scaladrome {
        padding-top: 81px;
        padding-bottom: 48px
    }

    .scaladrome-pseudo-top {
        height: 90px;
        margin-top: -45px
    }

    .scaladrome-pseudo-bottom {
        height: 90px
    }

    .scaladrome__top {
        padding: 0 56px
    }

    .scaladrome__title {
        font-size: 48px;
        line-height: 67px
    }

    .scaladrome__title::before {
        width: 480px;
        height: 240px;
        left: 175px;
        top: -54px
    }

    .scaladrome__description {
        width: 300px;
        font-size: 24px;
        line-height: 36px;
        max-width: 300px;
        top: -2px
    }

    .scaladrome__image {
        margin: 63px auto 0
    }

    .today-events {
        padding-top: 119px
    }

    .today-events__top {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 0 112px 0 56px
    }

    .today-events__title {
        font-size: 32px;
        line-height: 45px
    }

    .today-events__all {
        display: block
    }

    .today-events__list {
        grid-template-columns: repeat(3, 1fr);
        margin-top: 71px
    }

    .today-events__item {
        padding: 17px 85px 0
    }

    .today-events__item:first-child {
        border-radius: 0 0 250px
    }

    .today-events__item:nth-child(2) {
        border-radius: 250px 250px 0 0
    }

    .today-events__item-name {
        font-size: 20px;
        line-height: 28px
    }

    .today-events__item-data {
        font-size: 14px;
        line-height: 20px
    }

    .today-events__mobile {
        display: none
    }

    .preloader {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .preloader__first-element {
        -webkit-animation: 1.7s linear left-element-anim;
        animation: 1.7s linear left-element-anim
    }

    .preloader__first-element,
    .preloader__last-element,
    .preloader__middle-element {
        height: 100vh;
        width: 100vh;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100vh;
        flex: 0 0 100vh
    }

    .preloader__middle-element svg {
        width: 350px
    }

    .preloader__last-element {
        -webkit-animation: 1.7s linear right-element-anim;
        animation: 1.7s linear right-element-anim
    }
}

