.popup__pol-text, .ready__card-text {
  font-family: Rubik;
  font-weight: 300;
}

.popup__pol-btn, .popup__form-option, .popup__form-select, .popup__form-input, .popup__form-label, .popup__good-text, .popup__item-list li, .popup__item-text, .popup__text, .footer__copy-text, .equipments__text, .equipments__more-text, .stages__item-text, .ready__textbox-item, .ready__textbox-text, .about__item-text, .find__text, .header__lang-item, .header__list li a, .header__mob-btn, .btn {
  font-family: Rubik;
  font-weight: 400;
}

.popup__good-title, .popup__item-list li span, .popup__item-title, .popup__title, .footer__item-text, .slider__item-title, .equipments__title, .stages__image::after, .stages__item-title, .ready__card-price, .ready__card-old, .ready__textbox-item span, .ready__textbox-title, .ready__image-text, .about__item-title, .find__item, .top__text, .top__subtitle, .top__title, .header__mob-table-link, .title-box__title, .title-box__subtitle {
  font-family: Rubik;
  font-weight: 500;
}

.slider__item-promo, .ready__image-text span {
  font-family: Rubik;
  font-weight: 600;
}

.find__image-text {
  font-family: Rubik;
  font-weight: 700;
}

@font-face {
  font-family: Rubik;
  font-display: swap;
  src: url("../fonts/Rubik-Light.woff2") format("woff2"), url("../fonts/Rubik-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: Rubik;
  font-display: swap;
  src: url("../fonts/Rubik-Medium.woff2") format("woff2"), url("../fonts/Rubik-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: Rubik;
  font-display: swap;
  src: url("../fonts/Rubik-Bold.woff2") format("woff2"), url("../fonts/Rubik-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: Rubik;
  font-display: swap;
  src: url("../fonts/Rubik-Regular.woff2") format("woff2"), url("../fonts/Rubik-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Rubik;
  font-display: swap;
  src: url("../fonts/Rubik-SemiBold.woff2") format("woff2"), url("../fonts/Rubik-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
html {
  box-sizing: border-box;
}

*,
*::after,
*::before {
  box-sizing: inherit;
}

ul,
ol {
  padding: 0;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

ul[class] {
  list-style: none;
}

img {
  max-width: 100%;
  display: block;
}

input,
button,
textarea,
select {
  font: inherit;
}

a {
  text-decoration: none;
}

.container {
  max-width: 1212px;
  margin: 0 auto;
  padding: 0 16px;
}

.container-popup {
  max-width: 660px;
  margin: 0 auto;
}

.body-hidden {
  overflow: hidden;
}

.btn {
  font-size: 18px;
  line-height: 21px;
  letter-spacing: -0.02em;
  color: #fff;
  display: inline-block;
  padding: 17px 30px;
  background: #009a44;
  box-shadow: 0px 8px 16px rgba(0, 154, 68, 0.3);
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.2s;
  user-select: none;
}
.btn:hover {
  background: #0b7037;
  box-shadow: 0px 8px 16px rgba(0, 154, 68, 0.3);
}
.btn:active {
  background: #0b7037;
  box-shadow: none;
}

.title-box__subtitle {
  font-size: 18px;
  line-height: 160%;
  color: #009a44;
  padding-left: 40px;
  margin-bottom: 8px;
  position: relative;
}
.title-box__subtitle::before {
  content: "";
  position: absolute;
  width: 26px;
  height: 2px;
  background-color: #009a44;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.title-box__title {
  font-size: 46px;
  line-height: 120%;
  color: #313647;
}

.swiper-wrapper {
  box-sizing: border-box;
}

.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0;
  background: #009a44;
  opacity: 0.3;
  transition: all 0.2s;
  width: 6px;
  height: 6px;
}
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet-active {
  opacity: 1;
}
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet + .swiper-pagination-bullet {
  margin-left: 10px;
}

.header {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  box-shadow: 0px 15px 30px -10px rgba(119, 122, 144, 0.15);
  z-index: 50;
}
.header__burger {
  width: 18px;
  height: 16px;
  position: relative;
}
.header__burger::before {
  content: "";
  position: absolute;
  width: 18px;
  height: 2px;
  border-radius: 1px;
  background-color: #313647;
  top: 0;
  left: 0;
}
.header__burger::after {
  content: "";
  position: absolute;
  width: 18px;
  height: 2px;
  border-radius: 1px;
  background-color: #313647;
  bottom: 0;
  left: 0;
}
.header__burger-inner {
  padding: 10px;
  margin-right: 6px;
  display: none;
}
.header__burger span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 18px;
  height: 2px;
  border-radius: 1px;
  background-color: #313647;
}
.header__burger-close::before {
  top: 7px;
  transform: rotate(45deg);
}
.header__burger-close::after {
  bottom: 7px;
  transform: rotate(-45deg);
}
.header__burger-close span {
  display: none;
}
.header__mob-table {
  padding: 20px;
  max-width: 328px;
  width: 100%;
  margin: 60px auto 16px;
  display: none;
  flex-direction: column;
  align-items: center;
  background: linear-gradient(180deg, #f5f6fa 0%, #ffffff 100%);
  border-radius: 0px 16px;
}
.header__mob-table-item + .header__mob-table-item {
  margin-top: 20px;
}
.header__mob-table-image {
  margin: 0 auto;
  width: 54px;
  height: 54px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0px 20px 40px -15px rgba(119, 122, 144, 0.5);
}
.header__mob-table-link {
  display: inline-block;
  margin-top: 16px;
  font-size: 16px;
  line-height: 150%;
  color: #313647;
}
.header__mob-btn {
  margin-top: 26px;
  display: inline-block;
  padding: 13px 20px;
  width: 100%;
  font-size: 15px;
  line-height: 160%;
  text-align: center;
  color: #fff;
  background: #009a44;
  box-shadow: 0px 8px 16px rgba(0, 154, 68, 0.3);
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.2s;
  user-select: none;
}
.header__mob-btn:hover {
  background: #0b7037;
  box-shadow: 0px 8px 16px rgba(0, 154, 68, 0.3);
}
.header__mob-btn:active {
  background: #0b7037;
  box-shadow: none;
}
.header__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__nav {
  margin-right: auto;
  z-index: 50;
}
.header__nav-mob-top {
  display: none;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0px 15px 30px -10px rgba(119, 122, 144, 0.15);
}
.header__logo {
  margin-right: 40px;
}
.header__list {
  display: flex;
  align-items: center;
}
.header__list li + li {
  margin-left: 40px;
}
.header__list li a {
  display: inline-block;
  font-size: 18px;
  line-height: 160%;
  color: #313647;
  padding: 28px 0;
  border-bottom: 2px solid transparent;
  transition: all 0.3s;
}
.header__list li a:hover {
  border-bottom: 2px solid #009a44;
  color: #009a44;
}
.header__list li a.header__link--active {
  border-bottom: 2px solid #009a44;
  color: #0b7037;
}
.header__box {
  display: flex;
  align-items: center;
}
.header__lang {
  display: flex;
  align-items: inherit;
}
.header__lang-item {
  font-size: 18px;
  line-height: 160%;
  color: #777a90;
  padding: 28px 0;
  border-bottom: 2px solid transparent;
  transition: all 0.3s;
}
.header__lang-item:hover {
  color: #313647;
  border-bottom: 2px solid #009a44;
}
.header__lang-item--active {
  color: #313647;
  border-bottom: 2px solid #009a44;
}
.header__lang span {
  display: inline-block;
  background-color: #d1d5da;
  height: 23px;
  width: 2px;
  margin: 0 10px;
}
.header__btn-price {
  margin-left: 40px;
}

.top {
  padding: 196px 0 105px;
  position: relative;
}
.top::before {
  content: "";
  position: absolute;
  background-image: url("./../img/top/bg.svg");
  background-repeat: no-repeat;
  background-size: contain;
  height: 705px;
  width: 1050px;
  top: 86px;
  right: 0;
  z-index: -1;
}
.top__wrapper {
  display: flex;
  flex-direction: column;
  align-items: start;
}
.top__title {
  display: inline-block;
  max-width: 410px;
  width: 100%;
  font-size: 60px;
  line-height: 120%;
  color: #313647;
}
.top__subtitle {
  display: inline-block;
  max-width: 430px;
  width: 100%;
  font-size: 30px;
  line-height: 120%;
  color: #009a44;
  padding: 10px 20px;
  margin: 20px 0 50px;
  background: #ebfae8;
  border-radius: 6px;
}
.top__box {
  margin-bottom: 50px;
  display: flex;
  max-width: 630px;
  width: 100%;
}
.top__item {
  display: flex;
  flex-direction: column;
  align-items: start;
}
.top__item + .top__item {
  margin-left: 16px;
}
.top__text {
  font-size: 18px;
  line-height: 160%;
  color: #313647;
}

.find {
  padding: 135px 0 60px;
}
.find__wrapper {
  position: relative;
}
.find__image {
  position: absolute;
  top: 0;
  right: 0;
}
.find__image-text {
  position: absolute;
  bottom: -40px;
  left: -33px;
  border: 5px solid #fff;
  box-shadow: 0px 20px 40px -10px rgba(119, 122, 144, 0.3);
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px;
  width: 100px;
  border-radius: 50%;
  background-color: #ff9436;
  font-size: 20px;
  line-height: 170%;
  color: #fff;
  transform: rotate(-15deg);
  z-index: 2;
}
.find__box {
  margin: 60px 0 20px;
  position: relative;
  min-height: 470px;
}
.find__item {
  position: absolute;
  padding: 12px 30px 12px 15px;
  background: linear-gradient(90deg, #ffffff 0.89%, #f5f6fa 100%);
  box-shadow: 0px 15px 20px rgba(119, 122, 144, 0.08);
  border-radius: 56px;
  display: inline-flex;
  align-items: center;
  font-size: 20px;
  line-height: 150%;
  color: #313647;
}
.find__item-image {
  margin-right: 10px;
  display: grid;
  grid-template-columns: 20px;
  grid-template-rows: 20px;
}
.find__item:nth-child(1) {
  top: 0;
  left: 0;
}
.find__item:nth-child(1)::before {
  content: "";
  position: absolute;
  background-image: url("./../img/find/1.svg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 120px;
  height: 125px;
  bottom: -120px;
  left: 30px;
}
.find__item:nth-child(1)::after {
  content: "";
  position: absolute;
  width: 60px;
  height: 60px;
  background-color: transparent;
  box-shadow: 0px 20px 40px -15px rgba(119, 122, 144, 0.5);
  border-radius: 50%;
  bottom: -73px;
  left: 62px;
}
.find__item:nth-child(2) {
  top: 140px;
  left: 435px;
}
.find__item:nth-child(2)::before {
  content: "";
  position: absolute;
  background-image: url("./../img/find/2.svg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 120px;
  height: 125px;
  bottom: -120px;
  left: 30px;
}
.find__item:nth-child(2)::after {
  content: "";
  position: absolute;
  width: 60px;
  height: 60px;
  background-color: transparent;
  box-shadow: 0px 20px 40px -15px rgba(119, 122, 144, 0.5);
  border-radius: 50%;
  bottom: -73px;
  left: 62px;
}
.find__item:nth-child(3) {
  top: 192px;
  left: 0;
}
.find__item:nth-child(3)::before {
  content: "";
  position: absolute;
  background-image: url("./../img/find/3.svg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 120px;
  height: 125px;
  bottom: -120px;
  left: 30px;
}
.find__item:nth-child(3)::after {
  content: "";
  position: absolute;
  width: 60px;
  height: 60px;
  background-color: transparent;
  box-shadow: 0px 20px 40px -15px rgba(119, 122, 144, 0.5);
  border-radius: 50%;
  bottom: -73px;
  left: 62px;
}
.find__item:nth-child(4) {
  top: 360px;
  left: 138px;
}
.find__item:nth-child(4)::before {
  content: "";
  position: absolute;
  background-image: url("./../img/find/4.svg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 120px;
  height: 125px;
  bottom: -120px;
  left: 30px;
}
.find__item:nth-child(4)::after {
  content: "";
  position: absolute;
  width: 60px;
  height: 60px;
  background-color: transparent;
  box-shadow: 0px 20px 40px -15px rgba(119, 122, 144, 0.5);
  border-radius: 50%;
  bottom: -73px;
  left: 62px;
}
.find__text-wrapper {
  padding: 60px 40px 60px 0;
  position: relative;
}
.find__text-wrapper::before {
  content: "";
  position: absolute;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(-90deg, #f5f6fa 0%, #ffffff 100%);
  border-radius: 0 30px 30px 0;
  z-index: -1;
}
.find__text {
  font-size: 18px;
  line-height: 160%;
  color: #313647;
  border-left: 2px solid #009a44;
  padding-left: 40px;
}

.about {
  padding: 60px 0 0;
}
.about__inner {
  margin-top: 80px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
}
.about__item {
  display: grid;
  grid-template-columns: 66px minmax(auto, auto);
  grid-gap: 20px;
  position: relative;
}
.about__item::before {
  content: "";
  position: absolute;
  width: 172px;
  height: 172px;
  background: linear-gradient(135deg, #f5f6fa 0%, #ffffff 100%);
  border-radius: 50%;
  top: -40px;
  left: 35px;
  z-index: -1;
}
.about__item-image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 66px;
  height: 66px;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0px 20px 40px -15px rgba(119, 122, 144, 0.5);
}
.about__item-title {
  font-size: 20px;
  line-height: 150%;
  color: #313647;
  margin-bottom: 10px;
}
.about__item-text {
  font-size: 16px;
  line-height: 170%;
  color: #777a90;
}

.ready {
  padding: 120px 0;
  background: linear-gradient(180deg, #ffffff 0%, #f5f6fa 100%);
}
.ready__inner {
  margin-top: 80px;
  display: grid;
  grid-template-columns: minmax(auto, 480px) minmax(auto, 670px);
  grid-gap: 30px;
}
.ready__inner + .ready__inner {
  margin-top: 100px;
}
.ready__image {
  position: relative;
  z-index: 2;
  height: 280px;
}
.ready__image::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #ffffff;
  border-radius: 0px 30px;
  z-index: -1;
}
.ready__image-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  bottom: 0;
  left: 22px;
  bottom: -30px;
  border: 5px solid #fff;
  box-shadow: 0px 20px 40px -10px rgba(119, 122, 144, 0.3);
  display: flex;
  justify-content: center;
  align-items: center;
  height: 118px;
  width: 118px;
  border-radius: 50%;
  background-color: #ff9436;
  font-size: 13px;
  line-height: 140%;
  text-transform: uppercase;
  color: #fff;
  transform: rotate(-15deg);
  z-index: 2;
}
.ready__image-text span {
  font-size: 22px;
  line-height: 140%;
}
.ready__img {
  margin: -40px auto 20px;
}
.ready__box {
  display: grid;
  grid-template-columns: minmax(auto, 510px) minmax(auto, 216px);
  grid-gap: 30px;
}
.ready__textbox-title {
  font-size: 30px;
  line-height: 120%;
  color: #313647;
}
.ready__textbox-text {
  padding: 20px 0;
  font-size: 18px;
  line-height: 160%;
  color: #313647;
}
.ready__textbox-text a {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 2px;
  cursor: pointer;
}
.ready__textbox-list {
  margin-left: 20px;
}
.ready__textbox-item {
  font-size: 16px;
  line-height: 170%;
  color: #313647;
  padding-left: 21px;
  position: relative;
}
.ready__textbox-item::before {
  content: "";
  position: absolute;
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background-color: #009a44;
  left: 0;
  top: 11px;
}
.ready__card-box {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 25px 10px;
  border-radius: 0 28px 0 0;
}
.ready__card-box + .ready__card-box {
  margin-top: 4px;
}
.ready__card-box--rad {
  border-radius: 0 0 0 28px;
  padding: 30px 10px;
}
.ready__card-old {
  font-size: 18px;
  line-height: 160%;
  color: #777a90;
  max-width: 136px;
  width: 100%;
  text-decoration: line-through;
}
.ready__card-price {
  font-size: 27px;
  line-height: 120%;
  color: #313647;
  margin-bottom: 10px;
  max-width: 136px;
  width: 100%;
}
.ready__card-text {
  max-width: 136px;
  width: 100%;
  font-size: 14px;
  line-height: 130%;
  color: #777a90;
}

.stages {
  padding: 120px 0;
}
.stages__decor-inner {
  grid-column: span 4;
  margin: 0 auto;
}
.stages__decor-mob {
  display: none;
  grid-column: span 2;
  margin: 0 auto;
}
.stages__decor-mob-inner {
  display: none;
}
.stages__decor-mob-inner-2 {
  display: none;
}
.stages__items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 40px;
}
.stages__items-mob {
  grid-column: span 2;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.stages__item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 46px;
  position: relative;
}
.stages__item-wrapper {
  counter-increment: section;
}
.stages__item-title {
  text-align: center;
  margin: 10px 5px;
  font-size: 20px;
  line-height: 150%;
  text-align: center;
  color: #313647;
}
.stages__item-text {
  font-size: 16px;
  line-height: 170%;
  text-align: center;
  color: #777a90;
  margin: 0 5px;
}
.stages__image {
  position: relative;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.stages__image::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  box-shadow: 0px 20px 40px -15px rgba(119, 122, 144, 0.5);
  border-radius: 50%;
}
.stages__image::after {
  content: counter(section);
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  font-size: 18px;
  line-height: 160%;
  text-align: center;
  color: #fff;
  top: 0;
  right: 0;
  border-radius: 50%;
  background: #009a44;
  box-shadow: 0px 10px 20px -5px rgba(0, 154, 68, 0.5);
  z-index: 2;
}
.stages__btn-inner {
  display: flex;
  justify-content: center;
  margin-top: 44px;
}

.equipments {
  padding: 135px 0 0;
  background: linear-gradient(0, #ffffff 0%, #f5f6fa 27.08%, #f5f6fa 100%);
}
.equipments__more {
  display: none;
  margin-bottom: 30px;
  justify-content: center;
  margin-top: 11px;
}
.equipments__more-hidden {
  display: none !important;
}
.equipments__more-wrapper {
  padding: 5px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.equipments__more-text {
  font-size: 15px;
  line-height: 160%;
  color: #009a44;
  margin-right: 8px;
}
.equipments__image {
  position: relative;
  z-index: 2;
  margin-right: 20px;
  max-width: 100%;
  width: 100%;
}
.equipments__image::before {
  content: "";
  position: absolute;
  width: 95%;
  height: 95%;
  top: 6px;
  left: 6px;
  border-radius: 50%;
  background: linear-gradient(135deg, #f5f6fa 0%, #ffffff 100%);
  z-index: -1;
}
.equipments__items {
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(5, 1fr);
  grid-gap: 20px;
}
.equipments__item {
  display: grid;
  grid-template-columns: minmax(auto, 260px) minmax(auto, 280px);
  align-items: center;
  padding: 10px;
  background: #fff;
  border-radius: 0px 30px;
  grid-gap: 20px;
}
.equipments__item:nth-child(1) {
  grid-column: span 2;
}
.equipments__item:nth-child(2) {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  grid-row: span 2;
  border-radius: 30px 0px;
  padding: 20px;
}
.equipments__item:nth-child(2) .equipments__image {
  order: 2;
}
.equipments__item:nth-child(3) {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  grid-row: span 2;
  border-radius: 30px 0px;
  padding: 20px;
}
.equipments__item:nth-child(3) .equipments__image {
  order: 2;
}
.equipments__item:nth-child(4) {
  grid-column: span 2;
}
.equipments__item:nth-child(5) {
  grid-column: span 4;
  grid-template-columns: minmax(auto, 260px) minmax(auto, 100%);
}
.equipments__item:nth-child(6) {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  grid-row: span 2;
  border-radius: 30px 0px;
  padding: 20px;
}
.equipments__item:nth-child(6) .equipments__image {
  order: 2;
}
.equipments__item:nth-child(7) {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  grid-row: span 2;
  border-radius: 30px 0px;
  padding: 20px;
}
.equipments__item:nth-child(7) .equipments__image {
  order: 2;
}
.equipments__item:nth-child(8) {
  grid-column: span 2;
}
.equipments__item:nth-child(9) {
  grid-column: span 2;
}
.equipments__title {
  font-size: 20px;
  line-height: 150%;
  color: #313647;
  margin-bottom: 10px;
}
.equipments__text {
  font-size: 16px;
  line-height: 170%;
  color: #777a90;
}
.equipments__btn-inner {
  margin-top: 30px;
}

.slider {
  padding: 135px 0 120px;
}
.slider__decor {
  position: relative;
  z-index: 2;
  height: 605px;
}
.slider__decor::before {
  content: "";
  position: absolute;
  background: linear-gradient(90deg, #f5f6fa 0%, #ffffff 100%);
  border-radius: 30px 0px 0px 30px;
  top: 40px;
  right: 0;
  bottom: 0;
  width: 966px;
  height: 100%;
  z-index: -1;
}
.slider__inner {
  padding-top: 80px;
}
.slider__image {
  padding: 20px;
  background: #fff;
  border-radius: 30px 0px;
}
.slider__item {
  position: relative;
  padding-bottom: 40px;
  transition: all 0.3s;
}
.slider__item-title {
  margin-top: 20px;
  font-size: 20px;
  line-height: 150%;
  color: #313647;
}
.slider__item-promo {
  position: absolute;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  right: 20px;
  bottom: 60px;
  background-color: #f5f6fa;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  line-height: 140%;
  text-align: center;
  text-transform: uppercase;
  color: #ff9436;
  transform: rotate(-15deg);
  border: 5px solid #fff;
  box-shadow: 0px 20px 40px -10px rgba(119, 122, 144, 0.3);
}
.slider__doc {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.slider__btns {
  display: flex;
  align-items: center;
}
.slider__btn {
  user-select: none;
  background: #009a44;
  box-shadow: 0px 20px 40px -15px #009a44;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  transition: all 0.2s;
  cursor: pointer;
}
.slider__btn:hover {
  background: #0b7037;
  box-shadow: 0px 20px 40px -15px #009a44;
}
.slider__btn:active {
  background: #0b7037;
  box-shadow: none;
}
.slider__btn + .slider__btn {
  margin-left: 20px;
}

.footer {
  padding: 40px 0 60px;
}
.footer__items {
  display: flex;
  justify-content: space-between;
  grid-gap: 16px 15px;
  padding-bottom: 30px;
  border-bottom: 2px solid #f5f6fa;
}
.footer__item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer__item-text {
  margin-top: 20px;
  text-align: center;
  font-size: 20px;
  line-height: 150%;
  color: #313647;
  max-width: 300px;
  width: 100%;
}
.footer__image {
  height: 66px;
  width: 66px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  box-shadow: 0px 20px 40px -15px rgba(119, 122, 144, 0.5);
}
.footer__copy {
  margin-top: 30px;
}
.footer__copy-text {
  font-size: 16px;
  line-height: 170%;
  text-align: center;
  color: #777a90;
}
.footer__copy-text + .footer__copy-text {
  margin-top: 10px;
}

.popup {
  display: none;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  z-index: 70;
  margin: auto auto;
}
.popup-good {
  max-width: 460px;
}
.popup__wrapper {
  max-height: 876px;
  padding: 60px 40px;
  background-color: #fff;
  border-radius: 0 28px;
  position: relative;
}
.popup__wrapper::-webkit-scrollbar {
  display: none;
}
.popup__wrapper-gsm {
  max-height: 100%;
}
.popup__close {
  position: absolute;
  top: 28px;
  right: 28px;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.popup__close::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 2px;
  background-color: #d1d5da;
  border-radius: 1px;
  transform: rotate(45deg);
  transition: all 0.2s;
}
.popup__close::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 2px;
  background-color: #d1d5da;
  border-radius: 1px;
  transform: rotate(-45deg);
  transition: all 0.2s;
}
.popup__close:hover::before {
  background-color: #009a44;
}
.popup__close:hover::after {
  background-color: #009a44;
}
.popup__close:active::before {
  background-color: #0b7037;
}
.popup__close:active::after {
  background-color: #0b7037;
}
.popup__titlebox {
  display: flex;
  align-items: center;
}
.popup__image {
  display: grid;
  grid-template-columns: 66px;
  grid-template-rows: 66px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0px 20px 40px -15px rgba(119, 122, 144, 0.5);
  margin-right: 20px;
}
.popup__img {
  margin: auto auto;
}
.popup__titlebox {
  margin-bottom: 40px;
}
.popup__title {
  font-size: 30px;
  line-height: 120%;
  color: #313647;
  margin-bottom: 10px;
}
.popup__text {
  font-size: 16px;
  line-height: 170%;
  color: #313647;
}
.popup__item-title {
  font-size: 20px;
  line-height: 150%;
  color: #313647;
  margin: 20px 0 40px;
}
.popup__item-text {
  font-size: 16px;
  line-height: 170%;
}
.popup__item-list {
  margin: 20px 0 0 20px;
}
.popup__item-list li {
  font-size: 16px;
  line-height: 170%;
  color: #313647;
  padding-left: 21px;
  position: relative;
}
.popup__item-list li::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #009a44;
  top: 10px;
  left: 0;
}
.popup__good-title {
  font-size: 30px;
  line-height: 120%;
  text-align: center;
  color: #313647;
  margin-bottom: 15px;
  position: relative;
  z-index: 2;
}
.popup__good-text {
  font-size: 16px;
  line-height: 170%;
  text-align: center;
  color: #313647;
  position: relative;
  z-index: 2;
}
.popup__good-image {
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 2;
  margin-bottom: 40px;
}
.popup__good-image::before {
  content: "";
  position: absolute;
  width: 66px;
  height: 66px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0px 20px 40px -15px rgba(119, 122, 144, 0.5);
  left: 50%;
  transform: translateX(-50%);
  bottom: -20px;
  z-index: -1;
}
.popup__good-image::after {
  content: "";
  position: absolute;
  width: 177px;
  height: 177px;
  background: linear-gradient(180deg, #f5f6fa 0%, #ffffff 100%);
  border-radius: 50%;
  top: -11px;
  z-index: -2;
}
.popup__form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
}
.popup__form-item {
  position: relative;
}
.popup__form-item-long {
  grid-column: span 2;
}
.popup__form-label {
  font-size: 16px;
  line-height: 170%;
  color: #777a90;
  position: absolute;
  left: 20px;
  top: 17px;
  transition: all 0.3s;
  display: flex;
}
.popup__form-label img {
  margin-top: -12px;
}
.popup__form-input {
  font-size: 16px;
  line-height: 170%;
  color: #313647;
  padding: 14px 20px;
  background: #f5f6fa;
  border-radius: 6px;
  width: 100%;
  border: none;
  border: 2px solid transparent;
  transition: all 0.2s;
}
.popup__form-input::placeholder {
  color: transparent;
}
.popup__form-input:focus {
  border: 2px solid #f5f6fa;
  outline: transparent;
  background-color: #fff;
}
.popup__form-input:focus + .popup__form-label {
  background-color: #fff;
  padding: 0 5px;
}
.popup__form-select {
  padding: 14px 16px 14px 20px;
  width: 100%;
  color: #777a90;
  font-size: 16px;
  line-height: 170%;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  padding-right: 40px;
}
.popup__form-select-img {
  transition: all 0.2s;
}
.popup__form-select:focus + .popup__form-select-img {
  transform: rotate(180deg);
  top: 26px;
}
.popup__form-select-box {
  position: relative;
}
.popup__form-select-box img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 17px;
}
.popup__form-option {
  font-size: 16px;
  line-height: 170%;
  color: #313647;
  background-color: #fff;
  padding: 4px 0;
  border: none;
}
.popup__form-option:checked {
  color: #009a44;
  background-color: #f5f6fa;
}
.popup__pol {
  display: flex;
  align-items: center;
  justify-content: space-between;
  grid-column: span 2;
}
.popup__pol-text {
  font-size: 14px;
  line-height: 130%;
  color: #777a90;
  margin-right: 20px;
  transition: all 0.2s;
}
.popup__pol-text a {
  color: #009a44;
  transition: all 0.2s;
}
.popup__pol-text a:hover {
  text-decoration: underline;
}
.popup__pol-text a:active {
  color: #0b7037;
}
.popup__pol-btn {
  padding: 17px 30px;
  background: #009a44;
  box-shadow: 0px 8px 16px rgba(0, 154, 68, 0.3);
  border-radius: 6px;
  border: none;
  font-size: 18px;
  line-height: 21px;
  letter-spacing: -0.02em;
  color: #fff;
  cursor: pointer;
  transition: all 0.2s;
  user-select: none;
}
.popup__pol-btn:hover {
  background: #0b7037;
  box-shadow: 0px 8px 16px rgba(0, 154, 68, 0.3);
}
.popup__pol-btn:active {
  background: #0b7037;
  box-shadow: none;
}

.simplebar-wrapper {
  width: 660px;
}

.simplebar-scrollbar::before {
  background-color: #d1d5da;
  width: 3px;
}

.simplebar-track {
  margin-right: 3px;
  margin-top: 170px;
  margin-bottom: 15px;
}

.fancybox__content {
  padding: 0;
}

.fancybox__content > .carousel__button.is-close {
  top: 20px;
  right: 27px;
  color: #d1d5da;
  transition: all 0.2s;
}
.fancybox__content > .carousel__button.is-close:hover {
  color: #009a44;
}
.fancybox__content > .carousel__button.is-close:active {
  color: #0b7037;
}

.fancybox__container {
  --carousel-button-svg-filter: none;
}

.fancybox__content :focus:not(.carousel__button.is-close) {
  outline: none;
  box-shadow: none;
}

.carousel__button {
  background-color: #fff;
}

.carousel__button svg {
  width: 16px;
  height: 16px;
}

.fancybox__content {
  padding-left: 8px;
  padding-right: 8px;
}

.fancybox__backdrop {
  background: rgba(119, 122, 144, 0.75);
}

.fancybox__slide {
  padding: 8px;
}

input:focus + label,
input:not(:placeholder-shown) + label {
  top: -8px;
  left: 25px;
  font-size: 12px;
  line-height: 170%;
}
input:focus + label img,
input:not(:placeholder-shown) + label img {
  display: none;
}

::-webkit-input-placeholder {
  opacity: 0;
}

input:focus::-webkit-input-placeholder {
  opacity: 1;
}

@media (max-width: 1600px) {
  .top {
    padding: 157px 0 120px;
  }
  .top::before {
    background-image: url("./../img/top/bg-2.svg");
    width: 502px;
    height: 520px;
  }
  .top__box {
    max-width: 500px;
  }
}
@media (max-width: 1124px) {
  .header__logo img {
    width: 120px;
  }
  .header__list li + li {
    margin-left: 20px;
  }
  .header__list li a {
    padding: 24px 0;
    font-size: 16px;
    line-height: 170%;
  }
  .header__logo {
    margin-right: 25px;
  }
  .header__lang-item {
    padding: 24px 0;
    font-size: 16px;
    line-height: 170%;
  }
  .header__btn-price {
    margin-left: 30px;
  }

  .top {
    padding-bottom: 60px;
  }
  .top::before {
    top: 75px;
  }

  .find__text-wrapper {
    margin-left: 40px;
  }
  .find__box {
    margin: 64px 0 185px;
  }
  .find__item:nth-child(2) {
    top: 165px;
    left: 0;
  }
  .find__item:nth-child(3) {
    top: 340px;
    left: 0;
  }
  .find__item:nth-child(4) {
    top: 515px;
    left: 0;
  }

  .about__inner {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 125px 20px;
  }

  .ready__inner {
    grid-template-columns: minmax(460px, 460px) minmax(auto, 670px);
  }
  .ready__box {
    grid-template-columns: 1fr;
  }
  .ready__card {
    display: grid;
    grid-template-columns: minmax(auto, 297px) minmax(auto, 179px);
    grid-gap: 4px;
  }
  .ready__card-box {
    border-radius: 0 0 0 28px;
    display: flex;
    justify-content: center;
    align-items: start;
    padding: 16px 30px;
  }
  .ready__card-box--rad {
    border-radius: 0 28px 0 0;
    align-items: center;
  }
  .ready__card-box + .ready__card-box {
    margin-top: 0;
  }
  .ready__card-price {
    margin-left: 10px;
    margin-bottom: 0;
    white-space: nowrap;
  }
  .ready__card-text {
    max-width: 100%;
  }
  .ready__card-prices {
    display: flex;
    align-items: center;
  }
  .ready__card-old {
    max-width: 100%;
  }
  .ready__card-btn {
    padding: 17px 30px;
    font-size: 18px;
    line-height: 21px;
  }

  .slider__decor::before {
    width: 780px;
  }
}
@media (max-width: 969px) {
  .stages__items {
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 24px;
  }
  .stages__item {
    padding-bottom: 0;
  }
  .stages__decor-inner {
    display: none;
  }
  .stages__decor-mob {
    display: block;
  }
  .stages__decor-mob-inner {
    display: flex;
    grid-column: span 2;
  }
  .stages__decor-mob-inner-2 {
    display: none;
  }
}
@media (max-width: 960px) {
  .btn {
    padding: 9px 16px;
    font-size: 14px;
    line-height: 17px;
  }

  .header {
    padding: 9px 0;
  }
  .header__burger-inner {
    display: inline-block;
  }
  .header__logo {
    margin-right: auto;
  }
  .header__logo img {
    width: 94px;
  }
  .header__nav {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    transform: translateX(-100vw);
    visibility: hidden;
    transition: all 0.3s;
  }
  .header__nav--active {
    transform: translateX(0);
    visibility: visible;
  }
  .header__nav-mob-top {
    display: flex;
    padding: 0 16px;
  }
  .header__list {
    flex-direction: column;
    margin-top: 60px;
  }
  .header__list li + li {
    margin-left: 0;
    margin-top: 10px;
  }
  .header__list li a {
    padding: 10px;
    border: none;
    font-weight: 500;
  }
  .header__list li a:hover {
    border: none;
    color: #0b7037;
  }
  .header__list li a.header__link--active {
    border: none;
    color: #313647;
  }
  .header__link {
    font-size: 16px;
    line-height: 150%;
  }
  .header__lang {
    display: none;
  }
  .header__lang-mob {
    display: flex;
    align-items: center;
  }
  .header__lang-item {
    padding: 15px 0;
  }
  .header__mob-table {
    display: flex;
  }
  .header__mob-wrapper {
    height: calc(100vh - 59px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .find__box {
    margin: 64px 0 10px;
    display: flex;
    flex-direction: column;
    align-items: start;
    position: static;
  }
  .find__item {
    position: relative;
    margin-bottom: 75px;
    top: auto !important;
    left: auto !important;
    font-size: 16px;
    line-height: 150%;
  }
  .find__item + .find__item {
    margin-top: 16px;
  }
  .find__image-text {
    bottom: 16px;
    left: 16px;
    width: 80px;
    height: 80px;
    font-size: 16px;
    line-height: 150%;
  }

  .footer__items {
    flex-direction: column;
  }

  .stages__btn {
    padding: 13px 20px;
    font-size: 15px;
    line-height: 160%;
  }

  .top::before {
    top: 55px;
  }

  .ready__inner {
    grid-template-columns: 1fr;
    grid-gap: 46px;
  }
  .ready__card-box {
    padding: 16px;
  }
  .ready__card-btn {
    padding: 13px 20px;
    font-size: 15px;
    line-height: 160%;
  }
  .ready__card-old {
    font-size: 14px;
    line-height: 160%;
  }
  .ready__card-price {
    font-size: 20px;
    line-height: 120%;
  }
  .ready__image-text {
    width: 90px;
    height: 90px;
    font-size: 11px;
    line-height: 140%;
  }
  .ready__image-text span {
    font-size: 16px;
    line-height: 150%;
  }
  .ready__box {
    grid-gap: 16px;
  }
  .ready__textbox-title {
    font-size: 20px;
    line-height: 120%;
  }
  .ready__textbox-text {
    padding: 16px 0;
    font-size: 15px;
    line-height: 160%;
  }
  .ready__textbox-item {
    font-size: 15px;
    line-height: 160%;
  }
}
@media (max-width: 768px) {
  .top {
    padding: 84px 0 387px;
  }
  .top::before {
    background-image: url("./../img/top/bg-3.svg");
    width: 344px;
    height: 733px;
  }
  .top__title {
    font-size: 36px;
    line-height: 120%;
  }
  .top__subtitle {
    font-size: 20px;
    line-height: 120%;
    margin: 16px 0 30px;
  }
  .top__text {
    font-size: 14px;
    line-height: 160%;
    margin-top: 14px;
  }
  .top__box {
    margin-bottom: 30px;
  }
  .top__btn {
    padding: 13px 20px;
    font-size: 15px;
    line-height: 160%;
  }

  .about__inner {
    grid-gap: 16px 28px;
  }
  .about__item {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .about__item::before {
    left: 50%;
    transform: translateX(-50%);
    top: 30px;
    width: 127px;
    height: 127px;
  }
  .about__item-title {
    font-size: 16px;
    line-height: 150%;
    margin-bottom: 4px;
  }
  .about__item-text {
    font-size: 13px;
    line-height: 170%;
  }

  .stages__item-title {
    font-size: 16px;
    line-height: 150%;
    margin: 10px 10px 8px;
  }
  .stages__item-text {
    font-size: 13px;
    line-height: 170%;
  }

  .equipments__more {
    display: flex;
  }
  .equipments__items {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
  .equipments__item:nth-child(1) {
    grid-column: span 1;
    grid-row: span 1;
  }
  .equipments__item:nth-child(2) {
    grid-column: span 1;
    grid-row: span 1;
    display: grid;
    justify-content: start;
    border-radius: 0px 30px;
  }
  .equipments__item:nth-child(2) .equipments__image {
    order: 0;
  }
  .equipments__item:nth-child(3) {
    grid-column: span 1;
    grid-row: span 1;
    display: grid;
    justify-content: start;
    border-radius: 0px 30px;
  }
  .equipments__item:nth-child(3) .equipments__image {
    order: 0;
  }
  .equipments__item:nth-child(4) {
    grid-column: span 1;
    grid-row: span 1;
  }
  .equipments__item:nth-child(5) {
    grid-column: span 1;
    grid-row: span 1;
  }
  .equipments__item:nth-child(6) {
    grid-column: span 1;
    grid-row: span 1;
    display: grid;
    justify-content: start;
    border-radius: 0px 30px;
  }
  .equipments__item:nth-child(6) .equipments__image {
    order: 0;
  }
  .equipments__item:nth-child(7) {
    grid-column: span 1;
    grid-row: span 1;
    display: grid;
    justify-content: start;
    border-radius: 0px 30px;
  }
  .equipments__item:nth-child(7) .equipments__image {
    order: 0;
  }
  .equipments__item:nth-child(8) {
    grid-column: span 1;
    grid-row: span 1;
  }
  .equipments__item:nth-child(9) {
    grid-column: span 1;
    grid-row: span 1;
  }
  .equipments__item-hidden {
    display: none !important;
  }

  .find__image {
    top: 730px;
  }
  .find__box {
    margin-bottom: 600px;
  }
}
@media (max-width: 690px) {
  .simplebar-wrapper {
    width: 328px;
  }

  .simplebar-track {
    margin-top: 60px;
    margin-right: 1px;
  }
}
@media (max-width: 530px) {
  .slider__btns {
    display: none;
  }
  .slider__pagination {
    display: flex;
    justify-content: center;
  }
  .slider__decor {
    height: 408px;
  }
  .slider__decor::before {
    top: 50px;
    width: 288px;
    height: 100%;
  }
  .slider__item-title {
    margin-left: 16px;
  }

  .container__slider {
    padding: 0;
  }

  .footer {
    padding-top: 120px;
  }
  .footer__items {
    flex-direction: column;
  }
  .footer__item-text {
    font-size: 16px;
    line-height: 150%;
  }
  .footer__copy-text {
    font-size: 13px;
    line-height: 170%;
  }

  .stages__decor-mob-inner {
    display: none;
  }
  .stages__decor-mob-inner-2 {
    display: flex;
  }
}
@media (max-width: 485px) {
  .find {
    padding-bottom: 30px;
  }
  .find__box {
    margin-bottom: 570px;
  }

  .about {
    padding-top: 30px;
  }
  .about__inner {
    margin-top: 30px;
  }

  .popup__form {
    grid-template-columns: 1fr;
    display: flex;
    flex-direction: column;
  }
  .popup__form-item-long {
    grid-column: span 1;
  }
  .popup__pol {
    flex-direction: column;
    grid-gap: 16px;
  }
  .popup__pol-btn {
    width: 100%;
  }
  .popup__close {
    top: 8px;
    right: 8px;
  }
  .popup__wrapper {
    padding: 32px 16px 16px;
  }
  .popup__title {
    font-size: 20px;
    line-height: 120%;
    margin-bottom: 8px;
  }
  .popup__titlebox {
    margin-bottom: 30px;
  }
  .popup__text {
    font-size: 16px;
    line-height: 150%;
  }
  .popup__item-list li {
    font-size: 14px;
    line-height: 160%;
  }
  .popup__item-title {
    font-size: 16px;
    line-height: 150%;
    margin: 30px 0 16px;
  }
  .popup__item-text {
    font-size: 13px;
    line-height: 170%;
  }
  .popup__good-title {
    font-size: 20px;
    line-height: 120%;
    margin-bottom: 8px;
  }
  .popup__good-text {
    font-size: 13px;
    line-height: 170%;
  }

  .fancybox__content > .carousel__button.is-close {
    top: 8px;
    right: 17px;
  }

  .simplebar-track {
    margin-top: 50px;
    margin-bottom: 10px;
  }
}
@media (max-width: 425px) {
  .title-box__title {
    font-size: 28px;
    line-height: 120%;
  }

  .top__btn-inner {
    margin: 0 auto;
  }

  .find {
    padding-top: 0;
  }
  .find__text {
    padding-left: 16px;
    font-size: 15px;
    line-height: 160%;
  }
  .find__text-wrapper {
    padding: 16px 16px 16px 0;
    margin-left: 0;
  }
  .find__item::before {
    transform: scale(0.85);
  }
  .find__item:nth-child(1):before {
    bottom: -110px;
    left: 25px;
  }
  .find__item:nth-child(1)::after {
    display: none;
  }
  .find__item:nth-child(2):before {
    bottom: -110px;
    left: 25px;
  }
  .find__item:nth-child(2)::after {
    display: none;
  }
  .find__item:nth-child(3):before {
    bottom: -110px;
    left: 25px;
  }
  .find__item:nth-child(3)::after {
    display: none;
  }
  .find__item:nth-child(1):before {
    bottom: -110px;
    left: 25px;
  }
  .find__item:nth-child(1)::after {
    display: none;
  }
  .find__box {
    margin-top: 32px;
    margin-bottom: 630px;
  }

  .ready {
    padding: 60px 0;
  }
  .ready__inner + .ready__inner {
    margin-top: 50px;
  }

  .stages {
    padding: 60px 0;
  }

  .equipments {
    padding: 60px 0;
  }
  .equipments__items {
    margin-top: 30px;
    grid-gap: 8px;
  }
  .equipments__item {
    grid-template-columns: minmax(120px, 120px) minmax(auto, 100%);
    grid-gap: 8px;
  }
  .equipments__title {
    font-size: 16px;
    line-height: 150%;
    margin-bottom: 8px;
  }
  .equipments-text {
    font-size: 13px;
    line-height: 170%;
  }

  .slider {
    padding: 60px 0 120px;
  }

  .footer {
    padding-top: 60px;
    padding-bottom: 30px;
  }
}
@media (max-width: 380px) {
  .find__box {
    margin-bottom: 575px;
  }

  .footer {
    padding-top: 0;
  }
}
@media (max-width: 360px) {
  .find__box {
    margin-bottom: 510px;
  }

  .title-box__subtitle {
    font-size: 14px;
    line-height: 160%;
  }
}
@media (max-width: 359px) {
  .top {
    padding-bottom: 205px;
  }
  .top__box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 16px;
  }
  .top__item + .top__item {
    margin-left: 0;
  }
}
@media (max-width: 359px) and (max-width: 690px) {
  .simplebar-wrapper {
    width: 288px;
  }
}
@media (max-width: 340px) {
  .find__image {
    top: 707px;
  }

  .equipments__item {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .equipments__item:nth-child(2) {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .equipments__item:nth-child(3) {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .equipments__item:nth-child(6) {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .equipments__item:nth-child(7) {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 330px) {
  .find__image {
    top: 770px;
  }
}
@media (max-height: 840px) {
  .popup__wrapper {
    max-height: 688px;
  }
}
@media (max-height: 710px) {
  .header__mob-table {
    margin-top: 20px;
  }

  .popup__wrapper {
    max-height: 570px;
  }
}
@media (max-height: 630px) {
  .header__list {
    margin-top: 0;
  }
  .header__list li + li {
    margin-top: 5px;
  }
  .header__list li a {
    padding: 5px;
  }
  .header__mob-table {
    margin-top: 0;
    padding: 15px;
  }
  .header__mob-table-item + .header__mob-table-item {
    margin-top: 10px;
  }

  .popup__wrapper {
    max-height: 470px;
    overflow: auto;
  }
}