@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Manrope:200,300,regular,500,600,700,800);
@import url(https://fonts.googleapis.com/css?family=Inter:100,200,300,regular,500,600,700,800,900&display=swap&subset=cyrillic-ext);
@import url(https://fonts.googleapis.com/css?family=Roboto:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic);
@font-face {
  font-family: "Gilroy-Bold";
  font-display: swap;
  src: url("../fonts/Gilroy-Bold.woff2") format("woff2"), url("../fonts/Gilroy-Bold.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy-Medium";
  font-display: swap;
  src: url("../fonts/Gilroy-Medium.woff2") format("woff2"), url("../fonts/Gilroy-Medium.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy-SemiBold";
  font-display: swap;
  src: url("../fonts/Gilroy-SemiBold.woff2") format("woff2"), url("../fonts/Gilroy-SemiBold.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy-Regular";
  font-display: swap;
  src: url("../fonts/Gilroy-Regular.woff2") format("woff2"), url("../fonts/Gilroy-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
* {
  padding: 0px;
  margin: 0px;
  border: 0px;
}

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

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

html {
  font-size: 16px;
}

html,
body {
  height: 100%;
  min-width: 320px;
}

body {
  line-height: 1;
  font-family: "Manrope";
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

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

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

button {
  cursor: pointer;
  background-color: inherit;
}

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

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

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

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

/*
&::-webkit-scrollbar {
	display: none;
}
*/
body {
  font-size: clamp(14px, 1.3vw, 18px);
  color: #272c34;
  background: #edeef0;
  line-height: 1.3;
  font-family: Manrope;
}
.wrapper {
  width: 100%;
  min-height: 100%;
  display: flex;
  flex-direction: column;
}
.wrapper._v2 {
  overflow: hidden;
}
._container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 65px 20px;
}
@media (max-width: 998px) {
  ._container {
    padding: 40px 10px;
  }
}

.button {
  display: inline-flex;
  padding: 0px 0px;
}
.button._fw {
  width: 100%;
}

.select {
  position: relative;
  color: #858FA4;
}
.select__item {
  position: relative;
}
.select__title {
  color: #000;
  cursor: pointer;
  border-radius: 4px;
}
.select__value {
  display: flex;
  font-size: 14px;
  height: 30px;
  padding: 0px 15px;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
  line-height: 140%;
  /* identical to box height, or 20px */
  text-align: right;
  color: #858FA4;
}
.select__value span {
  padding-right: 10px;
}
.select__value:before {
  content: "";
  display: inline-block;
  transition: all 0.3s ease 0s;
  width: 6px;
  height: 6px;
  background: url("../img/arrow.png") center/100% no-repeat;
}
.select__input {
  width: 100%;
  background-color: transparent;
  height: 100%;
}
.select__options {
  position: absolute;
  top: 29px;
  border-radius: 0 0 4px 4px;
  min-width: 100%;
  left: 0;
  border-top: 0;
  border-top: 0;
  font-size: 14px;
  padding: 10px 0px 5px 0px;
}
@media (max-width: 991.98px) {
  .select__options {
    font-size: 18px;
  }
}
.select__option {
  cursor: pointer;
  padding: 5px 15px;
  margin: 0px 0px 0px 0px;
}
@media (min-width: 992px) {
  .select__option:hover {
    background: #d9d9d9;
  }
}
.select._active {
  z-index: 5;
}
.select._active .select__value:before {
  transform: rotate(-180deg);
}
.select._active .select__options {
  display: block;
}

input[type=text],
input[type=email],
input[type=tel],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
textarea:focus {
  outline: none;
}

.input {
  border-radius: 0 !important;
  width: 100%;
  display: block;
  padding: 0px 20px;
}
textarea.input {
  resize: none;
  padding: 0px 0px;
}

.checkbox {
  position: relative;
}
.checkbox__input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
}
.checkbox__input:checked + .checkbox__text:before {
  background: #fff url("../img/icons/check.svg") center no-repeat;
}
.checkbox__text {
  display: inline-flex;
  align-items: center;
  position: relative;
  font-size: 16px;
  color: #ffffff;
  letter-spacing: -0.3px;
  line-height: 1.25;
  cursor: pointer;
}
.checkbox__text:before {
  content: "";
  align-self: flex-start;
  margin: 0px 14px 0px 0px;
  flex: 0 0 20px;
  left: 0;
  top: 0;
  width: 20px;
  height: 18px;
  background: #fff;
  border: 1px solid #a7a9ac;
}
.checkbox a {
  color: #fff;
  text-decoration: underline;
}
@media (min-width: 992px) {
  .checkbox a:hover {
    text-decoration: none;
  }
}
.checkbox._error .checkbox__text:before {
  border: 1px solid #ee1212;
}

.options {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.options__item {
  position: relative;
  cursor: pointer;
}
.options__input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  left: 0;
  top: 0;
  visibility: hidden;
}
.options__input:checked + .options__text:after {
  transform: scale(1);
}
.options__text {
  display: inline-flex;
  align-items: center;
  position: relative;
  font-size: 16px;
  color: #ffffff;
  letter-spacing: -0.3px;
  line-height: 1.25;
}
.options__text:before {
  content: "";
  align-self: flex-start;
  margin: 0px 14px 0px 0px;
  flex: 0 0 20px;
  left: 0;
  top: 0;
  border-radius: 50%;
  width: 20px;
  height: 18px;
  background: #fff;
  border: 1px solid #a7a9ac;
}
.options__text:after {
  content: "";
  transition: all 0.3s ease 0s;
  transform: scale(0);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #77243a;
  position: absolute;
  left: 5px;
  top: 4px;
}

.rating {
  display: flex;
  align-items: flex-end;
  font-size: 40px;
  line-height: 0.75;
  transition: opacity 0.3s ease 0s;
}

.rating.rating_sending {
  opacity: 0.2;
}

.rating.rating_set .rating__active,
.rating.rating_set .rating__item {
  cursor: pointer;
}

.rating__body {
  position: relative;
}

.rating__body::before {
  content: "★★★★★";
  display: block;
}

.rating__active {
  position: absolute;
  width: 0%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
}

.rating__active::before {
  content: "★★★★★";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  color: #ffd300;
}

.rating__items {
  display: flex;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.rating__item {
  flex: 0 0 20%;
  height: 100%;
  opacity: 0;
}

.rating__value {
  font-size: 50%;
  line-height: 1;
  padding: 0px 0px 0px 10px;
}

.quantity {
  width: 88px;
  height: 40px;
  display: flex;
  border: 1px solid rgba(166, 166, 166, 0.45);
}
.quantity__button {
  flex: 0 0 30px;
  position: relative;
  cursor: pointer;
}
.quantity__button::before, .quantity__button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transition: all 0.3s ease 0s;
  margin: 0px 0px 0px -4.5px;
  background-color: #a6a6a6;
  width: 9px;
  height: 1px;
}
@media (min-width: 991.98px) {
  .quantity__button:hover::before, .quantity__button:hover::after {
    background-color: rgba(0, 0, 0, 0.5);
  }
}
.quantity__button_plus::before {
  transform: rotate(-90deg);
}
.quantity__input {
  flex: 1 1 auto;
}
.quantity__input input {
  height: 100%;
  color: #a6a6a6;
  font-size: 12px;
  width: 100%;
  text-align: center;
}

.row:after {
  display: block;
  content: "";
  clear: both;
}

.rub:after {
  content: "₽";
}

ol.counter {
  list-style-type: none;
  counter-reset: item;
}
ol.counter li {
  position: relative;
  padding: 0px 0px 0px 45px;
}
ol.counter li:before {
  counter-increment: item;
  content: counter(item);
  position: absolute;
  left: 0;
  top: 0;
  color: #818181;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  line-height: 26px;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  border: 1px solid #4274bb;
}

.ellipsis {
  display: block;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.es {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.table {
  display: table;
  font-size: 0;
  width: 100%;
}

.trow {
  display: table-row;
}

.cell {
  display: table-cell;
}
.cell.full {
  width: 100%;
}

._ibg {
  position: relative;
}
._ibg img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}

body.ie ._ibg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
body.ie ._ibg img {
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
}

._video {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-bottom: 56.25%;
}
._video video,
._video iframe,
._video object,
._video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.videobg video,
.videobg iframe,
.videobg object,
.videobg embed {
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  transform: translateX(-50%) translateY(-50%);
  background-size: cover;
}

._more-content {
  transition: all 0.3s ease 0s;
  overflow: hidden;
}

._more-link {
  cursor: pointer;
}
._more-link span {
  font-style: normal;
}
._more-link span:first-child {
  display: block;
}
._more-link span:last-child {
  display: none;
}
._more-link._active span {
  font-style: normal;
}
._more-link._active span:first-child {
  display: none;
}
._more-link._active span:last-child {
  display: block;
}

#map {
  background: url("../img/icons/loading.gif") center/50px no-repeat;
}

._swiper {
  overflow: hidden;
}
._swiper .swiper-wrapper {
  width: 100%;
  height: 100%;
  box-sizing: content-box;
  display: flex;
  position: relative;
}
._swiper.swiper-container-vertical .swiper-wrapper {
  flex-direction: column;
}
._swiper.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
}

.swiper-container-initialized .swiper-slide {
  flex-shrink: 0;
}

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

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

._tabs-block {
  display: none;
}
._tabs-block._active {
  display: block;
}

.mirror {
  transform: scale(-1, 1);
}

.nicescroll-rails {
  z-index: 1000 !important;
}

._custom-scroll {
  position: fixed;
  right: 0;
  top: 0;
  width: 3px;
  height: 100%;
  z-index: 1000;
}
._custom-scroll__line {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 3px 0 0 3px;
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
}

.popup {
  -webkit-overflow-scrolling: touch;
  z-index: 100;
  padding: 30px 10px;
  position: fixed;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  transition: visibility 0.8s ease 0s;
  visibility: hidden;
}
.popup::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.9);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.8s ease 0s;
}
.popup.show {
  visibility: visible;
  overflow: auto;
}
.popup.show::before {
  opacity: 1;
}
.popup.show .popup__body {
  transform: scale(1);
}
.popup._active {
  overflow: auto;
  visibility: visible;
}
.popup._active::before {
  opacity: 1;
}
.popup._active .popup__body {
  transition: all 0.3s ease 0.2s;
  transform: scale(1);
}
.popup__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 100%;
  flex: 1 1 auto;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.popup__body {
  transform: scale(0);
  transition: all 0.3s ease 0s;
  background-color: #fff;
  padding: 50px;
  width: 100%;
  max-width: 800px;
}
.popup__close {
  width: 15px;
  height: 15px;
  position: absolute;
  top: 0px;
  right: 0px;
  cursor: pointer;
  z-index: 30;
  background: url("../img/icons/close.svg") 0 0 no-repeat;
}

.header {
  background: #fff;
  position: fixed;
  width: 100vw;
  z-index: 10;
  transition: 0.3s;
}
.header._scroll {
  background: transparent;
}
.wrapper._v2 .header {
  background: transparent;
}
.header._hide {
  transform: translateY(-100%);
}
.header__container {
  margin-top: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (max-width: 700px) {
  .header__container {
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.08);
    padding-top: 0;
    padding-bottom: 0;
    background: #fff;
  }
}
.header__wp {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.08);
  background: #fff;
  border-radius: 50px;
  padding: 10px 20px;
  padding-right: 10px;
  display: flex;
  gap: 10px;
  align-items: center;
  position: relative;
}
@media (max-width: 1200px) {
  .header__wp {
    gap: 7px;
    position: static;
  }
}
@media (max-width: 700px) {
  .header__wp {
    box-shadow: none;
    border-radius: 0;
  }
}
.header__logo {
  width: 150px;
}
@media (max-width: 500px) {
  .header__logo {
    width: 130px;
  }
}
.header__logo img {
  width: 100%;
}
.header__s {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 20px;
  position: relative;
  z-index: 3;
}
@media (max-width: 1200px) {
  .header__s {
    position: static;
    width: max-content;
    gap: 10px;
    margin-left: auto;
  }
}
@media (min-width: 1200px) {
  .header__s {
    margin-left: 10px;
  }
}
.header__search-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #f6f5f5;
  padding: 15px 10px;
  width: 100vw;
  left: 50%;
  transform: translate(-50%);
  position: relative;
}
@media (min-width: 1200px) {
  .header__search-top {
    display: none;
  }
}
.header__search-top img {
  width: 136px;
}
.header__search-top img._close {
  width: 36px;
  cursor: pointer;
}
.header__search-info {
  font-weight: 600;
  font-size: 16px;
  margin-top: 20px;
  margin-bottom: 15px;
}
@media (min-width: 1200px) {
  .header__search-info {
    display: none;
  }
}
.header__search-menu {
  position: absolute;
  width: 100%;
  z-index: 20;
  display: flex;
  flex-direction: column;
  display: none;
  transition: 0.3s;
}
.header__search-menu._open .header__input button {
  opacity: 1;
  pointer-events: all;
}
.header__search-menu._open .header__list {
  opacity: 0;
  pointer-events: none;
}
.header__search-menu._active {
  display: block;
}
@media (max-width: 1200px) {
  .header__search-menu {
    width: 100vw;
    left: 50%;
    transform: translate(-50%, -100%);
    background: #fff;
    top: 0;
    height: 100vh;
    padding: 20px 10px;
    z-index: 20;
    padding-top: 0;
  }
  .header__search-menu._active {
    transform: translate(-50%);
  }
}
.header__input {
  width: 100%;
  background: #edeef0;
  border-radius: 500px;
  display: flex;
}
.header__input input {
  padding: 10px 20px;
  background: transparent;
  width: 100%;
}
.header__input button {
  background: #148f2b;
  border-radius: 50px;
  padding: 13px 15px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  opacity: 0;
  pointer-events: none;
}
.header__list {
  position: absolute;
  bottom: -20px;
  transform: translate(0px, 100%);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.08);
  background: #fff;
  width: 100%;
  padding: 20px 0;
  font-weight: 600;
  font-size: 14px;
  border-radius: 20px;
  opacity: 1;
  pointer-events: all;
}
@media (max-width: 1200px) {
  .header__list {
    position: relative;
    top: 0;
    left: 0;
    transform: translate(0);
    box-shadow: none;
    padding: 0;
  }
}
.header__list div {
  opacity: 0.8;
  padding: 0px 20px;
  margin-bottom: 10px;
}
@media (max-width: 1200px) {
  .header__list div {
    font-size: 16px;
    margin-top: 30px;
    opacity: 1;
    padding-left: 0;
    margin-bottom: 15px;
  }
}
.header__list ul {
  display: flex;
  flex-direction: column;
}
.header__list ul li {
  display: flex;
  padding: 10px 20px;
  cursor: pointer;
  gap: 7px;
  align-items: center;
}
@media (max-width: 1200px) {
  .header__list ul li {
    padding: 10px;
  }
}
.header__list ul li::before {
  position: relative;
  top: 0;
  left: 0;
  content: "";
  background-image: url(../img/w.svg);
  width: 20px;
  height: 20px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  flex: 0 0 20px;
}
.header__list ul li:hover {
  background: #f6f6f6;
}
@media (max-width: 1200px) {
  .header__counrty {
    width: 100%;
  }
}
.header__counrty .dropdown {
  width: max-content;
}
@media (max-width: 1200px) {
  .header__counrty .dropdown {
    width: 100%;
    margin-top: 10px;
  }
}
.header__counrty .dropdown__current {
  background: #edeef0;
}
.header__links {
  display: flex;
  gap: 20px;
  font-size: 14px;
  font-weight: 600;
  flex-wrap: wrap;
  row-gap: 7px;
}
@media (max-width: 1300px) {
  .header__links {
    gap: 14px;
  }
}
@media (max-width: 1200px) {
  .header__links {
    position: absolute;
    width: 100%;
    height: 100vh;
    left: 0;
    background: #fff;
    flex-direction: column;
    border-radius: 20px;
    z-index: 10;
    padding: 10px;
    padding-top: 0;
    gap: 0;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.08);
    transform: translate(0px, -150%);
    top: 0;
    transition: 0.5s;
  }
  .header__links._active {
    top: 0px;
    transform: translate(0);
  }
}
.header__links a {
  color: inherit;
}
@media (max-width: 1200px) {
  .header__links a {
    padding: 20px 10px;
    font-size: 16px;
    font-weight: 500;
  }
}
.header__links a:hover {
  color: #4da879;
}
.header__phone {
  font-weight: 700;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 5px;
  color: inherit;
  margin-left: auto;
  white-space: nowrap;
}
.header__phone:hover {
  color: #2e945e;
}
@media (max-width: 1200px) {
  .header__phone {
    width: 36px;
    aspect-ratio: 1/1;
    justify-content: center;
    background-color: #f6f5f5;
    border-radius: 50%;
  }
  .header__phone span {
    display: none;
  }
}
.header__search {
  width: 40px;
  flex: 0 0 40px;
  cursor: pointer;
  position: relative;
}
.header__search:hover img:nth-child(2) {
  opacity: 1;
}
@media (max-width: 1200px) {
  .header__search {
    width: 36px;
    flex: 0 0 36px;
  }
}
.header__search img {
  width: 100%;
  transition: 0.3s;
}
.header__search img:nth-child(2) {
  opacity: 0;
  position: absolute;
  z-index: 4;
  top: 0;
  left: 0;
}
.header__sing {
  padding: 13px 15px;
  border-radius: 50px;
  background: #edeef0;
  font-weight: 700;
  font-size: 14px;
  color: inherit;
  transition: 0.3s;
}
.header__sing:hover {
  background: #2e945e;
  color: #fff;
}
.header__sing img {
  display: none;
}
@media (max-width: 1200px) {
  .header__sing {
    width: 36px;
    aspect-ratio: 1/1;
    justify-content: center;
    background-color: #f6f5f5;
    border-radius: 50%;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .header__sing span {
    display: none;
  }
  .header__sing img {
    display: block;
  }
}
.header__burger {
  display: none;
}
@media (max-width: 1200px) {
  .header__burger {
    display: block;
    position: relative;
    top: 0px;
    right: 0px;
    width: 15px;
    height: 15px;
    cursor: pointer;
    z-index: 1;
    margin-right: 15px;
  }
  .header__burger::before {
    position: absolute;
    top: 50%;
    left: 50%;
    content: "";
    border-radius: 100px;
    background: #f6f5f5;
    width: 36px;
    aspect-ratio: 1/1;
    transform: translate(-50%, -50%);
  }
  .header__burger span {
    transition: all 0.3s ease 0s;
    top: calc(50% - 1px);
    left: 0px;
    position: absolute;
    width: 100%;
    height: 2px;
    border-radius: 3px;
    background-color: #000;
  }
  .header__burger span:first-child {
    top: 0px;
  }
  .header__burger span:last-child {
    top: auto;
    bottom: 0px;
  }
  .header__burger._active span {
    transform: scale(0);
  }
  .header__burger._active span:first-child {
    transform: rotate(-45deg);
    top: calc(50% - 1px);
  }
  .header__burger._active span:last-child {
    transform: rotate(45deg);
    bottom: calc(50% - 1px);
  }
}

.page {
  flex: 1 1 auto;
  margin-top: 80px;
}
@media (max-width: 998px) {
  .page {
    margin-top: 70px;
  }
}
@media (max-width: 700px) {
  .page {
    margin-top: 55px;
  }
}

._title {
  font-weight: 700;
  font-size: clamp(26px, 3.5vw, 50px);
  text-align: center;
  margin: 0px auto;
  line-height: 1.1;
}
@media (max-width: 1025px) {
  ._title {
    font-size: 36px;
  }
}
@media (max-width: 500px) {
  ._title {
    font-size: 26px;
  }
}

.inp__wp._error span {
  display: block;
}
.inp__wp span {
  display: none;
}

._resp {
  overflow: hidden;
  transition: 0.3s;
}

._btn {
  padding: 15px 20px;
  font-weight: 700;
  font-size: 18px;
  color: #fff;
  background: #2e945e;
  border-radius: 50px;
  display: block;
  max-width: max-content;
  text-align: center;
  transition: 0.3s;
}
._btn:hover {
  background: #177443;
}
._btn._v2 {
  color: #2e945e;
  background: #fff;
  border: 2px solid #fff;
}
._btn._v2:hover {
  color: #fff;
  background: #2e945e;
}
@media (max-width: 998px) {
  ._btn {
    font-size: 16px;
  }
}

.home {
  background: #fff;
  padding-bottom: 20px;
  margin-bottom: 50px;
}
@media (max-width: 998px) {
  .home {
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
}
.home__container {
  margin-top: 0;
  padding-top: 10px;
  padding-bottom: 0;
}
.home__wp {
  background: linear-gradient(221deg, #e2f7ff 0%, #dfffe5 100%);
  padding: 30px 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-radius: 18px;
  overflow: hidden;
}
@media (max-width: 700px) {
  .home__wp {
    grid-template-columns: 1fr;
    padding: 0;
  }
}
.home__left {
  position: relative;
  z-index: 2;
  padding: 20px 50px;
  padding-right: 0;
  display: flex;
  flex-direction: column;
}
@media (max-width: 998px) {
  .home__left {
    padding: 25px;
    padding-right: 0;
  }
}
@media (max-width: 998px) and (max-width: 700px) {
  .home__left {
    padding-right: 15px;
  }
}
.home__title {
  font-weight: 600;
  font-size: clamp(30px, 4.2vw, 60px);
  text-align: left;
  margin: 0;
}
.home__title._v2 {
  width: calc(100% + 150px);
}
@media (max-width: 998px) {
  .home__title._v2 {
    width: 100%;
  }
}
.home__title span {
  color: #2e945e;
}
.home__subtitle {
  margin-top: 15px;
}
.home__btn {
  position: relative;
  z-index: 2;
}
.home__btn_1 {
  margin-top: 35px;
}
@media (max-width: 700px) {
  .home__btn_1 {
    display: none;
  }
}
.home__btn_2 {
  margin-top: 15px;
  max-width: max(100% - 50px);
  width: 100%;
}
@media (min-width: 700px) {
  .home__btn_2 {
    display: none;
  }
}
.home__summ-wp {
  display: flex;
  gap: 40px;
  padding-top: 100px;
  margin-top: auto;
}
@media (max-width: 998px) {
  .home__summ-wp {
    padding-top: 0px;
  }
}
.home__summ-wp .home__summ {
  padding-top: 0;
}
.home__summ-wp .home__summ span {
  opacity: 0.6;
}
.home__summ {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: auto;
  padding-top: 50px;
}
@media (max-width: 700px) {
  .home__summ {
    display: none;
  }
}
.home__summ b {
  font-size: clamp(20px, 2vw, 28px);
}
.home__right {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}
@media (max-width: 900px) {
  .home__right {
    justify-content: end;
  }
}
@media (max-width: 700px) {
  .home__right {
    flex-direction: column;
    padding-bottom: 25px;
    justify-content: center;
  }
}
.home__right img {
  width: 100%;
}
.home__right img:nth-child(2) {
  display: none;
}
@media (max-width: 900px) {
  .home__right img {
    width: 110%;
  }
}
@media (max-width: 700px) {
  .home__right img {
    width: 110%;
  }
  .home__right img:nth-child(1) {
    display: none;
  }
  .home__right img:nth-child(2) {
    display: block;
  }
}
.home__right::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0px;
  content: "";
  background-image: url(../img/krg.png);
  background-size: contain;
  z-index: -1;
  width: 110%;
  aspect-ratio: 1/1;
}
@media (max-width: 998px) {
  .home__right::before {
    width: 130%;
  }
}
@media (max-width: 700px) {
  .home__right::before {
    right: 50%;
    width: 150%;
    top: 0;
    transform: translate(50%);
  }
}
.home__right._v2 {
  transform: translate(7%);
}
@media (max-width: 500px) {
  .home__right._v2 {
    left: 50%;
    width: 110%;
    transform: translate(-50%);
  }
}
.home__block {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.home__block._v2 {
  grid-template-columns: 1fr 1.4fr 1.2fr;
}
@media (max-width: 998px) {
  .home__block._v2 {
    grid-template-columns: 1fr;
    display: none;
  }
}
.home__block._v3 {
  grid-template-columns: 1fr 1fr 1.1fr 1.5fr;
}
.home__block._v3 .home__item h2 {
  font-size: clamp(18px, 1.5vw, 22px);
}
@media (max-width: 998px) {
  .home__block {
    grid-template-columns: 1fr;
    display: none;
  }
}
.home__list {
  display: none;
}
@media (max-width: 998px) {
  .home__list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 40px;
  }
  .home__list li {
    font-weight: 700;
    font-size: 20px;
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .home__list li::before {
    position: relative;
    top: 0%;
    left: 0px;
    content: "";
    width: 22px;
    flex: 0 0 22px;
    aspect-ratio: 1/1;
    background: url("../img/check.svg") no-repeat center/contain;
  }
}
.home__item {
  background: #d2f0fb;
  padding: 25px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  line-height: 1.4;
  border-radius: 20px;
  padding-left: 80px;
}
@media (max-width: 1200px) {
  .home__item {
    padding: 20px;
    padding-left: 60px;
  }
}
.home__item h2 {
  font-weight: 700;
  font-size: clamp(20px, 2vw, 28px);
  position: relative;
}
.home__item h2::before {
  position: absolute;
  top: 50%;
  left: -15px;
  transform: translate(-100%, -50%);
  content: "";
  width: clamp(30px, 2.8vw, 40px);
  aspect-ratio: 1/1;
  background: url("../img/check.svg") no-repeat center/contain;
}

.standart {
  overflow: visible !important;
}
.standart__container {
  margin-top: -50px;
  padding-top: 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 998px) {
  .standart__container {
    margin-top: -10px;
  }
}
.standart__wp {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.standart__title {
  max-width: 800px;
  padding-bottom: 40px;
  padding-top: 100px;
  position: sticky;
  top: 0;
  left: 0;
}
.standart__title._max {
  max-width: 600px;
}
.standart__title span {
  color: #2e945e;
}
@media (max-width: 700px) {
  .standart__title {
    padding-top: 50px;
    padding-bottom: 20px;
  }
}
.standart__block {
  position: relative;
  max-width: min(800px, 100% - 50px);
}
.standart__item {
  margin-top: 20px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
  background: #fbfbfb;
  border-radius: 20px;
  display: grid;
  grid-template-columns: 20% 1fr;
  gap: 20px;
  padding: 12px 14px;
  align-items: center;
  position: sticky;
  top: 200px;
  transform-origin: top center;
}
@media (max-width: 700px) {
  .standart__item {
    display: flex;
    flex-direction: column;
    text-align: center;
    position: sticky;
    top: 0;
    padding-bottom: 25px;
  }
}
.standart__img {
  max-width: 150px;
}
.standart__img img {
  width: 100%;
}
.standart__content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 20px 0;
}
@media (max-width: 998px) {
  .standart__content {
    padding: 0;
  }
}
.standart__content h3 {
  font-size: clamp(20px, 2vw, 28px);
  line-height: 1.2;
  font-weight: 700;
}
.standart__content p {
  font-weight: 500;
  line-height: 1.4;
}
.standart__subtitle {
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  margin-top: 45px;
  max-width: 750px;
}
@media (max-width: 800px) {
  .standart__subtitle {
    margin-top: 30px;
    font-size: 18px;
  }
}

.zalog__title {
  max-width: 850px;
}
.zalog__block {
  margin-top: 50px;
}
@media (max-width: 998px) {
  .zalog__block {
    margin-top: 30px;
    max-width: 700px;
  }
}
@media (min-width: 998px) {
  .zalog__block .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
}
.zalog__item {
  border-radius: 20px;
  background-color: #fff;
  position: relative;
  overflow: hidden;
  transition: 0.3s;
  color: inherit;
  height: auto !important;
}
@media (min-width: 998px) {
  .zalog__item {
    min-height: 250px;
  }
}
.zalog__item::before {
  position: absolute;
  right: 0;
  bottom: 0;
  content: "";
  z-index: 1;
  background-image: url(../img/zb.png);
  width: 100%;
  height: 100%;
  background-size: cover;
}
.zalog__item::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background: linear-gradient(214deg, #39a7e0 0%, #53aa63 100%);
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: 0.3s;
}
.zalog__item:hover {
  color: #fff;
}
.zalog__item:hover::after {
  opacity: 1;
}
.zalog__left {
  transition: 0.3s;
  padding: 35px;
  max-width: 70%;
  z-index: 3;
  position: relative;
}
@media (max-width: 998px) {
  .zalog__left {
    padding: 20px;
    max-width: 100%;
    padding-bottom: 0;
  }
}
.zalog__left h3 {
  line-height: 1.1;
  font-weight: 700;
  font-size: clamp(18px, 2vw, 30px);
}
@media (max-width: 998px) {
  .zalog__left h3 {
    font-size: 20px;
  }
}
.zalog__left p {
  margin-top: 15px;
  font-weight: 500;
}
@media (max-width: 998px) {
  .zalog__left p {
    display: none;
  }
}
.zalog__img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50%;
  height: 100%;
  z-index: 2;
}
@media (max-width: 998px) {
  .zalog__img {
    position: relative;
    margin-left: auto;
  }
}
@media (max-width: 500px) {
  .zalog__img {
    width: 80%;
  }
}
.zalog__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: bottom right;
}
@media (max-width: 998px) {
  .zalog__img img {
    height: auto;
  }
}
.zalog__arr {
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 40px;
  z-index: 3;
}
@media (max-width: 998px) {
  .zalog__arr {
    left: 10px;
    right: auto;
  }
}
.zalog__arr img {
  width: 100%;
}
.zalog__pug {
  display: none;
}

.swiper-pagination-bullets {
  display: flex;
  margin-top: 20px;
  justify-content: center;
  gap: 5px;
}
.swiper-pagination-bullets span {
  margin: 0 !important;
  width: 8px;
  height: 8px;
  flex: 0 0 8px;
  background: #fff;
  opacity: 1;
}
.swiper-pagination-bullets span.swiper-pagination-bullet-active {
  background-color: #2e945e;
}

.solution {
  overflow: hidden;
  background: linear-gradient(180deg, #edeef0 0%, #fff 18.67%, #fff 81.43%, #edeef0 100%);
}
@media (max-width: 998px) {
  .solution {
    padding-top: 50px;
    margin-top: -50px;
  }
}
.solution__container {
  margin-top: 0;
}
.solution__block {
  background: linear-gradient(206deg, #e2f7ff 0%, #dfffe5 100%);
  display: grid;
  grid-template-columns: 200px 1fr 250px;
  border-radius: 18px;
  position: relative;
  z-index: 1;
}
@media (max-width: 998px) {
  .solution__block {
    grid-template-columns: 150px 1fr 150px;
  }
}
@media (max-width: 700px) {
  .solution__block {
    display: flex;
    flex-direction: column-reverse;
  }
}
.solution__dec {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: -1;
}
.solution__dec::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-30%, -50%);
  content: "";
  aspect-ratio: 1/1;
  width: 75%;
  z-index: -1;
  border-radius: 100%;
  background-image: url(../img/ss.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 700px) {
  .solution__dec::before {
    bottom: 0;
    right: 0;
    top: auto;
    left: auto;
    transform: translate(20%, 20%);
    width: 90%;
  }
}
.solution__img img {
  width: 100%;
}
@media (max-width: 700px) {
  .solution__img {
    max-width: 150px;
  }
}
.solution__img_1 {
  margin-top: auto;
  margin-right: 10px;
}
@media (max-width: 700px) {
  .solution__img_1 {
    margin-right: 0;
    transform: translate(-20%, 50%);
    margin-top: 20px;
  }
  .solution__img_1 img {
    margin-bottom: -30%;
  }
}
.solution__img_2 {
  margin-bottom: auto;
}
@media (min-width: 998px) {
  .solution__img_2 {
    margin-right: 40px;
  }
}
@media (max-width: 700px) {
  .solution__img_2 {
    margin-left: auto;
    transform: translate(30%);
  }
  .solution__img_2 img {
    margin-top: -30%;
  }
}
.solution__content {
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 700px) {
  .solution__content {
    padding: 0 20px;
  }
}
.solution__title {
  max-width: 720px;
}
.solution__text {
  margin-top: 30px;
  text-align: center;
  opacity: 0.9;
  max-width: 850px;
}

.best._v2 {
  margin-top: 120px;
}
@media (max-width: 998px) {
  .best._v2 {
    margin-top: 80px;
  }
}
.best__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 0;
}
.best__title {
  max-width: 950px;
}
.best__block {
  margin-top: 70px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
  row-gap: 30px;
}
@media (max-width: 1100px) {
  .best__block {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 700px) {
  .best__block {
    grid-template-columns: 1fr;
    max-width: 270px;
    width: 100%;
    gap: 50px;
    margin-top: 40px;
  }
}
@media (min-width: 700px) {
  .best__block .best__item:nth-child(2) .best__num {
    transition-delay: 0.2s;
  }
  .best__block .best__item:nth-child(3) .best__num {
    transition-delay: 0.4s;
  }
  .best__block .best__item:nth-child(4) .best__num {
    transition-delay: 0.6s;
  }
  .best__block .best__item:nth-child(5) .best__num {
    transition-delay: 0.8s;
  }
  .best__block .best__item:nth-child(6) .best__num {
    transition-delay: 1s;
  }
  .best__block .best__num {
    transform: translate(0, 100%);
    opacity: 0;
    transition: 0.5s;
  }
  .best__block._active .best__num {
    opacity: 1;
    transform: translate(0);
  }
}
.best__item {
  background: #fbfbfb;
  border-radius: 18px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 16px;
  position: relative;
}
@media (max-width: 700px) {
  .best__item:not(:last-child)::before {
    position: absolute;
    bottom: 0;
    transform: translate(0px, 100%);
    left: 50%;
    content: "";
    width: 1px;
    height: 100%;
    background: #c3c3c3;
  }
}
.best__num {
  aspect-ratio: 1/1;
  width: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.08);
  font-weight: 700;
  font-size: 50px;
  color: #2e945e;
  border-radius: 50%;
  margin-top: -20px;
  background-color: #fff;
}
@media (max-width: 1100px) {
  .best__num {
    font-size: 40px;
    width: 60px;
  }
}
@media (max-width: 700px) {
  .best__num {
    transform: translate(0, 100%);
    opacity: 0;
    transition: 0.5s;
  }
  .best__num._active {
    opacity: 1;
    transform: translate(0);
  }
}
.best__content {
  padding: 20px 13px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.best__content h3 {
  font-weight: 700;
  font-size: 16px;
}
.best__btn {
  margin-top: 40px;
}

.calculation {
  margin: 60px 0;
}
@media (max-width: 998px) {
  .calculation {
    margin: 40px 0;
  }
}
.calculation__container {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 700px) {
  .calculation__container {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.calculation__block {
  border-radius: 20px;
  background: linear-gradient(214deg, #39a7e0 0%, #53aa63 100%);
  max-width: 1100px;
  color: #fff;
  margin: 0px auto;
  width: 100%;
  padding: 25px;
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 700px) {
  .calculation__block {
    grid-template-columns: 1fr;
    padding: 15px;
  }
}
.calculation__icon {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 170px;
  transform: translate(-70%, 30%);
}
@media (max-width: 700px) {
  .calculation__icon {
    display: none;
  }
}
.calculation__icon img {
  width: 100%;
}
.calculation__left {
  padding: 35px;
  max-width: 500px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1200px) {
  .calculation__left {
    padding: 20px;
  }
}
@media (max-width: 700px) {
  .calculation__left {
    padding: 10px;
  }
}
.calculation__title {
  text-align: left;
  margin: 0;
  font-size: 50px;
}
@media (max-width: 800px) {
  .calculation__title {
    font-size: 36px;
  }
}
@media (max-width: 500px) {
  .calculation__title {
    font-size: 26px;
  }
}
.calculation__subtitle {
  font-weight: 500;
  margin-top: 30px;
  margin-bottom: 30px;
}
.calculation__btn {
  margin-top: auto;
}
@media (max-width: 700px) {
  .calculation__btn_1 {
    display: none;
  }
}
.calculation__btn_2 {
  display: none;
}
@media (max-width: 700px) {
  .calculation__btn_2 {
    display: block;
    margin-top: 10px;
    max-width: 100%;
    width: 100%;
  }
}
.calculation__right {
  max-width: 370px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 12px;
  margin-left: auto;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (max-width: 700px) {
  .calculation__right {
    width: 100%;
    max-width: 100%;
    padding: 15px;
  }
}
.calculation__label {
  font-weight: 500;
  font-size: 14px;
  opacity: 0.7;
  margin-bottom: 10px;
}
.calculation__inp {
  padding: 15px;
  display: grid;
  grid-template-columns: max-content max-content max-content;
  font-weight: 700;
  font-size: 16px;
  color: #272c34;
  background: #fff;
  border-radius: 8px;
  align-items: center;
}
.calculation__inp span {
  margin-right: 5px;
}
.calculation__inp input {
  width: 100px;
  color: inherit;
  background: transparent;
  font-weight: 700;
}
.calculation__radio {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
  max-width: max-content;
}
@media (max-width: 450px) {
  .calculation__radio {
    width: 100%;
    max-width: 100%;
  }
}
.calculation__radio input {
  display: none;
}
.calculation__radio input:checked + label {
  border: 2px solid #2e945e;
  color: #2e945e;
}
.calculation__radio label {
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  color: #272c34;
  font-size: 16px;
  cursor: pointer;
  aspect-ratio: 1/1;
  background: #fff;
}
@media (max-width: 450px) {
  .calculation__radio label {
    width: 100%;
  }
}
.calculation__desc {
  margin-top: 8px;
  font-size: 12px;
  opacity: 0.9;
}
.calculation__platej {
  border-radius: 10px;
  background: #fff;
  padding: 20px;
}
@media (max-width: 500px) {
  .calculation__platej {
    padding: 20px 10px;
  }
}
.calculation__platej .calculation__label {
  text-align: center;
  color: #272c34;
  font-weight: 700;
}
.calculation__wp {
  grid-template-columns: 24px max-content 24px;
  display: grid;
  margin: 0px auto;
  max-width: max-content;
  color: #2e945e;
  font-size: 40px;
  align-items: center;
  font-weight: 700;
  gap: 12px;
}
.calculation__wp button {
  display: flex;
  align-items: center;
}
.calculation__wp button img {
  width: 100%;
}
.steps__block {
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media (max-width: 1100px) {
  .steps__block {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .steps__block {
    margin-top: 30px;
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }
  .steps__block br {
    display: none;
  }
}
.steps__item {
  border-radius: 18px;
  padding: 20px;
  background-color: #ffff;
  display: grid;
  gap: 15px;
  grid-template-columns: 55px 1fr;
  align-items: flex-start;
}
.steps__num {
  aspect-ratio: 1/1;
  width: 100%;
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  color: #4ca87b;
  background: #e0f5eea8;
  border-radius: 50%;
  font-size: 30px;
}
.steps__content h3 {
  font-size: clamp(18px, 1.8vw, 26px);
  font-weight: 700;
}
@media (max-width: 1100px) {
  .steps__content h3 br {
    display: none;
  }
}
.steps__content p {
  margin-top: 15px;
}
@media (max-width: 500px) {
  .steps__content p {
    margin-top: 10px;
  }
}
.steps__btn {
  margin: 0px auto;
  margin-top: 40px;
}

.more._v2 {
  color: #fff;
}
.more._v2 .more__block {
  background: linear-gradient(214deg, #39a7e0 0%, #53aa63 100%);
}
.more__block {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  border-radius: 18px;
  background-color: #fff;
  gap: 20px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
@media (max-width: 900px) {
  .more__block {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.more__block::before {
  position: absolute;
  bottom: 0;
  right: 0;
  content: "";
  background-image: url(../img/moreb2.png);
  width: 50%;
  background-size: contain;
  aspect-ratio: 1/1;
  z-index: -1;
  background-position: bottom right;
  background-repeat: no-repeat;
}
@media (max-width: 700px) {
  .more__block::before {
    width: 120%;
    bottom: 0;
    background-position: center bottom;
    top: auto;
  }
}
.more__block::after {
  position: absolute;
  top: -10%;
  z-index: -1;
  right: 0;
  content: "";
  background-repeat: no-repeat;
  background-image: url(../img/bbb.png);
  width: 45%;
  transform: translate(40%);
  background-size: contain;
  aspect-ratio: 1/1;
}
@media (max-width: 700px) {
  .more__block::after {
    bottom: 5%;
    width: 100%;
    top: auto;
  }
}
.more__left {
  padding: 50px;
  padding-right: 0;
  display: flex;
  flex-direction: column;
}
@media (max-width: 900px) {
  .more__left {
    padding: 25px;
    padding-bottom: 0;
  }
}
.more__title {
  text-align: left;
  margin: 0;
}
.more__subtitle {
  margin-top: 20px;
  margin-bottom: auto;
}
.more__list {
  margin-top: 70px;
  max-width: 400px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  font-size: 18px;
  font-weight: 500;
}
@media (max-width: 900px) {
  .more__list {
    margin-top: 35px;
    font-weight: 700;
  }
}
.more__list li {
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 10px;
}
.more__list li::before {
  position: relative;
  display: block;
  top: 0;
  left: 0;
  content: "";
  background-image: url(../img/chec.svg);
  background-size: contain;
  background-repeat: no-repeat;
  aspect-ratio: 1/1;
}
.more__btn {
  margin-top: 30px;
}
@media (max-width: 900px) {
  .more__btn {
    position: absolute;
    bottom: 25px;
    width: calc(100% - 40px);
    z-index: 3;
    max-width: 100%;
  }
}
.more__right {
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: center;
  margin-top: 10px;
  position: relative;
}
@media (max-width: 900px) {
  .more__right {
    margin-top: 0;
    margin-bottom: 75px;
  }
}
.more__right > img {
  transform: translate(0px, 70px);
  opacity: 0;
  transition: 0.7s;
}
.more__right._active > img {
  transform: translate(0px);
  opacity: 1;
}
.more__right img {
  width: 100%;
}
@media (max-width: 900px) {
  .more__right img {
    max-width: 500px;
    width: 90%;
  }
}
.more__right div {
  width: 200px;
  position: absolute;
  left: 0;
  bottom: 5%;
  transform: translate(-65%);
}
@media (max-width: 1100px) {
  .more__right div {
    width: 150px;
  }
}
@media (max-width: 900px) {
  .more__right div {
    display: none;
  }
}

@media (max-width: 998px) {
  .why-us__title {
    max-width: 600px;
  }
}
.why-us__block {
  margin-top: 50px;
}
@media (max-width: 800px) {
  .why-us__block {
    margin-top: 30px;
  }
}
.why-us__block .swiper-wrapper {
  align-items: stretch !important;
}
@media (max-width: 998px) {
  .why-us__block .swiper-wrapper {
    flex-direction: column;
    gap: 10px;
    max-width: 500px;
    margin: 0px auto;
  }
}
.why-us__block._active .why-us__img img {
  transform: translate(0);
  opacity: 1;
}
.why-us__item {
  border-radius: 20px;
  padding: 35px;
  background: #fff;
  padding-bottom: 0;
  display: flex !important;
  flex-direction: column;
  height: auto !important;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media (max-width: 700px) {
  .why-us__item {
    padding: 20px;
    padding-bottom: 0;
  }
}
.why-us__item::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background-image: url(../img/wb.png);
  background-size: cover;
  background-position: bottom right;
  height: 100%;
  z-index: -1;
  width: 100%;
}
.why-us__item:nth-child(even):before {
  background-image: url(../img/wb2.png);
}
.why-us__item:nth-child(2) .why-us__img {
  max-width: 60%;
}
@media (max-width: 600px) {
  .why-us__item:nth-child(2) {
    padding-bottom: 20px;
  }
  .why-us__item:nth-child(2) .why-us__img {
    display: none;
  }
}
@media (max-width: 600px) {
  .why-us__item:nth-child(3) {
    padding-bottom: 20px;
    order: 4;
  }
  .why-us__item:nth-child(3) .why-us__img {
    display: none;
  }
}
@media (max-width: 998px) {
  .why-us__item:nth-child(4) {
    padding-bottom: 30px;
  }
  .why-us__item:nth-child(4) .why-us__img {
    max-width: 35%;
    position: absolute;
    bottom: 0;
    right: 0;
    transform: translate(0px, 15%);
  }
  .why-us__item:nth-child(4) .why-us__text {
    max-width: 79%;
  }
}
@media (max-width: 600px) {
  .why-us__item:nth-child(5) {
    display: none !important;
  }
}
.why-us__item:nth-child(2) .why-us__img img {
  transition-delay: 0.1s;
}
.why-us__item:nth-child(3) .why-us__img img {
  transition-delay: 0.2s;
}
.why-us__item:nth-child(4) .why-us__img img {
  transition-delay: 0.3s;
}
.why-us__item:nth-child(5) .why-us__img img {
  transition-delay: 0.4s;
}
.why-us__item:nth-child(6) .why-us__img img {
  transition-delay: 0.5s;
}
.why-us__head {
  font-size: clamp(18px, 2vw, 30px);
  font-weight: 700;
}
@media (max-width: 998px) {
  .why-us__head._max-75 {
    max-width: 75%;
  }
}
.why-us__text {
  margin-top: 15px;
}
@media (max-width: 600px) {
  .why-us__text {
    font-size: 12px;
  }
}
.why-us__text p:nth-child(2) {
  display: none;
}
@media (max-width: 998px) {
  .why-us__text p:nth-child(2) {
    display: block;
  }
  .why-us__text p:nth-child(1) {
    display: none;
  }
}
.why-us__item.no-img .why-us__text {
  padding-bottom: 30px;
}
.why-us__img {
  margin-left: auto;
  max-width: 50%;
  margin-top: auto;
}
.why-us__img._v3 img {
  margin-top: -50px;
  transform: translate(30%);
}
@media (max-width: 700px) {
  .why-us__img {
    max-width: 40%;
  }
}
.why-us__img img {
  width: 100%;
  transform: translate(0px, 100%);
  opacity: 0;
  transition: 0.5s;
}
.why-us__icon {
  position: absolute;
  top: 0;
  right: 20px;
  width: 80px;
}
@media (max-width: 998px) {
  .why-us__icon {
    display: none;
  }
}
.why-us__icon img {
  width: 100%;
}
.scene {
  position: relative;
  inset: 0;
  overflow: hidden;
  width: 100vw;
  left: 50%;
  transform: translate(-50%);
  aspect-ratio: 1/1.2;
  margin-top: 10px;
  margin-bottom: -50px;
}
.scene::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  z-index: 100;
  width: 100%;
  height: 10%;
  background: linear-gradient(#edeef0 0%, #edeef000 100%);
}
@media (min-width: 768px) {
  .scene {
    display: none;
  }
}

.scene .icon {
  position: absolute;
  width: 160px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #ffffffaa;
  display: flex;
  align-items: center;
  justify-content: center;
  will-change: transform;
}

.scene .icon a {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.scene .icon img {
  width: 80%;
  height: 80%;
  object-fit: contain;
}

.banks {
  overflow: visible;
}
.banks._v2 .banks__slide::before {
  display: none;
}
.banks._v2 .banks__slide:hover::after {
  opacity: 1;
}
.banks._v2 .banks__slide::after {
  opacity: 0;
  transition: 0.3s;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  backdrop-filter: blur(8px);
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-image: url(../img/zoom/close.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 30px;
}
@media (max-width: 998px) {
  .banks__container {
    padding-bottom: 0;
  }
}
.banks__swiper {
  margin-top: 50px;
}
@media (max-width: 766px) {
  .banks__swiper {
    display: none !important;
  }
}
.banks__slide {
  border-radius: 100%;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid #fff;
  aspect-ratio: 1/1;
  display: flex !important;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
  position: relative;
}
.banks__slide::before {
  position: absolute;
  right: 5%;
  bottom: 5%;
  content: "";
  background-image: url(../img/art.svg);
  width: 20%;
  aspect-ratio: 1/1;
  background-size: contain;
  background-repeat: no-repeat;
}
.banks__slide:hover {
  background: #fff;
}
.banks__slide img {
  width: 70%;
}
.banks__sertificat {
  display: none;
}
.banks__arrow {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 20px;
}
@media (max-width: 766px) {
  .banks__arrow {
    display: none;
  }
}
.banks__arrow div {
  cursor: pointer;
  position: relative;
}
.banks__arrow div:hover img:nth-child(2) {
  opacity: 1;
}
.banks__arrow div:nth-child(1) {
  transform: rotate(180deg);
}
.banks__arrow div img:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.speack {
  position: relative;
  z-index: 2;
  overflow: hidden;
}
@media (max-width: 768px) {
  .speack._v2 {
    margin-top: 60px;
  }
}
@media (max-width: 768px) {
  .speack__container {
    margin-top: 0px;
  }
}
.speack__wp {
  background-image: url(../img/bg1.png);
  background-size: cover;
  border-radius: 20px;
  background-position: center;
  padding: 55px 0;
  overflow: hidden;
}
@media (max-width: 998px) {
  .speack__wp {
    padding: 40px 0;
    overflow: visible;
  }
}
.speack__block {
  margin: 0px auto;
  overflow: visible !important;
  align-items: center;
  margin-top: 50px;
  transform: translate(-1%);
}
.speack__block .swiper-wrapper {
  align-items: center;
}
.speack__item {
  position: relative;
  transition: padding 0.3s !important;
  aspect-ratio: 1/1;
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.speack__item:not(.swiper-slide-active, .swiper-slide-prev, .swiper-slide-next) .speack__video {
  transform: scale(0.8);
  transform-origin: right center;
}
.speack__item.swiper-slide-next ~ .swiper-slide .speack__video {
  transform-origin: left center;
}
.speack__item.swiper-slide {
  padding-right: 40px;
  position: relative;
}
.speack__item.swiper-slide:not(.swiper-slide-active) .speack__play {
  opacity: 0 !important;
}
.speack__item.swiper-slide .speack__video::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  background: #edeef0;
  width: 100%;
  border-radius: 50%;
  height: 100%;
  z-index: 2;
  opacity: 0.4;
  transition: 0.3s;
}
@media (max-width: 500px) {
  .speack__item.swiper-slide {
    padding-right: 20px;
  }
}
.speack__item.swiper-slide-active {
  padding: 0 !important;
  width: 25% !important;
}
@media (max-width: 998px) {
  .speack__item.swiper-slide-active {
    width: 40% !important;
  }
}
@media (max-width: 767px) {
  .speack__item.swiper-slide-active {
    width: 55% !important;
  }
  .speack__item.swiper-slide-active .speack__video::after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    border: 3px solid #4ea97b;
    border-radius: 50%;
  }
}
.speack__item.swiper-slide-active .speack__video::before {
  opacity: 0;
}
.speack__item.swiper-slide-active ~ .swiper-slide {
  padding-left: 40px;
  padding-right: 0;
}
@media (max-width: 500px) {
  .speack__item.swiper-slide-active ~ .swiper-slide {
    padding-left: 20px;
  }
}
.speack__item.swiper-slide-next .speack__video::before, .speack__item.swiper-slide-prev .speack__video::before {
  opacity: 0;
}
.speack__video {
  position: relative;
  transition: 0.3s;
  border-radius: 50%;
  cursor: pointer;
  overflow: hidden;
}
.speack__video video {
  top: 1px;
  position: relative;
  width: 100%;
  transition: 0.3s;
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 50%;
}
.speack__video:hover .speack__play img:nth-child(2) {
  opacity: 1;
}
.speack__video:hover .speack__play img:nth-child(1) {
  opacity: 0;
}
.speack__prev {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  position: absolute;
  top: 2px;
  left: 0;
  transition: 0.3s;
}
.speack__prev._hidden {
  opacity: 0;
}
.speack__play {
  width: 20%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  z-index: 5;
  transition: 0.3s;
  cursor: pointer;
  pointer-events: none;
}
.speack__play:hover img:nth-child(2) {
  opacity: 1;
}
.speack__play:hover img:nth-child(1) {
  opacity: 0;
}
.speack__play img {
  width: 100%;
}
.speack__play img:nth-child(2) {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.speack__play._hidden {
  opacity: 0.3;
}
.speack__text {
  display: none;
}
.speack__swiper-wp {
  position: relative;
}
.speack__arr {
  position: absolute;
  top: 50%;
  transform: translate(0px, -50%);
  z-index: 5;
  width: 40px;
  cursor: pointer;
  transition: 0.3s;
}
.speack__arr:hover img:nth-child(2) {
  opacity: 1;
}
@media (max-width: 998px) {
  .speack__arr {
    width: 30px;
  }
}
@media (max-width: 500px) {
  .speack__arr {
    display: none;
  }
}
.speack__arr img {
  width: 100%;
}
.speack__arr img:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.speack__arr_r {
  right: 20px;
}
.speack__arr_l {
  left: 20px;
  transform: translate(0px, -50%) scale(-1, 1);
}
.speack__info {
  opacity: 0;
  transition: 0.3s;
  max-width: 35%;
  text-align: center;
  margin: 0px auto;
  margin-top: 25px;
  font-weight: 700;
  font-size: clamp(18px, 1.8vw, 26px);
}
@media (max-width: 992px) {
  .speack__info {
    max-width: 60%;
  }
}
@media (max-width: 767px) {
  .speack__info {
    max-width: 80%;
  }
}
.speack__info span {
  color: #2e945e;
}
.speack__info._active {
  opacity: 1;
}
.speack__info i {
  font-weight: 500;
  font-size: 18px;
  opacity: 0.9;
  font-style: normal;
}

.articles {
  overflow: hidden;
}
@media (min-width: 998px) {
  .articles ._pg {
    display: none;
  }
}
.articles._v2 .articles__title {
  text-align: left;
  margin: 0;
  margin-bottom: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 998px) {
  .articles._v2 .articles__title {
    margin-bottom: 20px;
  }
}
@media (min-width: 998px) {
  .articles._v2 .articles__open-filter {
    display: none;
  }
}
.articles._v2 .articles__radio-wp {
  justify-content: start;
}
@media (max-width: 998px) {
  .articles._v2 .articles__radio {
    display: none;
  }
}
.articles._v3 .articles__radio-wp {
  justify-content: start;
}
.articles._v3 .articles__container {
  padding-top: 0;
}
.articles__container {
  display: flex;
  flex-direction: column;
  padding-bottom: 40px;
}
.articles__title {
  margin-bottom: 50px;
}
@media (max-width: 998px) {
  .articles__title {
    margin-bottom: 30px;
  }
}
.articles__title._max {
  max-width: 850px;
}
.articles__title._v4 {
  display: flex;
  justify-content: space-between;
  text-align: left;
  margin: 0px;
  margin-bottom: 45px;
}
@media (max-width: 998px) {
  .articles__title._v4 {
    margin-bottom: 30px;
    text-align: center;
    justify-content: center;
  }
}
.articles__arws {
  display: flex;
  gap: 10px;
}
@media (max-width: 998px) {
  .articles__arws {
    display: none;
  }
}
.articles__arws div {
  position: relative;
  top: 0;
  left: 0;
  opacity: 1 !important;
}
.articles__radio {
  overflow: auto;
  width: calc(100% + 10px);
  padding-right: 10px;
}
@media (max-width: 998px) {
  .articles__radio {
    margin-bottom: 15px;
  }
}
.articles__radio-wp {
  min-width: max-content;
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 20px;
}
.articles__radio-wp input {
  display: none;
}
.articles__radio-wp input:checked + label {
  color: #148f2b;
}
.articles__radio-wp label {
  cursor: pointer;
  padding: 10px 20px;
  background: #fff;
  border-radius: 30px;
  font-weight: 600;
}
.articles__block {
  position: relative;
  width: 100% !important;
  overflow: visible !important;
}
.articles__block::before, .articles__block::after {
  position: absolute;
  top: 0;
  left: -10px;
  content: "";
  background: #edeef0;
  width: 100vw;
  height: 100%;
  z-index: 5;
  transform: translate(-100%);
}
.articles__block::after {
  right: -10px;
  transform: translate(100%);
  left: auto;
}
.articles__block .swiper-wrapper {
  align-items: stretch !important;
}
.articles__block._v2 {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.articles__block._v2 .articles__item {
  width: calc(33.33% - 15px);
}
@media (max-width: 998px) {
  .articles__block._v2 .articles__item {
    width: calc(50% - 10px);
  }
}
@media (max-width: 550px) {
  .articles__block._v2 .articles__item {
    width: 100%;
  }
}
.articles__block._v2 .articles__item._big {
  width: calc(50% - 10px);
}
@media (max-width: 550px) {
  .articles__block._v2 .articles__item._big {
    width: 100%;
  }
}
.articles__item {
  border-radius: 20px;
  overflow: hidden;
  display: flex !important;
  flex-direction: column;
  background-color: #fff;
  color: inherit;
  height: auto !important;
}
.articles__item:hover {
  box-shadow: 4px 4px 25px 0 rgba(0, 0, 0, 0.12);
}
.articles__item:hover .articles__img img {
  transform: scale(1.05);
}
.articles__img {
  overflow: hidden;
}
.articles__img img {
  transition: 0.3s;
  width: 100%;
  aspect-ratio: 440/300;
  object-fit: cover;
  object-position: center;
  max-height: 300px;
}
.articles__body {
  flex: 1 1 auto;
  padding: 30px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 998px) {
  .articles__body {
    padding: 25px;
  }
}
.articles__hash {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.articles__hash div {
  padding: 10px 15px;
  background: #edeef0;
  border-radius: 50px;
  font-weight: 700;
  font-size: 14px;
}
@media (max-width: 998px) {
  .articles__hash div {
    font-size: 12px;
    padding: 8px 12px;
  }
}
.articles__head {
  font-size: clamp(18px, 2vw, 30px);
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: auto;
  line-height: 1.2;
}
.articles__bottom {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  align-items: center;
  gap: 15px;
}
.articles__date {
  font-weight: 500;
  opacity: 0.5;
}
.articles__eye {
  display: flex;
  margin-right: auto;
  align-items: center;
  gap: 5px;
  color: #272c3471;
}
.articles__arr {
  position: absolute;
  top: 50%;
  transform: translate(0px, -50%);
  z-index: 4;
  width: 40px;
  cursor: pointer;
  transition: 0.3s;
  opacity: 1;
}
.articles__arr.swiper-button-disabled {
  opacity: 0;
}
.articles__arr:hover img:nth-child(2) {
  opacity: 1;
}
.articles__arr img {
  width: 100%;
  transition: 0.3s;
}
.articles__arr img:nth-child(2) {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 760px) {
  .articles__arr {
    display: none;
  }
}
.articles__arr_l {
  left: 10px;
}
.articles__arr_l img {
  transform: rotate(180deg);
}
.articles__arr_r {
  right: 10px;
}
.articles__btn {
  margin: 0px auto;
  margin-top: 40px;
}
@media (max-width: 998px) {
  .articles__btn {
    margin-top: 30px;
  }
}

._pg {
  margin-top: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  font-weight: 700;
  font-size: 18px;
}
@media (max-width: 998px) {
  ._pg {
    margin-top: 15px;
  }
}
@media (max-width: 998px) {
  ._pg {
    gap: 15px;
    justify-content: space-between;
  }
}
._pg a {
  color: #272c34;
}
._pg__arr {
  opacity: 0.5;
  display: flex;
  align-items: center;
}
._pg__arr._active {
  opacity: 1;
}
._pg__arr-l img {
  transform: rotate(180deg);
}
._pg__pages {
  display: flex;
  gap: 15px;
}
._pg__pg-el {
  opacity: 0.3;
}
._pg__pg-el._active {
  opacity: 1;
}
.articles-mob {
  display: none;
}
@media (max-width: 998px) {
  .articles-mob {
    display: flex;
    flex-direction: column;
    width: 100vw;
    position: fixed;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 100;
    background: #fff;
    padding: 0 10px;
    transform: translate(0px, -100%);
    transition: 0.3s;
  }
  .articles-mob._active {
    transform: translate(0);
  }
}
.articles-mob__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 700;
  font-size: 20px;
  padding: 10px 0;
  z-index: 1;
  position: relative;
}
.articles-mob__top::before {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%);
  content: "";
  width: 100vw;
  height: 100%;
  background: #f6f5f5;
  z-index: -1;
}
.articles-mob__label {
  margin-top: 30px;
  opacity: 0.5;
  font-weight: 600;
  font-size: 10px;
}
.articles-mob .dropdown {
  width: 100%;
  margin-bottom: 30px;
}
.articles-mob .dropdown .dropdown__current::before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  background: #f6f5f5;
  height: 4px;
  width: 100%;
}
.articles-mob__btn {
  width: 100%;
  max-width: 100%;
  margin-top: 10px;
}
.articles-mob__btn._v2 {
  background: #f6f5f5;
  color: #272c34;
}

.faq__block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 50px;
}
@media (max-width: 998px) {
  .faq__block {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 30px;
  }
}
.faq._v2 .faq__block {
  grid-template-columns: 1fr;
  gap: 10px;
}
.faq__wp {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.faq__item {
  background: #fff;
  border-radius: 10px;
}
.faq__quest {
  cursor: pointer;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 700;
  gap: 20px;
}
.faq._v2 .faq__quest {
  font-size: 26px;
  padding: 20px;
}
@media (max-width: 998px) {
  .faq._v2 .faq__quest {
    font-size: 16px;
    padding: 15px 20px;
  }
}
.faq__quest:hover div {
  background: #2e945e;
}
.faq__quest:hover div::before, .faq__quest:hover div::after {
  background: #fff;
}
.faq__quest div {
  width: 28px;
  flex: 0 0 28px;
  aspect-ratio: 1/1;
  background-color: #edeef0;
  position: relative;
  border-radius: 50%;
}
.faq._v2 .faq__quest div {
  width: 40px;
  flex: 0 0 40px;
}
@media (max-width: 998px) {
  .faq._v2 .faq__quest div {
    width: 28px;
    flex: 0 0 28px;
  }
}
.faq__quest div::before, .faq__quest div::after {
  position: absolute;
  top: 50%;
  transition: 0.3s;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  width: 14px;
  height: 2px;
  background-color: #148f2b;
  border-radius: 3px;
}
.faq__quest div::after {
  height: 14px;
  width: 2px;
}
.faq__quest._active div::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.faq__resp div {
  padding: 15px;
  padding-top: 5px;
  line-height: 1.3;
  font-size: 14px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.faq._v2 .faq__resp {
  font-size: 18px;
  max-width: calc(100% - 50px);
}
.faq._v2 .faq__resp div {
  padding-top: 0;
}
@media (max-width: 700px) {
  .faq._v2 .faq__resp {
    font-size: 14px;
  }
}

.other__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.other__title {
  margin: 0;
  text-align: left;
}
@media (max-width: 998px) {
  .other__title {
    text-align: center;
    width: 100%;
  }
}
.other__arrow {
  display: flex;
  gap: 10px;
}
@media (max-width: 998px) {
  .other__arrow {
    display: none;
  }
}
.other__arr {
  cursor: pointer;
  transition: 0.3s;
  position: relative;
}
.other__arr:hover img:nth-child(2) {
  opacity: 1;
}
.other__arr img {
  transition: 0.3s;
}
.other__arr img:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.other__arr_l img {
  transform: rotate(180deg);
}
.other__block {
  margin-top: 50px;
}
@media (max-width: 998px) {
  .other__block {
    margin-top: 30px;
  }
  .other__block .zalog__img img {
    margin-bottom: -20%;
    width: 80%;
    margin-left: auto;
    margin-right: 0;
    display: block;
  }
}
@media (min-width: 998px) {
  .other__block .zalog__left {
    padding-right: 0;
    margin-bottom: 40px;
  }
}
@media (min-width: 998px) {
  .other__pug {
    display: none;
  }
}

.contacts__container {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 20px;
}
@media (max-width: 998px) {
  .contacts__container {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.contacts__left {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (max-width: 998px) {
  .contacts__left {
    gap: 25px;
  }
}
.contacts__el {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.contacts__el span {
  font-weight: 500;
  opacity: 0.9;
}
.contacts__el a {
  font-size: clamp(18px, 2vw, 30px);
  color: inherit;
  font-weight: 700;
}
.contacts #map {
  width: 100%;
  border-radius: 18px;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.08);
  overflow: hidden;
  min-height: 300px;
}
@media (max-width: 998px) {
  .contacts #map {
    min-height: 400px;
  }
}

.footer__container {
  padding-bottom: 0;
}
.footer__wp {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.08);
  border-radius: 20px 20px 0 0;
  background-color: #fff;
  padding: 16px 20px;
}
@media (max-width: 998px) {
  .footer__wp {
    padding: 25px;
  }
}
.footer__top {
  display: flex;
  justify-content: space-between;
  padding-bottom: 16px;
  border-bottom: 1px solid #2e945e1c;
  align-items: center;
  gap: 24px;
}
@media (max-width: 998px) {
  .footer__top {
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 30px;
  }
}
.footer__links {
  display: flex;
  font-size: 14px;
  gap: 20px;
}
@media (max-width: 998px) {
  .footer__links {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top: 40px;
    margin-bottom: 30px;
    width: 100%;
  }
}
.footer__links a {
  color: inherit;
  font-weight: 600;
}
.footer__links a:hover {
  color: #2e945e;
}
.footer__social {
  display: flex;
  gap: 5px;
  align-items: center;
  margin-left: auto;
}
@media (max-width: 998px) {
  .footer__social {
    width: 100%;
    order: 3;
  }
}
.footer__social a {
  width: 30px;
  display: block;
  transition: 0.3s;
}
@media (max-width: 998px) {
  .footer__social a {
    width: 40px;
  }
}
.footer__social a:hover {
  transform: scale(1.1);
}
.footer__social a img {
  width: 100%;
}
.footer__center {
  display: grid;
  gap: 30px;
  padding-top: 20px;
  padding-bottom: 10px;
  width: 100%;
}
@media (max-width: 998px) {
  .footer__center {
    grid-template-columns: 1fr;
    padding-bottom: 0;
  }
}
@media (max-width: 998px) {
  .footer__logo {
    width: 130px;
  }
}
.footer__logo img {
  width: 100%;
}
.footer__info {
  font-weight: 600;
  font-size: 10px;
  opacity: 0.5;
  line-height: 1.4;
}
@media (max-width: 998px) {
  .footer__info {
    margin: 0px;
  }
}
.footer__info a {
  color: inherit;
}
.footer__info a:hover {
  text-decoration: underline;
}
.footer__info ul {
  margin-top: 20px;
  display: flex;
  gap: 20px;
}
@media (max-width: 998px) {
  .footer__info ul {
    flex-direction: column;
  }
}
.footer__yandex {
  margin-top: auto;
  width: 145px;
  height: 50px;
  overflow: hidden;
}
.footer__yandex img {
  width: 100%;
}
@media (max-width: 998px) {
  .footer__yandex {
    margin-left: auto;
  }
}

.conditions {
  overflow: hidden;
  background: #fff;
  margin: 60px 0;
}
@media (max-width: 998px) {
  .conditions {
    margin: 30px 0;
  }
}
.conditions__container {
  padding-top: 20px;
  padding-bottom: 20px;
  background: #fff;
  margin-top: 0;
  display: grid;
  grid-template-columns: 1fr 1.35fr;
}
@media (max-width: 998px) {
  .conditions__container {
    grid-template-columns: 1fr;
    padding-top: 30px;
    margin-top: 0;
  }
}
.conditions__left {
  display: flex;
  flex-direction: column;
}
.conditions__title {
  text-align: left;
  margin: 0;
  z-index: 2;
  position: relative;
}
@media (max-width: 998px) {
  .conditions__title {
    text-align: center;
    width: 100%;
  }
  .conditions__title br {
    display: none;
  }
}
.conditions__img {
  z-index: 1;
  flex: 1 1 auto;
  margin-bottom: -20px;
  display: flex;
  align-items: flex-end;
  position: relative;
}
.conditions__img img {
  width: 114%;
  transform: translate(0px, 90%);
  opacity: 0;
  transition: 0.3s;
}
.conditions__img._active img {
  transform: translate(0);
  opacity: 1;
}
@media (max-width: 998px) {
  .conditions__img {
    display: flex;
    justify-content: center;
  }
  .conditions__img img {
    width: 135%;
    max-width: 450px;
    transform: translate(4%);
  }
}
.conditions__img::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  background-image: url(../img/c2.png);
  background-size: contain;
  width: 100%;
  aspect-ratio: 1/1;
  background-repeat: no-repeat;
  z-index: -1;
  transform: translate(-30%, 0%);
}
@media (max-width: 500px) {
  .conditions__img::before {
    width: 140%;
    transform: translate(-30%, -10%);
  }
}
.conditions__img::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  background-image: url(../img/c1.png);
  background-size: contain;
  width: 100%;
  aspect-ratio: 1/1;
  z-index: -1;
  transform: translate(25%, 65%);
}
.conditions__right {
  border-radius: 18px;
  background: #e9f6fb;
  position: relative;
  z-index: 2;
  padding: 30px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 998px) {
  .conditions__right {
    margin: 0px 10px;
    margin-top: 30px;
    margin-bottom: 10px;
    padding: 20px;
  }
}
.conditions__right li {
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr 2.2fr;
}
@media (max-width: 600px) {
  .conditions__right li {
    grid-template-columns: 1fr;
  }
}

.dropdown {
  width: 240px;
  position: relative;
  user-select: none;
  background: #fff;
}
.dropdown._open {
  box-shadow: none;
}
.dropdown._open .dropdown__current::after {
  transform: rotate(180deg);
  filter: grayscale(0);
  opacity: 1;
}

.dropdown__current {
  border-radius: 50px;
  padding: 8px 12px;
  background: #fff;
  cursor: pointer;
  position: relative;
  display: flex;
  justify-content: space-between;
  z-index: 14;
  align-items: center;
  font-weight: 700;
  gap: 5px;
  font-size: 14px;
}
@media (max-width: 998px) {
  .dropdown__current {
    font-weight: 500;
    font-size: 16px;
    padding: 12px 15px;
  }
}
.dropdown__current::after {
  position: relative;
  top: 0;
  left: 0;
  content: "";
  background-image: url(../img/arrow2.svg);
  width: 10px;
  flex: 0 0 10px;
  transition: 0.3s;
  height: 10px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
@media (max-width: 998px) {
  .dropdown__current::after {
    width: 15px;
    flex: 0 0 15px;
    height: 15px;
  }
}

.dropdown__list {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #fff;
  display: none;
  z-index: 10;
  box-shadow: 0 4px 40px 0 rgba(0, 0, 0, 0.1);
  border-radius: 0 0 4px 4px;
  padding-top: 9px;
  width: max-content;
  max-height: 220px;
  overflow: auto;
  max-width: 240px;
  padding: 10px 20px;
  font-weight: 600;
  font-size: 14px;
}
@media (max-width: 998px) {
  .dropdown__list {
    border-radius: 10px;
    width: 100%;
    max-width: 100%;
    padding: 25px;
    top: 120%;
    font-size: 16px;
  }
}
.dropdown__list ._quest {
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 5px 0;
  cursor: pointer;
}
.dropdown__list ._quest::after {
  position: relative;
  top: 0;
  left: 0;
  content: "";
  background-image: url(../img/arrow2.svg);
  width: 10px;
  height: 10px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: 0.3s;
}
.dropdown__list ._quest._active::after {
  transform: rotate(180deg);
}
.dropdown__list ._resp._active {
  height: auto !important;
}

.dropdown._open .dropdown__list {
  display: block;
}

.dropdown__item {
  padding: 5px 0px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 6px;
}
@media (max-width: 998px) {
  .dropdown__item {
    padding: 10px 0px;
  }
}
.dropdown__item.hidden::before {
  background: #2e945e;
  background-image: url(../img/rr.svg);
  background-size: 70%;
  background-position: center;
  background-repeat: no-repeat;
}
.dropdown__item::before {
  position: relative;
  top: 0;
  left: 0;
  content: "";
  border-radius: 3px;
  border: 1px solid #2e945e;
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
}

.dropdown__item:hover {
  color: #148f2b;
}

.popup_video::before {
  background: #000000b3;
}
.popup_video .popup__close {
  background-image: url(../img/close.svg);
  background-size: contain;
  top: -10px;
  right: 0;
  width: 30px;
  height: 30px;
  transform: translate(0px, -100%);
}
.popup_video .popup__body {
  padding: 0;
  display: flex;
  flex-direction: column;
  aspect-ratio: 16/9;
  border-radius: 20px;
}
.popup_video .popup__body iframe {
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
.popup_video .popup__body .popup__video {
  height: 100%;
}

.rrrrrr {
  width: 300px;
  height: 340px;
}

._crumbs {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
  font-weight: 600;
  font-size: 14px;
}
._crumbs a {
  display: flex;
  color: #272c34;
  opacity: 0.5;
  align-items: center;
  gap: 5px;
}
._crumbs a:hover {
  text-decoration: underline;
}
._crumbs a:first-child::before {
  display: none;
}
._crumbs a::before {
  position: relative;
  top: 0;
  left: 0;
  content: "";
  width: 8px;
  height: 8px;
  background-image: url(../img/are.svg);
}
._crumbs a:last-child {
  opacity: 1;
}

.finance__container {
  margin-top: 20px;
  padding-top: 0;
}
.finance__top {
  position: relative;
  background: linear-gradient(221deg, #e2f7ff 0%, #dfffe5 100%);
  border-radius: 18px;
  display: flex;
  justify-content: space-between;
  z-index: 1;
  overflow: hidden;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (max-width: 998px) {
  .finance__top {
    flex-direction: column;
  }
}
.finance__top::before {
  position: absolute;
  top: 0;
  right: 4%;
  content: "";
  height: 100%;
  width: 60%;
  background-image: url(../img/zzz.png);
  background-size: cover;
  background-position: center center;
  z-index: -1;
}
@media (max-width: 998px) {
  .finance__top::before {
    width: 100%;
    left: 30%;
    right: auto;
  }
}
.finance__top h1 {
  font-weight: 700;
  font-size: clamp(30px, 4.2vw, 60px);
  display: flex;
  align-items: center;
  padding: 40px;
  padding-left: 50px;
}
@media (max-width: 998px) {
  .finance__top h1 {
    padding: 25px;
    padding-bottom: 0;
  }
}
.finance__img {
  display: flex;
  width: 40%;
  margin-right: 8%;
}
.finance__top._v2 .finance__img {
  margin-right: 2%;
}
@media (max-width: 998px) {
  .finance__img {
    margin-left: auto;
    width: 50%;
  }
}
@media (max-width: 700px) {
  .finance__img {
    width: 70%;
  }
}
.finance__img img {
  margin-top: auto;
  width: 100%;
}

.helping {
  background: #fff;
}
.helping__container {
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (max-width: 998px) {
  .helping__container {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.helping__block {
  background: linear-gradient(214deg, #39a7e0 0%, #53aa63 100%);
  background-image: url(../img/bg11.png);
  background-position: center;
  background-size: cover;
  color: #fff;
  border-radius: 20px;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  position: relative;
  z-index: 1;
}
@media (max-width: 700px) {
  .helping__block {
    background-image: url(../img/bg22.png);
  }
}
.helping__block::before {
  position: absolute;
  top: 50%;
  right: 1%;
  content: "";
  transform: translate(0px, -50%);
  background-image: url(../img/ds.png);
  display: none;
  aspect-ratio: 1/1;
  width: 60%;
  z-index: -1;
  background-size: cover;
}
@media (max-width: 900px) {
  .helping__block::before {
    transform: translate(0px, 50%);
    top: auto;
    bottom: 0;
    width: 150%;
    left: -10%;
    right: auto;
  }
}
@media (max-width: 900px) {
  .helping__block {
    grid-template-columns: 1fr;
  }
}
.helping__left {
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 70px 50px;
  padding-right: 10px;
}
@media (max-width: 900px) {
  .helping__left {
    padding: 30px 20px;
    max-width: 500px;
  }
}
@media (max-width: 700px) {
  .helping__left {
    margin: 0px auto;
    align-items: center;
  }
}
.helping__title {
  text-align: left;
}
@media (max-width: 700px) {
  .helping__title {
    text-align: center;
  }
}
.helping__subtitle {
  margin-top: 20px;
  font-size: 18px;
}
@media (max-width: 900px) {
  .helping__subtitle {
    font-size: 14px;
  }
}
@media (max-width: 700px) {
  .helping__subtitle {
    text-align: center;
  }
}
.helping__video {
  display: flex;
  align-items: center;
  max-width: max-content;
  gap: 15px;
  margin-top: 40px;
  font-size: 18px;
}
.helping__video img {
  width: 60px;
}
@media (max-width: 700px) {
  .helping__video {
    margin-top: 220px;
    font-size: 14px;
  }
  .helping__video img {
    width: 40px;
  }
}
.helping__right {
  display: flex;
  margin-top: auto;
  padding-top: 30px;
  display: none;
}
@media (max-width: 900px) {
  .helping__right {
    justify-content: end;
  }
}
.helping__right img {
  width: 100%;
}
@media (max-width: 900px) {
  .helping__right img {
    width: 110%;
  }
}
.helping__wp {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  margin-top: 20px;
}
@media (max-width: 800px) {
  .helping__wp {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 10px;
  }
}
.helping__plask {
  background: #d2f0fb;
  border-radius: 20px;
  padding: 30px;
}
@media (max-width: 998px) {
  .helping__plask {
    padding: 25px;
  }
}
.helping__plask h3 {
  font-size: 28px;
  font-weight: 700;
}
@media (max-width: 1400px) {
  .helping__plask h3 {
    font-size: 24px;
  }
}
@media (max-width: 998px) {
  .helping__plask h3 {
    font-size: 20px;
  }
}
.helping__plask p {
  margin-top: 20px;
  line-height: 1.4;
  font-size: 18px;
  max-width: 300px;
}
@media (max-width: 998px) {
  .helping__plask p {
    font-size: 14px;
    margin-top: 10px;
  }
}
.helping__it {
  background: #d2f0fb;
  border-radius: 20px;
  padding: 15px 10px;
  display: grid;
  grid-template-columns: 124px 1fr;
  gap: 15px;
  align-items: center;
}
@media (max-width: 1300px) {
  .helping__it {
    grid-template-columns: 100px 1fr;
  }
}
.helping__icon img {
  max-width: 100%;
}
.helping__content span {
  font-weight: 700;
  font-size: 55px;
  line-height: 1;
}
@media (max-width: 1300px) {
  .helping__content span {
    font-size: 48px;
  }
}
.helping__content p {
  opacity: 0.9;
  font-weight: 500;
  font-size: 18px;
  margin-top: 19px;
  line-height: 1.3;
}
@media (max-width: 1300px) {
  .helping__content p {
    font-size: 16px;
  }
}

.autor__container {
  margin-top: 20px;
  padding-top: 0;
}
@media (max-width: 998px) {
  .autor__container {
    padding-bottom: 40px;
  }
}
.autor__block {
  margin-top: 20px;
  display: grid;
  grid-template-columns: 440px 1fr;
  gap: 20px;
  align-items: flex-start;
}
@media (max-width: 998px) {
  .autor__block {
    grid-template-columns: 1fr;
    gap: 60px;
  }
}
.autor__left {
  padding: 20px;
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.08);
}
.autor__user {
  display: grid;
  grid-template-columns: 130px 1fr;
  align-items: center;
  font-weight: 700;
  font-size: 26px;
  gap: 20px;
}
@media (max-width: 600px) {
  .autor__user {
    font-size: 18px;
  }
}
.autor__user img {
  width: 100%;
  border-radius: 10px;
  aspect-ratio: 1/1;
  object-fit: cover;
}
.autor__info {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  font-size: 18px;
}
.autor__info span {
  opacity: 0.5;
  font-weight: 500;
}
.autor__info p {
  font-weight: 700;
  margin-top: 7px;
}
.autor__btn {
  margin-top: 30px;
  max-width: 100%;
}
.autor__title {
  display: flex;
  justify-content: space-between;
  font-size: 26px;
}
.autor__title span {
  opacity: 0.5;
}
@media (min-width: 998px) {
  .autor__title .articles__open-filter {
    display: none;
  }
}
.autor__filt {
  margin-top: 20px;
}
.autor__filt .articles__radio-wp {
  justify-content: start;
  flex-wrap: wrap;
  width: 100%;
  max-width: 100%;
  min-width: 100%;
}
@media (max-width: 998px) {
  .autor__filt {
    display: none;
  }
}
.autor__wp {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 998px) {
  .autor__wp {
    margin-top: 20px;
  }
}
@media (min-width: 998px) {
  .autor__wp .articles__item {
    display: grid !important;
    grid-template-columns: 1.13fr 2fr;
  }
  .autor__wp .articles__img img {
    height: 100%;
    object-fit: cover;
  }
  .autor__wp .articles__body {
    padding: 20px;
    gap: 10px;
  }
  .autor__wp .articles__head {
    margin-top: 0;
  }
}
@media (min-width: 998px) {
  .autor__pug {
    display: none;
  }
}
.autor__more {
  margin: 0px auto;
  margin-top: 40px;
}
@media (max-width: 998px) {
  .autor__more {
    display: none;
  }
}

.article-page {
  background: #fff;
}
.article-page__container {
  padding-top: 20px;
  margin-top: 0;
  width: 100%;
}
.article-page__wp {
  display: grid;
  grid-template-columns: 1fr 440px;
  gap: 20px;
  align-items: flex-start;
  width: 100%;
  margin-top: 49px;
}
@media (max-width: 998px) {
  .article-page__wp {
    display: flex;
    gap: 30px;
    flex-direction: column-reverse;
  }
}
@media (min-width: 998px) {
  .article-page__mob {
    display: none;
  }
}
.article-page__left {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (max-width: 998px) {
  .article-page__left {
    gap: 30px;
  }
}
.article-page__top {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}
.article-page__name {
  font-weight: 600;
  display: flex;
  gap: 10px;
}
.article-page__name img {
  aspect-ratio: 1/1;
  border-radius: 50%;
  object-fit: cover;
  width: 20px;
}
.article-page__stats {
  display: flex;
  gap: 20px;
  font-weight: 600;
  font-size: 14px;
  max-width: max-content;
}
.article-page__stats span {
  opacity: 0.5;
}
.article-page__stats img {
  margin-right: 5px;
}
.article-page__radio {
  margin-bottom: -15px;
}
@media (max-width: 998px) {
  .article-page__radio {
    display: none;
  }
}
.article-page__radio .articles__radio-wp {
  min-width: 100%;
  justify-content: start;
  flex-wrap: wrap;
  margin-bottom: 0;
}
.article-page__radio .articles__radio-wp label {
  background: #edeef0;
  color: #272c34;
}
.article-page__title {
  text-align: left;
}
.article-page__img img {
  width: 100%;
  border-radius: 18px;
  aspect-ratio: 900/380;
  object-fit: cover;
}
@media (max-width: 550px) {
  .article-page__img img {
    aspect-ratio: 373/300;
  }
}
.article-page__content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  font-size: 18px;
}
@media (max-width: 998px) {
  .article-page__content {
    font-size: 14px;
    gap: 15px;
  }
}
.article-page__content h2 {
  font-weight: 700;
  font-size: clamp(18px, 1.8vw, 26px);
}
.article-page__right {
  flex-direction: column;
  width: 100%;
  position: sticky;
  top: 80px;
  padding: 30px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.08);
  border-radius: 18px;
  background: #fff;
}
.article-page__right h3 {
  font-weight: 700;
  font-size: clamp(18px, 1.8vw, 26px);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.article-page__right h3._active::after {
  transform: rotate(180deg);
}
@media (max-width: 998px) {
  .article-page__right h3::after {
    position: relative;
    top: 0;
    left: 0;
    content: "";
    background-image: url(../img/ttt.svg);
    width: 25px;
    height: 25px;
    background-size: contain;
    background-repeat: no-repeat;
    transition: 0.3s;
  }
}
.article-page__right div {
  gap: 15px;
  display: flex;
  margin-top: 0px;
  flex-direction: column;
}
.article-page__right div._active {
  margin-top: 20px;
}
@media (min-width: 998px) {
  .article-page__right div {
    margin-top: 20px;
    height: auto !important;
  }
}
.article-page__right a {
  font-weight: 500;
  opacity: 0.9;
  color: inherit;
}
.article-page__right a._active {
  color: #148f2b;
}
@media (max-width: 998px) {
  .article-page__right {
    padding: 20px;
    gap: 10px;
  }
}

html {
  scroll-behavior: smooth;
  /* плавный скролл */
}

.quest-block {
  background: #fff;
}
.quest-block__container {
  padding-bottom: 20px;
  padding-top: 60px;
  margin-top: 0;
}
.quest-block__wp {
  background: linear-gradient(214deg, #39a7e0 0%, #53aa63 100%);
  padding: 50px;
  color: #fff;
  display: grid;
  grid-template-columns: 1fr 400px;
  gap: 20px;
  overflow: hidden;
  position: relative;
  border-radius: 20px;
  z-index: 1;
}
.quest-block__wp::before {
  position: absolute;
  top: 50%;
  transform: translate(0px, -50%);
  left: 5%;
  z-index: -1;
  content: "";
  aspect-ratio: 1/1;
  width: 55%;
  background-image: url(../img/hh.png);
  background-size: contain;
  background-position: center;
}
@media (max-width: 998px) {
  .quest-block__wp::before {
    width: 110%;
    left: 10%;
    bottom: 0;
    top: auto;
    transform: translate(0px, 50%);
  }
}
@media (max-width: 500px) {
  .quest-block__wp::before {
    width: 130%;
    left: 6%;
  }
}
@media (max-width: 1400px) {
  .quest-block__wp {
    grid-template-columns: 1fr 350px;
  }
}
@media (max-width: 998px) {
  .quest-block__wp {
    grid-template-columns: 1fr;
    padding: 25px;
    padding-bottom: 45vw;
  }
}
@media (max-width: 550px) {
  .quest-block__wp {
    padding-bottom: 55vw;
  }
}
.quest-block__title {
  text-align: left;
}
.quest-block__subtitle {
  margin-top: 25px;
  font-weight: 500;
  font-size: 18px;
  opacity: 0.9;
}
.quest-block__img {
  margin-bottom: -55px;
  display: flex;
  justify-content: center;
}
.quest-block__img img {
  max-width: 80%;
}
@media (max-width: 998px) {
  .quest-block__img {
    position: absolute;
    bottom: 0;
    margin-bottom: -10px;
    width: 100%;
    left: 0;
  }
  .quest-block__img img {
    width: 80%;
    max-width: 80%;
  }
}
@media (max-width: 550px) {
  .quest-block__img img {
    width: 110%;
    max-width: 110%;
  }
}
.quest-block__form {
  display: flex;
  gap: 20px;
  flex-direction: column;
}
.quest-block__form button {
  padding: 15px 25px;
  color: #2e945e;
  font-weight: 600;
}
@media (max-width: 998px) {
  .quest-block__form button {
    width: 100%;
    max-width: 100%;
  }
}
.quest-block__inp {
  display: flex;
  flex-direction: column;
}
.quest-block__inp label {
  opacity: 0.7;
  font-weight: 700;
}
.quest-block__inp input {
  font-weight: 700;
  font-size: 14px;
  padding: 15px 14px;
  width: 100%;
  border-radius: 8px;
  margin-top: 10px;
}
.quest-block__check input {
  display: none;
}
.quest-block__check input:checked + label::before {
  background-image: url(../img/cece.svg);
  background-size: 70%;
  background-position: center center;
  background-repeat: no-repeat;
}
.quest-block__check label {
  display: block;
  padding-left: 20px;
  grid-template-columns: 15px 1fr;
  gap: 5px;
  font-weight: 600;
  font-size: 10px;
  line-height: 1.4;
  position: relative;
  cursor: pointer;
}
.quest-block__check label a {
  color: inherit;
  text-decoration: underline;
}
.quest-block__check label::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 15px;
  aspect-ratio: 1/1;
  border-radius: 1px;
  background: #fff;
}

.autor-page {
  background: #edeef0;
  border-radius: 18px;
  padding: 20px;
  display: grid;
  grid-template-columns: 90px 1fr max-content;
  gap: 15px;
}
@media (max-width: 600px) {
  .autor-page {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 600px) {
  .autor-page__img {
    display: grid;
    grid-template-columns: 60px 1fr;
    font-size: 18px;
    gap: 15px;
  }
}
.autor-page__img > img {
  width: 100%;
}
.autor-page__name {
  display: flex;
  gap: 5px;
  font-weight: 700;
  align-items: center;
}
.autor-page__text {
  opacity: 0.9;
  font-weight: 500;
  font-size: 12px;
  margin-top: 10px;
  line-height: 1.4;
}
.autor-page__right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  font-size: 12px;
  font-weight: 500;
}
@media (max-width: 600px) {
  .autor-page__right {
    align-items: flex-start;
    margin-top: 15px;
  }
}
.autor-page__right a {
  font-weight: 700;
  text-decoration: underline;
  opacity: 0.9;
  color: #2e945e;
  margin-top: 5px;
}

.features__block {
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media (max-width: 998px) {
  .features__block {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 800px) {
  .features__block {
    gap: 10px;
    margin-top: 30px;
    grid-template-columns: 1fr;
  }
}
.features__item {
  padding: 30px;
  display: flex;
  flex-direction: column;
  gap: 25px;
  border-radius: 20px;
  background: #fff;
  font-weight: 700;
  font-size: clamp(20px, 1.8vw, 26px);
}
@media (max-width: 800px) {
  .features__item {
    padding: 25px;
  }
}
.features__item:last-child {
  background: linear-gradient(214deg, #39a7e0 0%, #53aa63 100%);
}
@media (max-width: 800px) {
  .features__item:last-child {
    background: transparent;
    padding: 0;
    border-radius: 0;
  }
  .features__item:last-child img {
    display: none;
  }
}
.features__item div {
  display: flex;
  gap: 15px;
}
.features__item div::before {
  position: relative;
  top: 0;
  left: 0;
  content: "";
  background-image: url(../img/chechk.svg);
  width: clamp(30px, 2.5vw, 40px);
  flex: 0 0 clamp(30px, 2.5vw, 40px);
  aspect-ratio: 1/1;
  background-size: contain;
  background-repeat: no-repeat;
}
.features__item a {
  width: 100%;
  margin-top: auto;
  max-width: 100%;
}
@media (max-width: 800px) {
  .features__item a {
    background: #2e945e !important;
    color: #fff !important;
  }
}
.features__item img {
  width: 100%;
}

.requirements__block {
  background-color: #fff;
  background-image: url(../img/ee.png);
  background-size: cover;
  background-position: center;
  border-radius: 20px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  padding: 50px;
  padding-bottom: 0;
  overflow: hidden;
  gap: 50px;
}
@media (max-width: 998px) {
  .requirements__block {
    position: relative;
    grid-template-columns: 1fr;
    padding-bottom: 170px;
    gap: 30px;
  }
}
@media (max-width: 600px) {
  .requirements__block {
    padding: 25px;
    padding-bottom: 170px;
    background-image: url(../img/rf.png);
  }
}
.requirements__title {
  text-align: left;
}
.requirements__img {
  max-width: 440px;
  transform: translate(-10%, 10%);
  position: relative;
}
@media (max-width: 998px) {
  .requirements__img {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-48%, 20%);
    width: 115%;
  }
}
.requirements__img img {
  width: 100%;
  display: block;
}
.requirements__right {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.requirements__right img {
  width: 50px;
}
.requirements__right img._v2 {
  width: 40px;
}
@media (max-width: 600px) {
  .requirements__right img._v2 {
    width: 34px;
  }
}
@media (max-width: 600px) {
  .requirements__right img {
    width: 40px;
  }
}
.requirements__right div {
  min-height: 67px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
  background: #fff;
  display: flex;
  align-items: center;
  gap: 15px;
  font-weight: 700;
  font-size: clamp(20px, 1.8vw, 26px);
  border-radius: 15px;
  padding: 10px;
}
@media (max-width: 600px) {
  .requirements__right div {
    gap: 10px;
    padding: 8px;
    min-height: 55px;
  }
}
.common__subtitle {
  margin-top: 25px;
  text-align: center;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.4;
}
@media (max-width: 998px) {
  .common__subtitle {
    font-size: 14px;
    margin-top: 20px;
  }
}
.common__block {
  margin-top: 50px;
}
@media (max-width: 998px) {
  .common__block {
    margin-top: 30px;
  }
}
@media (max-width: 998px) {
  .common__block:not(._v2) {
    margin-top: 20px;
  }
}
.common__block:not(._v2) .common__slide {
  margin-top: 10px !important;
}
@media (max-width: 998px) {
  .common__block:not(._v2) .common__slide {
    padding-right: 70px;
  }
  .common__block:not(._v2) .common__slide::before {
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
    background-size: contain;
    content: "";
    background-repeat: no-repeat;
    background-image: url(../img/tr.svg);
  }
}
@media (max-width: 998px) and (max-width: 998px) {
  .common__block:not(._v2) .common__slide::before {
    top: 50%;
    transform: translate(0px, -50%);
    bottom: auto;
    right: 30px;
  }
}
.common__slide {
  position: relative;
  overflow: hidden;
  font-size: clamp(18px, 2vw, 30px);
  padding: 35px;
  border-radius: 20px;
  background: #fff;
  font-weight: 700;
  height: auto;
  background-size: cover;
  background-position: center;
  background-image: url(../img/h.png);
}
.common__slide:hover {
  color: #fff;
}
.common__slide:hover .common__hover {
  opacity: 1;
}
.common__slide .common__hover {
  width: 100%;
  height: 100%;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(214deg, #39a7e0 0%, #53aa63 100%);
  opacity: 0;
  transition: 0.3s;
}
.common__block._v2 .common__slide {
  position: relative;
  overflow: hidden;
  background-image: none;
}
@media (max-width: 998px) {
  .common__block._v2 .common__slide {
    padding-right: 70px;
  }
}
.common__block._v2 .common__slide::before {
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  background-size: contain;
  content: "";
  background-repeat: no-repeat;
  background-image: url(../img/tr.svg);
}
@media (max-width: 998px) {
  .common__block._v2 .common__slide::before {
    top: 50%;
    transform: translate(0px, -50%);
    bottom: auto;
    right: 30px;
  }
}
.common__block._v2 .common__slide:nth-child(even)::after {
  background-image: url(../img/h2.png);
}
.common__block._v2 .common__slide::after {
  z-index: -2;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-size: cover;
  transform: scale(-1, 1);
  background-position: center;
  background-image: url(../img/h.png);
}
.common__slide:nth-child(even) {
  background-image: url(../img/h2.png);
}
.common__slide p {
  font-size: 18px;
  font-weight: 500;
  opacity: 0.9;
  max-width: 80%;
  margin-top: 20px;
}
@media (max-width: 998px) {
  .common__slide p {
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .common__slide:nth-child(2) {
    margin-top: 10px;
  }
  .common__slide:nth-child(3) {
    margin-top: 0px !important;
  }
}
@media (max-width: 600px) {
  .common__slide {
    padding: 20px;
    height: auto !important;
  }
}
.popup__sertificat {
  padding: 0;
}
.popup__sertificat::before {
  backdrop-filter: blur(10px);
  background: rgba(0, 0, 0, 0.5);
}
.popup__sertificat .popup__close {
  background-image: url(../img/clos.svg);
  width: 30px;
  height: 30px;
  background-size: contain;
  top: 20px;
  right: 20px;
  position: absolute;
}
.popup__sertificat .popup__body {
  width: 100%;
  max-width: 100%;
  height: 100%;
  padding: 0;
  position: relative;
  background: transparent;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.popup__sertificat .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.popup__sertificat .swiper-slide img {
  width: 90%;
  height: 100%;
  max-width: 800px;
  object-fit: contain;
  object-position: center;
}
.popup__sertificat .popup__content {
  padding: 0;
}
.popup__sertificat .popup__slider-sert {
  height: 90vh;
  width: 95vw;
}
.popup__sertificat .popup__arr {
  position: absolute;
  top: 50%;
  transform: translate(0px, -50%);
  z-index: 2;
  cursor: pointer;
  border-radius: 50%;
}
.popup__sertificat .popup__arr:hover {
  box-shadow: 3px 4px 20px 0 rgba(0, 0, 0, 0.25);
}
@media (max-width: 998px) {
  .popup__sertificat .popup__arr {
    box-shadow: 3px 4px 20px 0 rgba(0, 0, 0, 0.25);
  }
}
.popup__sertificat .popup__arr.swiper-button-disabled {
  opacity: 0;
}
.popup__sertificat .popup__arr_l {
  left: 0;
}
.popup__sertificat .popup__arr_r {
  right: 0;
}
.popup__sertificat .popup__arr_r img {
  transform: rotate(180deg);
}

.about-articles {
  overflow: hidden;
}
.about-articles__top {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: center;
}
@media (max-width: 998px) {
  .about-articles__top {
    justify-content: center;
  }
}
.about-articles__title {
  text-align: left;
  margin: 0;
}
@media (max-width: 998px) {
  .about-articles__title {
    text-align: center;
  }
}
.about-articles__arrows {
  display: flex;
  gap: 10px;
}
@media (max-width: 998px) {
  .about-articles__arrows {
    display: none;
  }
}
.about-articles__arr {
  position: relative;
  width: 40px;
  cursor: pointer;
}
.about-articles__arr_l img {
  transform: rotate(180deg);
}
.about-articles__arr:hover img:nth-child(2) {
  opacity: 1;
}
.about-articles__arr img {
  width: 100%;
  transition: 0.3s;
}
.about-articles__arr img:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.about-articles__block {
  margin-top: 50px;
}
@media (max-width: 700px) {
  .about-articles__block {
    overflow: visible;
    margin-top: 30px;
  }
}
.about-articles__block .articles__head {
  margin-top: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* количество строк */
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.independent__block {
  background-image: url(../img/inb.png);
  background-size: cover;
  background-position: center;
  color: #fff;
  position: relative;
  padding: 135px 50px;
  border-radius: 20px;
  padding-bottom: 150px;
}
@media (max-width: 998px) {
  .independent__block {
    padding: 90px 50px;
  }
}
@media (max-width: 700px) {
  .independent__block {
    background-image: url(../img/inb2.png);
    min-height: 500px;
    background-position: top center;
    display: flex;
    flex-direction: column;
    padding: 40px 20px;
    padding-top: 100px;
    align-items: center;
    justify-content: end;
  }
}
.independent__title {
  text-align: left;
  max-width: 500px;
  margin: 0;
}
@media (max-width: 998px) {
  .independent__title {
    max-width: 400px;
  }
}
@media (max-width: 700px) {
  .independent__title {
    text-align: center;
  }
}
.independent__subtitle {
  margin-top: 20px;
  font-size: 18px;
  max-width: 500px;
}
@media (max-width: 998px) {
  .independent__subtitle {
    max-width: 400px;
  }
}
@media (max-width: 700px) {
  .independent__subtitle {
    text-align: center;
    font-size: 14px;
  }
}
.independent__img {
  position: absolute;
  right: 0;
  bottom: 0;
}
.independent__img_1 {
  transform: translate(-50%, 50%);
}
@media (max-width: 700px) {
  .independent__img_1 {
    position: relative;
    transform: translate(-35%, 20%);
    width: 150px;
    margin-right: auto;
  }
  .independent__img_1 img {
    width: 100%;
  }
}
.independent__img_2 {
  transform: translate(0%, 25%);
}
@media (max-width: 700px) {
  .independent__img_2 {
    display: none;
  }
}

.steps-receiving__block {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 50px;
}
@media (max-width: 1200px) {
  .steps-receiving__block {
    grid-template-columns: repeat(2, 1fr);
  }
  .steps-receiving__block br {
    display: none;
  }
}
@media (max-width: 700px) {
  .steps-receiving__block {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }
}
.steps-receiving__item {
  padding: 20px;
  background: #ffff;
  display: grid;
  grid-template-columns: 55px 1fr;
  gap: 15px;
  border-radius: 18px;
  align-items: flex-start;
}
.steps-receiving__cif {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #56d96e2e;
  font-size: 30px;
  color: #4ca87b;
  font-family: Roboto;
  font-weight: 700;
}
.steps-receiving__content h3 {
  font-size: 26px;
  font-weight: 700;
}
@media (max-width: 500px) {
  .steps-receiving__content h3 {
    font-size: 18px;
  }
}
.steps-receiving__content p {
  font-size: 18px;
  font-weight: 500;
  margin-top: 15px;
  opacity: 0.9;
}
@media (max-width: 500px) {
  .steps-receiving__content p {
    font-size: 12px;
    margin-top: 10px;
  }
}

.helping-if {
  overflow: hidden;
  width: 100vw;
}
.helping-if__wp {
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100vw;
  left: 50%;
  transform: translate(-50%);
  position: relative;
}
@media (max-width: 998px) {
  .helping-if__wp {
    margin-top: 30px;
  }
}
.helping-if__block {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  margin-top: 100px;
}
@media (max-width: 998px) {
  .helping-if__block {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 60px;
  }
}
.helping-if__item {
  border-radius: 18px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #fff;
  text-align: center;
  padding: 30px;
  padding-top: 0;
}
@media (max-width: 998px) {
  .helping-if__item {
    display: grid;
    grid-template-columns: 80px 1fr;
    gap: 20px;
    padding: 20px;
  }
}
.helping-if__item img {
  margin-top: -30px;
  width: 100px;
}
@media (max-width: 998px) {
  .helping-if__item img {
    width: 100%;
    margin-top: 0;
  }
}
.helping-if__item h3 {
  margin-top: 20px;
  font-size: 30px;
  font-weight: 700;
}
@media (max-width: 998px) {
  .helping-if__item h3 {
    margin-top: 0;
  }
  .helping-if__item h3 br {
    display: none;
  }
}
@media (max-width: 600px) {
  .helping-if__item h3 {
    font-size: 18px;
  }
}
.helping-if__item p {
  margin-top: 20px;
  font-size: 18px;
  line-height: 1.3;
}
@media (max-width: 600px) {
  .helping-if__item p {
    font-size: 14px;
    margin-top: 10px;
  }
}
.helping-if__content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 998px) {
  .helping-if__content {
    text-align: left;
    align-items: flex-start;
  }
}
.helping-if .items-wrap {
  position: relative;
  display: flex;
  user-select: none;
  gap: 10px;
}
@media (min-width: 998px) {
  .helping-if .items-wrap._pc-hidden {
    display: none;
  }
}
.helping-if .items {
  flex-shrink: 0;
  display: flex;
  gap: 10px;
  counter-reset: item;
  justify-content: space-around;
  min-width: 100%;
}
.helping-if .item {
  padding: 17px 25px;
  flex: 1 1 auto;
  counter-increment: item;
  border-radius: 600px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 26px;
  font-weight: 700;
  transition: all 0.1s ease-in-out;
}
@media (max-width: 998px) {
  .helping-if .item {
    font-size: 18px;
    padding: 12px 15px;
  }
}
.helping-if .marquee {
  animation: scroll 50s linear infinite;
}
.helping-if .reverce {
  animation-direction: reverse;
}
.helping-if .items-wrap:hover .marquee {
  animation-play-state: paused;
}
@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100% - 20px));
  }
}