@font-face {
    font-family: Inter;
    font-display: swap;
    src: url(../fonts/Inter-Bold.woff2) format("woff2"), url(../fonts/Inter-Bold.woff) format("woff");
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: Inter;
    font-display: swap;
    src: url(../fonts/Inter-ExtraBold.woff2) format("woff2"), url(../fonts/Inter-ExtraBold.woff) format("woff");
    font-weight: 800;
    font-style: normal;
}
@font-face {
    font-family: Inter;
    font-display: swap;
    src: url(../fonts/Inter-Light.woff2) format("woff2"), url(../fonts/Inter-Light.woff) format("woff");
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: Inter;
    font-display: swap;
    src: url(../fonts/Inter-Regular.woff2) format("woff2"), url(../fonts/Inter-Regular.woff) format("woff");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: Inter;
    font-display: swap;
    src: url(../fonts/Inter-SemiBold.woff2) format("woff2"), url(../fonts/Inter-SemiBold.woff) format("woff");
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: Inter;
    font-display: swap;
    src: url(../fonts/Inter-Medium.woff2) format("woff2"), url(../fonts/Inter-Medium.woff) format("woff");
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: "Montserrat Alternates";
    font-display: swap;
    src: url(../fonts/MontserratAlternates-SemiBold.woff2) format("woff2"), url(../fonts/MontserratAlternates-SemiBold.woff) format("woff");
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: Rubik;
    font-display: swap;
    src: url(../fonts/Rubik-Medium.woff2) format("woff2"), url(../fonts/Rubik-Medium.woff) format("woff");
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: "Montserrat Alternates";
    font-display: swap;
    src: url(../fonts/MontserratAlternates-Bold.woff2) format("woff2"), url(../fonts/MontserratAlternates-Bold.woff) format("woff");
    font-weight: 700;
    font-style: normal;
}
sup {
    line-height: 0;
}
:root {
    --fontFamily: "Inter", sans-serif;
    --fontSize: 14px;
    --main: #000000;
    --strong: #1e1e1e;
    --text: #4b4b4b;
    --darkGray: #676773;
    --white: #ffffff;
    --gray: #ededed;
    --purple: #8c56d8;
    --disabled: #e2e2e2;
    --gradient: linear-gradient(to right, #fc79ff -52.59%, #9b6ff8 117.26%);
    --gradient2: linear-gradient(-60deg, #fc79ff 0%, #9b6ff8 100%);
    --pink: #ef5da8;
    --unnamed: #353535;
}
.border {
    position: relative;
    border-radius: 6px;
}
.border::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 6px);
    height: calc(100% - 6px);
    margin: 3px;
    pointer-events: none;
    border-radius: inherit;
    border: 1px solid rgba(233, 233, 233, 0.62);
    z-index: 1;
}
.border img,
.border source {
    border-radius: inherit;
}
.border__bottom {
    position: relative;
    background-color: var(--white);
}
.border__bottom::after {
    content: "";
    position: absolute;
    width: 96%;
    height: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -5px;
    border-radius: inherit;
    background: var(--purple);
    pointer-events: none;
    z-index: -1;
}
* {
    padding: 0;
    margin: 0;
    border: 0;
}
*,
:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
::-moz-selection {
    background: #f0d5ff;
}
::selection {
    background: #f0d5ff;
}
:active,
:focus {
    outline-color: var(--pink);
}
html {
    scroll-behavior: smooth;
}
body,
html {
    height: 100%;
    min-width: 320px;
}
body {
    color: var(--main);
    font-family: var(--fontFamily);
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: var(--fontSize);
}
button,
input,
textarea {
    font-family: var(--fontFamily);
    font-size: inherit;
}
button {
    cursor: pointer;
    color: inherit;
    background-color: inherit;
}
a {
    color: inherit;
}
a:hover,
a:link,
a:visited {
    text-decoration: none;
}
ul li {
    list-style: none;
}
img,
source {
    vertical-align: top;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: inherit;
    font-size: inherit;
}
.lock body {
    overflow: hidden;
    -ms-touch-action: none;
    touch-action: none;
}
.wrapper {
    min-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
}
.wrapper > main {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
.wrapper > * {
    min-width: 0;
}
[class*="__container"] {
    max-width: 75.3125rem;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    margin: 0 auto;
    padding: 0 2.1875rem;
}
input[type="email"],
input[type="tel"],
input[type="text"],
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.form__error {
    text-align: left;
    display: none;
    font-size: 12px;
    margin: 5px 0 0;
    color: #ff6d6d;
}
.form__error._active {
    display: block;
}
input {
    width: 100%;
    display: block;
    font-size: calc(14px + 3 * (100vw - 320px) / 1600);
    padding: 34px 39px;
    max-width: 352.92px;
    max-height: 87.25px;
    background: var(--white);
    border: 1px solid var(--gray);
    -webkit-box-shadow: inset 0 -1px 4px rgba(255, 255, 255, 0.25), inset 7px 7px 25px rgba(255, 255, 255, 0.25);
    box-shadow: inset 0 -1px 4px rgba(255, 255, 255, 0.25), inset 7px 7px 25px rgba(255, 255, 255, 0.25);
    border-radius: 10px;
}
input::-webkit-input-placeholder {
    color: #999ba6;
}
input::-moz-placeholder {
    color: #999ba6;
}
input::-ms-input-placeholder {
    color: #999ba6;
}
input:-ms-input-placeholder {
    color: #999ba6;
}
input::placeholder {
    color: #999ba6;
}
input._error::-webkit-input-placeholder {
    color: red;
}
input._error::-moz-placeholder {
    color: red;
}
input._error::-ms-input-placeholder {
    color: red;
}
input._error:-ms-input-placeholder {
    color: red;
}
input._error,
input._error::placeholder {
    color: red;
}
input._error ~ .mail__error {
    display: block;
}
textarea {
    resize: none;
}
body::after {
    content: "";
    border-radius: 4px;
    background: rgba(58, 58, 58, 0.72);
    -webkit-backdrop-filter: blur(16.5px);
    backdrop-filter: blur(16.5px);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: opacity 0.8s ease 0s;
    -o-transition: opacity 0.8s ease 0s;
    transition: opacity 0.8s ease 0s;
    pointer-events: none;
    z-index: 149;
}
.popup-show body::after {
    opacity: 1;
}
.popup {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 30px 10px;
    -webkit-transition: visibility 0.8s ease 0s;
    -o-transition: visibility 0.8s ease 0s;
    transition: visibility 0.8s ease 0s;
    visibility: hidden;
    pointer-events: none;
}
.popup_show {
    z-index: 150;
    visibility: visible;
    overflow: auto;
    pointer-events: auto;
}
.popup_show .popup__content {
    visibility: visible;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.popup__wrapper {
    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;
    min-height: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 100%;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    align-items: center;
}
.popup__content {
    position: relative;
    visibility: hidden;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: -webkit-transform 0.3s ease 0s;
    transition: -webkit-transform 0.3s ease 0s;
    -o-transition: transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
    background-color: var(--white);
    padding-top: calc(29px + 15 * (100vw - 320px) / 1600);
    padding-bottom: calc(29px + 15 * (100vw - 320px) / 1600);
    padding-left: calc(25px + 26 * (100vw - 320px) / 1600);
    padding-right: calc(25px + 26 * (100vw - 320px) / 1600);
    width: 100%;
    max-width: 784px;
    border-radius: 6px;
    border-bottom: 4px solid var(--purple);
}
.lock .popup__content {
    visibility: visible;
}
.popup__close {
    background: 0 0;
    position: absolute;
    top: 0;
    right: -5%;
    width: 25px;
    height: 25px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.popup__close img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.popup__title {
    color: var(strong);
    font-size: 25px;
    font-weight: 500;
    line-height: 126.5%;
    letter-spacing: 0.125px;
    margin-bottom: 20px;
}
[class*="-ibg"] {
    position: relative;
}
[class*="-ibg"] img,
[class*="-ibg"] source {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: -2;
}
[class*="-ibg_contain"] img,
[class*="-ibg_contain"] source {
    -o-object-fit: contain;
    object-fit: contain;
}
.section__text {
    line-height: 147.3%;
}
.section__text a {
    color: var(--purple);
}
.section__text :not(:last-child) {
    margin-bottom: 10px;
}
.section__text_center {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.section__button_center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 40px;
}
.section__title {
    color: var(--strong);
    font-weight: 300;
    line-height: 118.5%;
    margin-bottom: 20px;
}
.section__title_min {
    color: var(--strong);
    font-weight: 300;
    line-height: 126.5%;
    margin-bottom: 15px;
}
.section__title span {
    color: var(--purple);
    font-weight: 500;
}
.section__title_center {
    text-align: center;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}
.section__list li {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    line-height: 1.625;
}
.section__list li:not(:last-child) {
    margin-bottom: 8px;
}
.section__list li::before {
    content: "";
    width: 7px;
    height: 7px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: 4px;
    border: 2px solid var(--gray);
    background: var(--pink);
    margin-right: 12px;
}
.section__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: 50%;
    background: var(--purple);
    -webkit-box-shadow: 0 4px 22px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 4px 22px 0 rgba(0, 0, 0, 0.05);
    padding: 5px;
}
.section__icon img,
.section__icon source {
    width: 29px;
    height: 29px;
    -o-object-fit: contain;
    object-fit: contain;
}
.section__star {
    font-family: Rubik, sans-serif;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px;
    font-weight: 500;
    line-height: 146.8%;
    font-size: 13px;
    width: 79px;
    height: 79px;
    color: var(--white);
    background: url(../img/tulp/star-pink.svg) center/contain no-repeat;
    text-align: center;
    border-radius: 8px;
    margin-bottom: 20px;
}
.button {
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: var(--white);
    vertical-align: middle;
    background: var(--gradient);
    border-radius: 14px/20px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 800;
    padding: 15px 25px;
    height: 84px;
    -webkit-box-shadow: inset 0 -1.05117px 4.20469px rgba(255, 255, 255, 0.25), inset 7.35821px 7.35821px 26.2793px rgba(255, 255, 255, 0.25);
    box-shadow: inset 0 -1.05117px 4.20469px rgba(255, 255, 255, 0.25), inset 7.35821px 7.35821px 26.2793px rgba(255, 255, 255, 0.25);
    line-height: 1.375;
    letter-spacing: 0.64px;
    -webkit-box-shadow: 0 0 0 var(--purple);
    box-shadow: 0 0 0 var(--purple);
    -webkit-transition: -webkit-box-shadow 0.15s;
    transition: -webkit-box-shadow 0.15s;
    -o-transition: box-shadow 0.15s;
    transition: box-shadow 0.15s;
    transition: box-shadow 0.15s, -webkit-box-shadow 0.15s;
}
.button + .button {
    margin-top: 20px;
}
.button::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    border-radius: inherit;
    -webkit-box-shadow: 0 3px 0 var(--purple);
    box-shadow: 0 3px 0 var(--purple);
    z-index: -1;
}
.button:active {
    -webkit-box-shadow: 0 -3px 25px var(--purple);
    box-shadow: 0 -3px 25px var(--purple);
}
.button_load {
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: var(--main);
    vertical-align: middle;
    border-radius: 14px/20px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 800;
    padding: 15px 25px;
    height: 80px;
    line-height: 1.375;
    letter-spacing: 0.64px;
    -webkit-box-shadow: 7px 7px 26px 0 rgba(255, 255, 255, 0.25) inset, 0 -1px 4px 0 rgba(255, 255, 255, 0.25) inset;
    box-shadow: 7px 7px 26px 0 rgba(255, 255, 255, 0.25) inset, 0 -1px 4px 0 rgba(255, 255, 255, 0.25) inset;
    -webkit-transition: -webkit-box-shadow 0.15s;
    transition: -webkit-box-shadow 0.15s;
    -o-transition: box-shadow 0.15s;
    transition: box-shadow 0.15s;
    transition: box-shadow 0.15s, -webkit-box-shadow 0.15s;
}
.button_load::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    background: var(--gradient);
    z-index: -2;
}
.button_load::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    margin: 1px;
    border-radius: inherit;
    background: var(--white);
    z-index: -1;
}
.button_load img,
.button_load source {
    margin-right: 15px;
    width: 34px;
    height: 34px;
    -o-object-fit: contain;
    object-fit: contain;
}
.button_load:focus img,
.button_load:focus source {
    -webkit-animation: load 1s ease infinite;
    animation: load 1s ease infinite;
}
.button_load:active {
    -webkit-box-shadow: 0 0 10px rgba(140, 86, 216, 0.5);
    box-shadow: 0 0 10px rgba(140, 86, 216, 0.5);
}
@-webkit-keyframes load {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}
@keyframes load {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}
.swiper-pagination-bullets {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 5px;
}
.swiper-pagination-bullets .swiper-pagination-bullet {
    border-radius: 50%;
    background: #c4c4c4;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 8px;
    height: 8px;
    margin: 0 5px;
    cursor: pointer;
}
.swiper-pagination-bullets .swiper-pagination-bullet-active {
    background: var(--purple);
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
}
._slider_thumbs {
    position: relative;
    padding-bottom: 10px;
}
._slider_thumbs::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 100%;
    border-radius: 4px;
    background: #e8e8e8;
}
._slider_thumbs .swiper-slide {
    cursor: pointer;
    -webkit-transition: opacity 0.4s ease;
    -o-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
    position: relative;
}
._slider_thumbs .swiper-slide::before {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    height: 2px;
    width: 0%;
    border-radius: 4px;
    background: var(--purple);
    -webkit-transition: width 0.4s ease;
    -o-transition: width 0.4s ease;
    transition: width 0.4s ease;
}
._slider_thumbs .swiper-slide-thumb-active::before {
    width: 100%;
}
._animation-items {
    visibility: hidden;
    opacity: 0;
}
._animation-items._active {
    -webkit-animation: show 1s ease forwards;
    animation: show 1s ease forwards;
}
@-webkit-keyframes show {
    0% {
        visibility: hidden;
        opacity: 0;
    }
    100% {
        visibility: visible;
        opacity: 1;
    }
}
@keyframes show {
    0% {
        visibility: hidden;
        opacity: 0;
    }
    100% {
        visibility: visible;
        opacity: 1;
    }
}
.header {
    padding: 10px 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 102;
    -webkit-backdrop-filter: blur(14.5px);
    backdrop-filter: blur(14.5px);
    background: rgba(255, 255, 255, 0.5);
}
.header__body {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.header__logo {
    margin-right: 14px;
}
.header__logo img,
.header__logo source {
    width: 69px;
    height: auto;
}
.header__info p {
    color: var(--strong);
    font-size: 13px;
    margin-bottom: 8px;
    font-weight: 300;
    line-height: 129.023%;
}
.header__info a {
    white-space: nowrap;
    color: var(--strong);
    font-weight: 700;
    line-height: 125.188%;
    -webkit-transition: color 0.4s ease;
    -o-transition: color 0.4s ease;
    transition: color 0.4s ease;
}
.header__actions,
.header__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    z-index: 101;
}
.header__cart {
    border-radius: 50%;
    margin-left: 33px;
    -webkit-transition: -webkit-box-shadow 0.15s;
    transition: -webkit-box-shadow 0.15s;
    -o-transition: box-shadow 0.15s;
    transition: box-shadow 0.15s;
    transition: box-shadow 0.15s, -webkit-box-shadow 0.15s;
    -webkit-box-shadow: 0 0 0 rgba(140, 86, 216, 0.5);
    box-shadow: 0 0 0 rgba(140, 86, 216, 0.5);
}
.header__cart img,
.header__cart source {
    width: 46px;
    height: 46px;
    -o-object-fit: contain;
    object-fit: contain;
}
.header__cart:focus {
    outline-color: var(--purple);
}
.header__cart:active {
    -webkit-box-shadow: 0 0 10px rgba(140, 86, 216, 0.5);
    box-shadow: 0 0 10px rgba(140, 86, 216, 0.5);
}
.menu {
    position: relative;
    z-index: 101;
    margin: 0 33px;
}
.menu__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.menu__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 8px;
}
.menu__item .menu__arrow,
.menu__item a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--strong);
    font-weight: 600;
    text-align: center;
    -webkit-transition: color 0.4s ease;
    -o-transition: color 0.4s ease;
    transition: color 0.4s ease;
}
.menu__item .menu__arrow.active,
.menu__item a.active {
    color: var(--purple);
}
.menu__sub-list {
    width: 100%;
}
.menu__sub-item a {
    text-align: left;
    display: block;
    padding: 7px 0;
    font-size: 16px;
    line-height: 126.5%;
    letter-spacing: 0.08px;
}
.menu__sub-item a span {
    display: block;
    text-align: center;
    color: var(--strong);
    font-weight: 600;
    -webkit-transition: color 0.4s ease;
    -o-transition: color 0.4s ease;
    transition: color 0.4s ease;
}
.menu__sub-grid {
    display: -ms-grid;
    display: grid;
    gap: 10px;
    -ms-grid-columns: minmax(160px, 1fr) [5];
    grid-template-columns: repeat(5, minmax(160px, 1fr));
}
.menu__sub-imgs {
    position: relative;
    margin-bottom: 20px;
}
.menu__sub-img {
    width: 100%;
    height: 122px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 4px;
    -webkit-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
}
.menu__sub-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: absolute;
    bottom: -20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background: var(--white);
    border-radius: 50%;
    padding: 5px;
    width: 43px;
    height: 43px;
}
.menu__sub-icon svg {
    width: 90%;
    height: 90%;
}
.button__border {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    padding: 10px 17px;
    font-weight: 700;
    font-size: 11px;
    min-height: 39px;
    border-radius: 7px/12px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    background: -o-linear-gradient(181.63deg, #fc79ff -52.59%, #9b6ff8 117.26%);
    background: linear-gradient(268.37deg, #fc79ff -52.59%, #9b6ff8 117.26%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-box-shadow: 0 0 0 var(--purple);
    box-shadow: 0 0 0 var(--purple);
    -webkit-transition: -webkit-box-shadow 0.15s;
    transition: -webkit-box-shadow 0.15s;
    -o-transition: box-shadow 0.15s;
    transition: box-shadow 0.15s;
    transition: box-shadow 0.15s, -webkit-box-shadow 0.15s;
}
.button__border::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    background: var(--gradient);
    z-index: -2;
}
.button__border::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    margin: 1px;
    border-radius: inherit;
    background: var(--white);
    z-index: -1;
}
.button__border:active {
    -webkit-box-shadow: 0 0 10px rgba(140, 86, 216, 0.5);
    box-shadow: 0 0 10px rgba(140, 86, 216, 0.5);
}
.header__container_2 {
    max-width: 1576px;
}
.header__logo_2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.header__logo_2 img,
.header__logo_2 source {
    width: 143px;
    height: auto;
}
.header__logo_2 svg {
    margin-right: 10px;
}
.header__logo_2 span {
    color: #7e5bb7;
    font-family: auto;
    font-size: 18px;
    font-weight: 600;
}
.header__logo_2 p {
    font-size: 8px;
}
.header__contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.header__contacts a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 500;
    gap: 6px;
}
.icon-menu {
    display: none;
}
.contacts {
    margin-bottom: 40px;
}
.contacts__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 13px;
}
.contacts__grid .contacts__address:nth-child(1),
.contacts__grid .contacts__address:nth-child(4) {
    -webkit-box-flex: 3;
    -ms-flex: 3;
    flex: 3;
    min-width: 50%;
}
.contacts__grid .contacts__address:nth-child(2),
.contacts__grid .contacts__address:nth-child(3) {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 30%;
}
.contacts__row {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
}
.contacts__cols {
    display: -ms-grid;
    display: grid;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 22px 10px;
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
}
.contacts__address {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    min-height: 404px;
    padding: 30px;
}
.contacts__address img,
.contacts__address source {
    border-radius: 6px;
}
.contacts__address_name {
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 9px;
    font-weight: 600;
    line-height: 121.2%;
}
.contacts__address_desc {
    font-size: 16px;
    line-height: 121.2%;
}
.contacts__plashka {
    border-radius: 4px 0 4px 4px;
    background: -o-linear-gradient(315deg, rgba(255, 255, 255, 0.54) 0, rgba(255, 255, 255, 0.84) 100%);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.54) 0, rgba(255, 255, 255, 0.84) 100%);
    -webkit-backdrop-filter: blur(17px);
    backdrop-filter: blur(17px);
    padding: 26px 14px;
}
.contacts__cards {
    width: 100%;
    display: -ms-grid;
    display: grid;
    gap: 20px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 30px;
}
.contacts__top {
    margin-bottom: 29px;
}
.contacts__groups {
    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-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.contacts__group_center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.contacts__group_center .footer__social {
    margin-left: 24px;
}
.contacts__label {
    color: var(--text);
    font-size: 16px;
    line-height: 121.2%;
    margin-bottom: 9px;
}
.contacts__value {
    font-size: 16px;
    font-weight: 500;
    line-height: 121.2%;
}
.contacts__card {
    min-height: 300px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 5px;
    background: var(--white);
    -webkit-box-shadow: 0 4px 38px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 38px 0 rgba(0, 0, 0, 0.1);
}
.contacts__card img,
.contacts__card source {
    border-radius: 5px 0 0 5px;
    -o-object-position: 50% 0;
    object-position: 50% 0;
}
.contacts__card_center img,
.contacts__card_center source {
    -o-object-position: 50% 100%;
    object-position: 50% 100%;
}
.contacts__img {
    position: absolute;
    bottom: 0;
    width: 40%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 0;
    -o-object-position: top;
    object-position: top;
}
.contacts__status {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: -25px;
    padding-bottom: 28px;
}
.contacts__status span {
    background: #59b52e;
    border-radius: 9999px;
    color: var(--white);
    font-size: 14px;
    padding: 4px 26px;
}
.contacts__info {
    position: relative;
    z-index: 3;
    padding: 25px;
    width: 55%;
    margin-left: auto;
}
.contacts__name {
    font-weight: 600;
    line-height: 143.187%;
    text-transform: uppercase;
    margin-bottom: 12px;
}
.contacts__text {
    line-height: 154.188%;
    margin-bottom: 8px;
}
.contacts__link {
    display: block;
    font-size: 14px;
    line-height: 154.188%;
}
.contacts__link:not(:last-child) {
    margin-bottom: 5px;
}
.contacts__map {
    width: calc(100% - 448px);
}
.contacts__bottom .contacts__map {
    width: 100%;
}
.contacts__bottom .contacts__map iframe {
    border-radius: 10px;
    height: 451px;
}
.contacts__map iframe {
    width: 100%;
    height: 100%;
}
.footer {
    padding-bottom: 29px;
}
.footer__body {
    display: -ms-grid;
    display: grid;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(360px, auto));
}
.footer__logo {
    display: inline-block;
    margin-bottom: 10px;
}
.footer__logo img,
.footer__logo source {
    width: 50px;
    height: auto;
}
.footer__copyright {
    font-size: 13px;
    line-height: 129.023%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.footer__requizites {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 13px;
    line-height: 154.188%;
}
.footer__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.footer__col:not(:last-child) {
    margin-right: 10px;
}
.footer__col p:not(:last-child) {
    margin-bottom: 3px;
}
.footer__subtitle {
    font-weight: 600;
    text-transform: uppercase;
}
.footer__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.footer__social a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: -o-linear-gradient(248deg, #fc79ff 0, #9b6ff8 100%), -o-linear-gradient(249deg, #fff 0, #a1a1a1 100%);
    background: linear-gradient(202deg, #fc79ff 0, #9b6ff8 100%), linear-gradient(201deg, #fff 0, #a1a1a1 100%);
    -webkit-box-shadow: 0 -1px 4px 0 rgba(255, 255, 255, 0.25) inset, 0 -1px 4px 0 rgba(255, 255, 255, 0.25) inset;
    box-shadow: 0 -1px 4px 0 rgba(255, 255, 255, 0.25) inset, 0 -1px 4px 0 rgba(255, 255, 255, 0.25) inset;
}
.footer__social a:active {
    -webkit-box-shadow: 0 0 10px rgba(140, 86, 216, 0.5);
    box-shadow: 0 0 10px rgba(140, 86, 216, 0.5);
}
.footer__social a:not(:last-child) {
    margin-right: 9px;
}
.footer__social a img,
.footer__social a source {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.footer__social a svg {
    max-width: 22px;
    max-height: 22px;
}
.footer__political a {
    display: block;
    color: #676773;
    font-size: 12px;
    line-height: 140.688%;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
}
.sale__body {
    text-transform: uppercase;
    text-align: center;
    color: var(--white);
    padding: 3% 10%;
    width: 80%;
    margin: auto;
    background: url(../img/action.jpg) center/cover no-repeat;
    font-size: 40px;
    font-weight: 500;
}
.sale__body :not(:last-child) {
    margin-bottom: 10px;
}
.intro {
    overflow: hidden;
}
.intro__center {
    position: relative;
    text-align: center;
}
.intro__center .button:not(:last-child) {
    margin-bottom: 10px;
}
.intro__list_blur {
    position: relative;
}
.intro__list_blur::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    -webkit-backdrop-filter: blur(14.5px);
    backdrop-filter: blur(14.5px);
    z-index: -1;
}
.intro_white {
    position: relative;
    color: var(--white);
}
.intro_white::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.87);
    -webkit-backdrop-filter: blur(14.5px);
    backdrop-filter: blur(14.5px);
    pointer-events: none;
    z-index: -1;
}
.intro_white::after {
    content: "";
    position: absolute;
    top: 0;
    left: 48%;
    width: 5%;
    height: 105%;
    background: #7358c0;
    -webkit-filter: blur(11px);
    filter: blur(11px);
    pointer-events: none;
    z-index: -2;
}
.intro .intro_white img,
.intro .intro_white source {
    -o-object-position: bottom;
    object-position: bottom;
}
.intro img,
.intro source {
    -o-object-position: top;
    object-position: top;
}
.intro__dark {
    position: relative;
    color: var(--white);
}
.intro__dark::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.17);
    z-index: -1;
}
.intro__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: -2;
}
video.intro__image {
    -o-object-position: top;
    object-position: top;
}
.intro__image-mb {
    display: none;
}
.intro__image-left {
    position: absolute;
    right: 0;
    top: 50px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 50%;
    height: 100%;
    z-index: -2;
    -o-object-position: top;
    object-position: top;
}
.intro__body {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
}
.intro__body_white::before {
    content: "";
    position: absolute;
    height: 60%;
    left: -5%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.6);
    mix-blend-mode: screen;
    -webkit-filter: blur(20.5px);
    filter: blur(20.5px);
    z-index: -1;
}
.intro__title {
    font-weight: 300;
    line-height: 112.523%;
    margin-bottom: 19px;
}
.intro__title b {
    font-weight: 500;
}
.intro__title span {
    font-weight: 700;
    color: var(--purple);
}
.intro__title_min,
.intro__title_tulp {
    line-height: 130.023%;
}
.intro__title_tulp span {
    color: inherit;
    font-weight: 300;
}
.home {
    background: #f8f6fc;
}
.home__container {
    max-width: none;
    padding: 0;
}
.home__body {
    display: -ms-grid;
    display: grid;
    gap: 12px;
    -ms-grid-columns: 48% auto;
    grid-template-columns: 48% auto;
    padding-left: max(15px, (100% - 1576px) / 2);
}
.home__address {
    line-height: 116.188%;
    margin-bottom: 38px;
}
.home__address:not(:last-child) {
    margin-bottom: 17px;
}
.home__address span {
    font-weight: 700;
    color: var(--purple, #6d45ad);
    text-transform: uppercase;
}
.home__btn {
    width: 100%;
    max-width: 416px;
    color: var(--white, #fff);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 21.08px;
    background: -o-linear-gradient(326deg, #6d45ad 0, #995fb5 37.5%, #8c45ad 100%);
    background: linear-gradient(124deg, #6d45ad 0, #995fb5 37.5%, #8c45ad 100%);
    text-align: center;
    font-weight: 700;
    line-height: 116.188%;
    text-transform: uppercase;
    -webkit-transition: -webkit-box-shadow 0.4s ease;
    transition: -webkit-box-shadow 0.4s ease;
    -o-transition: box-shadow 0.4s ease;
    transition: box-shadow 0.4s ease;
    transition: box-shadow 0.4s ease, -webkit-box-shadow 0.4s ease;
}
.home__title {
    color: var(--purple, #6d45ad);
    font-family: "Montserrat Alternates";
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 45px;
}
.home__actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 104px;
}
.home__actions a {
    background: 0 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.home__actions a svg {
    border-radius: 50%;
    -webkit-transition: -webkit-box-shadow 0.4s ease;
    transition: -webkit-box-shadow 0.4s ease;
    -o-transition: box-shadow 0.4s ease;
    transition: box-shadow 0.4s ease;
    transition: box-shadow 0.4s ease, -webkit-box-shadow 0.4s ease;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.home__items {
    display: -ms-grid;
    display: grid;
    gap: 36px;
    grid-template-columns: repeat(auto-fit, minmax(45%, 1fr));
}
.home__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
}
.home__item svg {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.home__item_text {
    color: var(--unnamed, #353535);
}
.home__right {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.home__links {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.home__link {
    position: relative;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    border-radius: inherit;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
}
.home__link_wrapper {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 5px;
    border-radius: 7.13px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border: 1.896px solid #6d45ad;
    -webkit-transition: -webkit-box-shadow 0.4s ease;
    transition: -webkit-box-shadow 0.4s ease;
    -o-transition: box-shadow 0.4s ease;
    transition: box-shadow 0.4s ease;
    transition: box-shadow 0.4s ease, -webkit-box-shadow 0.4s ease;
}
.home__link::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    width: 100%;
    height: 100%;
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.35) 0, rgba(0, 0, 0, 0.35) 100%);
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(0, 0, 0, 0.35)), to(rgba(0, 0, 0, 0.35)));
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.35) 0, rgba(0, 0, 0, 0.35) 100%);
    z-index: -1;
}
.home__link img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg) scale(1.4);
    -ms-transform: translate(-50%, -50%) rotate(-45deg) scale(1.4);
    transform: translate(-50%, -50%) rotate(-45deg) scale(1.4);
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: -2;
}
.home__link span {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    color: var(--white, #fff);
    text-align: center;
    font-family: "Montserrat Alternates";
    font-weight: 700;
    line-height: 103.9%;
    text-transform: uppercase;
}
.home__help {
    position: absolute;
    bottom: 25%;
    right: -130%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.home__help svg {
    margin-bottom: 5px;
}
.home__help p {
    color: #a96dc5;
    text-align: center;
    font-style: italic;
    line-height: 134.687%;
}
.home__img {
    pointer-events: none;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border-radius: 26.008px;
}
.home__img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: rotate(-45deg) scale(1.4);
    -ms-transform: rotate(-45deg) scale(1.4);
    transform: rotate(-45deg) scale(1.4);
    -o-object-fit: cover;
    object-fit: cover;
}
.categories__body {
    display: -ms-grid;
    display: grid;
    -webkit-column-gap: 14px;
    -moz-column-gap: 14px;
    column-gap: 14px;
    grid-template-columns: repeat(auto-fill, minmax(235px, 1fr));
}
.categories__body:not(:last-child) {
    margin-bottom: 47px;
}
.categories__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    border-radius: 6px;
}
.categories__item_large {
    -ms-grid-column-span: 2;
    grid-column: 2 span;
}
.categories__img {
    -webkit-transition: opacity 0.4s ease;
    -o-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
}
.categories__img img,
.categories__img source {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 6px;
}
.categories__title {
    color: var(--strong);
    font-weight: 600;
    line-height: 126.5%;
    letter-spacing: 0.105px;
}
.categories__title_up {
    padding: 0;
}
.categories__banner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-weight: 600;
    line-height: 126.5%;
    letter-spacing: 0.09px;
    color: var(--strong);
    width: auto;
    white-space: nowrap;
    border-radius: 7.478px 0 7.478px 7.478px;
    background: -o-linear-gradient(273deg, rgba(255, 255, 255, 0.78) 0, rgba(255, 255, 255, 0.67) 100%);
    background: linear-gradient(177deg, rgba(255, 255, 255, 0.78) 0, rgba(255, 255, 255, 0.67) 100%);
    -webkit-backdrop-filter: blur(9.5px);
    backdrop-filter: blur(9.5px);
}
.categories__banner span {
    display: block;
    color: var(--main);
    font-weight: 600;
    line-height: 121.2%;
}
.categories__link {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    color: var(--purple);
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    border-bottom: 1px dashed var(--purple);
    line-height: 126.5%;
    letter-spacing: 0.105px;
}
.categories__more {
    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;
}
.categories__show .categories__item:nth-child(n + 7) {
    display: none;
}
.categories__show .categories__item.is-visible {
    display: block;
}
.warehouse__eli {
    position: relative;
}
.warehouse__wrapp {
    display: -ms-grid;
    display: grid;
    gap: 13px;
    grid-template-columns: repeat(auto-fit, minmax(315px, 1fr));
    margin-bottom: 15px;
}
.warehouse_eli__slider_large {
    border-radius: 5px;
}
.warehouse_eli__slider_thumbs {
    height: 141px;
    width: 100%;
}
.warehouse__slider {
    position: relative;
}
.warehouse_eli__slider_large {
    max-height: 447px;
}
.warehouse_eli__slider_large .warehouse__slide {
    width: 100%;
}
.warehouse_eli__slider_thumbs .warehouse__slide {
    aspect-ratio: 12/8;
}
.warehouse__slider_large {
    position: relative;
    margin-left: -22px;
    margin-right: -22px;
    padding: 22px;
    padding-bottom: 0;
}
.warehouse__arrows {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.warehouse__arrows_center {
    position: absolute;
    bottom: 100px;
    left: 12px;
    width: calc(100% - 24px);
    pointer-events: none;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    z-index: 10;
}
.warehouse__arrow_prev {
    margin-right: 8.31px;
}
.warehouse__slide img,
.warehouse__slide source {
    border-radius: 4px;
}
.warehouse_eli__info {
    position: relative;
    overflow: auto;
    background: var(--white);
    border-radius: 5px;
    -webkit-box-shadow: 0 2px 21px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 21px 0 rgba(0, 0, 0, 0.1);
    padding: 15px;
}
.warehouse__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 38px;
}
.warehouse__date {
    position: relative;
    width: 100%;
    max-width: 380px;
    color: var(--purple);
    font-weight: 500;
}
.warehouse__desc p {
    line-height: 147.3%;
}
.warehouse__desc p:not(:last-child) {
    margin-bottom: 15px;
}
.warehouse__advantages {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(40%, auto));
}
.warehouse__number {
    font-weight: 600;
    line-height: 147.3%;
}
.warehouse__text {
    line-height: 147.3%;
}
.services img {
    aspect-ratio: 12/9;
}
.services__wrapp {
    display: -ms-grid;
    display: grid;
    gap: 10px;
    -ms-grid-columns: auto 387px;
    grid-template-columns: auto 387px;
    margin-bottom: 10px;
}
.services__sliders {
    margin-top: 24px;
}
.services__slider {
    position: relative;
}
.services__slider_thumbs:not(:last-child) {
    margin-bottom: 24px;
}
.production__left {
    position: relative;
}
.services .production__col:not(:last-child) {
    margin-bottom: 30px;
}
.subscription__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.subscription__img img {
    width: 80%;
    -o-object-fit: contain;
    object-fit: contain;
}
.subscription__items {
    display: -ms-inline-grid;
    display: inline-grid;
    gap: 40px;
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    margin-bottom: 40px;
}
.subscription__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.subscription__title {
    margin-bottom: 40px;
}
.subscription_wrapp {
    position: relative;
    display: -ms-grid;
    display: grid;
    gap: 40px;
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    padding: 15px;
    border-radius: 10px;
    background: var(--white);
    -webkit-box-shadow: 0 0 43px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 43px 0 rgba(0, 0, 0, 0.1);
}
.services__slide {
    border-radius: 5px;
}
.services__slide img {
    border-radius: 5px;
}
.swiper__arrow {
    pointer-events: all;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 5px;
    background: var(--gradient);
    border-radius: 50%;
    width: 41px;
    height: 41px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-shadow: 0 0 0 0 var(--purple);
    box-shadow: 0 0 0 0 var(--purple);
    -webkit-transition: -webkit-box-shadow 0.15s ease;
    transition: -webkit-box-shadow 0.15s ease;
    -o-transition: box-shadow 0.15s ease;
    transition: box-shadow 0.15s ease;
    transition: box-shadow 0.15s ease, -webkit-box-shadow 0.15s ease;
}
.swiper__arrow.swiper-button-disabled {
    pointer-events: none;
    background: var(--disabled);
}
.swiper__arrow.swiper-button-disabled svg {
    fill: var(--main);
}
.swiper__arrow svg {
    width: 13.876px;
    height: 13.876px;
    fill: var(--white);
}
.swiper__arrow_next svg {
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}
.warehouse_age {
    margin-bottom: 32px;
}
.trees__navigation,
.warehouse_age__nav,
.warehouse_eli_age__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
}
.trees__btn,
.warehouse_age__btn,
.warehouse_eli_age__btn {
    padding: 0 30px 12px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    font-size: 15px;
    font-weight: 700;
    border-bottom: 2px solid #c4c4c4;
}
.trees__btn._tab-active,
.trees__btn.warehouse_age__btn._tab-active,
.warehouse_age__btn._tab-active,
.warehouse_age__btn.trees__btn._tab-active,
.warehouse_eli_age__btn._tab-active {
    border-color: var(--purple);
}
.quality {
    position: relative;
    -webkit-clip-path: polygon(100% 0, 100% 88%, 40% 94%, 0 96%, 0 0);
    clip-path: polygon(100% 0, 100% 88%, 40% 94%, 0 96%, 0 0);
}
.quality__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: -1;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: bottom right;
    object-position: bottom right;
}
.quality__image_author {
    position: relative;
    bottom: 0;
}
.quality__image_author img,
.quality__image_author source {
    width: 100%;
    -o-object-position: bottom right;
    object-position: bottom right;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
}
.quality__body {
    display: -ms-grid;
    display: grid;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
}
.quality__info {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.quality__info::before {
    content: "";
    display: inline-block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background: url(../img/quote.svg) top/contain no-repeat;
    pointer-events: none;
}
.quality__title {
    line-height: 118.5%;
}
.quality__text {
    color: var(--text);
    line-height: 153.023%;
}
.quality__author {
    color: var(--strong);
    line-height: 138%;
    letter-spacing: 0.105px;
}
.production__eli {
    position: relative;
}
.production__body {
    display: -ms-grid;
    display: grid;
    gap: 30px;
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
}
.production__body_center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.production__img_onion img {
    width: 100%;
    height: 100%;
    -o-object-position: top;
    object-position: top;
    -o-object-fit: cover;
    object-fit: cover;
}
.production__body_tilp {
    margin-top: 40px;
}
.production__title {
    margin-bottom: 44px;
}
.production__desc.production__desc_full,
.production__items.production__desc_full {
    max-width: none;
}
.production__desc {
    color: var(--text);
    line-height: 153.023%;
}
.production__desc p:not(:last-child) {
    margin-bottom: 20px;
}
.production__desc a {
    display: block;
    color: var(--purple);
    font-weight: 600;
    -webkit-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
}
.production__items {
    display: -ms-grid;
    display: grid;
    -webkit-column-gap: 29px;
    -moz-column-gap: 29px;
    column-gap: 29px;
    grid-template-columns: repeat(auto-fit, minmax(40%, auto));
}
.production__info {
    display: -ms-grid;
    display: grid;
    gap: 20px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
}
.production__info .button {
    width: 100%;
}
.production__item_center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 6px;
}
.production__items a {
    display: block;
    color: var(--purple);
    font-weight: 600;
    -webkit-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
}
.production__cols {
    display: -ms-grid;
    display: grid;
    -webkit-column-gap: 29px;
    -moz-column-gap: 29px;
    column-gap: 29px;
}
.production__col .button {
    min-width: auto;
}
.production__col a {
    display: block;
    color: var(--purple);
    font-weight: 600;
    -webkit-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
}
.production__col h3 {
    color: #4b4b4b;
    font-weight: 600;
    line-height: 153.023%;
    margin-bottom: 11px;
}
.production__col p {
    color: #4b4b4b;
    font-size: 18px;
    line-height: 153.023%;
}
.production__col p:not(:last-child) {
    margin-bottom: 24px;
}
.production__star_img {
    font-size: 37px;
    font-weight: 600;
    text-align: center;
    padding: 25px;
    color: var(--white);
    background: url(../img/tulp/star.png) center/contain no-repeat;
}
.production__star_text {
    font-size: 16px;
    line-height: 146.523%;
    color: var(--text);
    text-transform: uppercase;
}
.production__item_large {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.production__items_center .production__item {
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.production__icon {
    margin: 4px 6px 6px 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.production__items_center .production__icon {
    margin-bottom: 18px;
}
.production__icon img,
.production__icon source {
    width: 24px;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
}
.production__items_center .production__icon img,
.production__items_center .production__icon source {
    width: auto;
    height: 40px;
}
.production__icon_large {
    margin-right: 14px;
}
.production__purple {
    color: var(--purple);
    font-weight: 600;
    line-height: 153.023%;
}
.production__subtitle {
    margin-bottom: 6px;
    font-size: 16px;
    font-weight: 600;
}
.production__text {
    color: var(--text);
    font-size: 14px;
    line-height: 153.023%;
}
.production__img {
    position: relative;
}
.production__img img,
.production__img source {
    border-radius: 6px;
    width: 75%;
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
}
.production__img_title {
    position: absolute;
    top: 32px;
    left: 0;
    font-size: 14.254px;
    padding: 10px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 121.2%;
    border-radius: 0 0 4px 0;
    background: -o-linear-gradient(315deg, rgba(255, 255, 255, 0.54) 0, rgba(255, 255, 255, 0.84) 100%);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.54) 0, rgba(255, 255, 255, 0.84) 100%);
    -webkit-backdrop-filter: blur(17px);
    backdrop-filter: blur(17px);
}
.production__img_title_bottom {
    top: auto;
    bottom: 15%;
    left: 18px;
    right: 18px;
}
.production__img_title_purple {
    text-transform: none;
}
.production__group {
    font-size: 18px;
}
.production__name {
    font-size: 18px;
    font-weight: 600;
}
.production__list li {
    color: var(--text);
    font-size: 18px;
}
.production-center__left {
    text-align: center;
}
.production-center__center {
    display: -ms-grid;
    display: grid;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
}
.production-center__img {
    min-height: 200px;
}
.production-center__img img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.production-center__img_bottom,
.production-center__img_top {
    position: absolute;
    left: 3%;
    max-width: 142px;
    width: 35%;
}
.production-center__img_top {
    text-align: center;
    top: 5%;
}
.production-center__img_top span {
    display: block;
    color: var(--purple);
    font-weight: 900;
}
.production-center__img_bottom {
    padding: 9px 12px;
    border-radius: 5px;
    background: var(--white);
    bottom: 3%;
    font-size: 11px;
    font-weight: 700;
}
.production-center__img_bottom::before {
    content: "";
    position: absolute;
    top: 0;
    right: 17px;
    background: red;
    width: 8%;
    height: 26%;
    line-height: 56px;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 85%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 85%, 0 100%);
}
.production-center__right {
    font-size: 15px;
    display: -ms-grid;
    display: grid;
    gap: 32px;
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
}
.production-center__right ul li {
    font-size: 15px;
}
.production-center__items {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr[2];
    grid-template-columns: repeat(2, 1fr);
}
.production-center__item svg {
    margin-bottom: 24px;
}
.production-center__title {
    max-width: 770px;
    margin-left: auto;
    margin-right: auto;
}
.production-center__center,
.production-center__left {
    margin-bottom: 30px;
}
.production__slider_large {
    position: relative;
    max-height: 450px;
}
.production__slider_large .production__slide {
    overflow: hidden;
}
.production__slider_thumbs .production__slide {
    max-height: 130px;
}
.production__slider_thumbs .production__slide img,
.production__slider_thumbs .production__slide source {
    border-radius: 10px;
}
.production__slide {
    position: relative;
    border-radius: 12px;
    background-color: #d9d9d9;
}
.production__slide img,
.production__slide source {
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: 0 25%;
    object-position: 0 25%;
}
.production__arrows {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: absolute;
    top: 50%;
    left: 33px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: calc(100% - 66px);
    pointer-events: none;
}
.production__button {
    display: inline-block;
}
.onion__sliders_wrapp {
    position: relative;
    overflow: hidden;
}
.onion__sliders {
    width: 100%;
    aspect-ratio: 4/3;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    overflow-y: scroll;
    scrollbar-width: thin;
    scrollbar-color: transparent transparent;
    -webkit-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
}
.onion__sliders_large {
    aspect-ratio: 4/6;
}
.onion__sliders_wrapp::after,
.onion__sliders_wrapp::before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 21px;
}
.onion__sliders_wrapp::before {
    top: 0;
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0) 0, #fff 100%);
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(0, 0, 0, 0)), to(#fff));
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0, #fff 100%);
}
.onion__sliders_wrapp::after {
    bottom: 0;
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0, #fff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, 0)), to(#fff));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, #fff 100%);
}
.onion__sliders::-webkit-scrollbar {
    width: 0;
    height: 0;
}
.onion__slide:not(:last-child) {
    margin-bottom: 11px;
}
.onion__slide {
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid;
    display: block;
}
.onion__slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.petal__left_bottom_reviews {
    position: relative;
}
.petal__left_bottom_reviews::before {
    content: "";
    position: absolute;
    bottom: -8%;
    width: 50%;
    height: 60%;
    pointer-events: none;
    z-index: -1;
    left: -18%;
    background: url(../img/11.png) center/contain no-repeat;
}
.tabs__title {
    margin-bottom: 0;
}
.tabs__navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 4px 34px;
}
.tabs__date {
    position: relative;
    margin: 12px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    white-space: nowrap;
    font-size: 16px;
    padding: 10px 28px;
    text-align: center;
    border-radius: 77px;
    background-color: var(--gray);
    font-weight: 600;
    line-height: 154.688%;
    -webkit-transition: background-color 0.4s ease, color 0.2s ease;
    -o-transition: background-color 0.4s ease, color 0.2s ease;
    transition: background-color 0.4s ease, color 0.2s ease;
}
.tabs__date:after,
.tabs__date:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -40%);
    -ms-transform: translate(-50%, -40%);
    transform: translate(-50%, -40%);
    border-radius: 28px 28px 0 0;
    width: calc(100% + 24px);
    height: calc(100% + 24px);
    opacity: 0;
}
.tabs__date:before {
    -webkit-box-shadow: 0 2px 21px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 21px 0 rgba(0, 0, 0, 0.1);
    z-index: -2;
}
.tabs__date:after {
    background: var(--white);
    z-index: -1;
}
.tabs__date._tab-active {
    color: var(--white);
    background-color: var(--pink);
}
.tabs__date._tab-active:before {
    opacity: 1;
}
.tabs__date._tab-active:after {
    opacity: 1;
}
.tabs__swiper {
    margin-bottom: 20px;
}
.tabs__slider {
    position: relative;
    padding: 20px 85px;
    border-radius: 10px;
    background: var(--white);
    -webkit-box-shadow: 0 9px 21px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 9px 21px 0 rgba(0, 0, 0, 0.1);
}
.tabs__slide {
    text-align: center;
}
.tabs__img {
    cursor: pointer;
    position: relative;
    -webkit-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
    margin-bottom: 10px;
}
.tabs__img .big{
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.tabs__text,
.tabs__text b {
    font-weight: 600;
    line-height: 1.2;
}
.tabs__video {
    display: none;
}
.tabs__arrows {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: calc(100% - 24px);
    position: absolute;
    top: 35%;
    left: 12px;
    -webkit-transform: translateY(-30%);
    -ms-transform: translateY(-30%);
    transform: translateY(-30%);
    pointer-events: none;
	z-index: 1;
}
.tabs__arrow,
.tabs__arrow::before {
    position: relative;
    width: 61px;
    height: 61px;
}
.tabs__wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    height: 0;
    padding-top: 56.2%;
}
.tabs__wrapper iframe {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: scroll !important;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.tabs__slide {
    opacity: 0;
}
.tabs__slide_visible {
    opacity: 1;
}
.nav__slider {
    margin: -12px;
    padding: 12px;
}
.advantages__title {
    line-height: 133.523%;
}
.advantages__body {
    display: -ms-grid;
    display: grid;
    gap: 24px 20px;
}
.advantages__item {
    padding-bottom: 20px;
    background: var(--white);
    -webkit-box-shadow: 2px 2px 65px rgba(180, 191, 213, 0.23);
    box-shadow: 2px 2px 65px rgba(180, 191, 213, 0.23);
    border-radius: 27px/81px;
}
.advantages__icon {
    margin-right: 29px;
    margin-bottom: 9px;
}
.advantages__name {
    color: #2d2d2d;
    font-weight: 600;
    line-height: 122.688%;
    text-transform: uppercase;
}
.advantages__text {
    color: #4b4b4b;
    line-height: 153.023%;
}
.advantages__text p:not(:last-child) {
    margin-bottom: 13px;
}
.advantages__contact {
    line-height: 135%;
}
.advantages__contact span {
    font-size: 14px;
    color: var(--purple);
    font-weight: 700;
    margin-bottom: 3px;
}
.advantages__contact a {
    white-space: nowrap;
    color: #666b76;
    font-weight: 600;
    margin-bottom: 3px;
    -webkit-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
}
.advantages__contact p {
    color: #666b76;
    font-size: 14px;
}
.download {
    position: relative;
}
.download .petal__left::before {
    top: 50%;
    left: -15%;
}
.download__body {
    position: relative;
    z-index: 2;
    background: #f1f2f5;
}
.download__subtitle {
    color: #4b4b4b;
    font-size: 18px;
    font-weight: 700;
    line-height: 153.023%;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.download__help {
    max-width: 363px;
}
.download__left {
    padding-top: 78px;
    padding-bottom: 64px;
    border-radius: 5px;
    width: 100%;
    max-width: 790px;
}
.download__star {
    font-family: Rubik, sans-serif;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 10px 0 10px;
    font-weight: 500;
    line-height: 146.8%;
    font-size: 13px;
    position: absolute;
    width: 120px;
    height: 120px;
    color: var(--white);
    background: url(../img/mimozi/circle.svg) center/contain no-repeat;
    text-align: center;
    border-radius: 8px;
    top: 16%;
    right: 18%;
}
.download__text {
    max-width: 562px;
    color: #4b4b4b;
    font-weight: 400;
    line-height: 153.023%;
    margin-bottom: 25px;
}
.download__text a {
    white-space: nowrap;
    -webkit-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
}
.download__img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 5px;
    bottom: 0;
    right: 0;
    z-index: -1;
}
.download__img_mb {
    -o-object-position: top;
    object-position: top;
    margin-top: -25%;
}
.form__group:not(:last-child) {
    margin-bottom: 11.75px;
}
.form__policy p {
    font-size: 13px;
    color: #404040;
}
.form__policy a {
    text-decoration: underline;
}
.stages__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: center;
}
.stages__item {
    position: relative;
}
.stages__item::before {
    content: attr(data-num);
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    font-size: 18px;
    border-width: 6px;
    width: 45px;
    height: 45px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-width: 6px;
    border-color: #f4f4f4;
    border-style: solid;
    background: var(--white);
    color: var(--purple);
    font-weight: 500;
    line-height: 1;
}
.stages__item:not(:last-child) {
    margin-right: 23px;
}
.stages__name {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 500;
    line-height: 157%;
    letter-spacing: 1.08px;
}
.stages__text {
    font-size: 16px;
    font-weight: 300;
    line-height: 157%;
}
.stages__line {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-top: 25px;
    margin-bottom: 42px;
    position: relative;
    height: 45px;
}
.stages__line::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    height: 2px;
    border-radius: 100px;
    pointer-events: none;
    background: var(--purple);
    z-index: -1;
}
.reviews {
    position: relative;
}
.reviews__body {
    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-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.reviews__subtitle {
    font-size: 24px;
    font-weight: 600;
}
.reviews__text {
    font-size: 12px;
    color: #4b4b4b;
}
.reviews__advantages {
    display: -ms-grid;
    display: grid;
    gap: 40px;
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    margin-top: 40px;
}
.reviews__advantages .production__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
}
.dignities__body {
    display: -ms-grid;
    display: grid;
    gap: 24px 30px;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}
.dignities__item {
    padding: 18px;
    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-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    border-radius: 7px;
    -webkit-box-shadow: 0 4px 38px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 38px 0 rgba(0, 0, 0, 0.1);
}
.dignities__body_4 .dignities__item {
    padding-top: 41px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.dignities__icon {
    margin-bottom: 21px;
}
.dignities__icon img,
.dignities__icon source {
    height: 39px;
    width: auto;
}
.dignities__name {
    color: var(--text);
    font-size: 16px;
    line-height: 20.5px;
    font-weight: 600;
    margin-bottom: 6px;
	height: calc(2 * 20.5px); 
	display: flex;            
    align-items: center;
}
.dignities p {
    color: var(--text);
    font-size: 14px;
    line-height: 153.023%;
}
.dignities a {
    display: block;
    font-weight: 600;
}
.varieties__status {
    position: absolute;
    top: 0;
    right: 0;
    margin: 13px;
    background: var(--gradient2);
    color: var(--white);
    padding: 4px 26px;
    line-height: 1.4;
    border-radius: 9999px;
    z-index: 1;
}
.varieties__body {
    display: -ms-grid;
    display: grid;
    -webkit-column-gap: calc(7px + 23 * (100vw - 320px) / 1600);
    -moz-column-gap: calc(7px + 23 * (100vw - 320px) / 1600);
    column-gap: calc(7px + 23 * (100vw - 320px) / 1600);
    row-gap: calc(15px + 15 * (100vw - 320px) / 1600);
    grid-template-columns: repeat(auto-fit, minmax(30%, 1fr));
}
.varieties__item {
    position: relative;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.varieties__img {
    position: relative;
    height: 0;
    padding-top: 90%;
    width: 100%;
}
.varieties__img img,
.varieties__img source {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
}
.varieties__name {
    margin-top: calc(8px + 12 * (100vw - 320px) / 1600);
}
.varieties__icon {
    margin-top: 8px;
    margin-bottom: 18px;
    width: 60px;
    height: 60px;
}
.varieties__text {
    font-size: 21px;
}
.varieties__text:not(:last-child) {
    margin-bottom: 26px;
}
.varieties__text p:not(:last-child) {
    margin-bottom: 10px;
}
.varieties__text a {
    display: block;
    color: var(--purple);
    font-weight: 600;
}
.varieties__text a:not(:last-child) {
    margin-bottom: 26px;
}
.remains__top {
    position: relative;
}
.remains__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: -6.5px -8.5px;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
}
.remains__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 6.5px 8.5px;
    padding: 13px 19px;
    color: var(--strong);
    font-size: 16px;
    -webkit-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}
.remains__btn img,
.remains__btn source,
.remains__btn svg {
    width: 21px;
    height: 21px;
    margin-right: 4px;
    -o-object-fit: contain;
    object-fit: contain;
}
.remains__slider {
    position: relative;
    margin: 0 -42px;
    padding: 0 42px;
}
.remains__swiper {
    position: relative;
}
.remains__slide img,
.remains__slide source {
    -o-object-position: top;
    object-position: top;
    z-index: -1;
}
.remains__gallery {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: inherit;
}
.remains__gallery .remains__arrow {
    width: 44px;
    height: 44px;
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}
.remains__plashka {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 4.32px 0 4.32px 4.32px;
    background: -o-linear-gradient(315deg, rgba(255, 255, 255, 0.54) 0, rgba(255, 255, 255, 0.84) 100%);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.54) 0, rgba(255, 255, 255, 0.84) 100%);
    -webkit-backdrop-filter: blur(18px);
    backdrop-filter: blur(18px);
    z-index: 5;
}
.remains__name {
    text-align: center;
    font-weight: 600;
}
.remains__bullets {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.remains__bullet {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 0 1.31px;
    border-radius: 50%;
}
.remains__count {
    margin-left: 5px;
    font-weight: 500;
}
.remains__arrows {
    position: absolute;
    left: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: calc(100% - 20px);
    pointer-events: none;
    z-index: 2;
}
.remains__arrow {
    width: 64px;
    height: 64px;
}
.remains__arrow svg {
    width: 20px;
    height: 20px;
}
.boxs__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -20px;
}
.boxs__item {
    padding: 8px;
    position: relative;
    margin: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 7px;
}
.boxs__img img,
.boxs__img source {
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 7px;
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.boxs__info {
    padding: 13px 29px;
    border-radius: 4px 0 4.32px 4.32px;
    background: -o-linear-gradient(315deg, rgba(255, 255, 255, 0.54) 0, rgba(255, 255, 255, 0.84) 100%);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.54) 0, rgba(255, 255, 255, 0.84) 100%);
    -webkit-backdrop-filter: blur(18px);
    backdrop-filter: blur(18px);
}
.boxs__name {
    text-align: center;
    margin-bottom: 7px;
    font-weight: 600;
    line-height: 121.2%;
}
.boxs table tr td {
    font-size: 14px;
}
.boxs table tr td:first-child {
    padding-right: 17px;
}
.bouquets__body {
    position: relative;
}
.bouquets__body::after,
.bouquets__body::before {
    content: "";
    position: absolute;
    pointer-events: none;
    -webkit-filter: blur(61.5px);
    filter: blur(61.5px);
    border-radius: 336px;
    height: 60%;
    z-index: -1;
}
.bouquets__body::before {
    left: 30%;
    top: 0;
    background: #ffb8ef;
    width: 10%;
}
.bouquets__body::after {
    right: 20%;
    bottom: -20%;
    background: #edb8ff;
    width: 20%;
}
.bouquets__top {
    margin-bottom: 20px;
}
.bouquets__arrows {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.bouquets__arrow_prev {
    margin-right: 30px;
}
.bouquets__slider {
    position: relative;
    overflow: visible !important;
}
.bouquets__slide img,
.bouquets__slide source {
    border-radius: 5px;
}
.focus__body {
    border-radius: 5px;
    background: #f5f7ec;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 2;
    min-height: 360px;
}
.focus__body::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background: url(../img/tulp/focus_bg.png) center/cover no-repeat;
}
.focus__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.focus__img img,
.focus__img source {
    width: 100%;
    max-width: 492px;
    height: auto;
}
.focus__info {
    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: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    max-width: 590px;
    padding: 41px 20px;
    z-index: 2;
}
.focus__text h3 {
    line-height: 153.023%;
    color: var(--text);
}
.focus__text p {
    font-size: 18px;
    line-height: 165.023%;
    color: var(--text);
}
.focus__text p:not(:last-child) {
    margin-bottom: 28px;
}
.gray {
    position: relative;
    text-align: center;
}
.gray__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    pointer-events: none;
    z-index: -1;
}
.gray__title {
    max-width: 548px;
}
.gray__body {
    display: -ms-grid;
    display: grid;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    justify-items: center;
    gap: 35px 10px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
}
.gray__item {
    max-width: 260px;
}
.gray__top {
    position: relative;
    padding-top: 20px;
}
.gray__icon {
    position: absolute;
    top: 0;
    left: 50%;
    width: 30px;
    height: 30px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
    margin-bottom: -24px;
    border-radius: 50%;
    background: #ef5da8;
    -webkit-box-shadow: 0 -1px 4px 0 rgba(255, 255, 255, 0.25) inset, 7px 7px 25px 0 rgba(255, 255, 255, 0.25) inset;
    box-shadow: 0 -1px 4px 0 rgba(255, 255, 255, 0.25) inset, 7px 7px 25px 0 rgba(255, 255, 255, 0.25) inset;
    -webkit-filter: drop-shadow(0 4px 10px rgba(226, 89, 159, 0.4));
    filter: drop-shadow(0 4px 10px rgba(226, 89, 159, 0.4));
}
.gray__icon img,
.gray__icon source,
.gray__icon svg {
    width: 20px;
    height: 20px;
}
.gray__img {
    border-radius: 50%;
    margin-bottom: 32px;
}
.gray__img img,
.gray__img source {
    width: 100%;
    max-width: 145px;
    height: 145px;
    border-radius: inherit;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-clip-path: url(#gray_mb);
    clip-path: url(#gray_mb);
}
.gray__name {
    color: var(--strong);
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 7px;
    font-weight: 600;
}
.gray__text {
    color: var(--strong);
    font-size: 14px;
    line-height: 153.023%;
}
.gray__text a {
    display: block;
    font-weight: 600;
}
.mask {
    position: absolute;
    max-width: 240px;
    left: -9999px;
}
.order__body {
    counter-reset: order;
    display: -ms-grid;
    display: grid;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 40px;
    grid-template-columns: repeat(auto-fit, minmax(155px, 310px));
}
.order__item {
    color: var(--strong);
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 35px 25px 25px;
    text-align: center;
    border-radius: 5.81px;
    z-index: 2;
    background: -o-linear-gradient(130deg, #ececec 0, #fff 100%);
    background: linear-gradient(320deg, #ececec 0, #fff 100%);
    -webkit-box-shadow: 0 4px 25px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 4px 25px 0 rgba(0, 0, 0, 0.06);
}
.order__item:nth-child(3) .order__icon img,
.order__item:nth-child(3) .order__icon source,
.order__item:nth-child(3) .order__icon svg {
    margin-left: 5px;
}
.order__item:last-child {
    color: var(--white);
    background-color: var(--pink);
    background-image: url(../img/tulp/order/mask.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.order__item:last-child .order__icon {
    background: var(--white);
}
.order__item:last-child::before {
    color: rgba(255, 255, 255, 0.37);
}
.order__item::before {
    content: "0" counter(order);
    counter-increment: order;
    position: absolute;
    top: 25%;
    right: 20%;
    color: var(--white);
    font-size: 55px;
    font-weight: 500;
    z-index: -1;
}
.order__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    background: var(--pink);
    -webkit-box-shadow: 0 -1px 4px 0 rgba(255, 255, 255, 0.25) inset, 7px 7px 25px 0 rgba(255, 255, 255, 0.25) inset;
    box-shadow: 0 -1px 4px 0 rgba(255, 255, 255, 0.25) inset, 7px 7px 25px 0 rgba(255, 255, 255, 0.25) inset;
    -webkit-filter: drop-shadow(0 4px 10px rgba(226, 89, 159, 0.4));
    filter: drop-shadow(0 4px 10px rgba(226, 89, 159, 0.4));
    width: 89px;
    height: 89px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.order__icon img,
.order__icon source,
.order__icon svg {
    width: auto;
    height: 46px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -o-object-fit: contain;
    object-fit: contain;
}
.order__name {
    text-transform: uppercase;
    font-weight: 600;
    line-height: 157%;
    letter-spacing: 1.08px;
    margin-bottom: 5px;
}
.order__text {
    font-weight: 300;
}
.videos__slider {
    margin: -32px;
    padding: 32px;
}
.videos__slide {
    border-radius: 5px;
    color: var(--white);
    height: 447px;
}
.videos__item {
    overflow: hidden;
    cursor: pointer;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    height: 100%;
    -webkit-box-shadow: 0 4px 38px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 38px 0 rgba(0, 0, 0, 0.1);
}
.videos__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 5px;
    z-index: 0;
}
.videos__play {
    position: absolute;
    top: 30%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.videos__play img {
    width: 79px;
    height: 79px;
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    -o-transition: transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
.videos__info {
    position: relative;
    padding: 7px 16px 19px;
    z-index: 2;
}
.videos__info::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 0 0 5px 5px;
    background: rgba(47, 47, 47, 0.57);
    -webkit-filter: blur(10.5px);
    filter: blur(10.5px);
    pointer-events: none;
    z-index: -1;
}
.videos__name {
    position: relative;
    font-size: 18px;
    font-weight: 600;
    line-height: 122.688%;
    margin-bottom: 24px;
}
.videos__name::before {
    content: "";
    position: absolute;
    left: -36px;
    top: 55%;
    -webkit-transform: translateY(-55%);
    -ms-transform: translateY(-55%);
    transform: translateY(-55%);
    background: url(../img/tulp/reviews/vide-title-before.svg) center/contain no-repeat;
    width: 110px;
    height: 90px;
    pointer-events: none;
    z-index: -1;
}
.videos__text {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 16px;
    line-height: 152%;
}
.videos__pagination {
    margin-top: 40px;
}
.smi {
    background: -o-linear-gradient(4deg, #f4ecff 1.34%, #ffeaff 98.69%);
    background: linear-gradient(86deg, #f4ecff 1.34%, #ffeaff 98.69%);
}
.smi__body {
    display: -ms-grid;
    display: grid;
    gap: 26px 40px;
    grid-template-columns: repeat(auto-fit, minmax(45%, 1fr));
}
.smi__item {
    position: relative;
    background: var(--white);
    border-radius: 9px;
    -webkit-box-shadow: 0 0 90px 0 rgba(0, 0, 0, 0.07);
    box-shadow: 0 0 90px 0 rgba(0, 0, 0, 0.07);
    color: #4b4b4b;
    font-size: 13px;
    font-weight: 300;
    line-height: 133.523%;
}
.smi__item::before {
    content: "";
    position: absolute;
    top: 0;
    right: 5%;
    background: red;
    width: 14px;
    height: 20px;
    line-height: 56px;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 85%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 85%, 0 100%);
}
.smi__col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.smi__col:not(:last-child) {
    margin-bottom: 23px;
}
.smi__img {
    border-radius: 6px;
    margin-right: 30px;
}
.smi__img img {
    border-radius: inherit;
    width: 100%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
}
.smi__author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.smi__author img {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    margin-right: 15px;
}
.smi__title {
    font-size: 19px;
    font-weight: 500;
    line-height: 133.523%;
    margin-bottom: 10px;
}
.smi__desk {
    margin-bottom: 38px;
}
.smi__link {
    color: var(--purple);
    font-size: 13px;
    font-weight: 900;
    line-height: 133.523%;
    letter-spacing: 1.95px;
    border-bottom: 1px solid var(--purple);
    text-transform: uppercase;
}
.smi__date {
    text-align: right;
}
.trees {
    position: relative;
}
.trees__btn {
    white-space: nowrap;
}
.trees__tabs:not(:last-child) {
    margin-bottom: 80px;
}
.trees__items {
    display: -ms-grid;
    display: grid;
    gap: 40px 20px;
    grid-template-columns: repeat(auto-fit, minmax(45%, 1fr));
}
.trees__item {
    max-width: 595px;
    padding: 55px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 9px;
    background: var(--white);
    -webkit-box-shadow: 0 0 90px 0 rgba(0, 0, 0, 0.07);
    box-shadow: 0 0 90px 0 rgba(0, 0, 0, 0.07);
}
.trees__img {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-right: 40px;
}
.trees__img img {
    width: 100%;
    max-height: 224px;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
}
.trees__info {
    -webkit-box-flex: 1.5;
    -ms-flex: 1.5;
    flex: 1.5;
}
.trees__name {
    font-size: 18px;
    font-weight: 700;
    line-height: 133.523%;
}
.trees__button {
    white-space: nowrap;
    max-width: 229px;
    position: relative;
    width: 100%;
    color: var(--purple);
    text-align: center;
    vertical-align: middle;
    border-radius: 6px/26px;
    font-weight: 700;
    padding: 5px 38px;
    line-height: 1.375;
    letter-spacing: 0.64px;
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.25);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.25);
    -webkit-transition: -webkit-box-shadow 0.4s ease;
    transition: -webkit-box-shadow 0.4s ease;
    -o-transition: box-shadow 0.4s ease;
    transition: box-shadow 0.4s ease;
    transition: box-shadow 0.4s ease, -webkit-box-shadow 0.4s ease;
    z-index: 1;
}
.trees__button::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    background: var(--gradient);
    z-index: -2;
}
.trees__button::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    margin: 1px;
    border-radius: inherit;
    background: var(--white);
    z-index: -1;
}
.trees__button:active,
.trees__button:hover {
    -webkit-box-shadow: 0 0 10px rgba(140, 86, 216, 0.5);
    box-shadow: 0 0 10px rgba(140, 86, 216, 0.5);
}
.trees__button svg {
    margin-left: 9px;
}
.trees__desc {
    margin-top: 10px;
    font-size: 11px;
    font-weight: 300;
    line-height: 133.523%;
}
.trees__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    color: #4b4b4b;
    font-size: 13px;
    font-weight: 300;
    line-height: 168.023%;
}
.trees__text a {
    text-decoration: underline;
}
.trees__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.trees__bottom_text {
    text-align: center;
    max-width: 352px;
    margin-left: auto;
    margin-right: auto;
}
.trees__bottom_text p {
    font-weight: 300;
    letter-spacing: 0.64px;
}
.trees__bottom img {
    position: relative;
    margin-top: -5%;
    margin-left: -5%;
    width: 100%;
    max-width: 291.444px;
    height: auto;
    z-index: 1;
}
.trees__bottom .button:not(:last-child) {
    margin-bottom: 24px;
}
.circle {
    position: relative;
    background: -o-linear-gradient(4deg, #f4ecff 1.34%, #ffeaff 98.69%);
    background: linear-gradient(86deg, #f4ecff 1.34%, #ffeaff 98.69%);
}
.circle__body {
    display: -ms-grid;
    display: grid;
    gap: 40px;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}
.circle__item {
    text-align: center;
}
.circle__img {
    margin-left: auto;
    margin-right: auto;
    max-width: 200px;
    border-radius: 50%;
    margin-bottom: 24px;
}
.circle__img img {
    border-radius: inherit;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.circle__name {
    font-size: 15px;
    font-weight: 700;
    line-height: 133.523%;
    margin-bottom: 24px;
	
	height: calc(3 * 1.33523em);
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	overflow: hidden;
 
}
.circle__text {
    font-size: 13px;
    font-weight: 300;
    line-height: 133.523%;
}
.line__body {
    position: relative;
    border-radius: 9px;
    background: #fff;
    -webkit-box-shadow: 0 0 90px 0 rgba(0, 0, 0, 0.07);
    box-shadow: 0 0 90px 0 rgba(0, 0, 0, 0.07);
    z-index: 1;
}
.line__left,
.line__right {
    position: absolute;
    height: 100%;
    width: auto;
    z-index: -1;
}
.line__left {
    left: 0;
    top: 0;
}
.line__right {
    right: 0;
    bottom: 0;
}
.line__center {
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    text-align: center;
    display: -ms-grid;
    display: grid;
    gap: 40px;
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
}
.line__title {
    font-size: 32px;
    font-weight: 800;
    line-height: 135.523%;
    text-transform: uppercase;
}
.line__number {
    font-size: 19px;
    font-weight: 700;
    line-height: 135.523%;
    text-transform: uppercase;
}
.line__number a {
    text-decoration: underline;
}
.line__desc {
    font-size: 19px;
    font-weight: 500;
    line-height: 135.523%;
}
.arrange__body {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: -10px;
}
.arrange__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 10px;
}
.arrange__number {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 500;
    width: 37px;
    height: 37px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    color: var(--purple);
    border-radius: 50%;
    background: var(--white);
    border: 5px solid #f4f4f4;
    padding: 5px;
    margin-right: 29px;
}
.arrange__number::after {
    content: "";
    position: absolute;
    border: 2px solid var(--purple);
    height: 70%;
    width: 2px;
    z-index: -1;
}
.arrange__info {
    display: -ms-grid;
    display: grid;
    gap: 10px;
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
}
.arrange__info a {
    display: block;
    text-decoration: underline;
}
.arrange__name {
    font-size: 18px;
    font-weight: 700;
    line-height: 135.523%;
}
.arrange__desc {
    font-size: 18px;
    font-weight: 300;
    line-height: 135.523%;
}
.certificates {
    position: relative;
}
.certificates__body {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(20%, 1fr));
}
.certificates__body img {
    width: 100%;
    height: auto;
}
.contacts-info {
    position: relative;
    padding: 79px 0;
}
.contacts-info iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.contacts-info__body {
    max-width: 490px;
    display: inline-block;
    padding: 50px 80px;
    position: relative;
    border-radius: 9px;
    background: var(--white);
    -webkit-box-shadow: 0 0 90px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 90px 0 rgba(0, 0, 0, 0.15);
}
.contacts-info__body::before {
    border-radius: inherit;
    border: 1px solid #8a4ae7;
    width: 96%;
    height: 96%;
    margin: 2%;
}
.contacts-info__title {
    font-size: 28px;
    font-weight: 700;
    line-height: 133.523%;
}
.contacts-info__title:not(:last-child) {
    margin-bottom: 31px;
}
.contacts-info__items:not(:last-child) {
    margin-bottom: 31px;
}
.contacts-info__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 18px;
    line-height: 133.523%;
}
.contacts-info__item svg {
    margin-top: 3px;
    vertical-align: middle;
    margin-right: 10px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.contacts-info__item a {
    text-decoration: underline;
}
.contacts-info__item:not(:last-child) {
    margin-bottom: 18px;
}
.contacts-info .button {
    font-size: 12px;
}
.swiper {
    overflow: hidden;
    z-index: 1;
}
.swiper-wrapper {
    width: 100%;
    height: 100%;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    max-height: inherit;
}
.swiper-vertical .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.swiper-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.swiper-initialized .swiper-slide {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
}
.swiper-slide {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.swiper-slide img,
.swiper-slide source {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.swiper-android .swiper-slide,
.swiper-android .swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.swiper-button-lock {
    display: none !important;
}
.swiper-grid > .swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.swiper-grid-column > .swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.swiper-pointer-events {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}
.swiper-pagination.swiper-pagination-hidden {
    opacity: 0;
}
.swiper-pagination-bullet:only-child {
    display: none !important;
}
@font-face {
    font-family: lg;
    src: url(data:font/woff2;base64,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)
            format("woff2"),
        url(data:font/woff;base64,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)
            format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: block;
}
.lg-icon {
    font-family: lg !important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.lg-container {
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.lg-next,
.lg-prev {
    background-color: rgba(0, 0, 0, 0.45);
    border-radius: 2px;
    color: #999;
    cursor: pointer;
    display: block;
    font-size: 22px;
    margin-top: -10px;
    padding: 8px 10px 9px;
    position: absolute;
    top: 50%;
    z-index: 1080;
    outline: 0;
    border: none;
}
.lg-next.disabled,
.lg-prev.disabled {
    opacity: 0 !important;
    cursor: default;
}
.lg-next:hover:not(.disabled),
.lg-prev:hover:not(.disabled) {
    color: #fff;
}
.lg-single-item .lg-next,
.lg-single-item .lg-prev {
    display: none;
}
.lg-next {
    right: 20px;
}
.lg-next:before {
    content: "\e095";
}
.lg-prev {
    left: 20px;
}
.lg-prev:after {
    content: "\e094";
}
@-webkit-keyframes lg-right-end {
    0% {
        left: 0;
    }
    50% {
        left: -30px;
    }
    100% {
        left: 0;
    }
}
@keyframes lg-right-end {
    0% {
        left: 0;
    }
    50% {
        left: -30px;
    }
    100% {
        left: 0;
    }
}
@-webkit-keyframes lg-left-end {
    0% {
        left: 0;
    }
    50% {
        left: 30px;
    }
    100% {
        left: 0;
    }
}
@keyframes lg-left-end {
    0% {
        left: 0;
    }
    50% {
        left: 30px;
    }
    100% {
        left: 0;
    }
}
.lg-outer.lg-right-end .lg-object {
    -webkit-animation: lg-right-end 0.3s;
    animation: lg-right-end 0.3s;
    position: relative;
}
.lg-outer.lg-left-end .lg-object {
    -webkit-animation: lg-left-end 0.3s;
    animation: lg-left-end 0.3s;
    position: relative;
}
.lg-toolbar {
    z-index: 1082;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.lg-media-overlap .lg-toolbar {
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.4)));
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
}
.lg-toolbar .lg-icon {
    color: #999;
    cursor: pointer;
    float: right;
    font-size: 24px;
    height: 47px;
    line-height: 27px;
    padding: 10px 0;
    text-align: center;
    width: 50px;
    text-decoration: none !important;
    outline: medium none;
    will-change: color;
    -webkit-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    transition: color 0.2s linear;
    background: 0 0;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.lg-toolbar .lg-icon.lg-icon-18 {
    font-size: 18px;
}
.lg-toolbar .lg-icon:hover {
    color: #fff;
}
.lg-toolbar .lg-close:after {
    content: "\e070";
}
.lg-toolbar .lg-maximize {
    font-size: 22px;
}
.lg-toolbar .lg-maximize:after {
    content: "\e90a";
}
.lg-toolbar .lg-download:after {
    content: "\e0f2";
}
.lg-sub-html {
    color: #eee;
    font-size: 16px;
    padding: 10px 40px;
    text-align: center;
    z-index: 1080;
    opacity: 0;
    -webkit-transition: opacity 0.2s ease-out 0s;
    -o-transition: opacity 0.2s ease-out 0s;
    transition: opacity 0.2s ease-out 0s;
}
.lg-sub-html h4 {
    margin: 0;
    font-size: 13px;
    font-weight: 700;
}
.lg-sub-html p {
    font-size: 12px;
    margin: 5px 0 0;
}
.lg-sub-html a {
    color: inherit;
}
.lg-sub-html a:hover {
    text-decoration: underline;
}
.lg-media-overlap .lg-sub-html {
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.6)));
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
}
.lg-item .lg-sub-html {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
}
.lg-error-msg {
    font-size: 14px;
    color: #999;
}
.lg-counter {
    color: #999;
    display: inline-block;
    font-size: 16px;
    padding-left: 20px;
    padding-top: 12px;
    height: 47px;
    vertical-align: middle;
}
.lg-closing .lg-next,
.lg-closing .lg-prev,
.lg-closing .lg-sub-html,
.lg-closing .lg-toolbar {
    opacity: 0;
    -webkit-transition: -webkit-transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear;
    -o-transition: -o-transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear;
    -webkit-transition: opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear, -webkit-transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear, -webkit-transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s;
    -o-transition: transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear;
    transition: transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear;
    transition: transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear, -webkit-transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s;
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-img-wrap,
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-video-cont {
    opacity: 0;
    -ms-transform: scale3d(0.5, 0.5, 0.5);
    -webkit-transform: scale3d(0.5, 0.5, 0.5);
    transform: scale3d(0.5, 0.5, 0.5);
    will-change: transform, opacity;
    -webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
    -o-transition: -o-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
    -webkit-transition: opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
    transition: opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
    -o-transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
    transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
    transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-img-wrap,
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-video-cont {
    opacity: 1;
    -ms-transform: scale3d(1, 1, 1);
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}
.lg-group:after {
    content: "";
    display: table;
    clear: both;
}
.lg-container {
    display: none;
    outline: 0;
}
.lg-container.lg-show {
    display: block;
}
.lg-on {
    scroll-behavior: unset;
}
.lg-hide-sub-html .lg-sub-html,
.lg-next,
.lg-pager-outer,
.lg-prev,
.lg-toolbar {
    opacity: 0;
    will-change: transform, opacity;
    -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
    -o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
    -webkit-transition: opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
    -o-transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-show-in .lg-next,
.lg-show-in .lg-pager-outer,
.lg-show-in .lg-prev,
.lg-show-in .lg-toolbar {
    opacity: 1;
}
.lg-show-in.lg-hide-sub-html .lg-sub-html {
    opacity: 1;
}
.lg-show-in .lg-hide-items .lg-prev {
    opacity: 0;
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
}
.lg-show-in .lg-hide-items .lg-next {
    opacity: 0;
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
}
.lg-show-in .lg-hide-items .lg-toolbar {
    opacity: 0;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
}
.lg-show-in .lg-hide-items.lg-hide-sub-html .lg-sub-html {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
}
.lg-outer {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    text-align: left;
    opacity: 0.001;
    outline: 0;
    will-change: auto;
    overflow: hidden;
    -webkit-transition: opacity 0.15s ease 0s;
    -o-transition: opacity 0.15s ease 0s;
    transition: opacity 0.15s ease 0s;
}
.lg-outer * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.lg-outer.lg-zoom-from-image {
    opacity: 1;
}
.lg-outer.lg-visible {
    opacity: 1;
}
.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-current,
.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-next-slide,
.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-prev-slide {
    -webkit-transition-duration: inherit !important;
    -o-transition-duration: inherit !important;
    transition-duration: inherit !important;
    -webkit-transition-timing-function: inherit !important;
    -o-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important;
}
.lg-outer.lg-css3.lg-dragging .lg-item.lg-current,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide {
    -webkit-transition-duration: 0s !important;
    -o-transition-duration: 0s !important;
    transition-duration: 0s !important;
    opacity: 1;
}
.lg-outer.lg-grab img.lg-object {
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab;
}
.lg-outer.lg-grabbing img.lg-object {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing;
}
.lg-outer .lg-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.lg-outer .lg-inner {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    -webkit-transition: opacity 0s;
    -o-transition: opacity 0s;
    transition: opacity 0s;
    white-space: nowrap;
}
.lg-outer .lg-item {
    will-change: transform, opacity;
    display: none !important;
}
.lg-outer .lg-item:not(.lg-start-end-progress) {
    background: url(data:image/gif;base64,R0lGODlhIAAgAPUAADExMf///zQ0NF9fX0JCQjw8PFZWVpiYmIGBgTc3N0RERDIyMoiIiJGRkUdHR2lpaXx8fD8/P3FxcUxMTMvLy7i4uLCwsJmZmXZ2dj09PcLCwqampvT09P///1dXV1xcXE9PT9ra2rKysuXl5cDAwG9vbwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh/hpDcmVhdGVkIHdpdGggYWpheGxvYWQuaW5mbwAh+QQJCgAAACwAAAAAIAAgAAAG/0CAcEgkFjgcR3HJJE4SxEGnMygKmkwJxRKdVocFBRRLfFAoj6GUOhQoFAVysULRjNdfQFghLxrODEJ4Qm5ifUUXZwQAgwBvEXIGBkUEZxuMXgAJb1dECWMABAcHDEpDEGcTBQMDBQtvcW0RbwuECKMHELEJF5NFCxm1AAt7cH4NuAOdcsURy0QCD7gYfcWgTQUQB6Zkr66HoeDCSwIF5ucFz3IC7O0CC6zx8YuHhW/3CvLyfPX4+OXozKnDssBdu3G/xIHTpGAgOUPrZimAJCfDPYfDin2TQ+xeBnWbHi37SC4YIYkQhdy7FvLdpwWvjA0JyU/ISyIx4xS6sgfkNS4me2rtVKkgw0JCb8YMZdjwqMQ2nIY8BbcUQNVCP7G4MQq1KRivR7tiDEuEFrggACH5BAkKAAAALAAAAAAgACAAAAb/QIBwSCQmNBpCcckkEgREA4ViKA6azM8BEZ1Wh6LOBls0HA5fgJQ6HHQ6InKRcWhA1d5hqMMpyIkOZw9Ca18Qbwd/RRhnfoUABRwdI3IESkQFZxB4bAdvV0YJQwkDAx9+bWcECQYGCQ5vFEQCEQoKC0ILHqUDBncCGA5LBiHCAAsFtgqoQwS8Aw64f8m2EXdFCxO8INPKomQCBgPMWAvL0n/ff+jYAu7vAuxy8O/myvfX8/f7/Arq+v0W0HMnr9zAeE0KJlQkJIGCfE0E+PtDq9qfDMogDkGmrIBCbNQUZIDosNq1kUsEZJBW0dY/b0ZsLViQIMFMW+RKKgjFzp4fNokPIdki+Y8JNVxA79jKwHAI0G9JGw5tCqDWTiFRhVhtmhVA16cMJTJ1OnVIMo1cy1KVI5NhEAAh+QQJCgAAACwAAAAAIAAgAAAG/0CAcEgkChqNQnHJJCYWRMfh4CgamkzFwBOdVocNCgNbJAwGhKGUOjRQKA1y8XOGAtZfgIWiSciJBWcTQnhCD28Qf0UgZwJ3XgAJGhQVcgKORmdXhRBvV0QMY0ILCgoRmIRnCQIODgIEbxtEJSMdHZ8AGaUKBXYLIEpFExZpAG62HRRFArsKfn8FIsgjiUwJu8FkJLYcB9lMCwUKqFgGHSJ5cnZ/uEULl/CX63/x8KTNu+RkzPj9zc/0/Cl4V0/APDIE6x0csrBJwybX9DFhBhCLgAilIvzRVUriKHGlev0JtyuDvmsZUZlcIiCDnYu7KsZ0UmrBggRP7n1DqcDJEzciOgHwcwTyZEUmIKEMFVIqgyIjpZ4tjdTxqRCMPYVMBYDV6tavUZ8yczpkKwBxHsVWtaqo5tMgACH5BAkKAAAALAAAAAAgACAAAAb/QIBwSCQuBgNBcck0FgvIQtHRZCYUGSJ0IB2WDo9qUaBQKIXbLsBxOJTExUh5mB4iDo0zXEhWJNBRQgZtA3tPZQsAdQINBwxwAnpCC2VSdQNtVEQSEkOUChGSVwoLCwUFpm0QRAMVFBQTQxllCqh0kkIECF0TG68UG2O0foYJDb8VYVa0alUXrxoQf1WmZnsTFA0EhgCJhrFMC5Hjkd57W0jpDsPDuFUDHfHyHRzstNN78PPxHOLk5dwcpBuoaYk5OAfhXHG3hAy+KgLkgNozqwzDbgWYJQyXsUwGXKNA6fnYMIO3iPeIpBwyqlSCBKUqEQk5E6YRmX2UdAT5kEnHKkQ5hXjkNqTPtKAARl1sIrGoxSFNuSEFMNWoVCxEpiqyRlQY165wEHELAgAh+QQJCgAAACwAAAAAIAAgAAAG/0CAcEgsKhSLonJJTBIFR0GxwFwmFJlnlAgaTKpFqEIqFJMBhcEABC5GjkPz0KN2tsvHBH4sJKgdd1NHSXILah9tAmdCC0dUcg5qVEQfiIxHEYtXSACKnWoGXAwHBwRDGUcKBXYFi0IJHmQEEKQHEGGpCnp3AiW1DKFWqZNgGKQNA65FCwV8bQQHJcRtds9MC4rZitVgCQbf4AYEubnKTAYU6eoUGuSpu3fo6+ka2NrbgQAE4eCmS9xVAOW7Yq7IgA4Hpi0R8EZBhDshOnTgcOtfM0cAlTigILFDiAFFNjk8k0GZgAxOBozouIHIOyKbFixIkECmIyIHOEiEWbPJTTQ5FxcVOMCgzUVCWwAcyZJvzy45ADYVZNIwTlIAVfNB7XRVDLxEWLQ4E9JsKq+rTdsMyhcEACH5BAkKAAAALAAAAAAgACAAAAb/QIBwSCwqFIuicklMEgVHQVHKVCYUmWeUWFAkqtOtEKqgAsgFcDFyHJLNmbZa6x2Lyd8595h8C48RagJmQgtHaX5XZUYKQ4YKEYSKfVKPaUMZHwMDeQBxh04ABYSFGU4JBpsDBmFHdXMLIKofBEyKCpdgspsOoUsLXaRLCQMgwky+YJ1FC4POg8lVAg7U1Q5drtnHSw4H3t8HDdnZy2Dd4N4Nzc/QeqLW1bnM7rXuV9tEBhQQ5UoCbJDmWKBAQcMDZNhwRVNCYANBChZYEbkVCZOwASEcCDFQ4SEDIq6WTVqQIMECBx06iCACQQPBiSabHDqzRUTKARMhSFCDrc+WNQIcOoRw5+ZIHj8ADqSEQBQAwKKLhIzowEEeGKQ0owIYkPKjHihZoBKi0KFE01b4zg7h4y4IACH5BAkKAAAALAAAAAAgACAAAAb/QIBwSCwqFIuicklMEgVHQVHKVCYUmWeUWFAkqtOtEKqgAsgFcDFyHJLNmbZa6x2Lyd8595h8C48RagJmQgtHaX5XZUUJeQCGChGEin1SkGlubEhDcYdOAAWEhRlOC12HYUd1eqeRokOKCphgrY5MpotqhgWfunqPt4PCg71gpgXIyWSqqq9MBQPR0tHMzM5L0NPSC8PCxVUCyeLX38+/AFfXRA4HA+pjmoFqCAcHDQa3rbxzBRD1BwgcMFIlidMrAxYICHHA4N8DIqpsUWJ3wAEBChQaEBnQoB6RRr0uARjQocMAAA0w4nMz4IOaU0lImkSngYKFc3ZWyTwJAALGK4fnNA3ZOaQCBQ22wPgRQlSIAYwSfkHJMrQkTyEbKFzFydQq15ccOAjUEwQAIfkECQoAAAAsAAAAACAAIAAABv9AgHBILCoUi6JySUwSBUdBUcpUJhSZZ5RYUCSq060QqqACyAVwMXIcks2ZtlrrHYvJ3zn3mHwLjxFqAmZCC0dpfldlRQl5AIYKEYSKfVKQaW5sSENxh04ABYSFGU4LXYdhR3V6p5GiQ4oKmGCtjkymi2qGBZ+6eo+3g8KDvYLDxKrJuXNkys6qr0zNygvHxL/V1sVD29K/AFfRRQUDDt1PmoFqHgPtBLetvMwG7QMes0KxkkIFIQNKDhBgKvCh3gQiqmxt6NDBAAEIEAgUOHCgBBEH9Yg06uWAIQUABihQMACgBEUHTRwoUEOBIcqQI880OIDgm5ABDA8IgUkSwAAyij1/jejAARPPIQwONBCnBAJDCEOOCnFA8cOvEh1CEJEqBMIBEDaLcA3LJIEGDe/0BAEAIfkECQoAAAAsAAAAACAAIAAABv9AgHBILCoUi6JySUwSBUdBUcpUJhSZZ5RYUCSq060QqqACyAVwMXIcks2ZtlrrHYvJ3zn3mHwLjxFqAmZCC0dpfldlRQl5AIYKEYSKfVKQaW5sSENxh04ABYSFGU4LXYdhR3V6p5GiQ4oKmGCtjkymi2qGBZ+6eo+3g8KDvYLDxKrJuXNkys6qr0zNygvHxL/V1sVDDti/BQccA8yrYBAjHR0jc53LRQYU6R0UBnO4RxmiG/IjJUIJFuoVKeCBigBN5QCk43BgFgMKFCYUGDAgFEUQRGIRYbCh2xACEDcAcHDgQDcQFGf9s7VkA0QCI0t2W0DRw68h8ChAEELSJE8xijBvVqCgIU9PjwA+UNzG5AHEB9xkDpk4QMGvARQsEDlKxMCALDeLcA0rqEEDlWCCAAAh+QQJCgAAACwAAAAAIAAgAAAG/0CAcEgsKhSLonJJTBIFR0FRylQmFJlnlFhQJKrTrRCqoALIBXAxchySzZm2Wusdi8nfOfeYfAuPEWoCZkILR2l+V2VFCXkAhgoRhIp9UpBpbmxIQ3GHTgAFhIUZTgtdh2FHdXqnkaJDigqYYK2OTKaLaoYFn7p6j0wOA8PEAw6/Z4PKUhwdzs8dEL9kqqrN0M7SetTVCsLFw8d6C8vKvUQEv+dVCRAaBnNQtkwPFRQUFXOduUoTG/cUNkyYg+tIBlEMAFYYMAaBuCekxmhaJeSeBgiOHhw4QECAAwcCLhGJRUQCg3RDCmyUVmBYmlOiGqmBsPGlyz9YkAlxsJEhqCubABS9AsPgQAMqLQfM0oTMwEZ4QpLOwvMLxAEEXIBG5aczqtaut4YNXRIEACH5BAkKAAAALAAAAAAgACAAAAb/QIBwSCwqFIuicklMEgVHQVHKVCYUmWeUWFAkqtOtEKqgAsgFcDFyHJLNmbZa6x2Lyd8595h8C48RahAQRQtHaX5XZUUJeQAGHR0jA0SKfVKGCmlubEhCBSGRHSQOQwVmQwsZTgtdh0UQHKIHm2quChGophuiJHO3jkwOFB2UaoYFTnMGegDKRQQG0tMGBM1nAtnaABoU3t8UD81kR+UK3eDe4nrk5grR1NLWegva9s9czfhVAgMNpWqgBGNigMGBAwzmxBGjhACEgwcgzAPTqlwGXQ8gMgAhZIGHWm5WjelUZ8jBBgPMTBgwIMGCRgsygVSkgMiHByD7DWDmx5WuMkZqDLCU4gfAq2sACrAEWFSRLjUfWDopCqDTNQIsJ1LF0yzDAA90UHV5eo0qUjB8mgUBACH5BAkKAAAALAAAAAAgACAAAAb/QIBwSCwqFIuickk0FIiCo6A4ZSoZnRBUSiwoEtYipNOBDKOKKgD9DBNHHU4brc4c3cUBeSOk949geEQUZA5rXABHEW4PD0UOZBSHaQAJiEMJgQATFBQVBkQHZKACUwtHbX0RR0mVFp0UFwRCBSQDSgsZrQteqEUPGrAQmmG9ChFqRAkMsBd4xsRLBBsUoG6nBa14E4IA2kUFDuLjDql4peilAA0H7e4H1udH8/Ps7+3xbmj0qOTj5mEWpEP3DUq3glYWOBgAcEmUaNI+DBjwAY+dS0USGJg4wABEXMYyJNvE8UOGISKVCNClah4xjg60WUKyINOCUwrMzVRARMGENWQ4n/jpNTKTm15J/CTK2e0MoD+UKmHEs4onVDVVmyqdpAbNR4cKTjqNSots07EjzzJh1S0IADsAAAAAAAAAAAA=)
        no-repeat scroll center center transparent;
}
.lg-outer.lg-css3 .lg-current,
.lg-outer.lg-css3 .lg-next-slide,
.lg-outer.lg-css3 .lg-prev-slide {
    display: inline-block !important;
}
.lg-outer.lg-css .lg-current {
    display: inline-block !important;
}
.lg-outer .lg-img-wrap,
.lg-outer .lg-item {
    display: inline-block;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
}
.lg-outer .lg-img-wrap:before,
.lg-outer .lg-item:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.lg-outer .lg-img-wrap {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    white-space: nowrap;
    font-size: 0;
}
.lg-outer .lg-item.lg-complete {
    background-image: none;
}
.lg-outer .lg-item.lg-current {
    z-index: 1060;
}
.lg-outer .lg-object {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    position: relative;
}
.lg-outer .lg-empty-html .lg-sub-html,
.lg-outer .lg-empty-html.lg-sub-html {
    display: none;
}
.lg-outer.lg-hide-download .lg-download {
    opacity: 0.75;
    pointer-events: none;
}
.lg-outer .lg-first-slide .lg-dummy-img {
    position: absolute;
    top: 50%;
    left: 50%;
}
.lg-outer.lg-components-open:not(.lg-zoomed) .lg-components {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
}
.lg-outer.lg-components-open:not(.lg-zoomed) .lg-sub-html {
    opacity: 1;
    -webkit-transition: opacity 0.2s ease-out 0.15s;
    -o-transition: opacity 0.2s ease-out 0.15s;
    transition: opacity 0.2s ease-out 0.15s;
}
.lg-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1040;
    background-color: rgba(24, 24, 27, 0.92);
    opacity: 0;
    will-change: auto;
    -webkit-transition: opacity 333ms ease-in 0s;
    -o-transition: opacity 333ms ease-in 0s;
    transition: opacity 333ms ease-in 0s;
}
.lg-backdrop.in {
    opacity: 1;
}
.lg-css3.lg-no-trans .lg-current,
.lg-css3.lg-no-trans .lg-next-slide,
.lg-css3.lg-no-trans .lg-prev-slide {
    -webkit-transition: none 0s ease 0s !important;
    -o-transition: none 0s ease 0s !important;
    transition: none 0s ease 0s !important;
}
.lg-css3.lg-use-css3 .lg-item {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.lg-css3.lg-fade .lg-item {
    opacity: 0;
}
.lg-css3.lg-fade .lg-item.lg-current {
    opacity: 1;
}
.lg-css3.lg-fade .lg-item.lg-current,
.lg-css3.lg-fade .lg-item.lg-next-slide,
.lg-css3.lg-fade .lg-item.lg-prev-slide {
    -webkit-transition: opacity 0.1s ease 0s;
    -o-transition: opacity 0.1s ease 0s;
    transition: opacity 0.1s ease 0s;
}
.lg-css3.lg-use-css3 .lg-item.lg-start-progress {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
    -o-transition: -o-transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
    transition: -webkit-transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
    -o-transition: transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
    transition: transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
    transition: transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s, -webkit-transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
}
.lg-css3.lg-use-css3 .lg-item.lg-start-end-progress {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
    -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
    -o-transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item {
    opacity: 0;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -webkit-transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
    -o-transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-container {
    display: none;
}
.lg-container.lg-show {
    display: block;
}
.lg-container.lg-dragging-vertical .lg-backdrop {
    -webkit-transition-duration: 0s !important;
    -o-transition-duration: 0s !important;
    transition-duration: 0s !important;
}
.lg-container.lg-dragging-vertical .lg-css3 .lg-item.lg-current {
    -webkit-transition-duration: 0s !important;
    -o-transition-duration: 0s !important;
    transition-duration: 0s !important;
    opacity: 1;
}
.lg-inline .lg-backdrop,
.lg-inline .lg-outer {
    position: absolute;
}
.lg-inline .lg-backdrop {
    z-index: 1;
}
.lg-inline .lg-outer {
    z-index: 2;
}
.lg-inline .lg-maximize:after {
    content: "\e909";
}
.lg-components {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    will-change: transform;
    -webkit-transition: -webkit-transform 0.35s ease-out 0s;
    -o-transition: -o-transform 0.35s ease-out 0s;
    transition: -webkit-transform 0.35s ease-out 0s;
    -o-transition: transform 0.35s ease-out 0s;
    transition: transform 0.35s ease-out 0s;
    transition: transform 0.35s ease-out 0s, -webkit-transform 0.35s ease-out 0s;
    z-index: 1080;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
}
.lg-outer .lg-thumb-outer {
    background-color: #0d0a0a;
    width: 100%;
    max-height: 350px;
    overflow: hidden;
    float: left;
}
.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab;
}
.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing;
}
.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
    -webkit-transition-duration: 0s !important;
    -o-transition-duration: 0s !important;
    transition-duration: 0s !important;
}
.lg-outer .lg-thumb-outer.lg-rebuilding-thumbnails .lg-thumb {
    -webkit-transition-duration: 0s !important;
    -o-transition-duration: 0s !important;
    transition-duration: 0s !important;
}
.lg-outer .lg-thumb-outer.lg-thumb-align-middle {
    text-align: center;
}
.lg-outer .lg-thumb-outer.lg-thumb-align-left {
    text-align: left;
}
.lg-outer .lg-thumb-outer.lg-thumb-align-right {
    text-align: right;
}
.lg-outer.lg-single-item .lg-thumb-outer {
    display: none;
}
.lg-outer .lg-thumb {
    padding: 5px 0;
    height: 100%;
    margin-bottom: -5px;
    display: inline-block;
    vertical-align: middle;
}
.lg-outer .lg-thumb-item {
    cursor: pointer;
    float: left;
    overflow: hidden;
    height: 100%;
    border-radius: 2px;
    margin-bottom: 5px;
    will-change: border-color;
}
.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
    border-color: #a90707;
}
.lg-outer .lg-thumb-item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
}
.lg-outer.lg-can-toggle .lg-item {
    padding-bottom: 0;
}
.lg-outer .lg-toggle-thumb:after {
    content: "\e1ff";
}
.lg-outer.lg-animate-thumb .lg-thumb {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
@font-face {
    font-family: lg;
    src: url(data:font/woff2;base64,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)
            format("woff2"),
        url(data:font/woff;base64,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)
            format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: block;
}
.lg-icon {
    font-family: lg !important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.lg-container {
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.lg-next,
.lg-prev {
    background-color: rgba(0, 0, 0, 0.45);
    border-radius: 2px;
    color: #999;
    cursor: pointer;
    display: block;
    font-size: 22px;
    margin-top: -10px;
    padding: 8px 10px 9px;
    position: absolute;
    top: 50%;
    z-index: 1080;
    outline: 0;
    border: none;
}
.lg-next.disabled,
.lg-prev.disabled {
    opacity: 0 !important;
    cursor: default;
}
.lg-next:hover:not(.disabled),
.lg-prev:hover:not(.disabled) {
    color: #fff;
}
.lg-single-item .lg-next,
.lg-single-item .lg-prev {
    display: none;
}
.lg-next {
    right: 20px;
}
.lg-next:before {
    content: "\e095";
}
.lg-prev {
    left: 20px;
}
.lg-prev:after {
    content: "\e094";
}
@-webkit-keyframes lg-right-end {
    0% {
        left: 0;
    }
    50% {
        left: -30px;
    }
    100% {
        left: 0;
    }
}
@keyframes lg-right-end {
    0% {
        left: 0;
    }
    50% {
        left: -30px;
    }
    100% {
        left: 0;
    }
}
@-webkit-keyframes lg-left-end {
    0% {
        left: 0;
    }
    50% {
        left: 30px;
    }
    100% {
        left: 0;
    }
}
@keyframes lg-left-end {
    0% {
        left: 0;
    }
    50% {
        left: 30px;
    }
    100% {
        left: 0;
    }
}
.lg-outer.lg-right-end .lg-object {
    -webkit-animation: lg-right-end 0.3s;
    animation: lg-right-end 0.3s;
    position: relative;
}
.lg-outer.lg-left-end .lg-object {
    -webkit-animation: lg-left-end 0.3s;
    animation: lg-left-end 0.3s;
    position: relative;
}
.lg-toolbar {
    z-index: 1082;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.lg-media-overlap .lg-toolbar {
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.4)));
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
}
.lg-toolbar .lg-icon {
    color: #999;
    cursor: pointer;
    float: right;
    font-size: 24px;
    height: 47px;
    line-height: 27px;
    padding: 10px 0;
    text-align: center;
    width: 50px;
    text-decoration: none !important;
    outline: medium none;
    will-change: color;
    -webkit-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    transition: color 0.2s linear;
    background: 0 0;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.lg-toolbar .lg-icon.lg-icon-18 {
    font-size: 18px;
}
.lg-toolbar .lg-icon:hover {
    color: #fff;
}
.lg-toolbar .lg-close:after {
    content: "\e070";
}
.lg-toolbar .lg-maximize {
    font-size: 22px;
}
.lg-toolbar .lg-maximize:after {
    content: "\e90a";
}
.lg-toolbar .lg-download:after {
    content: "\e0f2";
}
.lg-sub-html {
    color: #eee;
    font-size: 16px;
    padding: 10px 40px;
    text-align: center;
    z-index: 1080;
    opacity: 0;
    -webkit-transition: opacity 0.2s ease-out 0s;
    -o-transition: opacity 0.2s ease-out 0s;
    transition: opacity 0.2s ease-out 0s;
}
.lg-sub-html h4 {
    margin: 0;
    font-size: 13px;
    font-weight: 700;
}
.lg-sub-html p {
    font-size: 12px;
    margin: 5px 0 0;
}
.lg-sub-html a {
    color: inherit;
}
.lg-sub-html a:hover {
    text-decoration: underline;
}
.lg-media-overlap .lg-sub-html {
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.6)));
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
}
.lg-item .lg-sub-html {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
}
.lg-error-msg {
    font-size: 14px;
    color: #999;
}
.lg-counter {
    color: #999;
    display: inline-block;
    font-size: 16px;
    padding-left: 20px;
    padding-top: 12px;
    height: 47px;
    vertical-align: middle;
}
.lg-closing .lg-next,
.lg-closing .lg-prev,
.lg-closing .lg-sub-html,
.lg-closing .lg-toolbar {
    opacity: 0;
    -webkit-transition: -webkit-transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear;
    -o-transition: -o-transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear;
    -webkit-transition: opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear, -webkit-transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear, -webkit-transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s;
    -o-transition: transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear;
    transition: transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear;
    transition: transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear, -webkit-transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s;
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-img-wrap,
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-video-cont {
    opacity: 0;
    -ms-transform: scale3d(0.5, 0.5, 0.5);
    -webkit-transform: scale3d(0.5, 0.5, 0.5);
    transform: scale3d(0.5, 0.5, 0.5);
    will-change: transform, opacity;
    -webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
    -o-transition: -o-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
    -webkit-transition: opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
    transition: opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
    -o-transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
    transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
    transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-img-wrap,
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-video-cont {
    opacity: 1;
    -ms-transform: scale3d(1, 1, 1);
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}
.lg-group:after {
    content: "";
    display: table;
    clear: both;
}
.lg-container {
    display: none;
    outline: 0;
}
.lg-container.lg-show {
    display: block;
}
.lg-on {
    scroll-behavior: unset;
}
.lg-hide-sub-html .lg-sub-html,
.lg-next,
.lg-pager-outer,
.lg-prev,
.lg-toolbar {
    opacity: 0;
    will-change: transform, opacity;
    -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
    -o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
    -webkit-transition: opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
    -o-transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-show-in .lg-next,
.lg-show-in .lg-pager-outer,
.lg-show-in .lg-prev,
.lg-show-in .lg-toolbar {
    opacity: 1;
}
.lg-show-in.lg-hide-sub-html .lg-sub-html {
    opacity: 1;
}
.lg-show-in .lg-hide-items .lg-prev {
    opacity: 0;
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
}
.lg-show-in .lg-hide-items .lg-next {
    opacity: 0;
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
}
.lg-show-in .lg-hide-items .lg-toolbar {
    opacity: 0;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
}
.lg-show-in .lg-hide-items.lg-hide-sub-html .lg-sub-html {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
}
.lg-outer {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    text-align: left;
    opacity: 0.001;
    outline: 0;
    will-change: auto;
    overflow: hidden;
    -webkit-transition: opacity 0.15s ease 0s;
    -o-transition: opacity 0.15s ease 0s;
    transition: opacity 0.15s ease 0s;
}
.lg-outer * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.lg-outer.lg-zoom-from-image {
    opacity: 1;
}
.lg-outer.lg-visible {
    opacity: 1;
}
.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-current,
.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-next-slide,
.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-prev-slide {
    -webkit-transition-duration: inherit !important;
    -o-transition-duration: inherit !important;
    transition-duration: inherit !important;
    -webkit-transition-timing-function: inherit !important;
    -o-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important;
}
.lg-outer.lg-css3.lg-dragging .lg-item.lg-current,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide {
    -webkit-transition-duration: 0s !important;
    -o-transition-duration: 0s !important;
    transition-duration: 0s !important;
    opacity: 1;
}
.lg-outer.lg-grab img.lg-object {
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab;
}
.lg-outer.lg-grabbing img.lg-object {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing;
}
.lg-outer .lg-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.lg-outer .lg-inner {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    -webkit-transition: opacity 0s;
    -o-transition: opacity 0s;
    transition: opacity 0s;
    white-space: nowrap;
}
.lg-outer .lg-item {
    will-change: transform, opacity;
    display: none !important;
}
.lg-outer .lg-item:not(.lg-start-end-progress) {
    background: url(data:image/gif;base64,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)
        no-repeat scroll center center transparent;
}
.lg-outer.lg-css3 .lg-current,
.lg-outer.lg-css3 .lg-next-slide,
.lg-outer.lg-css3 .lg-prev-slide {
    display: inline-block !important;
}
.lg-outer.lg-css .lg-current {
    display: inline-block !important;
}
.lg-outer .lg-img-wrap,
.lg-outer .lg-item {
    display: inline-block;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
}
.lg-outer .lg-img-wrap:before,
.lg-outer .lg-item:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.lg-outer .lg-img-wrap {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    white-space: nowrap;
    font-size: 0;
}
.lg-outer .lg-item.lg-complete {
    background-image: none;
}
.lg-outer .lg-item.lg-current {
    z-index: 1060;
}
.lg-outer .lg-object {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    position: relative;
}
.lg-outer .lg-empty-html .lg-sub-html,
.lg-outer .lg-empty-html.lg-sub-html {
    display: none;
}
.lg-outer.lg-hide-download .lg-download {
    opacity: 0.75;
    pointer-events: none;
}
.lg-outer .lg-first-slide .lg-dummy-img {
    position: absolute;
    top: 50%;
    left: 50%;
}
.lg-outer.lg-components-open:not(.lg-zoomed) .lg-components {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
}
.lg-outer.lg-components-open:not(.lg-zoomed) .lg-sub-html {
    opacity: 1;
    -webkit-transition: opacity 0.2s ease-out 0.15s;
    -o-transition: opacity 0.2s ease-out 0.15s;
    transition: opacity 0.2s ease-out 0.15s;
}
.lg-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1040;
    background-color: #000;
    opacity: 0;
    will-change: auto;
    -webkit-transition: opacity 333ms ease-in 0s;
    -o-transition: opacity 333ms ease-in 0s;
    transition: opacity 333ms ease-in 0s;
}
.lg-backdrop.in {
    opacity: 1;
}
.lg-css3.lg-no-trans .lg-current,
.lg-css3.lg-no-trans .lg-next-slide,
.lg-css3.lg-no-trans .lg-prev-slide {
    -webkit-transition: none 0s ease 0s !important;
    -o-transition: none 0s ease 0s !important;
    transition: none 0s ease 0s !important;
}
.lg-css3.lg-use-css3 .lg-item {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.lg-css3.lg-fade .lg-item {
    opacity: 0;
}
.lg-css3.lg-fade .lg-item.lg-current {
    opacity: 1;
}
.lg-css3.lg-fade .lg-item.lg-current,
.lg-css3.lg-fade .lg-item.lg-next-slide,
.lg-css3.lg-fade .lg-item.lg-prev-slide {
    -webkit-transition: opacity 0.1s ease 0s;
    -o-transition: opacity 0.1s ease 0s;
    transition: opacity 0.1s ease 0s;
}
.lg-css3.lg-use-css3 .lg-item.lg-start-progress {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
    -o-transition: -o-transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
    transition: -webkit-transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
    -o-transition: transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
    transition: transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
    transition: transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s, -webkit-transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
}
.lg-css3.lg-use-css3 .lg-item.lg-start-end-progress {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
    -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
    -o-transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item {
    opacity: 0;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -webkit-transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
    -o-transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-container {
    display: none;
}
.lg-container.lg-show {
    display: block;
}
.lg-container.lg-dragging-vertical .lg-backdrop {
    -webkit-transition-duration: 0s !important;
    -o-transition-duration: 0s !important;
    transition-duration: 0s !important;
}
.lg-container.lg-dragging-vertical .lg-css3 .lg-item.lg-current {
    -webkit-transition-duration: 0s !important;
    -o-transition-duration: 0s !important;
    transition-duration: 0s !important;
    opacity: 1;
}
.lg-inline .lg-backdrop,
.lg-inline .lg-outer {
    position: absolute;
}
.lg-inline .lg-backdrop {
    z-index: 1;
}
.lg-inline .lg-outer {
    z-index: 2;
}
.lg-inline .lg-maximize:after {
    content: "\e909";
}
.lg-components {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    will-change: transform;
    -webkit-transition: -webkit-transform 0.35s ease-out 0s;
    -o-transition: -o-transform 0.35s ease-out 0s;
    transition: -webkit-transform 0.35s ease-out 0s;
    -o-transition: transform 0.35s ease-out 0s;
    transition: transform 0.35s ease-out 0s;
    transition: transform 0.35s ease-out 0s, -webkit-transform 0.35s ease-out 0s;
    z-index: 1080;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
}
.lg-outer .lg-thumb-outer {
    background-color: #0d0a0a;
    width: 100%;
    max-height: 350px;
    overflow: hidden;
    float: left;
}
.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab;
}
.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing;
}
.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
    -webkit-transition-duration: 0s !important;
    -o-transition-duration: 0s !important;
    transition-duration: 0s !important;
}
.lg-outer .lg-thumb-outer.lg-rebuilding-thumbnails .lg-thumb {
    -webkit-transition-duration: 0s !important;
    -o-transition-duration: 0s !important;
    transition-duration: 0s !important;
}
.lg-outer .lg-thumb-outer.lg-thumb-align-middle {
    text-align: center;
}
.lg-outer .lg-thumb-outer.lg-thumb-align-left {
    text-align: left;
}
.lg-outer .lg-thumb-outer.lg-thumb-align-right {
    text-align: right;
}
.lg-outer.lg-single-item .lg-thumb-outer {
    display: none;
}
.lg-outer .lg-thumb {
    padding: 5px 0;
    height: 100%;
    margin-bottom: -5px;
    display: inline-block;
    vertical-align: middle;
}
.lg-outer .lg-thumb-item {
    cursor: pointer;
    float: left;
    overflow: hidden;
    height: 100%;
    border-radius: 2px;
    margin-bottom: 5px;
    will-change: border-color;
}
.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
    border-color: #a90707;
}
.lg-outer .lg-thumb-item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
}
.lg-outer.lg-can-toggle .lg-item {
    padding-bottom: 0;
}
.lg-outer .lg-toggle-thumb:after {
    content: "\e1ff";
}
.lg-outer.lg-animate-thumb .lg-thumb {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
@font-face {
    font-family: lg;
    src: url(data:font/woff2;base64,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)
            format("woff2"),
        url(data:font/woff;base64,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)
            format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: block;
}
.lg-icon {
    font-family: lg !important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.lg-container {
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.lg-next,
.lg-prev {
    background-color: rgba(0, 0, 0, 0.45);
    border-radius: 2px;
    color: #999;
    cursor: pointer;
    display: block;
    font-size: 22px;
    margin-top: -10px;
    padding: 8px 10px 9px;
    position: absolute;
    top: 50%;
    z-index: 1080;
    outline: 0;
    border: none;
}
.lg-next.disabled,
.lg-prev.disabled {
    opacity: 0 !important;
    cursor: default;
}
.lg-next:hover:not(.disabled),
.lg-prev:hover:not(.disabled) {
    color: #fff;
}
.lg-single-item .lg-next,
.lg-single-item .lg-prev {
    display: none;
}
.lg-next {
    right: 20px;
}
.lg-next:before {
    content: "\e095";
}
.lg-prev {
    left: 20px;
}
.lg-prev:after {
    content: "\e094";
}
@-webkit-keyframes lg-right-end {
    0% {
        left: 0;
    }
    50% {
        left: -30px;
    }
    100% {
        left: 0;
    }
}
@keyframes lg-right-end {
    0% {
        left: 0;
    }
    50% {
        left: -30px;
    }
    100% {
        left: 0;
    }
}
@-webkit-keyframes lg-left-end {
    0% {
        left: 0;
    }
    50% {
        left: 30px;
    }
    100% {
        left: 0;
    }
}
@keyframes lg-left-end {
    0% {
        left: 0;
    }
    50% {
        left: 30px;
    }
    100% {
        left: 0;
    }
}
.lg-outer.lg-right-end .lg-object {
    -webkit-animation: lg-right-end 0.3s;
    animation: lg-right-end 0.3s;
    position: relative;
}
.lg-outer.lg-left-end .lg-object {
    -webkit-animation: lg-left-end 0.3s;
    animation: lg-left-end 0.3s;
    position: relative;
}
.lg-toolbar {
    z-index: 1082;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.lg-media-overlap .lg-toolbar {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.4)));
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
}
.lg-toolbar .lg-icon {
    color: #999;
    cursor: pointer;
    float: right;
    font-size: 24px;
    height: 47px;
    line-height: 27px;
    padding: 10px 0;
    text-align: center;
    width: 50px;
    text-decoration: none !important;
    outline: medium none;
    will-change: color;
    -webkit-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    transition: color 0.2s linear;
    background: 0 0;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.lg-toolbar .lg-icon.lg-icon-18 {
    font-size: 18px;
}
.lg-toolbar .lg-icon:hover {
    color: #fff;
}
.lg-toolbar .lg-close:after {
    content: "\e070";
}
.lg-toolbar .lg-maximize {
    font-size: 22px;
}
.lg-toolbar .lg-maximize:after {
    content: "\e90a";
}
.lg-toolbar .lg-download:after {
    content: "\e0f2";
}
.lg-sub-html {
    color: #eee;
    font-size: 16px;
    padding: 10px 40px;
    text-align: center;
    z-index: 1080;
    opacity: 0;
    -webkit-transition: opacity 0.2s ease-out 0s;
    -o-transition: opacity 0.2s ease-out 0s;
    transition: opacity 0.2s ease-out 0s;
}
.lg-sub-html h4 {
    margin: 0;
    font-size: 13px;
    font-weight: 700;
}
.lg-sub-html p {
    font-size: 12px;
    margin: 5px 0 0;
}
.lg-sub-html a {
    color: inherit;
}
.lg-sub-html a:hover {
    text-decoration: underline;
}
.lg-media-overlap .lg-sub-html {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.6)));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
}
.lg-item .lg-sub-html {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
}
.lg-error-msg {
    font-size: 14px;
    color: #999;
}
.lg-counter {
    color: #999;
    display: inline-block;
    font-size: 16px;
    padding-left: 20px;
    padding-top: 12px;
    height: 47px;
    vertical-align: middle;
}
.lg-closing .lg-next,
.lg-closing .lg-prev,
.lg-closing .lg-sub-html,
.lg-closing .lg-toolbar {
    opacity: 0;
    -webkit-transition: -webkit-transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear;
    -o-transition: -o-transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear;
    -webkit-transition: opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear, -webkit-transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear, -webkit-transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s;
    -o-transition: transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear;
    transition: transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear;
    transition: transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear, -webkit-transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s;
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-img-wrap,
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-video-cont {
    opacity: 0;
    -ms-transform: scale3d(0.5, 0.5, 0.5);
    -webkit-transform: scale3d(0.5, 0.5, 0.5);
    transform: scale3d(0.5, 0.5, 0.5);
    will-change: transform, opacity;
    -webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
    -o-transition: -o-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
    -webkit-transition: opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
    transition: opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
    -o-transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
    transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
    transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-img-wrap,
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-video-cont {
    opacity: 1;
    -ms-transform: scale3d(1, 1, 1);
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}
.lg-group:after {
    content: "";
    display: table;
    clear: both;
}
.lg-container {
    display: none;
    outline: 0;
}
.lg-container.lg-show {
    display: block;
}
.lg-on {
    scroll-behavior: unset;
}
.lg-hide-sub-html .lg-sub-html,
.lg-next,
.lg-pager-outer,
.lg-prev,
.lg-toolbar {
    opacity: 0;
    will-change: transform, opacity;
    -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
    -o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
    -webkit-transition: opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
    -o-transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-show-in .lg-next,
.lg-show-in .lg-pager-outer,
.lg-show-in .lg-prev,
.lg-show-in .lg-toolbar {
    opacity: 1;
}
.lg-show-in.lg-hide-sub-html .lg-sub-html {
    opacity: 1;
}
.lg-show-in .lg-hide-items .lg-prev {
    opacity: 0;
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
}
.lg-show-in .lg-hide-items .lg-next {
    opacity: 0;
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
}
.lg-show-in .lg-hide-items .lg-toolbar {
    opacity: 0;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
}
.lg-show-in .lg-hide-items.lg-hide-sub-html .lg-sub-html {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
}
.lg-outer {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    text-align: left;
    opacity: 0.001;
    outline: 0;
    will-change: auto;
    overflow: hidden;
    -webkit-transition: opacity 0.15s ease 0s;
    -o-transition: opacity 0.15s ease 0s;
    transition: opacity 0.15s ease 0s;
}
.lg-outer * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.lg-outer.lg-zoom-from-image {
    opacity: 1;
}
.lg-outer.lg-visible {
    opacity: 1;
}
.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-current,
.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-next-slide,
.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-prev-slide {
    -webkit-transition-duration: inherit !important;
    -o-transition-duration: inherit !important;
    transition-duration: inherit !important;
    -webkit-transition-timing-function: inherit !important;
    -o-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important;
}
.lg-outer.lg-css3.lg-dragging .lg-item.lg-current,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide {
    -webkit-transition-duration: 0s !important;
    -o-transition-duration: 0s !important;
    transition-duration: 0s !important;
    opacity: 1;
}
.lg-outer.lg-grab img.lg-object {
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab;
}
.lg-outer.lg-grabbing img.lg-object {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing;
}
.lg-outer .lg-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.lg-outer .lg-inner {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    -webkit-transition: opacity 0s;
    -o-transition: opacity 0s;
    transition: opacity 0s;
    white-space: nowrap;
}
.lg-outer .lg-item {
    will-change: transform, opacity;
    display: none !important;
}
.lg-outer .lg-item:not(.lg-start-end-progress) {
    background: url(data:image/gif;base64,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)
        no-repeat scroll center center transparent;
}
.lg-outer.lg-css3 .lg-current,
.lg-outer.lg-css3 .lg-next-slide,
.lg-outer.lg-css3 .lg-prev-slide {
    display: inline-block !important;
}
.lg-outer.lg-css .lg-current {
    display: inline-block !important;
}
.lg-outer .lg-img-wrap,
.lg-outer .lg-item {
    display: inline-block;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
}
.lg-outer .lg-img-wrap:before,
.lg-outer .lg-item:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.lg-outer .lg-img-wrap {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    white-space: nowrap;
    font-size: 0;
}
.lg-outer .lg-item.lg-complete {
    background-image: none;
}
.lg-outer .lg-item.lg-current {
    z-index: 1060;
}
.lg-outer .lg-object {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    position: relative;
}
.lg-outer .lg-empty-html .lg-sub-html,
.lg-outer .lg-empty-html.lg-sub-html {
    display: none;
}
.lg-outer.lg-hide-download .lg-download {
    opacity: 0.75;
    pointer-events: none;
}
.lg-outer .lg-first-slide .lg-dummy-img {
    position: absolute;
    top: 50%;
    left: 50%;
}
.lg-outer.lg-components-open:not(.lg-zoomed) .lg-components {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
}
.lg-outer.lg-components-open:not(.lg-zoomed) .lg-sub-html {
    opacity: 1;
    -webkit-transition: opacity 0.2s ease-out 0.15s;
    -o-transition: opacity 0.2s ease-out 0.15s;
    transition: opacity 0.2s ease-out 0.15s;
}
.lg-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1040;
    background-color: #000;
    opacity: 0;
    will-change: auto;
    -webkit-transition: opacity 333ms ease-in 0s;
    -o-transition: opacity 333ms ease-in 0s;
    transition: opacity 333ms ease-in 0s;
}
.lg-backdrop.in {
    opacity: 1;
}
.lg-css3.lg-no-trans .lg-current,
.lg-css3.lg-no-trans .lg-next-slide,
.lg-css3.lg-no-trans .lg-prev-slide {
    -webkit-transition: none 0s ease 0s !important;
    -o-transition: none 0s ease 0s !important;
    transition: none 0s ease 0s !important;
}
.lg-css3.lg-use-css3 .lg-item {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.lg-css3.lg-fade .lg-item {
    opacity: 0;
}
.lg-css3.lg-fade .lg-item.lg-current {
    opacity: 1;
}
.lg-css3.lg-fade .lg-item.lg-current,
.lg-css3.lg-fade .lg-item.lg-next-slide,
.lg-css3.lg-fade .lg-item.lg-prev-slide {
    -webkit-transition: opacity 0.1s ease 0s;
    -o-transition: opacity 0.1s ease 0s;
    transition: opacity 0.1s ease 0s;
}
.lg-css3.lg-use-css3 .lg-item.lg-start-progress {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
    -o-transition: -o-transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
    transition: -webkit-transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
    -o-transition: transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
    transition: transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
    transition: transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s, -webkit-transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
}
.lg-css3.lg-use-css3 .lg-item.lg-start-end-progress {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
    -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
    -o-transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item {
    opacity: 0;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -webkit-transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
    -o-transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-container {
    display: none;
}
.lg-container.lg-show {
    display: block;
}
.lg-container.lg-dragging-vertical .lg-backdrop {
    -webkit-transition-duration: 0s !important;
    -o-transition-duration: 0s !important;
    transition-duration: 0s !important;
}
.lg-container.lg-dragging-vertical .lg-css3 .lg-item.lg-current {
    -webkit-transition-duration: 0s !important;
    -o-transition-duration: 0s !important;
    transition-duration: 0s !important;
    opacity: 1;
}
.lg-inline .lg-backdrop,
.lg-inline .lg-outer {
    position: absolute;
}
.lg-inline .lg-backdrop {
    z-index: 1;
}
.lg-inline .lg-outer {
    z-index: 2;
}
.lg-inline .lg-maximize:after {
    content: "\e909";
}
.lg-components {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    will-change: transform;
    -webkit-transition: -webkit-transform 0.35s ease-out 0s;
    -o-transition: -o-transform 0.35s ease-out 0s;
    transition: -webkit-transform 0.35s ease-out 0s;
    -o-transition: transform 0.35s ease-out 0s;
    transition: transform 0.35s ease-out 0s;
    transition: transform 0.35s ease-out 0s, -webkit-transform 0.35s ease-out 0s;
    z-index: 1080;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
}
.lg-outer .lg-thumb-outer {
    background-color: #0d0a0a;
    width: 100%;
    max-height: 350px;
    overflow: hidden;
    float: left;
}
.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab;
}
.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing;
}
.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
    -webkit-transition-duration: 0s !important;
    -o-transition-duration: 0s !important;
    transition-duration: 0s !important;
}
.lg-outer .lg-thumb-outer.lg-rebuilding-thumbnails .lg-thumb {
    -webkit-transition-duration: 0s !important;
    -o-transition-duration: 0s !important;
    transition-duration: 0s !important;
}
.lg-outer .lg-thumb-outer.lg-thumb-align-middle {
    text-align: center;
}
.lg-outer .lg-thumb-outer.lg-thumb-align-left {
    text-align: left;
}
.lg-outer .lg-thumb-outer.lg-thumb-align-right {
    text-align: right;
}
.lg-outer.lg-single-item .lg-thumb-outer {
    display: none;
}
.lg-outer .lg-thumb {
    padding: 5px 0;
    height: 100%;
    margin-bottom: -5px;
    display: inline-block;
    vertical-align: middle;
}
.lg-outer .lg-thumb-item {
    cursor: pointer;
    float: left;
    overflow: hidden;
    height: 100%;
    border-radius: 2px;
    margin-bottom: 5px;
    will-change: border-color;
}
.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
    border-color: #a90707;
}
.lg-outer .lg-thumb-item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
}
.lg-outer.lg-can-toggle .lg-item {
    padding-bottom: 0;
}
.lg-outer .lg-toggle-thumb:after {
    content: "\e1ff";
}
.lg-outer.lg-animate-thumb .lg-thumb {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media (min-width: 29.99875em) {
    .button {
        min-width: 346px;
    }
    .button_load {
        min-width: 346px;
    }
    .intro__title_tulp span {
        text-transform: uppercase;
    }
    .categories__title {
        padding: 0 30px;
    }
    .warehouse__advantages {
        grid-template-columns: repeat(auto-fit, minmax(28%, auto));
    }
    .production__name {
        font-weight: 400;
        margin-left: 19px;
    }
    .production__list li:not(:last-child) {
        margin-bottom: 0;
    }
    .download__text a {
        font-weight: 700;
    }
    .dignities__body {
        padding-top: 19px;
    }
    .varieties__body {
        padding-top: 19px;
    }
}
@media (min-width: 37.49875em) {
    .quality__body {
        -ms-grid-columns: 55% auto;
        grid-template-columns: 55% auto;
    }
    .bouquets__container_center {
        max-width: none;
        padding: 0;
    }
}
@media (min-width: 37.49875em) and (min-width: 98.5em) {
    .quality__info {
        padding-bottom: 95px;
    }
}
@media (min-width: 47.99875em) {
    .production__item_center {
        font-size: 20px;
    }
    .order__item {
        min-height: 265px;
        border-radius: 12px;
    }
    .trees__text::after {
        content: "";
        display: inline-block;
        margin-top: 5px;
        width: 11px;
        height: 11px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        background: url(../img/eli/trees/help.svg) center/contain no-repeat;
    }
    .line__center {
        margin-left: auto;
        margin-right: auto;
        width: 50%;
    }
    .arrange__body {
        text-align: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .arrange__item {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .arrange__item:nth-child(1),
    .arrange__item:nth-child(3) {
        max-width: 178px;
    }
    .arrange__item:nth-child(2) {
        max-width: 255px;
    }
    .arrange__number {
        font-size: 22px;
        width: 50px;
        height: 50px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 10px;
    }
    .arrange__number::after {
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        height: 2px;
        width: 80%;
    }
}
@media (min-width: 47.99875em) and (min-width: 98.5em) {
    .trees__text::after {
        margin-left: 57px;
    }
}
@media (min-width: 61.99875em) {
    .subscription__items {
        grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    }
    .subscription__left {
        max-width: 590px;
    }
    .subscription__title {
        padding-left: 20px;
    }
    .subscription__img {
        position: absolute;
        bottom: 0;
        right: 5%;
        max-width: 31%;
        z-index: 1;
    }
    .subscription__img img {
        width: 100%;
    }
    .subscription_wrapp {
        -ms-grid-columns: auto 40%;
        grid-template-columns: auto 40%;
        padding: 40px 30px;
    }
    .production__body_reverse .tabs__slide {
        -ms-grid-row: 1;
        grid-row-start: 1;
    }
    .production__info_min {
        max-width: 400px;
    }
    .section__text {
        margin-top: 20px;
    }
    .contacts__body {
        padding-left: max(35px, (100% - 1205px) / 2);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .contacts__row {
        -ms-grid-columns: 448px 1fr;
        grid-template-columns: 448px 1fr;
    }
    .contacts__card::before {
        width: calc(100% - 16px);
        height: calc(100% - 16px);
        margin: 8px;
    }
    .intro__body.intro__body_eli {
        padding-bottom: 40px;
        min-height: 64vh;
    }
    .intro__body {
        min-height: 74vh;
    }
    .intro__body_video {
        min-height: 90vh;
    }
    .categories__title_up {
        text-transform: uppercase;
    }
    .warehouse {
        padding-top: 28px;
    }
    .warehouse__slider_large .warehouse__slide {
        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-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        min-height: 65vh;
        position: relative;
        padding: 40px;
    }
    .warehouse__arrows_center {
        display: none;
    }
    .quality {
        -webkit-clip-path: polygon(100% 0, 100% 90%, 30% 95%, 0 95%, 0 0);
        clip-path: polygon(100% 0, 100% 90%, 30% 95%, 0 95%, 0 0);
        margin-bottom: 120px;
    }
    .production__body {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-grid-columns: 45% 52%;
        grid-template-columns: 45% 52%;
    }
    .our-warehouse .production__body {
        grid-template-columns: repeat(auto-fit, minmax(48%, 40%));
    }
    .production__body_onion {
        -ms-grid-columns: 57% auto;
        grid-template-columns: 57% auto;
    }
    .production__body_right {
        -ms-grid-columns: 39% 58%;
        grid-template-columns: 39% 58%;
    }
    .production__desc,
    .production__items {
        width: 100%;
        max-width: 464px;
    }
    .our-warehouse .production__desc,
    .our-warehouse .production__items {
        max-width: none;
    }
    .production__items:not(:last-child) {
        margin-bottom: 40px;
    }
    .production__items_large {
        margin-top: 55px;
    }
    .production__items_large:not(:last-child) {
        margin-bottom: 50px;
    }
    .production__cols {
        grid-template-columns: repeat(auto-fit, minmax(40%, auto));
    }
    .production__cols.production__cols_star {
        grid-template-columns: repeat(auto-fit, minmax(20%, auto));
    }
    .production__cols:not(:last-child) {
        margin-bottom: 40px;
    }
    .production__star_text {
        text-align: center;
        margin-top: 12px;
    }
    .production__item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .production__items_center .production__item {
        padding-top: 15px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .production-center__center {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
    .production-center__desc {
        margin-left: auto;
        margin-right: auto;
        max-width: 540px;
    }
    .advantages__body {
        grid-template-columns: repeat(auto-fit, minmax(40%, 1fr));
    }
    .download__img {
        position: absolute;
        height: 100%;
    }
    .download__img_mb {
        display: none;
    }
    .form__policy {
        position: relative;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .form__policy::before {
        content: "";
        border-radius: 50%;
        display: inline-block;
        width: 5px;
        height: 5px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        background: #e256ba;
        margin-right: 5px;
    }
    .stages__items_one .stages__item:nth-child(1)::before {
        top: 130px;
    }
    .stages__items_one .stages__item:nth-child(2) {
        left: 6%;
    }
    .stages__items_one .stages__item:nth-child(2)::before {
        top: 130px;
    }
    .stages__items_one .stages__item:nth-child(3) {
        left: 13%;
    }
    .stages__items_one .stages__item:nth-child(3)::before {
        top: 130px;
    }
    .stages__items_two .stages__item:nth-child(1) {
        left: 6%;
    }
    .stages__items_two .stages__item:nth-child(1)::before {
        top: -90px;
    }
    .stages__items_two .stages__item:nth-child(2) {
        left: 21%;
    }
    .stages__items_two .stages__item:nth-child(2)::before {
        top: -90px;
    }
    .stages__items_two .stages__item:nth-child(3) {
        left: 45%;
    }
    .stages__items_two .stages__item:nth-child(3)::before {
        top: -90px;
        background: var(--purple);
        color: var(--white);
    }
    .varieties__item_mob {
        display: none;
    }
    .varieties__item .button {
        min-width: 85%;
    }
    .remains__btn {
        border-radius: 100px;
        background-color: var(--gray);
    }
    .remains__btn._tab-active {
        background-color: var(--white);
        -webkit-box-shadow: 0 4px 32px 0 rgba(0, 0, 0, 0.1);
        box-shadow: 0 4px 32px 0 rgba(0, 0, 0, 0.1);
    }
    .remains__slider::after,
    .remains__slider::before {
        content: "";
        position: absolute;
        top: 0;
        width: 42px;
        height: 100%;
        pointer-events: none;
        background: var(--white);
        z-index: 1;
    }
    .remains__slider::before {
        left: -1px;
    }
    .remains__slider::after {
        right: -1px;
    }
    .remains__gallery .remains__arrow {
        opacity: 0;
    }
    .boxs__item {
        width: calc(43% - 40px);
        margin: 20px;
        padding: 15px;
    }
    .bouquets__top {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .bouquets__arrow {
        width: 59px;
        height: 59px;
    }
    .bouquets__arrow img,
    .bouquets__arrow svg {
        width: 20px;
        height: 20px;
    }
    .focus__img_mb {
        display: none;
    }
    .focus__img {
        padding-left: 37px;
    }
    .videos__name {
        padding-left: 6px;
    }
    .smi__item {
        display: -ms-grid;
        display: grid;
        grid-auto-flow: row;
        -ms-grid-rows: 1fr 1fr auto;
        -ms-grid-columns: 1fr;
        grid-template: 1fr 1fr auto/1fr;
    }
}
@media (min-width: 61.99875em) and (min-width: 98.5em) {
    .quality__image_author {
        margin-right: 108px;
    }
}
@media (min-width: 79.6875em) {
    .menu__sub-list {
        position: absolute;
        top: calc(100% + 20px);
        left: 60%;
        width: auto;
        height: auto;
        padding: 20px;
        border-radius: 4px;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        background: -o-linear-gradient(273deg, rgba(255, 255, 255, 0.84) 0, rgba(255, 255, 255, 0.84) 100%);
        background: linear-gradient(177deg, rgba(255, 255, 255, 0.84) 0, rgba(255, 255, 255, 0.84) 100%);
        -webkit-box-shadow: 0 2.2183132172px 21.0739746094px 0 rgba(0, 0, 0, 0.1);
        box-shadow: 0 2.2183132172px 21.0739746094px 0 rgba(0, 0, 0, 0.1);
        -webkit-backdrop-filter: blur(16.5px);
        backdrop-filter: blur(16.5px);
        border-bottom: 2px solid var(--pink);
        z-index: 100;
    }
    .menu__sub-list.opacity {
        opacity: 1;
    }
    .header__menu_2 ul {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .home__links {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .home__link_wrapper {
        padding: 10px;
    }
    .home__link_wrapper:nth-child(1) {
        -webkit-transform: translateY(10%) rotate(45deg);
        -ms-transform: translateY(10%) rotate(45deg);
        transform: translateY(10%) rotate(45deg);
        left: 332px;
        top: -9px;
    }
    .home__link_wrapper:nth-child(2) {
        -webkit-transform: translateY(10%) rotate(45deg);
        -ms-transform: translateY(10%) rotate(45deg);
        transform: translateY(10%) rotate(45deg);
        left: 220px;
        top: -39px;
    }
    .home__link_wrapper:nth-child(3) {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        left: 109px;
        top: -51px;
    }
    .home__link_wrapper:nth-child(4) {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        top: -70px;
    }
    .home__link_wrapper:nth-child(5) {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        left: 108px;
        top: -84px;
    }
    .home__link_wrapper:nth-child(6) {
        -webkit-transform: translateY(-10%) rotate(45deg);
        -ms-transform: translateY(-10%) rotate(45deg);
        transform: translateY(-10%) rotate(45deg);
        left: 223px;
        top: -94px;
    }
    .warehouse__eli::before {
        content: "";
        position: absolute;
        pointer-events: none;
        left: -5%;
        top: -13%;
        width: 35%;
        height: 35%;
        background: url(../img/eli/pngwing.png) center/contain no-repeat;
        z-index: 0;
    }
    .production__eli::before {
        content: "";
        position: absolute;
        right: 0;
        bottom: -25%;
        width: 30%;
        height: 95%;
        background: url(../img/eli/pngwing.png) center/contain no-repeat;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        z-index: -1;
    }
    .petal__left {
        position: relative;
    }
    .petal__left::before {
        content: "";
        position: absolute;
        left: -25%;
        top: 12%;
        width: 30%;
        height: 40%;
        background: url(../img/1.png) center/contain no-repeat;
        pointer-events: none;
        z-index: -1;
    }
    .petal__left_bottom {
        position: relative;
    }
    .petal__left_bottom::before {
        content: "";
        position: absolute;
        left: -14%;
        bottom: -8%;
        width: 50%;
        height: 60%;
        background: url(../img/1.png) center/contain no-repeat;
        pointer-events: none;
        z-index: -1;
    }
    .petal__left_bottom_60::before {
        left: -60%;
    }
    .petal__left_bottom_2::before {
        left: 19%;
        bottom: -38%;
        width: 20%;
        height: 60%;
        -webkit-transform: rotate(55deg);
        -ms-transform: rotate(55deg);
        transform: rotate(55deg);
    }
    .petal__left_bottom_reviews::before {
        left: -18%;
        background: url(../img/11.png) center/contain no-repeat;
    }
    .petal__top {
        position: relative;
    }
    .petal__top::before {
        content: "";
        position: absolute;
        left: -15%;
        top: -25%;
        width: 20%;
        height: 30%;
        background: url(../img/1.png) center/contain no-repeat;
        pointer-events: none;
        z-index: -1;
    }
    .petal__right {
        position: relative;
    }
    .petal__right::before {
        content: "";
        position: absolute;
        right: -22%;
        bottom: -27%;
        width: 40%;
        height: 90%;
        background: url(../img/mimozi/10.png) center/contain no-repeat;
        pointer-events: none;
        z-index: -1;
    }
    .petal__right_2 {
        position: relative;
    }
    .petal__right_2::before {
        content: "";
        position: absolute;
        right: 0;
        bottom: 50%;
        width: 274px;
        height: 582px;
        background: url(../img/2.png) center/contain no-repeat;
        pointer-events: none;
        z-index: -1;
    }
    .petal__left_bottom_production {
        position: relative;
    }
    .petal__left_bottom_production::before {
        content: "";
        position: absolute;
        left: -40%;
        bottom: -25%;
        width: 85%;
        height: 85%;
        background: url(../img/mimozi/10.png) center/contain no-repeat;
        pointer-events: none;
        z-index: -1;
    }
    .petal__left_bottom_production_2::before {
        left: -65%;
    }
    .download__eli::before {
        content: "";
        position: absolute;
        right: 5%;
        top: -10%;
        width: 15%;
        height: 40%;
        background: url(../img/eli/pngwing2.png) center/contain no-repeat;
        -webkit-transform: rotate(-80deg);
        -ms-transform: rotate(-80deg);
        transform: rotate(-80deg);
        z-index: -1;
    }
    .gray__body {
        gap: 10px 35px;
        grid-template-columns: repeat(auto-fit, minmax(155px, 260px));
    }
    .gray__item:nth-child(1),
    .gray__item:nth-child(4) {
        margin-top: -20px;
    }
    .gray__item:nth-child(2),
    .gray__item:nth-child(3) {
        margin-top: 20px;
    }
    .gray__top {
        padding-top: 26px;
    }
    .gray__icon {
        width: 42px;
        height: 42px;
    }
    .gray__icon img,
    .gray__icon source,
    .gray__icon svg {
        width: 26px;
        height: 26px;
    }
    .gray__img img,
    .gray__img source {
        -webkit-clip-path: url(#gray);
        clip-path: url(#gray);
        max-width: 200px;
        height: 196px;
    }
    .trees::before {
        content: "";
        position: absolute;
        right: -5%;
        top: 2%;
        width: 30%;
        height: 30%;
        background: url(../img/eli/pngwing2.png) center/contain no-repeat;
        -webkit-transform: rotate(-60deg);
        -ms-transform: rotate(-60deg);
        transform: rotate(-60deg);
        z-index: -1;
    }
    .trees::after {
        content: "";
        position: absolute;
        right: 2%;
        bottom: -7%;
        width: 24%;
        height: 20%;
        background: url(../img/eli/pngwing2.png) center/contain no-repeat;
        -webkit-transform: rotate(-105deg);
        -ms-transform: rotate(-105deg);
        transform: rotate(-105deg);
        z-index: -1;
    }
    .circle::before {
        content: "";
        position: absolute;
        left: 2%;
        top: -25%;
        width: 24%;
        height: 90%;
        background: url(../img/eli/pngwing2.png) center/contain no-repeat;
        z-index: 0;
    }
    .certificates::before {
        content: "";
        position: absolute;
        left: -2%;
        top: -15%;
        width: 24%;
        height: 90%;
        background: url(../img/eli/pngwing.png) center/contain no-repeat;
        -webkit-transform: rotate(20deg) scale(1, -1);
        -ms-transform: rotate(20deg) scale(1, -1);
        transform: rotate(20deg) scale(1, -1);
        z-index: -1;
    }
}
@media (min-width: 98.5em) {
    .section {
        margin-bottom: 85px;
    }
    .section__text {
        margin-bottom: 35px;
        font-size: 23px;
    }
    .section__text_min {
        font-size: 20px;
    }
    .section__title {
        font-size: 44px;
    }
    .section__title_min {
        font-size: 42px;
    }
    .section__list li {
        font-size: 21px;
    }
    .section__icon {
        width: 60px;
    }
    .section__icon {
        height: 60px;
    }
    .header__info a {
        font-size: 16px;
    }
    .header__cart img,
    .header__cart source {
        width: 46px;
        height: 46px;
    }
    .contacts__row {
        gap: 32px;
    }
    .contacts__group:not(:last-child) {
        margin-bottom: 48px;
    }
    .contacts__name {
        font-size: 18px;
    }
    .contacts__text {
        font-size: 16px;
    }
    .footer__logo {
        margin-right: 27px;
    }
    .footer__social {
        margin-right: 71px;
    }
    .intro_white::before {
        height: 100px;
    }
    .intro__body {
        padding-top: 160px;
        padding-bottom: 74px;
    }
    .intro__body_white::before {
        width: 555px;
    }
    .intro__info:not(:last-child) {
        margin-bottom: 51px;
    }
    .intro__title {
        max-width: 554px;
        font-size: 54px;
    }
    .intro__title_min,
    .intro__title_tulp {
        font-size: 45px;
    }
    .intro__title_mimozi {
        max-width: 620px;
    }
    .intro__list {
        max-width: 445px;
    }
    .intro__list:not(:last-child) {
        margin-bottom: 51px;
    }
    .intro__list_min li {
        font-size: 18px;
    }
    .intro__list_tulp li {
        font-size: 17px;
    }
    .home {
        padding-top: 193px;
        padding-bottom: 104px;
    }
    .home__address {
        font-size: 20px;
    }
    .home__btn {
        padding: 40px;
        font-size: 21px;
    }
    .home__title {
        font-size: 65px;
    }
    .home__actions {
        gap: 20px;
    }
    .home__actions a svg {
        width: 101px;
        height: 101px;
    }
    .home__item svg {
        width: 64px;
        height: 64px;
    }
    .home__item_text {
        font-size: 26px;
    }
    .home__right {
        gap: 149px;
    }
    .home__link_wrapper {
        width: 111px;
        height: 111px;
    }
    .home__link span {
        font-size: 14px;
    }
    .home__help svg {
        width: 52px;
        height: 52px;
    }
    .home__help p {
        font-size: 12px;
    }
    .home__img {
        width: 500px;
        height: 500px;
    }
    .categories__body {
        row-gap: 24px;
        row-gap: 24px;
    }
    .categories__show .categories__body {
        row-gap: 44px;
    }
    .categories__img {
        height: 268px;
        margin-bottom: 16px;
    }
    .categories__title {
        font-size: 21px;
    }
    .categories__banner {
        font-size: 18px;
        padding: 34px;
    }
    .categories__banner span {
        font-size: 40px;
    }
    .categories__link {
        font-size: 16px;
    }
    .warehouse__slider_large {
        margin-bottom: 17px;
    }
    .warehouse__slider_thumbs .warehouse__slide {
        height: 124px;
    }
    .warehouse__date {
        font-size: 20px;
    }
    .warehouse__desc:not(:last-child) {
        margin-bottom: 49px;
    }
    .warehouse__desc p {
        font-size: 16px;
    }
    .warehouse__advantages {
        gap: 20px;
    }
    .warehouse__number {
        font-size: 23px;
    }
    .warehouse__text {
        font-size: 16px;
    }
    .quality__info::before {
        width: 50px;
    }
    .quality__info::before {
        height: 50px;
        margin-left: 28px;
        margin-right: 28px;
    }
    .quality__title {
        font-size: 44px;
        margin-bottom: 20px;
    }
    .quality__text {
        font-size: 18px;
        margin-bottom: 36px;
    }
    .quality__author {
        font-size: 21px;
    }
    .production__desc {
        font-size: 21px;
    }
    .production__desc:not(:last-child) {
        margin-bottom: 35px;
    }
    .production__desc a {
        font-size: 21px;
    }
    .production__desc_min {
        font-size: 18px;
    }
    .production__items {
        row-gap: 26px;
    }
    .production__items a {
        font-size: 21px;
    }
    .production__cols {
        row-gap: 26px;
    }
    .production__col a {
        font-size: 23px;
    }
    .production__col h3 {
        font-size: 21px;
    }
    .production__icon_large img,
    .production__icon_large source {
        width: 59px;
    }
    .production__purple {
        font-size: 23px;
    }
    .production__pur_text {
        font-size: 23px;
    }
    .production-center__center {
        gap: 69px;
    }
    .production-center__img_height {
        height: 415px;
    }
    .production-center__img_top {
        font-size: 15px;
    }
    .production-center__img_top span {
        font-size: 22px;
    }
    .production-center__items {
        gap: 69px;
    }
    .production__slider_large {
        margin-bottom: 28px;
    }
    .production__slider_thumbs .production__slide {
        max-height: 130px;
    }
    .tabs_top {
        padding-top: 25px;
    }
    .tabs__text {
        font-size: 18px;
    }
    .advantages__body {
        padding-top: 51px;
    }
    .advantages__item {
        padding-top: 45px;
    }
    .advantages__item {
        padding-left: 45px;
        padding-right: 45px;
    }
    .advantages__name {
        font-size: 25px;
        margin-bottom: 13px;
    }
    .advantages__text {
        font-size: 16px;
    }
    .advantages__contact a {
        font-size: 16px;
    }
    .download__help {
        margin-top: 80px;
    }
    .download__left {
        padding-left: 95px;
        padding-right: 95px;
    }
    .download__text {
        font-size: 21px;
    }
    .stages__body {
        padding-top: 65px;
    }
    .reviews__slide {
        padding: 45px;
        padding-right: 65px;
    }
    .reviews__name {
        font-size: 18px;
    }
    .reviews__text {
        font-size: 16px;
    }
    .dignities__item {
        min-height: 210px;
        padding-left: 41px;
        padding-right: 41px;
    }
    .remains__top {
        margin-bottom: 31px;
    }
    .remains__slide {
        height: 363px;
    }
    .remains__plashka {
        padding: 11px;
        top: 13px;
    }
    .remains__name {
        font-size: 18px;
        margin-bottom: 8px;
    }
    .remains__bullet {
        width: 8px;
        height: 8px;
    }
    .remains__count {
        font-size: 14px;
    }
    .remains__button {
        margin-top: 26px;
    }
    .boxs__item {
        height: 477px;
        font-size: 18px;
    }
    .bouquets__slide {
        height: 497px;
    }
    .focus__info {
        padding-left: 80px;
    }
    .focus__text h3 {
        font-size: 21px;
    }
    .gray {
        padding-top: 84px;
        padding-bottom: 84px;
    }
    .order__icon {
        margin-bottom: 15px;
    }
    .order__name {
        font-size: 18px;
    }
    .order__text {
        font-size: 16px;
    }
    .privacy {
        padding-top: 193px;
    }
    .smi {
        padding-top: 85px;
        padding-bottom: 85px;
    }
    .smi__item {
        padding: 30px;
    }
    .trees__button {
        height: 67px;
        margin-top: 54px;
    }
    .trees__button {
        margin-bottom: 35px;
    }
    .circle {
        padding-top: 85px;
    }
    .circle {
        padding-bottom: 85px;
    }
    .line__body {
        padding: 56px;
    }
    .certificates__body {
        gap: 66px;
    }
}
@media (min-width: 768px) {
    .services__title {
        text-align: center;
    }
    .services__info {
        background: var(--white);
        border-radius: 5px;
        padding: 20px;
        -webkit-box-shadow: 0 0 37px 0 rgba(0, 0, 0, 0.1);
        box-shadow: 0 0 37px 0 rgba(0, 0, 0, 0.1);
    }
    .lg-outer .lg-thumb {
        padding: 10px 0;
    }
    .lg-outer .lg-thumb-item {
        border-radius: 4px;
        border: 2px solid #fff;
        -webkit-transition: border-color 0.25s ease;
        -o-transition: border-color 0.25s ease;
        transition: border-color 0.25s ease;
    }
    .lg-outer .lg-thumb {
        padding: 10px 0;
    }
    .lg-outer .lg-thumb-item {
        border-radius: 4px;
        border: 2px solid #fff;
        -webkit-transition: border-color 0.25s ease;
        -o-transition: border-color 0.25s ease;
        transition: border-color 0.25s ease;
    }
    .lg-outer .lg-thumb {
        padding: 10px 0;
    }
    .lg-outer .lg-thumb-item {
        border-radius: 4px;
        border: 2px solid #fff;
        -webkit-transition: border-color 0.25s ease;
        -o-transition: border-color 0.25s ease;
        transition: border-color 0.25s ease;
    }
}
@media (max-width: 1440px) {
    .menu__sub-grid {
        -ms-grid-columns: minmax(160px, 1fr) [3];
        grid-template-columns: repeat(3, minmax(160px, 1fr));
    }
}
@media (max-width: 20em) {
    .section {
        margin-bottom: 40px;
    }
    .section__text {
        margin-bottom: 25px;
        font-size: 18px;
    }
    .section__text_min {
        font-size: 16px;
    }
    .section__title {
        font-size: 25px;
    }
    .section__title_min {
        font-size: 25px;
    }
    .section__list li {
        font-size: 18px;
    }
    .section__icon {
        width: 50px;
        height: 50px;
    }
    .header__info a {
        font-size: 14px;
    }
    .header__cart img,
    .header__cart source {
        width: 39px;
    }
    .header__cart img,
    .header__cart source {
        height: 39px;
    }
    .contacts__row {
        gap: 16px;
    }
    .contacts__group:not(:last-child) {
        margin-bottom: 19px;
    }
    .contacts__name {
        font-size: 16px;
    }
    .contacts__text {
        font-size: 14px;
    }
    .footer__logo {
        margin-right: 14px;
    }
    .footer__social {
        margin-right: 0.0001px;
    }
    .intro_white::before {
        height: 90px;
    }
    .intro__body {
        padding-top: 126px;
    }
    .intro__body {
        padding-bottom: 54px;
    }
    .intro__body_white::before {
        width: 290px;
    }
    .intro__info:not(:last-child) {
        margin-bottom: 34px;
    }
    .intro__title {
        max-width: 260px;
    }
    .intro__title {
        font-size: 35px;
    }
    .intro__title_min,
    .intro__title_tulp {
        font-size: 26px;
    }
    .intro__title_mimozi {
        max-width: 260px;
    }
    .intro__list {
        max-width: 290px;
    }
    .intro__list:not(:last-child) {
        margin-bottom: 34px;
    }
    .intro__list_min li {
        font-size: 16px;
    }
    .intro__list_tulp li {
        font-size: 14px;
    }
    .home {
        padding-top: 113px;
    }
    .home {
        padding-bottom: 62px;
    }
    .home__address {
        font-size: 14px;
    }
    .home__btn {
        padding: 15px;
    }
    .home__btn {
        font-size: 10px;
    }
    .home__title {
        font-size: 28px;
    }
    .home__actions {
        gap: 7px;
    }
    .home__actions a svg {
        width: 40px;
    }
    .home__actions a svg {
        height: 40px;
    }
    .home__item svg {
        width: 48px;
    }
    .home__item svg {
        height: 48px;
    }
    .home__item_text {
        font-size: 14px;
    }
    .home__right {
        gap: 36px;
    }
    .home__link_wrapper {
        width: 74px;
        height: 74px;
    }
    .home__link span {
        font-size: 9px;
    }
    .home__help svg {
        width: 20px;
        height: 20px;
    }
    .home__help p {
        font-size: 6px;
    }
    .home__img {
        width: 245px;
        height: 245px;
    }
    .categories__body {
        row-gap: 14px;
    }
    .categories__show .categories__body {
        row-gap: 14px;
    }
    .categories__img {
        height: 128px;
        margin-bottom: 10px;
    }
    .categories__title {
        font-size: 14px;
    }
    .categories__banner {
        font-size: 14px;
        padding: 14px;
    }
    .categories__banner span {
        font-size: 20px;
    }
    .categories__link {
        font-size: 14px;
    }
    .warehouse__slider_large {
        margin-bottom: 8px;
    }
    .warehouse__slider_large .warehouse__slide {
        height: 223px;
    }
    .warehouse__slider_thumbs .warehouse__slide {
        height: 64px;
    }
    .warehouse__arrows_center {
        bottom: 99px;
    }
    .warehouse__date {
        font-size: 14px;
    }
    .warehouse__desc:not(:last-child) {
        margin-bottom: 29px;
    }
    .warehouse__desc p {
        font-size: 13px;
    }
    .warehouse__advantages {
        gap: 10px;
    }
    .warehouse__number {
        font-size: 13px;
    }
    .warehouse__text {
        font-size: 12px;
    }
    .quality__info::before {
        width: 20px;
        height: 20px;
    }
    .quality__info::before {
        margin-left: 0.0001px;
        margin-right: 10px;
    }
    .quality__title {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .quality__text {
        font-size: 14px;
        margin-bottom: 20px;
    }
    .quality__author {
        font-size: 13px;
    }
    .production__desc {
        font-size: 18px;
    }
    .production__desc:not(:last-child) {
        margin-bottom: 20px;
    }
    .production__desc a {
        font-size: 18px;
    }
    .production__desc_min {
        font-size: 14px;
    }
    .production__items {
        row-gap: 20px;
    }
    .production__items a {
        font-size: 18px;
    }
    .production__cols {
        row-gap: 20px;
    }
    .production__col a {
        font-size: 18px;
    }
    .production__col h3 {
        font-size: 16px;
    }
    .production__icon_large img,
    .production__icon_large source {
        width: 33px;
    }
    .production__purple {
        font-size: 18px;
    }
    .production__pur_text {
        font-size: 18px;
    }
    .production-center__center {
        gap: 24px;
    }
    .production-center__img_height {
        height: 200px;
    }
    .production-center__img_top {
        font-size: 8px;
    }
    .production-center__img_top span {
        font-size: 12px;
    }
    .production-center__items {
        gap: 24px;
    }
    .production__slider_large {
        margin-bottom: 6px;
    }
    .production__slider_thumbs .production__slide {
        max-height: 60px;
    }
    .tabs_top {
        padding-top: 5px;
    }
    .tabs__text {
        font-size: 14px;
    }
    .advantages__body {
        padding-top: 0.0001px;
    }
    .advantages__item {
        padding-top: 23px;
        padding-left: 13px;
        padding-right: 13px;
    }
    .advantages__name {
        font-size: 16px;
        margin-bottom: 0.0001px;
    }
    .advantages__text {
        font-size: 14px;
    }
    .advantages__contact a {
        font-size: 14px;
    }
    .download__help {
        margin-top: 0.0001px;
    }
    .download__left {
        padding-left: 16px;
    }
    .download__left {
        padding-right: 16px;
    }
    .download__text {
        font-size: 16px;
    }
    .stages__body {
        padding-top: 20px;
    }
    .reviews__slide {
        padding: 22px;
    }
    .reviews__slide {
        padding-right: 22px;
    }
    .reviews__name {
        font-size: 14px;
    }
    .reviews__text {
        font-size: 14px;
    }
    .dignities__item {
        min-height: 184px;
    }
    .dignities__item {
        padding-left: 21px;
    }
    .dignities__item {
        padding-right: 21px;
    }
    .remains__top {
        margin-bottom: 26px;
    }
    .remains__slide {
        height: 135px;
    }
    .remains__plashka {
        padding: 7px;
    }
    .remains__plashka {
        top: 5px;
    }
    .remains__name {
        font-size: 12px;
    }
    .remains__name {
        margin-bottom: 5px;
    }
    .remains__bullet {
        width: 6px;
    }
    .remains__bullet {
        height: 6px;
    }
    .remains__count {
        font-size: 9px;
    }
    .remains__button {
        margin-top: 18px;
    }
    .boxs__item {
        height: 324px;
    }
    .boxs__name {
        font-size: 14px;
    }
    .bouquets__slide {
        height: 256px;
    }
    .focus__info {
        padding-left: 20px;
    }
    .focus__text h3 {
        font-size: 18px;
    }
    .gray {
        padding-top: 45px;
    }
    .gray {
        padding-bottom: 45px;
    }
    .order__icon {
        margin-bottom: 5px;
    }
    .order__name {
        font-size: 12px;
    }
    .order__text {
        font-size: 13px;
    }
    .privacy {
        padding-top: 113px;
    }
    .smi {
        padding-top: 40px;
    }
    .smi {
        padding-bottom: 40px;
    }
    .smi__item {
        padding: 20px;
    }
    .trees__button {
        height: 30px;
    }
    .trees__button {
        margin-top: 20px;
    }
    .trees__button {
        margin-bottom: 15px;
    }
    .circle {
        padding-top: 40px;
    }
    .circle {
        padding-bottom: 40px;
    }
    .line__body {
        padding: 30px;
    }
    .certificates__body {
        gap: 23px;
    }
}
@media (max-width: 89.99875em) {
    .categories__body {
        grid-template-columns: repeat(auto-fit, minmax(20%, 1fr));
    }
}
@media (max-width: 79.6875em) {
    .sale__body {
        font-size: calc(14px + 26 * (100vw - 320px) / 885);
    }
    .popup__close {
        top: -30px;
        right: 0;
    }
    .menu-open .header::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(255, 255, 255, 0.87);
        -webkit-backdrop-filter: blur(14.5px);
        backdrop-filter: blur(14.5px);
        z-index: 101;
    }
    .header__cart {
        margin-left: 11px;
    }
    .menu {
        margin: 0;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: auto;
        max-height: 100vh;
        padding: 107px 35px 54px;
        background: -o-linear-gradient(273deg, rgba(255, 255, 255, 0.84) 0, rgba(255, 255, 255, 0.84) 100%);
        background: linear-gradient(177deg, rgba(255, 255, 255, 0.84) 0, rgba(255, 255, 255, 0.84) 100%);
        -webkit-box-shadow: 0 2px 21px 0 rgba(0, 0, 0, 0.1);
        box-shadow: 0 2px 21px 0 rgba(0, 0, 0, 0.1);
        -webkit-backdrop-filter: blur(16.5px);
        backdrop-filter: blur(16.5px);
        overflow-y: auto;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        -webkit-transition: opacity 0.4s ease;
        -o-transition: opacity 0.4s ease;
        transition: opacity 0.4s ease;
        z-index: 100;
    }
    .menu-open .menu {
        opacity: 1;
        visibility: visible;
        pointer-events: all;
    }
    .menu__arrow {
        width: 100%;
        position: relative;
    }
    ._spoller-init .menu__arrow::after,
    ._spoller-init .menu__arrow::before {
        content: "";
        position: absolute;
        right: 0;
        top: 50%;
        background-color: #000;
        height: 2px;
        width: 7px;
        -webkit-transition: -webkit-transform 0.5s ease 0s;
        transition: -webkit-transform 0.5s ease 0s;
        -o-transition: transform 0.5s ease 0s;
        transition: transform 0.5s ease 0s;
        transition: transform 0.5s ease 0s, -webkit-transform 0.5s ease 0s;
    }
    ._spoller-init .menu__arrow::before {
        -webkit-transform: translate(-75%, -50%) rotate(40deg);
        -ms-transform: translate(-75%, -50%) rotate(40deg);
        transform: translate(-75%, -50%) rotate(40deg);
    }
    ._spoller-init .menu__arrow::after {
        -webkit-transform: translate(0, -50%) rotate(-40deg);
        -ms-transform: translate(0, -50%) rotate(-40deg);
        transform: translate(0, -50%) rotate(-40deg);
    }
    ._spoller-init .menu__arrow._spoller-active::before {
        -webkit-transform: translateX(-75%) rotate(-40deg);
        -ms-transform: translateX(-75%) rotate(-40deg);
        transform: translateX(-75%) rotate(-40deg);
    }
    ._spoller-init .menu__arrow._spoller-active::after {
        -webkit-transform: rotate(40deg);
        -ms-transform: rotate(40deg);
        transform: rotate(40deg);
    }
    .menu__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 27px;
    }
    .menu__item {
        position: relative;
        margin: 0;
    }
    .menu__item .menu__arrow,
    .menu__item a {
        padding: 12px 0;
        font-size: 16px;
    }
    .menu__sub-item a {
        font-weight: 400;
    }
    .menu__sub-grid {
        grid-template-columns: repeat(auto-fit, minmax(40%, 1fr));
    }
    .icon-menu {
        margin-left: 25px;
        display: block;
        position: relative;
        width: 28px;
        height: 18px;
        cursor: pointer;
        margin-right: 14px;
        z-index: 5;
    }
    .icon-menu span,
    .icon-menu::after,
    .icon-menu::before {
        content: "";
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        right: 0;
        position: absolute;
        width: 100%;
        height: 2px;
        background-color: var(--purple);
    }
    .icon-menu::before {
        top: 0;
    }
    .icon-menu::after {
        bottom: 0;
    }
    .icon-menu span {
        width: 80%;
        top: calc(50% - 1px);
    }
    .menu-open .icon-menu span {
        width: 0;
    }
    .menu-open .icon-menu::before {
        top: calc(50% - 1px);
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    .menu-open .icon-menu::after {
        bottom: calc(50% - 1px);
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .footer__body {
        grid-template-columns: repeat(auto-fit, minmax(400px, auto));
    }
    .footer__requizites {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    .footer__right {
        width: 100%;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    .footer__social {
        margin-right: 0;
    }
    .home__container {
        padding: 0 15px 0 0 !important;
    }
    .home__body {
        -ms-grid-columns: 100%;
        grid-template-columns: 100%;
    }
    .home__right {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .home__links {
        width: 100%;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        row-gap: 45px;
        margin-bottom: 20px;
    }
    .home__help {
        bottom: 34%;
        right: -100%;
    }
    .warehouse__slider_thumbs {
        overflow: visible !important;
    }
}
@media (max-width: 79.6875em) and (max-width: 23.12375em) {
    .menu {
        padding: 107px 15px 54px;
    }
}
@media (max-width: 79.6875em) and (max-width: 20em) {
    .home__right {
        margin-bottom: 40px;
    }
}
@media (max-width: 61.99875em) {
    .subscription__items {
        max-width: 260px;
    }
    .subscription__body {
        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-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    ._table {
        display: none;
    }
    .production__item_center {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .download__help {
        margin: auto;
    }
    .warehouse_eli__info {
        -ms-grid-row: 2;
        grid-row-start: 2;
    }
    .warehouse_eli__slider_large {
        height: 177px;
    }
    .section__text {
        margin-top: -10px;
    }
    .section__title_center_tab {
        text-align: center;
    }
    .contacts__info {
        padding: 15px 10px;
    }
    .contacts__bottom .contacts__map iframe {
        height: 178px;
    }
    .contacts__status span {
        font-size: 12px;
    }
    .footer__body {
        grid-template-columns: repeat(auto-fit, minmax(45%, auto));
    }
    .warehouse__arrows_min {
        display: none;
    }
    .trees__navigation,
    .warehouse_age__nav,
    .warehouse_eli_age__nav {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-transform: none !important;
        -ms-transform: none !important;
        transform: none !important;
    }
    .trees__btn,
    .warehouse_age__btn {
        margin: 5px;
        padding: 8px 35px;
        border-radius: 3px;
        border: 0.5px solid #a1a1a1;
    }
    .warehouse_eli_age__btn {
        margin: 5px;
    }
    .trees__btn._tab-active,
    .trees__btn.warehouse_age__btn._tab-active,
    .warehouse_age__btn._tab-active,
    .warehouse_age__btn.trees__btn._tab-active {
        border-left: 2px solid var(--purple);
        border-color: var(--purple);
    }
    .production__desc_center_tab {
        text-align: center;
    }
    .production__col_star {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .production__img_title_purple {
        display: none;
    }
    .production__sliders {
        margin-top: 45px;
        margin-bottom: 14px;
    }
    .petal__left_bottom_production_btn {
        position: relative;
    }
    .petal__left_bottom_production_btn::before {
        content: "";
        position: absolute;
        left: -40%;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 220px;
        height: 240px;
        background: url(../img/mimozi/10.png) center/contain no-repeat;
        pointer-events: none;
        z-index: -1;
    }
    .advantages__body {
        text-align: center;
    }
    .advantages__icon {
        margin-left: auto;
        margin-right: auto;
    }
    .download {
        margin-top: 99px;
    }
    .download__body {
        text-align: center;
    }
    .download__left {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 60px;
    }
    .download__star {
        top: -51px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .download__text {
        margin-left: auto;
        margin-right: auto;
    }
    .download__img_pc {
        display: none;
    }
    .form__input {
        margin-left: auto;
        margin-right: auto;
    }
    .form__policy p {
        position: relative;
    }
    .form__policy p::before {
        content: "";
        border-radius: 50%;
        display: inline-block;
        width: 5px;
        height: 5px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        background: #e256ba;
        margin-right: 5px;
        margin-bottom: 3px;
    }
    .stages__body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .stages__items {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: left;
    }
    .stages__item::before {
        top: 5px;
        left: -55px;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        font-size: 13px;
        border-width: 4px;
        width: 33px;
        height: 33px;
    }
    .stages__item:last-child::before {
        background: var(--purple);
        color: var(--white);
    }
    .stages__item:not(:last-child) {
        margin-right: 0;
        margin-bottom: 23px;
    }
    .stages__name {
        font-size: 14px;
    }
    .stages__name br {
        display: none;
    }
    .stages__text {
        font-size: 14px;
    }
    .stages__line::before {
        width: 2px;
        height: 92%;
        left: 50%;
        top: 30px;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .stages__line {
        margin-bottom: 0;
        margin-top: 0;
        height: auto;
        width: 33px;
        margin-right: 22px;
        margin-left: 14.5px;
    }
    .reviews__icon {
        width: 47px;
        height: 47px;
        margin-right: 15px;
    }
    .reviews__text {
        padding-left: 0;
    }
    .varieties__item_pc {
        display: none;
    }
    .varieties__item.varieties__item_info {
        margin-bottom: 30px;
        -ms-grid-column-span: 3;
        grid-column: 3 span;
    }
    .varieties__body_center .varieties__item.varieties__item_info {
        -ms-grid-column-span: 2;
        grid-column: 2 span;
    }
    .remains__select {
        position: relative;
        background-color: var(--white);
        -webkit-box-shadow: 0 4px 32px 0 rgba(0, 0, 0, 0.1);
        box-shadow: 0 4px 32px 0 rgba(0, 0, 0, 0.1);
        border-radius: 100px;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 15px 22px;
        width: 100%;
        color: var(--strong);
        font-size: 16px;
    }
    .remains__select::after,
    .remains__select::before {
        content: "";
        position: absolute;
        right: 22px;
        top: 50%;
        background-color: #000;
        height: 2px;
        width: 8px;
        -webkit-transition: -webkit-transform 0.5s ease 0s;
        transition: -webkit-transform 0.5s ease 0s;
        -o-transition: transform 0.5s ease 0s;
        transition: transform 0.5s ease 0s;
        transition: transform 0.5s ease 0s, -webkit-transform 0.5s ease 0s;
        z-index: 6;
    }
    .remains__select::before {
        -webkit-transform: translate(-75%, -50%) rotate(40deg);
        -ms-transform: translate(-75%, -50%) rotate(40deg);
        transform: translate(-75%, -50%) rotate(40deg);
    }
    .remains__select::after {
        -webkit-transform: translate(0, -50%) rotate(-40deg);
        -ms-transform: translate(0, -50%) rotate(-40deg);
        transform: translate(0, -50%) rotate(-40deg);
    }
    ._select-active .remains__select::before {
        -webkit-transform: translateX(-75%) rotate(-40deg);
        -ms-transform: translateX(-75%) rotate(-40deg);
        transform: translateX(-75%) rotate(-40deg);
    }
    ._select-active .remains__select::after {
        -webkit-transform: rotate(40deg);
        -ms-transform: rotate(40deg);
        transform: rotate(40deg);
    }
    .remains__select img,
    .remains__select source,
    .remains__select svg {
        width: 21px;
        height: 21px;
        margin-right: 4px;
        -o-object-fit: contain;
        object-fit: contain;
    }
    .remains__select .remains__select_body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        z-index: 6;
    }
    .remains__nav {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        position: absolute;
        padding-top: 20px;
        top: 70%;
        left: 0;
        width: 100%;
        height: auto;
        background-color: var(--white);
        -webkit-box-shadow: 0 20px 32px 0 rgba(0, 0, 0, 0.1);
        box-shadow: 0 20px 32px 0 rgba(0, 0, 0, 0.1);
        border-radius: 0 0 18px 18px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        opacity: 0;
        visibility: hidden;
        z-index: 5;
    }
    ._select-active .remains__nav {
        opacity: 1;
        visibility: visible;
    }
    .remains__swiper {
        margin: -5px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .remains__slide {
        margin: 5px;
        -webkit-box-flex: calc(50% - 10px);
        -ms-flex: calc(50% - 10px);
        flex: calc(50% - 10px);
    }
    .remains__gallery a {
        height: 100%;
        display: block;
        width: 100%;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }
    .remains__name {
        text-align: center;
    }
    .remains__arrows {
        display: none;
    }
    .boxs__items {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: -5px;
    }
    .boxs__info {
        padding: 8px 18px;
    }
    .boxs table tr td {
        font-size: 13px;
    }
    .bouquets__arrows {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: calc(100% + 30px);
        position: absolute;
        left: -15px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        pointer-events: none;
    }
    .focus__body {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .focus__body::before {
        z-index: -1;
        background: url(../img/tulp/focus_bg_mb.png) center/cover no-repeat;
    }
    .focus__img_pc {
        display: none;
    }
    .smi__body {
        -ms-grid-columns: 100%;
        grid-template-columns: 100%;
    }
    .line__title {
        font-size: 25px;
    }
    .line__desc {
        font-size: 16px;
    }
}
@media (max-width: 47.99875em) {
    .varieties__status {
        display: none;
    }
    .services__wrapp {
        -ms-grid-columns: 100%;
        grid-template-columns: 100%;
    }
    .services .production__button {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .contacts__grid {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .contacts__address img,
    .contacts__address source {
        -o-object-position: top;
        object-position: top;
    }
    .contacts__grid .contacts__address:nth-child(2),
    .contacts__grid .contacts__address:nth-child(4) {
        min-height: 222px;
    }
    .contacts__grid .contacts__address:nth-child(3) {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }
    .contacts__cards {
        -ms-grid-columns: 100%;
        grid-template-columns: 100%;
    }
    .footer__body {
        -ms-grid-columns: 100%;
        grid-template-columns: 100%;
    }
    .footer__copyright {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        font-size: 14.5px;
    }
    .footer__requizites {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-grid-columns: 1fr auto;
        grid-template-columns: 1fr auto;
    }
    .footer__right {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .footer__political {
        text-align: center;
    }
    .intro_white::after {
        left: -5%;
        width: 120%;
        height: 57%;
    }
    .intro img,
    .intro source {
        -o-object-position: 50% 40%;
        object-position: 50% 40%;
    }
    .intro__image-pc {
        display: none;
    }
    .intro__image-mb {
        display: block;
    }
    .intro__image-left {
        top: 55%;
        width: 100%;
        height: 50%;
        -o-object-position: top;
        object-position: top;
    }
    .intro__body {
        min-height: 615px;
    }
    .intro__body_large {
        min-height: 795px;
    }
    .intro__body_max {
        min-height: 1005px;
    }
    .intro__body_img .intro__image-mb {
        position: relative;
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2);
    }
    .intro__btn_img .intro__center {
        position: absolute;
        width: 100%;
        bottom: 20px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .intro__btn_img .intro__center .button {
        width: 100%;
    }
    .intro__body_sb {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .intro__body_center {
        text-align: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
    }
    .intro__title_center {
        max-width: none;
    }
    .intro__title._w100 {
        max-width: none;
    }
    .intro__list_center {
        margin-left: auto;
        margin-right: auto;
    }
    .intro__list_center li {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .intro__list._w100 {
        max-width: none;
    }
    .categories__body {
        grid-template-columns: repeat(auto-fit, minmax(45%, 1fr));
    }
    .production-center__img_bottom {
        padding: 6px 9px;
        font-size: 8px;
    }
    .production-center__item {
        text-align: center;
    }
    .production-center__desc {
        font-size: 15px;
    }
    .tabs__navigation {
        gap: 4px;
    }
    .download__subtitle {
        font-size: 16px;
    }
    .varieties__body {
        grid-template-columns: repeat(auto-fit, minmax(40%, 1fr));
    }
    .varieties__body_center {
        padding-top: 14px;
    }
    .varieties__item.varieties__item_info {
        -ms-grid-column-span: 2;
        grid-column: 2 span;
    }
    .varieties__body_center .varieties__item.varieties__item_info {
        margin-bottom: 19px;
        margin-top: 22px;
        -ms-grid-column-span: 2;
        grid-column: 2 span;
    }
    .bouquets__body::after,
    .bouquets__body::before {
        height: 206px;
        -webkit-filter: blur(44px);
        filter: blur(44px);
    }
    .bouquets__body::before {
        left: -10%;
        width: 170px;
    }
    .bouquets__body::after {
        right: -10%;
        width: 107px;
    }
    .order__body {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    .smi__col {
        font-size: 10px;
    }
    .smi__author img {
        width: 53px;
        height: 53px;
    }
    .smi__title {
        margin-bottom: 7px;
    }
    .smi__name {
        font-size: 13px;
    }
    .smi__desk {
        font-size: 13px;
    }
    .trees__tabs:not(:last-child) {
        margin-bottom: 40px;
    }
    .trees__items {
        -ms-grid-columns: 100%;
        grid-template-columns: 100%;
        gap: 18px;
    }
    .trees__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
        max-width: none;
    }
    .trees__img {
        margin-right: 0;
        margin-bottom: 10px;
    }
    .trees__img img {
        margin-left: auto;
        margin-right: auto;
        width: 70%;
    }
    .trees__button {
        text-transform: uppercase;
        width: auto;
        font-size: 10px;
    }
    .trees__button svg {
        display: none;
    }
    .trees__bottom img {
        display: none;
    }
    .line__left,
    .line__right {
        width: 20%;
        height: auto;
    }
    .line__center {
        gap: 21px;
    }
    .arrange__body {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .arrange__number::after {
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .arrange__info {
        gap: 4px;
    }
    .arrange__desc {
        font-size: 16px;
    }
    .arrange__button {
        display: none;
    }
    .certificates__body {
        grid-template-columns: repeat(auto-fit, minmax(45%, 1fr));
    }
    .contacts-info {
        padding: 356px 0 0;
    }
    .contacts-info iframe {
        height: 60%;
    }
    .contacts-info__body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-width: none;
        padding: 18px 15px;
    }
    .contacts-info__body::before {
        display: none;
    }
    .contacts-info__title {
        text-align: center;
    }
    .contacts-info__items {
        margin-left: auto;
        margin-right: auto;
        width: 235px;
    }
    .intro__center p {
        display: none;
    }
}
@media (max-width: 37.49875em) {
    .swiper-pagination-bullets .swiper-pagination-bullet {
        width: 4px;
        height: 4px;
        margin: 0 2px;
    }
    .contacts__card {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .contacts__status {
        margin: 0;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding-bottom: 8px;
    }
    .contacts__img {
        position: relative;
        width: 100%;
        aspect-ratio: 10/9;
    }
    .contacts__card img,
    .contacts__card source {
        border-radius: 5px 5px 0 0;
    }
    .contacts__info {
        width: 100%;
    }
    .tabs__slider {
        padding: 20px 34px;
    }
    .button__border {
        min-height: 62px;
        font-size: 14px;
    }
    .quality__image_author {
        max-width: 240px;
        margin-left: auto;
        margin-right: auto;
    }
    .order__item {
        padding: 20px 5px 10px;
    }
    .order__item::before {
        top: 20%;
        font-size: 26px;
    }
    .order__icon {
        width: 43px;
        height: 43px;
    }
    .order__icon img,
    .order__icon source,
    .order__icon svg {
        height: 27px;
    }
}
@media (max-width: 29.99875em) {
    .home__link_wrapper:nth-child(6) {
        margin: 0 20%;
    }
    .home__links {
        row-gap: 0;
        margin-bottom: 40px;
    }
    .reviews__subtitle {
        font-size: 20px;
    }
    .tabs__date {
        margin: 8px;
    }
    .intro__title {
        max-width: none;
    }
    .tabs__date:after,
    .tabs__date:before {
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: calc(100% + 12px);
        height: calc(100% + 12px);
    }
    .trees__bottom .button {
        width: 100%;
    }
    input {
        padding: 24px 20px;
    }
    .popup__title {
        text-align: center;
        font-weight: 300;
    }
    .section__button_center {
        margin-top: 32px;
    }
    .section__title_left {
        text-align: left;
    }
    .section__title_mb_bold {
        font-weight: 700;
    }
    ._w100 {
        width: 100%;
    }
    .menu__sub-item a span {
        font-size: 13px;
    }
    .menu__sub-icon {
        bottom: -15px;
        width: 30px;
        height: 30px;
    }
    .contacts__plashka {
        padding: 14px;
    }
    .contacts__top {
        margin-bottom: 42px;
    }
    .contacts__bottom .contacts__map {
        margin-top: 28px;
    }
    .footer__logo img,
    .footer__logo source {
        width: 128px;
    }
    .footer__copyright {
        font-size: 13px;
        margin-right: 5%;
    }
    .intro__title_tulp b {
        font-weight: 300;
    }
    .home__address {
        margin-bottom: 22px;
    }
    .home__address:not(:last-child) {
        margin-bottom: 24px;
    }
    .home__btn {
        border-radius: 10.158px;
    }
    .home__title {
        margin-bottom: 19px;
    }
    .home__actions {
        margin-bottom: 29px;
    }
    .home__items {
        gap: 28px;
        -ms-grid-columns: 100%;
        grid-template-columns: 100%;
        width: 90%;
        margin: 0 auto;
    }
    .home__help svg {
        margin-bottom: 0;
    }
    .categories__show .categories__body {
        padding-top: 20px;
    }
    .warehouse__advantage:nth-child(3) {
        -ms-grid-column-span: 2;
        grid-column: 2 span;
    }
    .swiper__arrow {
        width: 35px;
        height: 35px;
    }
    .production__img img,
    .production__img source {
        height: 265px;
    }
    .our-warehouse .production__img img,
    .our-warehouse .production__img source {
        height: 353px;
    }
    .production__img_title_bottom {
        bottom: 5%;
        left: 11px;
        right: 11px;
        padding: 7px;
    }
    .production__group {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .production__slide {
        max-height: 200px;
    }
    .production__arrows {
        left: 18px;
        width: calc(100% - 36px);
    }
    .tabs__date {
        padding: 10px 22px;
    }
    .dignities__body_4 .dignities__item {
        margin: 0 20px;
        padding-bottom: 42px;
    }
    .varieties__item .button {
        min-width: 90%;
    }
    .gray__name {
        font-size: 14px;
    }
    .gray__text {
        font-size: 12px;
    }
}
  /* video-gallery; */
.tabs__header {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
  overflow: auto;
}
.tabs__header::-webkit-scrollbar {
  display: none;
}

.tabs__tab {
  width: 100%;
  max-width: 100%;
  font-family: var(--second-family);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  padding: 13px 50px;
  font-size: 24px;
  line-height: 130%;
  transition: all 0.3s;
  color: #000;
  cursor: pointer;
  margin: 0px 0px 30px 0px;
  box-shadow: 0 4px 17px 0 rgba(31, 0, 103, 0.04);
  background: #fff;
}
@media (max-width: 1023px) {
  .tabs__tab {
    flex-shrink: 0;
    padding: 10px 0px;
    max-width: 170px;

  }
}

.tabs__tab:hover {
  background: #ecdeff;
}

.tabs__tab.active {
  background: #8a4ae7;
  color: #fff;
}

.tabs__panel {
  display: none;
}

.tabs__panel.active {
  display: block;
}
.video-gallery{
  padding-top: 25px;
  margin-bottom: 85px;
}
.video-gallery__container {

}
.video-gallery__title {
  font-family: var(--third-family);
  margin: 0px 0px 20px 0px;
  text-align: center;

}
/*
.tabs-content {
  width: 100%;
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
  height: 396px;
  overflow: hidden;
}
@media (max-width: 1023px) {
  .tabs-content {
    flex-direction: column;
    height: auto;
  }

}
.tabs-content__title {
  font-family: var(--font-family);
  font-size: 24px;
  line-height: 129%;
  color: #3a3a3a;
  padding-bottom: 20px;
  z-index: 5;
  background: #ecdeff;
  overflow: hidden;
}
@media (max-width: 767px) {
  .tabs-content__title {
    font-size: 18px;
  }
}
.tabs-content__big {
  width: 100%;
  max-width: 597px;
  height: 100%;
  border-radius: 8px;
  overflow: hidden;
}
@media (max-width: 1023px) {
  .tabs-content__big {
    flex-direction: column;
    min-height: 562px;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .tabs-content__big {
    flex-direction: column;
    min-height: auto;
    max-width: 100%;
  }
}
.tabs-content__small {
  position: relative;
  border-radius: 8px;
  padding: 20px;
  max-width: 746px;
  width: 100%;
  background: #ecdeff;
  overflow: auto;
}
.tabs-content__small::-webkit-scrollbar {
  display: none;
}
@media (max-width: 1023px) {
  .tabs-content__small {
    max-width: 100%;
    width: auto;
  }
}
.tabs-content__item {
  position: relative;
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
  height: 396px;
}
@media (max-width: 1023px) {
  .tabs-content__item {
    flex-direction: column;
    min-height: 562px;
    height: auto;
  }
}
@media (max-width: 767px) {
  .tabs-content__item {
    flex-direction: column;
    min-height: 220px;
  }
}
.tabs-content__item video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.tabs-content__box-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  overflow: auto;
}
@media (max-width: 1023px) {
  .tabs-content__box-grid {
    grid-template-columns: repeat(4, 1fr);
    height: 250px;
  }
}
@media (max-width: 767px) {
  .tabs-content__box-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.tabs-content__box-grid .tabs-content__item {
  border-radius: 8px;
  width: 273px;
  height: 153px;
}
@media (max-width: 1023px) {
  .tabs-content__box-grid .tabs-content__item {
    width: 100%;
    height: 117px;
    min-height: auto;
  }
}
@media (max-width: 767px) {
  .tabs-content__box-grid .tabs-content__item {
    width: 100%;
    height: 177px;
    min-height: auto;
  }
}
*/
/* video-gallery; */
@media (max-width: 24.37375em) {
    .footer__copyright {
        margin-right: 0;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}
@media (max-width: 23.12375em) {
    [class*="__container"] {
        padding: 0 15px;
    }
    .header__info a {
        font-size: 12px;
    }
    .contacts__bottom .contacts__map iframe {
        margin-left: -15px;
        width: calc(100% + 30px);
    }
    .footer__copyright {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
    }
}
@media (min-width: 48em) and (max-width: 98.5em) {
    @supports (max-width: clamp(260px, 11.5684713376rem + 23.4076433121vw, 554px)) {
        .intro__title {
            max-width: clamp(260px, 11.5684713376rem + 23.4076433121vw, 554px);
        }
    }
    @supports not (max-width: clamp(260px, 11.5684713376rem + 23.4076433121vw, 554px)) {
        .intro__title {
            max-width: calc(260px + 18.375 * (100vw - 20rem) / 78.5);
        }
    }
}
@media (min-width: 20em) and (max-width: 98.5em) {
    @supports (margin-bottom: clamp(40px, 1.7834394904rem + 3.5828025478vw, 85px)) {
        .section {
            margin-bottom: clamp(40px, 1.7834394904rem + 3.5828025478vw, 85px);
        }
    }
    @supports not (margin-bottom: clamp(40px, 1.7834394904rem + 3.5828025478vw, 85px)) {
        .section {
            margin-bottom: calc(40px + 2.8125 * (100vw - 20rem) / 78.5);
        }
    }
    @supports (margin-bottom: clamp(25px, 1.4032643312rem + 0.7961783439vw, 35px)) {
        .section__text {
            margin-bottom: clamp(25px, 1.4032643312rem + 0.7961783439vw, 35px);
        }
    }
    @supports not (margin-bottom: clamp(25px, 1.4032643312rem + 0.7961783439vw, 35px)) {
        .section__text {
            margin-bottom: calc(25px + 0.625 * (100vw - 20rem) / 78.5);
        }
    }
    @supports (font-size: clamp(18px, 1.0453821656rem + 0.398089172vw, 23px)) {
        .section__text {
            font-size: clamp(18px, 1.0453821656rem + 0.398089172vw, 23px);
        }
    }
    @supports not (font-size: clamp(18px, 1.0453821656rem + 0.398089172vw, 23px)) {
        .section__text {
            font-size: calc(18px + 0.3125 * (100vw - 20rem) / 78.5);
        }
    }
    @supports (font-size: clamp(16px, 0.9363057325rem + 0.3184713376vw, 20px)) {
        .section__text_min {
            font-size: clamp(16px, 0.9363057325rem + 0.3184713376vw, 20px);
        }
    }
    @supports not (font-size: clamp(16px, 0.9363057325rem + 0.3184713376vw, 20px)) {
        .section__text_min {
            font-size: calc(16px + 0.25 * (100vw - 20rem) / 78.5);
        }
    }
    @supports (font-size: clamp(25px, 1.2599522293rem + 1.5127388535vw, 44px)) {
        .section__title {
            font-size: clamp(25px, 1.2599522293rem + 1.5127388535vw, 44px);
        }
    }
    @supports not (font-size: clamp(25px, 1.2599522293rem + 1.5127388535vw, 44px)) {
        .section__title {
            font-size: calc(25px + 1.1875 * (100vw - 20rem) / 78.5);
        }
    }
    @supports (font-size: clamp(25px, 1.2917993631rem + 1.3535031847vw, 42px)) {
        .section__title_min {
            font-size: clamp(25px, 1.2917993631rem + 1.3535031847vw, 42px);
        }
    }
    @supports not (font-size: clamp(25px, 1.2917993631rem + 1.3535031847vw, 42px)) {
        .section__title_min {
            font-size: calc(25px + 1.0625 * (100vw - 20rem) / 78.5);
        }
    }
    @supports (font-size: clamp(18px, 1.0772292994rem + 0.2388535032vw, 21px)) {
        .section__list li {
            font-size: clamp(18px, 1.0772292994rem + 0.2388535032vw, 21px);
        }
    }
    @supports not (font-size: clamp(18px, 1.0772292994rem + 0.2388535032vw, 21px)) {
        .section__list li {
            font-size: calc(18px + 0.1875 * (100vw - 20rem) / 78.5);
        }
    }
    @supports (width: clamp(50px, 2.9657643312rem + 0.7961783439vw, 60px)) {
        .section__icon {
            width: clamp(50px, 2.9657643312rem + 0.7961783439vw, 60px);
        }
    }
    @supports not (width: clamp(50px, 2.9657643312rem + 0.7961783439vw, 60px)) {
        .section__icon {
            width: calc(50px + 0.625 * (100vw - 20rem) / 78.5);
        }
    }
    @supports (height: clamp(50px, 2.9657643312rem + 0.7961783439vw, 60px)) {
        .section__icon {
            height: clamp(50px, 2.9657643312rem + 0.7961783439vw, 60px);
        }
    }
    @supports not (height: clamp(50px, 2.9657643312rem + 0.7961783439vw, 60px)) {
        .section__icon {
            height: calc(50px + 0.625 * (100vw - 20rem) / 78.5);
        }
    }
    @supports (font-size: clamp(14px, 0.8431528662rem + 0.1592356688vw, 16px)) {
        .header__info a {
            font-size: clamp(14px, 0.8431528662rem + 0.1592356688vw, 16px);
        }
    }
    @supports not (font-size: clamp(14px, 0.8431528662rem + 0.1592356688vw, 16px)) {
        .header__info a {
            font-size: calc(14px + 0.125 * (100vw - 20rem) / 78.5);
        }
    }
    @supports (width: clamp(39px, 2.3260350318rem + 0.5573248408vw, 46px)) {
        .header__cart img,
        .header__cart source {
            width: clamp(39px, 2.3260350318rem + 0.5573248408vw, 46px);
        }
    }
    @supports not (width: clamp(39px, 2.3260350318rem + 0.5573248408vw, 46px)) {
        .header__cart img,
        .header__cart source {
            width: calc(39px + 0.4375 * (100vw - 20rem) / 78.5);
        }
    }
    @supports (height: clamp(39px, 2.3260350318rem + 0.5573248408vw, 46px)) {
        .header__cart img,
        .header__cart source {
            height: clamp(39px, 2.3260350318rem + 0.5573248408vw, 46px);
        }
    }
    @supports not (height: clamp(39px, 2.3260350318rem + 0.5573248408vw, 46px)) {
        .header__cart img,
        .header__cart source {
            height: calc(39px + 0.4375 * (100vw - 20rem) / 78.5);
        }
    }
    @supports (gap: clamp(16px, 0.7452229299rem + 1.2738853503vw, 32px)) {
        .contacts__row {
            gap: clamp(16px, 0.7452229299rem + 1.2738853503vw, 32px);
        }
    }
    @supports not (gap: clamp(16px, 0.7452229299rem + 1.2738853503vw, 32px)) {
        .contacts__row {
            gap: calc(16px + 1 * (100vw - 20rem) / 78.5);
        }
    }
    @supports (margin-bottom: clamp(19px, 0.7257165605rem + 2.3089171975vw, 48px)) {
        .contacts__group:not(:last-child) {
            margin-bottom: clamp(19px, 0.7257165605rem + 2.3089171975vw, 48px);
        }
    }
    @supports not (margin-bottom: clamp(19px, 0.7257165605rem + 2.3089171975vw, 48px)) {
        .contacts__group:not(:last-child) {
            margin-bottom: calc(19px + 1.8125 * (100vw - 20rem) / 78.5);
        }
    }
    @supports (font-size: clamp(16px, 0.9681528662rem + 0.1592356688vw, 18px)) {
        .contacts__name {
            font-size: clamp(16px, 0.9681528662rem + 0.1592356688vw, 18px);
        }
    }
    @supports not (font-size: clamp(16px, 0.9681528662rem + 0.1592356688vw, 18px)) {
        .contacts__name {
            font-size: calc(16px + 0.125 * (100vw - 20rem) / 78.5);
        }
    }
    @supports (font-size: clamp(14px, 0.8431528662rem + 0.1592356688vw, 16px)) {
        .contacts__text {
            font-size: clamp(14px, 0.8431528662rem + 0.1592356688vw, 16px);
        }
    }
    @supports not (font-size: clamp(14px, 0.8431528662rem + 0.1592356688vw, 16px)) {
        .contacts__text {
            font-size: calc(14px + 0.125 * (100vw - 20rem) / 78.5);
        }
    }
    @supports (margin-right: clamp(14px, 0.6679936306rem + 1.0350318471vw, 27px)) {
        .footer__logo {
            margin-right: clamp(14px, 0.6679936306rem + 1.0350318471vw, 27px);
        }
    }
    @supports not (margin-right: clamp(14px, 0.6679936306rem + 1.0350318471vw, 27px)) {
        .footer__logo {
            margin-right: calc(14px + 0.8125 * (100vw - 20rem) / 78.5);
        }
    }
    @supports (margin-right: clamp(0.0001px, -1.1305654061rem + 5.6528582803vw, 71px)) {
        .footer__social {
            margin-right: clamp(0.0001px, -1.1305654061rem + 5.6528582803vw, 71px);
        }
    }
    @supports not (margin-right: clamp(0.0001px, -1.1305654061rem + 5.6528582803vw, 71px)) {
        .footer__social {
            margin-right: calc(0.0001px + 4.4375 * (100vw - 20rem) / 78.5);
        }
    }
    @supports (height: clamp(90px, 5.4657643312rem + 0.7961783439vw, 100px)) {
        .intro_white::before {
            height: clamp(90px, 5.4657643312rem + 0.7961783439vw, 100px);
        }
    }
    @supports not (height: clamp(90px, 5.4657643312rem + 0.7961783439vw, 100px)) {
        .intro_white::before {
            height: calc(90px + 0.625 * (100vw - 20rem) / 78.5);
        }
    }
    @supports (padding-top: clamp(106px, 5.7651273885rem + 4.2993630573vw, 160px)) {
        .intro__body {
            padding-top: clamp(126px, 5.7651273885rem + 4.2993630573vw, 160px);
        }
    }
    @supports not (padding-top: clamp(106px, 5.7651273885rem + 4.2993630573vw, 160px)) {
        .intro__body {
            padding-top: calc(126px + 3.375 * (100vw - 20rem) / 78.5);
        }
    }
    @supports (padding-bottom: clamp(54px, 3.0565286624rem + 1.5923566879vw, 74px)) {
        .intro__body {
            padding-bottom: clamp(54px, 3.0565286624rem + 1.5923566879vw, 74px);
        }
    }
    @supports not (padding-bottom: clamp(54px, 3.0565286624rem + 1.5923566879vw, 74px)) {
        .intro__body {
            padding-bottom: calc(54px + 1.25 * (100vw - 20rem) / 78.5);
        }
    }
    @supports (width: clamp(290px, 13.9052547771rem + 21.0987261146vw, 555px)) {
        .intro__body_white::before {
            width: clamp(290px, 13.9052547771rem + 21.0987261146vw, 555px);
        }
    }
    @supports not (width: clamp(290px, 13.9052547771rem + 21.0987261146vw, 555px)) {
        .intro__body_white::before {
            width: calc(290px + 16.5625 * (100vw - 20rem) / 78.5);
        }
    }
    @supports (margin-bottom: clamp(34px, 1.8542993631rem + 1.3535031847vw, 51px)) {
        .intro__info:not(:last-child) {
            margin-bottom: clamp(34px, 1.8542993631rem + 1.3535031847vw, 51px);
        }
    }
    @supports not (margin-bottom: clamp(34px, 1.8542993631rem + 1.3535031847vw, 51px)) {
        .intro__info:not(:last-child) {
            margin-bottom: calc(34px + 1.0625 * (100vw - 20rem) / 78.5);
        }
    }
    @supports (font-size: clamp(35px, 1.8849522293rem + 1.5127388535vw, 54px)) {
        .intro__title {
            font-size: clamp(35px, 1.8849522293rem + 1.5127388535vw, 54px);
        }
    }
    @supports not (font-size: clamp(35px, 1.8849522293rem + 1.5127388535vw, 54px)) {
        .intro__title {
            font-size: calc(35px + 1.1875 * (100vw - 20rem) / 78.5);
        }
    }
    @supports (font-size: clamp(26px, 1.3224522293rem + 1.5127388535vw, 45px)) {
        .intro__title_min,
        .intro__title_tulp {
            font-size: clamp(26px, 1.3224522293rem + 1.5127388535vw, 45px);
        }
    }
    @supports not (font-size: clamp(26px, 1.3224522293rem + 1.5127388535vw, 45px)) {
        .intro__title_min,
        .intro__title_tulp {
            font-size: calc(26px + 1.1875 * (100vw - 20rem) / 78.5);
        }
    }
    @supports (max-width: clamp(260px, 10.5175159236rem + 28.6624203822vw, 620px)) {
        .intro__title_mimozi {
            max-width: clamp(260px, 10.5175159236rem + 28.6624203822vw, 620px);
        }
    }
    @supports not (max-width: clamp(260px, 10.5175159236rem + 28.6624203822vw, 620px)) {
        .intro__title_mimozi {
            max-width: calc(260px + 22.5 * (100vw - 20rem) / 78.5);
        }
    }
    @supports (max-width: clamp(290px, 15.6568471338rem + 12.3407643312vw, 445px)) {
        .intro__list {
            max-width: clamp(290px, 15.6568471338rem + 12.3407643312vw, 445px);
        }
    }
    @supports not (max-width: clamp(290px, 15.6568471338rem + 12.3407643312vw, 445px)) {
        .intro__list {
            max-width: calc(290px + 9.6875 * (100vw - 20rem) / 78.5);
        }
    }
    @supports (margin-bottom: clamp(34px, 1.8542993631rem + 1.3535031847vw, 51px)) {
        .intro__list:not(:last-child) {
            margin-bottom: clamp(34px, 1.8542993631rem + 1.3535031847vw, 51px);
        }
    }
    @supports not (margin-bottom: clamp(34px, 1.8542993631rem + 1.3535031847vw, 51px)) {
        .intro__list:not(:last-child) {
            margin-bottom: calc(34px + 1.0625 * (100vw - 20rem) / 78.5);
        }
    }
    @supports (font-size: clamp(16px, 0.9681528662rem + 0.1592356688vw, 18px)) {
        .intro__list_min li {
            font-size: clamp(16px, 0.9681528662rem + 0.1592356688vw, 18px);
        }
    }
    @supports not (font-size: clamp(16px, 0.9681528662rem + 0.1592356688vw, 18px)) {
        .intro__list_min li {
            font-size: calc(16px + 0.125 * (100vw - 20rem) / 78.5);
        }
    }
    @supports (font-size: clamp(14px, 0.8272292994rem + 0.2388535032vw, 17px)) {
        .intro__list_tulp li {
            font-size: clamp(14px, 0.8272292994rem + 0.2388535032vw, 17px);
        }
    }
    @supports not (font-size: clamp(14px, 0.8272292994rem + 0.2388535032vw, 17px)) {
        .intro__list_tulp li {
            font-size: calc(14px + 0.1875 * (100vw - 20rem) / 78.5);
        }
    }
    @supports (padding-top: clamp(113px, 5.7886146497rem + 6.3694267516vw, 193px)) {
        .home {
            padding-top: clamp(113px, 5.7886146497rem + 6.3694267516vw, 193px);
        }
    }
    @supports not (padding-top: clamp(113px, 5.7886146497rem + 6.3694267516vw, 193px)) {
        .home {
            padding-top: calc(113px + 5 * (100vw - 20rem) / 78.5);
        }
    }
    @supports (padding-bottom: clamp(62px, 3.2062101911rem + 3.3439490446vw, 104px)) {
        .home {
            padding-bottom: clamp(62px, 3.2062101911rem + 3.3439490446vw, 104px);
        }
    }
    @supports not (padding-bottom: clamp(62px, 3.2062101911rem + 3.3439490446vw, 104px)) {
        .home {
            padding-bottom: calc(62px + 2.625 * (100vw - 20rem) / 78.5);
        }
    }
    @supports (font-size: clamp(14px, 0.7794585987rem + 0.4777070064vw, 20px)) {
        .home__address {
            font-size: clamp(14px, 0.7794585987rem + 0.4777070064vw, 20px);
        }
    }
    @supports not (font-size: clamp(14px, 0.7794585987rem + 0.4777070064vw, 20px)) {
        .home__address {
            font-size: calc(14px + 0.375 * (100vw - 20rem) / 78.5);
        }
    }
    @supports (padding: clamp(15px, 0.539410828rem + 1.9904458599vw, 40px)) {
        .home__btn {
            padding: clamp(15px, 0.539410828rem + 1.9904458599vw, 40px);
        }
    }
    @supports not (padding: clamp(15px, 0.539410828rem + 1.9904458599vw, 40px)) {
        .home__btn {
            padding: calc(15px + 1.5625 * (100vw - 20rem) / 78.5);
        }
    }
    @supports (font-size: clamp(10px, 0.4498407643rem + 0.8757961783vw, 21px)) {
        .home__btn {
            font-size: clamp(10px, 0.4498407643rem + 0.8757961783vw, 21px);
        }
    }
    @supports not (font-size: clamp(10px, 0.4498407643rem + 0.8757961783vw, 21px)) {
        .home__btn {
            font-size: calc(10px + 0.6875 * (100vw - 20rem) / 78.5);
        }
    }
    @supports (font-size: clamp(28px, 1.1608280255rem + 2.9458598726vw, 65px)) {
        .home__title {
            font-size: clamp(28px, 1.1608280255rem + 2.9458598726vw, 65px);
        }
    }
    @supports not (font-size: clamp(28px, 1.1608280255rem + 2.9458598726vw, 65px)) {
        .home__title {
            font-size: calc(28px + 2.3125 * (100vw - 20rem) / 78.5);
        }
    }
    @supports (gap: clamp(7px, 0.2304936306rem + 1.0350318471vw, 20px)) {
        .home__actions {
            gap: clamp(7px, 0.2304936306rem + 1.0350318471vw, 20px);
        }
    }
    @supports not (gap: clamp(7px, 0.2304936306rem + 1.0350318471vw, 20px)) {
        .home__actions {
            gap: calc(7px + 0.8125 * (100vw - 20rem) / 78.5);
        }
    }
    @supports (width: clamp(40px, 1.5286624204rem + 4.8566878981vw, 101px)) {
        .home__actions a svg {
            width: clamp(40px, 1.5286624204rem + 4.8566878981vw, 101px);
        }
    }
    @supports not (width: clamp(40px, 1.5286624204rem + 4.8566878981vw, 101px)) {
        .home__actions a svg {
            width: calc(40px + 3.8125 * (100vw - 20rem) / 78.5);
        }
    }
    @supports (height: clamp(40px, 1.5286624204rem + 4.8566878981vw, 101px)) {
        .home__actions a svg {
            height: clamp(40px, 1.5286624204rem + 4.8566878981vw, 101px);
        }
    }
    @supports not (height: clamp(40px, 1.5286624204rem + 4.8566878981vw, 101px)) {
        .home__actions a svg {
            height: calc(40px + 3.8125 * (100vw - 20rem) / 78.5);
        }
    }
    @supports (width: clamp(48px, 2.7452229299rem + 1.2738853503vw, 64px)) {
        .home__item svg {
            width: clamp(48px, 2.7452229299rem + 1.2738853503vw, 64px);
        }
    }
    @supports not (width: clamp(48px, 2.7452229299rem + 1.2738853503vw, 64px)) {
        .home__item svg {
            width: calc(48px + 1 * (100vw - 20rem) / 78.5);
        }
    }
    @supports (height: clamp(48px, 2.7452229299rem + 1.2738853503vw, 64px)) {
        .home__item svg {
            height: clamp(48px, 2.7452229299rem + 1.2738853503vw, 64px);
        }
    }
    @supports not (height: clamp(48px, 2.7452229299rem + 1.2738853503vw, 64px)) {
        .home__item svg {
            height: calc(48px + 1 * (100vw - 20rem) / 78.5);
        }
    }
    @supports (font-size: clamp(14px, 0.6839171975rem + 0.9554140127vw, 26px)) {
        .home__item_text {
            font-size: clamp(14px, 0.6839171975rem + 0.9554140127vw, 26px);
        }
    }
    @supports not (font-size: clamp(14px, 0.6839171975rem + 0.9554140127vw, 26px)) {
        .home__item_text {
            font-size: calc(14px + 0.75 * (100vw - 20rem) / 78.5);
        }
    }
    @supports (gap: clamp(36px, -0.0270700637rem + 11.3853503185vw, 179px)) {
        .home__right {
            gap: clamp(36px, -0.0270700637rem + 11.3853503185vw, 149px);
        }
    }
    @supports not (gap: clamp(36px, -0.0270700637rem + 11.3853503185vw, 149px)) {
        .home__right {
            gap: calc(36px + 8.9375 * (100vw - 20rem) / 78.5);
        }
    }
    @supports (width: clamp(74px, 3.3988853503rem + 6.1305732484vw, 111px)) {
        .home__link_wrapper {
            width: clamp(74px, 3.3988853503rem + 6.1305732484vw, 111px);
        }
    }
    @supports not (width: clamp(74px, 3.3988853503rem + 6.1305732484vw, 111px)) {
        .home__link_wrapper {
            width: calc(74px + 4.8125 * (100vw - 20rem) / 78.5);
        }
    }
    @supports (height: clamp(74px, 3.3988853503rem + 6.1305732484vw, 111px)) {
        .home__link_wrapper {
            height: clamp(74px, 3.3988853503rem + 6.1305732484vw, 111px);
        }
    }
    @supports not (height: clamp(74px, 3.3988853503rem + 6.1305732484vw, 111px)) {
        .home__link_wrapper {
            height: calc(74px + 4.8125 * (100vw - 20rem) / 78.5);
        }
    }
    @supports (font-size: clamp(9px, 0.4191878981rem + 0.7165605096vw, 14px)) {
        .home__link span {
            font-size: clamp(9px, 0.4191878981rem + 0.7165605096vw, 14px);
        }
    }
    @supports not (font-size: clamp(9px, 0.4191878981rem + 0.7165605096vw, 14px)) {
        .home__link span {
            font-size: calc(9px + 0.5625 * (100vw - 20rem) / 78.5);
        }
    }
    @supports (width: clamp(20px, 0.7404458599rem + 2.5477707006vw, 52px)) {
        .home__help svg {
            width: clamp(20px, 0.7404458599rem + 2.5477707006vw, 52px);
        }
    }
    @supports not (width: clamp(20px, 0.7404458599rem + 2.5477707006vw, 52px)) {
        .home__help svg {
            width: calc(20px + 2 * (100vw - 20rem) / 78.5);
        }
    }
    @supports (height: clamp(20px, 0.7404458599rem + 2.5477707006vw, 52px)) {
        .home__help svg {
            height: clamp(20px, 0.7404458599rem + 2.5477707006vw, 52px);
        }
    }
    @supports not (height: clamp(20px, 0.7404458599rem + 2.5477707006vw, 52px)) {
        .home__help svg {
            height: calc(20px + 2 * (100vw - 20rem) / 78.5);
        }
    }
    @supports (font-size: clamp(6px, 0.2794585987rem + 0.4777070064vw, 12px)) {
        .home__help p {
            font-size: clamp(6px, 0.2794585987rem + 0.4777070064vw, 12px);
        }
    }
    @supports not (font-size: clamp(6px, 0.2794585987rem + 0.4777070064vw, 12px)) {
        .home__help p {
            font-size: calc(6px + 0.375 * (100vw - 20rem) / 78.5);
        }
    }
    @supports (width: clamp(245px, 11.2519904459rem + 20.3025477707vw, 500px)) {
        .home__img {
            width: clamp(245px, 11.2519904459rem + 20.3025477707vw, 500px);
        }
    }
    @supports not (width: clamp(245px, 11.2519904459rem + 20.3025477707vw, 500px)) {
        .home__img {
            width: calc(245px + 15.9375 * (100vw - 20rem) / 78.5);
        }
    }
    @supports (height: clamp(245px, 11.2519904459rem + 20.3025477707vw, 500px)) {
        .home__img {
            height: clamp(245px, 11.2519904459rem + 20.3025477707vw, 500px);
        }
    }
    @supports not (height: clamp(245px, 11.2519904459rem + 20.3025477707vw, 500px)) {
        .home__img {
            height: calc(245px + 15.9375 * (100vw - 20rem) / 78.5);
        }
    }
    @supports (row-gap: clamp(14px, 0.7157643312rem + 0.7961783439vw, 24px)) {
        .categories__body {
            row-gap: clamp(14px, 0.7157643312rem + 0.7961783439vw, 24px);
        }
    }
    @supports not (row-gap: clamp(14px, 0.7157643312rem + 0.7961783439vw, 24px)) {
        .categories__body {
            row-gap: calc(14px + 0.625 * (100vw - 20rem) / 78.5);
        }
    }
    @supports (row-gap: clamp(14px, 0.7157643312rem + 0.7961783439vw, 24px)) {
        .categories__body {
            row-gap: clamp(14px, 0.7157643312rem + 0.7961783439vw, 24px);
        }
    }
    @supports not (row-gap: clamp(14px, 0.7157643312rem + 0.7961783439vw, 24px)) {
        .categories__body {
            row-gap: calc(14px + 0.625 * (100vw - 20rem) / 78.5);
        }
    }
    @supports (row-gap: clamp(14px, 0.3972929936rem + 2.3885350318vw, 44px)) {
        .categories__show .categories__body {
            row-gap: clamp(14px, 0.3972929936rem + 2.3885350318vw, 44px);
        }
    }
    @supports not (row-gap: clamp(14px, 0.3972929936rem + 2.3885350318vw, 44px)) {
        .categories__show .categories__body {
            row-gap: calc(14px + 1.875 * (100vw - 20rem) / 78.5);
        }
    }
    @supports (height: clamp(128px, 5.7707006369rem + 11.1464968153vw, 268px)) {
        .categories__img {
            height: clamp(128px, 5.7707006369rem + 11.1464968153vw, 268px);
        }
    }
    @supports not (height: clamp(128px, 5.7707006369rem + 11.1464968153vw, 268px)) {
        .categories__img {
            height: calc(128px + 8.75 * (100vw - 20rem) / 78.5);
        }
    }
    @supports (margin-bottom: clamp(10px, 0.5294585987rem + 0.4777070064vw, 16px)) {
        .categories__img {
            margin-bottom: clamp(10px, 0.5294585987rem + 0.4777070064vw, 16px);
        }
    }
    @supports not (margin-bottom: clamp(10px, 0.5294585987rem + 0.4777070064vw, 16px)) {
        .categories__img {
            margin-bottom: calc(10px + 0.375 * (100vw - 20rem) / 78.5);
        }
    }
    @supports (font-size: clamp(14px, 0.7635350318rem + 0.5573248408vw, 21px)) {
        .categories__title {
            font-size: clamp(14px, 0.7635350318rem + 0.5573248408vw, 21px);
        }
    }
    @supports not (font-size: clamp(14px, 0.7635350318rem + 0.5573248408vw, 21px)) {
        .categories__title {
            font-size: calc(14px + 0.4375 * (100vw - 20rem) / 78.5);
        }
    }
    @supports (font-size: clamp(14px, 0.8113057325rem + 0.3184713376vw, 18px)) {
        .categories__banner {
            font-size: clamp(14px, 0.8113057325rem + 0.3184713376vw, 18px);
        }
    }
    @supports not (font-size: clamp(14px, 0.8113057325rem + 0.3184713376vw, 18px)) {
        .categories__banner {
            font-size: calc(14px + 0.25 * (100vw - 20rem) / 78.5);
        }
    }
    @supports (padding: clamp(14px, 0.5565286624rem + 1.5923566879vw, 34px)) {
        .categories__banner {
            padding: clamp(14px, 0.5565286624rem + 1.5923566879vw, 34px);
        }
    }
    @supports not (padding: clamp(14px, 0.5565286624rem + 1.5923566879vw, 34px)) {
        .categories__banner {
            padding: calc(14px + 1.25 * (100vw - 20rem) / 78.5);
        }
    }
    @supports (font-size: clamp(20px, 0.9315286624rem + 1.5923566879vw, 40px)) {
        .categories__banner span {
            font-size: clamp(20px, 0.9315286624rem + 1.5923566879vw, 40px);
        }
    }
    @supports not (font-size: clamp(20px, 0.9315286624rem + 1.5923566879vw, 40px)) {
        .categories__banner span {
            font-size: calc(20px + 1.25 * (100vw - 20rem) / 78.5);
        }
    }
    @supports (font-size: clamp(14px, 0.8431528662rem + 0.1592356688vw, 16px)) {
        .categories__link {
            font-size: clamp(14px, 0.8431528662rem + 0.1592356688vw, 16px);
        }
    }
    @supports not (font-size: clamp(14px, 0.8431528662rem + 0.1592356688vw, 16px)) {
        .categories__link {
            font-size: calc(14px + 0.125 * (100vw - 20rem) / 78.5);
        }
    }
    @supports (margin-bottom: clamp(8px, 0.3566878981rem + 0.7165605096vw, 17px)) {
        .warehouse__slider_large {
            margin-bottom: clamp(8px, 0.3566878981rem + 0.7165605096vw, 17px);
        }
    }
    @supports not (margin-bottom: clamp(8px, 0.3566878981rem + 0.7165605096vw, 17px)) {
        .warehouse__slider_large {
            margin-bottom: calc(8px + 0.5625 * (100vw - 20rem) / 78.5);
        }
    }
    @supports (height: clamp(64px, 3.0445859873rem + 4.7770700637vw, 124px)) {
        .warehouse__slider_thumbs .warehouse__slide {
            height: clamp(64px, 3.0445859873rem + 4.7770700637vw, 124px);
        }
    }
    @supports not (height: clamp(64px, 3.0445859873rem + 4.7770700637vw, 124px)) {
        .warehouse__slider_thumbs .warehouse__slide {
            height: calc(64px + 3.75 * (100vw - 20rem) / 78.5);
        }
    }
    @supports (font-size: clamp(14px, 0.7794585987rem + 0.4777070064vw, 20px)) {
        .warehouse__date {
            font-size: clamp(14px, 0.7794585987rem + 0.4777070064vw, 20px);
        }
    }
    @supports not (font-size: clamp(14px, 0.7794585987rem + 0.4777070064vw, 20px)) {
        .warehouse__date {
            font-size: calc(14px + 0.375 * (100vw - 20rem) / 78.5);
        }
    }
    @supports (margin-bottom: clamp(29px, 1.4940286624rem + 1.5923566879vw, 49px)) {
        .warehouse__desc:not(:last-child) {
            margin-bottom: clamp(29px, 1.4940286624rem + 1.5923566879vw, 49px);
        }
    }
    @supports not (margin-bottom: clamp(29px, 1.4940286624rem + 1.5923566879vw, 49px)) {
        .warehouse__desc:not(:last-child) {
            margin-bottom: calc(29px + 1.25 * (100vw - 20rem) / 78.5);
        }
    }
    @supports (font-size: clamp(13px, 0.7647292994rem + 0.2388535032vw, 16px)) {
        .warehouse__desc p {
            font-size: clamp(13px, 0.7647292994rem + 0.2388535032vw, 16px);
        }
    }
    @supports not (font-size: clamp(13px, 0.7647292994rem + 0.2388535032vw, 16px)) {
        .warehouse__desc p {
            font-size: calc(13px + 0.1875 * (100vw - 20rem) / 78.5);
        }
    }
    @supports (gap: clamp(10px, 0.4657643312rem + 0.7961783439vw, 20px)) {
        .warehouse__advantages {
            gap: clamp(10px, 0.4657643312rem + 0.7961783439vw, 20px);
        }
    }
    @supports not (gap: clamp(10px, 0.4657643312rem + 0.7961783439vw, 20px)) {
        .warehouse__advantages {
            gap: calc(10px + 0.625 * (100vw - 20rem) / 78.5);
        }
    }
    @supports (font-size: clamp(13px, 0.6532643312rem + 0.7961783439vw, 23px)) {
        .warehouse__number {
            font-size: clamp(13px, 0.6532643312rem + 0.7961783439vw, 23px);
        }
    }
    @supports not (font-size: clamp(13px, 0.6532643312rem + 0.7961783439vw, 23px)) {
        .warehouse__number {
            font-size: calc(13px + 0.625 * (100vw - 20rem) / 78.5);
        }
    }
    @supports (font-size: clamp(12px, 0.6863057325rem + 0.3184713376vw, 16px)) {
        .warehouse__text {
            font-size: clamp(12px, 0.6863057325rem + 0.3184713376vw, 16px);
        }
    }
    @supports not (font-size: clamp(12px, 0.6863057325rem + 0.3184713376vw, 16px)) {
        .warehouse__text {
            font-size: calc(12px + 0.25 * (100vw - 20rem) / 78.5);
        }
    }
    @supports (width: clamp(20px, 0.7722929936rem + 2.3885350318vw, 50px)) {
        .quality__info::before {
            width: clamp(20px, 0.7722929936rem + 2.3885350318vw, 50px);
        }
    }
    @supports not (width: clamp(20px, 0.7722929936rem + 2.3885350318vw, 50px)) {
        .quality__info::before {
            width: calc(20px + 1.875 * (100vw - 20rem) / 78.5);
        }
    }
    @supports (height: clamp(20px, 0.7722929936rem + 2.3885350318vw, 50px)) {
        .quality__info::before {
            height: clamp(20px, 0.7722929936rem + 2.3885350318vw, 50px);
        }
    }
    @supports not (height: clamp(20px, 0.7722929936rem + 2.3885350318vw, 50px)) {
        .quality__info::before {
            height: calc(20px + 1.875 * (100vw - 20rem) / 78.5);
        }
    }
    @supports (margin-left: clamp(0.0001px, -0.4458520303rem + 2.2292914013vw, 28px)) {
        .quality__info::before {
            margin-left: clamp(0.0001px, -0.4458520303rem + 2.2292914013vw, 28px);
        }
    }
    @supports not (margin-left: clamp(0.0001px, -0.4458520303rem + 2.2292914013vw, 28px)) {
        .quality__info::before {
            margin-left: calc(0.0001px + 1.75 * (100vw - 20rem) / 78.5);
        }
    }
    @supports (margin-right: clamp(10px, 0.3383757962rem + 1.4331210191vw, 28px)) {
        .quality__info::before {
            margin-right: clamp(10px, 0.3383757962rem + 1.4331210191vw, 28px);
        }
    }
    @supports not (margin-right: clamp(10px, 0.3383757962rem + 1.4331210191vw, 28px)) {
        .quality__info::before {
            margin-right: calc(10px + 1.125 * (100vw - 20rem) / 78.5);
        }
    }
    @supports (font-size: clamp(18px, 0.7109872611rem + 2.0700636943vw, 44px)) {
        .quality__title {
            font-size: clamp(18px, 0.7109872611rem + 2.0700636943vw, 44px);
        }
    }
    @supports not (font-size: clamp(18px, 0.7109872611rem + 2.0700636943vw, 44px)) {
        .quality__title {
            font-size: calc(18px + 1.625 * (100vw - 20rem) / 78.5);
        }
    }
    @supports (margin-bottom: clamp(10px, 0.4657643312rem + 0.7961783439vw, 20px)) {
        .quality__title {
            margin-bottom: clamp(10px, 0.4657643312rem + 0.7961783439vw, 20px);
        }
    }
    @supports not (margin-bottom: clamp(10px, 0.4657643312rem + 0.7961783439vw, 20px)) {
        .quality__title {
            margin-bottom: calc(10px + 0.625 * (100vw - 20rem) / 78.5);
        }
    }
    @supports (font-size: clamp(14px, 0.8113057325rem + 0.3184713376vw, 18px)) {
        .quality__text {
            font-size: clamp(14px, 0.8113057325rem + 0.3184713376vw, 18px);
        }
    }
    @supports not (font-size: clamp(14px, 0.8113057325rem + 0.3184713376vw, 18px)) {
        .quality__text {
            font-size: calc(14px + 0.25 * (100vw - 20rem) / 78.5);
        }
    }
    @supports (margin-bottom: clamp(20px, 0.9952229299rem + 1.2738853503vw, 36px)) {
        .quality__text {
            margin-bottom: clamp(20px, 0.9952229299rem + 1.2738853503vw, 36px);
        }
    }
    @supports not (margin-bottom: clamp(20px, 0.9952229299rem + 1.2738853503vw, 36px)) {
        .quality__text {
            margin-bottom: calc(20px + 1 * (100vw - 20rem) / 78.5);
        }
    }
    @supports (font-size: clamp(13px, 0.685111465rem + 0.6369426752vw, 21px)) {
        .quality__author {
            font-size: clamp(13px, 0.685111465rem + 0.6369426752vw, 21px);
        }
    }
    @supports not (font-size: clamp(13px, 0.685111465rem + 0.6369426752vw, 21px)) {
        .quality__author {
            font-size: calc(13px + 0.5 * (100vw - 20rem) / 78.5);
        }
    }
    @supports (font-size: clamp(18px, 1.0772292994rem + 0.2388535032vw, 21px)) {
        .production__desc {
            font-size: clamp(18px, 1.0772292994rem + 0.2388535032vw, 21px);
        }
    }
    @supports not (font-size: clamp(18px, 1.0772292994rem + 0.2388535032vw, 21px)) {
        .production__desc {
            font-size: calc(18px + 0.1875 * (100vw - 20rem) / 78.5);
        }
    }
    @supports (margin-bottom: clamp(20px, 1.0111464968rem + 1.1942675159vw, 35px)) {
        .production__desc:not(:last-child) {
            margin-bottom: clamp(20px, 1.0111464968rem + 1.1942675159vw, 35px);
        }
    }
    @supports not (margin-bottom: clamp(20px, 1.0111464968rem + 1.1942675159vw, 35px)) {
        .production__desc:not(:last-child) {
            margin-bottom: calc(20px + 0.9375 * (100vw - 20rem) / 78.5);
        }
    }
    @supports (font-size: clamp(18px, 1.0772292994rem + 0.2388535032vw, 21px)) {
        .production__desc a {
            font-size: clamp(18px, 1.0772292994rem + 0.2388535032vw, 21px);
        }
    }
    @supports not (font-size: clamp(18px, 1.0772292994rem + 0.2388535032vw, 21px)) {
        .production__desc a {
            font-size: calc(18px + 0.1875 * (100vw - 20rem) / 78.5);
        }
    }
    @supports (font-size: clamp(14px, 0.8113057325rem + 0.3184713376vw, 18px)) {
        .production__desc_min {
            font-size: clamp(14px, 0.8113057325rem + 0.3184713376vw, 18px);
        }
    }
    @supports not (font-size: clamp(14px, 0.8113057325rem + 0.3184713376vw, 18px)) {
        .production__desc_min {
            font-size: calc(14px + 0.25 * (100vw - 20rem) / 78.5);
        }
    }
    @supports (row-gap: clamp(20px, 1.1544585987rem + 0.4777070064vw, 26px)) {
        .production__items {
            row-gap: clamp(20px, 1.1544585987rem + 0.4777070064vw, 26px);
        }
    }
    @supports not (row-gap: clamp(20px, 1.1544585987rem + 0.4777070064vw, 26px)) {
        .production__items {
            row-gap: calc(20px + 0.375 * (100vw - 20rem) / 78.5);
        }
    }
    @supports (font-size: clamp(18px, 1.0772292994rem + 0.2388535032vw, 21px)) {
        .production__items a {
            font-size: clamp(18px, 1.0772292994rem + 0.2388535032vw, 21px);
        }
    }
    @supports not (font-size: clamp(18px, 1.0772292994rem + 0.2388535032vw, 21px)) {
        .production__items a {
            font-size: calc(18px + 0.1875 * (100vw - 20rem) / 78.5);
        }
    }
    @supports (row-gap: clamp(20px, 1.1544585987rem + 0.4777070064vw, 26px)) {
        .production__cols {
            row-gap: clamp(20px, 1.1544585987rem + 0.4777070064vw, 26px);
        }
    }
    @supports not (row-gap: clamp(20px, 1.1544585987rem + 0.4777070064vw, 26px)) {
        .production__cols {
            row-gap: calc(20px + 0.375 * (100vw - 20rem) / 78.5);
        }
    }
    @supports (font-size: clamp(18px, 1.0453821656rem + 0.398089172vw, 23px)) {
        .production__col a {
            font-size: clamp(18px, 1.0453821656rem + 0.398089172vw, 23px);
        }
    }
    @supports not (font-size: clamp(18px, 1.0453821656rem + 0.398089172vw, 23px)) {
        .production__col a {
            font-size: calc(18px + 0.3125 * (100vw - 20rem) / 78.5);
        }
    }
    @supports (font-size: clamp(16px, 0.9203821656rem + 0.398089172vw, 21px)) {
        .production__col h3 {
            font-size: clamp(16px, 0.9203821656rem + 0.398089172vw, 21px);
        }
    }
    @supports not (font-size: clamp(16px, 0.9203821656rem + 0.398089172vw, 21px)) {
        .production__col h3 {
            font-size: calc(16px + 0.3125 * (100vw - 20rem) / 78.5);
        }
    }
    @supports (width: clamp(33px, 1.6484872611rem + 2.0700636943vw, 59px)) {
        .production__icon_large img,
        .production__icon_large source {
            width: clamp(33px, 1.6484872611rem + 2.0700636943vw, 59px);
        }
    }
    @supports not (width: clamp(33px, 1.6484872611rem + 2.0700636943vw, 59px)) {
        .production__icon_large img,
        .production__icon_large source {
            width: calc(33px + 1.625 * (100vw - 20rem) / 78.5);
        }
    }
    @supports (font-size: clamp(18px, 1.0453821656rem + 0.398089172vw, 23px)) {
        .production__purple {
            font-size: clamp(18px, 1.0453821656rem + 0.398089172vw, 23px);
        }
    }
    @supports not (font-size: clamp(18px, 1.0453821656rem + 0.398089172vw, 23px)) {
        .production__purple {
            font-size: calc(18px + 0.3125 * (100vw - 20rem) / 78.5);
        }
    }
    @supports (font-size: clamp(18px, 1.0453821656rem + 0.398089172vw, 23px)) {
        .production__pur_text {
            font-size: clamp(18px, 1.0453821656rem + 0.398089172vw, 23px);
        }
    }
    @supports not (font-size: clamp(18px, 1.0453821656rem + 0.398089172vw, 23px)) {
        .production__pur_text {
            font-size: calc(18px + 0.3125 * (100vw - 20rem) / 78.5);
        }
    }
    @supports (gap: clamp(24px, 0.7834394904rem + 3.5828025478vw, 69px)) {
        .production-center__center {
            gap: clamp(24px, 0.7834394904rem + 3.5828025478vw, 69px);
        }
    }
    @supports not (gap: clamp(24px, 0.7834394904rem + 3.5828025478vw, 69px)) {
        .production-center__center {
            gap: calc(24px + 2.8125 * (100vw - 20rem) / 78.5);
        }
    }
    @supports (height: clamp(200px, 9.076433121rem + 17.1178343949vw, 415px)) {
        .production-center__img_height {
            height: clamp(200px, 9.076433121rem + 17.1178343949vw, 415px);
        }
    }
    @supports not (height: clamp(200px, 9.076433121rem + 17.1178343949vw, 415px)) {
        .production-center__img_height {
            height: calc(200px + 13.4375 * (100vw - 20rem) / 78.5);
        }
    }
    @supports (font-size: clamp(8px, 0.3885350318rem + 0.5573248408vw, 15px)) {
        .production-center__img_top {
            font-size: clamp(8px, 0.3885350318rem + 0.5573248408vw, 15px);
        }
    }
    @supports not (font-size: clamp(8px, 0.3885350318rem + 0.5573248408vw, 15px)) {
        .production-center__img_top {
            font-size: calc(8px + 0.4375 * (100vw - 20rem) / 78.5);
        }
    }
    @supports (font-size: clamp(12px, 0.5907643312rem + 0.7961783439vw, 22px)) {
        .production-center__img_top span {
            font-size: clamp(12px, 0.5907643312rem + 0.7961783439vw, 22px);
        }
    }
    @supports not (font-size: clamp(12px, 0.5907643312rem + 0.7961783439vw, 22px)) {
        .production-center__img_top span {
            font-size: calc(12px + 0.625 * (100vw - 20rem) / 78.5);
        }
    }
    @supports (gap: clamp(24px, 0.7834394904rem + 3.5828025478vw, 69px)) {
        .production-center__items {
            gap: clamp(24px, 0.7834394904rem + 3.5828025478vw, 69px);
        }
    }
    @supports not (gap: clamp(24px, 0.7834394904rem + 3.5828025478vw, 69px)) {
        .production-center__items {
            gap: calc(24px + 2.8125 * (100vw - 20rem) / 78.5);
        }
    }
    @supports (margin-bottom: clamp(6px, 0.0246815287rem + 1.7515923567vw, 28px)) {
        .production__slider_large {
            margin-bottom: clamp(6px, 0.0246815287rem + 1.7515923567vw, 28px);
        }
    }
    @supports not (margin-bottom: clamp(6px, 0.0246815287rem + 1.7515923567vw, 28px)) {
        .production__slider_large {
            margin-bottom: calc(6px + 1.375 * (100vw - 20rem) / 78.5);
        }
    }
    @supports (max-height: clamp(60px, 2.6353503185rem + 5.5732484076vw, 130px)) {
        .production__slider_thumbs .production__slide {
            max-height: clamp(60px, 2.6353503185rem + 5.5732484076vw, 130px);
        }
    }
    @supports not (max-height: clamp(60px, 2.6353503185rem + 5.5732484076vw, 130px)) {
        .production__slider_thumbs .production__slide {
            max-height: calc(60px + 4.375 * (100vw - 20rem) / 78.5);
        }
    }
    @supports (padding-top: clamp(5px, -0.0059713376rem + 1.5923566879vw, 25px)) {
        .tabs_top {
            padding-top: clamp(5px, -0.0059713376rem + 1.5923566879vw, 25px);
        }
    }
    @supports not (padding-top: clamp(5px, -0.0059713376rem + 1.5923566879vw, 25px)) {
        .tabs_top {
            padding-top: calc(5px + 1.25 * (100vw - 20rem) / 78.5);
        }
    }
    @supports (font-size: clamp(14px, 0.8113057325rem + 0.3184713376vw, 18px)) {
        .tabs__text {
            font-size: clamp(14px, 0.8113057325rem + 0.3184713376vw, 18px);
        }
    }
    @supports not (font-size: clamp(14px, 0.8113057325rem + 0.3184713376vw, 18px)) {
        .tabs__text {
            font-size: calc(14px + 0.25 * (100vw - 20rem) / 78.5);
        }
    }
    @supports (padding-top: clamp(0.0001px, -0.8120940685rem + 4.0605015924vw, 51px)) {
        .advantages__body {
            padding-top: clamp(0.0001px, -0.8120940685rem + 4.0605015924vw, 51px);
        }
    }
    @supports not (padding-top: clamp(0.0001px, -0.8120940685rem + 4.0605015924vw, 51px)) {
        .advantages__body {
            padding-top: calc(0.0001px + 3.1875 * (100vw - 20rem) / 78.5);
        }
    }
    @supports (padding-top: clamp(23px, 1.0871815287rem + 1.7515923567vw, 45px)) {
        .advantages__item {
            padding-top: clamp(23px, 1.0871815287rem + 1.7515923567vw, 45px);
        }
    }
    @supports not (padding-top: clamp(23px, 1.0871815287rem + 1.7515923567vw, 45px)) {
        .advantages__item {
            padding-top: calc(23px + 1.375 * (100vw - 20rem) / 78.5);
        }
    }
    @supports (padding-left: clamp(13px, 0.3029458599rem + 2.5477707006vw, 45px)) {
        .advantages__item {
            padding-left: clamp(13px, 0.3029458599rem + 2.5477707006vw, 45px);
        }
    }
    @supports not (padding-left: clamp(13px, 0.3029458599rem + 2.5477707006vw, 45px)) {
        .advantages__item {
            padding-left: calc(13px + 2 * (100vw - 20rem) / 78.5);
        }
    }
    @supports (padding-right: clamp(13px, 0.3029458599rem + 2.5477707006vw, 45px)) {
        .advantages__item {
            padding-right: clamp(13px, 0.3029458599rem + 2.5477707006vw, 45px);
        }
    }
    @supports not (padding-right: clamp(13px, 0.3029458599rem + 2.5477707006vw, 45px)) {
        .advantages__item {
            padding-right: calc(13px + 2 * (100vw - 20rem) / 78.5);
        }
    }
    @supports (font-size: clamp(16px, 0.8566878981rem + 0.7165605096vw, 25px)) {
        .advantages__name {
            font-size: clamp(16px, 0.8566878981rem + 0.7165605096vw, 25px);
        }
    }
    @supports not (font-size: clamp(16px, 0.8566878981rem + 0.7165605096vw, 25px)) {
        .advantages__name {
            font-size: calc(16px + 0.5625 * (100vw - 20rem) / 78.5);
        }
    }
    @supports (margin-bottom: clamp(0.0001px, -0.2069985271rem + 1.0350238854vw, 13px)) {
        .advantages__name {
            margin-bottom: clamp(0.0001px, -0.2069985271rem + 1.0350238854vw, 13px);
        }
    }
    @supports not (margin-bottom: clamp(0.0001px, -0.2069985271rem + 1.0350238854vw, 13px)) {
        .advantages__name {
            margin-bottom: calc(0.0001px + 0.8125 * (100vw - 20rem) / 78.5);
        }
    }
    @supports (font-size: clamp(14px, 0.8431528662rem + 0.1592356688vw, 16px)) {
        .advantages__text {
            font-size: clamp(14px, 0.8431528662rem + 0.1592356688vw, 16px);
        }
    }
    @supports not (font-size: clamp(14px, 0.8431528662rem + 0.1592356688vw, 16px)) {
        .advantages__text {
            font-size: calc(14px + 0.125 * (100vw - 20rem) / 78.5);
        }
    }
    @supports (font-size: clamp(14px, 0.8431528662rem + 0.1592356688vw, 16px)) {
        .advantages__contact a {
            font-size: clamp(14px, 0.8431528662rem + 0.1592356688vw, 16px);
        }
    }
    @supports not (font-size: clamp(14px, 0.8431528662rem + 0.1592356688vw, 16px)) {
        .advantages__contact a {
            font-size: calc(14px + 0.125 * (100vw - 20rem) / 78.5);
        }
    }
    @supports (margin-top: clamp(0.0001px, -1.273877508rem + 6.3694187898vw, 80px)) {
        .download__help {
            margin-top: clamp(0.0001px, -1.273877508rem + 6.3694187898vw, 80px);
        }
    }
    @supports not (margin-top: clamp(0.0001px, -1.273877508rem + 6.3694187898vw, 80px)) {
        .download__help {
            margin-top: calc(0.0001px + 5 * (100vw - 20rem) / 78.5);
        }
    }
    @supports (padding-left: clamp(16px, -0.2579617834rem + 6.2898089172vw, 95px)) {
        .download__left {
            padding-left: clamp(16px, -0.2579617834rem + 6.2898089172vw, 95px);
        }
    }
    @supports not (padding-left: clamp(16px, -0.2579617834rem + 6.2898089172vw, 95px)) {
        .download__left {
            padding-left: calc(16px + 4.9375 * (100vw - 20rem) / 78.5);
        }
    }
    @supports (padding-right: clamp(16px, -0.2579617834rem + 6.2898089172vw, 95px)) {
        .download__left {
            padding-right: clamp(16px, -0.2579617834rem + 6.2898089172vw, 95px);
        }
    }
    @supports not (padding-right: clamp(16px, -0.2579617834rem + 6.2898089172vw, 95px)) {
        .download__left {
            padding-right: calc(16px + 4.9375 * (100vw - 20rem) / 78.5);
        }
    }
    @supports (font-size: clamp(16px, 0.9203821656rem + 0.398089172vw, 21px)) {
        .download__text {
            font-size: clamp(16px, 0.9203821656rem + 0.398089172vw, 21px);
        }
    }
    @supports not (font-size: clamp(16px, 0.9203821656rem + 0.398089172vw, 21px)) {
        .download__text {
            font-size: calc(16px + 0.3125 * (100vw - 20rem) / 78.5);
        }
    }
    @supports (padding-top: clamp(20px, 0.5334394904rem + 3.5828025478vw, 65px)) {
        .stages__body {
            padding-top: clamp(20px, 0.5334394904rem + 3.5828025478vw, 65px);
        }
    }
    @supports not (padding-top: clamp(20px, 0.5334394904rem + 3.5828025478vw, 65px)) {
        .stages__body {
            padding-top: calc(20px + 2.8125 * (100vw - 20rem) / 78.5);
        }
    }
    @supports (padding: clamp(22px, 1.0087579618rem + 1.8312101911vw, 45px)) {
        .reviews__slide {
            padding: clamp(22px, 1.0087579618rem + 1.8312101911vw, 45px);
        }
    }
    @supports not (padding: clamp(22px, 1.0087579618rem + 1.8312101911vw, 45px)) {
        .reviews__slide {
            padding: calc(22px + 1.4375 * (100vw - 20rem) / 78.5);
        }
    }
    @supports (padding-right: clamp(22px, 0.6902866242rem + 3.423566879vw, 65px)) {
        .reviews__slide {
            padding-right: clamp(22px, 0.6902866242rem + 3.423566879vw, 65px);
        }
    }
    @supports not (padding-right: clamp(22px, 0.6902866242rem + 3.423566879vw, 65px)) {
        .reviews__slide {
            padding-right: calc(22px + 2.6875 * (100vw - 20rem) / 78.5);
        }
    }
    @supports (font-size: clamp(14px, 0.8113057325rem + 0.3184713376vw, 18px)) {
        .reviews__name {
            font-size: clamp(14px, 0.8113057325rem + 0.3184713376vw, 18px);
        }
    }
    @supports not (font-size: clamp(14px, 0.8113057325rem + 0.3184713376vw, 18px)) {
        .reviews__name {
            font-size: calc(14px + 0.25 * (100vw - 20rem) / 78.5);
        }
    }
    @supports (font-size: clamp(14px, 0.8431528662rem + 0.1592356688vw, 16px)) {
        .reviews__text {
            font-size: clamp(14px, 0.8431528662rem + 0.1592356688vw, 16px);
        }
    }
    @supports not (font-size: clamp(14px, 0.8431528662rem + 0.1592356688vw, 16px)) {
        .reviews__text {
            font-size: calc(14px + 0.125 * (100vw - 20rem) / 78.5);
        }
    }
    @supports (min-height: clamp(184px, 11.0859872611rem + 2.0700636943vw, 210px)) {
        .dignities__item {
            min-height: clamp(184px, 11.0859872611rem + 2.0700636943vw, 210px);
        }
    }
    @supports not (min-height: clamp(184px, 11.0859872611rem + 2.0700636943vw, 210px)) {
        .dignities__item {
            min-height: calc(184px + 1.625 * (100vw - 20rem) / 78.5);
        }
    }
    @supports (padding-left: clamp(21px, 0.9940286624rem + 1.5923566879vw, 41px)) {
        .dignities__item {
            padding-left: clamp(21px, 0.9940286624rem + 1.5923566879vw, 41px);
        }
    }
    @supports not (padding-left: clamp(21px, 0.9940286624rem + 1.5923566879vw, 41px)) {
        .dignities__item {
            padding-left: calc(21px + 1.25 * (100vw - 20rem) / 78.5);
        }
    }
    @supports (padding-right: clamp(21px, 0.9940286624rem + 1.5923566879vw, 41px)) {
        .dignities__item {
            padding-right: clamp(21px, 0.9940286624rem + 1.5923566879vw, 41px);
        }
    }
    @supports not (padding-right: clamp(21px, 0.9940286624rem + 1.5923566879vw, 41px)) {
        .dignities__item {
            padding-right: calc(21px + 1.25 * (100vw - 20rem) / 78.5);
        }
    }
    @supports (margin-bottom: clamp(26px, 1.5453821656rem + 0.398089172vw, 31px)) {
        .remains__top {
            margin-bottom: clamp(26px, 1.5453821656rem + 0.398089172vw, 31px);
        }
    }
    @supports not (margin-bottom: clamp(26px, 1.5453821656rem + 0.398089172vw, 31px)) {
        .remains__top {
            margin-bottom: calc(26px + 0.3125 * (100vw - 20rem) / 78.5);
        }
    }
    @supports (height: clamp(135px, 4.8069267516rem + 18.152866242vw, 363px)) {
        .remains__slide {
            height: clamp(135px, 4.8069267516rem + 18.152866242vw, 363px);
        }
    }
    @supports not (height: clamp(135px, 4.8069267516rem + 18.152866242vw, 363px)) {
        .remains__slide {
            height: calc(135px + 14.25 * (100vw - 20rem) / 78.5);
        }
    }
    @supports (padding: clamp(7px, 0.3738057325rem + 0.3184713376vw, 11px)) {
        .remains__plashka {
            padding: clamp(7px, 0.3738057325rem + 0.3184713376vw, 11px);
        }
    }
    @supports not (padding: clamp(7px, 0.3738057325rem + 0.3184713376vw, 11px)) {
        .remains__plashka {
            padding: calc(7px + 0.25 * (100vw - 20rem) / 78.5);
        }
    }
    @supports (top: clamp(5px, 0.185111465rem + 0.6369426752vw, 13px)) {
        .remains__plashka {
            top: clamp(5px, 0.185111465rem + 0.6369426752vw, 13px);
        }
    }
    @supports not (top: clamp(5px, 0.185111465rem + 0.6369426752vw, 13px)) {
        .remains__plashka {
            top: calc(5px + 0.5 * (100vw - 20rem) / 78.5);
        }
    }
    @supports (font-size: clamp(12px, 0.6544585987rem + 0.4777070064vw, 18px)) {
        .remains__name {
            font-size: clamp(12px, 0.6544585987rem + 0.4777070064vw, 18px);
        }
    }
    @supports not (font-size: clamp(12px, 0.6544585987rem + 0.4777070064vw, 18px)) {
        .remains__name {
            font-size: calc(12px + 0.375 * (100vw - 20rem) / 78.5);
        }
    }
    @supports (margin-bottom: clamp(5px, 0.2647292994rem + 0.2388535032vw, 8px)) {
        .remains__name {
            margin-bottom: clamp(5px, 0.2647292994rem + 0.2388535032vw, 8px);
        }
    }
    @supports not (margin-bottom: clamp(5px, 0.2647292994rem + 0.2388535032vw, 8px)) {
        .remains__name {
            margin-bottom: calc(5px + 0.1875 * (100vw - 20rem) / 78.5);
        }
    }
    @supports (width: clamp(6px, 0.3431528662rem + 0.1592356688vw, 8px)) {
        .remains__bullet {
            width: clamp(6px, 0.3431528662rem + 0.1592356688vw, 8px);
        }
    }
    @supports not (width: clamp(6px, 0.3431528662rem + 0.1592356688vw, 8px)) {
        .remains__bullet {
            width: calc(6px + 0.125 * (100vw - 20rem) / 78.5);
        }
    }
    @supports (height: clamp(6px, 0.3431528662rem + 0.1592356688vw, 8px)) {
        .remains__bullet {
            height: clamp(6px, 0.3431528662rem + 0.1592356688vw, 8px);
        }
    }
    @supports not (height: clamp(6px, 0.3431528662rem + 0.1592356688vw, 8px)) {
        .remains__bullet {
            height: calc(6px + 0.125 * (100vw - 20rem) / 78.5);
        }
    }
    @supports (font-size: clamp(9px, 0.4828821656rem + 0.398089172vw, 14px)) {
        .remains__count {
            font-size: clamp(9px, 0.4828821656rem + 0.398089172vw, 14px);
        }
    }
    @supports not (font-size: clamp(9px, 0.4828821656rem + 0.398089172vw, 14px)) {
        .remains__count {
            font-size: calc(9px + 0.3125 * (100vw - 20rem) / 78.5);
        }
    }
    @supports (margin-top: clamp(18px, 0.997611465rem + 0.6369426752vw, 26px)) {
        .remains__button {
            margin-top: clamp(18px, 0.997611465rem + 0.6369426752vw, 26px);
        }
    }
    @supports not (margin-top: clamp(18px, 0.997611465rem + 0.6369426752vw, 26px)) {
        .remains__button {
            margin-top: calc(18px + 0.5 * (100vw - 20rem) / 78.5);
        }
    }
    @supports (height: clamp(324px, 17.8136942675rem + 12.1815286624vw, 477px)) {
        .boxs__item {
            height: clamp(324px, 17.8136942675rem + 12.1815286624vw, 477px);
        }
    }
    @supports not (height: clamp(324px, 17.8136942675rem + 12.1815286624vw, 477px)) {
        .boxs__item {
            height: calc(324px + 9.5625 * (100vw - 20rem) / 78.5);
        }
    }
    @supports (font-size: clamp(14px, 0.8113057325rem + 0.3184713376vw, 18px)) {
        .boxs__name {
            font-size: clamp(14px, 0.8113057325rem + 0.3184713376vw, 18px);
        }
    }
    @supports not (font-size: clamp(14px, 0.8113057325rem + 0.3184713376vw, 18px)) {
        .boxs__name {
            font-size: calc(14px + 0.25 * (100vw - 20rem) / 78.5);
        }
    }
    @supports (height: clamp(256px, 12.1624203822rem + 19.1878980892vw, 497px)) {
        .bouquets__slide {
            height: clamp(256px, 12.1624203822rem + 19.1878980892vw, 497px);
        }
    }
    @supports not (height: clamp(256px, 12.1624203822rem + 19.1878980892vw, 497px)) {
        .bouquets__slide {
            height: calc(256px + 15.0625 * (100vw - 20rem) / 78.5);
        }
    }
    @supports (padding-left: clamp(20px, 0.2945859873rem + 4.7770700637vw, 80px)) {
        .focus__info {
            padding-left: clamp(20px, 0.2945859873rem + 4.7770700637vw, 80px);
        }
    }
    @supports not (padding-left: clamp(20px, 0.2945859873rem + 4.7770700637vw, 80px)) {
        .focus__info {
            padding-left: calc(20px + 3.75 * (100vw - 20rem) / 78.5);
        }
    }
    @supports (font-size: clamp(18px, 1.0772292994rem + 0.2388535032vw, 21px)) {
        .focus__text h3 {
            font-size: clamp(18px, 1.0772292994rem + 0.2388535032vw, 21px);
        }
    }
    @supports not (font-size: clamp(18px, 1.0772292994rem + 0.2388535032vw, 21px)) {
        .focus__text h3 {
            font-size: calc(18px + 0.1875 * (100vw - 20rem) / 78.5);
        }
    }
    @supports (padding-top: clamp(45px, 2.1914808917rem + 3.1050955414vw, 84px)) {
        .gray {
            padding-top: clamp(45px, 2.1914808917rem + 3.1050955414vw, 84px);
        }
    }
    @supports not (padding-top: clamp(45px, 2.1914808917rem + 3.1050955414vw, 84px)) {
        .gray {
            padding-top: calc(45px + 2.4375 * (100vw - 20rem) / 78.5);
        }
    }
    @supports (padding-bottom: clamp(45px, 2.1914808917rem + 3.1050955414vw, 84px)) {
        .gray {
            padding-bottom: clamp(45px, 2.1914808917rem + 3.1050955414vw, 84px);
        }
    }
    @supports not (padding-bottom: clamp(45px, 2.1914808917rem + 3.1050955414vw, 84px)) {
        .gray {
            padding-bottom: calc(45px + 2.4375 * (100vw - 20rem) / 78.5);
        }
    }
    @supports (margin-bottom: clamp(5px, 0.1532643312rem + 0.7961783439vw, 15px)) {
        .order__icon {
            margin-bottom: clamp(5px, 0.1532643312rem + 0.7961783439vw, 15px);
        }
    }
    @supports not (margin-bottom: clamp(5px, 0.1532643312rem + 0.7961783439vw, 15px)) {
        .order__icon {
            margin-bottom: calc(5px + 0.625 * (100vw - 20rem) / 78.5);
        }
    }
    @supports (font-size: clamp(12px, 0.6544585987rem + 0.4777070064vw, 18px)) {
        .order__name {
            font-size: clamp(12px, 0.6544585987rem + 0.4777070064vw, 18px);
        }
    }
    @supports not (font-size: clamp(12px, 0.6544585987rem + 0.4777070064vw, 18px)) {
        .order__name {
            font-size: calc(12px + 0.375 * (100vw - 20rem) / 78.5);
        }
    }
    @supports (font-size: clamp(13px, 0.7647292994rem + 0.2388535032vw, 16px)) {
        .order__text {
            font-size: clamp(13px, 0.7647292994rem + 0.2388535032vw, 16px);
        }
    }
    @supports not (font-size: clamp(13px, 0.7647292994rem + 0.2388535032vw, 16px)) {
        .order__text {
            font-size: calc(13px + 0.1875 * (100vw - 20rem) / 78.5);
        }
    }
    @supports (padding-top: clamp(113px, 5.7886146497rem + 6.3694267516vw, 193px)) {
        .privacy {
            padding-top: clamp(113px, 5.7886146497rem + 6.3694267516vw, 193px);
        }
    }
    @supports not (padding-top: clamp(113px, 5.7886146497rem + 6.3694267516vw, 193px)) {
        .privacy {
            padding-top: calc(113px + 5 * (100vw - 20rem) / 78.5);
        }
    }
    @supports (padding-top: clamp(40px, 1.7834394904rem + 3.5828025478vw, 85px)) {
        .smi {
            padding-top: clamp(40px, 1.7834394904rem + 3.5828025478vw, 85px);
        }
    }
    @supports not (padding-top: clamp(40px, 1.7834394904rem + 3.5828025478vw, 85px)) {
        .smi {
            padding-top: calc(40px + 2.8125 * (100vw - 20rem) / 78.5);
        }
    }
    @supports (padding-bottom: clamp(40px, 1.7834394904rem + 3.5828025478vw, 85px)) {
        .smi {
            padding-bottom: clamp(40px, 1.7834394904rem + 3.5828025478vw, 85px);
        }
    }
    @supports not (padding-bottom: clamp(40px, 1.7834394904rem + 3.5828025478vw, 85px)) {
        .smi {
            padding-bottom: calc(40px + 2.8125 * (100vw - 20rem) / 78.5);
        }
    }
    @supports (padding: clamp(20px, 1.0907643312rem + 0.7961783439vw, 30px)) {
        .smi__item {
            padding: clamp(20px, 1.0907643312rem + 0.7961783439vw, 30px);
        }
    }
    @supports not (padding: clamp(20px, 1.0907643312rem + 0.7961783439vw, 30px)) {
        .smi__item {
            padding: calc(20px + 0.625 * (100vw - 20rem) / 78.5);
        }
    }
    @supports (height: clamp(30px, 1.2858280255rem + 2.9458598726vw, 67px)) {
        .trees__button {
            height: clamp(30px, 1.2858280255rem + 2.9458598726vw, 67px);
        }
    }
    @supports not (height: clamp(30px, 1.2858280255rem + 2.9458598726vw, 67px)) {
        .trees__button {
            height: calc(30px + 2.3125 * (100vw - 20rem) / 78.5);
        }
    }
    @supports (margin-top: clamp(20px, 0.7085987261rem + 2.7070063694vw, 54px)) {
        .trees__button {
            margin-top: clamp(20px, 0.7085987261rem + 2.7070063694vw, 54px);
        }
    }
    @supports not (margin-top: clamp(20px, 0.7085987261rem + 2.7070063694vw, 54px)) {
        .trees__button {
            margin-top: calc(20px + 2.125 * (100vw - 20rem) / 78.5);
        }
    }
    @supports (margin-bottom: clamp(15px, 0.6190286624rem + 1.5923566879vw, 35px)) {
        .trees__button {
            margin-bottom: clamp(15px, 0.6190286624rem + 1.5923566879vw, 35px);
        }
    }
    @supports not (margin-bottom: clamp(15px, 0.6190286624rem + 1.5923566879vw, 35px)) {
        .trees__button {
            margin-bottom: calc(15px + 1.25 * (100vw - 20rem) / 78.5);
        }
    }
    @supports (padding-top: clamp(40px, 1.7834394904rem + 3.5828025478vw, 85px)) {
        .circle {
            padding-top: clamp(40px, 1.7834394904rem + 3.5828025478vw, 85px);
        }
    }
    @supports not (padding-top: clamp(40px, 1.7834394904rem + 3.5828025478vw, 85px)) {
        .circle {
            padding-top: calc(40px + 2.8125 * (100vw - 20rem) / 78.5);
        }
    }
    @supports (padding-bottom: clamp(40px, 1.7834394904rem + 3.5828025478vw, 85px)) {
        .circle {
            padding-bottom: clamp(40px, 1.7834394904rem + 3.5828025478vw, 85px);
        }
    }
    @supports not (padding-bottom: clamp(40px, 1.7834394904rem + 3.5828025478vw, 85px)) {
        .circle {
            padding-bottom: calc(40px + 2.8125 * (100vw - 20rem) / 78.5);
        }
    }
    @supports (padding: clamp(30px, 1.4609872611rem + 2.0700636943vw, 56px)) {
        .line__body {
            padding: clamp(30px, 1.4609872611rem + 2.0700636943vw, 56px);
        }
    }
    @supports not (padding: clamp(30px, 1.4609872611rem + 2.0700636943vw, 56px)) {
        .line__body {
            padding: calc(30px + 1.625 * (100vw - 20rem) / 78.5);
        }
    }
    @supports (gap: clamp(23px, 0.7527866242rem + 3.423566879vw, 66px)) {
        .certificates__body {
            gap: clamp(23px, 0.7527866242rem + 3.423566879vw, 66px);
        }
    }
    @supports not (gap: clamp(23px, 0.7527866242rem + 3.423566879vw, 66px)) {
        .certificates__body {
            gap: calc(23px + 2.6875 * (100vw - 20rem) / 78.5);
        }
    }
}
@media (max-width: 79.6875em) and (min-width: 98.5em) {
    .home__right {
        margin-bottom: 120px;
    }
}
@media (max-width: 79.6875em) and (min-width: 20em) and (max-width: 98.5em) {
    @supports (margin-bottom: clamp(40px, 1.2261146497rem + 6.3694267516vw, 120px)) {
        .home__right {
            margin-bottom: clamp(40px, 1.2261146497rem + 6.3694267516vw, 120px);
        }
    }
    @supports not (margin-bottom: clamp(40px, 1.2261146497rem + 6.3694267516vw, 120px)) {
        .home__right {
            margin-bottom: calc(40px + 5 * (100vw - 20rem) / 78.5);
        }
    }
    .home__links {
        -webkit-column-gap: 10%;
        -moz-column-gap: 10%;
        column-gap: 10%;
    }
}
@media (min-width: 20em) and (max-width: 62em) {
    @supports (height: clamp(223px, 7.4791666667rem + 32.2916666667vw, 440px)) {
        .warehouse__slider_large .warehouse__slide {
            height: clamp(650px, 7.4791666667rem + 32.2916666667vw, 440px);
        }
    }
    @supports not (height: clamp(223px, 7.4791666667rem + 32.2916666667vw, 440px)) {
        .warehouse__slider_large .warehouse__slide {
            height: calc(223px + 13.5625 * (100vw - 20rem) / 42);
        }
    }
    @supports (bottom: clamp(99px, 2.9136904762rem + 16.369047619vw, 209px)) {
        .warehouse__arrows_center {
            bottom: clamp(99px, 2.9136904762rem + 16.369047619vw, 209px);
        }
    }
    @supports not (bottom: clamp(99px, 2.9136904762rem + 16.369047619vw, 209px)) {
        .warehouse__arrows_center {
            bottom: calc(99px + 6.875 * (100vw - 20rem) / 42);
        }
    }
}
@media (min-width: 61.99875em) and (min-width: 20em) and (max-width: 98.5em) {
    @supports (margin-right: clamp(0.0001px, -1.7197373806rem + 8.5987181529vw, 108px)) {
        .quality__image_author {
            margin-right: clamp(0.0001px, -1.7197373806rem + 8.5987181529vw, 108px);
        }
    }
    @supports not (margin-right: clamp(0.0001px, -1.7197373806rem + 8.5987181529vw, 108px)) {
        .quality__image_author {
            margin-right: calc(0.0001px + 6.75 * (100vw - 20rem) / 78.5);
        }
    }
}
@media (min-width: 61.99875em) and (max-width: 20em) {
    .quality__image_author {
        margin-right: 0.0001px;
    }
}
@media (min-width: 37.49875em) and (min-width: 20em) and (max-width: 98.5em) {
    @supports (padding-bottom: clamp(50px, 2.4084394904rem + 3.5828025478vw, 95px)) {
        .quality__info {
            padding-bottom: clamp(50px, 2.4084394904rem + 3.5828025478vw, 95px);
        }
    }
    @supports not (padding-bottom: clamp(50px, 2.4084394904rem + 3.5828025478vw, 95px)) {
        .quality__info {
            padding-bottom: calc(50px + 2.8125 * (100vw - 20rem) / 78.5);
        }
    }
}
@media (min-width: 37.49875em) and (max-width: 20em) {
    .quality__info {
        padding-bottom: 50px;
    }
}
@media (max-width: 61.99875em) and (min-width: 29.99875em) {
    .production__button {
        margin-left: auto;
        margin-right: auto;
    }
    .dignities__body_4 {
        grid-template-columns: repeat(auto-fit, minmax(40%, 1fr));
    }
    .varieties__item.varieties__item_info {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -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;
        text-align: left;
        margin-top: 15px;
    }
    .varieties__item_info .varieties__text {
        margin-left: 28px;
    }
    .varieties__item_info .varieties__text .intro__center {
        margin-left: -48px;
    }
}
@media (min-width: 61.99875em) and (max-width: 79.6875em) {
    .stages__items_two .stages__item:nth-child(3) {
        left: 32%;
    }
}
@media (max-width: 47.99875em) and (min-width: 29.99875em) {
    .dignities__item:nth-child(3):last-child {
        -ms-grid-column-span: 2;
        grid-column: span 2;
    }
}
@media (min-width: 47.99875em) and (min-width: 20em) and (max-width: 98.5em) {
    @supports (margin-left: clamp(0.0001px, -0.9076354697rem + 4.5382085987vw, 57px)) {
        .trees__text::after {
            margin-left: clamp(0.0001px, -0.9076354697rem + 4.5382085987vw, 57px);
        }
    }
    @supports not (margin-left: clamp(0.0001px, -0.9076354697rem + 4.5382085987vw, 57px)) {
        .trees__text::after {
            margin-left: calc(0.0001px + 3.5625 * (100vw - 20rem) / 78.5);
        }
    }
}
@media (min-width: 47.99875em) and (max-width: 20em) {
    .trees__text::after {
        margin-left: 0.0001px;
    }
}
@media (any-hover: hover) {
    .button:hover {
        -webkit-box-shadow: 0 3px 25px var(--purple);
        box-shadow: 0 3px 25px var(--purple);
    }
    .button_load:hover img,
    .button_load:hover source {
        -webkit-animation: load 1s infinite;
        animation: load 1s infinite;
    }
    ._slider_thumbs .swiper-slide:hover {
        opacity: 0.8;
    }
    .header__info a:hover {
        color: var(--purple);
    }
    .header__cart:hover {
        -webkit-box-shadow: 0 0 10px var(--pink);
        box-shadow: 0 0 10px var(--pink);
    }
    .menu__item .menu__arrow:hover,
    .menu__item a:hover {
        color: var(--purple);
    }
    .menu__sub-item a:hover span {
        color: var(--purple);
    }
    .menu__sub-item a:hover .menu__sub-img {
        opacity: 0.8;
    }
    .button__border:hover {
        -webkit-box-shadow: 0 0 10px rgba(140, 86, 216, 0.5);
        box-shadow: 0 0 10px rgba(140, 86, 216, 0.5);
    }
    .contacts__link:hover {
        color: var(--purple);
    }
    .footer__social a:hover {
        -webkit-box-shadow: 0 0 10px rgba(140, 86, 216, 0.5);
        box-shadow: 0 0 10px rgba(140, 86, 216, 0.5);
    }
    .footer__political a:hover {
        color: var(--purple);
    }
    .home__btn:hover {
        -webkit-box-shadow: 0 0 20px rgba(109, 69, 173, 0.65);
        box-shadow: 0 0 20px rgba(109, 69, 173, 0.65);
    }
    .home__actions a svg:hover {
        -webkit-box-shadow: 0 0 20px rgba(69, 173, 78, 0.55);
        box-shadow: 0 0 20px rgba(69, 173, 78, 0.55);
    }
    .home__link_wrapper:hover {
        -webkit-box-shadow: 0 0 20px rgba(109, 69, 173, 0.45);
        box-shadow: 0 0 20px rgba(109, 69, 173, 0.45);
    }
    .categories__item:hover .categories__img {
        opacity: 0.8;
    }
    .swiper__arrow:hover {
        -webkit-box-shadow: 0 0 15px var(--purple);
        box-shadow: 0 0 15px var(--purple);
    }
    .tabs__date:hover {
        color: var(--white);
        background-color: var(--pink);
    }
    .tabs__img:hover {
        opacity: 0.8;
    }
    .advantages__contact a:hover {
        color: var(--purple);
    }
    .download__text a:hover {
        color: var(--purple);
    }
    .form__policy a:hover {
        color: var(--purple);
    }
    .remains__btn:hover {
        background-color: var(--white);
        -webkit-box-shadow: 0 4px 32px 0 rgba(0, 0, 0, 0.1);
        box-shadow: 0 4px 32px 0 rgba(0, 0, 0, 0.1);
    }
    .remains__slide:hover .remains__arrow {
        opacity: 1;
    }
    .videos__item:hover .videos__play img,
    .videos__item:hover .videos__play source {
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2);
    }
}


.tulip-block {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 4px 32px rgba(209, 193, 255, 0.08);
  padding: 32px 0px;
  align-items: flex-start;
  gap: 60px;
}
.tulip-block__media {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.tulip-block__image {
  width: 100%;
  border-radius: 16px;
  box-shadow: 0 4px 32px rgba(79, 45, 183, 0.1);
  margin-bottom: 12px;
}
.tulip-block__caption {
  color: #000;
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 154.688%;
}
.tulip-block__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.tulip-block__title {
  color: #1e1e1e;
  font-family: Inter;
  font-size: 40px;
  font-style: normal;
  font-weight: 300;
  line-height: 126.5%;
  letter-spacing: 0.225px;
  margin: 0 0 55px;
}
.tulip-block__info {
  display: flex;
  gap: 5px;
  margin-bottom: 80px;
  justify-content: space-between;
}
.tulip-block__views,
.tulip-block__likes {
  position: relative;
  color: #1e1e1e;
  font-family: Inter;
  font-size: 21px;
  font-style: normal;
  font-weight: 300;
  line-height: 126.5%;
  letter-spacing: 0.105px;
  padding-left: 50px;
}

.tulip-block__views:before,
.tulip-block__likes:before {
  content: "";
  top: -4px;
  left: 0;
  width: 40px;
  height: 40px;
  background-size: contain;
  position: absolute;
  background-repeat: no-repeat;
}

.tulip-block__views:before {
  background-image: url(../img/glaz.svg);
}

.tulip-block__likes:before {
  background-image: url(../img/heart.svg);
}

.new-btn {
  border: none;
  background: none;
  color: #fff;
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: 22px; /* 137.5% */
  letter-spacing: 0.64px;
  text-transform: uppercase;
  position: relative;
  box-shadow: 0 -1px 4px 0 rgba(255, 255, 255, 0.25) inset,
    7px 7px 25px 0 rgba(255, 255, 255, 0.25) inset;
}

.new-btn span {
  position: absolute;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  left: 50%;
}

@media (max-width: 1240px) {
  .tulip-block {
    flex-direction: column-reverse;
  }

  .tulip-block__media {
    width: 100%;
  }

  .tulip-block__content {
    margin: 0 auto;
  }

  .tulip-block__title {
    text-align: center;
  }

  .tulip-block__title br {
    display: none;
  }

  .tulip-block__info {
    gap: 50px;
    justify-content: center;
  }
}

@media (max-width: 800px) {
  .tulip-block {
    gap: 24px;
  }
  .tulip-block__title {
    margin-bottom: 12px;
    font-size: 25px;
  }

  .tulip-block__views,
  .tulip-block__likes {
    font-size: 16px;
    text-align: center;
  }

  .new-btn {
    /*display: none;*/
  }
  .new-btn svg{
		width: 90%;
  }

  .tulip-block__info {
    justify-content: space-around;
    margin: 0;
    gap: 10px;
  }

  .tulip-block__views,
  .tulip-block__likes {
    padding-left: 0;
    padding-top: 50px;
  }

  .tulip-block__views:before,
  .tulip-block__likes:before {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}

@media (max-width: 370px) {
  .tulip-block {
    padding: 10px;
  }
}
