/*
Theme Name: Тема КООП МЕДИА
Theme URI: https://media.coop-tech.ru
Author: АО Кооперация
Author URI: https://coop-tech.ru
Description: Тема для сайта КООП Медиа
Version: 2025.12.05-5357051
Requires at least: 6.0
Tested up to: 6.4
Requires PHP: 8.0
License: Proprietary
License URI: All Rights Reserved
Text Domain: coop
Tags: news, media, custom-theme

*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --black: #16181E;
  --grey: #1D1F26;
  --blue: #1928F0;
  --blue-hover: #3341FE;
  --light-grey: #F6F6F6;
  --white: #FFFFFF;
  --text-black: #2F333F;
  --light-blue: #E7F3FF;
  --orange: #EB5A20;
  --orange-hover: #E2541C;
  --color-primary: #1928f0;
  --color-text-dark: #16181e;
  --color-text-medium: #2f333f;
  --color-text-light: #707070;
  --color-text-strikethrough: #929db2;
  --color-accent-orange: #eb5a20;
  --color-white: #ffffff;
  --color-background-light: #f9f9f9;
  --color-divider: #c0c8d2;
  --color-icon-bg: #dee9ff;
}

body {
  font-size: 14px;
  font-family: 'Inter', sans-serif;
  overflow-x: hidden;
  padding: 16px;
  padding-bottom: 0;
}

.container {
  width: 100%;
  max-width: 1164px;
  margin: 0 auto;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
}

.hero-wrapper {
  background-color: var(--light-grey);
  border-radius: 16px;
  padding: 20px 16px 24px 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
  margin-bottom: 60px;
  margin-top: -4px;
  margin-left: -4px;
  margin-right: -4px;
  position: relative;
  padding-top: 88px;
  width: calc(100vw - 24px);
}

.page-template-page-docs .hero-wrapper {
  padding: 0;
  height: 72px;
}

.hero-wrapper_dark {
  background-color: var(--grey);
}

.header {
  width: calc(100% - 32px);
  position: absolute;
  top: 20px;
  left: 16px;
  right: 16px;
}

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

.header__nav-wrapper {
  display: flex;
  align-items: center;
  gap: 24px;
}

.header__nav, .header__btn {
  display: none;
} 

.header__logo {
  width: 226px;
  align-items: center;
  display: flex;
}

.logo__img {
  max-width: 100%;
  width: 100%;
}

.logo__img_fixed {
  display: none;
}


.h-menu__link {
  color: var(--black);
  position: relative;
  transition: all 200ms ease-in-out;
}

.hero-wrapper_dark .h-menu__link {
  color: var(--white);
}

.h-menu__link:hover {
  color: var(--blue);
}

.hero-wrapper_dark .h-menu__link:hover {
  color: #A0B5FF;
}

.menu-toggle {
  display: block;
  border: 0;
  width: 32px;
  height: 32px;
  padding: 6px    2px;
  position: relative;
  cursor: pointer;
  background-color: transparent;
}

.menu-toggle div {
  width: 28px;
  height: 2px;
  background: var(--black);
  border-radius: 2px;
  position: absolute;
  left: 2px;
  transition: all 0.3s ease;
}

.hero-wrapper_dark .menu-toggle div {
  background: var(--white);
}

.header-fixed .hero-wrapper_dark .menu-toggle div {
  background: var(--black);
}

.menu-toggle div:nth-child(1) {
  top: 6px;
}

.menu-toggle div:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}

.menu-toggle div:nth-child(3) {
  bottom: 6px;
}

.hero {
  width: 100%;
}

.hero__title {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 26px;
  line-height: 145%;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: var(--black);
  margin-bottom: 8px;
}

.hero-wrapper_dark .hero__title {
  color: var(--white);
}

.hero-wrapper_dark .hero__title span {
  color: #A0B5FF;
}

.hero__description {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  color: var(--black);
  margin-bottom: 16px;
}

.hero-wrapper_dark .hero__description {
  color: var(--white);
}

.hero__btn {
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  color: var(--white);
  background-color: var(--blue);
  border-radius: 12px;
  padding: 20px 28px;
  cursor: pointer;
  transition: all 0.3s ease;
  border: none;
  margin-bottom: 16px;
  transition: all 200ms ease-in-out;
}

.hero-wrapper_dark .hero__btn {
  background-color: #4552F7;
}

.hero__btn:hover {
  background-color: var(--blue-hover);
}

.hero-wrapper_dark .hero__img-wrapper {
  padding: 8px 12px;
}

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

.hero-wrapper_dark .hero__img {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.hero__features {
  display: flex;
  align-items: center;
  width: 100%;
  position: relative;
  z-index: 3;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 12px;
}

.hero-wrapper_dark .hero__features_margin {
  margin-bottom: 24px;
}

.hero-wrapper_dark .hero__features {
  gap: 16px;
  margin-top: 8px;
}

.hero__feature-link {
  text-align: center;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  color: var(--black);
  padding: 0;
  border-radius: 50px;
  cursor: pointer;
  background-color: transparent;
  transition: all 0.3s ease;
  display: flex;
  text-align: center;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  margin-top: -12px;
}

.hero__feature-link::after {
  content: '';
  width: 0;
  height: 1.5px;
  background-color: var(--blue);
  transition: all 0.3s ease;
}

.hero-wrapper_dark .hero__feature-link::after {
  background-color: #A0B5FF;
}

.hero-wrapper_dark .hero__feature-link {
  color: var(--white);
  font-size: 12px;
  opacity: 0.8;
  margin-top: -8px;
}

.hero__feature-link:hover::after{
  width: 100%;
}

.hero-wrapper_dark .hero__feature-link:hover {
  opacity: 1;
}

.home .hero-wrapper {
overflow-x: hidden;
}
.with-coop {
  margin-bottom: 60px;
}

.with-coop__title {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 140%;
  text-align: center;
  color: var(--black);
  margin-bottom: 20px;
}

.with-coop__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.with-coop__item {
  background-color: var(--light-grey);
  padding: 20px 16px;
  padding-bottom: 24px;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 16px;
}

.with-coop__item-title {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  color: var(--black);
  text-align: left;
}

.with-coop__item-icon {
  width: 32px;
  height: 32px;
}

.with-coop__item-icon svg {
  width: 100%;
  height: 100%;
}

.provide {
  margin-bottom: 60px;
}

.provide_serial {
  margin-bottom: 80px;
}

.provide .container {
  padding: 0;
}

.provide__title {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 140%;
  text-align: center;
  color: var(--black);
  margin-bottom: 20px;
}

.provide__list {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.provide__item {
  background-color: var(--light-grey);
  padding: 20px 16px;
  padding-bottom: 28px;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 12px;
}

.provide__item--last {
  background-color: var(--blue);
  padding: 28px 16px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  justify-content: space-between;
  cursor: pointer;
}

.provide__item--last .provide__item-link {
  color: var(--white);
  font-size: 18px;
  line-height: 140%;
  cursor: pointer;
  font-weight: 600;
}

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

.provide__item-title {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  color: var(--black);
  text-align: left;
}

.provide__item-description {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: var(--text-black);
  text-align: left;
}

.provide_serial .provide__item-description {
  width: calc(100% - 60px);
}

.hiw {
  margin-bottom: 80px;
  position: relative;
}

.hiw__title {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 140%;
  text-align: center;
  color: var(--black);
  margin-bottom: 24px;
}

.hiw__list {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  width: 100%;
}

.hiw__item-title {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 140%;
  position: relative;
  color: var(--black);
}

.hiw__item-title--1::before {
  content: '';
  position: absolute;
  width: 120px;
  height: 10px;
  background-color: #CDD1FF;
  top: 15px;
  display: block;
  left: 106px;
  z-index: 0;
}

.hiw__item-title--1::after {
  content: '';
  position: absolute;
  width: 160px;
  height: 10px;
  background-color: #CDD1FF;
  top: 40px;
  left: -1px;
  z-index: 0;
}

.hiw__item-title--2::before {
  content: '';
  position: absolute;
  width: 180px;
  height: 10px;
  background-color: #CDD1FF;
  top: 15px;
  display: block;
  left: 19px;
  z-index: 0;
}

.hiw__item-title--3::before {
  content: '';
  position: absolute;
  width: 43px;
  height: 10px;
  background-color: #CDD1FF;
  top: 38px;
  display: block;
  left: 210px;
  z-index: 0;
}

.hiw_serial .hiw__item-title::before,
.hiw_serial .hiw__item-title::after {
  display: none;
}

.hiw__item-title span {
  position: relative;
  z-index: 1;
}


.hiw__item-description {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  color: var(--text-black);
}

.hiw__item-content {
  margin-bottom: 66px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}

.hiw__item-gradient {
  background: linear-gradient(180deg, #4B8BF2 0%, #3441E4 100%);
  padding-left: 16px;
  padding-right: 16px;
  width: 100vw;
  margin-left: -16px;
  margin-right: -16px;
  border-radius: 12px;
  line-height: 0;
}

.hiw__item-img {
  margin-top: -50px;
  border-top-left-radius: 9px;
  border-top-right-radius: 9px;
  width: 100%;
  line-height: 0;
  box-shadow: 0px 0px 6.55px 0px #0000000F;
}

.hiw_serial .hiw__item-img {
  margin-bottom: -1px;
}

.easy {
  padding: 12px 16px;
  width: 100vw;
  border-radius: 12px;
  padding-bottom: 48px;
  background-color: var(--blue);
  margin-left: -16px;
  margin-right: -16px;
  margin-bottom: 80px;
}

.easy__title br {
  display: none;
}

.easy .container {
  padding: 0;
}

.easy__content {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.easy__left {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.easy__right {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
}

.easy__img {
  width: 50%;
}

.easy__title {
  font-family: 'Inter', sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: var(--white);
  line-height: 140%;
}

.easy__description {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.easy__description p {
  color: #fff;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  opacity: 0.9;
}

.easy__btn {
  padding: 20px 28px;
  color: #fff;
  background-color: var(--orange);
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  border-radius: 16px;
  transition: all 200ms ease-in-out;
}

.easy__btn:hover {
  background-color: var(--orange-hover);
}

.tools {
  margin-bottom: 80px;
}

.tools .container {
  padding: 40px 16px;
  background-color: var(--light-grey);
  border-radius: 20px;
}

.tools__title {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 140%;
  text-align: center;
  color: var(--black);
  margin-bottom: 20px;
}

.tools__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}

.tools__item {
  background-color: #fff;
  border-radius: 16px;
  padding: 24px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.tools__item-title {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 140%;
  color: var(--black);
  margin-bottom: 16px;
}

.tools__item-icon {
  display: flex;
  justify-content: end;
}

.tools__btns {
  display: flex;
  justify-content: center;
  padding-top: 24px;
}

.tools__callback {
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  color: var(--white);
  background-color: var(--blue);
  border-radius: 12px;
  padding: 24px 48px;
  cursor: pointer;
  transition: all 0.3s ease;
  border: none;
  margin-bottom: 16px;
  transition: all 200ms ease-in-out;
}

.tools__callback:hover {
  background-color: var(--blue-hover);
}

.how-start {
  padding: 40px 16px;
  margin-left: -16px;
  margin-right: -16px;
  width: auto;
  background-color: var(--blue);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  margin-bottom: 60px;
}

.how-start_serial.how-start {
  padding-bottom: 48px;
}

.how-start__comment {
  display: none;
}

.how-start_serial .how-start__comment {
  display: block;
  font-size: 18px;
  line-height: 140%;
  color: #fff;
  font-weight: 600;
  margin-top: 32px;
  text-align: center;
}

.how-start .container {
  padding: 0;
}

.how-start__title {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 140%;
  text-align: center;
  color: var(--white);
  margin-bottom: 32px;
}

.how-start__list {
  display: flex;
  flex-direction: column;
  gap: 32px;
  width: 100%;
}

.how-start__item {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 0 12px;
}

.how-start_serial .how-start__item {
  padding: 0 8px;
  gap: 16px;
}

.how-start__numb {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 100%;
  color: var(--white);
  opacity: 0.8;
}

.how-start__step {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 140%;
  color: var(--white)
}

.how-start_serial .how-start__step {
  padding-right: 8px;
}

.doubts {
  margin-bottom: 60px;
}

.doubts__title {
  font-family: Inter;
  font-weight: 700;
  font-size: 24px;
  line-height: 140%;
  color: var(--black);
  margin-bottom: 20px;
  text-align: center;
}

.doubts__group {
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 8px;
}

.doubts__img-wrapper {
  background-color: var(--light-grey);
  border-radius: 16px;
  padding: 15px;
  text-align: center;
}

.doubts__group_blue .doubts__img-wrapper {
  background-color: var(--blue);
}

.doubts__img {
  height: 130px;
  width: auto;
}

.doubts__content {
  background-color: var(--light-grey);
  border-radius: 16px;
  padding: 20px 16px;
}

.doubts__group_blue .doubts__content {
  background-color: var(--blue);
}

.doubts__content-title {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 140%;
  color: var(--black);
  margin-bottom: 16px;
}

.doubts__group_blue .doubts__content-title {
  color: var(--white);
}

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

.doubts__item {
  padding-top: 14px;
  padding-bottom: 14px;
  border-top: 1px solid #D9D9D9;
  font-family: Inter;
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  color: var(--text-black);
}

.doubts__group_blue .doubts__item {
  color: var(--white);
  border-color: rgba(255,255,255,.4);
}

.doubts__list .doubts__item:last-child {
  padding-bottom: 0;
}

.why-best {
  margin-bottom: 80px;
}

.why-best .container {
  padding: 0;
}

.why-best__title {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 140%;
  text-align: center;
  color: var(--black);
  margin-bottom: 20px;
}

.why-best__list {
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: 100%;
}

.why-best__group {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}

.why-best__item {
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
}

.why-best__content {
  padding: 16px;
  padding-bottom: 16px;   
  width: 100%;
}

.why-best__group .why-best__item:nth-child(1) .why-best__item-title::after {
  position: absolute;
  content: 'Старый способ';
  padding: 6px;
  border-radius: 30px;
  font-weight: 500;
  background-color: var(--white);
  font-size: 12px;
  color: var(--text-black);
  line-height: 140%;
  top: 0;
  right: 0;
}

.why-best__item-title {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 140%;
  color: var(--black);
  position: relative;
  padding-right: 100px;
  margin-bottom: 8px;
}

.why-best__item-description {
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 160%;
  color: var(--text-black);
}

.why-best__img {
  width: 100%;
}

.why-best__group .why-best__item:nth-child(1){
  background-color: var(--light-grey);
}

.why-best__group .why-best__item:nth-child(2){
  background-color: var(--light-blue);
}

.callback-form {
  padding: 24px 16px;
  background-color: var(--blue);
  border-radius: 20px;
  margin-bottom: 60px;
  margin-left: -16px;
  margin-right: -16px;
}

.callback-form_serial {
  margin-bottom: 80px;
}

.callback-form .container {
  padding: 0;
}

.callback-form__title {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 140%;
  color: var(--white);
  margin-bottom: 12px;
}

.callback-form__description {
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 160%;
  color: var(--white);
  margin-bottom: 20px;
}

.form {
  background-color: var(--white);
  border-radius: 16px;
  padding: 24px 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.form__input {
  width: 100%;
  padding: 18px 16px;
  border-radius: 16px;
  border: 1px solid #EFEFEF;
  background-color: #F9F9F9;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  outline: 0;
  color: var(--text-black);
  transition: all 0.3s ease;
}

.form__input::placeholder {
  color: #9B9B9B;
  opacity: 1; /* Для кроссбраузерности */
}

/* Для старых версий браузеров */
.form__input::-webkit-input-placeholder {
  color: #9B9B9B;
}

.form__input::-moz-placeholder {
  color: #9B9B9B;
  opacity: 1;
}

.form__input:-ms-input-placeholder {
  color: #9B9B9B;
}

.form__input::-ms-input-placeholder {
  color: #9B9B9B;
}

.form__input:focus {
  border: 1px solid var(--blue);
}

.form__btn {
  width: 100%;
  padding: 20px 16px;
  border-radius: 16px;
  background-color: var(--orange);
  border: none;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  color: var(--white);
  margin-top: 4px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.form__btn:hover {
  background-color: var(--orange-hover);
}

.privacy-row {
  color: #7E7E7E;
  font-size: 12px;
  line-height: 140%;
  margin-top: 8px;
}

.privacy-row a {
  text-decoration: underline;
  cursor: pointer;
  color: #7E7E7E;
}

.privacy-label {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  cursor: pointer;
}

.privacy-checkbox {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.checkmark {
  position: relative;
  flex-shrink: 0;
  width: 18px;
  margin: 3px;
  height: 18px;
  border: 2px solid #ADADAD;
  border-radius: 2px;
  background: white;
  transition: all 0.2s ease;
}

.checkmark::after {
  content: "";
  position: absolute;
  display: none;
  left: 5px;
  top: 1px;
  width: 3px;
  height: 9px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.privacy-checkbox:checked + .checkmark {
  background: var(--blue);
  border-color: var(--blue);
}

.privacy-checkbox:checked + .checkmark::after {
  display: block;
}

.stack {
  padding: 24px 16px 28px 16px;
  background-color: var(--light-grey);
  border-radius: 16px;
  margin-bottom: 60px;
}

.stack__title {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 140%;
  color: var(--black);
  text-align: center;
  margin-bottom: 16px;
}

.stack__list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
}

.stack__item {
  border-radius: 40px;
  background-color: #E1E4EE;
  padding: 10px 18px;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  color: var(--text-black);
}

.faq {
  margin-bottom: 80px;
}

.faq__title {
  font-size: 24px;
  font-family: 'Inter', sans-serif;
  line-height: 140%;
  text-align: center;
  color: var(--black);
  margin-bottom: 20px;
}

.faq .container {
  padding: 0;
}

.faq__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.faq__item {
  border-radius: 12px;
  background-color: var(--light-grey);
  padding: 8px 12px;
}

.faq__item-title {
  font-size: 16px;
  color: var(--black);
  font-family: 'Inter', sans-serif;
  line-height: 140%;
  font-weight: 600;
  padding-left: 4px;
  padding-right: 12px;
  padding-top: 18px;
  padding-bottom: 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.faq__item-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.faq__item_one .faq__item-content .faq__item-content-wrapper {
  padding: 24px 0;
  border-top: 1px solid #C8D3E2;
  line-height: 150%;
  font-size: 14px;
  font-weight: 400;
  color: var(--text-black);
}

.faq__item_one a {
  color: var(--blue);
  text-decoration: underline;
  display: block;
}

.faq__item.active .faq__item-content {
  max-height: 5000px;
}

.faq__item_one.active .faq__item-content {
  
}

.faq__item.active .faq__item-title {
  color: var(--blue);
}

.faq__item-title::after {
  content: '';
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  background: url('assets/img/chevron.svg') 50% 50% no-repeat;
  background-size: contain;
  transform: rotate(0);
  transition: all 0.3s ease;
}

.faq__item.active .faq__item-title::after {
  transform: rotate(360deg);
  background: url('assets/img/chevron-active.svg') 50% 50% no-repeat;
  background-size: contain;
}

.faq__item-dropdown__title {
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
  font-family: 'Inter', sans-serif;
  color: var(--black);
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  cursor: pointer;
}

.faq__item-dropdown__title:after {
  width: 16px;
  height: 16px;
  background: url('assets/img/faq-plus.svg') 50% 50% no-repeat;
  background-size: contain;
  content: '';
  transform: rotate(0);
  transition: all 0.3s ease;
}

.faq__item-dropdown.active .faq__item-dropdown__title::after {
  transform: rotate(45deg);
}

.faq__item-dropdown.active {
  padding-bottom: 24px;
}

.faq__item-dropdown__content {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: var(--text-black);
  line-height: 150%;
  letter-spacing: 0px;
}

.faq__item-dropdown {
  padding: 24px 4px;
  display: flex;
  padding-right: 12px;
  flex-direction: column;
  gap: 8px;
  padding-bottom: 12px;
  border-top: 1px solid #C8D3E2;
}

.faq__item-dropdown__content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.faq__item-dropdown.active .faq__item-dropdown__content {
  max-height: 5000px;
}

.page-docs {
  margin-bottom: 80px;
}

.page-docs .container {
  padding: 0 15px;
  max-width: 1164px;
}

.page-docs__title {
  margin-bottom: 24px;
}

.footer {
  background-color: #151515;
  padding: 16px;
  padding-top: 36px;
  padding-bottom: 40px;
  text-align: center;
  margin-left: -16px;
  margin-right: -16px;
  width: 100vw;
}

.footer__columns {
  display: flex;
}

.footer .container {
  padding: 0;
}

.footer__item {
  color: #BABABA;
  font-size: 14px;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  line-height: 150%;
}

.footer__item_link {
  text-decoration: underline;
}

.footer__logo {
  margin-bottom: 0;
}

.footer .logo__img {
  width: auto;
}

.footer__column {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.footer__mobile_hidden {
  display: none;
}

.scroll-top {
  width: 40px;
  height: 40px;
  border-radius: 4px;
  background-color: #F6F6F6;
  cursor: pointer;
  padding: 8px;
  z-index: 2;
  position: fixed;
  bottom: 24px;
  right: 24px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.scroll-top.visible {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.scroll-top svg {
  width: 24px;
  height: 24px;
}

.mobile-menu {
  position: fixed;
  top: 0;
  right: -100vw;
  bottom: 0;
  width: 100vw;
  height: 100dvh;
  z-index: 11 !important;
  transition: all 100ms ease-in-out;
  transition-delay: 200ms;
  max-width: 660px;
}

.mobile-menu-overlay {
  position: fixed;
  background-color: rgba(0,0,0,0.6);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 200ms ease-in-out;
}

.mobile-menu__content {
  background-color: var(--white);
  padding: 32px 28px;
  width: 100%;
  height: 100dvh;
  overflow-y: auto;
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 58px;
  transition: all 200ms ease-in-out;
}

.mobile-menu_dark .mobile-menu__content {
  background-color: var(--black);
}

.mobile-menu-opened .mobile-menu-overlay {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.mobile-menu-opened .mobile-menu {
  right: 0;
}

.mobile-menu-opened .mobile-menu__content {
  right: 0;
}

.mobile-menu-opened {
  overflow: hidden;
  padding-right: 18px;
}

.mobile-menu__header {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.mobile-menu__logo {
  width: 225px;
  display: flex;
}

.mobile-menu__close {
  width: 32px;
  height: 32px;
  cursor: pointer;
  background: url('assets/img/close.svg') 50% 50% no-repeat;
  background-size: contain;
}

.mobile-menu_dark .mobile-menu__close {
  background: url('assets/img/close-inverse.svg') 50% 50% no-repeat;
  background-size: contain;
}

.mobile-menu__btns {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.mobile-menu__list {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 16px;
}

.mobile-menu__item {
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(22, 24, 30, 0.08);
}

.mobile-menu_dark .mobile-menu__item {
  border-color: rgba(255, 255, 255, 0.1);
}

.mobile-menu_dark .mobile-menu__list .mobile-menu__item:last-child {
  border-color: transparent;
}

.mobile-menu__dropdown {
  flex-direction: column;
  width: 100%;
  margin-top: 16px;
  display: none;
}

.mobile-menu__item_dropdown.active {
  padding-bottom: 0;
}

.mobile-menu__item_dropdown.active .mobile-menu__dropdown {
  display: flex;
}

.mobile-menu__dropdown-item {
  padding: 16px 0;
  border-top: 1px solid rgba(22, 24, 30, 0.08);
}

.mobile-menu_dark .mobile-menu__dropdown-item {
  border-color: rgba(255, 255, 255, 0.1);
}

.mobile-menu__dropdown-link {
  font-size: 16px;
  color: var(--black);
}

.mobile-menu_dark .mobile-menu__dropdown-link {
  color: var(--white);
}

.mobile-menu__link {
  font-size: 16px;
  line-height: 160%;
  font-weight: 500;
  color: var(--black);
  cursor: pointer;
}

.mobile-menu_dark .mobile-menu__link {
  color: var(--white);
}

.mobile-menu__item_dropdown.active .mobile-menu__link {
  color: var(--blue);
}

.mobile-menu_dark .mobile-menu__item_dropdown.active .mobile-menu__link {
  color: var(--white);
}

.mobile-menu__item_dropdown .mobile-menu__link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 4px;
  cursor: pointer;
}

.mobile-menu__item_dropdown .mobile-menu__link::after {
  content: '';
  width: 14px;
  height: 14px;
  background: url('assets/img/menu-chevron.svg') 50% 50% no-repeat;
  background-size: contain;
  transition: all 0.3s ease;
}

.mobile-menu_dark .mobile-menu__item_dropdown .mobile-menu__link::after {
  background: url('assets/img/menu-chevron-inverse.svg') 50% 50% no-repeat;
  background-size: contain;
}

.mobile-menu__item_dropdown.active .mobile-menu__link::after {
  transform: rotate(180deg);
}

.mobile-menu__middle {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
}

.mobile-menu__footer {
  width: 100%;
}

.mobile-menu__btn {
  width: 100%;
  padding: 20px;
  display: block;
  border-radius: 50px;
  font-size: 16px;
  color: var(--blue);
  border: 1px solid var(--blue);
  line-height: 120%;
  font-weight: 400;
  text-align: center;
  background-color: transparent;
  transition: all 200ms ease-in-out;
}

.mobile-menu__btn:hover {
  background-color: var(--blue);
  color: var(--white);
}

.mobile-menu_dark .mobile-menu__btn {
  color: var(--white);
  border-color: var(--white);
}

.mobile-menu_dark .mobile-menu__btn:hover {
  background-color: var(--white);
  color: var(--black);
}

.mobile_hidden {
  display: none;
}

.header-fixed .header, .page-template-page-tariffs .header, .page-template-page-docs .header {
  position: fixed;
  top: 0;
  background-color: #fff;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 100%;
  padding: 14px 28px;
  border-bottom: 1px solid #E2E2E2;
  z-index: 5;
}

.header-fixed .header__wrapper {
  max-width: 1360px;
  margin: 0 auto;
} 

.page-template-page-tariffs .header__wrapper, .page-template-page-docs .header__wrapper {
  max-width: 1164px;
  margin: 0 auto;
}
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.modal-overlay.active {
  display: flex;
  opacity: 1;
}

.modal {
  background: var(--blue);
  border-radius: 16px;
  padding: 16px;
  padding-top: 24px;
  padding-bottom: 28px;
  width: calc(100vw - 24px);
  max-height: 90dvh;
  overflow-y: auto;
  position: relative;
  transform: translateY(-20px);
  transition: transform 0.3s ease;
}

.modal-overlay.active .modal {
  transform: translateY(0);
}

.modal__close {
  position: absolute;
  top: 12px;
  right: 14px;
  width: 18px;
  height: 18px;
  cursor: pointer;
  border-radius: 50%;
  background: url('assets/img/modal-close.svg') 50% 50% no-repeat;
  background-size: contain;
}

.modal .callback-form__title {
  margin-bottom: 12px;
}

.modal .callback-form__description {
  margin-bottom: 20px;
}

.modal__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.modal__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.horizontal-scroll-active {
  position: relative;
}

  .home .header__logo img {
      height: 40px !important;
  }

.horizontal-scroll-active > * {
  top: 0;
  left: 0;
}

.hiw__desktop-img-wrapper {
  display: none;
}

.hiw__item-hr::before {
  content: '';
  position: absolute;
  width: 110%;
  height: 10px;
  background-color: #CDD1FF;
  top: 12px;
  display: block;
  left: -1px;
  z-index: 0;
}

  .page-docs {
  padding-top: 105px;
  }

@media (min-width: 381px){
  .hiw__item-title--3::before {
      left: 80px;
  }
}

@media (min-width: 416px){
  .hiw__item-title--1::before {
      width: 280px;
  }

  .hiw__item-title--1::after {
      display: none;
  }
}

@media (min-width: 449px){
  .hiw__item-title--3::before {
      top: 38px;
      left: 15px;
  }
}

@media (min-width: 508px){
  .hiw__item-title--3::before {
      top: 15px;
      left: 434px;
  }
}

@media (min-width: 767px){
  body {
      padding: 20px;
      padding-bottom: 0;
  }
  .page-docs {
  padding-top: 137px;
  }

  .header__btn {
      display: block;
      padding: 14px 20px;
      border-radius: 32px;
      border: 1px solid var(--blue);
      cursor: pointer;
      font-family: 'Inter', sans-serif;
      font-size: 14px;
      font-weight: 400;
      line-height: 100%;
      color: var(--blue);
      transition: all 200ms ease-in-out;
  }

  .hero-wrapper_dark .header__btn {
      color: var(--white);
      border-color: var(--white);
  }

  .hero-wrapper_dark .header__btn:hover {
      background: #4552F7;
      border-color: #4552F7;
      color: #fff !important;
  }

  .header-fixed .hero-wrapper_dark .header__btn {
      color: var(--blue);
      border-color: var(--blue);
  }

  .header__logo {
      width: 320px;
  }

  .hero-wrapper_dark .logo__img {
      width: 100%;
  }

  .page-template-page-docs .header__logo img, .page-template-page-tariffs .header__logo img {
  width: auto;
  }
  .header__btn:hover {
      background-color: var(--blue);
      color: var(--white);
  }

  .header {
      width: calc(100% - 48px);
      position: absolute;
      top: 30px;
      left: 24px;
      right: 24px;
  }

  
  .hero-wrapper {
    gap: 52px;
    margin: 0;
    width: 100%;
    margin-bottom: 80px;
    padding: 24px;
    padding-bottom: 36px;
    padding-top: 126px;
  }

  .page-template-page-docs .hero-wrapper {
    padding: 0;
    height: 104px;
  }

  .page-docs .container {
    padding: 0 24px;
  }

  .hero-wrapper_dark {
      padding: 30px 24px 36px 24px;
      padding-top: 126px;
  }

  .hero__title {
      font-size: 42px;
  }

  .hero-wrapper_dark .hero__title {
      padding-right: 70px;
  }

  .hero__title br {
      display: none;
  }

  .hero__description {
      font-size: 18px;
      margin-bottom: 24px;
  }

  .hero-wrapper_dark .hero__description {
      padding-right: 48px;
  }

  .hero__btn {
      padding: 24px 48px;
      font-size: 16px;
      border-radius: 16px;
      position: relative;
      z-index: 2;
      margin-bottom: 0;
  }

  .hero__features {
      width: 100%;
      margin: 0;
      gap: 40px;
  }

  .hero-wrapper_dark .hero__features_margin {
      margin-bottom: 52px;
  }

  .hero-wrapper_dark .hero__features {
      gap: 40px;
      margin-top: 28px;
  }

  .hero__feature-link {
      font-size: 18px;
      margin-bottom: 0;
      margin-top: 0;
  }

  .hero-wrapper_dark .hero__feature-link {
      font-size: 16px;
      margin-top: -28px;
  }

  .hero__img-wrapper {
      text-align: right;
  }

  .hero-wrapper_dark .hero__img-wrapper {
      padding: 0;
  }

  .hero__img {
      position: relative;
      z-index: 1;
      margin: 0;
      margin-top: -80px;
      min-width: 560px;
      width: auto;
      max-width: 100%;
  }

  .hero-wrapper_dark .hero__img {
      width: 500px;
      min-width: auto;
      margin-top: -95px;
  }

  .with-coop {
      margin-bottom: 80px;
  }

  .with-coop__title {
      margin-bottom: 40px;
      font-size: 36px;
  }

  .with-coop__list {
      gap: 20px;
  }

  .with-coop__item {
      padding: 24px;
      padding-bottom: 28px;
  }

  .with-coop__item-icon {
      width: 40px;
      height: 40px;
  }

  .with-coop__item-title {
      font-size: 18px;
  }

  .provide__title {
      font-size: 36px;
      margin-bottom: 40px;
  }

  .provide__list {
      gap: 24px;
  }

  .provide__item {
      padding: 24px;
      padding-bottom: 32px;
  }

  .provide__item--last {
      padding-bottom: 32px;
      padding-top: 32px;
  }

  .provide__item--last .provide__item-link {
      font-size: 22px;
  }

  .provide__item--last svg {
      width: 36px;
      height: 36px;
  }

  .provide__item-title {
      font-size: 22px;
  }

  .provide__icon svg {
      width: 60px;
      height: 60px;
  }

  .provide__item-description {
      font-size: 16px;
  }

  .provide {
      margin-bottom: 80px;
  }

  .hiw {
      margin-bottom: 100px;
  }

  .hiw__title {
      font-size: 36px;
  }

  .hiw__item-title {
      font-size: 24px;
  }

  .hiw__item-content {
      padding: 24px;
      padding-bottom: 8px;
      gap: 12px;
  }

  .hiw__item-description {
      font-size: 18px;
  }

  .hiw__item-gradient {
      padding: 0 64px;
      margin: 0;
      width: 100%;
  }

  .hiw__item-img {
      border-top-left-radius: 16px;
      border-top-right-radius: 16px;
  }

  .hiw .container {
      padding: 0;
  }

  .hiw__item-title--1::after {
      display: none;
  }

  .hiw__item-title--1::before {
      width: 378px;
      top: 20px;
      left: 143px;
  }

  .hiw__item-title--2::before {
      width: 243px;
      top: 20px;
      left: 25px;
  }

  .hiw__item-title--3::before {
        top: 20px;
        left: 584px;
        width: 61px;
  }

  .hiw__list {
      gap: 60px;
  }

  .easy {
      margin-left: -20px;
      margin-right: -20px;
      border-radius: 20px;
      padding: 48px 44px;
      margin-bottom: 100px;
  }

  .page-template-page-serial .easy {
      margin-bottom: 80px;
  }

  .easy__content {
      flex-direction: row;
      gap: 20px;
  }

  .easy__left, .easy__right {
      width: 50%;
  }

  .easy__left {
      flex-direction: column-reverse;
      gap: 20px;
  }

  .easy__title {
      font-size: 32px;
      font-weight: 700;
  }

  .easy__img {
      width: 273px;
  }

  .easy__title br {
      display: block;
  }

  .easy__description {
      padding-top: 6px;
  }

  .easy__description p {
      font-size: 16px;
  }

  .easy__right {
      gap: 28px;
  }

  .tools__title {
      font-size: 36px;
      font-weight: 700;
      margin-bottom: 40px;
  }

  .tools .container {
      padding: 48px 24px;
  }

  .tools__list {
      flex-wrap: wrap;
      gap: 16px;
      flex-direction: row;
  }

  .tools__item {
      width: calc(50% - 8px);
  }

  .tools__item-title {
      font-size: 20px;
      margin-bottom: 48px;
  }

  .tools__item-icon svg {
      width: 100px;
      height: 100px;
  }

  .tools__btns {
      padding-top: 40px;
  }

  .tools__callback {
      font-size: 16px;
      padding: 24px 48px;
      border-radius: 16px;
      margin-bottom: 0;
  }

  .tools {
      margin-bottom: 100px;
  }

  .how-start {
      padding: 48px 44px;
      margin-left: -20px;
      margin-right: -20px;
      border-top-left-radius: 40px;
      border-top-right-radius: 40px;
      margin-bottom: 100px;
      padding-bottom: 60px;
  }

  .how-start_serial.how-start {
      padding-bottom: 60px;
  }

  .how-start__title {
      font-size: 36px;
      margin-bottom: 40px;
  }

  .how-start__list {
      display: flex;
      flex-direction: row;
      gap: 24px;
  }

  .how-start__item {
      width: calc(50% - 12px);
      margin-bottom: 16px;
      position: relative;
  }

  .how-start_serial .how-start__item {
      margin-bottom: 16px;
      padding: 0;
      gap: 12px;
  }

  .how-start__numb {
      font-size: 52px;
      margin-bottom: 12px;
      min-height: 63px;
  }

  .how-start__step {
      font-size: 20px;
      font-weight: 600;
  }

  .how-start__item:nth-child(2n+1)::before {
      content: '';
      position: absolute;
      width: 230px;
      height: 8px;
      background: url('assets/img/step-arrow.svg') 50% 50% no-repeat;
      background-size: contain;
      top: 26px;
      right: 0;
  }

  .how-start__list .how-start__item:last-child::before {
      display: none;
  }

  .how-start_serial .how-start__comment {
      font-size: 20px;
      margin-top: 24px;
  }

  .doubts {
      margin-bottom: 80px;
  }

  .doubts__title {
      font-size: 36px;
      margin-bottom: 40px;
  }

  .doubts__group {
      flex-direction: row;
      gap: 20px;
  }

  .doubts__content {
      padding: 24px;
      padding-bottom: 28px;
      width: calc((200% / 3) - 10px); 
  }

  .doubts__img {
      width: 120px;
      height: auto;
  }

  .doubts__img-wrapper {
      display: flex;
      justify-content: center;
      align-items: center;
      width: calc((100% / 3) - 10px);
  }

  .doubts__content-title {
      font-size: 22px;
      margin-bottom: 20px;
  }

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

  .why-best__title {
      font-size: 36px;
      margin-bottom: 40px;
  }

  .why-best__content {
      padding: 24px;
      padding-bottom: 16px;
      text-align: left;
  }

  .why-best__item-title {
      font-size: 24px;
      margin-bottom: 12px;
      position: relative;
  }

  .why-best__item-description {
      font-size: 18px;
  }

  .why-best__img {
      max-width: 568px;
      width: 100%;
  }

  .why-best__item {
      text-align: right;
  }

  .why-best__group {
      gap: 24px;
  }

  .why-best__list {
      gap: 60px;
  }

  .why-best__group .why-best__item:nth-child(1) .why-best__item-title::after {
      position: absolute;
      content: 'Старый способ';
      padding: 7px 12px;
      border-radius: 30px;
      font-weight: 500;
      background-color: var(--white);
      font-size: 16px;
      color: var(--text-black);
      line-height: 140%;
      top: 0;
      right: 0;
  }

  .why-best {
      margin-bottom: 100px;
  }

  .why-best__group:nth-child(3) .why-best__item:nth-child(2) .why-best__img {
      width: 100%;
      max-width: none;
      height: 240px;
      object-fit: cover;
      object-position: 50% 0;
  }

  .callback-form {
      width: 100%;
      padding: 40px 30px;
      padding-bottom: 48px;
      margin: 0;
      margin-bottom: 90px;
  }

  .callback-form__title {
      font-size: 36px;
      margin-bottom: 20px;
  }

  .callback-form__description {
      font-size: 18px;
      margin-bottom: 32px;
  }

  .form {
      padding: 32px 24px;
      border-radius: 20px;
      gap: 16px;
  }

  .stack {
      padding: 40px 79px 48px 79px;
      margin-bottom: 90px;
  }

  .stack__title {
      font-size: 36px;
      margin-bottom: 32px;
  }

  .stack__list {
      gap: 20px;
      padding: 0 8px;
  }

  .stack__item {
      padding: 14px 24px;
      font-size: 20px;
  }



  .faq {
      margin-bottom: 100px;
  }

  .form__input {
      padding: 18px 20px;
      font-size: 16px;
  }

  .faq__title {
      font-size: 36px;
      margin-bottom: 30px;
  }

  .faq__title br {
      display: none;
  }

  .faq__list {
      gap: 24px;
  }

  .faq__item-title {
      font-size: 20px;
      padding: 24px 4px;
      line-height: 120%;
      padding-right: 12px;
  }

  .faq__item {
      padding: 8px 24px;
  }

  .faq__item-dropdown__title {
      font-size: 18px;
  }

  .faq__item-title::after, .faq__item-dropdown__title:after {
      width: 22px;
      height: 22px;
  }

  .faq__item-dropdown__content {
      font-size: 16px;
  }

  .faq__item_one .faq__item-content .faq__item-content-wrapper {
      font-size: 16px;
  }

  .footer {
      padding: 40px 20px;
      margin-left: -20px;
      margin-right: -20px;
  }

  .footer__mobile_hidden {
      display: flex;
  }

  .footer__item {
      text-align: left;
      font-size: 16px;
  }

  .footer__tablet_hidden {
      display: none;
  }

  .footer__columns {
      gap: 24px;
  }

  .footer__column {
      align-items: flex-start;
      width: calc(50% - 12px);
      justify-content: space-between;
  }

  .footer__columns .footer__column:nth-child(2), .footer__columns .footer__column:nth-child(3){
      gap: 20px;
  }

  .mobile-menu__logo {
      width: 320px;
  }

  .mobile-menu__content {
      gap: 80px;
      padding: 50px 44px;
  }

  .mobile-menu__footer {
      display: none;
  }

  .mobile_hidden {
      display: flex;
      width: auto;
  }

  .mobile-menu__btn {
      padding: 14px 20px;
      font-size: 14px;
  }

  .mobile-menu__link {
      font-size: 20px;
  }

  .mobile-menu__dropdown-link {
      font-size: 20px;
  }

  .mobile-menu__item {
      padding-bottom: 24px;
  }

  .mobile-menu__dropdown {
      margin-top: 24px;
  }

  .mobile-menu__dropdown-item {
      padding: 24px 0;
  }

  .mobile-menu__list {
      gap: 24px;
  }

  .scroll-top {
      right: 40px;
      bottom: 40px;
      width: 54px;
      height: 54px;
      padding: 11px;
  }

  .scroll-top svg {
      width: 32px;
      height: 32px;
  }

  .header-fixed .header, .page-template-page-tariffs .header,  .page-template-page-docs .header {
      padding-top: 24px;
      padding-bottom: 24px;
  }
  .page-template-page-docs .header {
      padding-top: 18px;
      padding-bottom: 18px;
  }

  .modal {
      width: calc(100vw - 40px);
      padding: 40px 30px;
      padding-bottom: 48px;
  }

  .modal__close {
      width: 24px;
      height: 24px;
  }
  
  .page-template-page-docs .header__logo img, .page-template-page-tariffs .header__logo img {
    height: 28px;
  }
  
  .home .header__logo img {
      height: 48px;
  }
}
.page-docs a {
color: #1928f0;
font-size: 16px;
text-decoration: none;
}
.page-docs__title {
    margin-bottom: 24px;
    font-size: 24px;
    text-align: center;
}
.page-docs ul {
list-style: disc;
margin-bottom: 16px;
}

.page-docs li {
font-size: 16px !important;
color: #2f333f !important;
}
.page-template-page-docs .container {
  padding-left: 0;
  padding-right: 0;
}


.page-docs p {
font-size: 16px !important;
color: #2f333f;
margin-bottom: 16px;
}
body .hero-wrapper_dark  .header__logo-no-dark {
display: block;
}

body .hero-wrapper_dark .header__logo-dark {
  display: none;
}
.header-fixed .hero-wrapper_dark  .header__logo-no-dark {
display: none;
}

.header-fixed .hero-wrapper_dark .header__logo-dark {
  display: block;
}
@media (min-width: 1279px){
  .how-start__item--50 {
        width: calc(50% - 65px) !important;
  }
  .how-start__item--50-2 {
        width: calc(50% - 47px) !important;
  }
  .header__nav {
      display: block;
  }

.page-docs {
  margin-bottom: 80px;
  min-height: 60vh;
}
  .header-fixed .header, .page-template-page-tariffs .header, .page-template-page-docs .geader  {
      padding: 18px 60px;
  }

  .header__logo img {
      height: 28px;
      width: auto;
  }


  .h-menu {
      display: flex;
      gap: 24px;
      flex-direction: row;
  }

  .h-menu__dropdown {
      display: none;
  }

  .h-menu__link {
      color: var(--black);
      font-size: 16px;
      line-height: 160%;
      cursor: pointer;
      font-weight: 400;
  }

  .header__nav-wrapper {
      gap: 40px;
      margin-left: auto;
  }

  .header__nav {
      position: relative;
  }

  .menu-toggle {
      display: none;
  }

  .header__logo {
      width: auto;
      align-items: center;
      display: flex;
  }

  .hero-wrapper {
      padding: 30px 40px 44px 40px;
      gap: 80px;
      padding-top: 155px;
  }

  .header {
      left: 40px;
      right: 40px;
      top: 30px;
      width: calc(100% - 80px);
  }

  .hero__title {
      font-size: 50px;
        max-width: 724px;
      margin-bottom: 12px;
  }

  .hero-wrapper_dark .hero__title {
      padding-right: 0;
  }

  .hero__description {
      max-width: 510px;
      font-size: 20px;
      margin-bottom: 24px;
  }

  .hero-wrapper_dark .hero__description {
      padding-right: 0;
  }

  .hero__img {
      margin-top: -380px;
      width: 645px;
      max-width: 645px;
  }

  .hero-wrapper_dark {
      padding-bottom: 36px;
  }

  .page-docs {
    margin-bottom: 140px;
  }

  .page-docs .container {
    padding: 0 40px;
  }

  .hero-wrapper_dark .hero__img {
      width: 597px;
      margin-top: -420px;
      max-width: 597px;
  }

  .hero__img-wrapper {
      height: 106px;
  }

  .hero-wrapper_dark .hero__img-wrapper {
      height: 65px;
  }

  .hero__features {
      margin-left: 0;
      gap: 40px;
  }

  .hero-wrapper_dark .hero__features {
      margin-top: 0;
  }

  .hero__feature-link {
      font-size: 18px;
  }

  .hero-wrapper_dark .hero__feature-link {
      margin-top: 0;
  }

  .hero-wrapper_dark .hero__features_margin {
      margin-bottom: 20px;
  }

  .h-menu {
      gap: 18px;
  }

  .h-menu__item_dropdown .h-menu__link {
      display: flex;
      align-items: center;
      gap: 4px;
  }

  .h-menu__item_dropdown .h-menu__link::after {
      content: '';
      width: 12px;
      height: 12px;
      background: url('assets/img/menu-chevron.svg') 50% 50% no-repeat;
      background-size: contain;
      transition: all 200ms ease-in-out;
  }

  .hero-wrapper_dark .h-menu__item_dropdown .h-menu__link::after {
      background: url('assets/img/menu-chevron-inverse.svg') 50% 50% no-repeat;
      background-size: contain;
  }

  .h-menu__dropdown_opened .h-menu__dropdown {
      display: flex;
      flex-direction: column;
      background-color: var(--white);
      position: absolute;
      top: 44px;
      border-radius: 8px;
      padding: 14px 12px;
      gap: 12px;
      box-shadow: 0px 2px 16px 0px #0000000F;
  }

  .hero-wrapper_dark .h-menu__dropdown_opened .h-menu__dropdown {
      background-color: #3A3E4D;
      color: #fff;
  }

  .hero-wrapper_dark .h-menu__sub-link {
      color: #fff;
  }

  .header-fixed .h-menu__dropdown_opened .h-menu__dropdown {
      top: 58px;
  }

  .header-fixed .hero-wrapper_dark .h-menu__link {
      color: var(--black);
  }

  .h-menu__link:hover {
    color: var(--blue);
  }
  
  .hero-wrapper_dark .h-menu__link:hover {
    color: var(--blue);
  }
  .header__btn:hover {
  color: white;
  }
  .header-fixed .hero-wrapper_dark .h-menu__item_dropdown .h-menu__link::after {
      background: url('assets/img/menu-chevron.svg') 50% 50% no-repeat;
      background-size: contain;
  }

  .footer__columns .footer__column:nth-child(2), .footer__columns .footer__column:nth-child(3){
      gap: 12px;
  }
  
  .h-menu__dropdown_opened .h-menu__link {
      color: var(--blue);
  }

  .hero-wrapper_dark .h-menu__dropdown_opened .h-menu__link {
      color: #A0B5FF;
  }
  
  .h-menu__dropdown_opened .h-menu__link::after {
      transform: rotate(180deg);
  }
  
  .h-menu__sub-link {
      display: block;
      font-size: 16px;
      cursor: pointer;
      color: var(--black);
      font-weight: 400;
      line-height: 160%;
      transition: all 200ms ease-in-out;
  }
  
  .h-menu__sub-link:hover {
      color: var(--blue);
  }

  .hero-wrapper_dark .h-menu__sub-link:hover {
      color: #A0B5FF;
  }

  .hero-wrapper {
      margin-bottom: 120px;
  }

  .with-coop__title {
      font-size: 40px;
      margin-bottom: 40px;
  }

  .with-coop__list {
      gap: 24px;
      flex-direction: row;
  }

  .with-coop__item {
      padding-bottom: 32px;
  }

  .with-coop__item-icon {
      width: 48px;
      height: 48px;
  }

  .with-coop__item-title {
      font-size: 20px;
  }

  .with-coop {
      margin-bottom: 120px;
  }

  .provide__title {
      font-size: 40px;
  }

  .provide__list {
      flex-direction: row;
      flex-wrap: wrap;
      gap: 24px;
      align-items: stretch;
  }

  .provide__item {
      padding: 24px 30px;
      padding-bottom: 32px;
      width: calc(50% - 12px);
  }

  .provide__item-description {
      width: calc(100% - 72px);
  }

  .provide {
      margin-bottom: 120px;
  }

  .page-template-page-serial .provide {
      margin-bottom: 130px;
  }

  .provide__item--last .provide__item-link {
      font-size: 22px;
  }

  .hiw {
      margin-bottom: 130px;
  }

  .hiw__title {
      font-size: 40px;
      margin-bottom: 40px;
  }

  .hiw__list {
      gap: 40px;
      flex-direction: row;
  }

  .hiw .container {
      width: 100%;
      bottom: 0;
      left: 0;
      right: 0;
  }

  .hiw__item {
      display: flex;
      flex-direction: column;
      align-items: center;
      padding: 0;
      padding-top: 0;
      padding-bottom: 0;
  }
  
  .hiw__item-gradient {
      width: 670px;
      flex-shrink: 0;
      display: none;
  }

  .hiw__item-title {
      font-size: 28px;
  }

  .hiw__item-title--1::before {
        width: 430px;
        top: 25px;
        left: 172px;
  }

  .hiw__item-title--2::before {
        width: 271px;
        top: 25px;
        left: 36px;
  }

  .page-docs {
  padding-top: 143px;
  }
  .hiw__item-title--3::before {
        top: 25px;
        left: 685px;
        width: 66px;
  }
.page-docs p, .page-docs a, .page-docs li {
  line-height: 150%;
}
  .hiw__item-description {
      width: 768px;
      text-align: center;
  }

  .hiw_serial .hiw__item-description {
      min-height: 58px;
      display: flex;
      align-items: center;
      text-align: center;
      justify-content: center;
  }

  .hiw__list .hiw__item:nth-child(3) .hiw__item-description {
      width: 768px;
  }

  .hiw__desktop-img-wrapper {
      display: block;
  }

  .hiw__item-desktop-img {
      width: 1164px;
      border-radius: 20px;
      border: 1px solid #ECECEC;
  }

  .hiw__item-content {
      align-items: center;
      margin-bottom: 30px;
      gap: 16px;
      padding-bottom: 0;
  }

  .horizontal-scroll-parent .container {
      position: fixed;
      width: 100%;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
  }

  .easy {
      margin: 0 auto;
      max-width: 1164px;
      width: 100%;
      padding: 0;
      margin-bottom: 130px;
  }

  .page-template-page-serial .easy {
      margin-bottom: 120px;
  }

  .easy__left {
      flex-direction: row;
      gap: 24px;
  }

  .easy__img {
      width: 372px;
      flex-shrink: 0;
  }

  .easy__title {
      padding-top: 48px;
      width: 272px;
      flex-shrink: 0;
  }

  .easy__left, .easy__right {
      width: auto;
  }

  .easy__right {
      padding-top: 48px;
      padding-right: 60px;
  }

  .tools__list {
      flex-wrap: nowrap;
  }

  .page-template-page-serial .tools__list {
      flex-wrap: wrap;
  }

  .tools__item {
      width: calc(25% - 4px);
  }

  .page-template-page-serial .tools__item {
      width: calc(50% - 8px);
  }

  .tools .container {
      padding: 48px 32px;
  }

  .tools__title {
      font-size: 40px;
      margin-bottom: 40px;
  }

  .tools {
      margin-bottom: 130px;
  }

  .how-start {
      padding: 80px 60px;
      margin-bottom: 120px;
      width: calc(100% + 40px);
  }

  .how-start .container {
      max-width: 1160px;
  }

  .how-start__title {
      font-size: 40px;
      margin-bottom: 60px;
  }

  .how-start__list {
    justify-content: space-between;
  }

  .page-template-page-serial .how-start__list--4 {
      flex-wrap: nowrap;
  }
  .page-template-page-serial .how-start__list--5 {
      flex-wrap: wrap;
  }

  .page-template-page-serial .how-start__item {
      width: calc((100% / 3) - 16px);
  }

  .page-template-page-serial .how-start__item:nth-child(4), .page-template-page-serial .how-start__item:nth-child(5) {
      width: calc(50% - 12px);
  }

  .page-template-page-serial .how-start__item:nth-child(4) .how-start__step {
      padding-right: 62px;
  }

  .page-template-page-serial .how-start__item .how-start__step {
      padding-right: 48px;
  }

  .how-start__item {
      width: 25%;
  }

  .how-start__item:nth-child(2n+1)::before {
      width: 170px;
  }

  .how-start__item::before {
      content: '';
      position: absolute;
      width: 170px;
      height: 8px;
      background: url('assets/img/step-arrow.svg') 100% 50% no-repeat;
      top: 26px;
      right: 0;
  }

    .how-start__item--50::before {
        content: '';
        position: absolute;
        width: 170px;
        height: 8px;
        background: url(assets/img/last-arrow.svg) 100% 50% no-repeat;
        top: 26px;
        left: 93px;
        width: 462px;
        right: 0;
        background-repeat: repeat;
    }
  .page-template-page-serial .how-start__item::before {
      width: 276px;
      background: url('assets/img/arrow-276.svg') 100% 50% no-repeat;
      background-size: auto;
  }

  .page-template-page-serial .how-start__item:nth-child(4):before {
      width: 462px;
      background: url('assets/img/last-arrow.svg') 100% 50% no-repeat;
      background-size: auto;
  }

  .how-start_serial .how-start__comment {
      margin-top: 44px;
  }

  .how-start__item:last-child:before {
      display: none;
  }

  .page-template-page-serial .how-start__item:nth-child(3):before{
      display: none;
  }

  .how-start__numb {
      font-size: 60px;
      margin-bottom: 12px;
  }

  .how-start__step {
      font-size: 22px;
  }

  .how-start__item:nth-child(2n+1)::before {
      background-size: auto;
      background-position: 100% 50%;
  }

  .how-start__list .how-start__item:nth-child(3) .how-start__step {
      width: 80%;
  }

  .how-start__comment {
      display: block;
      font-size: 20px;
      line-height: 140%;
      color: #fff;
      font-weight: 500;
      margin-top: 60px;
      text-align: center;
  }

  .doubts {
      margin-bottom: 120px;
  }

  .doubts__title {
      font-size: 40px;
      margin-bottom: 40px;
  }

  .doubts__group {
      gap: 24px;
      margin-bottom: 24px;
  }

  .doubts__content-title {
      font-size: 24px;
      margin-bottom: 24px;
  }

  .doubts__img-wrapper, .doubts__content {
      width: calc(50% - 12px);
  }

  .doubts__img {
      height: 280px;
      width: auto;
  }

  .doubts__item {
      padding: 20px 0;
  }

  .why-best {
      margin-bottom: 130px;
  }

  .why-best__title {
      font-size: 40px;
  }

  .why-best__list {
      gap: 24px;
  }

  .why-best__group {
      flex-direction: row;
      gap: 24px;
  }

  .why-best__item {
      width: calc(50% - 12px);
  }

  .why-best__item-title {
      padding-right: 150px;
  }

  .callback-form {
      width: 100%;
      max-width: 1164px;
      margin: 0 auto;
      margin-bottom: 130px;
      padding: 48px;
  }

  .callback-form .container {
      display: flex;
      flex-direction: row;
      align-items: flex-start;
      gap: 48px;
  }

  .callback-form__content, .form {
      width: calc(50% - 24px);
  }

  .callback-form__title {
      font-size: 40px;
      padding-top: 12px;
  }

  .stack {
      padding: 40px 24px 60px 24px;
      width: 966px;
      margin: 0 auto;
      margin-bottom: 130px;
  }

  .stack__title {
      font-size: 40px;
  }

  .faq {
      margin-bottom: 140px;
  }

  .faq__title {
      font-size: 40px;
      margin-bottom: 40px;
  }
  
  .faq .container {
      max-width: 966px;
  }

  .footer__desktop_hidden {
      display: none;
  }

  .footer__tablet_hidden {
      display: flex;
  }

  .footer__desktop_hidden {
      display: none;
  }

  .footer__column {
      justify-content: flex-start;
  }

  .footer__columns {
      gap: 30px;
  }

  .modal {
      padding: 48px;
      max-width: 1164px;
  }

  .modal__content {
      display: flex;
      flex-direction: row;
      align-items: flex-start;
      gap: 48px;
      justify-content: space-between;
  }

  .modal .callback-form__content {
      width: 492px;
  }

  .modal .form {
      width: 528px;
  }
}

@media (min-width: 1559px){

  .hero__img {
      width: 680px;
      max-width: 680px;
      margin-top: -500px;
  }

  .hero__title {
      font-size: 54px;
      max-width: 770px;
  }

  .header, .hero {
      max-width: 1360px;
      margin: 0 auto;
  }

  .h-menu {
      gap: 28px;
      padding-right: 8px;
  }

  .header__nav-wrapper {
      gap: 86px;
  }

  .hero__img-wrapper {
      height: 91px;
  }

  .header__logo img {
      height: 34px;
  }
  .header__logo picture {
      height: 34px;
  }
  .header-fixed .header__logo img {
      height: 28px;
  }
  .home .header-fixed .header__logo img {
      height: 40px;
  }

  .page-template-page-docs .header__logo img, .page-template-page-tariffs .header__logo img {
    height: 28px;
  }

  .scroll-top {
      right: 80px;
  }
}

.container-new, .content {
display: flex;
gap: 20px;
flex-direction: column;
}

@media(min-width: 1024px) {
  .page__heading {
  text-align: center;
  max-width: 50%;
  margin: auto;
  }
}

.container-new a {
color: rgb(25, 40, 240);
}

.h-menu__dropdown {
z-index: 1000;
}

.a2-tarrif-container {
  max-width: 328px;
  margin: 0 auto;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
}

.a2-tarrif-table-wrapper {
  display: flex;
  flex-direction: column;
}

.a2-tarrif-first-column {
  display: contents;
}

.a2-tarrif-intro {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  text-align: center;
  margin-bottom: 32px;
}
.a2-tarrif-intro {
  padding-bottom: 32px;
border-bottom: 1px solid var(--color-divider);
}

.a2-tarrif-features-column-list {
  display: none;
}

.a2-tarrif-feature-row-item {
  padding: 16px 12px;
  border-bottom: 1px solid var(--color-divider);
}

.a2-tarrif-feature-row-item:nth-child(odd) {
  background-color: var(--color-background-light);
}

.a2-tarrif-feature-row-item:nth-child(even) {
  background-color: var(--color-white);
}

.a2-tarrif-feature-row-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  color: var(--color-text-dark);
}

.a2-tarrif-intro-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  color: var(--color-text-dark);
}

.a2-tarrif-intro-subtitle {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  color: var(--color-text-medium);
}

.a2-tarrif-intro-link {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.25;
  color: var(--color-primary);
  text-decoration: underline;
}

.a2-tarrif-plans-wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.a2-tarrif-plan-card {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.a2-tarrif-plan-details {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  text-align: center;
}

.a2-tarrif-plan-title-wrapper {
  display: flex;
  align-items: center;
  gap: 8px;
}

.a2-tarrif-plan-title {
  font-size: 18px;
  font-weight: 600;
  color: var(--color-primary);
}

.a2-tarrif-discount-badge {
  background-color: var(--color-accent-orange);
  color: var(--color-white);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.14;
  padding: 3px 6px;
  border-radius: 37px;
}

.a2-tarrif-price-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.a2-tarrif-price-comparison {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

.a2-tarrif-price-current {
  font-size: 20px;
  font-weight: 600;
  color: var(--color-text-dark);
}

.a2-tarrif-price-current--accent {
  color: var(--color-accent-orange);
}

.a2-tarrif-price-original {
  font-size: 20px;
  font-weight: 400;
  color: var(--color-text-strikethrough);
  text-decoration: line-through;
}

.a2-tarrif-price-duration {
  font-size: 16px;
  font-weight: 400;
  color: var(--color-text-medium);
}

.a2-tarrif-price-custom {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
  color: var(--color-text-dark);
}

.a2-tarrif-plan-description {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  color: var(--color-text-light);
}

.a2-tarrif-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 16px 64px;
  border: 1px solid var(--color-primary);
  border-radius: 54px;
  color: var(--color-primary);
  font-size: 14px;
  font-weight: 500;
  transition: background-color 0.2s, color 0.2s;
}

.a2-tarrif-btn:hover {
  background-color: var(--color-primary);
  color: var(--color-white);
}

.a2-tarrif-feature-list {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 8px; /* To clip children's corners */
}

.a2-tarrif-feature-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 12px;
}

.a2-tarrif-feature-item:not(.a2-tarrif-feature-included) {
  display: none;
}

.a2-tarrif-feature-item:nth-child(odd) {
  background-color: var(--color-background-light);
}

.a2-tarrif-feature-item:nth-child(even) {
  background-color: var(--color-white);
}

.a2-tarrif-feature-icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

.a2-tarrif-feature-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  color: var(--color-text-dark);
}

.a2-tarrif-plan-divider {
  border: none;
  height: 1px;
  background-color: var(--color-divider);
  margin: 0;
}

.a2-tarrif-plans-wrapper .a2-tarrif-plan-divider:last-of-type {
    display: none;
}
@media (min-width: 768px) {
  #plan-optimal .a2-tarrif-plan-details {
  padding: 24px 4px;
  }
  .a2-tarrif-table-wrapper {
    margin-bottom: 130px;
  }
  #plan-optimal {
  
    border: 1px solid #1928F0;
    border-radius: 8px;
  }
  #plan-optimal .a2-tarrif-feature-list {
  
    border-radius: 8px;
  }
  .a2-tarrif-intro-title {
  display: none;
  }
  .a2-tarrif-container {
    max-width: 1164px;
    padding: 134px 0 0 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .a2-tarrif-feature-row-text {
  font-size: 14px;
  line-height: 130%;
  }
  .a2-tarrif-table-wrapper {
    display: grid;
    grid-template-columns: 222px 1fr;
    gap: 0;
    border-radius: 16px;
    overflow: hidden;
    align-items: start;
  }
  .a2-tarrif-first-column {
    display: flex;
    flex-direction: column;
    background-color: var(--color-white);
    height: 100%;
  }
  
  .a2-tarrif-intro {
    padding: 24px 20px 24px 12px;
    margin-bottom: 0;
    align-items: flex-start;
    text-align: left;
    border-bottom: 1px solid var(--color-divider);
    flex-shrink: 0;
    height: calc(194px + 16px);
  }
.a2-tarrif-intro {
border-bottom: 1px solid var(--color-divider);
}
  .a2-tarrif-plan-description {
    display: flex;
    align-items: center;
    min-height: 36.38px;
  }
  .a2-tarrif-price-custom {
    min-height: 48px;

  }
  .a2-tarrif-intro-title {
    font-size: 20px;
    text-align: center;
  }
  
  .a2-tarrif-intro-subtitle {
    font-size: 13px;
  }
  
  .a2-tarrif-intro-link {
    font-size: 14px;
  }
  
  .a2-tarrif-features-column-list {
    display: flex;
    flex-direction: column;
    flex: 1;
  }
  
  .a2-tarrif-feature-row-item {
    padding: 0 0 0 0;
    padding-left: 12px;
    border-bottom: 1px solid var(--color-divider);
    border-right: none;
  }
  
  .a2-tarrif-feature-row-item:last-child {
    border-bottom: none;
  }
  
  .a2-tarrif-plans-wrapper {
    display: grid;
    grid-template-columns: 226.5px 234.5px 226.5px 226.5px;
    gap: 0;
  }
  
  .a2-tarrif-plan-divider {
    display: none;
  }
  
  .a2-tarrif-plan-card {
    display: flex;
    flex-direction: column;
    border: none;
    border-radius: 0;
    padding: 24px 0;
    gap: 0;
    height: 100%;
    justify-content: flex-start;
    align-items: stretch;
  }
  
  .a2-tarrif-plan-card .a2-tarrif-plan-details {
    flex-shrink: 0;
  }
  
  .a2-tarrif-plans-wrapper .a2-tarrif-plan-card:last-child {
    border-right: none;
  }
  
  .a2-tarrif-first-column {
    gap: 24px;
  }
  
  .a2-tarrif-intro {
    gap: 8px;
    border-bottom: unset;
  }
  
  .a2-tarrif-plan-details {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 12px;
    height: 194px;
    padding: 24px 0;
  }
  
  .a2-tarrif-plan-title {
    font-size: 18px;
  }
  
  .a2-tarrif-price-group {
    gap: 4px;
  }
  
  .a2-tarrif-price-current {
    font-size: 20px;
    white-space: nowrap;
  }
  
  .a2-tarrif-price-original {
    font-size: 16px;
    white-space: nowrap;
  }
  
  .a2-tarrif-price-duration {
    font-size: 14px;
  }
  
  .a2-tarrif-plan-description {
    font-size: 14px;
    max-width: none;
  }
  .a2-tarrif-feature-row-text {
  }
  .a2-tarrif-feature-row-item:last-child {
  
    border-bottom-left-radius: 16px;
  }
  #plan-on-premises .a2-tarrif-feature-item:last-child {
  border-bottom-right-radius: 16px;
  }
  .a2-tarrif-btn {
    margin-left: 20px;
    margin-right: 20px;
    width: calc(100% - 40px);
    padding: 12px;
    font-size: 14px;
  }
  .a2-tarrif-plan-card {
    gap: 16px;
  }
  .a2-tarrif-plan-card {
  padding-bottom: 0;
  }
  .a2-tarrif-feature-list {
    display: flex;
    flex-direction: column;
    border: none;
    border-radius: 0;
    margin-top: auto;
  }
  .a2-tarrif-feature-row-item, .a2-tarrif-feature-item {
  max-height: 56px;
  }
  .a2-tarrif-feature-list {
    display: flex;
    flex-direction: column;
    flex: 1;
    gap: 0;
    padding: 0;
  }
  
  .a2-tarrif-feature-item {
    padding: 16px 20px;
    gap: 0;
    justify-content: center;
    align-items: center;
    border-bottom: none;
    min-height: 56px;
    display: flex !important;
  }
  
  .a2-tarrif-feature-item:last-child {
    border-bottom: none;
  }
  
  .a2-tarrif-feature-item:nth-child(odd) {
    background-color: var(--color-background-light);
  }
  
  .a2-tarrif-feature-item:nth-child(even) {
    background-color: var(--color-white);
  }
  
  .a2-tarrif-feature-item:not(.a2-tarrif-feature-included) .a2-tarrif-feature-icon {
    display: none;
  }
  
  .a2-tarrif-feature-icon {
    width: 24px;
    height: 24px;
  }
  
  .a2-tarrif-feature-text {
    display: none;
  }
  
  .a2-tarrif-features-column-list {
    flex: 1;
    display: flex;
    flex-direction: column;
  }
  
  .a2-tarrif-first-column .a2-tarrif-feature-row-item {
    min-height: 56px;
    display: flex;
    align-items: center;
    border-bottom: none;
    flex: 1;
  }
}
@media(min-width: 768px) and (max-width: 1280px) {

  .a2-tarrif-first-column {
    position: sticky;
    left: 0;
    z-index: 3;
    background-color: var(--color-white);
    box-shadow: 4px 0 4px 0 rgba(0, 0, 0, 0.08);
  }
  .a2-tarrif-plans-wrapper {
    min-width: max-content;
  }
}
@media(max-width: 1280px) {
  .a2-tarrif-table-wrapper {
    z-index: 3;
        position: relative;
        overflow-x: auto;
        width: 100%;
        -webkit-overflow-scrolling: touch;
  }
  
  
}



.form__input_error {
  border: 1px solid #D32F2F;
}

.form-field-error {
  left: 0;
  display: flex;
  align-items: center;
  gap: 6px;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  color: #D32F2F;
  z-index: 10;
    position: relative;
    top: 7px;
}

.form-field-error svg {
  flex-shrink: 0;
}

.form-error-message {
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 12px 16px;
  background-color: #fff;
  border-radius: 8px;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  color: #D32F2F;
  z-index: 1000;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.form-error-message svg {
  flex-shrink: 0;
}


.page-template-page-home .hero-wrapper {
    overflow: hidden;
}
.hero__registry {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 160%;
    color: #fff;
    padding-left: 24px;
    background: url('assets/img/home/registry.svg') 0 50% no-repeat;
    background-size: 16px;
    margin-bottom: 8px;
}

.hero--home .hero__title {
    font-size: 28px;
    font-weight: 700;
    font-family: 'Inter', sans-serif;
    line-height: 145%;
    color: #fff;
    margin-bottom: 20px;
}


.hero--home .hero__btn {
    padding: 20px 36px;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0;
    border-radius: 12px;
}
@media(min-width: 430px) {

.hero--home .hero__title br {
    display: none;
}
}
.hero__links {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin-left: -10px;
    margin-right: -10px;
    margin-top: -30px;
}

.hero__link {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    color: #fff;
    padding: 12px 16px;
    background-color: transparent;
    transition: all 0.3s ease;
    border-radius: 16px;
}

.hero__link:nth-child(1):hover {
    background-color: #4852DF;
}

.hero__link:nth-child(2):hover {
    background-color: #4A6373;
}

.hero__link:nth-child(3):hover {
    background-color: #4C5A84;
}

.hero--home .hero__img {
    width: 243px;
    height: auto;
    margin-top: -84px;
    margin-right: -106px;
}

.hero--home .hero__img-wrapper {
    padding: 0;
    text-align: right;
}

.home-products {
    margin-bottom: 60px;
}

.home-products__title {
    font-family: Inter;
    font-weight: 700;
    font-size: 24px;
    line-height: 140%;
    text-align: center;
    color: #16181E;
    margin-bottom: 20px;
}

.home-products__list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.home-products__img {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}

.home-products__content {
    border-radius: 16px;
    padding: 24px 16px;
    color: #fff;
    position: relative;
    z-index: 2;
}

.home-product__description {
    min-height: 112px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.home-products__item--1 .home-products__content {
    background: linear-gradient(90deg, #2665CA 0%, #263CCA 100%);
    margin-top: -16px;
    transition: all 0.3s ease;
}

.home-products__item--1:hover .home-products__content {
    margin-top: -56px;
    background: linear-gradient(90deg, #263CCA 0%, #2665CA 100%);
}

.home-products__item--2 .home-products__content {
    background: linear-gradient(90deg, #04B88E 0%, #04A6B8 100.16%);
}

.home-products__item--3 .home-products__content {
    background: linear-gradient(90deg, #E28411 0.16%, #F56117 100%);
}

.home-products__content-img {
    margin-bottom: 30px;
}

.home-products__content-title {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 140%;
    color: #fff;
}

.home-products__content-link {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 140%;
    color: #FFFEF2;
    display: flex;
    flex-direction: row;
    align-items: center;
    overflow: hidden;
    margin-top: 0;
    transition: all 0.3s ease;
    opacity: 0;
    height: 0;
}

.home-product__wrapper-link picture {
    display: block;
}
.hero picture {
    display: block;
}

.home-products__item:hover .home-products__content-link {
    height: 24px;
    opacity: 1;
    margin-top: 16px;
}

.home-products__content-link::after {
    content: '';
    width: 18px;
    height: 18px;
    background: url('assets/img/home/more-icon.svg') 50% 50% no-repeat;
    background-size: contain;
    display: inline-block;
    margin-left: 6px;
}

.home-fits {
    margin-bottom: 60px;
}

.home-fits__list {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.home-fits__item {
    padding: 16px 8px 20px 8px;
    border-bottom: 1px solid #CECECE;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.home-fits__header {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
}

.home-fits__title {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 140%;
    color: #16181E
}

.home-fits__icon {
    width: 48px;
    height: 48px;
    flex-shrink: 0;
}

.home-fits__item:nth-child(1) .home-fits__icon {
    background: url('assets/img/home/fits-1.svg') 50% 50% no-repeat;
    background-size: contain;
}

.home-fits__item:nth-child(2) .home-fits__icon {
    background: url('assets/img/home/fits-2.svg') 50% 50% no-repeat;
    background-size: contain;
}

.home-fits__item:nth-child(3) .home-fits__icon {
    background: url('assets/img/home/fits-3.svg') 50% 50% no-repeat;
    background-size: contain;
}

.home-fits__item:nth-child(4) .home-fits__icon {
    background: url('assets/img/home/fits-4.svg') 50% 50% no-repeat;
    background-size: contain;
}

.home-fits__item:nth-child(5) .home-fits__icon {
    background: url('assets/img/home/fits-5.svg') 50% 50% no-repeat;
    background-size: contain;
}

.home-fits__item:nth-child(6) .home-fits__icon {
    background: url('assets/img/home/fits-6.svg') 50% 50% no-repeat;
    background-size: contain;
}

.home-fits__description {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #2F333F;
}

.home-blog .container {
    margin-bottom: 60px;
    border-radius: 16px;
    padding: 24px 16px 28px 16px;
    background-color: #F6F6F6;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.home-blog__title {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 140%;
    color: #16181E;
    margin-bottom: 8px;
}

.home-blog__description {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    color: #16181E;
    margin-bottom: 20px;
}

.home-blog__link {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    color: #fff;
    background-color: #1928F0;
    border-radius: 12px;
    padding: 20px 36px;
    display: inline-block;
    transition: all 0.3s ease;
}

.home-blog__link:hover {
    background-color: #3341FE;
}

.callback-form_home {
    margin-bottom: 80px;
}

.home-blog__img {
    width: 100%;
    height: 162px;
    object-fit: contain;
    object-position: center;
}

@media (min-width: 768px){

    .hero__registry {
        font-size: 16px;
        background-size: 20px;
        padding-left: 30px;
        margin-bottom: 12px;
    }

    .hero--home .hero__title {
        font-size: 48px;
        line-height: 145%;
        padding-right: 2px;
        margin-bottom: 24px;
    }

    .hero--home .hero__btn {
        padding: 24px 48px;
    }

    .hero__img-wrapper {
        pointer-events: none;
    }

    .hero--home .hero__img {
        width: 431px;
        margin-top: -91px;
        margin-right: -122px;
    }

    .page-template-page-home .hero-wrapper {
        padding-bottom: 48px;
    }

    .hero__links {
        margin-left: -12px;
        margin-right: -12px;
        gap: 4px;
        margin-top: -220px;
        width: 440px;
    }

    .hero__link {
        font-size: 18px;
        font-weight: 600;
        padding: 16px;
    }

    .home-products {
        margin-bottom: 80px;
    }

    .home-products__title {
        text-align: left;
        font-size: 36px;
        margin-bottom: 30px;
    }

    .home-products__content {
        padding: 24px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-start;
    }

    .home-products__content-title {
        font-size: 28px;
    }

    .home-products__list {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 16px;
        align-items: stretch;
    }

    .home-products__content-img {
        width: auto;
        height: 27px;
    }

    .home-products__item--1 {
        width: 100%;
    }

    .home-products__item--2, .home-products__item--3 {
        width: calc(50% - 8px);
    }

    .home-products__item--2 .home-products__content, 
    .home-products__item--3 .home-products__content {
        height: 340px;
    }

    .home-products__item--2 .home-products__content-title,
    .home-products__item--3 .home-products__content-title {
        font-size: 22px;
    }

    .home-fits {
        margin-bottom: 80px;
    }

    .home-fits__list {
        gap: 20px;
    }

    .home-fits__item {
        padding: 20px 30px 28px 24px;
    }

    .home-fits__header {
        align-items: center;
    }

    .home-fits__icon {
        width: 60px;
        height: 60px;
    }

    .home-fits__title {
        font-size: 22px;
    }

    .home-fits__description {
        font-size: 16px;
        padding-right: 72px;
    }

    .home-blog {
        margin-bottom: 80px;
    }

    .home-blog .container {
        padding: 32px 30px 40px 32px;
        gap: 20px;
        border-radius: 24px;
    }

    .home-blog__title {
        font-size: 36px;
        margin-bottom: 12px;
        color: #16181E;
    }

    .home-blog__description {
        font-size: 18px;
        color: #16181E;
        margin-bottom: 24px;
    }

    .home-blog__link {
        font-size: 16px;
        padding: 24px 48px;
    }

    .home-blog__img {
        height: 237px;
    }
}

@media (min-width: 1280px){

    .hero__registry {
        margin-bottom: 16px;
    }

    .hero--home .hero__title {
        margin-bottom: 24px;
        font-size: 60px;
    }

    .hero--home .hero__img {
        width: 549px;
        margin-top: -429px;
        margin-right: -59px;
    }

    .page-template-page-home .hero-wrapper {
        padding-bottom: 30px;
        margin-bottom: 130px;
    }

    .hero__links {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        margin-top: -8px;
        margin-left: -30px;
        margin-right: -30px;
        gap: 24px;
        width: 100%;
    }

    .hero__link {
        font-size: 20px;
        font-weight: 600;
        padding: 24px 48px 24px 30px;
    }

    .home-products__title {
        font-size: 40px;
        margin-bottom: -104px;
    }

    .home-products__list {
        gap: 24px;
        align-items: flex-end;
    }

    .home-products__item--1 {
        width: 570px;
        order: 3;
    }

    .home-products__item--2 {
        order: 1;
        width: 272px;
    }
    
    .home-products__item--3 {
        order: 2;
        width: 272px;
    }

    .home-products__img {
        height: 295px;
    }

    .home-products {
        margin-bottom: 130px;
    }

    .home-fits {
        margin-bottom: 130px;
    }

    .home-fits__list {
        gap: 24px;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .home-fits__item {
        padding: 24px 30px 32px 30px;
        width: calc(50% - 12px);
        justify-content: space-between;
        gap: 12px;
    }

    .home-fits__title {
        font-size: 22px;
    }

    .home-fits__description {
        opacity: 0;
        height: 96px;
        transition: all 0.3s ease;
        padding-right: 72px;
    }

    .home-fits__item:hover .home-fits__description {
        opacity: 1;
    }

    .home-blog .container {
        padding: 40px;
        padding-bottom: 48px;
        flex-direction: row;
        gap: 20px;
        align-items: center;
        margin-bottom: 130px;
    }

    .home-blog__title {
        font-size: 36px;
        margin-bottom: 12px;
    }

    .home-blog__img {
        width: 431px;
        height: auto;
        flex-shrink: 0;
    }
    
}

@media (min-width: 1560px){
    .hero--home .hero__img {
        margin-right: 16px;
    }
    .hero--home .hero__title br {
        display: block;
    }
}

@media(max-width: 768px) {
.a2-tarrif-container {
  margin-top: 80px;
  
}
}
.container-new {
  margin-bottom: 20px;
}

.container-new ul {
list-style: disc !important;
}
.container-new li {
margin-left: 15px !important;
}

/* =========================================
   Catalog Page Styles
   ========================================= */

.catalog-page {
	width: 100%;
	max-width: 1440px;
	margin: 0 auto;
}

.catalog-page__header {
	margin-bottom: 32px;
	text-align: center;
}

.catalog-page__title {
	font-size: 36px;
	font-weight: 700;
	color: var(--text-black);
	line-height: 1.2;
	margin: 0;
}

.catalog-page__body {
	width: 100%;
}

/* Responsive */
@media (max-width: 1024px) {
	.catalog-page {
		padding: 0 20px;
	}

	.catalog-page__title {
		font-size: 28px;
	}
}

@media (max-width: 767px) {
  .page-template-page-docs .header {
  padding-top: 18px;
  padding-bottom: 18px;
  }
	.catalog-page {
		padding: 0 16px;
	}

	.catalog-page__header {
		margin-bottom: 20px;
	}

	.catalog-page__title {
		font-size: 24px;
		text-align: left;
	}
}

@media (max-width: 480px) {
	.catalog-page {
		padding: 0 12px;
	}

	.catalog-page__title {
		font-size: 20px;
	}
}


.page-template-page-home .hero-wrapper {
    overflow: hidden;
}
.hero__registry {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 160%;
    color: #fff;
    padding-left: 24px;
    background: url('assets/img/home/registry.svg') 0 50% no-repeat;
    background-size: 16px;
    margin-bottom: 8px;
}

.hero--home .hero__title {
    font-size: 28px;
    font-weight: 700;
    font-family: 'Inter', sans-serif;
    line-height: 145%;
    color: #fff;
    margin-bottom: 20px;
}


.hero--home .hero__btn {
    padding: 20px 36px;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0;
    border-radius: 12px;
}

.hero__links {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin-left: -10px;
    margin-right: -10px;
    margin-top: -30px;
}

.hero__link {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    color: #fff;
    padding: 12px 16px;
    background-color: transparent;
    transition: all 0.3s ease;
    border-radius: 16px;
}

.hero__link:nth-child(1):hover {
    background-color: #4852DF;
}

.hero__link:nth-child(2):hover {
    background-color: #4A6373;
}

.hero__link:nth-child(3):hover {
    background-color: #4C5A84;
}

.hero--home .hero__img {
    width: 243px;
    height: auto;
    margin-top: -84px;
    margin-right: -106px;
}

.hero--home .hero__img-wrapper {
    padding: 0;
    text-align: right;
}

.home-products {
    margin-bottom: 60px;
}

.home-products__title {
    font-family: Inter;
    font-weight: 700;
    font-size: 24px;
    line-height: 140%;
    text-align: center;
    color: #16181E;
    margin-bottom: 20px;
}

.home-products__list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.home-products__img {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}

.home-products__content {
    border-radius: 16px;
    padding: 24px 16px;
    color: #fff;
    position: relative;
    z-index: 2;
}

.home-product__description {
    min-height: 112px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.home-products__item--1 .home-products__content {
    background: linear-gradient(90deg, #2665CA 0%, #263CCA 100%);
    margin-top: -16px;
    transition: all 0.3s ease;
}

.home-products__item--1:hover .home-products__content {
    margin-top: -56px;
}

.home-products__item--2 .home-products__content {
    background: linear-gradient(90deg, #04B88E 0%, #04A6B8 100.16%);
}

.home-products__item--3 .home-products__content {
    background: linear-gradient(90deg, #E28411 0.16%, #F56117 100%);
}

.home-products__content-img {
    margin-bottom: 30px;
}

.home-products__content-title {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 140%;
    color: #fff;
}

.home-products__content-link {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 140%;
    color: #FFFEF2;
    display: flex;
    flex-direction: row;
    align-items: center;
    overflow: hidden;
    margin-top: 0;
    transition: all 0.3s ease;
    opacity: 0;
    height: 0;
}

.home-product__wrapper-link picture {
    display: block;
}

.home-products__item:hover .home-products__content-link {
    height: 24px;
    opacity: 1;
    margin-top: 16px;
}

.home-products__content-link::after {
    content: '';
    width: 18px;
    height: 18px;
    background: url('assets/img/home/more-icon.svg') 50% 50% no-repeat;
    background-size: contain;
    display: inline-block;
    margin-left: 6px;
}

.home-fits {
    margin-bottom: 60px;
}

.home-fits__list {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.home-fits__item {
    padding: 16px 8px 20px 8px;
    border-bottom: 1px solid #CECECE;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.home-fits__header {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
}

.home-fits__title {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 140%;
    color: #16181E
}

.home-fits__icon {
    width: 48px;
    height: 48px;
    flex-shrink: 0;
}

.home-fits__item:nth-child(1) .home-fits__icon {
    background: url('assets/img/home/fits-1.svg') 50% 50% no-repeat;
    background-size: contain;
}
.home-fits__item:nth-child(2) .home-fits__icon {
    background: url('assets/img/home/fits-2.svg') 50% 50% no-repeat;
    background-size: contain;
}

.home-fits__item:nth-child(3) .home-fits__icon {
    background: url('assets/img/home/fits-3.svg') 50% 50% no-repeat;
    background-size: contain;
}

.home-fits__item:nth-child(4) .home-fits__icon {
    background: url('assets/img/home/fits-4.svg') 50% 50% no-repeat;
    background-size: contain;
}

.home-fits__item:nth-child(5) .home-fits__icon {
    background: url('assets/img/home/fits-5.svg') 50% 50% no-repeat;
    background-size: contain;
}

.home-fits__item:nth-child(6) .home-fits__icon {
    background: url('assets/img/home/fits-6.svg') 50% 50% no-repeat;
    background-size: contain;
}

.home-fits__description {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #2F333F;
}

.home-blog .container {
    margin-bottom: 60px;
    border-radius: 16px;
    padding: 24px 16px 28px 16px;
    background-color: #F6F6F6;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.home-blog__title {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 140%;
    color: #16181E;
    margin-bottom: 8px;
}

.home-blog__description {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    color: #16181E;
    margin-bottom: 20px;
}

.home-blog__link {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    color: #fff;
    background-color: #1928F0;
    border-radius: 12px;
    padding: 20px 36px;
    display: inline-block;
    transition: all 0.3s ease;
}

.home-blog__link:hover {
    background-color: #3341FE;
}

.callback-form_home {
    margin-bottom: 80px;
}

.home-blog__img {
    width: 100%;
    height: 162px;
    object-fit: contain;
    object-position: center;
}

@media (min-width: 768px){

.callback-form_home {
    margin-bottom: 100px;
}

    .hero__registry {
        font-size: 16px;
        background-size: 20px;
        padding-left: 30px;
        margin-bottom: 12px;
    }

    .hero--home .hero__title {
        font-size: 48px;
        line-height: 145%;
        padding-right: 2px;
        margin-bottom: 24px;
    }

    .hero--home .hero__btn {
        padding: 24px 48px;
    }

    .hero__img-wrapper {
        pointer-events: none;
    }


    .page-template-page-home .hero-wrapper {
        padding-bottom: 48px;
    }

    .hero__links {
        margin-left: -12px;
        margin-right: -12px;
        gap: 4px;
        margin-top: -60px;
        width: 440px;
    }

    .hero__link {
        font-size: 18px;
        font-weight: 600;
        padding: 16px;
    }

    .home-products {
        margin-bottom: 80px;
    }

    .home-products__title {
        text-align: left;
        font-size: 36px;
        margin-bottom: 30px;
    }

    .home-products__content {
        padding: 24px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-start;
    }

    .home-products__content-title {
        font-size: 28px;
    }

    .home-products__list {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 16px;
        align-items: stretch;
    }

    .home-products__content-img {
        width: auto;
        height: 27px;
    }

    .home-products__item--1 {
        width: 100%;
    }

    .home-products__item--2, .home-products__item--3 {
        width: calc(50% - 8px);
    }

    .home-products__item--2 .home-products__content, 
    .home-products__item--3 .home-products__content {
        height: 340px;
    }

    .home-products__item--2 .home-products__content-title,
    .home-products__item--3 .home-products__content-title {
        font-size: 22px;
    }

    .home-fits {
        margin-bottom: 80px;
    }

    .home-fits__list {
        gap: 20px;
    }

    .home-fits__item {
        padding: 20px 30px 28px 24px;
    }

    .home-fits__header {
        align-items: center;
    }

    .home-fits__icon {
        width: 60px;
        height: 60px;
    }

    .home-fits__title {
        font-size: 22px;
    }

    .home-fits__description {
        font-size: 16px;
    }

    .home-blog {
        margin-bottom: 80px;
    }

    .home-blog .container {
        padding: 32px 30px 40px 32px;
        gap: 20px;
        border-radius: 24px;
    }

    .home-blog__title {
        font-size: 36px;
        margin-bottom: 12px;
        color: #16181E;
    }

    .home-blog__description {
        font-size: 18px;
        color: #16181E;
        margin-bottom: 24px;
    }

    .home-blog__link {
        font-size: 16px;
        padding: 24px 48px;
    }

    .home-blog__img {
        height: 237px;
    }
}

@media (min-width: 1280px){

.callback-form_home {
    margin-bottom: 140px;
}

    .hero__registry {
        margin-bottom: 16px;
    }

    .hero--home .hero__title {
        margin-bottom: 24px;
        font-size: 60px;
    }

    .hero--home .hero__img {
        width: 549px;
        margin-top: -429px;
        margin-right: -59px;
    }

    .page-template-page-home .hero-wrapper {
        padding-bottom: 30px;
        margin-bottom: 130px;
    }

    .hero__links {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        margin-top: -8px;
        margin-left: -30px;
        margin-right: -30px;
        gap: 24px;
        width: 100%;
    }

    .hero__link {
        font-size: 20px;
        font-weight: 600;
        padding: 24px 48px 24px 30px;
    }

    .home-products__title {
        font-size: 40px;
        margin-bottom: -104px;
    }

    .home-products__list {
        gap: 24px;
        align-items: flex-end;
    }

    .home-products__item--1 {
        width: 570px;
        order: 3;
    }

    .home-products__item--2 {
        order: 1;
        width: 272px;
    }
    
    .home-products__item--3 {
        order: 2;
        width: 272px;
    }

    .home-products__img {
        height: 295px;
    }

    .home-products {
        margin-bottom: 130px;
    }

    .home-fits {
        margin-bottom: 130px;
    }

    .home-fits__list {
        gap: 24px;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .home-fits__item {
        padding: 24px 30px 32px 30px;
        width: calc(50% - 12px);
        justify-content: space-between;
        gap: 12px;
    }

    .home-fits__title {
        font-size: 22px;
    }

    .home-fits__description {
        opacity: 0;
        height: 96px;
        transition: all 0.3s ease;
        padding-right: 72px;
    }

    .home-fits__item:hover .home-fits__description {
        opacity: 1;
    }

    .home-blog .container {
        padding: 40px;
        padding-bottom: 48px;
        flex-direction: row;
        gap: 20px;
        align-items: center;
        margin-bottom: 130px;
    }

    .home-blog__title {
        font-size: 36px;
        margin-bottom: 12px;
    }

    .home-blog__img {
        width: 431px;
        height: auto;
        flex-shrink: 0;
    }
    
}

@media (min-width: 1560px){
    .hero--home .hero__img {
        margin-right: 16px;
    }
    .hero--home .hero__title br {
        display: block;
    }
}
.home-products__content-title, .home-products__content-link {

}
.home-products__item:hover .home-products__content-title, .home-products__item:hover .home-products__content-link {
color: #FFFEF2;
}
.home-products__item--1:hover .home-products__content-title,.home-products__item--1:hover .home-products__content-link {
    color: #EFF3FF;
}
.home-products__item--2:hover .home-products__content {
    background: linear-gradient(90deg, #04A6B8 0%, #04B88E 100.16%);
}

.home-products__item--3:hover .home-products__content {
    background: linear-gradient(90deg, #F56117 0.16%, #E28411 100%);
}
.home-fits__item:hover {
  border-color: transparent;
  background: #F6F6F6;
  border-radius: 16px;
}
@media(min-width: 1280px) {
.home-products {
padding-top: 49px;
}
.home .hero-wrapper {
margin-bottom: 110px;
}
}

@media(min-width: 720px) {
  .hero--home .hero__img {
    width: 243px;
    height: 202px;
      margin-right: 48px;
      margin-top: -90px;
  }
}
@media(min-width: 768px) {

    .hero--home .hero__img {
        width: 431px;
        height: 358px;
        margin-top: -91px;
        margin-right: -122px;
    }
}
@media(min-width: 860px) and (max-width: 1200px) {
  .hero__links {
        margin-left: -12px;
        margin-right: -12px;
        gap: 4px;
        margin-top: -235px;
        width: 440px;
  }
  .hero--home .hero__img {
        width: 431px;
        height: 358px;
        margin-right: -52px;
        margin-top: -90px;
  }
}
@media(min-width: 1200px) {
  .hero--home .hero__img {
        width: 431px;
        height: 358px;
        margin-top: -91px;
        margin-right: 30px;
  }
}
@media(min-width: 1280px) {
  .hero--home .hero__img {
        width: 549px;
        height: 454px;
        margin-top: -429px;
        margin-right: -55px;
  }
}
@media(min-width: 1560px) {
  .hero--home .hero__img {
        width: 549px;
        height: 454px;
        margin-top: -429px;
        margin-right: 100px;
  }
}