@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
    line-height: 1.15;
 /* 1 */
    -webkit-text-size-adjust: 100%;
 /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
    margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    box-sizing: content-box;
 /* 1 */
    height: 0;
 /* 1 */
    overflow: visible;
 /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
    font-family: monospace, monospace;
 /* 1 */
    font-size: 1em;
 /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    border-bottom: none;
 /* 1 */
    text-decoration: underline;
 /* 2 */
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
 /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
    font-family: monospace, monospace;
 /* 1 */
    font-size: 1em;
 /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
    border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
 /* 1 */
    font-size: 100%;
 /* 1 */
    line-height: 1.15;
 /* 1 */
    margin: 0;
 /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
 /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
 /* 1 */
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
    -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
    box-sizing: border-box;
 /* 1 */
    color: inherit;
 /* 2 */
    display: table;
 /* 1 */
    max-width: 100%;
 /* 1 */
    padding: 0;
 /* 3 */
    white-space: normal;
 /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
    box-sizing: border-box;
 /* 1 */
    padding: 0;
 /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
    -webkit-appearance: textfield;
 /* 1 */
    outline-offset: -2px;
 /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button;
 /* 1 */
    font: inherit;
 /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
    display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
    display: none;
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
    position: relative;
    z-index: 1;
}

.owl-carousel .owl-stage {
    position: relative;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
  /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
    display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
}

.owl-carousel.owl-loaded {
    display: block;
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}

.owl-carousel.owl-hidden {
    opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab;
}

.owl-carousel.owl-rtl {
    direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
    float: right;
}

/* No Js */
.no-js .owl-carousel {
    display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
    animation-duration: 1000ms;
    animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
    z-index: 0;
}

.owl-carousel .owl-animated-out {
    z-index: 1;
}

.owl-carousel .fadeOut {
    animation-name: fadeOut;
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
    transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
  	This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
  	calculation of the height of the owl-item that breaks page layouts
   */
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("owl.video.play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
    transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none;
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}

@font-face {
    font-family: "AgroFonts";
  src: url("../fonts/ALSAgrofont-Regular.woff2") format("woff2"), url("../fonts/ALSAgrofont-Regular.woff") format("woff"), url("../fonts/ALSAgrofont-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
    font-family: "AgroFonts";
  src: url("../fonts/ALSAgrofont-Bold.woff2") format("woff2"), url("../fonts/ALSAgrofont-Bold.woff") format("woff"), url("../fonts/ALSAgrofont-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
    font-family: "AgroFonts";
  src: url("../fonts/ALSAgrofont-Medium.woff2") format("woff2"), url("../fonts/ALSAgrofont-Medium.woff") format("woff"), url("../fonts/ALSAgrofont-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
    font-family: "AgroFonts";
  src: url("../fonts/ALSAgrofont-Medium.woff2") format("woff2"), url("../fonts/ALSAgrofont-Medium.woff") format("woff"), url("../fonts/ALSAgrofont-Medium.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
/* Default Styles */
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

html {
    font-size: 16px;
    font-family: "AgroFonts", sans-serif;
}

h1 {
    margin-top: 0;
}

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

button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    border: none;
    padding: 0;
    margin: 0;
    font-family: inherit;
    cursor: pointer;
    outline: none;
    text-decoration: none;
}

.mb-20 {
    margin-bottom: 1.25rem;
}

.mb-12 {
    margin-bottom: 0.75rem !important;
}

.mb-0 {
    margin-bottom: 0;
}

.mb-30 {
    margin-bottom: 1.875rem;
}

.block {
    display: block !important;
}

.none {
    display: none !important;
}

.container {
    /*width: 70.5rem;*/
    width: 73.5rem;
    margin: 0 auto;
}

.show {
    display: block !important;
}

.hide {
    display: none !important;
}

.btn-active {
    background: #4DC9FF !important;
    color: white !important;
    border: 0px solid transparent !important;
}

.popup-open {
    overflow: hidden;
}

.pointer {
    cursor: pointer !important;
}

header {
    padding: 0 1.875rem;
    margin-bottom: 3.75rem;
}

.menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 19px 0;
}

.menu__mobile {
    display: none;
}

.menu__mobile::after {
    content: "";
    display: block;
    padding-top: 1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.menu__block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1.5rem;
}

.menu__block--items ul {
    display: flex;
    list-style-type: none;
}

.menu__block--items ul li a {
    text-decoration: none;
    font-size: 1.15rem;
    color: #0B0E2E;
    white-space: nowrap;
}

.menu__block--items ul li:not(:last-child) {
    margin-right: 15px;
}

.menu__block-logo {
    width: 9.75rem;
}

.menu__block-logo a {
    display: block;
}

.menu__block-logo img {
    width: 100%;
    display: block;
}

.menu__contacts {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1.5rem;
}

.menu__number {
    width: 9rem;
}

.menu__phone {
    color: #0B0E2E;
    font-weight: 700;
    font-size: 1rem;
    text-align: right;
}

.menu__email {
    color: #0B0E2E;
    font-weight: 400;
    font-size: 0.68rem;
    text-align: right;
}

.menu__button {
    background: #4DC9FF;
    width: 8.43rem;
    height: 2.62rem;
    border-radius: 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.68rem 1.375rem;
}

.menu__button-img img {
    vertical-align: middle;
}

.menu__button-text {
    color: white;
    font-weight: 500;
    font-size: 0.8125rem;
    width: 3.95rem;
}

.header__block {
    padding: 9.56rem 0;
    overflow: hidden;
    border-radius: 1.69rem;
    position: relative;
    z-index: 1;
}

.header__bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.header__bg img, .header__bg video {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
}

.header__bg-mob {
    display: none;
}

.header__content-title {
    font-size: 3rem;
    font-weight: 700;
    color: white;
    margin-bottom: 1.25rem;
}

.header__content-subtitle {
    font-size: 1.125rem;
    color: white;
    line-height: 1.8rem;
    margin-bottom: 1.25rem;
    max-width: 39rem;
}

.header__content-buttons {
    display: flex;
    gap: 1.5rem;
    align-items: stretch;
    height: 3.5rem;
}

.header__more {
    min-width: 11rem;
    background: #4DC9FF;
    padding: 1rem 2rem;
    border-radius: 12px;
    font-size: 16px;
    color: white;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.header__play {
    color: white;
    font-size: 1rem;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.1);
    -webkit-backdrop-filter: blur(40px);
    backdrop-filter: blur(40px);
    padding: 1rem 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header__play img {
    margin-right: 0.625rem;
}

.header-lang {
    position: relative;
}

.header-lang:hover .header-lang__list {
    display: block;
}

.header-lang__btn {
    display: flex;
    align-items: center;
    cursor: pointer;
    padding-bottom: 1.5rem;
    margin-bottom: -1.5rem;
    color: #0B0E2E;
}

address {
    font-style: normal;
}

.header-lang__btn img {
    width: 0.4rem;
    margin-left: 0.35rem;
}

.header-lang__list {
    position: absolute;
    top: 1.5rem;
    width: 4.5rem;
    padding: 1rem;
    background: rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.3);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    display: none;
    z-index:3;
}

.header-lang__list a {
    margin-bottom: 0.5rem;
    color: #fff;
    display: block;
}

.header-lang__list a:hover {
    color: #4DC9FF;
}

.header-lang__list a.current {
    position: relative;
}

.header-lang__list a.current::after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    right: 0;
    width: 0.25rem;
    height: 0.25rem;
    border-radius: 50%;
    background: #fff;
}

.header-lang__list a:last-child {
    margin-bottom: 0;
}

.about {
    padding: 3.75rem 0;
}

.about .container {
    display: flex;
    justify-content: space-between;
}

.about__img {
    display: grid;
    grid-template-columns: repeat(3, calc(33.3333% - 13.3333px));
    grid-template-rows: repeat(3, 10rem);
    grid-gap: 20px;
    width: 48%;
}

.about__img img {
    border-radius: 1rem;
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
}

.about__img img:nth-child(5n-4) {
    grid-column: span 2;
    grid-row: span 2;
}

.about__img img:nth-child(5n) {
    grid-column: span 2;
}

.about__descr {
    padding-top: 3.25rem;
    width: 46%;
}

.about__title {
    color: #0B0E2E;
    font-size: 2.625rem;
    font-weight: 700;
    line-height: 3.5rem;
    margin-bottom: 1.25rem;
}

.about__subtitle {
    color: #585960;
    font-size: 1.125rem;
    margin-bottom: 1.25rem;
    max-width: 30.8rem;
}

.about__subtitle-mobile {
    display: none;
}

.about__result {
    font-size: 1.125rem;
    color: #585960;
    max-width: 25.9rem;
}

.about__result-mobile {
    display: none;
}

.note {
    padding: 0.5rem 1rem;
    color: #4DC9FF;
    background: #E4F7FF;
    font-size: 1.125rem;
    margin-bottom: 0.75rem;
    width: -moz-fit-content;
    width: fit-content;
}

.gray {
    background: rgba(255, 255, 255, 0.2);
    -webkit-backdrop-filter: blur(40px);
    backdrop-filter: blur(40px);
    color: white;
}

.features__note {
    margin-bottom: 0.75rem;
}

.products__note {
    margin-bottom: 0.75rem;
}

.news__note {
    background: white;
    color: #4DC9FF;
}

.popular {
    padding: 3.75rem 0;
}

.popular__title {
    font-size: 2rem;
    color: white;
    font-weight: 700;
    text-transform: uppercase;
    max-width: 17rem;
}

.popular__title::before {
    content: "";
    display: block;
    width: 100%;
    border-radius: 1.125rem;
    background: rgba(255, 255, 255, 0.5);
    height: 2px;
    margin-bottom: 0.875rem;
    margin-top: 0.94rem;
}

.popular__arrow {
    position: absolute;
    right: 2.81rem;
    top: 2.81rem;
    display: flex;
}

.popular__arrow-left, .popular__arrow-right {
    padding: 0.8125rem;
    border-radius: 0.75rem;
    background: rgba(255, 255, 255, 0.1);
    -webkit-backdrop-filter: blur(40px);
    backdrop-filter: blur(40px);
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.popular__arrow-left {
    margin-right: 1rem;
}

.popular__slider {
    background: #1FA73C;
    height: 43rem;
    position: relative;
    border-radius: 1.56rem;
    overflow: hidden;
    z-index: 1;
}

.popular__slider-mobile {
    display: none;
}

.popular__slider-items {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    display: block;
}

.popular__slider-item {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding-left: 24rem;
    padding-top: 2rem;
}

.popular__slider-image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: -1;
    height: 100%;
}

.popular__slider-image img {
    width: 101%;
    height: 101%;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
}

.popular__slider .owl-stage-outer {
    height: 100%;
}

.popular__slider .owl-stage {
    height: 100%;
    display: flex;
}

.popular__products {
    border-radius: 1.56rem;
    border: 1px solid rgba(255, 255, 255, 0.3);
    background: rgba(255, 255, 255, 0.1);
    -webkit-backdrop-filter: blur(49.5px);
    backdrop-filter: blur(49.5px);
    max-width: 22.56rem;
    padding: 1.5rem 1.5rem 1.5rem 1.5rem;
    margin-right: 1.875rem;
    position: absolute;
    left: 2rem;
    top: 2rem;
    height: calc(100% - 4rem);
    z-index: 2;
}

.popular__products-name {
    font-size: 1.5rem;
    color: white;
    font-weight: 700;
    margin-bottom: 1.3rem;
}

.popular__products-name::after {
    content: "";
    display: block;
    margin-top: 1.187rem;
    border-radius: 1.875rem;
    opacity: 0.5rem;
    background: #98D2A4;
    width: 100%;
    height: 1px;
}

.popular__products-title {
    font-size: 1rem;
    color: white;
    margin-bottom: 1.187rem;
    max-width: 16.56rem;
}

.popular__products-button {
    display: inline-block;
    padding: 0.687rem 1.375rem;
    border-radius: 12px;
    background: #FFF;
    -webkit-backdrop-filter: blur(40px);
    backdrop-filter: blur(40px);
    color: #4DC9FF;
    font-size: 13px;
}

.popular__products-list {
    margin-bottom: 2rem;
}

.popular__products-item {
    margin-bottom: 1.3rem;
    display: flex;
    align-items: center;
    gap: 0.6rem;
    color: #fff;
    opacity: 0.5;
    cursor: pointer;
}

.popular__products-item:last-child {
    margin-bottom: 0;
}

.popular__products-item.current {
    opacity: 1;
}

.popular__products-item.current svg {
    animation: fillAnimation 5s ease-out forwards;
}

.popular__products-time {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: relative;
    flex-shrink: 0;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 50%;
}

.popular__products-time span {
    position: absolute;
    width: 7px;
    height: 7px;
    background: #fff;
    border-radius: 1px;
    transform: rotate(45deg);
}

.popular__products-time svg {
    stroke-dasharray: 135;
    stroke-dashoffset: 135;
    transform: rotate(-90deg);
}

@keyframes fillAnimation {
    to {
        stroke-dashoffset: 0;
    }
}

@keyframes lineFill {
    to {
        width: 100%;
    }
}

.features {
    padding: 3.75rem 0;
}

.features .container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.features__desc {
    width: 50%;
}

.features__options {
    width: 50%;
}

.features__desc-title {
    max-width: 34.5rem;
    font-weight: 700;
    font-size: 2rem;
    color: #0B0E2E;
    line-height: 2.8rem;
}

.features__options {
    width: 34.5rem;
}

.features__option {
    display: flex;
    align-items: flex-start;
}

.features__option-img {
    margin-right: 1.25rem;
    border-radius: 16px;
    border: 1px solid #D6D7DC;
    padding: 0.875rem;
}

.features__option-title {
    font-size: 1.375rem;
    margin-bottom: 1.45rem;
    font-weight: 700;
    color: #0B0E2E;
}

.features__option-subtitle {
    font-size: 0.875rem;
    color: #585960;
}

.features__option:not(:last-child) {
    margin-bottom: 2.81rem;
}

.services {
    padding: 2.8rem 0;
    background: #E4F7FF;
    border-radius: 3.75rem;
}

.services .note a {
    color: #4DC9FF;
}

.services__title {
    font-size: 2.625rem;
    color: #0B0E2E;
    margin-bottom: 1.875rem;
    text-align: center;
}

.services__toggle {
    margin: 0 auto;
    display: flex;
    font-size: 1.125rem;
    font-weight: 500;
    justify-content: center;
    align-items: center;
    border-radius: 0.75rem;
    padding: 4px;
    margin-bottom: 2.81rem;
}

.services__toggle .services__active {
    background: #4DC9FF !important;
    color: white;
}

.services__toggle-physics {
    padding: 0.5rem 1rem;
    background: white;
    color: #585960;
    font-size: 1.125rem;
    border-radius: 0.4rem;
}

.services__toggle-entity {
    padding: 0.5rem 1rem;
    background: white;
    color: #585960;
    font-weight: 500;
    font-size: 1.125rem;
    border-radius: 0.4rem;
}

.services__toggle-wrap {
    display: inline-flex;
    border-radius: 0.75rem;
    padding: 0.25rem;
    background: #fff;
}

.services__options {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 20rem);
    gap: 1.5rem;
}

.services__delivery {
    grid-column: 1/3;
    grid-row: 1/2;
    background: white;
    background-image: url("../img/mainPage/services/img/Card.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 2.81rem 0 2.81rem 2.81rem;
    border-radius: 1.875rem;
}

.services__delivery-title {
    max-width: 21.625rem;
    font-size: 2rem;
    margin-bottom: 6.9rem;
    font-weight: 700;
}

.services__credits {
    grid-column: 3/4;
    grid-row: 1/3;
    color: white;
    padding: 2rem 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: #4DC9FF;
    position: relative;
    border-radius: 1.875rem;
}

.services__credits-img {
    position: absolute;
    bottom: -0.28rem;
    left:50%;
    transform: translateX(-50%);
}

.services__credits-img img {
    max-height: 500px;
}

.services__credits-title {
    font-size: 2rem;
    font-weight: 700;
    text-align: center;
}

.services__credits-link {
    position: relative;
    z-index: 2;
    border-radius: 0.75rem;
    background: rgba(255, 255, 255, 0.15);
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    padding: 0.93rem 1.5rem;
    font-size: 1rem;
    font-weight: 700;
    width: 18.75rem;
    margin: 0 auto;
    color: white;
    text-align: center;
}

.services__instructions {
    padding: 1.875rem;
    background: white;
    border-radius: 1.875rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.services__instructions .note {
    border-radius: 0.75rem;
    padding: 1rem 2rem;
    text-align: center;
    margin-bottom: 0;
}

.services__instructions-title {
    color: #0B0E2E;
    font-size: 1.5rem;
    margin-bottom: 0.75rem;
    font-weight: 700;
}

.services__instructions-subtitle {
    line-height: 1.31rem;
    font-size: 1rem;
    margin-bottom: 1.5rem;
}

.products {
    padding: 3.75rem 0;
}

.products__title {
    color: #0B0E2E;
    font-size: 2.625rem;
    margin-bottom: 1.875rem;
}

.products .filter__btn {
    display: flex;
    gap: 0.625rem;
    margin-bottom: 1.875rem;
}

.products .filter__btn-item {
    padding: 0.75rem 1.25rem;
    border: 1px solid #D6D7DC;
    width: -moz-fit-content;
    width: fit-content;
    border-radius: 0.75rem;
}

.products .filter__items {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    margin-bottom: 1.875rem;
}

.products .filter__items-img {
    padding: 1.25rem 1.68rem;
    justify-content: center;
    align-items: center;
    background: #F8F8F8;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 1.25rem;
    border-radius:20px;
}

.products .filter__items-img img {
    height:200px;
    object-fit: cover;
}

.products .filter__items-title {
    font-size: 1.125rem;
    color: #0B0E2E;
    font-weight: 700;
    margin-bottom: 1rem;
}

.products .filter__items-subtitle {
    font-size: 0.875rem;
    font-weight: 500;
    color: #585960;
}

.products .filter__loader {
    text-align: center;
}

.products .filter__loader-btn {
    display: inline-block;
    padding: 1rem 2rem;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 1rem;
    font-weight: 500;
    color: white;
    background: #4DC9FF;
    border-radius: 0.75rem;
}

.asd {
    padding: 0.75rem 1.25rem;
    font-size: 1rem;
    color: white;
    font-weight: 500;
    border-radius: 0.75rem;
    background: #4DC9FF;
    border-color: transparent !important;
}

.news {
    padding: 3.43rem 0;
    background: #E4F7FF;
}

.news__wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.875rem;
}

.news__wrapper-title {
    font-size: 2.625rem;
    color: #0B0E2E;
    font-weight: 700;
}

.news__wrapper-show a {
    font-size: 1.125rem;
    color: #5EC8F6;
}

.news__card {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap:24px;
}

.news__card-date {
    font-size: 0.875rem;
    color: #585960;
    margin-bottom: 1.25rem;
}

.news__card-title {
    font-size: 1rem;
    font-weight: 700;
    color: #0B0E2E;
}

.news__card-read {
    display: flex;
    align-items: center;
}

.news__card-read a {
    font-size: 0.875rem !important;
    color: #585960 !important;
    padding-right: 0.625rem;
}

.news__parent {
    padding: 1.5rem 1.25rem;
    background: white;
    border-radius: 1rem;
    height: 14rem;
    width: 100%;
    max-width: 22.5rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.news__parent > img {
    width: 11rem;
    height: 11rem;
    -o-object-fit: cover;
    object-fit: cover;
    flex-shrink: 0;
}

.partners {
    padding: 3.75rem 0;
}

.partners__note {
    width: -moz-fit-content;
    width: fit-content;
}

.partners__title {
    color: #0B0E2E;
    font-size: 2.625rem;
    font-weight: 700;
    margin-bottom: 2.8125rem;
}

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

.partners__parent {
    padding: 2.437rem 5.43rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #CFDADE;
}

.partners__note {
    padding: 0.5rem 1rem;
    color: #4DC9FF;
    background: #E4F7FF;
    margin-bottom: 1.25rem;
}

.footer__desctop {
    display: block;
}

.footer__mobile {
    display: none;
}

.footer {
    padding: 3rem 0 1.25rem 0;
    background: #0B0E2E;
}

.footer__social {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 12.75rem;
}

.footer__social-item {
    padding: 0.625rem 0.93rem;
    background: #000;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.15);
}

.footer__link-logo {
    margin-bottom: 1.5rem;
}

.footer .container {
    display: flex;
    justify-content: space-between;
    align-items: start;
}

.footer__page-title {
    font-size: 1.125rem;
    margin-bottom: 1.25rem;
    font-weight: 700;
    color: white;
}

.footer__list {
    list-style: none;
}

.footer__list li a {
    color: white;
    font-weight: 500;
    font-size: 0.875rem;
    display: inline-block;
}

.footer__list li:not(:last-child) {
    margin-bottom: 0.625rem;
}

.footer__support-title {
    font-size: 1.125rem;
    color: white;
    font-weight: 700;
    margin-bottom: 1.25rem;
}

.address__title, .address__mail-title {
    font-size: 0.875rem;
    color: white;
    font-weight: 400;
    margin-right: 0.5rem;
}

.address__subtitle, .address__mail-subtitle {
    font-size: 0.875rem;
    color: white;
    font-weight: 500;
}

.address__mail-subtitle a {
    font-size: 0.875rem;
    color: white !important;
    font-weight: 500;
}

.address__apt {
    display: flex;
    margin-bottom: 0.625rem;
}

.address__subtitle {
    width: 9.125rem;
}

.address__mail {
    display: flex;
    margin-bottom: 0.625rem;
}

.qr {
    position: relative;
}

.qr__arrow {
    position: absolute;
    bottom: -4rem;
    left: -23px;
}

.qr__text {
    color: white;
    position: absolute;
    bottom: -5.5rem;
    left: -4.4rem;
}

.footer__page {
    margin-bottom: 3.75rem;
}

.line {
    width: 100%;
    border: 1px solid #1B1F4F;
    margin-bottom: 1.25rem;
}

.copy {
    font-size: 0.875rem;
    color: white;
    text-align: center;
    font-weight: 500;
}

@media only screen and (max-width: 1450px) {
    .partners__parent {
        padding: 2.437rem 4.43rem;
    }
}

@media only screen and (max-width: 1290px) {
    header {
        padding: 0;
    }

    .container {
        width: 62.5rem;
    }

    .news__parent {
        max-width: 19.5rem;
    }

    .partners__parent {
        padding: 2rem 3.43rem;
    }

    .header__block {
        width: 99%;
        margin: 0 auto;
    }

    .menu__block--items ul li a {
        font-size: 1rem;
    }

    .menu__block-logo {
        width: 8rem;
    }
}

@media only screen and (max-width: 1128px) {
    .container {
        width: 100%;
        padding: 0 1.56rem;
    }

    .partners__parent {
        padding: 1rem 1.43rem;
    }

    .about .container {
        display: flex;
        align-items: center;
    }

.services__credits-img {
    /*left: unset;*/
    /*transform: unset;*/
}
    .services__credits-img img {
        /*width: 17.81rem;*/
        max-height: 320px;
    object-fit: cover;
        
    }

    .products .filter__items {
        justify-content: center;
    }

    .news__parent {
        max-width: 18.5rem;
    }

    .about__descr {
        margin-bottom: 3rem;
    }

    .about {
        padding: 0;
    }

    .menu__block--items ul li a {
        font-size: 0.85rem;
    }
}

@media only screen and (max-width: 992px) {
    html {
        font-size: 15px;
    }

    .container {
        width: 48rem;
    }

    header {
        margin-bottom: 1.75rem;
    }

    .header__block {
        border-radius: 0;
        width: 100%;
        padding: 0;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
    }

    .header__block .content {
        padding-bottom: 4rem;
        padding-top: 10rem;
        padding-left: 7.9rem;
    }

    .header__block .header__content {
    /* max-width: 43rem; */
    }

    .header__bg-desk {
        display: none;
    }

    .header__bg-mob {
        display: block;
    }

    .next-line {
        display: none;
    }

    .about__subtitle {
        max-width: 100%;
    }

    .about__result {
        max-width: 100%;
    }

    .about__descr {
        padding-top: 2.25rem;
        margin-bottom: 2rem;
        width: 100%;
    }

    .about__img {
        width: 100%;
    }

    .about .container {
        flex-direction: column;
    }

    .features {
        padding: 2.75rem 0;
    }

    .popular {
        padding: 2.75rem 0;
    }

    .features__desc-title {
        font-size: 1.625rem;
        line-height: 1.8rem;
    }

    .products .filter__items {
        justify-content: center;
    }

    .services__toggle-entity, .services__toggle-physics {
        font-size: 1rem;
    }

    .services {
        padding: 1.8rem 0;
    }

    .news__parent {
        max-width: 14.5rem;
        height: 12rem;
    }

    .news__card, .partners__slider {
        flex-direction: row !important;
        flex-wrap: wrap;
    }

    .services__options {
        display: flex;
        flex-direction: column;
    }

    .services__delivery {
        height: 25rem;
        background-position:  center right;
    }

    .services__credits {
        height: 30rem;
    }

    .services__instructions {
        /*height: 15rem;*/
    }

    .services__credits-img {
        position: absolute;
        bottom: -0.28rem;
        right: 14rem;
    }

    .menu {
        display: none;
    }

    .products .filter__btn {
        flex-wrap: wrap;
    }

    .menu {
        display: none;
    }

    .menu__mobile {
        display: block;
        position: fixed;
        z-index: 3;
        width: 100%;
    }

    .menu__mobile .menu__choise-menu {
        background: rgba(255, 255, 255, 0.1);
        -webkit-backdrop-filter: blur(40px);
        backdrop-filter: blur(40px);
    }

    .menu__mobile .menu__choise-menu .sq-part1 {
        border-radius: 12px;
        background: rgba(255, 255, 255, 0.1);
        -webkit-backdrop-filter: blur(40px);
        backdrop-filter: blur(40px);
    }

    .menu__mobile .container {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding-top: 0.625rem;
        z-index: 3;
    }

    .logo {
        fill: #ffffff !important;
    }

    .menu__choise {
        display: flex;
        width: 6.25rem;
        justify-content: space-between;
        align-items: center;
    }

    .menu__choise-call {
        background: #4DC9FF;
        border-radius: 0.75rem;
        padding: 0.68rem;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .menu__choise-menu {
        background: rgba(255, 255, 255, 0.1);
        -webkit-backdrop-filter: blur(40px);
        backdrop-filter: blur(40px);
        border-radius: 0.75rem;
        padding: 0.68rem;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .popular__title {
        display: none;
    }

    .popular__slider-mobile {
        display: block;
        text-align: center;
        position: relative;
        z-index: 1;
        color: #fff;
        margin-top: 1rem;
        font-size: 1.6rem;
    }

    .popular__slider-image {
        height: 29rem;
    }

    .popular__slider-image img {
        -o-object-position: 80%;
        object-position: 80%;
    }

    .popular__arrow {
        right: 0;
        width: 100%;
        justify-content: space-between;
        padding: 0 1.5rem;
        top: 50%;
        transform: translateY(-50%);
        pointer-events: none;
    }

    .popular__arrow div {
        pointer-events: auto;
    }

    .popular__products {
        left: 0;
        top: auto;
        bottom: 0;
        width: 100%;
        max-width: none;
        height: auto;
        margin-right: 0;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }

    .popular__products-name {
        display: none;
    }

    .popular__products-item {
        display: none;
        flex-direction: column-reverse;
        align-items: stretch;
        gap: 1rem;
    }

    .popular__products-item.current {
        display: flex;
    }

    .popular__products-time {
        display: block;
    }

    .popular__products-time svg {
        display: none;
    }

    .popular__products-time span {
        width: 0%;
        height: 1px;
        transform: none;
        animation: lineFill 5s linear forwards;
    }

    .popular__products-link {
        font-size: 1.5rem;
    }

    .popular__products-title {
        max-width: 25rem;
    }
}

@media only screen and (max-width: 768px) {
    html {
        font-size: 14px;
    }

    .container {
        width: 36rem;
    }

    .header__content {
        margin: 0 auto;
    }

    .header__block {
        border-radius: 0;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
    }

    .header__block .header__content .container.content {
        padding-right: 1.2rem !important;
        padding-left: 2.2rem !important;
        padding-bottom: 50px !important;
    }

    .header__content-title {
        margin-top: 0;
    }

    .header__more {
        max-width: 14rem;
    }

    header .content {
        padding: 0 !important;
        padding-top: 220px !important;
    }

    .about__title {
        margin-bottom: 12px;
        font-size: 24px;
    }

    .about__subtitle {
        display: none;
    }

    .about__subtitle-mobile {
        display: block;
        margin-left: -1.56rem;
    }

    .about__result {
        display: none;
    }

    .about__result-mobile {
        display: block;
        margin-left: -1.56rem;
    }

    .about__descr {
        margin-bottom: 0;
    }

    .about__img {
        margin-bottom: 20px;
    }

    .about .container {
        align-items: center;
    }

    .popular {
        padding: 30px 0;
    }

    .popular__slider-mobile {
        text-align: left;
        margin-top: 30px;
        margin-left: 18px;
    }

    .features {
        padding: 0 0 30px 0;
    }

    .features .note {
        margin-bottom: 12px;
    }

    .features .container {
        flex-direction: column;
    }

    .features__desc, .features__options {
        width: 100%;
    }

    .features__desc-title {
        margin-bottom: 20px;
    }

    .menu__mobile {
        margin-bottom: 5.375rem;
    }

    .partners {
        padding-top: 30px;
        padding-bottom: 25px;
    }

    .partners__note {
        margin-bottom: 12px;
    }

    .partners__title {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .partners__slider {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: column;
    }

    .news {
        padding: 30px 0;
    }

    .news .note {
        margin-bottom: 12px;
    }

    .news__card {
        flex-direction: column;
        gap: 16px !important;
    }

    .news__parent:not(:last-child) {
        margin-bottom: 0px;
    }

    .news__wrapper {
        margin-bottom: 0;
    }

    .news__wrapper-show {
        display: none;
    }

    .news__wrapper-title {
        font-size: 24px !important;
        margin-bottom: 20px;
    }

    .footer__desctop {
        display: none;
    }

    .footer__mobile {
        display: block;
        padding-top: 30px;
    }

    .footer__mobile .container {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .footer__mobile .footer__wrapper {
        display: flex;
        justify-content: space-between;
        width: 11.1rem;
    }

    .footer__page {
        margin-bottom: 30px;
    }

    .footer__support {
        margin-bottom: 30px;
    }

    .footer__social {
        margin-bottom: 2.14rem;
    }

    .news__card, .partners__slider {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 16px;
    }

    .partners__parent {
        padding: 0.5rem 1rem;
    }

    .services {
        border-radius: 0;
        padding: 30px 0;
    }

    .services .note {
        width: 90%;
        margin: 0 auto;
        border-radius: 12px;
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .services__credits-link {
        width: 90%;
    }

    .services__delivery {
        padding: 2rem 0;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        text-align: center;
        background-position: right;
    }

    .services__delivery-title {
        max-width: 90% !important;
    }

    .services__title {
        font-size: 22px;
        text-align: left;
        margin-left: 18px;
        margin-bottom: 16px;
        font-weight: 700;
    }

    .services__toggle {
        margin-bottom: 20px;
    }

    .services__options {
        gap: 16px;
    }

    .products {
        padding: 30px 0;
    }

    .products .note {
        display: none;
    }

    .products__title {
        font-size: 24px;
        font-weight: 700;
        max-width: 300px;
    }

    .products .filter__btn {
        margin-left: -1.56rem;
        width: calc(100% + 3.12rem);
        overflow: auto;
        padding: 0 1.56rem;
        padding-bottom: 1rem;
        flex-wrap: nowrap;
    }

    .products .filter__btn-item {
        flex-shrink: 0;
    }

    .products .filter__items {
        flex-wrap: nowrap;
        width: calc(100% + 3.12rem);
        overflow: auto;
        padding: 0 1.56rem;
        margin-left: -1.56rem;
        justify-content: flex-start;
    }

    .products .filter__item-item {
        flex-shrink: 0;
    }
}

@media only screen and (max-width: 576px) {
    .container {
        width: 100%;
    }

    .next-line {
        display: none;
    }

    header {
        margin-bottom: 30px;
    }

    .header__content-buttons {
        width: 100%;
        flex-direction: column;
        align-items: stretch;
        gap: 1rem;
        height: auto;
    }

    .header__content-buttons button {
        height: 3.5rem;
    }

    .header__content-subtitle {
        width: 100%;
    }

    .header__more {
        max-width: none;
    }

    .header__play {
        justify-content: center;
    }

    .about__img {
        width: calc(100% + 3.12rem);
    }

    .about__descr {
        padding-top: 0;
    }

    .about .note {
        margin-bottom: 12px;
    }

    .about__title {
        font-size: 24px;
        line-height: 32.4px;
    }

    .about__subtitle-mobile {
        margin-left: 0;
    }

    .about__result-mobile {
        margin-left: 0;
    }

    .services .container {
        padding: 0 0.5rem;
    }

    .products .filter__btn {
        margin-left: -1.56rem;
        width: calc(100% + 3.12rem);
        overflow: auto;
        padding: 0 1.56rem;
        padding-bottom: 1rem;
    }

    .products .filter__btn-item {
        flex-shrink: 0;
    }

    .products .filter__items {
        flex-wrap: nowrap;
        width: calc(100% + 3.12rem);
        overflow: auto;
        padding: 0 1.56rem;
        margin-left: -1.56rem;
        justify-content: flex-start;
    }

    .products .filter__item-item {
        flex-shrink: 0;
    }

    .services__credits-img {
        right: 1rem;
    }

    .services__toggle-wrap {
        width: 100%;
    }

    .services__toggle-entity, .services__toggle-physics {
        font-size: 1rem;
        width: 50%;
        text-align: center;
    }

    .services__delivery {
        /*background-position: 110%;*/
        background-size: 150vw;
    }

    .features__option {
        align-items: flex-start;
    }

    .header__block {
        padding: 0;
    }

    .header__block .header__content {
        margin-bottom: 0;
    }

    .header__block .header__content .container.content {
        padding-right: 1.2rem !important;
        padding-left: 2.2rem !important;
        padding-bottom: 0 !important;
    }

    .header__block .header__play {
        background: rgba(255, 255, 255, 0.1) !important;
        -webkit-backdrop-filter: blur(40px);
        backdrop-filter: blur(40px);
    }

    .header__content-title {
        font-size: 1.7rem;
        max-width: 18.1rem;
    }

    .header__content {
        padding-bottom: 30px;
    }

    .header__content-subtitle {
        width: 100%;
        font-size: 1rem;
        text-align: left;
        line-height: 1.57rem;
    }

    .about__img-1, .about__img-4 {
        border-top-left-radius: 0px !important;
        border-bottom-left-radius: 0px !important;
    }

    .about__img-2, .about__img-3, .about__img-5 {
        border-top-right-radius: 0px !important;
        border-bottom-right-radius: 0px !important;
    }

    .news__parent {
        max-width: 100% !important;
    }

    .popular__slider {
        border-radius: 0;
        margin-left: -1.56rem;
        width: calc(100% + 3.12rem);
    }

    .footer__mobile .container {
        align-items: flex-start;
    }
}

.modal {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}

.modal__overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    z-index: 10;
}

.modal__popup {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 11;
    background: #fff;
    width: 61rem;
    height: 31.4rem;
    display: flex;
    border-radius: 1.865rem;
}

.modal__img img {
    border-top-left-radius: 1.875rem;
    border-bottom-left-radius: 1.875rem;
}

.modal__info {
    padding: 2rem 1.875rem;
    position: relative;
}

.modal__info-title {
    color: #0B0E2E;
    font-size: 1.75rem;
    margin-bottom: 0.75rem;
    font-weight: 700;
}

.modal__info-subtitle {
    width: 77%;
    color: #585960;
    line-height: 1.5rem;
    margin-bottom: 1.25rem;
}

.modal__info form {
    display: flex;
    flex-direction: column;
}

.modal__info form .label__input {
    font-size: 1rem;
    font-weight: 700;
    color: #0B0E2E;
    margin-bottom: 0.75rem;
}

.modal__info form input[type=text],
.modal__info form input[type=number],
.modal__info form input[type=tel] {
    padding: 1rem;
    color: #76788A;
    border-radius: 0.75rem;
    border: 1px solid #D6D7DC;
    margin-bottom: 1.25rem;
}

.modal__info form .checkbox {
    color: #171725;
    font-size: 0.875rem;
    font-weight: 500;
    letter-spacing: 0.1px;
    display: flex;
    align-items: center;
    margin-bottom: 1.25rem;
}

.modal__info form .checkbox input[type=checkbox] {
    margin-right: 0.625rem;
}

.modal__info form .checkbox span {
    margin-left: 0.2rem;
    color: #0056F6;
    font-size: 0.875rem;
    font-weight: 500;
    letter-spacing: 0.1px;
}

.modal__info form button {
    width: 100%;
    height: 3.5rem;
    background: #4DC9FF;
    font-size: 1rem;
    color: white;
    font-weight: 500;
    text-align: center;
    border-radius: 0.75rem;
    background: #4DC9FF;
    -webkit-backdrop-filter: blur(40px);
    backdrop-filter: blur(40px);
}

.modal__cross {
    position: absolute;
    right: 35px;
    top: 30px;
    width: 2rem;
    height: 2rem;
    border-radius: 0.625rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #E4F7FF;
    z-index: 77;
}

.modal .mobile__popup {
    display: none;
}

.video-container {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 11;
}

.video-container .video__overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
}

.video-container .video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media only screen and (max-width: 1300px) {
    .modal__popup {
        width: 80%;
    }

    .video-container {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 1000;
    }

    .video__overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.7);
        z-index: -1;
    }

    .video {
        width: 80%;
        height: 80%;
        position: relative;
    }

    .video video {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
 /* чтобы видео занимало всю доступную область */
    }
}

@media only screen and (max-width: 990px) {
    .modal__popup {
        width: 80%;
    }

    .modal__img {
        overflow: hidden;
        width: 100%;
        /*height: 100%;*/
        height: 290px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

@media only screen and (max-width: 660px) {
    .modal__overlay {
        width: 130vw;
        height: 130vh;
    }

    .modal__popup {
        width: 95%;
    }
}

@media only screen and (max-width: 659px) {
    .desktop__popup {
        display: none;
    }

    .mobile__popup {
        display: block !important;
        -o-object-fit: cover;
        object-fit: cover;
        height: 100%;
        width: 100%;
        border-top-right-radius: 1.4rem;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0 !important;
    }

    .modal__overlay {
        width: 130vw;
        height: 130vh;
    }

    .modal__popup {
        width: 95%;
        flex-direction: column;
        height: 628px;
    }

    .modal__info {
        padding: 1.4rem 0.875rem;
    }

    .modal__info-subtitle {
        width: 100%;
    }

    .modal__cross {
        right: 14px;
        top: 14px;
    }
}

.mobile__hamburger {
    display: none;
}

@media only screen and (max-width: 992px) {
    .hamburger__active {
        opacity: 1 !important;
    }

    .div {
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        padding-bottom: 14px;
    }

    .mobile__hamburger {
        background-image: url("../img/hamburger/mobileBg.jpg");
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        width: 100vw;
        height: 100vh;
        display: block;
        position: fixed;
        top: 0;
        z-index: 9;
    }

    .mobile__hamburger .hamburger__menu {
        padding-top: 0.625rem;
    }

    .mobile__hamburger .hamburger__menu-wrapper {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .mobile__hamburger .hamburger__menu-icons {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 87.5px;
    }

    .mobile__hamburger .hamburger__menu-icons div {
        border-radius: 12px;
        background: #E4F7FF;
        -webkit-backdrop-filter: blur(40px);
        backdrop-filter: blur(40px);
        padding: 11px;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 39.3px;
        height: 39.3px;
    }

    .mobile__hamburger .hamburger__menu-icons div img {
        width: 20px;
        height: 20px;
    }

    .mobile__hamburger ul {
        height: 100vh;
        list-style-type: none;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .mobile__hamburger ul li a {
        font-size: 36px;
        font-weight: 700;
        color: white;
        opacity: 0.75;
        display: flex;
        align-items: center;
    }

    .mobile__hamburger ul li a img {
        margin-right: 12px;
    }

    .mobile__hamburger ul li:not(:last-child) {
        margin-bottom: 45px;
    }
}

@media only screen and (max-width: 576px) {
    .hamburger__menu ul {
        margin-top: 100px;
        justify-content: start;
    }

    .hamburger__menu ul li:not(:last-child) {
        margin-bottom: 20px;
    }
}

.aboutpage-header {
    width: 100% !important;
    background-image: url("../img/aboutPage/header/background.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: cover;
    border-bottom-left-radius: 1.875rem;
    border-bottom-right-radius: 1.875rem;
    padding-bottom: 5.625rem;
}

.aboutpage-header .aboutpage__wrapper {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.aboutpage-header .aboutpage__title {
    color: #FFF;
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 1.25rem;
}

.aboutpage-header .aboutpage__subtitle {
    max-width: 35.1rem;
    color: white;
    font-size: 1.25rem;
}

.aboutpage-header .aboutpage__download {
    display: inline-flex;
    gap: 1rem;
    align-items: center;
    min-width: 16rem;
    color: #fff;
    border-radius: 12px;
    background-color: rgba(255, 255, 255, 0.1);
    -webkit-backdrop-filter: blur(40px);
    backdrop-filter: blur(40px);
    padding: 1rem 2rem;
    transition: .3s all;
}
.aboutpage-header .aboutpage__download:hover {
    background-color: #4DC9FF;
}

.aboutpage-header .aboutpage__download-text {
    font-size: 1rem;
    font-weight: 500;
}

.aboutpage-header .menu {
    padding-bottom: 0;
    margin-bottom: 29rem;
}

.aboutpage-header a {
    color: white !important;
}

.aboutpage-header .menu__phone {
    color: white;
}

.aboutpage-header .menu__email {
    color: white;
}

.aboutpage-header .menu__button {
    background: rgba(255, 255, 255, 0.1);
    -webkit-backdrop-filter: blur(40px);
    backdrop-filter: blur(40px);
}

.aboutpage-header .header-lang__btn {
    color: #fff;
}

.aboutpage-header .header-lang__btn img {
    filter: invert(100%);
}

.about-info {
    padding-bottom: 3.75rem;
}

.about-info__title {
    font-size: 2.625rem;
    margin-bottom: 1.25rem;
    color: #0B0E2E;
    font-weight: 700;
}

.about-info__subtitle, .about-info__subtitle2 {
    font-size: 1.125rem;
    color: #585960;
    line-height: 1.5rem;
    margin-bottom: 1rem;
}

.about-info__subtitle2 {
    margin-bottom: 1.8rem;
}

.about-info__features {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 1rem;
}

.about-info__wrapper {
    padding: 1.5rem;
    width: 32%;
    background: #E4F7FF;
    border-radius: 1.25rem;
}

.about-info__wrapper-title {
    display: flex;
    align-items: center;
    margin-bottom: 0.75rem;
}

.about-info__wrapper-title img {
    margin-right: 0.75rem;
}

.about-info__wrapper-title h4 {
    font-size: 1.25rem;
}

.about-info__wrapper-subtitle {
    color: #585960;
    font-size: 0.875rem;
    line-height: 1.18rem;
}

.about-features {
    padding: 3.75rem 0;
}

.about-features__wrapper {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items:center;
    gap: 30px;
}

.about-features__wrapper-descr {
    padding: 3.78rem 0;
}

.about-features__wrapper-descr h4 {
    font-size: 2rem;
    font-weight: 700;
    color: #0B0E2E;
    line-height: 2.7rem;
    margin-bottom: 1.25rem;
}

.about-features__wrapper-descr p {
    color: #585960;
    line-height: 1.5rem;
}

.about-features__wrapper-descr p:last-of-type {
    margin-bottom: 1.25rem;
}

.about-features__wrapper-descr-title {
    font-size: 1rem;
    color: #0B0E2E;
    margin-bottom: 0.75rem;
}

.about-features__wrapper-descr-title.clone {
    display: none;
}

.about-features__wrapper-descr-name.clone {
    display: none;
}

.about-features__wrapper-descr-name {
    font-weight: 500;
    color: #4DC9FF;
    font-size: 1.25rem;
}

.about-features__wrapper-photo img {
    border-radius: 1.875rem;
}

.about-experience {
    background-image: url("../img/aboutPage/expirence/bg.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 9.125rem 0;
}

.about-experience h4 {
    font-size: 2.625rem;
    max-width: 32.3rem;
    color: white;
    line-height: 3.54rem;
    margin-bottom: 1.875rem;
}

.about-experience__wrapper-number {
    font-size: 3.5rem;
    color: white;
    font-weight: 700;
}

.about-experience__wrapper-text {
    color: white;
    font-size: 1.125rem;
    font-weight: 400;
}

.about-experience__block {
    display: flex;
    width: 21.25rem;
    justify-content: space-between;
}

.about-employees {
    padding: 3.75rem 0;
}

.about-employees h4 {
    font-size: 2.625rem;
    margin-bottom: 2.8rem;
    font-weight: 700;
    color: #0B0E2E;
}

.about-employees img {
    border-radius: 1.875rem;
    margin-bottom: 1rem;
}

.about-employees__wrapper {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}

.about-employees__wrapper-item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.about-employees__wrapper-item h3 {
    font-size: 1.5rem;
    color: #0B0E2E;
    font-weight: 700;
    margin-bottom: 0.625rem;
}

.about-employees__wrapper-item p {
    font-size: 1.125rem;
    color: #585960;
    font-weight: 400;
    text-align: center;
}

.about-history {
    padding: 3.75rem 0;
}

.about-history__p {
    color: #585960;
}

.about-history h3 {
    font-size: 2.625rem;
    color: #0B0E2E;
    font-weight: 700;
    margin-bottom: 1.5rem;
}

.about-history__btn {
    display: flex;
    gap: 0.625rem;
    margin-bottom: 1.875rem;
    overflow: auto;
}

.about-history__btn-items {
    border-radius: 12px;
    border: 1px solid #D6D7DC;
    background: #FFF;
    padding: 0.75rem 1.25rem;
    flex-shrink: 0;
}

.about-history__wrapper {
    display: flex;
    justify-content: space-between;
}

.about-history__wrapper img {
    border-radius: 1.875rem;
    width: 47%;
}

.about-history__wrapper-right {
    width: 50%;
    padding-top: 2.56rem;
    line-height: 1.5rem;
}

.about-history__wrapper-right h4 {
    font-size: 2rem;
    color: #0B0E2E;
    font-weight: 700;
    line-height: 2.7rem;
    margin-bottom: 1.25rem;
}

.about-achievements__parent {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    max-width: none;
    width: 49%;
}

.about-achievements__parent-wrapper {
    margin-left: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 0.8125rem;
}

.about-achievements__card-read {
    justify-self: flex-end;
}

.about-achievements__btn {
    display: none;
}

@media only screen and (max-width: 1290px) {
    .about-employees__wrapper-item img {
        width: 90%;
    }
}

@media only screen and (max-width: 992px) {
    .aboutpage-header .menu {
        margin-bottom: 20rem;
    }

    .about-info__features {
        justify-content: start;
    }

    .about-info__wrapper {
        width: 30%;
    }

    .about-info__wrapper-photo {
        align-self: center;
    }

    .about-features__wrapper-photo {
        align-self: center;
    }

    .about-features__wrapper-photo img {
        width: 100%;
    }

    .about-features {
        padding-top: 0;
    }

    .about-history__wrapper {
        align-items: flex-start;
    }

    .about-history__wrapper-right {
        padding-top: 0;
    }

    .about-history__wrapper-right h4 {
        line-height: 2rem;
    }

    .about-history__wrapper-right .about-history__p {
        display: inline;
    }

    .aboutpage-container {
        height: 100%;
        display: flex;
        align-items: flex-end;
    }

    .aboutpage-header .container {
        width: 100%;
    }

    .about-info__wrapper {
        width: 45%;
    }

    .news__wrapper-title {
        font-size: 2rem;
    }

    .news__card-title {
        font-size: 1rem;
    }

    .about-employees__wrapper-item h3 {
        font-size: 1rem;
    }

    .aboutpage-header .menu__block {
        width: 36.9rem;
    }

    .aboutpage-header {
        height: 42.5rem;
    }

    .aboutpage-header {
        background-position: right top;
    }

    .aboutpage-header .aboutpage__wrapper {
        display: block;
    }

    .about-info__features {
        justify-content: center;
    }

    .about-info__wrapper-title h4 {
        font-size: 1rem;
    }

    .about-features__wrapper {
        flex-direction: column;
    }

    .aboutpage__subtitle {
        margin-bottom: 1rem;
    }

    .about-history {
        padding: 2.75rem 0;
    }

    .about-employees__wrapper {
        flex-wrap: wrap;
    }

    .about-employees__wrapper-item:first-child {
        margin-bottom: 1rem;
    }

    .about-history__wrapper {
        flex-direction: column;
    }

    .about-history__wrapper img {
        width: 100%;
        margin-bottom: 1.875rem;
    }

    .about-history__wrapper-right {
        width: 100%;
    }

    .about-history__wrapper-right h4 {
        display: block;
        width: 100%;
    }

    .about-history__wrapper-right h4 p {
        display: inline;
    }

    .news__card, .partners__slider {
        flex-direction: column;
    }

    .about-achievements__parent {
        width: 100%;
        height: 13.3rem;
        margin-bottom: 1rem;
    }
}

@media only screen and (max-width: 575.98px) {
    .note {
        margin-bottom: 12px;
        font-size: 1rem;
    }

    .aboutpage-header {
        background-image: url("../img/aboutPage/header/mobile_bg.jpg");
        background-position: center;
        height: 48rem;
        margin-bottom: 2.1rem;
    }

    .aboutpage-header .aboutpage__title {
        font-size: 1.71rem;
        margin-bottom: 0.875rem;
    }

    .aboutpage-header .aboutpage__subtitle {
        font-size: 1rem;
    }

    .aboutpage-header .aboutpage__download {
        width: 100%;
        justify-content: center;
    }

    .aboutpage-header .aboutpage__download-img {
        margin-right: 0.71rem;
    }

    .aboutpage-header .aboutpage__download-text {
        color: white;
        font-size: 16px;
    }

    .about-info {
        padding-bottom: 0rem;
    }

    .about-info__title {
        font-size: 1.71rem;
        margin-bottom: 16px;
    }

    .about-info__subtitle, .about-info__subtitle2 {
        font-size: 1.14rem;
        display: inline;
        margin-bottom: 0;
    }

    .about-info__subtitle2 {
        display: inline;
    }

    .about-info__features {
        flex-direction: column;
        margin-top: 25px;
    }

    .about-info__wrapper {
        width: 100%;
    }

    .about-info__wrapper:nth-child(-n+3) {
        display: none;
    }

    .about-info__wrapper-title h4 {
        font-size: 1.42rem;
    }

    .about-info__wrapper-subtitle {
        font-size: 1rem;
    }

    .about-achievements .news__wrapper-title {
        width: 250px;
    }

    .about-achievements__parent {
        margin-bottom: 0;
    }

    .about-achievements__card {
        margin-bottom: 0 !important;
    }

    .about-features {
        padding-top: 3.21rem;
        padding-bottom: 2.1rem;
    }

    .about-features__wrapper-descr {
        padding-top: 0;
        padding-bottom: 0rem;
    }

    .about-features__wrapper-descr h4 {
        font-size: 1.71rem;
        line-height: 2.2rem;
        margin-bottom: 8px;
    }

    .about-features__wrapper-descr p {
        display: inline;
        font-size: 16px;
    }

    .about-features__wrapper-descr p:nth-child(7) {
        margin-top: 12px;
        display: inline-block;
        margin-bottom: 20px;
    }

    .about-features__wrapper-descr p:nth-child(8) {
        display: none;
    }

    .about-features__wrapper-descr p:nth-child(9) {
        display: none;
    }

    .about-features__wrapper-descr-title {
        display: none;
    }

    .about-features__wrapper-descr-name {
        display: none;
    }

    .about-features__wrapper-descr-title.clone {
        display: block;
    }

    .about-features__wrapper-descr-name.clone {
        display: block;
    }

    .about-features__wrapper-photo {
        margin-bottom: 1.42rem;
    }

    .about-features__wrapper-descr-name.clone {
        font-size: 20px;
        font-weight: 700;
    }

    .about-features__wrapper-descr-title.clone {
        margin-bottom: 4px;
    }

    .about-experience h4 {
        font-size: 1.7rem;
        line-height: 2.28rem;
        margin-bottom: 0.85rem;
    }

    .about-experience__block {
        width: 15.7rem;
    }

    .about-experience__wrapper-number {
        font-size: 2.57rem;
    }

    .about-experience__wrapper-text {
        font-size: 1rem;
    }

    .about-employees {
        padding: 2.1rem 0 0 0;
    }

    .about-employees h4 {
        max-width: 300px;
        font-size: 1.5em;
        margin-bottom: 20px;
    }

    .about-employees .note {
        margin-bottom: 0.85rem;
    }

    .about-employees__wrapper {
        flex-direction: column;
        margin-left: -1.56rem;
        width: calc(100% + 3.12rem);
    }

    .about-employees__wrapper-item {
        width: 100%;
    }

    .about-history {
        padding-top: 1.7rem;
        padding-bottom: 30px;
    }

    .about-history .note {
        margin-bottom: 0.85rem;
    }

    .about-history h3 {
        font-size: 1.71rem;
        margin-bottom: 20px;
    }

    .about-history__btn {
        margin-bottom: 1.43rem;
    }

    .about-history__btn-items {
        padding: 0.5rem 0.75rem;
    }

    .about-history__wrapper img {
        margin-bottom: 0.85rem;
    }

    .about-history__wrapper-right h4 p {
        display: inline;
        font-size: 1.3rem;
        line-height: 1.2rem;
    }

    .about-history__wrapper-right p {
        font-size: 1.14rem;
    }

    .about-achievements {
        padding: 2.1rem 0;
    }

    .about-achievements__parent {
        height: 400px;
        flex-direction: column;
        justify-content: start;
    }

    .about-achievements__parent img {
        height: 14.5rem;
        margin-bottom: 1.14rem;
    }

    .about-achievements .news__card-wrapper .news__card-date {
        font-size: 1rem;
    }

    .about-achievements .news__card-wrapper .news__card-title {
        font-size: 1.14rem;
    }

    .about-achievements__card {
        margin-bottom: 1.14rem;
    }

    .about-achievements__card-read {
        display: none;
    }

    .about-achievements__btn {
        width: 100%;
        height: 3.57rem;
        background: #4DC9FF;
        border-radius: 12px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .about-achievements__btn a {
        font-size: 1.14rem;
        font-weight: 500;
        color: white;
    }
}

.gallery-popup {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 11;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    overflow: hidden;
}

.gallery-popup__close {
    position: absolute;
    top: 0;
    right: 0;
    width: 2.5rem;
    height: 2.5rem;
    background: red;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    z-index: 999;
    border: 1px solid #fff;
}

.gallery-popup__close img {
    width: 1rem;
}

.gallery-popup__item {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    height: 100vh;
    width: 100%;
}

.gallery-popup__item img {
    display: block;
    width: 90% !important;
    height: calc(100% - 8rem);
    -o-object-fit: contain;
    object-fit: contain;
}

.gallery-popup__arrows {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0.8rem;
    z-index: 2;
    display: flex;
    gap: 1rem;
}

.gallery-popup__arrows span {
    width: 2.5rem;
    height: 2.5rem;
    border: 1px solid #fff;
    background: red;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    cursor: pointer;
    color: #fff;
    transition: 0.3s all;
}

.gallery-popup__arrows span:hover {
    background: #fff;
    color: red;
}

.gallery-popup__arrows span svg {
    width: 2rem;
}

.header-gallery {
    margin-bottom: 0;
}

.gallery-greetings {
    position: relative;
    margin-bottom: -5vw;
}

.gallery-greetings__page {
    font-size: 0.625rem;
    color: #585960;
    font-weight: 500;
    margin-bottom: 3.75rem;
}

.gallery-greetings__subtitle {
    text-align: center;
    font-size: 1.125rem;
    margin-bottom: 0.75rem;
    position: relative;
    z-index: 3;
}

.gallery-greetings__title {
    text-align: center;
    margin: 0 auto;
    max-width: 37.375rem;
    line-height: 3.93rem;
    font-weight: 900;
    color: #0B0E2E;
    font-size: 2.625rem;
    position: relative;
    z-index: 2;
}

.gallery-greetings__img {
    margin-top: -6vw;
}

.gallery-greetings__img img {
    width: 100%;
    display: block;
}

.gallery-greetings__mobile-img {
    display: none;
}

.gallery-popular {
    padding-top: 3.75rem;
    padding-bottom: 5rem;
    background-image: url("../img/galleryPage/popular/bg.jpg");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.gallery-popular__wrapper {
    display: flex;
    justify-content: space-between;
}

.gallery-popular__title {
    font-size: 3rem;
    font-weight: 700;
    color: white;
    margin-bottom: 1.375rem;
}

.gallery-popular__card {
    width: 22.5rem;
}

.gallery-popular__card:nth-child(2n) {
    align-self: flex-end;
}

.gallery-popular__card:last-child {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.gallery-popular__card-title {
    font-size: 1.375rem;
    margin-bottom: 12px;
    font-weight: 700;
    color: white;
    max-width: 18rem;
}

.gallery-popular__card-subtitle {
    font-size: 1rem;
    color: white;
    margin-bottom: 1.25rem;
}

.gallery-popular__img-block {
    width: 22.5rem;
    height: 20rem;
    border-radius: 1.25rem;
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: start;
    overflow: hidden;
}

.gallery-popular__img-block::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
    pointer-events: none;
    z-index: 1;
    opacity: 0;
    transition: 0.3s all;
}

.gallery-popular__img-block:hover .gallery-popular__img-wrap {
    opacity: 1;
}

.gallery-popular__img-block:hover::after {
    opacity: 1;
}

.gallery-popular__img-block h4 {
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
}

.gallery-popular__img-block p {
    font-size: 0.9rem;
    margin-bottom: 1.6rem;
}

.gallery-popular__img-block a {
    padding: 1rem;
    width: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    z-index: 2;
    margin: 0 auto;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    -webkit-backdrop-filter: blur(40px);
    backdrop-filter: blur(40px);
    margin-bottom: 1rem;
    font-weight: 500;
    font-size: 0.81rem;
    color: white;
}

.gallery-popular__img-block img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    -o-object-fit: cover;
    object-fit: cover;
}

.gallery-popular__img-block__photo {
    position: absolute;
    z-index: 3;
    right: 1rem;
    top: 1rem;
    border-radius: 7px;
    color: white;
    background: rgba(255, 255, 255, 0.2);
    -webkit-backdrop-filter: blur(40px);
    backdrop-filter: blur(40px);
    padding: 0.5rem 1rem;
}

.gallery-popular__img-block__photo div {
    position: relative;
    z-index: 44;
}

.gallery-popular__img-wrap {
    z-index: 2;
    position: relative;
    width: 100%;
    padding: 1rem;
    color: #fff;
    opacity: 0;
}

.gallery-process {
    padding-bottom: 7.5rem;
}

.gallery-process__note {
    position: relative;
    margin: 0 auto;
    margin-bottom: 0.75rem;
}

.gallery-process__title {
    text-align: center;
    margin: 0 auto;
    position: relative;
    z-index: 3;
    font-size: 2.625rem;
    color: #0B0E2E;
    font-weight: 700;
    margin-bottom: 7.3rem;
}

.gallery-process__slider {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.gallery-process__slider-title {
    position: relative;
    z-index: 4;
}

.gallery-process__slider-subtitle {
    z-index: 5;
}

.gallery-process__slider-item {
    height: 25rem;
}

.gallery-process .owl-stage-outer {
    padding: 0 10vw;
}

.gallery-process .owl-stage {
    display: flex;
    align-items: center;
}

.gallery-process .owl-item:nth-child(2n) .gallery-process__slider-item {
    height: 30rem;
}

.gallery-harvest {
    padding-top: 3.75rem;
}

.gallery-harvest .center {
    text-align: center;
}

.gallery-harvest__title {
    color: #0B0E2E;
    font-size: 2.625rem;
    margin-bottom: 1.875rem;
    font-weight: 700;
    position: relative;
    z-index: 2;
}

.gallery-harvest__subtitle {
    font-size: 1.125rem;
    color: #585960;
    text-align: center;
    max-width: 30.25rem;
    margin: 0 auto;
    margin-bottom: 2rem;
    position: relative;
    z-index: 2;
}

.gallery-harvest__img {
    display: flex;
    justify-content: space-between;
    margin-bottom: 6.125rem;
}

.gallery-harvest__img-left {
    display: flex;
    flex-direction: column;
    width: 48%;
    gap: 24px;
}

.gallery-harvest__img-right {
    display: flex;
    flex-direction: column-reverse;
    width: 48%;
    gap: 24px;
}

.gallery-harvest__left-big img {
    border-radius: 0.93rem;
    height: 100%;
    width: 100%;
    display: block;
}

.gallery-harvest__left-small {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
}

.gallery-harvest__left-small div img {
    border-radius: 0.93rem;
    height: 100%;
    width: 100%;
    display: block;
}

.gallery-harvest__right-big img {
    border-radius: 0.93rem;
    height: 100%;
    width: 100%;
    display: block;
}

.gallery-harvest__right-small {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
}

.gallery-harvest__right-small div img {
    border-radius: 0.93rem;
    height: 100%;
    width: 100%;
    display: block;
}

.gallery-harvest__footer {
    margin-top: -8vw;
}

.gallery-harvest__footer img {
    width: 100%;
    display: block;
}

@media only screen and (max-width: 1290px) {
    .gallery-popular__wrapper {
        flex-wrap: wrap;
        justify-content: space-evenly;
        align-items: flex-start;
    }

    .gallery-popular__card:nth-child(2n) {
        margin-bottom: 3rem;
    }

    .gallery-popular__img {
        padding: 0 !important;
    }

    .gallery-popular__img-block img {
        width: 100%;
        height: 100%;
        display: block;
    }
}

@media only screen and (max-width: 992px) {
    .gallery-greetings__page {
        padding-top: 5rem;
        margin-bottom: 2.75rem;
    }

    .gallery-greetings__title {
        line-height: 3rem;
    }

    .gallery-process__title {
        margin-bottom: 5.5rem;
    }

    .gallery-popular__card-title {
        max-width: 100%;
        font-size: 1.3rem;
    }

    .gallery-popular__card:nth-child(2n) {
        margin-bottom: 2rem;
    }

    .gallery-popular__card:not(:last-child) {
        margin-bottom: 2rem;
    }

    .gallery__mobile {
        background: rgba(255, 255, 255, 0.8);
        box-shadow: rgba(0, 0, 0, 0.08) 0px 2px 30px 0px;
        -webkit-backdrop-filter: blur(10px);
        backdrop-filter: blur(10px);
        z-index: 10;
    }

    .gallery__mobile-menu {
        border-radius: 12px;
        background: #E4F7FF !important;
        -webkit-backdrop-filter: blur(40px) \;
        ;
            backdrop-filter: blur(40px) \;
        ;
    }
}

@media (max-width: 767.98px), (max-width: 1080px) and (orientation: portrait) {
    .gallery-popup__item img {
        width: 100% !important;
    }
}

@media (max-width: 767.98px) {
    .gallery-popup__item img {
        height: 60vh;
        -o-object-fit: cover;
        object-fit: cover;
    }

    .gallery-greetings__title {
        line-height: 2.5rem;
        max-width: 28rem;
        font-size: 2rem;
    }

    .gallery-process__title {
        font-size: 2.5rem;
        margin-bottom: 4.5rem;
    }

    .gallery-popular__title {
        font-size: 2.5rem;
    }

    .gallery-popular__card-subtitle {
        font-size: 1.1rem;
    }
}

@media only screen and (max-width: 576px) {
    .gallery-greetings__page {
        padding-top: 3rem;
        margin-bottom: 2.1rem;
    }

    .gallery-greetings__subtitle {
        width: 273px;
        margin: 0 auto;
        margin-bottom: 6px;
    }

    .gallery-greetings__title {
        font-size: 24px;
        font-weight: 700;
        line-height: 36px;
        width: 210px;
    }

    .gallery-greetings__img {
        display: none;
    }

    .gallery-greetings__mobile-img {
        display: block;
        margin-top: -21vw;
    }

    .gallery-greetings__mobile-img img {
        width: 100%;
        display: block;
    }

    .gallery-process {
        padding-bottom: 30px;
    }

    .gallery-process__note {
        margin: 0 0 0 18px;
        margin-bottom: 12px;
    }

    .gallery-process__title {
        margin: 0 0 0 18px;
        text-align: left;
        margin-bottom: 20px;
        font-size: 24px;
    }

    .gallery-popular {
        padding: 30px 0;
    }

    .gallery-popular__title {
        font-size: 28px;
    }

    .gallery-popular__card-title {
        font-size: 20px;
        margin-bottom: 8px;
    }

    .gallery-popular__card-subtitle {
        font-size: 1rem;
        margin-bottom: 1.1rem;
    }

    .gallery-popular__card:not(:last-child) {
        margin-bottom: 20px;
    }

    .gallery-harvest {
        padding-top: 30px;
    }

    .gallery-harvest .note {
        margin-bottom: 12px;
    }

    .gallery-harvest__title {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .gallery-harvest__subtitle {
        font-size: 1rem;
    }

    .gallery-harvest__img {
        flex-direction: column;
        align-items: center;
        margin-bottom: 74px;
    }

    .gallery-harvest__img-left {
        width: 100%;
        flex-direction: row;
        margin-bottom: 8px;
        gap: 8px;
    }

    .gallery-harvest__img-right {
        width: 100%;
        flex-direction: column;
        gap: 8px;
    }

    .gallery-harvest__left-small {
        flex-direction: column;
        gap: 8px;
    }

    .gallery-harvest__left-small div {
        height: 100%;
    }

    .gallery-harvest__right-small {
        gap: 8px;
        height: 200px;
    }

    .gallery-harvest__right-small div {
        height: 100%;
    }
}

.news-toggle {
    margin-bottom: 1.875rem;
}

.news-event {
    padding-bottom: 3.75rem;
}

.news-event__title {
    font-size: 2.625rem;
    color: #0B0E2E;
    font-weight: 700;
    margin-bottom: 1.875rem;
}

.news-event__btns {
    width: 23.8rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.875rem;
}

.news-event__btns button {
    color: #585960;
    border-radius: 12px;
    border: 1px solid #D6D7DC;
    background: #FFF;
    padding: 0.75rem 1.25rem;
}

.news-event__wrapper {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 1.175rem;
}

.news-event__wrapper-item {
    border-radius: 16px;
    background: #F3F6F6;
    margin-bottom: 1.875rem;
}

.news-event__event {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 1.2rem;
}

.news-event__event-item {
    /*width: 22.5rem;*/
        width: 32%;
    border-radius: 30px;
    border: 1px solid #EBEBED;
    background: #FFF;
    margin-bottom: 30px;
}

.news-event__event-item__img {
    margin-bottom: 1.25rem;
}

.news-event__event-item__img img {
    border-radius: 12px;
    width: 100%;
    height:11rem;
    object-fit: cover;
}

.news-event__event-item .about-info__subtitle {
    color: #76788A;
    max-width: 19.25rem;
}

.news-event__event-item .news__card-title {
    display: block;
    font-size: 1.125rem;
    margin-bottom: 1rem;
}

.news-event__event-wrapper {
    padding: 0 1rem 4.5rem 1rem;
}

/* border-pagination */
.b-pagination-outer {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    display: flex;
}

#border-pagination {
    width: 23.5rem;
    display: flex;
    justify-content: space-between;
    align-items: start;
    margin: 0 auto;
    padding: 0;
    text-align: center;
}

#border-pagination li {
    display: inline;
}

#border-pagination li a {
    display: block;
    width: 2rem;
    height: 2rem;
    text-decoration: none;
    padding: 10px;
    float: left;
    border-radius: 8px;
    border: 1px solid #D6D7DC;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #585960 !important;
}

#border-pagination li a {
    transition: background-color 0.4s;
    cursor: pointer;
}

#border-pagination li a.active {
    background: #4DC9FF;
    color:#fff !important;
}

#border-pagination li a:hover:not(.active) {
    background: #ddd;
}

.story {
    padding-bottom: 2.5rem;
}

.story h1 {
    font-size: 2.625rem;
    color: #0B0E2E;
    font-weight: 900;
    line-height: 3.93rem;
    max-width: 65.5rem;
    margin-bottom: 1.875rem;
}

.story p {
    font-size: 1.125rem;
    line-height: 1.875rem;
    font-weight: 400;
    color: #585960;
}

.story p:not(.mb-30) {
    margin-bottom: 1.25rem;
}

.story img {
    margin-bottom: 1.875rem;
}

.story .more__video {
    margin-bottom: 1.875rem;
}

.story .more__video iframe {
    width: 100%;
    min-height: 530px;
    display: block;
}

.story h2 {
    color: #0B0E2E;
    font-size: 1.875rem;
    font-weight: 700;
    margin-bottom: 1.25rem;
}

@media only screen and (max-width: 1290px) {
    .news-event__event-item {
        width: 20rem;
    }

    .news-event__event-item__img img {
        width: 100%;
        height: 100%;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    .news-event__event-item {
        width: 30%;
    }
}

@media only screen and (max-width: 992px) {
    .news-event__wrapper {
        gap: 0.175rem;
    }

    .news-event__event-item {
        width: 48%;
    }

    .news-event__event-wrapper {
        padding-bottom: 3rem;
    }
}

@media only screen and (max-width: 767px) {
    .news-event__btns {
        max-width: 24.5rem;
    }

    .news-event__event-wrapper {
        padding-bottom: 2rem;
    }

    .news-event .news__card-date {
        margin-bottom: 12px;
    }

    .news-event .news__card-title {
        margin-bottom: 10px;
    }

    .news-event .about-info__subtitle {
        font-size: 1rem;
    }
}

@media only screen and (max-width: 576px) {
    .news-toggle {
        margin-bottom: 20px;
    }

    .news-event {
        padding-bottom: 30px;
    }

    .news-event__title {
        font-size: 24px;
        margin-bottom: 16px;
    }

    .news-event__btns {
        margin-bottom: 20px;
        max-width: 22rem;
    }

    .news-event__btns button {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .news-event__wrapper-item {
        height: 14rem;
    }

    .news-event .news__card-date {
        font-size: 1rem;
    }

    .news-event .news__parent:not(:last-child) {
        margin-bottom: 16px;
    }

    .news-event .news__parent:last-child {
        margin-bottom: 20px;
    }

    .news-event__event-wrapper {
        padding: 0 16px 69px 16px;
    }

    .news-event__event-item {
        width: 100%;
        margin-bottom: 20px;
    }
}

.contact-page {
    padding-bottom: 3.75rem;
}

.contact-page h1 {
    font-size: 2.625rem;
    color: #0B0E2E;
    font-weight: 700;
    margin-bottom: 1.875rem;
}

.contact-page .contact__wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 2rem;
}

.contact-page .contact__wrapper-left {
    padding: 2.81rem 0 7.93rem 1.875rem;
    background-image: url("../img/contactPage/contactsBg.jpg");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 48%;
    border-radius: 1.875rem;
}

.contact-page .contact__wrapper-left .email {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}

.contact-page .contact__wrapper-left .email-info p {
    font-size: 1rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 0.55rem;
}

.contact-page .contact__wrapper-left .email-info p:last-child {
    padding-bottom: 1.875rem;
}

.contact-page .contact__wrapper-left .email__img {
    display: flex;
    align-items: center;
    margin-right: 0.625rem;
}

.contact-page .contact__wrapper-left .email__text {
    font-size: 1.25rem;
    color: white;
    font-weight: 600;
}

.contact-page .contact__wrapper-left .contacts__social .footer__social-item {
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: #6681F6;
    width: 42px;
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact-page .contact__wrapper-right .modal__info {
    padding: 0;
}

.contact-page .contact__wrapper-right label {
    color: #0B0E2E;
    font-weight: 700;
    font-size: 1rem;
    margin-bottom: 0.75rem;
}

.contact-page .contact__wrapper-right input {
    padding: 1rem;
    margin-bottom: 1.25rem;
    color: #76788A;
    border-radius: 12px;
    border: 1px solid #D6D7DC;
    background: #FFF;
    -webkit-backdrop-filter: blur(40px);
    backdrop-filter: blur(40px);
}

.contact-page .contact__wrapper-right textarea {
    padding: 13px 16px;
    margin-bottom: 1.25rem;
    border-radius: 12px;
    border: 1px solid #D6D7DC;
    background: #FFF;
    -webkit-backdrop-filter: blur(40px);
    backdrop-filter: blur(40px);
    resize: none;
    overflow: auto;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    height: 7.25rem;
}

.contact-page .contact__wrapper-right .contact__checkbox {
    align-items: start;
}

.contact-page .contact__wrapper-right .contact__checkbox label {
    font-size: 14px;
    font-weight: 500;
    color: #171725;
    letter-spacing: 0.1px;
}

.contact-page .contact__wrapper-right .contact__checkbox input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 1rem;
    height: 1rem;
    flex-shrink: 0;
    padding: 0;
    border-radius: 0.2rem;
    position: relative;
    overflow: hidden;
}

.contact-page .contact__wrapper-right .contact__checkbox input::after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: #4DC9FF url("../img/icon_line/Check.svg") center center no-repeat;
    background-size: contain;
    opacity: 0;
}

.contact-page .contact__wrapper-right .contact__checkbox input:checked {
    border-color: #4DC9FF;
}

.contact-page .contact__wrapper-right .contact__checkbox input:checked::after {
    opacity: 1;
}

@media only screen and (max-width: 1290px) {
    .contact-page .contact__wrapper-left {
        width: 48%;
    }

    .contact-page .contact__wrapper-right {
        width: 48%;
    }
}

@media only screen and (max-width: 992px) {
    .contact-page h1 {
        font-size: 2rem;
    }

    .contact-page .contact__wrapper {
        flex-direction: column;
    }

    .contact-page .contact__wrapper-left {
        width: 100%;
        margin-bottom: 60px;
        padding-bottom: 5rem;
    }

    .contact-page .contact__wrapper-right {
        width: 100%;
    }

    .contact-page .contact__wrapper .modal__info-subtitle {
        width: 100%;
    }
}

@media only screen and (max-width: 576px) {
    .contact-page .contact__wrapper-left {
        padding-bottom: 72px;
    }
}

@media only screen and (max-width: 425px) {
    .contact-page .contact__wrapper-right .contact__checkbox label {
        max-width: 200px;
    }

    .contact-page .contact__wrapper-right .contact__checkbox {
        align-items: center;
    }
}

@media only screen and (max-width: 1600) {
    .more__video {
        width: 100%;
        height: 100%;
        overflow: hidden;
    }
}

@media only screen and (max-width: 1290px) {
    .story__img img {
        display: block;
        width: 100%;
        height: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .news-toggle {
        margin-bottom: 30px;
        line-height: 30px;
    }

    .story h1 {
        font-size: 24px;
        line-height: 36px;
        margin-bottom: 20px;
    }

    .story p {
        font-size: 1rem;
    }

    .story__img {
        margin-bottom: 30px;
    }

    .story h2 {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .story .mb-30 {
        margin-bottom: 20px;
    }

    .story .more__video iframe {
        max-height: 220px;
    }
}

.container-catalog {
    width: 70.5rem;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding-bottom: 60px;
}

.container-catalog h2 {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -0.198px;
    color: #0B0E2E;
    padding-bottom: 15px;
    border-bottom: 1px solid #d6d7dc;
}

.container-catalog .navigation {
    position: sticky;
    top: 0;
    width: 23%;
    overflow-y: auto;
    padding: 16px;
    border-radius: 12px;
    background: #F3F6F6;
    box-shadow: 0px 4px 30px 0px rgba(59, 130, 246, 0.06);
}

.container-catalog .navigation-button {
    margin-top: 30px;
}

.container-catalog .navigation-button button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 50px;
    color: #fff;
    background: #4DC9FF;
    border-radius: 12px;
}

.container-catalog .category {
    margin-top: 20px;
}

.container-catalog .category h3 {
    cursor: pointer;
    margin: 0;
    background-color: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.07px;
    color: #1F2633;
    margin-bottom: 14px;
}

.container-catalog .category .subcategory {
    display: block;
    list-style: none;
}

.container-catalog .category .subcategory li:not(:last-child) {
    margin-bottom: 12px;
}

.container-catalog .category .subcategory a {
    display: block;
    padding: 0.5rem;
    color: #333;
    text-decoration: none;
    transition: background-color 0.3s;
}

.container-catalog .category .subcategory a:hover {
    background-color: #e0e0e0;
}

.container-catalog .category .filter__checkbox {
    display: flex;
}

.container-catalog .category .filter__checkbox input {
    cursor: pointer;
    margin-right: 10px;
}

.container-catalog .category .filter__checkbox label {
    cursor: pointer;
    color: #76788A;
    display: flex;
    align-items: center;
}

.container-catalog .category .filter__checkbox label div {
    margin-left: 10px;
    width: 32px;
    height: 12px;
    border-radius: 2px;
}

.container-catalog .category .filter__checkbox label .green {
    background-color: #36BB3B;
}

.container-catalog .category .filter__checkbox label .red {
    background-color: #BB3636;
}

.container-catalog .category .filter__checkbox label .yellow {
    background-color: #E3DB1D;
}

.container-catalog .category .filter__checkbox label .purple {
    background-color: #B44DF1;
}

.container-catalog .catalog-products {
    width: 74%;
}

.container-catalog .catalog-products .catalog__title {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}

.container-catalog .catalog-products .catalog__title h2 {
    color: #0B0E2E;
    font-size: 32px;
    font-weight: 700;
    padding-bottom: 0;
    border: none;
    margin-right: 12px;
}

.container-catalog .catalog-products .catalog__title p {
    color: #585960;
    font-size: 24px;
    font-weight: 500;
    line-height: 32.4px;
}

.container-catalog .catalog-products .catalog__subtitle {
    color: #585960;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.24px;
    margin-bottom: 30px;
}

.container-catalog .catalog-products .catalog__links {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 45px;
}

.container-catalog .catalog-products .catalog__links a {
    padding: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-direction: column;
    border-radius: 20px;
}

.container-catalog .catalog-products .catalog__links a img {
    height: 140px;
    -o-object-fit: contain;
    object-fit: contain;
}

.container-catalog .catalog-products .catalog__links a h3 {
    color: #0B0E2E;
    font-size: 18px;
    font-weight: 700;
    line-height: 24.3px;
    text-align: center;
}

.container-catalog .catalog-products .catalog__links a p {
    color: #687588;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.07px;
    text-align: center;
}

.container-catalog .catalog-products .catalog__links-vagetables {
    background: #DBFFC4;
}

.container-catalog .catalog-products .catalog__links-flowers {
    background: #FFC4F2;
}

.container-catalog .catalog-products .catalog__links-fruits {
    background: #FFD3D3;
}

.container-catalog .catalog-products .catalog__popular {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.container-catalog .catalog-products .catalog__popular-title {
    color: #0B0E2E;
    font-size: 24px;
    font-weight: 700;
}

.container-catalog .catalog-products .catalog__popular-switcher {
    display: flex;
    align-items: center;
    gap: 12px;
}

.container-catalog .catalog-products .catalog__popular-switcher p {
    font-weight: 700;
    font-size: 14px;
}

.container-catalog .catalog-products .catalog__popular-switcher label {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
}

.container-catalog .catalog-products .catalog__popular-switcher label div {
    width: 40px;
    height: 20px;
    border-radius: 20px;
    background: #585960;
}

.container-catalog .catalog-products .catalog__popular-switcher label input {
    display: none;
}

.container-catalog .catalog-products .catalog__popular-switcher label input:checked + div {
    background: #4DC9FF;
}

.container-catalog .catalog-products .catalog__popular-switcher label input:checked + div span {
    margin-left: 20px;
}

.container-catalog .catalog-products .catalog__popular-switcher label span {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    display: inline-flex;
    background: #fff;
    margin-top: 1px;
    margin-left: 1px;
    transition: 0.3s all;
}

.container-catalog .catalog-products .catalog-search {
    position: relative;
    display: flex;
    width: 100%;
}

.container-catalog .catalog-products .catalog-search input {
    width: 98%;
    padding: 13px 16px;
    border-radius: 12px;
    border: 1px solid #D6D7DC;
    background: #FFF;
    -webkit-backdrop-filter: blur(40px);
    backdrop-filter: blur(40px);
}

.container-catalog .catalog-products .catalog-search input[type=text] {
    padding-left: 50px;
}

.container-catalog .catalog-products .catalog-search img {
    position: absolute;
    width: 24px;
    height: 24px;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

.container-catalog .catalog-products .catalog__products {
    padding-top: 30px;
    padding-bottom: 0;
}

.container-catalog .catalog-products .catalog__products .filter__items-item {
    width:31%;
}

.container-catalog .catalog-products .catalog__products .filter__items-img {
    width:100%;
    padding: 20px 22px;
    border-radius: 20px;
}

.container-catalog .catalog-products .catalog__products .filter__items-img img {
    width:100%;
    height:200px;
    object-fit:cover;
}

.container-catalog .catalog-products .catalog-pagination {
    height: auto;
}

.container-catalog .search-wrapper {
    display: flex;
}

.container-catalog .search-wrapper .catalog-mobile-filter {
    display: none;
    width: 42px;
    height: 42px;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    background: #E4F7FF;
    -webkit-backdrop-filter: blur(40px);
    backdrop-filter: blur(40px);
    padding: 11px;
}

.range-slider .irs--flat .irs-bar {
    background: #4DC9FF;
}

.range-slider .irs--flat .irs-handle {
    background: #4DC9FF;
    width: 14px;
    height: 14px;
    border: 1px solid #fff;
    border-radius: 50%;
}

.range-slider .irs--flat .irs-handle i {
    display: none !important;
}

.range-slider .irs-handle.from {
    top: 24px;
}

.range-slider .irs-handle.type_last {
    top: 24px;
}

.range-slider .irs--flat .irs-from, .range-slider .irs--flat .irs-to {
    background: #4DC9FF;
}

.range-slider .irs--flat .irs-from::before, .range-slider .irs--flat .irs-to::before {
    border-top-color: #4DC9FF;
}

.overlay__filter {
    display: none;
}

.reset-button {
    display: none;
    float: right;
    color: #F04438;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
}

.filterHeader {
    width: 66px;
    height: 5px;
    border-radius: 17px;
    background: #EBEBEB;
    margin: 0 auto;
    margin-bottom: 16px;
}

@media only screen and (max-width: 1128px) {
    .container-catalog {
        width: 100%;
        padding: 0 1.56rem;
    }

    .container-catalog .catalog__products .filter__items {
        justify-content: flex-start;
        gap: 0.5rem;
    }

    .container-catalog .catalog__products .filter__items-img {
        padding: 11px 7px !important;
    }

    .catalog-products .catalog-pagination {
        margin-bottom: 45px;
    }
    .b-pagination-outer {
        margin-bottom:20px;
    }
}

@media only screen and (max-width: 992px) {
    .container-catalog {
        width: 48rem;
        display: block;
    }

    .container-catalog .navigation {
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 90%;
        border-radius: 20px 20px 0 0;
        z-index: 8;
        background: #fff;
        top: auto;
        transition: 0.7s all;
        transform: translateY(100%);
        opacity: 0;
    }

    .container-catalog .navigation-wrapper {
        height: calc(100% - 82px);
        overflow: auto;
        z-index: 7;
    }

    .container-catalog .navigation-button {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        padding: 16px;
        background: #fff;
        z-index: 7;
    }

    .container-catalog .navigation.show {
        opacity: 1;
        transform: none;
    }

    .container-catalog .catalog__popular-switcher {
        display: none !important;
    }

    .container-catalog .catalog-products {
        width: 100%;
    }

    .container-catalog .catalog-products .catalog__title {
        background: #fff;
    }

    .container-catalog .catalog-products .catalog__title h2 {
        font-size: 28px;
    }

    .container-catalog .catalog__links {
        display: block;
    }

    .container-catalog .search-wrapper .catalog-mobile-filter {
        display: flex;
    }

    .container-catalog .catalog__products .filter__items {
        justify-content: center;
    }

    .overlay__filter {
        z-index: 7;
    }
}

@media only screen and (max-width: 768px) {
    .container-catalog {
        width: 36rem;
    }

    .container-catalog .catalog-products .filter__items {
        overflow: visible;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }
}

@media screen and (max-width: 576px) {
    .container-catalog {
        width: 100%;
    }

    .container-catalog .catalog-products .catalog__title h2 {
        font-size: 24px;
    }

    .container-catalog .catalog-products .catalog__subtitle {
        font-size: 14px;
        margin-bottom: 25px;
    }

    .container-catalog .catalog-products .filter__items {
        justify-content: flex-start;
    }

    .container-catalog .catalog-products .filter__items-img {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .container-catalog .catalog-products .filter__items-item {
        width: 100vw;
    }
    
    .container-catalog .catalog-products .catalog__products .filter__items-item {
        width: 100vw;
    }
    
    .container-catalog .catalog-products .catalog__products .filter__items-img img {
        width: 70%;
        height: 212px;
    }
    
    .container-catalog .catalog-products .catalog__products .filter__items-title {
        font-size: 18px;
        margin-bottom:10px;
    }
    
    .container-catalog .catalog-products .catalog__products .filter__items-subtitle {
        font-size: 14px;
    }
    
    .container-catalog .catalog-products .filter__items {
        gap:20px;
    }

    .container-catalog .owl-dots {
        position: absolute;
        bottom: -23px;
        left: 50%;
        transform: translateX(-50%);
        width: 102px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .container-catalog .owl-dots button {
        width: 30px;
        height: 8px;
        border-radius: 2px;
        background: #E4F7FF;
    }

    .container-catalog .owl-dots button.active {
        background: #4DC9FF !important;
    }
}

.vegetables {
    position: relative;
    padding: 51px 0 51px 30px;
    border-radius: 20px;
    background: #DBFFC4;
    margin-bottom: 30px;
    overflow: hidden;
}

.vegetables__count {
    color: #687588;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.07px;
    margin-bottom: 4px;
}

.vegetables__title {
    color: #0B0E2E;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 12px;
}

.vegetables__subtitle {
    color: #585960;
    font-size: 16px;
    letter-spacing: 0.24px;
    max-width: 343px;
}

.vegetables__img {
    position: absolute;
    right: 0;
    max-width:50%;
    height: 100%;
    top:0;
}
.vegetables__img img {
    display: block;
    height: 150%;
    max-width:100%;
}

.catalogSlider .green {
    opacity: 0.15;
    background: linear-gradient(270deg, #00BB34 0.3%, rgba(0, 187, 52, 0) 71.88%);
}

.catalogSlider__arrows {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.catalogSlider__arrows-arrow {
    padding: 10px;
    border-radius: 8px;
    background: #E4F7FF;
}

.catalogSlider__arrows-arrow img {
    width: 100%;
    height: 100%;
    display: block;
}

.catalogSlider__arrows-count #current {
    color: #4DC9FF;
    font-size: 32px;
    font-weight: 700;
}

.catalogSlider__arrows-count #total {
    color: #76788A;
    font-size: 22px;
    letter-spacing: 0.15px;
}

.catalogSlider .wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 45px;
}

.catalogSlider .wrapper .stars {
    display: flex;
    gap: 2px;
}

.catalogSlider .wrapper .star {
    width: 14px;
    height: 14px;
    background: url(../img/catalogPage/star-bg.svg) center center no-repeat;
    background-size: contain;
}

.catalogSlider .wrapper .star img {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: contain;
    object-fit: contain;
}

.catalogSlider .wrapper__descr {
    width: 43%;
    /*height: 366px;*/
}

.catalogSlider .wrapper__descr-title {
    color: #0B0E2E;
    font-size: 44px;
    font-weight: 700;
    margin-bottom: 24px;
}

.catalogSlider .wrapper__descr-price {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.catalogSlider .wrapper__descr-price .price {
    color: #17183B;
    font-size: 24px;
    letter-spacing: 0.15px;
}

.catalogSlider .wrapper__descr-price .stars__wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 158px;
}

.catalogSlider .wrapper__descr-price .stars__wrapper .mark {
    color: #17183B;
    font-size: 16px;
}

.catalogSlider .wrapper__descr-subtitle {
    color: #687588;
    font-size: 16px;
    line-height: 24px;
    max-width: 400px;
    margin-bottom: 24px;
}

.catalogSlider .wrapper__descr-count {
    display: flex;
    justify-content: space-between;
    /*align-items: center;*/
    gap: 24px;
    /*width: 331px;*/
    width: 400px;
    margin-bottom: 24px;
}

.catalogSlider .wrapper__descr-count__wrapper {
    /*width: 142px;*/
    width: 180px;
    border-radius: 12px;
    border: 1px solid #D6D7DC;
}

.catalogSlider .wrapper__descr-count__wrapper-count {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px;
}

.catalogSlider .wrapper__descr-count__wrapper-count div {
    color: #4DC9FF;
    font-size: 22px;
    letter-spacing: 0.44px;
}
.catalogSlider .wrapper__descr-count__wrapper-count div input {
    color: #4DC9FF;
    font-size: 22px;
    letter-spacing: 0.44px;
    width: 100%;
    border: none;
        text-align: center;
}
.catalogSlider .wrapper__descr-count__wrapper-count img {
    cursor: pointer;
}

.catalogSlider .wrapper__descr-count__wrapper-order {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: #4DC9FF;
    -webkit-backdrop-filter: blur(40px);
    backdrop-filter: blur(40px);
    color: #fff;
    font-size: 1rem;
    font-weight: 500;
    padding: 16px 32px;
    cursor: pointer;
}

.catalogSlider .wrapper__descr p {
    color: #0B0E2E;
    font-size: 16px;
}

.catalogSlider .wrapper__img {
    width: 34.5%;
    position: relative;
}

.catalogSlider .wrapper__img-block {
    position: absolute;
    top: 50%;
    right: 0;
    width: 440px;
    height: 250px;
    transform: translateY(-50%);
}

.catalogSlider .wrapper__img-item {
    position: relative;
    z-index: 1;
    width: 380px;
    height: 420px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.catalogSlider .wrapper__img-item img {
    width: 100%;
    height: 100%;
    object-fit:cover;
}

.catalogSlider__choise {
    width: 616px;
    margin: 0 auto;
    margin-bottom: 61px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.catalogSlider__choise .active {
    border-color: #4DC9FF;
}

.catalogSlider__choise-item {
    border-radius: 5px;
    border: 2px solid #D6D7DC;
    padding: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 85px;
}

.catalogSlider__choise-item img {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: contain;
    object-fit: contain;
}

@media only screen and (max-width: 1128px) {
    .vegetables__img {
        position: absolute;
        top: 0;
        right: -35px;
    }

    .catalogSlider .wrapper__img-item {
        width: 100%;
        height: 100%;
    }
}

@media only screen and (max-width: 1128px) {
    .vegetables {
        height: 288px;
    }

    .vegetables__subtitle {
        max-width: 300px;
    }

    .vegetables__img {
        position: absolute;
        top: 0;
        right: -35px;
    }

    .vegetables .catalogSlider .wrapper__img-item {
        width: 100%;
        height: 100%;
    }
}

@media only screen and (max-width: 992px) {
    .catalogSlider .wrapper__descr {
        height: 100%;
    }
}

@media only screen and (max-width: 768px) {
    .catalogSlider .wrapper {
        flex-direction: column-reverse;
    }

    .wrapper__descr {
        width: 100% !important;
        margin-top: 20px;
    }

    .wrapper__img {
        width: calc(100% + 3.12rem) !important;
    }

    .catalogSlider__choise {
        width: 100%;
    }

    .catalogSlider__choise-item:not(:last-child) {
        margin-right: 5px;
    }

    .catalogSlider .wrapper__descr-count {
        width: 100% !important;
    }

    .wrapper__descr-title {
        font-size: 24px !important;
    }
}

@media only screen and (max-width: 576px) {
    .vegetables {
        padding: 65px 0 66px 18px;
        margin-left: -1.56rem;
        border-radius: 0;
        width: calc(100% + 3.12rem);
    }
    
    .vegetables__img img {
        object-fit: contain;
    }

    .vegetables__title {
        font-size: 24px;
    }

    .vegetables__subtitle {
        font-size: 14px;
        letter-spacing: 0.21px;
        max-width: 195px;
    }

    .vegetables__img {
        top: -18px;
        right: 0;
    }
}

@media only screen and (max-width: 370px) {
    .vegetables__title {
        font-size: 18px;
    }
}