@charset "UTF-8";

/*Обнуление*/

* {
  padding: 0;
  margin: 0;
  border: 0;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

nav,
footer,
header,
aside {
  display: block;
}

html,
body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*--------------------*/

body {
  position: relative;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  color: #4B5B67;
  background-color: rgb(255, 255, 255);
  opacity: 0;
  -webkit-transition: 1.5s opacity ease-in-out;
  -o-transition: 1.5s opacity ease-in-out;
  transition: 1.5s opacity ease-in-out;
}

.visible {
  opacity: 1 !important;
}

.visible__headliner {
  -webkit-transform: translateY(0%) !important;
      -ms-transform: translateY(0%) !important;
          transform: translateY(0%) !important;
}

.wrapper {
  overflow-x: hidden;
  position: relative;
  min-height: 100%;
}

.container {
  max-width: 1186px;
  margin: 0 auto;
  padding: 0 15px 20px;
}

@font-face {
  font-family: Inter;
  font-display: swap;
  src: url("../fonts/Inter-Medium.woff2") format("woff2"), url("../fonts/Inter-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: Inter;
  font-display: swap;
  src: url("../fonts/Inter-Regular.woff2") format("woff2"), url("../fonts/Inter-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

.button {
  display: inline-block;
  background: -o-radial-gradient(50% 50%, 85.84% 64.77%, #A4CA1A 0%, #BCE528 100%);
  background: radial-gradient(85.84% 64.77% at 50% 50%, #A4CA1A 0%, #BCE528 100%);
  -webkit-box-shadow: 0px 4px 0px #9ABF13, 0px 20px 32px rgba(170, 207, 34, 0.48);
          box-shadow: 0px 4px 0px #9ABF13, 0px 20px 32px rgba(170, 207, 34, 0.48);
  border-radius: 24px 0px 24px 24px;
  padding: 34px 48px;
  color: #FFFFFF;
  cursor: pointer;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  text-shadow: 0px 1px 4px rgba(0, 0, 0, 0.12);
}

.button:hover {
  background: -o-radial-gradient(50% 50%, 85.84% 64.77%, #AACF22 0%, #AACF22 100%);
  background: radial-gradient(85.84% 64.77% at 50% 50%, #AACF22 0%, #AACF22 100%);
}

.button:active {
  background: -o-radial-gradient(50% 50%, 85.84% 64.77%, #BCE628 0%, #BCE628 100%);
  background: radial-gradient(85.84% 64.77% at 50% 50%, #BCE628 0%, #BCE628 100%);
}

.popap {
  width: 100%;
  height: 90%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
  background: rgba(8, 15, 20, 0.4);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.popap.active {
  opacity: 1;
  visibility: visible;
}

.popap.active .popap__body {
  -ms-transform: translateY(30%);
  -webkit-transform: translateY(30%);
  transform: translateY(30%);
  opacity: 1;
}

.popap__order {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
  background: rgba(8, 15, 20, 0.4);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.popap__order.active {
  opacity: 1;
  visibility: visible;
}

.popap__order.active .popap__body-order {
  -ms-transform: translateY(50%);
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  opacity: 1;
}

.popap__thanks {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
  background: rgba(8, 15, 20, 0.4);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.popap__thanks.active {
  opacity: 1;
  visibility: visible;
}

.popap__thanks.active .popap__body-thanks {
  -ms-transform: translateY(50%);
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  opacity: 1;
}

.modal__input .modal__error {
  display: none;
  position: relative;
  font-size: 12px;
  line-height: 15px;
  margin-top: 8px;
  color: #EF3A2F;
}

.error textarea {
  background-color: #FFF6F6 !important;
  border: 1px solid #EF3A2F;
}

.error textarea::-webkit-input-placeholder {
  color: #EF3A2F !important;
}

.error textarea::-moz-placeholder {
  color: #EF3A2F !important;
}

.error textarea:-ms-input-placeholder {
  color: #EF3A2F !important;
}

.error textarea::-ms-input-placeholder {
  color: #EF3A2F !important;
}

.error textarea::placeholder {
  color: #EF3A2F !important;
}

.error input {
  background-color: #FFF6F6 !important;
  border: 1px solid #EF3A2F;
}

.error .modal__error {
  display: block;
}

.error input::-webkit-input-placeholder {
  color: #EF3A2F !important;
}

.error input::-moz-placeholder {
  color: #EF3A2F !important;
}

.error input:-ms-input-placeholder {
  color: #EF3A2F !important;
}

.error input::-ms-input-placeholder {
  color: #EF3A2F !important;
}

.error input::placeholder {
  color: #EF3A2F !important;
}

.popap__body {
  padding: 48px;
  position: relative;
  width: 872px;
  background-color: #FFFFFF;
  margin: 0 auto;
  border-radius: 16px;
  -ms-transform: translateY(70%) scale(0.9);
  -webkit-transform: translateY(70%) scale(0.9);
  transform: translateY(70%) scale(0.9);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  opacity: 0;
}

.popap__body h3 {
  font-size: 30px;
  line-height: 36px;
  color: #080F14;
  width: 70%;
  margin-bottom: 16px;
}

.popap__body .modal__subtitle {
  margin-bottom: 24px;
}

.popap__body textarea {
  background-color: #F8F9FB;
  border-radius: 16px;
  padding: 32px;
  width: 100%;
  margin-bottom: 16px;
  resize: none;
}

.popap__body textarea::-webkit-input-placeholder {
  color: #98A0AD;
  font-size: 16px;
  line-height: 24px;
}

.popap__body textarea::-moz-placeholder {
  color: #98A0AD;
  font-size: 16px;
  line-height: 24px;
}

.popap__body textarea:-ms-input-placeholder {
  color: #98A0AD;
  font-size: 16px;
  line-height: 24px;
}

.popap__body textarea::-ms-input-placeholder {
  color: #98A0AD;
  font-size: 16px;
  line-height: 24px;
}

.popap__body textarea::placeholder {
  color: #98A0AD;
  font-size: 16px;
  line-height: 24px;
}

.popap__body .modal__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 16px;
}

.popap__body .modal__row > *:not(:last-child) {
  margin-right: 16px;
}

.popap__body .modal__row .modal__input input {
  background-color: #F8F9FB;
  border-radius: 8px;
  padding: 16px;
  width: 100%;
}
.popap__body .modal__row .modal__input {
  margin-right: 0;
  width: 30%;
}
.popap__body .modal__row .modal__input input::-webkit-input-placeholder {
  color: #98A0AD;
  font-size: 16px;
  line-height: 24px;
}

.popap__body .modal__row .modal__input input::-moz-placeholder {
  color: #98A0AD;
  font-size: 16px;
  line-height: 24px;
}

.popap__body .modal__row .modal__input input:-ms-input-placeholder {
  color: #98A0AD;
  font-size: 16px;
  line-height: 24px;
}

.popap__body .modal__row .modal__input input::-ms-input-placeholder {
  color: #98A0AD;
  font-size: 16px;
  line-height: 24px;
}

.popap__body .modal__row .modal__input input::placeholder {
  color: #98A0AD;
  font-size: 16px;
  line-height: 24px;
}

.popap__body .modal__button-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.popap__body .modal__button-row .button {
  margin-right: 24px;
}

.popap__body .modal__personal {
  width: 248px;
  color: #98A0AD;
  font-size: 12px;
  line-height: 124%;
}

.popap__body .modal__personal a {
  color: #2AABCC;
}

.popap__body .modal__close,
.popap__body .modal__close-order {
  position: absolute;
  cursor: pointer;
  top: 12px;
  right: 12px;
}

.popap__body-order {
  padding: 48px;
  position: relative;
  width: 872px;
  background-color: #FFFFFF;
  margin: 0 auto;
  border-radius: 16px;
  -ms-transform: translateY(70%) scale(0.9);
  -webkit-transform: translateY(70%) scale(0.9);
  transform: translateY(70%) scale(0.9);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  opacity: 0;
}

.popap__body-order h3 {
  font-size: 30px;
  line-height: 36px;
  color: #080F14;
  width: 70%;
  margin-bottom: 16px;
}

.popap__body-order .modal__subtitle {
  margin-bottom: 24px;
}

.popap__body-order .modal__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 16px;
}

.popap__body-order .modal__row > *:not(:last-child) {
  margin-right: 16px;
}

.popap__body-order .modal__row input {
  background-color: #F8F9FB;
  border-radius: 16px;
  padding: 32px;
}

.popap__body-order .modal__row input::-webkit-input-placeholder {
  color: #98A0AD;
  font-size: 16px;
  line-height: 24px;
}

.popap__body-order .modal__row input::-moz-placeholder {
  color: #98A0AD;
  font-size: 16px;
  line-height: 24px;
}

.popap__body-order .modal__row input:-ms-input-placeholder {
  color: #98A0AD;
  font-size: 16px;
  line-height: 24px;
}

.popap__body-order .modal__row input::-ms-input-placeholder {
  color: #98A0AD;
  font-size: 16px;
  line-height: 24px;
}

.popap__body-order .modal__row input::placeholder {
  color: #98A0AD;
  font-size: 16px;
  line-height: 24px;
}

.popap__body-order .modal__button-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.popap__body-order .modal__button-row .button {
  margin-right: 24px;
}

.popap__body-order .modal__personal {
  width: 248px;
  color: #98A0AD;
  font-size: 12px;
  line-height: 124%;
}

.popap__body-order .modal__personal a {
  color: #2AABCC;
}

.popap__body-order .modal__close {
  position: absolute;
  cursor: pointer;
  top: 12px;
  right: 12px;
}

.popap__body-order .modal__close-order {
  position: absolute;
  cursor: pointer;
  top: 12px;
  right: 12px;
}

.popap__body-thanks {
  background-image: url(../img/modal-thanks.png);
  background-position: 100% 68%;
  padding: 48px 32px;
  position: relative;
  width: 448px;
  background-color: #FFFFFF;
  margin: 0 auto;
  border-radius: 16px;
  -ms-transform: translateY(70%) scale(0.9);
  -webkit-transform: translateY(70%) scale(0.9);
  transform: translateY(70%) scale(0.9);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  opacity: 0;
}

.popap__body-thanks h2 {
  font-size: 40px;
  text-align: center;
  line-height: 48px;
  color: #080F14;
  width: 100%;
  margin-bottom: 16px;
}

.popap__body-thanks .modal__subtitle {
  text-align: center;
  margin-bottom: 24px;
}

.popap__body-thanks .modal__thanks-img {
  text-align: center;
  margin-bottom: 24px;
}

.popap__body-thanks .button {
  width: 100%;
  text-align: center;
}

.popap__body-thanks .modal__close-thanks {
  position: absolute;
  cursor: pointer;
  top: 12px;
  right: 12px;
}

/**
 * Swiper 8.4.7
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: January 30, 2023
 */

@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}

:root {
  --swiper-theme-color: #007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

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

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  -ms-touch-action: pan-x;
      touch-action: pan-x;
}

.swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-backface-hidden .swiper-slide {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* 3D Effects */

.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-3d .swiper-wrapper,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

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

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

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

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

/* CSS Mode */

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
      -ms-flex-order: 9999;
          order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-lock {
  display: none;
}

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  -o-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

/* Common Styles */

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
      -ms-transform: scale(0.33);
          transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
      -ms-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
      -ms-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
      -ms-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
      -ms-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
          transform: translate3d(0px, -50%, 0);
}

.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}

/* Progress */

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
          transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
      -ms-transform-origin: right top;
          transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-vertical > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-vertical {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

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

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */

:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
      -ms-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

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

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

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

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

/* a11y */

.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

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

.swiper-fade.swiper-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
          transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
      -ms-transform-origin: 100% 0;
          transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev,
.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-top,
.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-filter: blur(50px);
          filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  -webkit-transition-property: opacity, height, -webkit-transform;
  transition-property: opacity, height, -webkit-transform;
  -o-transition-property: transform, opacity, height;
  transition-property: transform, opacity, height;
  transition-property: transform, opacity, height, -webkit-transform;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  -webkit-transform-origin: center bottom;
      -ms-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

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

.header__top-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 36px;
  margin-top: 24px;
}

.header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 12px;
  line-height: 114%;
  margin-right: 119px;
}

.header__logo img {
  width: 178px;
  margin-right: 24px;
}

.header__logo-mobile {
  display: none;
}

.header__item-text {
  color: #98A0AD;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 4px;
  position: relative;
}

.header__circle::before {
  content: "";
  background: #1EBF57;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  top: 7px;
  left: 1px;
}

.header__item-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.header__item-row img {
  margin-right: 10px;
}

.header__item-row__text {
  color: #080F14;
  font-size: 14px;
  line-height: 20px;
}

.header__item-row__text a {
  color: #080F14;
}

.header__tel {
  text-align: end;
}

.header__tel-number {
  color: #080F14;
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
}

.header__tel-text {
  position: relative;
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

.header__tel-text a {
  color: #2AABCC;
}

.header__tel-text::before {
  content: "";
  width: 129px;
  border-bottom: 1.5px dashed #2AABCC;
  position: absolute;
  left: 20px;
  bottom: 0;
}

.header nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header nav ul a {
  color: #080F14;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.4px;
  text-transform: uppercase;
}

.header__mobile {
  display: none;
}

.header__fixed {
  position: fixed;
  z-index: 5;
  width: 100%;
  margin: 0 auto;
  top: 0%;
  left: 0%;
}

.mobile__bar {
  display: none;
  width: 14px;
  margin-right: 8px;
}

.menu__burger {
  display: none;
}

.burger__column {
  padding: 26px 24px;
}

.burger__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 26px;
}

.burger__logo {
  width: 158px;
  height: auto;
}

.burger__logo img {
  width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.burger__list ul {
  border-bottom: 1px solid #F8F9FB;
}

.burger__list ul li {
  margin: 40px 0;
}

.burger__list ul a {
  font-size: 14px;
  line-height: 20px;
  color: #080F14;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  font-weight: 500;
}

.burger__contact {
  margin-top: 40px;
}

.burger__contact .header__item-row {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 24px;
}

.burger__contact .header__tel {
  text-align: start;
  margin-bottom: 24px;
}

.burger__contact .header__item-time {
  margin-left: 16px;
}

.burger__contact .header__circle::before {
  left: -16px;
}

.burger__contact .header__tel-text {
  text-align: start;
}

.burger__contact .header__tel-text a {
  color: #2AABCC;
}

.burger__contact .header__tel-text::before {
  left: 0;
}

.burger__active {
  display: block;
}

.copyright {
  background-color: #FFFFFF;
  position: relative;
  z-index: 1;
  padding: 64px 0;
  font-size: 14px;
  line-height: 20px;
}

.copyright__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.copyright__right-block img {
  margin-top: 2px;
}

.headliner {
  background-image: url(../img/headliner-background.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-top: -150px;
  padding-bottom: 180px;
}

.headliner__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.headliner__column {
  padding-top: 314px;
}

.headliner__column > *:not(:last-child) {
  margin-bottom: 40px;
}

.headliner__column h1 {
  color: #080F14;
  font-size: 48px;
  line-height: 58px;
  opacity: 0;
  -webkit-transform: translateY(20%);
      -ms-transform: translateY(20%);
          transform: translateY(20%);
  -webkit-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
}

.headliner__column h1 span {
  color: #2AABCC;
}

.headliner__column .button__headliner {
  opacity: 0;
  -webkit-transform: translateY(20%);
      -ms-transform: translateY(20%);
          transform: translateY(20%);
  -webkit-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
}

.headliner__block {
  opacity: 0;
  -webkit-transform: translateY(20%);
      -ms-transform: translateY(20%);
          transform: translateY(20%);
  -webkit-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.headliner__block img {
  margin-right: 16px;
}

.headliner__text {
  color: #080F14;
}

.headliner__circle-animation {
  position: relative;
}

.headliner__circle {
  position: absolute;
  bottom: -25px;
  left: 0;
  z-index: 1;
}

.headliner__animation {
  opacity: 0;
  -webkit-transform: translateY(20%);
      -ms-transform: translateY(20%);
          transform: translateY(20%);
  -webkit-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
  position: absolute;
  bottom: 0px;
  left: 30px;
  z-index: 1;
  -webkit-animation-name: rotation;
          animation-name: rotation;
  -webkit-animation-duration: 15s;
          animation-duration: 15s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

.headliner__foliage-left {
  position: absolute;
  top: 60px;
  left: -230px;
  z-index: 5;
  -webkit-animation: hl-foliage-left 10s infinite linear;
          animation: hl-foliage-left 10s infinite linear;
  -webkit-animation-duration: 10s;
          animation-duration: 10s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-fill-mode: none;
          animation-fill-mode: none;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  -webkit-animation-name: hl-foliage-left;
          animation-name: hl-foliage-left;
}

.headliner__foliage-center {
  position: absolute;
  top: 216px;
  left: 50%;
  -webkit-animation: hl-foliage-center 10s infinite linear;
          animation: hl-foliage-center 10s infinite linear;
  -webkit-animation-duration: 10s;
          animation-duration: 10s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-fill-mode: none;
          animation-fill-mode: none;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  -webkit-animation-name: hl-foliage-center;
          animation-name: hl-foliage-center;
}

.headliner__foliage-right {
  position: absolute;
  top: 376px;
  right: -200px;
  -webkit-animation: hl-foliage-right 10s infinite linear;
          animation: hl-foliage-right 10s infinite linear;
  -webkit-animation-duration: 10s;
          animation-duration: 10s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-fill-mode: none;
          animation-fill-mode: none;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  -webkit-animation-name: hl-foliage-right;
          animation-name: hl-foliage-right;
}

@-webkit-keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

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

@keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

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

@-webkit-keyframes hl-foliage-left {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
  }

  50% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
  }

  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
  }
}

@keyframes hl-foliage-left {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
  }

  50% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
  }

  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
  }
}

@-webkit-keyframes hl-foliage-center {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
  }

  50% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
  }

  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
  }
}

@keyframes hl-foliage-center {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
  }

  50% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
  }

  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
  }
}

@-webkit-keyframes hl-foliage-right {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
  }

  50% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
  }

  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
  }
}

@keyframes hl-foliage-right {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
  }

  50% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
  }

  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
  }
}

.info {
  padding-top: 160px;
  background-image: url(../img/info-background.png);
  background-repeat: no-repeat;
  background-size: 700px 500px;
  background-position: 250px 50px;
}

.info__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.info__left-block {
  z-index: 2;
  position: relative;
  width: 50%;
}

.info__packaging-left {
  position: absolute;
  left: 0;
  top: -10px;
  width: 339px;
  -webkit-animation: info-packaging-left 10s infinite linear;
          animation: info-packaging-left 10s infinite linear;
  -webkit-animation-duration: 10s;
          animation-duration: 10s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-fill-mode: none;
          animation-fill-mode: none;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  -webkit-animation-name: info-packaging-left;
          animation-name: info-packaging-left;
}

.info__packaging-left img {
  width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.info__packaging-right {
  position: absolute;
  top: 230px;
  left: 16vw;
  width: 262px;
  -webkit-animation: info-packaging-right 10s infinite linear;
          animation: info-packaging-right 10s infinite linear;
  -webkit-animation-duration: 10s;
          animation-duration: 10s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-fill-mode: none;
          animation-fill-mode: none;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  -webkit-animation-name: info-packaging-right;
          animation-name: info-packaging-right;
}

.info__packaging-right img {
  width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.info__foliage-left {
  position: absolute;
  left: 5vw;
  top: 340px;
  -webkit-animation: info-foliage-left 10s infinite linear;
          animation: info-foliage-left 10s infinite linear;
  -webkit-animation-duration: 10s;
          animation-duration: 10s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-fill-mode: none;
          animation-fill-mode: none;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  -webkit-animation-name: info-foliage-left;
          animation-name: info-foliage-left;
}

.info__foliage-right {
  position: absolute;
  top: 100px;
  left: 20vw;
  -webkit-animation: info-foliage-right 10s infinite linear;
          animation: info-foliage-right 10s infinite linear;
  -webkit-animation-duration: 10s;
          animation-duration: 10s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-fill-mode: none;
          animation-fill-mode: none;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  -webkit-animation-name: info-foliage-right;
          animation-name: info-foliage-right;
}

.info__right-block {
  width: 50%;
  margin-bottom: 168px;
}

.info__right-block h2 {
  font-size: 40px;
  line-height: 48px;
  color: #080F14;
  margin-bottom: 32px;
}

.info__subtitle {
  color: #080F14;
  margin-bottom: 24px;
}

.info__img-group {
  margin-bottom: 24px;
}

.info__text-block > *:not(:last-child) {
  margin-bottom: 16px;
}

.info__text {
  font-size: 16px;
  line-height: 24px;
}

@-webkit-keyframes info-packaging-left {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
  }

  50% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
  }

  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
  }
}

@keyframes info-packaging-left {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
  }

  50% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
  }

  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
  }
}

@-webkit-keyframes info-packaging-right {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
  }

  50% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
  }

  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
  }
}

@keyframes info-packaging-right {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
  }

  50% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
  }

  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
  }
}

@-webkit-keyframes info-foliage-left {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
  }

  50% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
  }

  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
  }
}

@keyframes info-foliage-left {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
  }

  50% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
  }

  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
  }
}

@-webkit-keyframes info-foliage-right {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
  }

  50% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
  }

  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
  }
}

@keyframes info-foliage-right {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
  }

  50% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
  }

  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
  }
}

.catalog {
  background-image: url(../img/catalog-background.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-top: -140px;
  padding-top: 248px;
}

.catalog h2 {
  margin-bottom: 64px;
  font-size: 40px;
  line-height: 48px;
  color: #080F14;
  text-align: center;
}

.catalog__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 2;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 160px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.catalog__item {
  background-color: #FFFFFF;
  -webkit-box-shadow: 0px 16px 48px rgba(136, 144, 157, 0.12);
          box-shadow: 0px 16px 48px rgba(136, 144, 157, 0.12);
  border-radius: 16px;
  padding: 40px 32px;
  max-width: 372px;
  position: relative;
  z-index: 2;
  height: 623px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
}

.catalog__item:hover {
  height: 727px;
}

.catalog__item:hover .catalog__button {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 1;
}

.catalog__item:nth-child(3):hover,
.catalog__item:nth-child(6):hover {
  height: 767px;
}

.catalog__item-img {
  max-width: 308px;
  height: 224px;
  margin-bottom: 24px;
}

.catalog__item-img img {
  width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.catalog__item-subtitle {
  font-size: 24px;
  line-height: 146%;
  padding-bottom: 16px;
  border-bottom: 1px solid #F8F9FB;
  margin-bottom: 16px;
}

.catalog__item-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.catalog__item-row > *:not(:last-child) {
  margin-bottom: 12px;
}

.catalog__text-left {
  width: 50%;
  color: #98A0AD;
  font-size: 16px;
  line-height: 24px;
}

.catalog__text-right {
  width: 50%;
  text-align: end;
  font-size: 16px;
  line-height: 24px;
}

.catalog__button {
  width: 100%;
  text-align: center;
  opacity: 0;
  margin-top: 52px;
}

.catalog__button:hover {
  background: -o-radial-gradient(50% 50%, 85.84% 64.77%, #AACF22 0%, #AACF22 100%);
  background: radial-gradient(85.84% 64.77% at 50% 50%, #AACF22 0%, #AACF22 100%);
}

.catalog__button:active {
  background: -o-radial-gradient(50% 50%, 85.84% 64.77%, #BCE628 0%, #BCE628 100%);
  background: radial-gradient(85.84% 64.77% at 50% 50%, #BCE628 0%, #BCE628 100%);
}

.catalog__foliage-left {
  position: absolute;
  z-index: 0;
  left: -25%;
  top: 15%;
  -webkit-animation: catalog-foliage-left 10s infinite linear;
          animation: catalog-foliage-left 10s infinite linear;
  -webkit-animation-duration: 10s;
          animation-duration: 10s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-fill-mode: none;
          animation-fill-mode: none;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  -webkit-animation-name: catalog-foliage-left;
          animation-name: catalog-foliage-left;
}

.catalog__foliage-right {
  position: absolute;
  z-index: 0;
  right: -12%;
  top: 30%;
  -webkit-animation: catalog-foliage-right 10s infinite linear;
          animation: catalog-foliage-right 10s infinite linear;
  -webkit-animation-duration: 10s;
          animation-duration: 10s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-fill-mode: none;
          animation-fill-mode: none;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  -webkit-animation-name: catalog-foliage-right;
          animation-name: catalog-foliage-right;
}

@-webkit-keyframes catalog-foliage-left {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
  }

  50% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
  }

  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
  }
}

@keyframes catalog-foliage-left {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
  }

  50% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
  }

  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
  }
}

@-webkit-keyframes catalog-foliage-right {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
  }

  50% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
  }

  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
  }
}

@keyframes catalog-foliage-right {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
  }

  50% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
  }

  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
  }
}

.partners {
  position: relative;
  margin-bottom: 160px;
}

.partners h2 {
  font-size: 40px;
  line-height: 48px;
  color: #080F14;
  text-align: center;
  margin-bottom: 64px;
}

.partners__foliage {
  position: absolute;
  z-index: 2;
  top: 70px;
  right: 13vw;
  -webkit-animation: partners-foliage 10s infinite linear;
          animation: partners-foliage 10s infinite linear;
  -webkit-animation-duration: 10s;
          animation-duration: 10s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-fill-mode: none;
          animation-fill-mode: none;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  -webkit-animation-name: partners-foliage;
          animation-name: partners-foliage;
}

.partners .swiper {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.partners .swiper-container-free-mode > .swiper-wrapper {

 -webkit-transition-timing-function: linear;

      -o-transition-timing-function: linear;

          transition-timing-function: linear;

 }

@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(-2312px);
            transform: translateX(-2312px);
  }
}

@keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(-2312px);
            transform: translateX(-2312px);
  }
}



.partners .swiper-slide {
  width: 289px;
  height: 159px;
  border: 1px solid #DCE2EC;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.partners .swiper-slide img {
  width: 232px;
  height: auto;
}

.partners .swiper-slide:hover {
  -webkit-box-shadow: 0px 8px 48px rgba(136, 144, 157, 0.16);
          box-shadow: 0px 8px 48px rgba(136, 144, 157, 0.16);
}

@-webkit-keyframes partners-foliage {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
  }

  50% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
  }

  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
  }
}

@keyframes partners-foliage {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
  }

  50% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
  }

  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
  }
}

.production {
  margin-bottom: 199px;
}

.production h2 {
  font-size: 40px;
  line-height: 48px;
  text-align: center;
  color: #080F14;
  margin-bottom: 64px;
}

.production__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 48px;
  gap: 20px;
}

.production__row-mobile {
  display: none;
}

.production__row-mobile .production__row-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
  gap: 20px;
}

.production__row-mobile .production__item-mobile {
  background-color: #F8F9FB;
  border-radius: 16px;
  padding: 32px;
  padding-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 720px;
  margin: 0 auto;
}

.production__row-mobile .production__mobile-block {
  width: 50%;
}

.production__row-mobile .production__item-image {
  margin-top: 36px;
}

.production__item {
  background-color: #F8F9FB;
  border-radius: 16px;
  padding: 32px;
  padding-bottom: 0;
  height: 536px;
  width: 372px;
}

.production__subtitle {
  color: #080F14;
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 20px;
}

.production__text {
  margin-bottom: 33px;
  font-size: 16px;
  line-height: 24px;
}

.production .swiper-slide {
  position: relative;
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-size: cover;
  background-position: center;
  border-radius: 16px;
}

.production .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
}

.production .mySwiper3 {
  margin-left: auto;
  margin-right: auto;
  height: 624px;
  width: 100%;
  position: relative;
}

.production .mySwiper2 {
  position: absolute;
  z-index: 3;
  padding: 0 32px;
  width: 100%;
  overflow-x: hidden;
  bottom: 32px;
}

.production .mySwiper2 .swiper-slide {
  width: 182px;
  height: 106px;
  border: 4px solid #FFFFFF;
}

.production .mySwiper2 .swiper-slide-thumb-active {
  border-color: #AACF22;
}

.production .swiper-button-next,
.production .swiper-button-prev {
  width: 48px;
  height: 48px;
  background-color: #BCE628;
  border-radius: 45px;
  stroke: #fff;
}

.production .swiper-button-next:hover,
.production .swiper-button-prev:hover {
  background-color: #AACF22;
}

.production .swiper-button-next.swiper-button-disabled,
.production .swiper-button-prev.swiper-button-disabled {
  background-color: #F8F9FB !important;
  stroke: #DCE2EC;
}

.production .swiper-button-next::after,
.production .swiper-button-prev::after {
  display: none;
}

.production .swiper__column {
  position: relative;
  z-index: 3;
  overflow-x: hidden;
}

.delivery {
  background-image: url(../img/delivery-background.png);
  background-repeat: no-repeat;
  background-position: 0 -50px;
  background-size: contain;
  margin-top: -200px;
  margin-bottom: 250px;
  background-position: center;
}

.delivery__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
}

.delivery__left-block {
  position: relative;
  z-index: 1;
  padding-top: 200px;
}

.delivery__left-block h2 {
  font-size: 40px;
  line-height: 48px;
  color: #080F14;
  margin-bottom: 48px;
}

.delivery__left-block .delivery__info-block {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 500px;
}

.delivery__info {
  background-color: #FFFFFF;
  padding: 20px 51px 20px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 448px;
  -webkit-box-shadow: 0px 8px 40px rgba(136, 144, 157, 0.12);
          box-shadow: 0px 8px 40px rgba(136, 144, 157, 0.12);
  border-radius: 16px;
  margin-bottom: 32px;
}

.delivery__info img {
  margin-right: 20px;
}

.delivery__info-text {
  font-size: 16px;
  line-height: 24px;
}

.delivery__info-text span {
  font-weight: 500;
}

.delivery__info-block {

  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 13px;
	display: none;
}

.delivery__info-block img {
  margin-right: 16px;
}

.delivery__car {
  margin-left: -200px;
  margin-right: 43px;
}

.delivery__car-mobile {
  display: none;
}

.delivery__block-text {
  color: #080F14;
}

.delivery__right-block {
  position: relative;
  margin-bottom: -210px;
}

.delivery__text {
    color: #080F14;
    font-size: 18px;
  line-height: 24px;
  margin-bottom: 8px;
  max-width: 568px;
}

.delivery__text img {
	margin: 10px 0;
}

.delivery__button {
  margin-top: 32px;
}

.delivery__foliage-top {
  position: absolute;
  top: 300px;
  left: 60vw;
  -webkit-animation: delivery-foliage-top 10s infinite linear;
          animation: delivery-foliage-top 10s infinite linear;
  -webkit-animation-duration: 10s;
          animation-duration: 10s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-fill-mode: none;
          animation-fill-mode: none;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  -webkit-animation-name: delivery-foliage-top;
          animation-name: delivery-foliage-top;
}

.delivery__foliage-center {
  position: absolute;
  top: 630px;
  right: 170px;
  z-index: -1;
  -webkit-animation: delivery-foliage-center 10s infinite linear;
          animation: delivery-foliage-center 10s infinite linear;
  -webkit-animation-duration: 10s;
          animation-duration: 10s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-fill-mode: none;
          animation-fill-mode: none;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  -webkit-animation-name: delivery-foliage-center;
          animation-name: delivery-foliage-center;
}

.delivery__foliage-bottom {
  position: absolute;
  top: 0;
  right: -25vw;
  -webkit-animation: delivery-foliage-bottom 10s infinite linear;
          animation: delivery-foliage-bottom 10s infinite linear;
  -webkit-animation-duration: 10s;
          animation-duration: 10s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-fill-mode: none;
          animation-fill-mode: none;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  -webkit-animation-name: delivery-foliage-bottom;
          animation-name: delivery-foliage-bottom;
}

@-webkit-keyframes delivery-foliage-top {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
  }

  50% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
  }

  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
  }
}

@keyframes delivery-foliage-top {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
  }

  50% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
  }

  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
  }
}

@-webkit-keyframes delivery-foliage-center {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
  }

  50% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
  }

  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
  }
}

@keyframes delivery-foliage-center {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
  }

  50% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
  }

  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
  }
}

@-webkit-keyframes delivery-foliage-bottom {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
  }

  50% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
  }

  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
  }
}

@keyframes delivery-foliage-bottom {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
  }

  50% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
  }

  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
  }
}

.contact {
  background-image: url(../img/contact-background.png);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: contain;
  padding-bottom: 160px;
}

.contact__title h2 {
  font-size: 40px;
  line-height: 48px;
  color: #080F14;
  margin-bottom: 64px;
}

.contact__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 144px;
}

.contact__item {
  background-color: #FFFFFF;
  padding: 32px;
  width: 372px;
  height: 293px;
  -webkit-box-shadow: 0px 16px 48px rgba(136, 144, 157, 0.12);
          box-shadow: 0px 16px 48px rgba(136, 144, 157, 0.12);
  border-radius: 16px;
}

.contact__item > *:not(:last-child) {
  margin-bottom: 16px;
}

.contact__subtitle {
  font-size: 24px;
  line-height: 146%;
  color: #080F14;
}

.contact__name {
  font-size: 14px;
  line-height: 20px;
  color: #98A0AD;
  margin-bottom: 4px;
}

.contact__item-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.contact__item-row img {
  margin-right: 10px;
}

.contact__item-text {
  font-size: 16px;
  line-height: 24px;
  color: #080F14;
}

.contact__item-text a {
  color: #080F14;
}

.contact__tel a {
  color: #080F14;
}

.contact__tel-info {
  color: #98A0AD;
  font-size: 16px;
  line-height: 24px;
  position: relative;
  margin-left: 14px;
}

.contact__tel-info::before {
  content: "";
  background: #1EBF57;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  left: -14px;
}

.contact__question-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.contact__question-left {
  position: relative;
  max-width: 500px;
  margin-right: 130px;
  margin-bottom: -20px;
}

.contact__question-left h2 {
  font-size: 40px;
  line-height: 48px;
  color: #080F14;
  margin-bottom: 32px;
}

.contact__question-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 40px;
}

.contact__question-info img {
  margin-right: 16px;
  margin-top: 7px;
}

.contact__question-text {
  color: #080F14;
}

.contact__question-right {
  margin-top: -270px;
  margin-bottom: -80px;
  position: relative;
}

.contact__img-balls {
  position: relative;
  z-index: 2;
  margin-top: -70px;
}

.contact__img-tel {
  position: absolute;
  z-index: 1;
  top: 0px;
  left: 5vw;
  -webkit-animation: contact-img-tel 10s infinite linear;
          animation: contact-img-tel 10s infinite linear;
  -webkit-animation-duration: 10s;
          animation-duration: 10s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-fill-mode: none;
          animation-fill-mode: none;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  -webkit-animation-name: contact-img-tel;
          animation-name: contact-img-tel;
}

@-webkit-keyframes contact-img-tel {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
  }

  50% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
  }

  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
  }
}

@keyframes contact-img-tel {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
  }

  50% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
  }

  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
  }
}

.footer {
  display: block;
  margin: 64px 0;
  font-size: 14px;
  line-height: 20px;
  color: #98A0AD;
}

.footer__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer__right-block img {
  margin-top: 2px;
}

@media (max-width: 1700px) {
  .delivery {
    background-position: center;
  }
}

@media (max-width: 1366px) {
  .popap.active .popap__body {
    -ms-transform: translateY(15%);
    -webkit-transform: translateY(15%);
    transform: translateY(15%);
  }
}

@media (max-width: 1280px) {
  .popap.active .popap__body {
    -ms-transform: translateY(10%);
    -webkit-transform: translateY(10%);
    transform: translateY(10%);
  }

  .copyright {
    display: none;
  }

  .headliner {
    margin-top: 0;
    background-size: 160%;
    background-position: bottom;
    padding-bottom: 0;
  }

  .headliner__row {
    padding-bottom: 160px;
  }

  .headliner__column {
    padding-top: 144px;
  }

  .headliner__circle-animation {
    padding-top: 144px;
  }

  .headliner__foliage-left {
    left: -340px;
    top: 54px;
  }

  .headliner__foliage-center {
    top: 236px;
  }

  .headliner__foliage-right {
    top: 500px;
  }

  .info {
    padding-top: 137px;
  }

  .info__packaging-right {
    left: 20vw;
  }

  .info__foliage-right {
    left: 30vw;
  }

  .catalog__foliage-left {
    top: 25%;
  }

  .catalog__foliage-right {
    top: 43%;
  }

  .partners__foliage {
    top: 200px;
    right: 1vw;
  }

  .production .mySwiper2 .swiper-slide {
    border: 1.5px solid #FFFFFF;
  }

  .delivery {
    background-image: url(../img/delivery-background1280.png);
    background-position: 0px -70px;
    margin-bottom: 64px;
  }

  .delivery__left-block .delivery__info-block {
    margin-bottom: 158px;
  }

  .delivery__right-block {
    margin-bottom: -165px;
  }

  .delivery__foliage-top {
    left: 84vw;
    top: 180px;
  }

  .delivery__foliage-center {
    top: 530px;
    right: 110px;
  }

  .delivery__foliage-bottom {
    right: -15vw;
    top: 40vh;
  }

  .delivery__foliage-bottom img {
    width: 271px;
  }

  .contact {
    padding-bottom: 0;
    background-size: 130%;
  }

  .contact__question {
    margin-bottom: 0;
  }

  .contact__question-row {
    padding-bottom: 160px;
  }
}

@media (max-width: 1087px) {
  .header__logo img {
    width: 158px;
  }

  .header__logo {
    margin-right: 0;
  }

  .info__packaging-left {
    width: 280px;
  }

  .info__packaging-right {
    width: 180px;
    left: 23vw;
  }

  .catalog__item {
    max-width: 350px;
  }

  .production__row {
    display: none;
  }

  .production__row-mobile {
    display: block;
    margin-bottom: 32px;
  }

  .production__item {
    width: 350px;
  }

  .delivery__left-block .delivery__info-block {
    margin-left: 0;
    margin-bottom: 94px;
    width: 100%;
  }

  .delivery__left-block {
    width: 50%;
    margin-right: 20px;
  }

  .delivery__info {
    width: 100%;
  }

  .delivery__car img {
    width: 436px;
    -o-object-fit: cover;
       object-fit: cover;
  }

  .delivery__car {
    margin-left: 0;
  }

  .delivery__right-block {
    margin-bottom: -100px;
  }

  .contact {
    background-size: 150%;
  }

  .contact__row {
    margin-bottom: 80px;
  }

  .contact__item {
    width: 350px;
    height: 276px;
  }

  .contact__subtitle {
    font-size: 20px;
    line-height: 140%;
  }

  .contact__item-text {
    font-size: 14px;
    line-height: 20px;
  }

  .contact__tel a {
    line-height: 136%;
  }

  .contact__tel-info {
    font-size: 14px;
    line-height: 20px;
  }

  .contact__tel-info::before {
    top: 7px;
  }

  .contact__question-left {
    min-width: 50%;
    margin-right: 0;
    margin-bottom: 0;
  }

  .contact__question-right {
    width: 50%;
  }

  .contact__img-balls {
    width: 337px;
    margin-top: 0;
  }

  .contact__img-balls img {
    width: 100%;
    max-height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }

  .contact__img-tel {
    width: 251px;
  }

  .contact__img-tel img {
    width: 100%;
    max-height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@media (max-width: 991.98px) {
  .header__desktop {
    display: none;
  }
	.popap__body .modal__row .modal__input {
	  width: 100%;
	}
  .header__mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 26px 0;
  }

  .mobile__bar {
    display: block;
    position: relative;
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
  }

  .mobile__bar span {
    display: block;
    position: absolute;
    width: 100%;
    height: 1.5px;
    opacity: 1;
    left: 0;
    background: #080F14;
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
  }

  .mobile__bar span:not(:last-child) {
    margin-bottom: 3px;
  }

  .mobile__bar span:nth-child(1) {
    top: -5px;
    -webkit-transform-origin: left center;
        -ms-transform-origin: left center;
            transform-origin: left center;
  }

  .mobile__bar span:nth-child(2) {
    top: 0;
    -webkit-transform-origin: left center;
        -ms-transform-origin: left center;
            transform-origin: left center;
  }

  .mobile__bar span:nth-child(3) {
    top: 5px;
    -webkit-transform-origin: left center;
        -ms-transform-origin: left center;
            transform-origin: left center;
  }

  .menu__burger {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #FFFFFF;
    z-index: 11;
  }

  .headliner__foliage-left {
    left: 87vw;
    top: 48vh;
  }

  .headliner__foliage-left img {
    -webkit-transform: scaleX(-1);
        -ms-transform: scaleX(-1);
            transform: scaleX(-1);
    width: 200px;
  }

  .headliner__foliage-center {
    left: 40vw;
    top: 10vh;
  }

  .headliner__foliage-center img {
    width: 40px;
    height: auto;
  }

  .headliner__foliage-right {
    left: 55vw;
    top: 8vh;
  }

  .headliner__foliage-right img {
    width: 150px;
    height: auto;
  }

  .catalog__list {
    margin-bottom: 80px;
  }

  .catalog__foliage-left {
    left: -15%;
    top: 30%;
  }

  .catalog__foliage-left img {
    width: 400px;
  }

  .catalog__foliage-right {
    top: 64%;
  }

  .partners {
    margin-bottom: 80px;
  }

  .partners__foliage {
    display: none;
  }

  .delivery__foliage-bottom {
    right: 2vw;
    top: 100vh;
  }

  .delivery__foliage-bottom img {
    width: 150px;
  }
}

@media (max-width: 991px) {
  .production .mySwiper2 .swiper-slide {
    width: 125px;
    height: 74px;
  }
}

@media (max-width: 900px) {
  .popap__body {
    width: 440px;
  }

  .popap__body h3 {
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .popap__body .modal__subtitle {
    text-align: center;
  }

  .popap__body textarea {
    padding: 24px 32px;
    margin-bottom: 8px;
  }

  .popap__body textarea::-webkit-input-placeholder {
    font-size: 14px;
    line-height: 20px;
  }

  .popap__body textarea::-moz-placeholder {
    font-size: 14px;
    line-height: 20px;
  }

  .popap__body textarea:-ms-input-placeholder {
    font-size: 14px;
    line-height: 20px;
  }

  .popap__body textarea::-ms-input-placeholder {
    font-size: 14px;
    line-height: 20px;
  }

  .popap__body textarea::placeholder {
    font-size: 14px;
    line-height: 20px;
  }

  .popap__body .modal__row > *:not(:last-child) {
    margin-right: 0;
  }

  .popap__body .modal__row .modal__input input {
    width: 100%;
    padding: 10px 32px;
  }

  .popap__body .modal__row .modal__input input::-webkit-input-placeholder {
    font-size: 14px;
    line-height: 20px;
  }

  .popap__body .modal__row .modal__input input::-moz-placeholder {
    font-size: 14px;
    line-height: 20px;
  }

  .popap__body .modal__row .modal__input input:-ms-input-placeholder {
    font-size: 14px;
    line-height: 20px;
  }

  .popap__body .modal__row .modal__input input::-ms-input-placeholder {
    font-size: 14px;
    line-height: 20px;
  }

  .popap__body .modal__row .modal__input input::placeholder {
    font-size: 14px;
    line-height: 20px;
  }

  .popap__body .modal__row {
    display: block;
    margin-bottom: 8px;
  }

  .popap__body .modal__row > *:not(:last-child) {
    margin-bottom: 8px;
  }

  .popap__body .modal__button-row .button {
    margin-right: 0;
    width: 100%;
    margin-bottom: 24px;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 26px;
  }

  .popap__body .modal__button-row {
    display: block;
  }

  .popap__body .modal__personal {
    width: 304px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .popap__body .modal__close,
  .popap__body .modal__close-order {
    right: 40px;
  }

  .popap__body {
    padding: 40px 32px;
  }

  .popap__body-order {
    width: 440px;
  }

  .popap__body-order h3 {
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .popap__body-order .modal__subtitle {
    text-align: center;
  }

  .popap__body-order .modal__row > *:not(:last-child) {
    margin-right: 0;
  }

  .popap__body-order .modal__row input {
    width: 100%;
    padding: 10px 32px;
  }

  .popap__body-order .modal__row input::-webkit-input-placeholder {
    font-size: 14px;
    line-height: 20px;
  }

  .popap__body-order .modal__row input::-moz-placeholder {
    font-size: 14px;
    line-height: 20px;
  }

  .popap__body-order .modal__row input:-ms-input-placeholder {
    font-size: 14px;
    line-height: 20px;
  }

  .popap__body-order .modal__row input::-ms-input-placeholder {
    font-size: 14px;
    line-height: 20px;
  }

  .popap__body-order .modal__row input::placeholder {
    font-size: 14px;
    line-height: 20px;
  }

  .popap__body-order .modal__row {
    display: block;
    margin-bottom: 8px;
  }

  .popap__body-order .modal__row > *:not(:last-child) {
    margin-bottom: 8px;
  }

  .popap__body-order .modal__button-row .button {
    margin-right: 0;
    width: 100%;
    margin-bottom: 24px;
    text-align: center;
    padding-top: 26px;
    padding-bottom: 26px;
  }

  .popap__body-order .modal__button-row {
    display: block;
  }

  .popap__body-order .modal__personal {
    width: 304px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .popap__body-order .modal__close {
    right: 40px;
  }

  .popap__body-order .modal__close-order {
    right: 40px;
  }

  .popap__body-order {
    padding: 40px 32px;
  }

  .popap__body-thanks .modal__close-thanks {
    right: 40px;
  }

  .catalog__item:nth-child(3):hover,
  .catalog__item:nth-child(6):hover {
    height: 634px;
  }

  .catalog__item:nth-child(3) .button,
  .catalog__item:nth-child(6) .button {
    margin-top: 0;
  }

  .catalog__item {
    height: 634px;
    padding: 32px;
  }

  .catalog__item-img {
    margin-bottom: 16px;
  }

  .catalog__item-subtitle {
    font-size: 20px;
    line-height: 140%;
  }

  .catalog__text-left {
    font-size: 14px;
    line-height: 20px;
  }

  .catalog__text-right {
    font-size: 14px;
    line-height: 20px;
  }

  .catalog__button {
    opacity: 1;
    margin-top: 30px;
    padding-top: 26px;
    padding-bottom: 26px;
  }
}

@media (max-width: 768px) {
  .popap__order.active .popap__body-order {
    -ms-transform: translateY(20%);
    -webkit-transform: translateY(20%);
    transform: translateY(20%);
  }

  .popap__thanks.active .popap__body-thanks {
    -ms-transform: translateY(60%);
    -webkit-transform: translateY(60%);
    transform: translateY(60%);
  }

  .popap__body-thanks {
    width: 343px;
    background-image: url(../img/modal-thanks-mobile.png);
  }

  .popap__body-thanks h2 {
    font-size: 32px;
    line-height: 39px;
    margin-bottom: 8px;
  }

  .popap__body-thanks .button {
    padding: 26px 0;
  }

  .headliner {
    background-position: 45% 350%;
    padding-bottom: 10px;
  }

  .headliner__column h1 {
    font-size: 32px;
    line-height: 39px;
  }

  .headliner__column {
    padding-top: 40px;
  }

  .headliner__column .button {
    padding-top: 26px;
    padding-bottom: 26px;
  }

  .headliner__text {
    line-height: 136%;
  }

  .headliner__circle {
    bottom: 0;
    left: 25px;
  }

  .headliner__circle img {
    width: 144px;
  }

  .headliner__animation {
    left: 45px;
    bottom: 15px;
  }

  .headliner__animation img {
    width: 107px;
  }

  .info {
    padding-top: 0;
  }

  .info__packaging-left {
    top: 80px;
    width: 207px;
    left: 3vw;
  }

  .info__packaging-right {
    top: 250px;
    width: 160px;
  }

  .info__foliage-left {
    left: 8vw;
  }

  .info__foliage-left img {
    width: 90px;
  }

  .info__foliage-right {
    top: 160px;
    left: 33vw;
  }

  .info__foliage-right img {
    width: 50px;
  }

  .info__right-block h2 {
    font-size: 26px;
    line-height: 31px;
  }

  .catalog h2 {
    font-size: 26px;
    line-height: 31px;
    margin-bottom: 32px;
  }

  .catalog {
    padding-top: 0;
    margin-top: 0px;
  }

  .partners h2 {
    font-size: 26px;
    line-height: 31px;
    margin-bottom: 32px;
  }

  .production h2 {
    font-size: 26px;
    line-height: 31px;
    margin-bottom: 32px;
  }

  .production {
    margin-bottom: 152px;
  }

  .production__item {
    height: 405px;
  }

  .production__subtitle {
    font-size: 20px;
    line-height: 140%;
  }

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

  .production__item-img {
    width: 240px;
    height: auto;
    margin: 0 auto;
  }

  .production__item-img img {
    width: 100%;
    max-height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }

  .production .production__item-img__height {
    margin-top: -35px;
  }

  .production .mySwiper3 {
    height: 388px;
  }

  .production .mySwiper2 .swiper-slide img {
    border-radius: 8px;
  }

  .production .mySwiper2 {
    position: relative;
    bottom: 0;
    right: 0;
    margin-top: 16px;
    padding: 0;
  }

  .delivery {
    margin-bottom: 180px;
    background-image: url(../img/delivery-background768.png);
    background-position: 0px 70px;
    margin-bottom: 110px;
  }

  .delivery__left-block h2 {
    font-size: 26px;
    line-height: 31px;
  }

  .delivery__left-block .delivery__info-block {
    max-width: 351px;
  }

  .delivery__left-block {
    margin-right: 0;
  }

  .delivery__info {
    max-width: 351px;
  }

  .delivery__info-block {
    margin-bottom: 0;
  }

  .delivery__car {
    margin-left: -90px;
  }

  .delivery__block-text {
    font-size: 18px;
    line-height: 136%;
  }

  .delivery__right-block {
    margin-bottom: -20px;
  }

  .delivery__text {
    margin-bottom: 24px;
    font-size: 14px;
    line-height: 20px;
  }

  .delivery__button {
    padding-top: 26px;
    padding-bottom: 26px;
    margin-top: 24px;
  }

  .delivery__foliage-top {
    display: none;
  }

  .delivery__foliage-center {
    display: none;
  }

  .delivery__foliage-bottom {
    top: 55vh;
  }

  .delivery__foliage-bottom img {
    width: 96px;
  }

  .contact__title h2 {
    font-size: 26px;
    line-height: 31px;
    margin-bottom: 32px;
  }

  .contact__question-row {
    padding-bottom: 120px;
  }

  .contact__question-left h2 {
    font-size: 26px;
    line-height: 31px;
    margin-bottom: 24px;
  }

  .contact__question-info {
    margin-bottom: 24px;
  }

  .contact__question-button {
    padding-top: 26px;
    padding-bottom: 26px;
  }

  .footer {
    margin: 40px 0;
  }

  .footer__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .footer__row > *:not(:last-child) {
    margin-bottom: 24px;
  }
}

@media (max-width: 768px) and (max-width: 375px) {
  .headliner__column .button {
    padding-left: 36px;
    padding-right: 36px;
  }
}

@media (max-width: 767.98px) {
  .headliner__column > *:not(:last-child) {
    margin-bottom: 32px;
  }

  .info__right-block {
    margin-top: 0;
    margin-bottom: 0;
  }
}

@media (max-width: 730px) {
  .info__row {
    display: block;
  }

  .info__left-block {
    width: 100%;
	display: none;
  }

  .info__packaging-left {
    left: 20vw;
	
  }

  .info__packaging-right {
    left: 50vw;
  }

  .info__foliage-left {
    left: 25vw;
    top: 270px;
  }

  .info__foliage-right {
    left: 60vw;
  }

  .info__right-block {
    width: 100%;
    padding-top: 40px;
  }

  .production__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 32px;
  }

  .production__row-mobile {
    display: none;
  }
}

@media (max-width: 650px) {
  .headliner {
    background-position: 75% 110%;
    background-size: 200%;
  }
}

@media (max-width: 630px) {
  .delivery {
    background-image: url(../img/delivery-background375.png);
    background-position: 0px -18em;
    background-size: cover;
  }

  .delivery__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .delivery__left-block {
    width: 100%;
  }

  .delivery__car {
    display: none;
  }

  .delivery__car-mobile {
    display: block;
    width: 436px;
    margin-left: -100px;
  }

  .delivery__car-mobile img {
    width: 100%;
    max-height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }

  .delivery__right-block {
    margin-top: 395px;
  }

  .contact {
    background-size: 300%;
  }

  .contact__question-row {
    display: block;
  }

  .contact__question-left {
    margin-bottom: 340px;
  }

  .contact__question-right {
    padding-bottom: 55px;
  }
}

@media (max-width: 600px) {
  .headliner__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-bottom: 20px;
  }

  .headliner__circle-animation {
    margin-top: 180px;
    margin-left: 35px;
  }
  
  .info__right-block .info__img-group img{
	  max-width: 100%;
  }
  
  
}

@media (max-width: 520px) {
  .headliner {
    background-position: 75% 110%;
    background-size: 250%;
  }
}

@media (max-width: 480px) {
  .contact {
    background-size: 400%;
  }
}

@media (max-width: 479px) {
  .popap.active .popap__body {
    -ms-transform: translateY(5%);
    -webkit-transform: translateY(5%);
    transform: translateY(5%);
  }

  .delivery {
    background-position: 0px 0em;
    background-size: contain;
  }
}

@media (max-width: 479.98px) {
  .popap__body {
    width: 343px;
  }

  .popap__body h3 {
    width: 100%;
  }

  .popap__body .modal__close,
  .popap__body .modal__close-order {
    right: 12px;
  }

  .popap__body-order {
    width: 343px;
  }

  .popap__body-order h3 {
    width: 100%;
  }

  .popap__body-order .modal__close {
    right: 12px;
  }

  .popap__body-order .modal__close-order {
    right: 12px;
  }

  .popap__body-thanks .modal__close-thanks {
    right: 12px;
  }

  .header__logo {
    display: none;
  }

  .header__logo-mobile {
    display: block;
  }

  .info__packaging-left {
    left: 4vw;
    top: 40px;
  }

  .info__packaging-right {
    left: 45vw;
    top: 210px;
  }

  .info__foliage-left {
    left: 15vw;
    top: 260px;
  }

  .info__foliage-left img {
    width: 100px;
  }

  .info__foliage-right {
    top: 150px;
  }

  .production__item {
    width: 343px;
  }

  .production .mySwiper3 {
    height: 185px;
  }

  .delivery__foliage-bottom {
    right: -15vw;
    top: 160vh;
  }
}

@media (max-width: 420px) {
  .delivery {
    background-position: 0px 5em;
  }
}

@media (max-width: 375px) {
  .popap__order.active .popap__body-order {
    -ms-transform: translateY(10%);
    -webkit-transform: translateY(10%);
    transform: translateY(10%);
  }

  .headliner {
    background-position: 70% 110%;
    background-size: 300%;
  }

  .headliner__foliage-left {
    top: 0;
    left: 80vw;
  }

  .headliner__foliage-left img {
    -webkit-transform: rotate(120deg);
        -ms-transform: rotate(120deg);
            transform: rotate(120deg);
  }

  .headliner__foliage-center {
    top: 60vh;
    left: -4vw;
  }

  .headliner__foliage-right {
    left: 75vw;
    top: 62vh;
  }

  .info__packaging-left {
    left: 4vw;
    top: 40px;
  }

  .info__packaging-right {
    top: 200px;
  }

  .info__foliage-left {
    top: 260px;
  }

  .info__foliage-right {
    top: 110px;
    left: 70vw;
  }

  .catalog {
    padding-top: 250px;
    margin-top: -170px;
    background-size: 1920px 1439px;
    background-position: 100% 1%;
  }

  .catalog__foliage-left {
    left: -30%;
  }

  .catalog__foliage-right {
    right: -40%;
    top: 67%;
  }

  .production__item {
    height: auto;
  }

  .delivery {
    background-position: 0 15%;
    margin-bottom: 64px;
  }

  .delivery__right-block {
    margin-top: 150px;
  }

  .delivery__button {
    margin-bottom: 32px;
  }

  .delivery__foliage-bottom {
    top: 90vh;
  }

  .delivery__foliage-bottom img {
    width: 152px;
  }

  .contact {
    background-size: 500%;
  }
}

@media (max-width: 350px) {
  .delivery {
    background-position: 0 24%;
    margin-bottom: 64px;
  }
}