/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type='checkbox'],
[type='radio'] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

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

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

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

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

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

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

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

html {
  scroll-padding-top: 9rem;
  scroll-behavior: smooth;
}

*,
*::before,
*::after {
  font-feature-settings: 'pnum' on, 'lnum' on;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
p {
  margin: 0;
  padding: 0;
}

.container-xlg {
  max-width: 1920px;
  margin: 0 auto;
}

.container {
  width: 100%;
  max-width: 1440px !important;
  padding: 0 64px;
  margin-left: auto;
  margin-right: auto;
}

body {
  font-family: "rawline", sans-serif !important;
  font-size: 16px;
  background-color: #E9EBF1 !important;
  width: 100%;
  color: #363636;
  scroll-behavior: smooth;
  overflow-x: hidden;
}

@keyframes fadeIn1 {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 0.7;
  }
}

.title {
  margin-bottom: 16px;
  font-family: "ubuntu", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: #363636;
}

.caption {
  max-width: 545px;
  margin-bottom: 30px;
  font-family: "ubuntu", sans-serif;
  font-weight: 700;
  font-size: 36px;
  line-height: 1.1;
  color: #363636;
}

ul {
  list-style-type: none;
}

a {
  text-decoration: none;
}

a:hover {
  transition: all 0.3s linear;
}

hr {
  border: 0;
  width: 100%;
  height: 1px;
  background-color: #edf6ec;
}

:focus {
  outline-style: none;
  outline-width: 0 !important;
  outline-color: none !important;
}

::-moz-selection {
  color: #fff;
  background: #a5d39f;
}

::selection {
  color: #fff;
  background: #a5d39f;
}

input,
button,
textarea,
fieldset {
  background: transparent;
  border: 0;
  padding: 0;
}

button {
  cursor: pointer;
}

button:hover {
  transition: all 0.3s linear;
}

img {
  max-width: 100%;
  height: auto;
}

.compensate-for-scrollbar {
  margin: auto !important;
}

[disabled] {
  opacity: 0.5;
}

b {
  color: inherit;
}

.new-btn {
  display: flex;
  gap: 15px;
  justify-content: center;
  align-items: center;
  padding: 15px 25px;
  font-family: "montserrat", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  color: #fff;
  text-decoration: none !important;
  background-color: #FF9500;
  border-radius: 55px;
  transition: 0.35s all;
}

.new-btn svg use {
  fill-rule: inherit !important;
}

.new-btn:hover {
  color: #fff !important;
  background-color: #FFAE00;
}

.new-btn:active {
  color: #FF9500;
  background-color: #fff;
}

.new-btn_big {
  gap: 32px;
  padding: 23px 25px;
  font-size: 24px;
}

.new-btn_big svg {
  width: 30px;
  height: 23px;
}

.new-btn_blue {
  background-color: #365edc;
}

.new-btn_blue:hover {
  background-color: #5076EF;
}

.new-btn_blue:active {
  color: #fff;
  background-color: #254bbf;
}

.new-btn_white {
  color: #365EDC;
  background-color: #fff;
}

.new-btn_white:hover {
  color: #365EDC !important;
  background-color: #e9ebf1 !important;
}

.new-btn_white:active {
  color: #365EDC;
  background-color: #fff;
}

.fancybox__backdrop {
  opacity: 0.6 !important;
}

.fancybox__content {
  padding: 25px !important;
}

.modal {
  width: 610px;
  border-radius: 30px !important;
  background: radial-gradient(73.74% 155.62% at 98.23% 90.32%, #6ea7fd 0%, #365edc 100%) !important;
}

.modal__title {
  max-width: 225px;
  margin-bottom: 25px;
  font-family: "rawline", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 120%;
  color: #fff;
}

.modal .checkbox {
  display: inline-block;
  margin-bottom: 10px;
}

.modal .form.success,
.modal .form.error {
  min-height: 250px;
}

.modal .f-button.is-close-btn {
  top: 25px !important;
  right: 25px !important;
  background-color: transparent !important;
}

.input {
  width: 100%;
}

.input.error-el .input__item {
  color: red;
  outline: 1px solid red;
}

.input.error-el .input__item::-moz-placeholder {
  color: red;
}

.input.error-el .input__item::placeholder {
  color: red;
}

.input_sm .input__item {
  height: 37px !important;
  padding: 8px 15px 10px !important;
}

.input__item {
  width: 100%;
  height: 47px !important;
  padding: 10px 25px !important;
  font-family: "rawline", sans-serif;
  font-weight: 400;
  font-size: 16px !important;
  line-height: 120% !important;
  letter-spacing: -2%;
  color: #153146 !important;
  background-color: #fff !important;
  border-radius: 25px !important;
}

.input__item::-moz-placeholder {
  color: rgba(21, 49, 70, 0.5);
}

.input__item::placeholder {
  color: rgba(21, 49, 70, 0.5);
}

.textarea {
  width: 100%;
}

.textarea__item {
  width: 100%;
  height: 77px;
  padding: 14px 25px;
  font-family: "rawline", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: -2%;
  resize: none;
  color: #153146;
  background-color: #fff;
  border-radius: 25px;
}

.textarea__item::-moz-placeholder {
  color: rgba(21, 49, 70, 0.5);
}

.textarea__item::placeholder {
  color: rgba(21, 49, 70, 0.5);
}

.textarea-in-radio {
  width: 100%;
  height: 57px;
  min-height: auto !important;
  padding: 8px 10px 12px;
  font-family: "rawline", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: #153146;
  resize: none;
  border-radius: 25px;
}

.radio {
  display: block;
  margin-bottom: 5px;
  cursor: pointer;
}

.radio_big {
  margin-bottom: 0;
}

.radio_big .radio__text {
  height: 37px;
  padding: 9px 15px 10px;
  font-family: "rawline", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: -4.5%;
  color: #333333;
  background-color: #fff;
  border-radius: 50px;
}

.radio_big .radio__text::before {
  width: 18px;
  height: 18px;
  margin-top: 1px;
  margin-right: 25px;
  border-color: #333333;
}

.radio_big .radio__text::after {
  position: absolute;
  top: 13px;
  left: 18px;
  flex-shrink: 0;
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #333333;
  opacity: 0;
}

.radio__item {
  display: none;
}

.radio__item:checked + .radio__text::after {
  opacity: 1;
}

.radio__text {
  position: relative;
  display: flex;
  align-items: flex-start;
  font-family: "rawline", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: -2%;
  color: #fff;
}

.radio__text::before {
  flex-shrink: 0;
  content: '';
  display: block;
  width: 15px;
  height: 15px;
  margin-top: 2px;
  margin-right: 12px;
  border-radius: 50%;
  border: 1px solid #fff;
}

.radio__text::after {
  position: absolute;
  top: 7px;
  left: 5px;
  flex-shrink: 0;
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0;
  transition: 0.35s all;
}

.checkbox.error-el .checkbox__text::before {
  border-color: red;
}

.checkbox__item {
  display: none;
}

.checkbox__item:checked + .checkbox__text::before {
  background-color: #ffffff;
}

.checkbox__item:checked + .checkbox__text::after {
  opacity: 1;
}

.checkbox__text {
  position: relative;
  display: flex;
  align-items: flex-start;
  font-family: "rawline", sans-serif;
  font-weight: 400;
  font-size: 10px;
  line-height: 120%;
  letter-spacing: 0%;
  color: #fff;
}

.checkbox__text a {
  color: #ffffff;
  text-decoration: underline;
  font-weight: 600;
}

.checkbox__text::before {
  flex-shrink: 0;
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  margin-top: -1px;
  margin-right: 12px;
  border-radius: 5px;
  border: 1px solid #fff;
  transition: 0.35s all;
}

.checkbox__text::after {
  position: absolute;
  top: 3px;
  left: 3px;
  flex-shrink: 0;
  content: '';
  display: block;
  width: 10px;
  height: 8px;
  background-size: 10px 8px;
  background-image: url("../img/content/check.svg");
  opacity: 0;
  transition: 0.35s all;
}

.banner__block {
  overflow: hidden;
  position: relative;
  display: grid;
  grid-template-columns: 1fr 485px;
  grid-template-areas: "text img" "btn img";
  margin-top: 27px;
  padding: 36px;
  background-color: #316CF2;
  border-radius: 50px;
}

.banner__block::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("../img/content/banner/shadow.png");
  background-size: 100% 100%;
}

.banner__block::after {
  position: absolute;
  left: 35px;
  bottom: 132px;
  content: '';
  display: block;
  width: 72px;
  height: 74px;
  background-image: url("../img/content/banner/trace.png");
  background-size: 72px 74px;
}

.banner__text {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: text;
  position: relative;
  z-index: 5;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-grow: 1;
}

.about__top > .banner__text {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

.banner__img {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 2;
  grid-area: img;
  position: relative;
  z-index: 5;
  flex-shrink: 0;
  margin-left: 32px;
}

.banner__img img {
  width: 100%;
  height: auto;
}

.banner__img::before {
  position: absolute;
  bottom: -13px;
  left: -160px;
  content: '';
  display: block;
  width: 249px;
  height: 352px;
  background-image: url("../img/content/banner/bone.png");
  background-size: 249px 352px;
}

.banner__title {
  position: relative;
  margin-bottom: 10px;
  font-family: "ubuntu", sans-serif;
  font-weight: 700;
  font-size: 118.39px;
  line-height: 100%;
  color: #fff;
}

.banner__title::before {
  position: absolute;
  top: 25px;
  left: calc(100% + 30px);
  content: '';
  width: 64px;
  height: 63px;
  background-image: url("../img/content/banner/trace-sm.png");
  background-size: 64px 63px;
}

.banner__caption {
  margin-bottom: 20px;
  font-family: "rawline", sans-serif;
  font-weight: 700;
  font-size: 48px;
  line-height: 100%;
  color: #fff;
}

.banner__desc {
  max-width: 736px;
  padding-left: 15px;
  font-family: "rawline", sans-serif;
  font-weight: 600;
  font-size: 33.65px;
  line-height: 1.2;
  color: #fff;
  border-left: 3px solid #fff;
}

.banner__btn {
  margin-top: auto;
}

.banner__btn-block {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  grid-area: btn;
  position: relative;
  z-index: 5;
  display: flex;
  align-items: flex-end;
}

.not-found__banner {
  padding: 30px 0;
  background-color: #e5e5e5;
  margin: 60px 0;
  min-height: 505px;
}

.not-found__title {
  text-align: center;
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 36px;
  line-height: 120%;
  text-transform: uppercase;
}

.not-found__text {
  text-align: center;
  font-size: 16px;
  line-height: 160%;
  margin-bottom: 30px;
}

.not-found__img {
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
}

.not-found__img img {
  width: 100%;
}

.contacts {
  margin-top: 115px;
  margin-bottom: 123px;
}

.contacts__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.contacts__item {
  display: flex;
  align-items: center;
  min-height: 75px;
  padding: 8px 15px;
  background-color: #fff;
  border-radius: 20px;
}

.contacts__item svg {
  flex-shrink: 0;
  margin-right: 20px;
}

.contacts__link {
  padding-left: 5px;
  padding-right: 5px;
  font-family: "ubuntu", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 18px;
  color: #222222;
  text-decoration: none;
}

.contacts__link_last {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  margin-left: auto;
  align-self: stretch;
  border-left: 1px solid #365EDC;
}

.product-groups {
  margin-top: 130px;
  margin-bottom: 130px;
}

.product-groups__caption-block {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 42px;
}

.product-groups__caption {
  margin-bottom: 0;
  padding-right: 10px;
}

.product-groups__btn {
  flex-shrink: 0;
}

.product-groups__list {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(2, 1fr);
}

.product-groups__btn-mob {
  display: none;
}

.product-groups__item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-height: 337px;
  padding: 25px 25px 5px 25px;
  border-radius: 30px;
  background-size: cover;
  overflow: hidden;
}

.product-groups__item:nth-child(1) {
  background-image: url("../img/content/product-groups/cat-bg.png");
}

.product-groups__item:nth-child(2) {
  background-image: url("../img/content/product-groups/dog-bg.png");
}

.product-groups__desc {
  display: flex;
  align-items: flex-start;
  max-width: 350px;
  margin-bottom: 13px;
  padding-bottom: 4px;
  font-family: "rawline", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.2;
  color: #fff;
  border-bottom: 2px solid transparent;
  text-decoration: none !important;
  transition: 0.35s all;
}

.product-groups__desc:hover {
  color: #fff !important;
  border-color: rgba(255, 255, 255, 0.7);
}

.product-groups__desc:hover span {
  color: #fff;
}

.product-groups__desc span {
  margin-top: 1px;
  margin-right: 10px;
  font-family: "montserrat", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.2;
  color: rgba(255, 255, 255, 0.14);
  transition: 0.35s all;
}

.product-groups__header {
  margin-top: auto;
  font-family: "ubuntu", sans-serif;
  font-weight: 700;
  font-size: 98.49px;
  line-height: 1;
  color: rgba(255, 255, 255, 0.4);
}

.product-groups__img {
  position: absolute;
  right: 0;
  bottom: 0;
  line-height: 0;
}

.product {
  margin-bottom: 170px;
}

.product__caption {
  max-width: none;
}

.product__tab-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.product__tab-item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  margin-right: 20px;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-family: Rawline;
  font-weight: 600;
  font-size: 16px;
  line-height: 120%;
  color: #333333;
  background-color: transparent;
  border: 2px solid #365EDC;
  border-radius: 60px;
  transition: 0.35s all;
  cursor: pointer;
}

.product__tab-item.active {
  color: #fff;
  background-color: #365EDC;
}

.product__wrap {
  overflow: hidden;
  padding: 30px 20px 20px 20px;
  background: radial-gradient(64.96% 1134.73% at -2.34% 340.48%, #6eb9fd 0%, #365edc 70%);
  border-radius: 20px;
}

.product__text {
  display: flex;
  flex-direction: column;
  max-width: 667px;
  margin-bottom: 33px;
  font-family: "montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.3;
  color: #fff;
}

.product__list {
  position: relative;
  display: flex;
  margin-left: -8px !important;
  margin-right: -8px !important;
  padding-bottom: 56px !important;
}

.product__list.swiper-initialized .product__item:nth-child(n + 6) {
  display: flex;
}

.product__list .swiper-wrapper {
  display: flex;
}

.product__list .swiper-pagination {
  position: absolute;
  z-index: 10;
  max-width: 500px;
  top: auto !important;
  bottom: 15px !important;
  display: flex;
  justify-content: flex-start;
}

.product__list .swiper-pagination-bullet {
  margin-left: 5px !important;
  margin-right: 5px !important;
  background-color: #c7deff42;
  opacity: 1;
}

.product__list .swiper-pagination-bullet::before {
  display: none;
}

.product__list .swiper-pagination-bullet-active {
  background-color: #fff;
}

.product__list .swiper-button-prev,
.product__list .swiper-button-next {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 50%;
  transition: 0.35s all;
}

.product__list .swiper-button-prev svg use,
.product__list .swiper-button-next svg use {
  fill-rule: inherit !important;
}

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

.product__list .swiper-button-prev:hover,
.product__list .swiper-button-next:hover {
  background-color: #fff;
}

.product__list .swiper-button-prev:hover use,
.product__list .swiper-button-next:hover use {
  stroke: none !important;
}

.product__list .swiper-button-prev:hover svg,
.product__list .swiper-button-next:hover svg {
  color: #365EDC;
  transition: 0.35s all;
}

.product__list .swiper-button-prev svg,
.product__list .swiper-button-next svg {
  width: 21px;
  height: 20px;
  color: #fff;
}

.product__list .swiper-button-prev {
  left: auto !important;
  top: auto !important;
  right: 53px !important;
  bottom: 0 !important;
}

.product__list .swiper-button-next {
  left: auto !important;
  top: auto !important;
  right: 0 !important;
  bottom: 0 !important;
}

.product__list .swiper-button-next svg {
  transform: rotate(180deg);
}

.product__item.swiper-slide {
  display: flex;
  height: auto;
  padding-left: 8px;
  padding-right: 8px;
  width: calc(100% / 5);
}

.product__item.swiper-slide:nth-child(n + 6) {
  display: none;
}

.product__header-block {
  display: flex;
}

.product__footprint {
  margin-left: 90px;
}

.product__content-item {
  display: none;
}

.product__content-item.active {
  display: block;
}

.product-item {
  display: flex;
  flex-direction: column;
  padding: 12px;
  background-color: #fff;
  border-radius: 16px;
  overflow: hidden;
}

.product-item__img {
  height: 209px;
  line-height: 0;
  margin-bottom: 10px;
}

.product-item__img picture,
.product-item__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.product-item__title {
  margin-bottom: 10px;
  font-family: "rawline", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  color: #333333;
  text-align: center;
}

.product-item__text {
  margin-bottom: 10px;
  font-family: "rawline", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: #333333;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.product-item__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
}

.product-item__price {
  font-family: "rawline", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
  color: #333333;
}

.product-item__circle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: #365EDC;
  border-radius: 50%;
}

.product-item__circle:hover svg {
  transform: rotate(45deg);
}

.product-item__circle svg {
  color: #fff;
  transition: 0.35s all;
}

.brand {
  position: relative;
  margin-top: 130px;
}

.brand .brand__footprint {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.brand__caption {
  max-width: 614px;
}

.brand__title {
  text-align: left;
  text-transform: inherit;
}

.brand__list {
  position: relative;
  z-index: 10;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.brand__item {
  display: flex;
  height: 432px;
}

.brand__item:hover .brand__item-wrap {
  height: 100%;
}

.brand__item-wrap {
  display: flex;
  flex-direction: column;
  height: 313px;
  overflow: hidden;
  border-radius: 16px;
  transition: 0.8s height;
}

.brand__img {
  position: relative;
  z-index: 10;
  height: 265px;
  margin-bottom: -100px;
}

.brand__img picture,
.brand__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.brand__text-block {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 105px 18px 18px 18px;
  background-color: #fff;
  border-radius: 16px;
}

.brand__header {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-family: "rawline", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  color: #333333;
}

.brand__text {
  display: flex;
  align-items: flex-end;
  padding-top: 10px;
  font-family: "rawline", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.3;
  color: #333333;
}

.brand__text a {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin-left: 5px;
  background-color: #365EDC;
  border-radius: 50%;
}

.brand__text a svg {
  color: #fff;
}

.feature {
  overflow: hidden;
  padding-top: 60px;
  padding-bottom: 130px;
}

.feature__block {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.feature__block::before {
  position: absolute;
  top: -19px;
  left: 336px;
  content: '';
  width: 339px;
  height: 246px;
  background-image: url("../img/content/feature/bg2.png");
  background-size: 339px 246px;
}

.feature__block::after {
  position: absolute;
  top: -49px;
  right: -105px;
  content: '';
  width: 436px;
  height: 462px;
  background-image: url("../img/content/feature/bg1.png");
  background-size: 436px 462px;
}

.feature__item {
  position: relative;
  z-index: 10;
  margin-bottom: 13px;
}

.feature__item:not(:first-child) {
  padding: 15px;
  background-color: #fff;
  border-radius: 25px;
}

.feature__item svg {
  margin-bottom: 33px;
}

.feature__item:nth-child(1) {
  width: 100%;
}

.feature__item:nth-child(2) {
  width: 18%;
}

.feature__item:nth-child(3) {
  width: 18%;
}

.feature__item:nth-child(4) {
  width: 18%;
}

.feature__item:nth-child(5) {
  width: 23%;
}

.feature__item:nth-child(6) {
  width: 19%;
}

.feature__caption {
  max-width: 305px;
}

.feature__text {
  font-family: "rawline", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.2;
  color: #333333;
}

.feature__text span {
  color: #365EDC;
}

.about {
  margin-top: 112px;
  margin-bottom: 97px;
}

.about__top {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  grid-template-rows: auto 1fr;
  grid-template-areas: 'title video' 'text video';
  gap: 0 16px;
  margin-bottom: 20px;
}

.about__footprint {
  margin-top: 35px;
}

.about__header-block {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: title;
}

.about__text-block {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: text;
}

.about__top > .about__text-block {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

.about__video-block {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 3;
  overflow: hidden;
  position: relative;
  height: 357px;
  padding: 10px 104px 10px 10px;
  grid-area: video;
  line-height: 0;
  border-radius: 30px;
  background: radial-gradient(59.1% 160.33% at 98.23% 90.32%, #6eb9fd 0%, #365edc 100%);
}

.about__video-block::after {
  position: absolute;
  top: 50%;
  right: 32px;
  content: '';
  width: 38px;
  height: 43px;
  background-image: url("../img/content/about/play.png");
  background-size: 38px 43px;
  transform: translateY(-50%);
}

.about__video-block::before {
  position: absolute;
  bottom: 42px;
  right: -30px;
  content: '';
  width: 101px;
  height: 244px;
  background-image: url("../img/content/about/bg.png");
  background-size: 101px 244px;
}

.about__video-block iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 30px;
}

.about__caption {
  max-width: 405px;
}

.about__text-block p {
  font-family: "rawline", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #333333;
}

.about__text-block p:not(:last-child) {
  margin-bottom: 16px;
}

.about__bottom {
  display: flex;
  padding: 25px 16px 22px 25px;
  border-radius: 30px;
  background: radial-gradient(59.1% 160.33% at 98.23% 90.32%, #6eb9fd 0%, #365edc 100%);
}

.about__left {
  width: 40%;
  padding-right: 25px;
}

.about__text {
  font-family: "rawline", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  color: #fff;
}

.about__right {
  width: 60%;
}

.about__slider {
  position: relative;
  overflow: hidden;
  border-radius: 0 0 16px 0;
}

.about__slider.swiper-initialized .product__item:nth-child(n + 6) {
  display: flex;
}

.about__slider .swiper-wrapper {
  display: flex;
}

.about__slider .swiper-pagination {
  position: absolute;
  z-index: 10;
  max-width: 500px;
  top: 15px !important;
  bottom: auto !important;
  display: flex;
  justify-content: flex-start;
}

.about__slider .swiper-pagination-bullet {
  margin-left: 5px !important;
  margin-right: 5px !important;
  background-color: #c7deff42 !important;
  opacity: 1;
}

.about__slider .swiper-pagination-bullet::before {
  display: none;
}

.about__slider .swiper-pagination-bullet-active {
  background-color: #fff !important;
}

.about__slider .swiper-button-prev,
.about__slider .swiper-button-next {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin-top: 0;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 50%;
  transition: 0.35s all;
  z-index: 15;
}

.about__slider .swiper-button-prev svg use,
.about__slider .swiper-button-next svg use {
  fill-rule: inherit !important;
}

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

.about__slider .swiper-button-prev:hover,
.about__slider .swiper-button-next:hover {
  background-color: #fff;
}

.about__slider .swiper-button-prev:hover use,
.about__slider .swiper-button-next:hover use {
  stroke: none !important;
}

.about__slider .swiper-button-prev:hover svg,
.about__slider .swiper-button-next:hover svg {
  color: #365EDC;
  transition: 0.35s all;
}

.about__slider .swiper-button-prev svg,
.about__slider .swiper-button-next svg {
  width: 21px;
  height: 20px;
  color: #fff;
}

.about__slider .swiper-button-prev {
  left: auto !important;
  top: 0 !important;
  right: 53px !important;
  bottom: auto !important;
}

.about__slider .swiper-button-next {
  left: auto !important;
  top: 0 !important;
  right: 0 !important;
  bottom: auto !important;
}

.about__slider .swiper-button-next svg {
  transform: rotate(180deg);
}

.about__slider-wrap {
  position: relative;
  display: flex;
  margin-top: 55px;
  z-index: 20 !important;
}

.about__slider-item {
  position: relative;
  flex-shrink: 0;
  max-width: 200px;
  padding-right: 10px;
  cursor: pointer;
}

.about__slider-item:nth-child(2):hover .about__slider-item-wrap,
.about__slider-item:nth-child(6):hover .about__slider-item-wrap {
  background: #dbedfe;
}

.about__slider-item:nth-child(3):hover .about__slider-item-wrap,
.about__slider-item:nth-child(7):hover .about__slider-item-wrap {
  background: #d8eed4;
}

.about__slider-item:nth-child(4):hover .about__slider-item-wrap {
  background: #f8d5db;
}

.about__slider-img {
  position: absolute;
  right: 20px;
  top: 0;
  transition: 0.5s margin-top;
}

.about__slider-item-wrap {
  position: relative;
  height: 170px;
  padding: 12px;
  background-color: #fff;
  border-radius: 16px;
  transition: 0.35s background;
}

.about__slider-num {
  position: absolute;
  left: 12px;
  right: 12px;
  top: 12px;
  font-family: "montserrat", sans-serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 100%;
  color: #365edc24;
  transition: 0.35s opacity;
}

.about__slider-title {
  position: absolute;
  left: 12px;
  right: 12px;
  top: 120px;
  font-family: "rawline", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.2;
  transition: 0.5s top;
}

.about__slider-text {
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 12px;
  font-family: "rawline", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
  color: #333333;
  opacity: 0;
  transition: none;
}

.faq {
  margin-top: 28px;
  margin-bottom: 115px;
}

.faq__wrap {
  display: flex;
  align-items: center;
  gap: 20px;
}

.faq__left {
  width: calc(100% / 2 - 10px);
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.faq__right {
  overflow: hidden;
  display: flex;
  min-height: 488px;
  width: calc(100% / 2 - 10px);
  padding: 25px;
  background: radial-gradient(73.74% 155.62% at 98.23% 90.32%, #6ea7fd 0%, #365edc 100%);
  border-radius: 30px;
  transition: 0.35s all;
}

.faq__item {
  background-color: #fff;
  border-radius: 20px;
}

.faq__item_show .faq__text-wrap {
  display: block;
  transition: 0.5s height;
}

.faq__item_show .faq__header svg {
  transform: rotate(45deg);
}

.faq__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 19px 25px 21px;
  font-family: "rawline", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
  color: #333333;
  cursor: pointer;
}

.faq__header svg {
  flex-shrink: 0;
  transition: 0.35s transform;
}

.faq__text {
  padding: 0 25px 20px;
  font-family: "rawline", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  color: #000000;
}

.faq__text ul {
  list-style-type: disc;
  padding-left: 20px;
}

.faq__text-wrap {
  height: 0;
  display: none;
  overflow: hidden;
}

.form {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.form.error {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.form.error .form__content {
  display: none;
}

.form.error .form__error {
  display: block;
}

.form.success {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.form.success .form__content {
  display: none;
}

.form.success .form__success {
  display: block;
}

.form.success .form__step_6 {
  display: none;
}

.form.success::before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  display: flex;
  width: 47px;
  height: 49px;
  background-size: 47px 49px;
  background-image: url("../img/content/faq/bg-sm1.png");
}

.form.success::after {
  position: absolute;
  bottom: -25px;
  right: -25px;
  content: '';
  display: flex;
  width: 147px;
  height: 130px;
  background-size: 147px 130px;
  background-image: url("../img/content/faq/bg-sm2.png");
}

.form_step1 .form__step_1 {
  display: block;
}

.form_step2 .form__step_2 {
  display: block;
}

.form_step3 .form__step_3 {
  display: block;
}

.form_step4 .form__step_4 {
  display: block;
}

.form_step5 .form__step_5 {
  display: block;
}

.form_step6 .form__step_6 {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.form_step6 .form__step_6::before {
  position: absolute;
  bottom: 25px;
  right: 0;
  content: '';
  display: block;
  width: 354px;
  height: 269px;
  background-image: url("../img/content/offer/bg.png");
  background-size: 354px 269px;
}

.form_step6 .form__step_6 .input__item {
  max-width: 316px;
}

.form_step6 .form__step_6 .form__checkbox-item {
  position: relative;
  z-index: 2;
}

.form_step6 .form__step_6 .input {
  position: relative;
  z-index: 2;
  margin-bottom: 15px;
}

.form_step6 .form__step_6 .form__btn {
  position: relative;
  margin-top: auto;
  z-index: 2;
}

.form_step6 .form__text-b {
  display: none;
}

.form_step6 .form__btn-sm {
  display: none;
}

.form__checkbox-item {
  margin-top: 10px;
}

.form__caption {
  margin-bottom: 35px;
  font-family: "rawline", sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 120%;
  letter-spacing: -4%;
  color: #FFFFFF;
}

.form__step {
  display: none;
  width: 100%;
}

.form__title {
  margin-bottom: 10px;
  font-family: "rawline", sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 120%;
  letter-spacing: -4%;
  color: #fff;
}

.form__header {
  margin-bottom: 30px;
  font-family: "rawline", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: -4.5%;
  color: #fff;
}

.form__wrap {
  width: calc(50% - 17px);
  line-height: 0;
}

.form__wrap .textarea-in-radio {
  display: none;
}

.form__wrap_active {
  background-color: #ffffff;
  border-radius: 25px;
}

.form__wrap_active .textarea-in-radio {
  display: block;
}

.form__text {
  margin-bottom: 25px;
  font-family: "rawline", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: -4%;
  color: #fff;
}

.form__text-b {
  margin-bottom: 35px;
  font-family: "montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: -4%;
  color: #fff;
}

.form__item {
  margin-bottom: 10px;
}

.form__item_indent-b {
  margin-top: 15px;
  margin-bottom: 25px;
}

.form__btn {
  width: 100%;
  height: 55px;
  padding: 10px;
  font-family: "rawline", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
  color: #363636;
  border-radius: 55px;
  background-color: #fff;
  transition: 0.35s all;
}

.form__btn:hover {
  background-color: #E9EBF1;
}

.form__success,
.form__error {
  position: relative;
  display: none;
}

.form__success-text,
.form__error-text {
  max-width: 479px;
  margin-left: auto;
  margin-right: auto;
  font-family: "rawline", sans-serif;
  font-weight: 700;
  font-size: 36px;
  line-height: 120%;
  color: #fff;
  text-align: center;
}

.form__btn-sm {
  margin-top: auto;
  margin-left: auto;
}

.form__list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  width: 100%;
  height: 151px;
  gap: 20px 34px;
  margin-bottom: 30px;
}

.form__list_row {
  flex-wrap: wrap;
  flex-direction: row;
  height: auto;
}

.form__input-wrap {
  width: calc(50% - 17px);
}

.partner {
  margin-top: 140px;
  margin-bottom: 28px;
  overflow: hidden;
}

.partner__title {
  position: relative;
  z-index: 15;
}

.partner__caption {
  position: relative;
  z-index: 15;
}

.partner__block {
  display: flex;
}

.partner__left {
  position: relative;
  width: 40%;
  padding-top: 30px;
}

.partner__left::after {
  position: absolute;
  top: 0;
  left: -20%;
  bottom: -10px;
  content: '';
  display: block;
  width: 230px;
  height: calc(100% + 10px);
  background: linear-gradient(-90deg, rgba(233, 235, 241, 0) 0%, #e9ebf1 50%);
  z-index: 10;
}

.partner__left::before {
  position: absolute;
  top: 0;
  right: -20%;
  bottom: -10px;
  content: '';
  display: block;
  width: 230px;
  height: calc(100% + 10px);
  background: linear-gradient(90deg, rgba(233, 235, 241, 0) 0%, #e9ebf1 50%);
  z-index: 10;
}

.partner__right {
  position: relative;
  width: 60%;
  height: 533px;
  z-index: 15;
}

.partner__right picture,
.partner__right img {
  width: 816px;
  height: 533px;
}

.partner__big-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 816px;
  height: 533px;
  background-color: #e9ebf1;
}

.partner__list {
  position: relative;
  width: calc(100% + 300px);
}

.partner__list .swiper-wrapper {
  transition-timing-function: linear !important;
  margin: 0 auto;
}

.partner__list-wrap {
  width: 100%;
  height: 226px !important;
}

.partner__item {
  flex-shrink: 0 !important;
  width: 190px !important;
  line-height: 0;
}

.partner__img {
  border-radius: 20px;
  overflow: hidden;
}

.offer {
  margin-top: 97px;
  margin-bottom: 130px;
}

.offer__block {
  display: flex;
}

.offer__caption {
  margin-bottom: 10px;
}

.offer__left {
  width: 40%;
  margin-bottom: -35px;
}

.offer__right {
  display: flex;
  width: 60%;
  margin-top: 34px;
  padding: 25px;
  background: radial-gradient(73.74% 155.62% at 98.23% 90.32%, #6eb9fd 0%, #365edc 86.22%);
  border-radius: 30px;
  overflow: hidden;
}

.offer__form {
  display: flex;
}

.footprint {
  position: relative;
  height: 86px;
  overflow: hidden;
}

.footprint img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  overflow: hidden;
  -o-object-position: left;
  object-position: left;
}

.footprint::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  display: block;
  width: 0;
  height: 100%;
  background-color: #365edc;
  animation: increases-width 5s linear infinite;
  box-shadow: 0 0 25px #365edc;
}

.footprint::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #365edc;
  animation: decreases-width 5s linear infinite;
  box-shadow: 0 0 25px #365edc;
}

.footprint_slow::before {
  animation: increases-width-slow 7s linear infinite;
}

.footprint_slow::after {
  animation: decreases-width-slow 7s linear infinite;
}

.footprint_light {
  height: 104px;
}

.footprint_light::before {
  background-color: #E9EBF1;
  animation: increases-width-light 12s linear infinite;
  box-shadow: 0 0 25px #E9EBF1;
}

.footprint_light::after {
  background-color: #E9EBF1;
  animation: decreases-width-light 12s linear infinite;
  box-shadow: 0 0 25px #E9EBF1;
}

@keyframes increases-width {
  from {
    width: 0;
  }

  25% {
    width: 0;
  }

  to {
    width: 100%;
  }
}

@keyframes decreases-width {
  from {
    width: 100%;
  }

  75% {
    width: 0;
  }

  to {
    width: 0;
  }
}

@keyframes increases-width-slow {
  from {
    width: 0;
  }

  17% {
    width: 0;
  }

  to {
    width: 100%;
  }
}

@keyframes decreases-width-slow {
  from {
    width: 100%;
  }

  83% {
    width: 0;
  }

  to {
    width: 0;
  }
}

@keyframes increases-width-light {
  from {
    width: 0;
  }

  17% {
    width: 0;
  }

  to {
    width: 100%;
  }
}

@keyframes decreases-width-light {
  from {
    width: 100%;
  }

  83% {
    width: 0;
  }

  to {
    width: 0;
  }
}

.captcha-row .captcha_input {
  height: 37px;
}

.captcha-row input {
  width: 100%;
  height: 100%;
}

@media (min-width: 768px) {
  .about__slider-item:hover .about__slider-num {
    opacity: 0;
  }

  .about__slider-item:hover .about__slider-item-wrap {
    background: #ffe4bf;
  }

  .about__slider-item:hover .about__slider-title {
    top: 12px;
  }

  .about__slider-item:hover .about__slider-text {
    opacity: 1;
    transition: 0.2s 0.2s opacity;
  }

  .about__slider-item:hover .about__slider-img {
    margin-top: -50px;
  }
}

@media (max-width: 1440px) {
  .container {
    padding: 0 25px;
  }
}

@media (max-width: 1320px) {
  .not-found__title {
    font-size: 28px;
  }
}

@media (max-width: 1300px) {
  .radio_big .radio__text::before {
    margin-right: 15px;
  }

  .product-groups__item:nth-child(1) .product-groups__img {
    width: 227px;
    height: 263px;
  }

  .product-groups__item:nth-child(2) .product-groups__img {
    width: 167px;
    height: 191px;
  }
}

@media (max-width: 1250px) {
  .contacts__list {
    grid-template-columns: 1fr 2fr;
    gap: 12px;
  }

  .brand {
    margin-top: 120px;
  }

  .brand__item {
    height: auto;
  }

  .brand__item-wrap {
    height: 100%;
  }

  .brand__text {
    flex-grow: 1;
  }
}

@media (max-width: 1240px) {
  .banner__title::before {
    left: calc(100% + 15px);
  }
}

@media (max-width: 1200px) {
  .caption {
    margin-bottom: 35px;
  }

  .banner__block {
    grid-template-columns: 1fr 404px;
  }

  .banner__img::before {
    left: -108px;
    width: 190px;
    height: 269px;
    background-size: 190px 269px;
  }

  .banner__title::before {
    top: 0;
  }

  .banner__title {
    font-size: 85px;
  }

  .banner__caption {
    font-size: 35px;
  }

  .banner__desc {
    font-size: 34px;
  }

  .contacts {
    margin-top: 120px;
    margin-bottom: 120px;
  }

  .contacts__item svg {
    margin-right: 5px;
  }

  .contacts__link {
    font-size: 22px;
  }

  .product-groups {
    margin-top: 120px;
    margin-bottom: 120px;
  }

  .product-groups__caption-block {
    margin-bottom: 35px;
  }

  .product-groups__caption {
    margin-bottom: 0;
  }

  .product {
    margin-bottom: 115px;
  }

  .product__list.swiper-initialized .product__item:nth-child(n + 5) {
    display: flex;
  }

  .product__item.swiper-slide {
    width: calc(100% / 4);
  }

  .product__item.swiper-slide:nth-child(n + 5) {
    display: none;
  }

  .feature {
    padding-top: 120px;
    padding-bottom: 60px;
  }

  .feature__block::before {
    top: -96px;
    left: 219px;
  }

  .feature__block::after {
    top: -114px;
    right: -12px;
  }

  .feature__item:nth-child(1) {
    width: 47.5%;
    margin-top: -20px;
  }

  .feature__item:nth-child(2) {
    width: 25%;
  }

  .feature__item:nth-child(3) {
    width: 25%;
  }

  .feature__item:nth-child(4) {
    width: 32.5%;
  }

  .feature__item:nth-child(5) {
    width: 32.5%;
  }

  .feature__item:nth-child(6) {
    width: 32.5%;
  }

  .about__slider.swiper-initialized .product__item:nth-child(n + 5) {
    display: flex;
  }

  .partner {
    margin-top: 118px;
    margin-bottom: 67px;
  }

  .partner__left {
    width: 52%;
    padding-top: 0;
  }

  .partner__right {
    width: 48%;
    height: auto;
    padding-top: 50px;
  }

  .partner__right picture,
  .partner__right img {
    width: 100%;
    height: auto;
  }

  .partner__big-img {
    position: static;
    width: 100%;
    height: auto;
  }

  .partner__list {
    width: calc(100% + 50px);
  }

  .partner__list-wrap {
    height: 198px !important;
  }

  .partner__item {
    width: 165px !important;
    height: auto;
  }

  .partner__img {
    border-radius: 17px;
  }

  .footprint {
    display: none;
  }
}

@media (max-width: 1150px) {
  .about__bottom {
    padding: 25px;
  }

  .about__left {
    width: 32%;
  }

  .about__right {
    width: 68%;
  }
}

@media (max-width: 1100px) {
  .banner__title::before {
    top: -10px;
    left: calc(100% + 16px);
    width: 50px;
    height: 50px;
    background-size: 50px 50px;
  }

  .product-groups__item {
    min-height: 297px;
    padding: 18px 18px 5px 18px;
  }

  .product-groups__desc {
    margin-bottom: 15px;
    font-size: 14px;
  }

  .product-groups__desc span {
    font-size: 14px;
  }

  .product-groups__header {
    font-size: 73px;
  }

  .brand__list {
    gap: 34px;
  }

  .brand__img {
    height: 200px;
  }

  .brand__header {
    font-size: 14px;
  }

  .brand__header svg {
    width: 24px;
    height: auto;
  }

  .brand__text {
    font-size: 14px;
  }

  .about {
    margin-top: 120px;
    margin-bottom: 130px;
  }

  .about__top {
    grid-template-columns: 1fr 1.7fr;
    gap: 0 19px;
    grid-template-areas: 'title title' 'text video';
  }

  .about__caption {
    max-width: none;
  }

  .faq {
    margin-top: 62px;
    margin-bottom: 120px;
  }

  .faq__wrap {
    flex-direction: column;
    align-items: flex-end;
    gap: 16px;
  }

  .faq__left {
    width: 100%;
  }

  .faq__right {
    position: relative;
    width: 609px;
    min-height: 178px;
    border-radius: 24px;
  }

  .faq__right::before {
    position: absolute;
    top: 53%;
    right: calc(100% + 18px);
    content: '';
    display: block;
    width: 355px;
    height: 256px;
    background-image: url("../img/content/faq/bg.png");
    background-size: 355px 256px;
    transform: translateY(-50%);
    pointer-events: none;
  }

  .form__header {
    margin-bottom: 16px;
  }

  .form__wrap {
    width: 100%;
  }

  .form__text-b {
    margin-bottom: 24px;
    font-size: 14px;
  }

  .form__list_row {
    flex-direction: column;
  }

  .form__list {
    flex-wrap: nowrap;
    gap: 16px;
    height: auto;
  }

  .form__input-wrap {
    width: 100%;
  }

  .offer {
    margin-top: 120px;
    margin-bottom: 120px;
  }

  .offer__left {
    width: 50%;
    margin-bottom: 0;
  }

  .offer__right {
    width: 50%;
    margin-top: 10px;
    padding: 18px;
  }

  .about__top > .banner__text {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }

  .about__header-block {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }

  .about__top > .about__text-block {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }

  .about__video-block {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 3;
  }
}

@media (max-width: 1024px) {
  .brand__list {
    gap: 16px;
  }
}

@media (max-width: 1020px) {
  .product-groups__desc {
    max-width: 270px;
  }
}

@media (max-width: 1000px) {
  .caption {
    font-size: 30px;
  }

  .product__tab-item {
    height: 37px;
    margin-right: 10px;
    padding: 10px 12px;
    font-size: 14px;
  }

  .product__list {
    padding-bottom: 83px !important;
  }

  .product__item.swiper-slide {
    width: 184px;
  }

  .product__item.swiper-slide:nth-child(n + 5) {
    display: flex;
  }

  .product-item__img {
    height: 160px;
  }

  .product-item__title {
    font-size: 14px;
  }

  .product-item__text {
    font-size: 14px;
  }

  .product-item__price {
    font-size: 14px;
  }

  .feature__text {
    max-width: 250px;
    font-size: 14px;
  }

  .about__text {
    font-size: 14px;
  }
}

@media (max-width: 950px) {
  .banner__title {
    margin-bottom: 0;
    font-size: 65px;
  }

  .banner__caption {
    font-size: 30px;
  }

  .banner__desc {
    font-size: 24px;
  }

  .product-groups__item:nth-child(1) .product-groups__img {
    width: 137px;
    height: 248px;
  }

  .product-groups__item:nth-child(2) .product-groups__img {
    width: 140px;
    height: 165px;
  }
}

@media (max-width: 920px) {
  .contacts__item {
    min-height: 66px;
  }

  .contacts__item svg {
    width: 30px;
    height: 30px;
  }

  .contacts__link {
    font-size: 16px;
  }
}

@media (max-width: 900px) {
  .contacts {
    margin-top: 61px;
    margin-bottom: 99px;
  }

  .feature__block::before {
    display: none;
  }

  .feature__block::after {
    display: none;
  }
}

@media (max-width: 850px) {
  .brand {
    margin-top: 100px;
  }

  .brand__list {
    grid-template-columns: 1fr;
  }

  .brand__img {
    height: 180px;
  }

  .about {
    margin-top: 80px;
    margin-bottom: 84px;
  }

  .about__top {
    grid-template-columns: 1fr;
    gap: 0;
    grid-template-areas: 'title' 'text' 'video';
  }

  .about__video-block {
    margin-top: 25px;
  }

  .about__top > .banner__text {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }

  .about__header-block {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }

  .about__top > .about__text-block {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }

  .about__video-block {
    -ms-grid-row: 5;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }
}

@media (max-width: 830px) {
  .banner__block {
    padding: 24px;
    grid-template-columns: 1fr;
    grid-template-areas: "text" "img" "btn";
    border-radius: 20px;
  }

  .banner__block::before {
    background-image: url("../img/content/banner/shadow-sm.png");
  }

  .banner__block::after {
    display: none;
  }

  .banner__img {
    pointer-events: none;
    z-index: 10;
    margin-left: auto;
    margin-right: auto;
    max-width: 700px;
  }

  .banner__img::before {
    display: none;
  }

  .banner__title::before {
    display: none;
  }

  .banner__btn-block {
    margin-top: -40px;
  }
  .banner__text {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .banner__img {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }
  .banner__btn-block {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .about__text-block {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
}

@media (max-width: 768px) {
  .container {
    padding: 0 8px;
  }

  .title {
    font-size: 14px;
  }

  .caption {
    margin-bottom: 30px;
    font-size: 24px;
  }

  .new-btn {
    justify-content: space-between;
    width: 100%;
    padding: 16px 15px;
    font-size: 14px;
  }

  .new-btn svg {
    width: 28px;
    height: 16px;
  }

  .new-btn_big {
    padding: 17px 25px;
    font-size: 16px;
  }

  .fancybox__content {
    padding: 18px !important;
  }

  .modal .f-button.is-close-btn {
    top: 18px !important;
    right: 18px !important;
  }

  .input__item {
    height: 45px !important;
    font-size: 14px !important;
  }

  .textarea__item {
    height: 103px;
    font-size: 14px;
  }

  .radio__text {
    font-size: 14px;
  }

  .radio__text::before {
    margin-top: 1px;
  }

  .radio__text::after {
    top: 6px;
  }

  .banner__caption {
    font-size: 22px;
  }

  .banner__desc {
    font-size: 16px;
  }

  .not-found__banner {
    padding: 40px 0;
    margin: 0 0 40px;
    min-height: 330px;
  }

  .not-found__title {
    font-size: 20px;
    line-height: 120%;
  }

  .not-found__text {
    font-size: 14px;
    line-height: 140%;
  }

  .not-found__text {
    margin-bottom: 0;
  }

  .not-found__img {
    margin-top: 30px;
  }

  .contacts__list {
    grid-template-columns: 1fr;
  }

  .product-groups {
    margin-top: 88px;
    margin-bottom: 100px;
  }

  .product-groups__caption-block {
    margin-bottom: 41px;
  }

  .product-groups__caption {
    margin-bottom: 0;
  }

  .product-groups__btn {
    display: none;
  }

  .product-groups__list {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-bottom: 16px;
  }

  .product-groups__btn-mob {
    display: flex;
  }

  .product-groups__item {
    padding: 20px 20px 5px 20px;
  }

  .product {
    margin-bottom: 100px;
  }

  .product__wrap {
    padding: 18px;
    background: radial-gradient(181.41% 84.3% at 0% 112.31%, #6eb9fd 0%, #365edc 81.38%);
  }

  .product__text {
    margin-bottom: 45px;
    font-size: 14px;
  }

  .feature {
    padding-top: 100px;
    padding-bottom: 90px;
  }

  .feature__item svg {
    width: 40px;
    height: 40px;
    margin-bottom: 24px;
  }

  .feature__item:nth-child(1) {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }

  .feature__item:nth-child(2) {
    width: 48.5%;
  }

  .feature__item:nth-child(3) {
    width: 48.5%;
  }

  .feature__item:nth-child(4) {
    width: 100%;
    order: 10;
  }

  .feature__item:nth-child(5) {
    width: 100%;
    order: 7;
  }

  .feature__item:nth-child(6) {
    width: 100%;
  }

  .about__bottom {
    flex-direction: column;
    padding: 18px 10px;
    border-radius: 20px;
  }

  .about__left {
    width: 100%;
    padding-right: 0;
  }

  .about__text {
    padding-left: 12px;
    padding-right: 12px;
  }

  .about__right {
    width: 100%;
  }

  .about__slider .swiper-pagination {
    padding-left: 8px;
    top: auto !important;
    bottom: 11px !important;
  }

  .about__slider .swiper-button-prev,
  .about__slider .swiper-button-next {
    width: 30px;
    height: 30px;
  }

  .about__slider .swiper-button-prev svg,
  .about__slider .swiper-button-next svg {
    width: 15px;
    height: 15px;
  }

  .about__slider .swiper-button-prev {
    top: auto !important;
    bottom: 0 !important;
    right: 50px !important;
  }

  .about__slider .swiper-button-next {
    top: auto !important;
    right: 10px !important;
    bottom: 0 !important;
  }

  .about__slider-wrap {
    margin-top: 70px;
    margin-bottom: 46px;
  }

  .about__slider-item {
    max-width: 166px;
  }

  .about__slider-img {
    margin-top: -55px;
  }

  .about__slider-num {
    display: none;
  }

  .about__slider-title {
    left: 8px;
    right: 8px;
    top: 8px;
    font-size: 14px;
  }

  .about__slider-text {
    left: 8px;
    right: 8px;
    bottom: 8px;
    font-size: 14px;
    opacity: 1;
  }

  .faq {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .faq__wrap {
    gap: 20px;
  }

  .faq__left {
    gap: 10px;
  }

  .faq__right {
    width: 100%;
    padding: 18px;
  }

  .faq__right::before {
    display: none;
  }

  .faq__header {
    padding: 18px;
    font-size: 14px;
  }

  .faq__text {
    padding: 0 18px 18px;
    font-size: 14px;
  }

  .form.success::after {
    bottom: -18px;
    right: -18px;
  }

  .form_step6 .form__step_6::before {
    bottom: 80px;
    right: -49px;
    width: 236px;
    height: 179px;
    background-size: 236px 179px;
  }

  .form_step6 .form__step_6 .input {
    margin-bottom: 30px;
  }

  .form_step6 .form__step_6 .form__btn {
    justify-content: center;
  }

  .form__title {
    font-size: 18px;
  }

  .form__text {
    font-size: 14px;
  }

  .form__btn {
    height: 49px;
    font-size: 14px;
  }

  .form__success-text,
  .form__error-text {
    font-size: 24px;
  }

  .form__btn-sm {
    width: auto;
  }

  .partner {
    margin-top: 100px;
    margin-bottom: 65px;
  }

  .partner__block {
    flex-direction: column;
  }

  .partner__left {
    width: 100%;
  }

  .partner__left::after {
    display: none;
  }

  .partner__left::before {
    display: none;
  }

  .partner__right {
    width: 100%;
    padding-top: 20px;
  }

  .partner__list {
    width: calc(100% + 16px);
    margin-left: -8px !important;
    margin-right: -8px !important;
  }

  .offer {
    margin-top: 85px;
    margin-bottom: 85px;
  }

  .offer__block {
    flex-direction: column;
  }

  .offer__left {
    width: 100%;
  }

  .offer__right {
    width: 100%;
    min-height: 500px;
    margin-top: -60px;
  }
}

@media (max-width: 767px) {
  .captcha-row {
    box-sizing: content-box;
    padding-bottom: 47px;
  }

  .captcha-row .captcha_input {
    left: 0;
    max-width: 180px;
  }
}

@media (max-width: 650px) {
  .about__video-block {
    height: auto;
    padding: 9px;
    border-radius: 20px;
  }

  .about__video-block::after {
    display: none;
  }

  .about__video-block::before {
    display: none;
  }

  .about__video-block iframe {
    border-radius: 20px;
  }

  .about__caption {
    max-width: 270px;
  }

  .about__text-block p {
    font-size: 14px;
  }
}

@media (max-width: 600px) {
  .product-groups__item:nth-child(1) {
    background-image: url("../img/content/product-groups/cat-bg-sm.png");
  }

  .product-groups__item:nth-child(2) {
    background-image: url("../img/content/product-groups/dog-bg-sm.png");
  }
}

@media (max-width: 550px) {
  .contacts__item {
    position: relative;
    padding: 15px 8px 15px 73px;
    flex-direction: column;
    justify-content: center;
  }

  .contacts__item svg {
    position: absolute;
    top: 50%;
    left: 18px;
    transform: translateY(-50%);
  }

  .contacts__link {
    width: 100%;
    padding: 0;
  }

  .contacts__link_last {
    margin-left: 0;
    margin-top: 7px;
    padding-top: 7px;
    justify-content: flex-start;
    border-top: 1px solid #365EDC;
    border-left: none;
  }

  .partner__list-wrap {
    height: 130px !important;
  }

  .partner__item {
    width: 110px !important;
    height: auto;
  }

  .partner__img {
    border-radius: 11px;
  }
}