@keyframes swiper-preloader-spin {
    0% {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(360deg)
    }
}

:root {
    --white: #ffffff;
    --white15: rgba(255, 255, 255, 0.15);
    --white60: rgba(255, 255, 255, 0.60);
    --white80: rgba(255, 255, 255, 0.80);
    --body: var(--white);
    --grayBtnBorder: #939598;
    --grayItemBorder: #d1d3d4;
    --green: #6da600;
    --green70: rgba(109, 166, 0, 0.73);
    --greenDark: #004d47;
    --greenLight: #b3e6d8;
    --greenLight70: rgba(179, 230, 216, 0.73);
    --greenLightest: #d5f6ed;
    --main: var(--greenDark);
    --text: var(--greenDark);
    --link: var(--greenDark);
    --wrapperWidth: 1280px;
    --wrapperPadding: 40px;
    ---wrapperPadding: calc(var(--wrapperPadding) * -1);
    --halfWrapperPadding: calc(var(--wrapperPadding) / 2);
    --headerIndex: 1001;
    --menuIndex: 1000;
    --headerHeight: 180px;
    --UIStartBg: transparent;
    --UIBtnText: var(--main);
    --UIBtnIcon: var(--main);
    --UIBtnBg: transparent;
    --UIBtnBorder: transparent;
    --UIBtnDecoration: none;
    --UIBtnDuration: 300ms;
    --UIBtnDelay: 0ms;
    --UIBtnTextDecorationColor: transparent;
    --UIBtnOpacity1: 1;
    --UIBtnOpacity2: 0;
    --UIBtnFilter: none;
}

body {
    width: 100%;
    height: 100%;
    font: 16px/1.2 "SofiaSans", sans-serif;
}

img {
    max-width: 100%
}

a {
    text-decoration: underline
}

body, figure, h1, h2, h3, h4, h5, h6, p {
    padding: 0;
    margin: 0
}

*, :after, :before {
    box-sizing: border-box
}

@font-face {
    font-family: "SofiaSans";
    src: url(../fonts/SofiaSans-Thin.ttf) format("truetype");
    font-weight: 100;
    font-style: Normal;
    font-display: swap
}

@font-face {
    font-family: "SofiaSans";
    src: url(../fonts/SofiaSans-ThinItalic.ttf) format("truetype");
    font-weight: 100;
    font-style: Italic;
    font-display: swap
}

@font-face {
    font-family: "SofiaSans";
    src: url(../fonts/SofiaSans-ExtraLight.ttf) format("truetype");
    font-weight: 200;
    font-style: Normal;
    font-display: swap
}

@font-face {
    font-family: "SofiaSans";
    src: url(../fonts/SofiaSans-ExtraLightItalic.ttf) format("truetype");
    font-weight: 200;
    font-style: Italic;
    font-display: swap
}

@font-face {
    font-family: "SofiaSans";
    src: url(../fonts/SofiaSans-Light.ttf) format("truetype");
    font-weight: 300;
    font-style: Normal;
    font-display: swap
}

@font-face {
    font-family: "SofiaSans";
    src: url(../fonts/SofiaSans-LightItalic.ttf) format("truetype");
    font-weight: 300;
    font-style: Italic;
    font-display: swap
}

@font-face {
    font-family: "SofiaSans";
    src: url(../fonts/SofiaSans-Regular.ttf) format("truetype");
    font-weight: 400;
    font-style: Normal;
    font-display: swap
}

@font-face {
    font-family: "SofiaSans";
    src: url(../fonts/SofiaSans-Italic.ttf) format("truetype");
    font-weight: 400;
    font-style: Italic;
    font-display: swap
}

@font-face {
    font-family: "SofiaSans";
    src: url(../fonts/SofiaSans-Medium.ttf) format("truetype");
    font-weight: 500;
    font-style: Normal;
    font-display: swap
}

@font-face {
    font-family: "SofiaSans";
    src: url(../fonts/SofiaSans-MediumItalic.ttf) format("truetype");
    font-weight: 500;
    font-style: Italic;
    font-display: swap
}

@font-face {
    font-family: "SofiaSans";
    src: url(../fonts/SofiaSans-Bold.ttf) format("truetype");
    font-weight: 700;
    font-style: Normal;
    font-display: swap
}

@font-face {
    font-family: "SofiaSans";
    src: url(../fonts/SofiaSans-BoldItalic.ttf) format("truetype");
    font-weight: 700;
    font-style: Italic;
    font-display: swap
}

@font-face {
    font-family: "SofiaSans";
    src: url(../fonts/SofiaSans-ExtraBold.ttf) format("truetype");
    font-weight: 800;
    font-style: Normal;
    font-display: swap
}

@font-face {
    font-family: "SofiaSans";
    src: url(../fonts/SofiaSans-ExtraBoldItalic.ttf) format("truetype");
    font-weight: 800;
    font-style: Italic;
    font-display: swap
}

@font-face {
    font-family: "SofiaSans";
    src: url(../fonts/SofiaSans-Black.ttf) format("truetype");
    font-weight: 900;
    font-style: Normal;
    font-display: swap
}

@font-face {
    font-family: "SofiaSans";
    src: url(../fonts/SofiaSans-BlackItalic.ttf) format("truetype");
    font-weight: 900;
    font-style: Italic;
    font-display: swap
}

[class*=svg-] {
    height: 24px;
    font-size: 24px;
    position: relative
}

[class*=svg-]:before {
    content: "";
    display: block
}

[class*=svg-] svg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.svg-add-small {
    width: .8333333333rem
}

.svg-add-small:before, .svg-arrow-bold-desktop:before, .svg-arrow-bold-mobile:before {
    padding-bottom: 100%
}

.svg-arrow-bold-desktop {
    width: 2.5833333333rem
}

.svg-arrow-bold-mobile {
    width: 2.1666666667rem
}

.svg-arrow-thin-desktop {
    width: 3.125rem
}

.svg-arrow-thin-desktop:before {
    padding-bottom: 101.3333333333%
}

.svg-arrow-thin-mobile {
    width: 2.0833333333rem
}

.svg-arrow-thin-mobile:before, .svg-close:before, .svg-confirm-small:before, .svg-delete-small:before, .svg-lang:before, .svg-list-marker:before {
    padding-bottom: 100%
}

.svg-close {
    width: 1.6666666667rem
}

.svg-confirm-small, .svg-delete-small {
    width: .8333333333rem
}

.svg-lang {
    width: 1.6666666667rem
}

.svg-list-marker {
    width: 1.3333333333rem
}

.svg-logo {
    width: 2.7916666667rem
}

.svg-logo:before {
    padding-bottom: 211.9402985075%
}

.svg-logo-word, .svg-logo-word-comma {
    width: 15.4166666667rem
}

.svg-logo-word-comma:before, .svg-logo-word:before {
    padding-bottom: 24.8648648649%
}

.svg-menu {
    width: 1.6666666667rem
}

.svg-menu:before {
    padding-bottom: 100%
}

.svg-package-gl-0200, .svg-package-tp-1000 {
    width: 3.75rem
}

.svg-package-gl-0200:before {
    padding-bottom: 115.5555555556%
}

.svg-package-tp-1000:before {
    padding-bottom: 188.8888888889%
}

.svg-reload {
    width: .8333333333rem
}

.svg-reload:before, .svg-search:before, .svg-telegram:before, .svg-telephone:before, .svg-vk:before, .svg-youtube:before {
    padding-bottom: 100%
}

.svg-search, .svg-telegram, .svg-telephone, .svg-vk, .svg-youtube {
    width: 1.6666666667rem
}

.i-icon, .i-icon-cnt {
    font-family: "Icons" !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
}

.i-icon {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

html {
    height: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    -webkit-tap-highlight-color: transparent;
    margin: 0;
    height: auto;
    min-height: 100%;
    min-width: 320px;
    font: 16px/1.2 "SofiaSans", sans-serif;
    color: var(--main);
    position: relative;
    background: var(--body)
}

div, fieldset, form {
    margin: 0;
    padding: 0;
    border: 0
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}

body, li, menu, ol, td, ul {
    padding: 0
}

menu {
    margin: 0
}

table {
    border-spacing: 0
}

ul > li {
    list-style-type: none;
    list-style-position: outside
}

a:not([class]) {
    color: var(--link)
}

a:not([class]), a:not([class]):hover {
    text-decoration: underline
}

a:active, a:focus {
    outline: 0 !important
}

a img {
    border: 0
}

img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto
}

h1, h2, h3, h4, h5, h6 {
    margin: 0
}

li, p {
    font: 16px/1.2 "SofiaSans", sans-serif
}

li._bold, p._bold {
    font-weight: 700
}

li {
    margin: 0 0 10px
}

li:last-child, ol:last-child, p:last-child, ul:last-child {
    margin-bottom: 0
}

ol, p, ul {
    margin: 0 0 25px
}

li, ol, p, ul {
    font-size: 22px;
    line-height: 1.2
}

._small, ._small * {
    font-size: 14px
}

ul {
    padding-left: 24px
}

ul li {
    list-style-type: disc
}

ul._marked {
    padding-left: 0
}

ul._marked li {
    list-style-type: none;
    padding-left: 30px
}

ul._marked li:before {
    content: "";
    position: absolute;
    top: 4px;
    left: 0;
    width: 20px;
    height: 20px;
    background: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M23.6786 6.75429C19.2697 10.381 10.4788 21.759 10.4788 21.759L7.75922 17.759C7.75922 17.759 6.46971 16.0699 4.47859 17.1365C4.47859 17.1365 2.70082 18.061 2.55859 18.2032C2.55859 18.2032 8.46082 29.1543 8.60304 29.1543C9.95415 29.1543 12.337 27.8212 13.7592 25.119C15.9637 20.7101 21.7586 11.9454 26.523 6.89651C31.5008 1.77651 29.9364 1.7054 23.6786 6.75429Z' fill='%23004d47'/%3E%3C/svg%3E%0A") no-repeat center/contain
}

.block {
    overflow: hidden;
    display: block
}

.relative, ul._marked li {
    position: relative
}

.hidden {
    overflow: hidden
}

.clear {
    clear: both
}

button, input, select, textarea {
    outline: 0;
    font-family: "SofiaSans", sans-serif
}

button {
    border: 0;
    background: 0 0
}

*, :after, :before {
    box-sizing: border-box
}

.wrapper {
    width: 100%;
    margin: 0 auto;
    padding: 0 var(--wrapperPadding)
}

.main {
    display: flex;
    flex-direction: column;
    flex-grow: 1
}

.page {
    flex-grow: 1;
    position: relative
}

.page:after {
    content: "";
    display: block
}

#svg-inline {
    position: absolute;
    width: 0;
    height: 0;
    top: 0;
    left: 0
}

.icon {
    display: block;
    width: 100%;
    height: 100%
}

.page-container {
    display: flex;
    flex-direction: column;
    min-height: 100vh
}

.socials {
    display: flex;
    gap: 22px
}

.social {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
    cursor: pointer;
    color: var(--UIBtnBg);
    position: relative
}

.social._vk {
    --UIStartBg: var(--greenLightest);
    --UIBtnIcon: var(--greenDark);
    --UIBtnBg: var(--UIStartBg);
    transition-property: color, background, border, opacity, text-decoration-color, filter;
    transition-duration: var(--UIBtnDuration);
    transition-delay: var(--UIBtnDelay);
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.social._vk * {
    pointer-events: none
}

.social._vk:active {
    --UIBtnDuration: 0ms
}

.social._vk._clicked {
    --UIBtnDelay: 150ms
}

._no-touch .social._vk:hover {
    --UIBtnIcon: var(--white);
    --UIBtnBg: #4D75A3
}

._no-touch .social._vk:active {
    --UIBtnIcon: var(--white);
    --UIBtnBg: rgba(77, 117, 163, 0.6)
}

._touch .social._vk:active {
    --UIBtnIcon: var(--white);
    --UIBtnBg: #4D75A3
}

.social._telegram {
    --UIStartBg: var(--greenLightest);
    --UIBtnIcon: var(--greenDark);
    --UIBtnBg: var(--UIStartBg);
    transition-property: color, background, border, opacity, text-decoration-color, filter;
    transition-duration: var(--UIBtnDuration);
    transition-delay: var(--UIBtnDelay);
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.social._telegram * {
    pointer-events: none
}

.social._telegram:active {
    --UIBtnDuration: 0ms
}

.social._telegram._clicked {
    --UIBtnDelay: 150ms
}

._no-touch .social._telegram:hover {
    --UIBtnIcon: var(--white);
    --UIBtnBg: #26A5E4
}

._no-touch .social._telegram:active {
    --UIBtnIcon: var(--white);
    --UIBtnBg: rgba(38, 165, 228, 0.6)
}

._touch .social._telegram:active {
    --UIBtnIcon: var(--white);
    --UIBtnBg: #26A5E4
}

.social._youtube {
    --UIStartBg: var(--greenLightest);
    --UIBtnIcon: var(--greenDark);
    --UIBtnBg: var(--UIStartBg);
    transition-property: color, background, border, opacity, text-decoration-color, filter;
    transition-duration: var(--UIBtnDuration);
    transition-delay: var(--UIBtnDelay);
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.social._youtube * {
    pointer-events: none
}

.social._youtube:active {
    --UIBtnDuration: 0ms
}

.social._youtube._clicked {
    --UIBtnDelay: 150ms
}

._no-touch .social._youtube:hover {
    --UIBtnIcon: var(--white);
    --UIBtnBg: #FF0000
}

._no-touch .social._youtube:active {
    --UIBtnIcon: var(--white);
    --UIBtnBg: rgba(255, 0, 0, 0.6)
}

._touch .social._youtube:active {
    --UIBtnIcon: var(--white);
    --UIBtnBg: #FF0000
}

.social .icon {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1
}

.social:after {
    content: "";
    transform: scale(.975);
    background: var(--UIBtnIcon)
}

.socials._footer .social {
    --UIStartBg: var(--white)
}

.slider-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px
}

.slider-pagination__dot, .social:after {
    border-radius: 50%;
    transition-property: color, background, border, opacity, text-decoration-color, filter;
    transition-duration: var(--UIBtnDuration);
    transition-delay: var(--UIBtnDelay)
}

.slider-pagination__dot {
    width: 17px;
    height: 17px;
    --UIBtnBorder: var(--grayItemBorder);
    --UIBtnBg: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: 2px solid var(--UIBtnBorder);
    background: var(--UIBtnBg);
    cursor: pointer
}

.slider-pagination__dot * {
    pointer-events: none
}

.slider-pagination__dot:active {
    --UIBtnDuration: 0ms
}

.slider-pagination__dot._clicked {
    --UIBtnDelay: 150ms
}

._no-touch .slider-pagination__dot:hover {
    --UIBtnBorder: var(--greenLight);
    --UIBtnBg: var(--greenLight)
}

._no-touch .slider-pagination__dot:active, ._touch .slider-pagination__dot:active, .slider-pagination__dot._active {
    --UIBtnBorder: var(--green);
    --UIBtnBg: var(--green)
}

.slider-pagination__dot._active {
    pointer-events: none
}

.btn, .btn-base, .btn-reset {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
    cursor: pointer;
    text-decoration: none
}

.btn-reset {
    border: 0
}

.btn, .btn-base {
    border: 1px solid var(--UIBtnBorder);
    background: var(--UIBtnBg);
    color: var(--UIBtnText)
}

.btn {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    width: -moz-fit-content;
    width: fit-content
}

.btn._loading {
    pointer-events: none
}

.btn._loading .btn__loading, .btn__text {
    opacity: 1;
    visibility: visible
}

.btn._loading .btn__wrapper {
    opacity: 0;
    visibility: hidden
}

.btn._disabled, .btn[disabled] {
    opacity: .4;
    filter: grayscale(1);
    pointer-events: none
}

.btn__text {
    color: var(--UIBtnText);
    transition-property: color, background, border, opacity, text-decoration-color, filter;
    transition-duration: var(--UIBtnDuration);
    transition-delay: var(--UIBtnDelay)
}

.btn__loading {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    justify-content: center;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    padding: inherit
}

.btn__loading, .btn__wrapper {
    display: flex;
    align-items: center;
    gap: 8px
}

.btn-border-white, .btn__icon {
    transition-property: color, background, border, opacity, text-decoration-color, filter;
    transition-duration: var(--UIBtnDuration);
    transition-delay: var(--UIBtnDelay)
}

.btn__icon {
    color: var(--UIBtnIcon)
}

.btn__icon .icon, .btn__icon._loader {
    width: 24px;
    height: 24px
}

.btn__icon._loader {
    background: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 24 24' enable-background='new 0 0 0 0' xml:space='preserve'%3E%3Ccircle fill='%23ffffff' stroke='none' cx='4' cy='12' r='2'%3E%3Canimate attributeName='opacity' dur='1s' values='0;1;0' repeatCount='indefinite' begin='0.1'%3E%3C/animate%3E%3C/circle%3E%3Ccircle fill='%23ffffff' stroke='none' cx='12' cy='12' r='2'%3E%3Canimate attributeName='opacity' dur='1s' values='0;1;0' repeatCount='indefinite' begin='0.2'%3E%3C/animate%3E%3C/circle%3E%3Ccircle fill='%23ffffff' stroke='none' cx='20' cy='12' r='2'%3E%3Canimate attributeName='opacity' dur='1s' values='0;1;0' repeatCount='indefinite' begin='0.3'%3E%3C/animate%3E%3C/circle%3E%3C/svg%3E") no-repeat center
}

.btn._border-icon .btn__icon {
    position: relative;
    border-radius: 20px;
    border: 1px solid var(--grayBtnBorder);
    width: 20px;
    height: 20px
}

.btn._border-icon .btn__icon .icon, .social:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.btn-border-white {
    --UIBtnText: var(--white);
    --UIBtnIcon: var(--UIBtnText);
    --UIBtnBg: transparent;
    --UIBtnBorder: var(--white);
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    padding: 0 58px;
    text-transform: uppercase;
    height: 56px;
    border-radius: 28px
}

.btn-border-white * {
    pointer-events: none
}

.btn-border-white:active {
    --UIBtnDuration: 0ms
}

.btn-border-white._clicked {
    --UIBtnDelay: 150ms
}

._no-touch .btn-border-white:hover {
    --UIBtnText: var(--white);
    --UIBtnBg: var(--white15);
    --UIBtnBorder: var(--white)
}

._no-touch .btn-border-white._active, ._no-touch .btn-border-white:active, ._touch .btn-border-white._active, ._touch .btn-border-white:active {
    --UIBtnText: var(--greenDark);
    --UIBtnBg: var(--white);
    --UIBtnBorder: var(--greenDark)
}

._no-touch .btn-border-green:hover, .btn-border-green {
    --UIBtnText: var(--greenDark);
    --UIBtnBorder: var(--greenDark)
}

.btn-border-green {
    --UIBtnIcon: var(--UIBtnText);
    --UIBtnBg: transparent;
    transition-property: color, background, border, opacity, text-decoration-color, filter;
    transition-duration: var(--UIBtnDuration);
    transition-delay: var(--UIBtnDelay);
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    padding: 0 58px;
    text-transform: uppercase
}

.btn-border-green * {
    pointer-events: none
}

.btn-border-green:active {
    --UIBtnDuration: 0ms
}

.btn-border-green._clicked {
    --UIBtnDelay: 150ms
}

._no-touch .btn-border-green:hover {
    --UIBtnBg: var(--greenLight)
}

._no-touch .btn-border-green._active, ._no-touch .btn-border-green:active, ._touch .btn-border-green._active, ._touch .btn-border-green:active {
    --UIBtnText: var(--white);
    --UIBtnBg: var(--greenDark);
    --UIBtnBorder: var(--white)
}

.btn-border-green._form-btn {
    padding: 0 24px;
    height: 40px;
    font-size: 16px
}

.btn-border-gray {
    --UIBtnText: var(--grayBtnBorder);
    --UIBtnIcon: var(--grayBtnBorder);
    --UIBtnBg: transparent;
    --UIBtnBorder: var(--grayBtnBorder);
    transition-property: color, background, border, opacity, text-decoration-color, filter;
    transition-duration: var(--UIBtnDuration);
    transition-delay: var(--UIBtnDelay);
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    font-weight: 400;
    text-transform: uppercase;
    height: 40px;
    border-radius: 40px;
    font-size: 16px
}

.btn-border-gray * {
    pointer-events: none
}

.btn-border-gray:active {
    --UIBtnDuration: 0ms
}

.btn-border-gray._clicked {
    --UIBtnDelay: 150ms
}

._no-touch .btn-border-gray._active:hover, ._no-touch .btn-border-gray:hover {
    --UIBtnText: var(--greenDark);
    --UIBtnBg: transparent;
    --UIBtnBorder: var(--greenDark)
}

._no-touch .btn-border-gray._active, ._no-touch .btn-border-gray:active, ._touch .btn-border-gray._active, ._touch .btn-border-gray:active {
    --UIBtnText: var(--greenDark);
    --UIBtnBg: var(--greenLightest);
    --UIBtnBorder: transparent
}

._no-touch .btn-border-gray._active:active, ._touch .btn-border-gray._active:active, .btn-filter-variant {
    --UIBtnText: var(--grayBtnBorder);
    --UIBtnBg: transparent;
    --UIBtnBorder: var(--grayBtnBorder)
}

.btn-filter-variant {
    --UIBtnIcon: var(--grayBtnBorder);
    transition-property: color, background, border, opacity, text-decoration-color, filter;
    transition-duration: var(--UIBtnDuration);
    transition-delay: var(--UIBtnDelay);
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    font-weight: 500
}

.btn-filter-variant * {
    pointer-events: none
}

.btn-filter-variant:active {
    --UIBtnDuration: 0ms
}

.btn-filter-variant._clicked {
    --UIBtnDelay: 150ms
}

._no-touch .btn-filter-variant._active:hover, ._no-touch .btn-filter-variant:hover {
    --UIBtnText: var(--greenDark);
    --UIBtnBg: transparent;
    --UIBtnBorder: var(--greenDark)
}

._no-touch .btn-filter-variant._active, ._no-touch .btn-filter-variant:active, ._touch .btn-filter-variant._active, ._touch .btn-filter-variant:active {
    --UIBtnText: var(--greenDark);
    --UIBtnBg: var(--greenLightest);
    --UIBtnBorder: transparent
}

._no-touch .btn-filter-variant._active:active, ._touch .btn-filter-variant._active:active {
    --UIBtnText: var(--grayBtnBorder);
    --UIBtnBg: transparent;
    --UIBtnBorder: var(--grayBtnBorder)
}

.btn-text {
    --UIBtnOpacity1: 1;
    --UIBtnText: var(--greenDark);
    transition-property: color, background, border, opacity, text-decoration-color, filter;
    transition-duration: var(--UIBtnDuration);
    transition-delay: var(--UIBtnDelay);
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    opacity: var(--UIBtnOpacity1)
}

.btn-text * {
    pointer-events: none
}

.btn-text:active {
    --UIBtnDuration: 0ms
}

.btn-text._clicked {
    --UIBtnDelay: 150ms
}

._no-touch .btn-text-small:active, ._no-touch .btn-text-small:hover, ._no-touch .btn-text:active, ._no-touch .btn-text:hover, ._touch .btn-text-small:active, ._touch .btn-text:active {
    --UIBtnOpacity1: 0.8;
    --UIBtnText: var(--green)
}

.btn-text-small {
    font-size: 16px;
    line-height: 1.2;
    font-weight: 300;
    --UIBtnOpacity1: 1;
    --UIBtnText: var(--greenDark);
    transition-property: color, background, border, opacity, text-decoration-color, filter;
    transition-duration: var(--UIBtnDuration);
    transition-delay: var(--UIBtnDelay);
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    opacity: var(--UIBtnOpacity1)
}

.btn-text-small * {
    pointer-events: none
}

.btn-text-small:active {
    --UIBtnDuration: 0ms
}

.btn-text-small._clicked {
    --UIBtnDelay: 150ms
}

._uppercase {
    text-transform: uppercase
}

.btn-row {
    display: flex;
    justify-content: center
}

.header {
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width: 100%
}

.header__wrapper {
    position: relative
}

.header__logo-cnt {
    position: absolute;
    z-index: var(--headerIndex);
    display: flex;
    align-items: center;
    top: 0;
    left: var(--wrapperPadding);
    width: 99px;
    height: var(--headerHeight);
    padding: 26px 16px 12px;
    background: var(--greenDark)
}

.header__logo {
    display: block;
    color: var(--white)
}

.header__logo, .header__logo .icon {
    width: 100%;
    height: 100%
}

.header__buttons {
    position: absolute;
    z-index: var(--headerIndex);
    top: 22px;
    left: 303px;
    padding: 0 2px 0 11px;
    gap: 9px;
    border-radius: 40px;
    background: var(--green70);
    display: flex;
    color: var(--white)
}

.header__btn-menu {
    position: relative;
    width: 40px;
    height: 40px;
    cursor: pointer;
    margin-right: 9px;
    --UIBtnText: var(--white);
    transition-property: color, background, border, opacity, text-decoration-color, filter;
    transition-duration: var(--UIBtnDuration);
    transition-delay: var(--UIBtnDelay);
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    color: var(--UIBtnText)
}

.header__btn-menu * {
    pointer-events: none
}

.header__btn-menu:active {
    --UIBtnDuration: 0ms
}

.header__btn-menu._clicked {
    --UIBtnDelay: 150ms
}

._no-touch .header__btn-menu:active, ._no-touch .header__btn-menu:hover, ._touch .header__btn-menu:active {
    --UIBtnText: var(--greenDark)
}

.header__btn-menu .icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: opacity 300ms
}

.header__btn-menu .icon._open {
    opacity: 1
}

.header__btn-menu .icon._close, .header__btn-menu._opened .icon._open {
    opacity: 0
}

.header__btn-menu._opened .icon._close {
    opacity: 1
}

.menu {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: var(--white);
    z-index: var(--menuIndex);
    transition: opacity 650ms, transform 650ms, visibility 650ms;
    height: var(--headerHeight);
    visibility: hidden;
    opacity: 0;
    transform: translateY(-100%)
}

.menu._opened {
    opacity: 1;
    visibility: visible;
    transform: translateY(0)
}

.menu__grid {
    display: grid
}

.menu__nav {
    grid-area: menu
}

.menu__nav-list {
    display: flex;
    gap: 57px;
    margin: 0;
    padding: 0
}

.menu__nav-item {
    list-style-type: none;
    margin: 0
}

.menu__nav-link {
    display: block;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 700;
    text-transform: uppercase;
    padding: 5px 0;
    text-decoration: none;
    --UIBtnOpacity1: 1;
    --UIBtnText: var(--greenDark);
    transition-property: color, background, border, opacity, text-decoration-color, filter;
    transition-duration: var(--UIBtnDuration);
    transition-delay: var(--UIBtnDelay);
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    color: var(--UIBtnText)
}

.menu__nav-link *, a.footer__info-link * {
    pointer-events: none
}

.menu__nav-link:active {
    --UIBtnDuration: 0ms
}

.menu__nav-link._clicked {
    --UIBtnDelay: 150ms
}

._no-touch .menu__nav-link:active,
._no-touch .menu__nav-link:hover,
._no-touch a.footer__info-link:active,
._no-touch a.footer__info-link:hover,
._touch .menu__nav-link:active,
._touch a.footer__info-link:active {
    --UIBtnOpacity1: 0.8;
    --UIBtnText: var(--green);
}

.menu__socials {
    grid-area: social
}

.footer {
    background: var(--greenLightest)
}

.footer__contacts a, .footer__info a {
    text-decoration: none;
    color: var(--greenDark)
}

.footer__contact {
    display: flex
}

.footer__contact-icon {
    background: var(--white);
    flex-shrink: 0
}

.footer__contact-icon .icon {
    width: 100%;
    height: 100%
}

.footer__contact-value {
    font-weight: 700
}

.footer__contact-value a[href^="tel:"], a.footer__info-link {
    text-decoration: none
}

.footer__info {
    display: flex;
    flex-direction: column
}

a.footer__info-link {
    --UIBtnOpacity1: 1;
    --UIBtnText: var(--greenDark);
    transition-property: color, background, border, opacity, text-decoration-color, filter;
    transition-duration: var(--UIBtnDuration);
    transition-delay: var(--UIBtnDelay);
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    color: var(--UIBtnText)
}

.board__arrow-left:active, .board__arrow-right:active, a.footer__info-link:active {
    --UIBtnDuration: 0ms
}

.board__arrow-left._clicked, .board__arrow-right._clicked, a.footer__info-link._clicked {
    --UIBtnDelay: 150ms
}

.board, .board__left {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.board {
    overflow: hidden;
    background: var(--green)
}

.board__left {
    z-index: 2;
    text-decoration: none
}

.board__left a {
    color: var(--white);
    text-decoration: none
}

.board__left-slider {
    height: 100%
}

.board__left-slide {
    width: 100%;
    height: 100%
}

.board__left-slide-content {
    position: relative;
    display: flex;
    flex-direction: column
}

.board__left-link {
    display: contents
}

.board__left-slide-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    color: var(--white)
}

.board__left-slide-text p {
    line-height: 1.4;
    text-transform: uppercase
}

.board__right {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}

.board__right-slider {
    height: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.board__right-slide {
    position: relative;
    background: var(--green)
}

.board__right-slide-bg {
    position: absolute;
    top: 0;
    -o-object-fit: cover;
    object-fit: cover
}

.board__right-slide-content {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    position: relative;
    z-index: 2
}

.board__right-slide-package {
    aspect-ratio: 28/59;
    -o-object-fit: contain;
    object-fit: contain
}

.board__nav {
    position: static
}

.board__arrow-left, .board__arrow-right {
    position: absolute;
    z-index: 10;
    cursor: pointer;
    border-radius: 50%;
    --verticalOffset: 26px;
    --UIBtnText: var(--white);
    --UIBtnIcon: var(--UIBtnText);
    --UIBtnBg: transparent;
    --UIBtnBorder: var(--white);
    transition-property: color, background, border, opacity, text-decoration-color, filter;
    transition-duration: var(--UIBtnDuration);
    transition-delay: var(--UIBtnDelay);
    -webkit-user-select: none;
    -moz-user-select: none;
    color: var(--UIBtnIcon);
    user-select: none
}

.board__arrow-left *, .board__arrow-right * {
    pointer-events: none
}

._no-touch .board__arrow-left:hover, ._no-touch .board__arrow-right:hover {
    --UIBtnText: var(--white);
    --UIBtnBg: var(--white15);
    --UIBtnBorder: var(--white)
}

._no-touch .board__arrow-left._active, ._no-touch .board__arrow-left:active, ._no-touch .board__arrow-right._active, ._no-touch .board__arrow-right:active, ._touch .board__arrow-left._active, ._touch .board__arrow-left:active, ._touch .board__arrow-right._active, ._touch .board__arrow-right:active {
    --UIBtnText: var(--greenDark);
    --UIBtnBg: var(--white);
    --UIBtnBorder: var(--greenDark)
}

.board__arrow-left:before,
.board__arrow-right:before {
    transition-property: color, background, border, opacity, text-decoration-color, filter;
    transition-duration: var(--UIBtnDuration);
    transition-delay: var(--UIBtnDelay);
}

.board__arrow-left:before, .board__arrow-right:before {
    content: "";
    border-radius: 50%;
    background: var(--UIBtnBg);
    border: 2px solid var(--UIBtnBorder)
}

.board__arrow-left .icon, .board__arrow-left:before, .board__arrow-right .icon, .board__arrow-right:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.board__arrow-left {
    left: var(--wrapperPadding)
}

.board__arrow-right {
    right: var(--wrapperPadding)
}

.board__arrow-right .icon {
    transform: rotate(180deg)
}

.pagination {
    display: flex;
    justify-content: center
}

.filter {
    display: flex;
    flex-direction: column
}

.filter__row {
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

.filter__label {
    line-height: 1.2;
    font-weight: 700;
    color: var(--greenDark)
}

.packages {
    display: flex;
    align-items: flex-end
}

.package {
    text-align: center;
    text-decoration: none;
    --UIBtnText: var(--greenDark);
    --UIBtnFilter: none;
    --UIBtnOpacity1: 1;
    transition-property: color, background, border, opacity, text-decoration-color, filter;
    transition-duration: var(--UIBtnDuration);
    transition-delay: var(--UIBtnDelay);
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.package * {
    pointer-events: none
}

.package:active {
    --UIBtnDuration: 0ms
}

.package._clicked {
    --UIBtnDelay: 150ms
}

._no-touch .package:active, ._no-touch .package:hover, ._touch .package:active {
    --UIBtnText: var(--green);
    --UIBtnOpacity1: 0.8
}

.package__image, .package__volume {
    opacity: var(--UIBtnOpacity1);
    transition-property: color, background, border, opacity, text-decoration-color, filter;
    transition-duration: var(--UIBtnDuration);
    transition-delay: var(--UIBtnDelay)
}

.package__image {
    margin-bottom: 16px;
    -o-object-fit: contain;
    object-fit: contain;
    filter: var(--UIBtnFilter)
}

.package__volume {
    border: 1px solid transparent;
    border-radius: 20px;
    color: var(--UIBtnText)
}

.package._active .package__volume {
    border: 1px solid var(--UIBtnText)
}

.page-404, .page-404__title {
    text-align: center
}

.page-404__title {
    line-height: 1.2;
    font-weight: 500
}

.page-head {
    position: relative;
    display: flex;
    align-items: center
}

.page-head._empty {
    padding: 0
}

.page-head__content {
    position: relative;
    z-index: 1;
    color: var(--white)
}

.page-head__content p {
    line-height: 1.4;
    text-transform: uppercase
}

.page-head__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.page-title, .page-title__text {
    line-height: 1.2;
    font-weight: 700;
    color: var(--greenDark);
    text-align: center
}

.page-title__description {
    font-size: 36px;
    margin-top: 5px
}

.page-title__description, .where-to-buy__title {
    line-height: 1.2;
    font-weight: 500
}

.where-to-buy__list {
    display: grid
}

.where-to-buy__item-link {
    display: block;
    border: 1px solid var(--UIBtnBorder);
    font-size: 0;
    line-height: 1;
    --UIBtnBorder: var(--grayItemBorder);
    --UIBtnOpacity1: 1;
    transition-property: color, background, border, opacity, text-decoration-color, filter;
    transition-duration: var(--UIBtnDuration);
    transition-delay: var(--UIBtnDelay);
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    padding: 2.6% 8.47%
}

.where-to-buy__item-link * {
    pointer-events: none
}

.where-to-buy__item-link:active {
    --UIBtnDuration: 0ms
}

.where-to-buy__item-link._clicked {
    --UIBtnDelay: 150ms
}

._no-touch .where-to-buy__item-link:hover {
    --UIBtnBorder: var(--green)
}

._no-touch .where-to-buy__item-link:active, ._touch .where-to-buy__item-link:active {
    --UIBtnBorder: var(--greenDark);
    --UIBtnOpacity1: 0.8
}

.where-to-buy__item-image {
    aspect-ratio: 177/63;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

@font-face {
    font-family: swiper-icons;
    src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
    font-weight: 400;
    font-style: normal
}

:root {
    --swiper-theme-color: #007aff
}

:host {
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    z-index: 1
}

.swiper, .swiper-wrapper {
    position: relative;
    z-index: 1
}

.swiper {
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    list-style: none;
    padding: 0;
    display: block
}

.swiper-vertical > .swiper-wrapper {
    flex-direction: column
}

.swiper-wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    transition-property: transform;
    transition-timing-function: initial;
    box-sizing: content-box
}

.swiper-android .swiper-slide, .swiper-ios .swiper-slide, .swiper-wrapper {
    transform: translate3d(0, 0, 0)
}

.swiper-horizontal {
    touch-action: pan-y
}

.swiper-vertical {
    touch-action: pan-x
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
    display: block
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
    height: auto
}

.swiper-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height
}

.swiper-backface-hidden .swiper-slide {
    transform: translateZ(0);
    backface-visibility: hidden
}

.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
    perspective: 1200px
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-wrapper {
    transform-style: preserve-3d
}

.swiper-css-mode > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
    scroll-snap-type: x mandatory
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
    scroll-snap-type: y mandatory
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
    scroll-snap-type: none
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: none
}

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
    content: "";
    flex-shrink: 0;
    order: 9999
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: center center;
    scroll-snap-stop: always
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
    height: 100%;
    min-height: 1px;
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
    width: 100%;
    min-width: 1px;
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-3d .swiper-slide-shadow {
    background: rgba(0, 0, 0, .15)
}

.swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, .5), transparent)
}

.swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), transparent)
}

.swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), transparent)
}

.swiper-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), transparent)
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s infinite linear
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

.swiper-virtual .swiper-slide {
    -webkit-backface-visibility: hidden;
    transform: translateZ(0)
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
    height: 1px;
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
    width: 1px;
}

:root {
    --swiper-navigation-size: 44px
}

.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size) / 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - var(--swiper-navigation-size) / 2);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-theme-color)
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
    opacity: 0;
    cursor: auto;
    pointer-events: none
}

.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
    display: none !important
}

.swiper-button-next svg, .swiper-button-prev svg {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    transform-origin: center
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: 10px;
    right: auto
}

.swiper-button-lock {
    display: none
}

.swiper-button-next:after, .swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    content: "prev"
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: 10px;
    left: auto
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    content: "next"
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
    display: none !important
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 8px;
    top: auto;
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active, .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(.33)
}

.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-size, 8px);
    height: var(--swiper-pagination-bullet-size, 8px);
    display: inline-block;
    border-radius: 50%;
    background: #000;
    opacity: 0.2
}

button.swiper-pagination-bullet {
    border: 0;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet:only-child {
    display: none !important
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--swiper-theme-color)
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
    right: 8px;
    left: auto;
    top: 50%;
    transform: translate3d(0, -50%, 0)
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: .2s transform, .2s top
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px)
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform, .2s left
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform, .2s right
}

.swiper-pagination-fraction {
    color: inherit;
}

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, 0.25);
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-theme-color);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-lock {
    display: none;
}

.swiper-scrollbar, .swiper-scrollbar-drag {
    position: relative;
    border-radius: 10px;
}

.swiper-scrollbar {
    touch-action: none;
    background: rgba(0, 0, 0, 0.1);
}

.swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
    display: none !important;
}

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
    position: absolute;
    left: 1%;
    bottom: 4px;
    top: auto;
    z-index: 50;
    height: 4px;
    width: calc(100% - 2 * 1%)
}

.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
    position: absolute;
    left: auto;
    right: 4px;
    top: 1%;
    z-index: 50;
    width: 4px;
    height: calc(100% - 2 * 1%)
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move;
    touch-action: none
}

.swiper .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-free-mode > .swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-grid > .swiper-wrapper {
    flex-wrap: wrap
}

.swiper-grid-column > .swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column
}

.swiper-fade.swiper-free-mode .swiper-slide {
    transition-timing-function: ease-out
}

.swiper-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity
}

.swiper-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-cards, .swiper-cube, .swiper-flip {
    overflow: visible
}

.swiper-cube .swiper-slide {
    pointer-events: none;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-cube.swiper-rtl .swiper-slide {
    transform-origin: 100% 0
}

.swiper-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-next + .swiper-slide, .swiper-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: .6;
    z-index: 0
}

.swiper-cube .swiper-cube-shadow:before {
    content: "";
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    filter: blur(50px)
}

.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
    z-index: 0;
    backface-visibility: hidden
}

.swiper-flip .swiper-slide {
    pointer-events: none;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
    z-index: 0;
    backface-visibility: hidden
}

.swiper-creative .swiper-slide {
    backface-visibility: hidden;
    overflow: hidden;
    transition-property: transform, opacity, height
}

.swiper-cards .swiper-slide {
    transform-origin: center bottom;
    backface-visibility: hidden;
    overflow: hidden
}

@media (min-aspect-ratio: 1/1) {
    .board__horizontal-marker {
        display: none
    }

    .board__left {
        -webkit-mask-size: 100% 5400px;
        -webkit-mask-repeat: no-repeat;
        -webkit-mask-position: center top
    }

    .board__left-slider {
        transform: rotate(180deg)
    }

    .board__left-slide {
        padding-left: var(--wrapperPadding)
    }

    .board__left-slide, .board__left-slide.swiper-slide {
        transform: rotate(180deg) translateZ(0)
    }

    .board__left-slide-content {
        width: max(400px, (100vw - 80px) / 3);
        height: 100%;
        margin: 0;
        max-width: none;
        gap: clamp(36px, calc(5.185 * 1vh + 8px), 64px);
        justify-content: center
    }

    .board__left-slide-text {
        flex-grow: 1;
        margin: 0;
        width: auto;
        max-width: none
    }

    .board__left-slide-text img {
        margin-bottom: 6px;
        width: clamp(200px, calc(29.762vw - 28.571px), 400px)
    }

    .board__left-slide-text p {
        font-size: clamp(18px, calc(2.679vw - 2.571px), 36px);
        letter-spacing: .07em
    }

    .board__left-slide-button {
        position: absolute;
        bottom: clamp(54px, calc(9.815 * 1vh + 1px), 107px)
    }

    .board__right-slide-bg {
        left: 50%;
        width: 50%;
        height: 100%
    }

    .board__right-slide-bg._desktop {
        display: block
    }

    .board__right-slide-bg._mobile {
        display: none
    }

    .board__right-slide-package {
        width: calc(33.823 * 1vh + 27.059px);
        height: calc(71.207 * 1vh + 56.966px)
    }
}

@media (max-aspect-ratio: 1/1) {
    .board__horizontal-marker {
        display: block
    }

    .board__left-slide-content {
        width: 100%;
        height: 100%;
        margin: 0 auto;
        max-width: var(--wrapperWidth);
        padding: 39px calc(var(--wrapperPadding) + 3px);
        gap: 0;
        justify-content: flex-end
    }

    .board__left-slide-text {
        flex-grow: 0;
        margin: 0 auto;
        width: 100%;
        max-width: clamp(320px, calc(14.706vw + 8.535vh + 210.473px), 440px);
        padding-left: 0 !important
    }

    .board__left-slide-text img {
        margin-bottom: 2px;
        width: clamp(242px, calc(19.363vw + 9.67vh + 108.185px), 400px)
    }

    .board__left-slide-text p {
        font-size: clamp(21px, calc(2.574vw + 1.285vh + 3.214px), 42px);
        letter-spacing: .09em
    }

    /*.board__left-slide-button,*/
    .board__right-slide-bg._desktop {
        display: none
    }

    .board__right-slide-bg {
        left: 0;
        width: 100%;
        height: 50%
    }

    .board__right-slide-bg._mobile {
        display: block
    }

    .board__right-slide-package {
        width: calc(34.324 * 1vh - 76.52px);
        height: calc(72.262 * 1vh - 161.095px)
    }

    .board__arrow-left, .board__arrow-right {
        top: calc(50% + var(--verticalOffset))
    }
}

@media (min-aspect-ratio: 1/1) and (min-width: 1024px) {
    .board__left {
        -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='20' height='6000' viewBox='0 0 20 6000' preserveAspectRatio='none' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect y='200' width='20' height='5800' fill='url(%23paint0_linear_1971_11133)'/%3E%3Crect x='10' width='10' height='6000' fill='black'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_1971_11133' x1='10' y1='200' x2='10' y2='6000' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-opacity='0'/%3E%3Cstop offset='0.00496578'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A")
    }
}

@media (min-aspect-ratio: 1/1) and (min-width: 1280px) {
    .board__left-slide {
        padding-left: calc(var(--wrapperPadding) + 50% - var(--wrapperWidth) / 2)
    }
}

@media (min-aspect-ratio: 1/1) and (min-width: 1280px) and (max-width: 1479.98px) {
    .board__left-slide-text {
        padding-left: clamp(0px, calc(-50vw + 740px), 100px)
    }

    .board__left-slide-button {
        left: clamp(0px, calc(-50vw + 740px), 100px)
    }
}

@media (min-aspect-ratio: 1/1) and (max-width: 1279.98px) and (min-width: 1024px) {
    .board__left-slide-text {
        padding-left: 100px
    }
}

@media (min-aspect-ratio: 1/1) and (min-width: 1024px) and (max-width: 1279.98px) {
    .board__left-slide-button {
        left: 100px
    }
}

@media only screen and (min-width: 480px) {
    .page-head__img._mobile {
        display: none
    }
}

@media only screen and (min-width: 540px) and (max-width: 767.98px) {
    .where-to-buy__list {
        grid-template-columns:repeat(3, minmax(0, 1fr))
    }
}

@media only screen and (min-width: 600px) and (max-width: 1279.98px) {
    :root {
        --wrapperPadding: 30px
    }

    body {
        font-size: 16px
    }
}

@media only screen and (min-width: 768px) and (max-width: 1023.98px) {
    .footer__grid {
        display: grid;
        gap: 18px;
        grid-template-columns:repeat(3, 1fr)
    }

    .footer__socials {
        justify-content: center
    }

    .footer__info > * {
        width: 100%;
        max-width: 190px
    }

    .where-to-buy__list {
        grid-template-columns:repeat(4, minmax(0, 1fr))
    }
}

@media only screen and (min-width: 768px) {
    .footer__info {
        align-items: flex-end
    }

    .form ._mobile {
        display: none
    }

    .packages {
        gap: 20px
    }

    .where-to-buy__list {
        gap: 20px 27px
    }
}

@media only screen and (min-width: 1024px) {
    .wrapper {
        max-width: var(--wrapperWidth)
    }

    .page:after {
        margin-top: 80px
    }

    .btn-border-green {
        height: 56px;
        border-radius: 28px
    }

    .btn-border-gray {
        padding: 0 20px
    }

    .btn-filter-variant {
        padding: 0 20px;
        height: 40px;
        border-radius: 40px
    }

    .btn-row {
        margin-top: 42px
    }

    .menu__grid {
        grid-template-columns:101px 1fr auto;
        grid-template-rows:40px 1fr;
        grid-gap: 54px 40px;
        grid-template-areas:"space search social" "menu menu menu"
    }

    .menu__nav-list {
        gap: 57px
    }

    .menu__nav {
        -ms-grid-row: 3;
        -ms-grid-column: 1;
        -ms-grid-column-span: 5
    }

    .menu__socials {
        -ms-grid-row: 1;
        -ms-grid-column: 5
    }

    .footer {
        padding-top: 37px;
        padding-bottom: 59px
    }

    .footer__grid {
        display: grid;
        gap: 40px;
        grid-template-columns:repeat(3, 1fr)
    }

    .footer__contact {
        gap: 18px
    }

    .footer__contact-icon {
        margin-top: 4px;
        border-radius: 20px;
        width: 40px;
        height: 40px
    }

    .footer__contact-label {
        font-size: 18px;
        margin-bottom: 5px
    }

    .footer__contact-value {
        font-size: 24px;
        margin-bottom: 6px
    }

    .footer__contact-note {
        font-size: 17px
    }

    .footer__socials {
        margin-top: 4px;
        justify-content: center
    }

    .footer__info {
        align-items: flex-end;
        gap: 7px;
        font-size: 16px
    }

    .footer__info > * {
        width: 100%;
        max-width: 270px
    }

    .footer__copy {
        margin-top: 24px;
        font-size: 14px
    }

    .board__arrow-left, .board__arrow-right {
        width: 52px;
        height: 52px
    }

    .board__arrow-left .icon._mobile, .board__arrow-right .icon._mobile {
        display: none
    }

    .pagination {
        margin-top: 50px
    }

    .filter {
        margin-bottom: 71px
    }

    .filter, .filter__row {
        gap: 20px
    }

    .filter__label {
        font-size: 18px
    }

    .package__image {
        max-height: calc(170 * 1px);
        margin-bottom: 16px
    }

    .package__volume {
        min-width: 90px;
        padding: 3px 10px;
        font-size: 18px
    }

    .page-404__title {
        font-size: 48px;
        margin-bottom: 22px
    }

    .page-head {
        min-height: 360px;
        margin-bottom: 67px;
        padding-top: calc(var(--headerHeight) + 40px);
        padding-bottom: 20px
    }

    .page-head._with-content {
        min-height: 540px;
        margin-bottom: 77px
    }

    .page-head._empty {
        min-height: var(--headerHeight)
    }

    .page-head__content img {
        width: 400px
    }

    .page-head__content p {
        font-size: 36px;
        letter-spacing: .07em
    }

    .page-title {
        margin-bottom: 50px
    }

    .page-title, .page-title__text {
        font-size: 50px
    }

    .where-to-buy {
        margin-bottom: 87px
    }

    .where-to-buy__title {
        font-size: 30px;
        margin-bottom: 28px
    }

    .where-to-buy__list {
        grid-template-columns:repeat(6, minmax(0, 1fr))
    }

    .where-to-buy__item-link {
        border-radius: 10px
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1279.98px) {
    .header__buttons {
        left: clamp(199px, calc(40.628vw - 217.033px), 303px)
    }

    .menu__grid {
        padding: 22px 106px 0 clamp(167px, calc(40.628vw - 249.033px), 271px)
    }
}

@media only screen and (min-width: 1280px) {
    .menu__grid {
        padding: 22px 106px 0 261px
    }
}

@media (min-aspect-ratio: 1/1) and (min-height: 600px) {
    .board__left-slide-content {
        padding: calc(var(--headerHeight) + 32px) 0 calc(var(--headerHeight) + 40px)
    }

    .board__left-slide-button, .board__left-slide-button .btn {
        height: clamp(40px, calc(8.081 * 1vh - 6.061px), 56px)
    }

    .board__left-slide-button .btn {
        padding: 0 clamp(40px, calc(2.381vw + 21.714px), 56px);
        font-size: clamp(14px, calc(.595vw + 9.429px), 18px)
    }

    .board__arrow-left, .board__arrow-right {
        top: calc(50% - var(--verticalOffset))
    }
}

@media only screen and (max-width: 1023.98px) {
    :root {
        --headerHeight: 85px
    }

    li, ol, p, ul {
        font-size: 19px
    }

    ul._marked li:before {
        top: 3px;
        width: 18px;
        height: 18px
    }

    ul._marked li {
        padding-left: 27px
    }

    .page:after {
        margin-top: 40px
    }

    .socials {
        gap: 20px
    }

    .social {
        width: 36px;
        height: 36px
    }

    .btn-border-green {
        height: 44px;
        border-radius: 22px;
        font-size: 15px;
        line-height: 18px
    }

    .btn-border-gray {
        padding: 0 16px
    }

    .btn-filter-variant {
        padding: 0 16px;
        height: 32px;
        border-radius: 30px;
        font-size: 15px;
        line-height: 18px
    }

    .btn-row {
        margin-top: 34px
    }

    .header__logo-cnt {
        width: 48px;
        padding: 12px 8px 4px
    }

    .header__buttons {
        top: 14px;
        left: auto;
        right: var(--wrapperPadding);
        padding: 0 1px 0 8px;
        gap: 7px
    }

    .header__btn-menu {
        margin-right: 7px
    }

    .header__btn-menu {
        width: 30px;
        height: 30px
    }

    .menu {
        height: auto;
        padding-top: var(--headerHeight)
    }

    .menu__grid {
        grid-template-columns:1fr;
        padding: 26px 0 20px;
        grid-gap: 15px;
        grid-template-areas:"menu" "search" "social"
    }

    .menu__nav-list {
        flex-wrap: wrap;
        padding-bottom: 5px;
        gap: 6px 42px
    }

    .menu__nav-link {
        font-size: 17px
    }

    .menu__nav {
        -ms-grid-row: 1;
        -ms-grid-column-span: 1
    }

    .menu__socials {
        -ms-grid-row: 5;
        -ms-grid-column: 1
    }

    .footer {
        padding-top: 17px;
        padding-bottom: 39px
    }

    .footer__contact {
        gap: 11px
    }

    .footer__contact-icon {
        margin-top: 3px;
        border-radius: 18px;
        width: 36px;
        height: 36px
    }

    .footer__contact-label {
        font-size: 13.5px;
        margin-bottom: 4px
    }

    .footer__contact-value {
        font-size: 18px;
        margin-bottom: 3px
    }

    .footer__contact-note {
        font-size: 13px
    }

    .footer__socials {
        margin-top: 2px
    }

    .footer__info {
        gap: 4px;
        font-size: 12px
    }

    .footer__copy {
        margin-top: 19px;
        font-size: 10.5px
    }

    .board__arrow-left, .board__arrow-right {
        width: 31px;
        height: 31px;
        --verticalOffset: 15px
    }

    .board__arrow-left:before, .board__arrow-right:before {
        border: 1px solid var(--UIBtnBorder)
    }

    .board__arrow-left .icon._desktop, .board__arrow-right .icon._desktop {
        display: none
    }

    .pagination {
        margin-top: 40px
    }

    .filter {
        margin-bottom: 32px
    }

    .filter, .filter__row {
        gap: 10px
    }

    .filter__label {
        width: 100%;
        font-size: 15px;
        margin-top: 3px;
        margin-bottom: -3px
    }

    .package__image {
        max-height: calc(128 * 1px);
        margin-bottom: 10px
    }

    .package__volume {
        min-width: 66px;
        padding: 3px;
        font-size: 13px
    }

    .page-404__title {
        font-size: 29px;
        margin-bottom: 16px
    }

    .page-head {
        min-height: 170px;
        padding-top: calc(var(--headerHeight) + 25px);
        padding-bottom: 15px
    }

    .page-head._with-content {
        min-height: 255px;
        margin-bottom: 37px
    }

    .page-head._empty {
        min-height: var(--headerHeight)
    }

    .page-head__content img {
        width: 190px
    }

    .page-head__content p {
        font-size: 16px;
        letter-spacing: .09em
    }

    .page-head, .page-title {
        margin-bottom: 20px
    }

    .page-title, .page-title__text {
        font-size: 40px
    }

    .page-title._uppercase, .page-title__text._uppercase {
        font-size: 30px
    }

    .page-title__description {
        font-size: 21px;
        margin-top: 3px
    }

    .where-to-buy {
        margin-bottom: 33px
    }

    .where-to-buy__title {
        font-size: 24px;
        margin-bottom: 24px;
        margin-left: -2px
    }

    .where-to-buy__item-link {
        border-radius: 8px
    }
}

@media only screen and (max-width: 767.98px) {
    .footer__grid {
        display: flex;
        flex-direction: column;
        gap: 18px
    }

    .footer__contacts {
        order: 2
    }

    .footer__socials {
        order: 1
    }

    .footer__info {
        order: 3
    }

    .packages {
        justify-content: center;
        gap: 16px
    }

    .where-to-buy__list {
        gap: 20px 20px
    }
}

@media only screen and (max-width: 599.98px) {
    :root {
        --wrapperPadding: 5.5vw
    }

    body {
        font-size: 14px
    }

    ol, p, ul {
        margin: 0 0 10px
    }

    .page-title._small, .page-title__text._small {
        font-size: clamp(24px, calc(5.715vw + 5.713px), 40px)
    }
}

@media only screen and (max-width: 539.98px) {
    .where-to-buy__list {
        grid-template-columns:repeat(2, minmax(0, 1fr))
    }
}

@media only screen and (max-width: 479.98px) {
    .menu__nav-list {
        flex-direction: column
    }
}

@media only screen and (max-width: 359.98px) {
    li, ol, p, ul {
        font-size: clamp(16px, calc(7.504vw - 8.012px), 19px)
    }

    ul._marked li:before {
        width: 16px;
        height: 16px
    }

    ul._marked li {
        padding-left: clamp(24px, calc(7.504vw - .012px), 27px)
    }
}

@media (min-aspect-ratio: 1/1) and (max-width: 1279.98px) {
    .board__left-slide {
        padding-left: var(--wrapperPadding)
    }
}

@media (min-aspect-ratio: 1/1) and (max-width: 1023.98px) {
    .board__left-slide-text {
        padding-left: calc(3vw + var(--wrapperPadding) + 10px)
    }

    .board__left-slide-button {
        left: calc(3vw + var(--wrapperPadding) + 10px)
    }
}

@media (min-aspect-ratio: 1/1) and (max-height: 599.98px) {
    .board__left-slide-content {
        padding: calc(var(--headerHeight) + 40px) 0 40px
    }

    .board__left-slide-button {
        display: none
    }

    .board__arrow-left, .board__arrow-right {
        top: calc(66% - var(--verticalOffset))
    }
}

@media only print {
    body {
        padding-bottom: 0 !important
    }

    tr {
        page-break-inside: avoid
    }

    .wrapper {
        max-width: var(--wrapperWidth)
    }

    .page:after {
        margin-top: 80px
    }

    .btn-border-green {
        height: 56px;
        border-radius: 28px
    }

    .btn-border-gray {
        padding: 0 20px
    }

    .btn-filter-variant {
        padding: 0 20px;
        height: 40px;
        border-radius: 40px
    }

    .btn-row {
        margin-top: 42px
    }

    .menu__grid {
        padding: 22px 106px 0 261px;
        grid-template-columns:101px 1fr auto;
        grid-template-rows:40px 1fr;
        grid-gap: 54px 40px;
        grid-template-areas:"space search social" "menu menu menu"
    }

    .menu__nav-list {
        gap: 57px
    }

    .menu__nav {
        -ms-grid-row: 3;
        -ms-grid-column: 1;
        -ms-grid-column-span: 5
    }

    .menu__socials {
        -ms-grid-row: 1;
        -ms-grid-column: 5
    }

    .footer {
        padding-top: 37px;
        padding-bottom: 59px
    }

    .footer__grid {
        display: grid;
        gap: 40px;
        grid-template-columns:repeat(3, 1fr)
    }

    .footer__contact {
        gap: 18px
    }

    .footer__contact-icon {
        margin-top: 4px;
        border-radius: 20px;
        width: 40px;
        height: 40px
    }

    .footer__contact-label {
        font-size: 18px;
        margin-bottom: 5px
    }

    .footer__contact-value {
        font-size: 24px;
        margin-bottom: 6px
    }

    .footer__contact-note {
        font-size: 17px
    }

    .footer__socials {
        margin-top: 4px;
        justify-content: center
    }

    .footer__info {
        gap: 7px;
        font-size: 16px;
        align-items: flex-end
    }

    .footer__info > * {
        width: 100%;
        max-width: 270px
    }

    .footer__copy {
        margin-top: 24px;
        font-size: 14px
    }

    .board__arrow-left, .board__arrow-right {
        width: 52px;
        height: 52px
    }

    .board__arrow-left .icon._mobile, .board__arrow-right .icon._mobile {
        display: none
    }

    .pagination {
        margin-top: 50px
    }

    .filter {
        margin-bottom: 71px
    }

    .filter, .filter__row {
        gap: 20px
    }

    .filter__label {
        font-size: 18px
    }

    .packages {
        gap: 20px
    }

    .package__image {
        max-height: calc(170 * 1px);
        margin-bottom: 16px
    }

    .package__volume {
        min-width: 90px;
        padding: 3px 10px;
        font-size: 18px
    }

    .page-404__title {
        font-size: 48px;
        margin-bottom: 22px
    }

    .page-head {
        min-height: 360px;
        margin-bottom: 67px;
        padding-top: calc(var(--headerHeight) + 40px);
        padding-bottom: 20px
    }

    .page-head._with-content {
        min-height: 540px;
        margin-bottom: 77px
    }

    .page-head._empty {
        min-height: var(--headerHeight)
    }

    .page-head__content img {
        width: 400px
    }

    .page-head__content p {
        font-size: 36px;
        letter-spacing: .07em
    }

    .page-title {
        margin-bottom: 50px
    }

    .page-title, .page-title__text {
        font-size: 50px
    }

    .where-to-buy {
        margin-bottom: 87px
    }

    .where-to-buy__title {
        font-size: 30px;
        margin-bottom: 28px
    }

    .where-to-buy__list {
        grid-template-columns:repeat(6, minmax(0, 1fr));
        gap: 20px 27px
    }

    .where-to-buy__item-link {
        border-radius: 10px
    }
}

.btn._loading .btn__wrapper {
    opacity: 1;
    visibility: visible
}

.btn._loading .btn__text {
    opacity: 0;
    visibility: hidden
}

/*
 * Fixes.
 */
p.techkorm-slider-header {
    font-size: 1.8em;
}

p.techkorm-slider-description {
    text-transform: initial;
    font-size: 1.3em;
}

.header__logo-cnt {
    padding: 0;
    background: none;
}

@media only screen and (max-width: 1023.98px) {
    .header__logo-cnt {
        padding: 0;
    }
}