@charset "UTF-8";

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

* {
  padding: 0;
  margin: 0;
  border: 0;
  -webkit-tap-highlight-color: transparent;
}

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

:focus,
:active {
  outline: none;
}

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

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

html,
body {
  height: 100%;
  width: 100%;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

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

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

button {
  cursor: pointer;
  background: transparent;
}

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

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

a:hover {
  text-decoration: none;
}

img {
  vertical-align: top;
}

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

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

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

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

.h2_title {
  font-weight: 500;
  font-size: 44px;
  line-height: 58px;
}

.btn {
  font-weight: 600;
  color: #ffffff;
  padding: 20px 32px;
  border-radius: 14px;
  font-size: 16px;
  line-height: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: background 0.25s, -webkit-box-shadow 0.25s;
  transition: background 0.25s, -webkit-box-shadow 0.25s;
  transition: background 0.25s, box-shadow 0.25s;
  transition: background 0.25s, box-shadow 0.25s, -webkit-box-shadow 0.25s;
  cursor: pointer;
}

.btn.this--black {
  background: #252525;
}

.btn.this--green {
  background: #3aca95;
  -webkit-box-shadow: 0 4px 48px 0 rgba(58, 202, 149, 0.4);
  box-shadow: 0 4px 48px 0 rgba(58, 202, 149, 0.4);
}

.btn.this--wh {
  color: #2f2f2f;
  background: #ffffff;
  -webkit-box-shadow: 0 4px 48px 0 rgba(58, 202, 149, 0.4);
  box-shadow: 0 4px 48px 0 rgba(58, 202, 149, 0.4);
}

.btn.this--icon {
  gap: 10px;
}

.btn.this--icon span {
  width: 24px;
  height: 24px;
  background: url("../img/icons/white_pencil.svg") center/100% 100% no-repeat;
}

.btn.this--icon.this--wh span {
  background: url("../img/icons/black_pencil.svg") center/100% 100% no-repeat;
}

.btn.this--icon.this--wh.this--green_icon span {
  background: url("../img/icons/green_pencil.svg") center/100% 100% no-repeat;
}

.btn.this--disabled {
  pointer-events: none;
  background: #252525;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: rgba(255, 255, 255, 0.55);
}

.default_slider_pagination.swiper-pagination-bullets {
  position: absolute;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  bottom: 0 !important;
  height: 4px;
}

.default_slider_pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  height: 100%;
  width: 8px;
  border-radius: 4px;
  opacity: 1;
  background: rgba(58, 202, 149, 0.4);
  -webkit-transition: width 0.25s, color 0.25s;
  transition: width 0.25s, color 0.25s;
}

.default_slider_pagination.swiper-pagination-bullets
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 24px;
  background: #3aca95;
}

.default_slider_next,
.default_slider_prev {
  position: absolute;
  top: calc(50% - 28px);
  height: 56px;
  width: 56px;
  border-radius: 16px;
  background: url("../img/icons/news_arrow_next.svg") center/16px 16px no-repeat, #3aca95;
  z-index: 3;
  cursor: pointer;
}

.default_slider_next.swiper-button-disabled,
.default_slider_prev.swiper-button-disabled {
  opacity: 0.6;
  pointer-events: none;
}

.default_slider_prev {
  left: -28px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.default_slider_next {
  right: -28px;
}

body.fancybox-active {
  overflow: hidden;
}

.fancybox-button--zoom,
.fancybox-button--play,
.fancybox-button--thumbs {
  display: none !important;
}

.fancybox-infobar {
  display: none;
}

.fancybox-inner {
  right: 0 !important;
}

.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
  opacity: 1;
  visibility: visible;
}

.fancybox-button.fancybox-button--close {
  top: 40px;
  right: 40px;
  width: 56px;
  height: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  border-radius: 14px;
  background: #252525;
}

.fancybox-button.fancybox-button--close svg {
  width: 20px;
  height: 20px;
}

.fancybox-button.fancybox-button--close svg path {
  fill: #ffffff;
}

.fancybox-button.fancybox-button--arrow_right,
.fancybox-button.fancybox-button--arrow_left {
  padding: 0;
  background: #252525;
  width: 56px;
  height: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 14px;
  top: calc(50% - 28px);
}

.fancybox-button.fancybox-button--arrow_right:disabled,
.fancybox-button.fancybox-button--arrow_left:disabled {
  display: none;
}

.gallery_detail_page .fancybox-button.fancybox-button--arrow_right:disabled,
.gallery_detail_page
.fancybox-button.fancybox-button--arrow_left:disabled {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.gallery_detail_page .fancybox-button.fancybox-button--arrow_right:disabled:after,
.gallery_detail_page
.fancybox-button.fancybox-button--arrow_left:disabled:after {
  opacity: 0.4;
}

.fancybox-button.fancybox-button--arrow_right div,
.fancybox-button.fancybox-button--arrow_left div {
  display: none;
}

.fancybox-button.fancybox-button--arrow_right::after,
.fancybox-button.fancybox-button--arrow_left::after {
  content: '';
  width: 16px;
  height: 16px;
  background: url("../img/icons/news_arrow_next.svg") center/100% 100% no-repeat;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}

.fancybox-button.fancybox-button--arrow_right {
  right: 40px;
}

.fancybox-button.fancybox-button--arrow_left {
  left: 40px;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.gallery_detail_page .fancybox-slide {
  padding: 64px 140px 136px;
}

.gallery_detail_page .fancybox-slide .fancybox-content {
  border-radius: 36px;
  overflow: hidden;
}

.fancybox-thumbs {
  top: auto;
  bottom: 16px;
  width: calc(100% - 60px);
  left: 30px;
  background: none;
}

.fancybox-thumbs::-webkit-scrollbar {
  height: 0;
}

.fancybox-thumbs__list {
  margin: 0 -4px;
}

.fancybox-thumbs__list a {
  width: 120px;
  height: 90px;
  border-radius: 16px;
  margin: 0 4px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.fancybox-thumbs__list a::before {
  border-radius: 16px;
  border: 4px solid transparent;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  border: 4px solid #3aca95;
}

body {
  font-family: Manrope, sans-serif;
  font-weight: 500;
  background: #111111;
}

body.this--overflow {
  overflow: hidden;
}

.wrapper {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}

.container {
  max-width: 1230px;
  padding: 0 30px;
  margin: 0 auto;
}

.section {
  padding: 100px 0;
}

.section.this--top {
  padding: 100px 0 0 0;
}

.section.this--bottom {
  padding: 0 0 100px 0;
}

main {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.header {
  position: absolute;
  top: 40px;
  left: 0;
  width: 100%;
  z-index: 40;
}

.header__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  position: relative;
}

.header__logo {
  width: 83px;
  position: relative;
  z-index: 2;
}

.header__logo img {
  width: 100%;
}

.header__nav_mob_top {
  display: none;
}

.header__nav_logo {
  width: 272px;
}

.header__nav_logo img {
  width: 100%;
}

.header__nav_close {
  width: 46px;
  height: 46px;
  background: #292929;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
}

.header__nav_close::before,
.header__nav_close::after {
  content: '';
  position: absolute;
  left: calc(50% - 11px);
  width: 22px;
  height: 1px;
  background: #ffffff;
}

.header__nav_close::before {
  top: calc(50% - 3px);
}

.header__nav_close::after {
  top: calc(50% + 3px);
}

.header__nav_mob_bottom {
  display: none;
}

.header__nav_mob_social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  background: #252525;
  border-radius: 14px;
  padding: 8px 8px 8px 16px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 8px;
}

.header__nav_mob_social_title {
  font-size: 13px;
  line-height: 21px;
  color: #ffffff;
}

.header__nav_mob_social_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}

.header__nav_mob_social_link {
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__nav_mob_social_link img {
  width: 23px;
  height: 23px;
}

.header__nav_mob_contacts {
  margin-top: 39px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

.header__nav_mob_contact {
  width: calc(50% - 10px);
}

.header__nav_mob_contact_title {
  font-size: 14px;
  line-height: 21px;
  color: rgba(255, 255, 255, 0.6);
  text-align: center;
}

.header__nav_mob_contact_tel {
  display: block;
  text-align: center;
  margin-top: 5px;
  color: #ffffff;
  font-size: 17px;
  line-height: 27px;
}

.header__nav_mob_contact_mail {
  display: block;
  text-align: center;
  margin-top: 5px;
  font-size: 14px;
  line-height: 21px;
  color: #ffffff;
}

.header__nav_mob_btn {
  margin-top: 40px;
}

.header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  list-style: none;
  gap: 30px;
}

.header__menu_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header__menu_link {
  color: rgba(255, 255, 255, 0.55);
  font-size: 14px;
  line-height: 19px;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
  position: relative;
  z-index: 2;
}

.header__menu_link::after {
  content: '';
  position: absolute;
  width: 0;
  bottom: -7px;
  left: 0;
  height: 1px;
  background: #ffffff;
  -webkit-transition: width 0.4s;
  transition: width 0.4s;
}

.header__menu_item_head {
  display: none;
}

.header__menu_mob_link {
  display: none;
}

.header__burger {
  display: none;
}

.main_top {
  background: url("../img/main_top/bg.jpg") 45% center/cover no-repeat;
  padding: 170px 0 110px 74px;
  position: relative;
}

.main_top__img_mob {
  display: none;
}

.main_top__content {
  padding-top: 20px;
  max-width: 1060px;
  margin: 0 auto;
}

.main_top__title {
  font-size: 44px;
  line-height: 60px;
  color: #ffffff;
  font-weight: 600;
}

.main_top__title span {
  color: #3aca95;
}

.main_top__text {
  margin-top: 23px;
  font-size: 16px;
  line-height: 22px;
  color: rgba(255, 255, 255, 0.65);
}

.main_top__text span {
  color: #ffffff;
  font-weight: 600;
  display: block;
}

.main_top__btns {
  max-width: 235px;
  margin-top: 50px;
}

.start {
  max-width: 1400px;
  margin: 0 auto;
  background: url("../img/start/bg.jpg") center/cover no-repeat;
  border-radius: 40px;
}

.start__top {
  padding: 44px 0 73px;
}

.start__title {
  color: #2F2F2F;
  text-align: center;
}

.start__items {
  margin-top: 91px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -25px;
}

.start__item {
  width: calc(20% - 25px);
  margin-left: 25px;
  position: relative;
}

.start__item:last-child::after {
  display: none;
}

.start__item::after {
  content: '';
  position: absolute;
  top: 19.5px;
  left: 40px;
  width: calc(100% - 40px + 25px);
  height: 1px;
  background: #3ACA95;
}

.start__item_num {
  width: 40px;
  height: 40px;
  background: #3ACA95;
  color: #ffffff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 20px;
  line-height: 20px;
  font-weight: 400;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.start__item_text {
  margin-top: 25px;
  font-weight: 400;
  color: #2F2F2F;
  font-size: 16px;
  line-height: 22px;
}

.start__item_text strong {
  font-weight: 600;
}

.start__bottom {
  padding-bottom: 39px;
}

.start__bottom_content {
  background: url("../img/start/bg_bottom.jpg") center/cover no-repeat;
  height: 309px;
  border-radius: 40px;
  position: relative;
}

.start__bottom_line {
  position: absolute;
  width: 1px;
  height: 100%;
  background: #414141;
  top: 0;
}

.start__bottom_line.this--1 {
  left: 13%;
}

.start__bottom_line.this--2 {
  left: 48.4%;
}

.start__bottom_line.this--3 {
  right: 14.7%;
}

.start__bottom_item {
  border-radius: 36px;
  background: rgba(37, 37, 37, 0.3);
  -webkit-backdrop-filter: blur(36px);
          backdrop-filter: blur(36px);
  border: 1px solid #414141;
  font-size: 14px;
  line-height: 21px;
  color: #ffffff;
  position: absolute;
  z-index: 2;
  padding: 30px 24px;
}

.start__bottom_item br {
  display: none;
}

.start__bottom_item::before {
  content: '';
  position: absolute;
  width: 17px;
  height: 17px;
  left: calc(50% - 8.5px);
  top: -9px;
  background: url("../img/icons/green_round.svg") center/contain no-repeat;
}

.start__bottom_item.this--1 {
  left: 13%;
  top: 43px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 154px;
}

.start__bottom_item.this--2 {
  left: 48.4%;
  top: 115px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 218px;
}

.start__bottom_item.this--3 {
  top: 85px;
  right: 14.7%;
  -webkit-transform: translateX(50%);
      -ms-transform: translateX(50%);
          transform: translateX(50%);
  width: 192px;
}

.br_mob {
  display: none;
}

.counts {
  padding: 85px 0;
}

.counts__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}

.counts__item {
  width: 100%;
  max-width: 327px;
  border: 1px solid #3ACA95;
  padding: 28px 35px;
  border-radius: 50px;
}

.counts__item_title {
  font-size: 44px;
  line-height: 53px;
  font-weight: 600;
  color: #3ACA95;
  text-align: center;
}

.counts__item_text {
  margin-top: 12px;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  color: #ffffff;
  text-align: center;
}

.table {
  max-width: 1400px;
  margin: 0 auto;
  border-radius: 40px;
  background: url("../img/table/bg.jpg") center/cover no-repeat;
  padding: 55px 0 68px;
}

.table__title {
  color: #ffffff;
}

.table__table {
  margin-top: 36px;
  background: #ffffff;
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  padding: 25px 30px 40px 30px;
  border-radius: 5px;
}

.table__table_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  padding-right: 10px;
  margin-bottom: 15px;
}

.table__table_row.this--head {
  margin-bottom: 18px;
  border-bottom: 1px solid #C4C4C4;
  padding-bottom: 11px;
}

.table__table_td.this--1 {
  width: 180px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.table__table_td.this--2 {
  width: 140px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.table__table_td.this--3 {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.table__table_td.this--4 {
  width: 125px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.table__table_title {
  color: #000000;
  font-size: 18px;
  line-height: 18px;
  font-weight: 400;
}

.table__table_titles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}

.table__table_titles .table__table_title {
  width: calc(50% - 10px);
  padding-left: 23px;
}

.table__table_phone {
  color: #000000;
  font-size: 20px;
  line-height: 20px;
  font-weight: 400;
}

.table__table_operator img {
  max-width: 100%;
}

.table__table_td_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 35px;
  padding: 0 50px 0 23px;
  background: #3ACA95;
  border-radius: 100px;
  gap: 30px;
}

.table__table__td_row_item {
  color: #ffffff;
  font-size: 16px;
  line-height: 17px;
  font-weight: 400;
}

.table__table__td_row_item:first-child {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.table__table__td_row_item:nth-child(2) {
  width: 73px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.table__table__td_row_item:nth-child(3) {
  width: 78px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.table__table__td_row_item:last-child {
  text-transform: uppercase;
  width: 80px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.table__table__td_row_item.this--sm_text {
  font-size: 9px;
  line-height: 11px;
}

.table__table_link {
  border: 2px solid #3ACA95;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 28px;
  color: #5C5C5C;
  font-size: 18px;
  -webkit-transition: background 0.25s, color 0.25s;
  transition: background 0.25s, color 0.25s;
}

.partners_partnership {
  margin-top: 80px;
}

.partners_partnership__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

.partners_partnership__left,
.partners_partnership__right {
  width: calc(50% - 10px);
  padding: 40px 50px;
  border-radius: 36px;
}

.partners_partnership__left {
  background: url("../img/partners/partnership/left_bg.png") center/cover no-repeat;
}

.partners_partnership__right {
  background: url("../img/partners/partnership/right_bg.png") center/cover no-repeat;
}

.partners_partnership__title {
  font-size: 32px;
  line-height: 43px;
}

.partners_partnership__title.this--left {
  color: #ffffff;
}

.partners_partnership__title.this--right {
  color: #2f2f2f;
}

.partners_partnership__title.this--right br {
  display: none;
}

.partners_partnership__title span {
  display: block;
  font-weight: 600;
}

.partners_partnership__list {
  margin-top: 30px;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}

.partners_partnership__list li {
  padding-left: 30px;
  color: rgba(255, 255, 255, 0.65);
  font-size: 16px;
  line-height: 22px;
  position: relative;
}

.partners_partnership__list li::before {
  position: absolute;
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #3aca95;
  left: 0;
  top: 6px;
}

.partners_partnership__benefits {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

.partners_partnership__benefits_group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  width: 53.6%;
}

.partners_partnership__benefit {
  padding: 16px 15px 17px 20px;
  background: #3aca95;
  border-radius: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  line-height: 22px;
  color: #ffffff;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
}

.partners_partnership__benefit svg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 26px;
  height: 26px;
}

.partners_partnership__benefit.this--alone {
  width: 46.4%;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.partners_partnership__benefit.this--alone svg {
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.partners_app {
  max-width: 1400px;
  margin: 54px auto 0;
  padding: 20px 20px 20px 180px;
  border-radius: 40px;
  background: #1a1a1a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  position: relative;
}

.partners_app::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 300px;
  height: 300px;
  background: url("../img/partners/app/spiral.png") center/contain no-repeat;
}

.partners_app__left {
  width: 360px;
  margin-top: 100px;
}

.partners_app__title {
  font-size: 44px;
  line-height: 60px;
  color: #ffffff;
  font-weight: 500;
  max-width: 355px;
}

.partners_app__title span {
  color: #3aca95;
}

.partners_app__text {
  margin-top: 35px;
  font-size: 16px;
  line-height: 22px;
  color: rgba(255, 255, 255, 0.65);
}

.partners_app__btn {
  margin-top: 45px;
  width: 260px;
  padding: 20px 25px;
}

.partners_app__right {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 700px;
  height: 537px;
}

.partners_app__inner {
  height: 100%;
  width: 100%;
  background: url("../img/partners/app/bg.jpg") center/cover no-repeat;
  border-radius: 40px;
  overflow: hidden;
  position: relative;
}

.partners_app__phone {
  position: absolute;
  top: 15px;
  left: 222px;
  width: 224px;
  height: 474px;
  background: #252525;
  border-radius: 35px;
}

.partners_app__phone_mockup {
  position: absolute;
  top: 0;
  left: -4px;
  height: 100%;
  width: calc(100% + 8px);
  z-index: 2;
  background: url("../img/partners/app/phone16.png") center/contain no-repeat;
}

.partners_app__phone_img {
  border-radius: 35px;
  top: 1px;
  left: 6px;
  height: calc(100% - 6px);
  width: calc(100% - 12px);
  position: absolute;
  -o-object-fit: cover;
  object-fit: cover;
}

.partners_app__item {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  padding: 8px 10px;
  font-size: 16px;
  line-height: 16px;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  border-radius: 10px;
  font-family: 'SF Pro Display';
  z-index: 3;
  cursor: pointer;
}

.partners_app__item.active {
  border: 1px solid #3ACA95;
  pointer-events: none;
}

.partners_app__item span {
  width: 26px;
  height: 26px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.partners_app__item.this--1 {
  top: 98px;
  right: 114px;
}

.partners_app__item.this--1 span {
  background: url("../img/partners/app/icon_1.svg") center/contain no-repeat;
}

.partners_app__item.this--2 {
  top: 149px;
  left: 60px;
}

.partners_app__item.this--2 span {
  background: url("../img/partners/app/icon_2.svg") center/contain no-repeat;
}

.partners_app__item.this--3 {
  top: 211px;
  right: 84px;
}

.partners_app__item.this--3 span {
  background: url("../img/partners/app/icon_3.svg") center/contain no-repeat;
}

.partners_app__item.this--4 {
  top: 272px;
  left: 55px;
}

.partners_app__item.this--4 span {
  background: url("../img/partners/app/icon_4.svg") center/contain no-repeat;
}

.partners_app__item.this--5 {
  top: 334px;
  right: 108px;
}

.partners_app__item.this--5 span {
  background: url("../img/partners/app/icon_5.svg") center/contain no-repeat;
}

.partners_app__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  position: absolute;
  bottom: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 20px;
  width: 530px;
  z-index: 3;
  border: 1px solid rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
  border-radius: 18px;
}

.partners_app__link {
  width: calc(50% - 5px);
  gap: 10px;
  padding: 10px 20px;
  font-size: 14px;
  line-height: 19px;
}

.partners_app__link span {
  width: 36px;
  height: 36px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.partners_app__link.this--1 span {
  background: url("../img/partners/app/link_1.png") center/contain no-repeat;
}

.partners_app__link.this--2 span {
  background: url("../img/partners/app/link_2.png") center/contain no-repeat;
}

.partners_what_if {
  max-width: 1400px;
  margin: 30px auto 0;
  border-radius: 40px;
  background: url("../img/partners/what_if/bg.jpg") center/cover no-repeat;
}

.partners_what_if__content {
  padding: 54px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 32px;
}

.partners_what_if__left {
  width: 36.09%;
}

.partners_what_if__video_link {
  position: relative;
  padding-top: 57.5%;
  border-radius: 30px;
  -webkit-box-shadow: 8px 8px 32px 0 rgba(0, 0, 0, 0.4);
          box-shadow: 8px 8px 32px 0 rgba(0, 0, 0, 0.4);
  overflow: hidden;
}

.partners_what_if__video_link img {
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.6s;
  transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  transition: transform 0.6s, -webkit-transform 0.6s;
}

.partners_what_if__title {
  font-weight: 600;
  font-size: 44px;
  line-height: 60px;
  color: #2f2f2f;
}

.partners_what_if__title span {
  color: #3aca95;
}

.partners_what_if__text {
  margin-top: 35px;
  color: #2f2f2f;
  font-size: 16px;
  line-height: 24px;
}

.partners_what_if__text strong {
  font-weight: 600;
}

.partners_what_if__bottom {
  padding: 20px 20px 30px;
  border-radius: 28px;
  background: #f2f2f2;
  min-width: 0;
  width: 56.5%;
}

.partners_what_if__slider {
  overflow: hidden;
}

.partners_what_if__link {
  position: relative;
  padding-top: 63.63%;
  display: block;
  border-radius: 24px;
  overflow: hidden;
}

.partners_what_if__link img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.6s;
  transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  transition: transform 0.6s, -webkit-transform 0.6s;
}

.partners_what_if__link_name {
  position: absolute;
  z-index: 2;
  top: 15px;
  right: 15px;
  padding: 7px 8px 6px 24px;
  background: #ffffff;
  border-radius: 10px;
  color: #000000;
  font-size: 13px;
  line-height: 16px;
}

.partners_what_if__link_name::before {
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  left: 12px;
  top: 12px;
  border-radius: 50%;
  background: #3aca95;
  -webkit-box-shadow: 0 0 8px 0 #3aca95;
          box-shadow: 0 0 8px 0 #3aca95;
}

.partners_what_if__link_text {
  position: absolute;
  z-index: 2;
  left: 20px;
  bottom: 20px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
  padding: 5px 12px 5px 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  font-size: 16px;
  line-height: 16px;
  color: #ffffff;
}

.partners_what_if__link_text span {
  width: 30px;
  height: 30px;
  background: url("../img/partners/what_if/video_icon.svg") center/cover no-repeat;
}

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

.partners_what_if__slider_prev,
.partners_what_if__slider_next {
  cursor: pointer;
  width: 32px;
  height: 32px;
  border-radius: 10px;
  background: url("../img/icons/arrow_right.svg") center/12px 12px no-repeat, #3aca95;
  -webkit-box-shadow: 0 2px 23px 0 rgba(58, 202, 149, 0.4);
          box-shadow: 0 2px 23px 0 rgba(58, 202, 149, 0.4);
  -webkit-transition: background 0.25s, -webkit-box-shadow 0.25s;
  transition: background 0.25s, -webkit-box-shadow 0.25s;
  transition: background 0.25s, box-shadow 0.25s;
  transition: background 0.25s, box-shadow 0.25s, -webkit-box-shadow 0.25s;
}

.partners_what_if__slider_prev.swiper-button-disabled,
.partners_what_if__slider_next.swiper-button-disabled {
  background: url("../img/icons/arrow_right_black.svg") center/12px 12px no-repeat, #dddddd;
  pointer-events: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.partners_what_if__slider_prev {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.partners_what_if__slider_pagination.swiper-pagination-bullets {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 6px;
}

.partners_what_if__slider_pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  margin: 0 3px;
  opacity: 1;
  background: #dddddd;
}

.partners_what_if__slider_pagination.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #3aca95;
}

.partners_what_if__bottom_links {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}

.partners_what_if__bottom_link {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

.partners_what_if__bottom_link.this--tg span {
  width: 38px;
  height: 38px;
  background: url("../img/partners/what_if/tg.svg") center/contain no-repeat;
}

.partners_what_if__bottom_link.this--rutube span {
  width: 32px;
  height: 32px;
  background: url("../img/partners/what_if/rutube.svg") center/contain no-repeat;
}

.benefits {
  margin-top: 87px;
}

.benefits__content {
  position: relative;
}

.benefits__content::before {
  content: '';
  position: absolute;
  top: 280px;
  left: 400px;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background-color: #3aca95;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-filter: blur(170px);
  filter: blur(170px);
  z-index: -1;
}

.benefits__title {
  color: #ffffff;
  text-align: center;
}

.benefits__item {
  background: rgba(37, 37, 37, 0.3);
  border: 1px solid #414141;
  border-radius: 36px;
  padding: 24px 40px 62px;
  height: 100%;
}

.benefits__item_num {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #3ACA95;
  color: #ffffff;
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.benefits__item_text {
  margin-top: 20px;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #ffffff;
}

.main_why__slider_block {
  margin-top: 50px;
}

.main_why__slider {
  position: relative;
}

.main_why__slider_slide.swiper-slide {
  height: auto;
  min-height: 240px;
  width: 280px;
}

.main_why__slider_pagination.swiper-pagination-bullets {
  display: none;
}

.main_why__slider__controls {
  display: none;
}

.main_why__slider_prev,
.main_why__slider_next {
  width: 32px;
  height: 32px;
  cursor: pointer;
  border-radius: 10px;
  background: url("../img/icons/arrow_right.svg") center/12px 12px no-repeat, #3bca95;
  -webkit-box-shadow: 0 2px 24px 0 rgba(59, 202, 149, 0.4);
  box-shadow: 0 2px 24px 0 rgba(59, 202, 149, 0.4);
  -webkit-transition: background 0.25s, opacity 0.25s, -webkit-box-shadow 0.25s;
  transition: background 0.25s, opacity 0.25s, -webkit-box-shadow 0.25s;
  transition: background 0.25s, opacity 0.25s, box-shadow 0.25s;
  transition: background 0.25s, opacity 0.25s, box-shadow 0.25s, -webkit-box-shadow 0.25s;
}

.main_why__slider_prev.swiper-button-disabled,
.main_why__slider_next.swiper-button-disabled {
  pointer-events: none;
  background: url("../img/icons/arrow_right.svg") center/12px 12px no-repeat, #252525;
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: 0.7;
}

.main_why__slider_prev {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.main_why__subtitle-mob {
  display: none;
}

.about_sertificates {
  padding: 100px 0;
}

.about_sertificates__content {
  position: relative;
}

.about_sertificates__content::before {
  content: '';
  position: absolute;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  z-index: -1;
  -webkit-filter: blur(150px);
          filter: blur(150px);
  background: #3aca95;
  top: 0;
  right: 32px;
}

.about_sertificates__spiral {
  position: absolute;
  width: 188px;
  top: -17px;
  right: 83px;
}

.about_sertificates__title {
  font-weight: 600;
  font-size: 44px;
  line-height: 60px;
  color: #ffffff;
}

.about_sertificates__title span {
  color: #3aca95;
}

.about_sertificates__slider_block {
  margin-top: 40px;
}

.office-gallery__slider_block,
.gallery__slider_block {
  position: relative;
  padding-top: 25.862%;
}

.office-gallery__slider_flex,
.gallery__slider_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.office-gallery__slider,
.gallery__slider,
.about_sertificates__slider {
  width: 56.25%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  height: 100%;
}

.office-gallery__slider_wrapper.swiper-wrapper,
.gallery__slider_wrapper.swiper-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.office-gallery__slider_slide.swiper-slide,
.gallery__slider_slide.swiper-slide {
  width: 36.55%;
  -webkit-transition: width 0.3s, opacity 0.3s;
  transition: width 0.3s, opacity 0.3s;
  opacity: 0.4;
  height: auto;
}

.about_sertificates__slider .office-gallery__slider_slide.swiper-slide .office-gallery__slider_img,
.about_sertificates__slider
.gallery__slider_slide.swiper-slide .office-gallery__slider_img {
  pointer-events: none;
}

.office-gallery__slider_slide.swiper-slide.swiper-slide-active,
.gallery__slider_slide.swiper-slide.swiper-slide-active {
  width: 60.9%;
  opacity: 1;
}

.about_sertificates__slider .office-gallery__slider_slide.swiper-slide.swiper-slide-active .office-gallery__slider_img,
.about_sertificates__slider
.gallery__slider_slide.swiper-slide.swiper-slide-active .office-gallery__slider_img {
  pointer-events: all;
}

.office-gallery__slider_img,
.gallery__slider_img {
  position: relative;
  padding-top: 75%;
  border-radius: 36px;
  overflow: hidden;
  display: block;
}

.office-gallery__slider_img img,
.gallery__slider_img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.about_sertificates__slider_block .office-gallery__slider_img img,
.about_sertificates__slider_block
.gallery__slider_img img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center center;
     object-position: center center;
  width: auto;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 30px;
  overflow: hidden;
}

.partners_form {
  padding: 30px 0 75px;
  overflow-x: hidden;
}

.partners_form__inner {
  margin: 0 auto;
  max-width: 1400px;
  background: #3aca95;
  border-radius: 40px;
}

.partners_form__content {
  padding: 65px 0 80px;
  position: relative;
}

.partners_form__green_block {
  left: -44px;
  bottom: -34px;
  position: absolute;
}

.partners_form__lightning {
  position: absolute;
  right: -140px;
  top: -85px;
}

.partners_form__title {
  color: #ffffff;
  font-weight: 600;
  font-size: 42px;
  line-height: 58px;
  text-align: center;
}

.partners_form__text {
  margin-top: 20px;
  text-align: center;
  font-size: 16px;
  line-height: 22px;
  color: #ffffff;
}

.partners_form__text strong {
  font-weight: 600;
}

.partners_form__wrapper {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  padding: 40px 77px;
  background: #ffffff;
  position: relative;
  z-index: 2;
  border-radius: 30px;
}

.partners_form__wrapper_title {
  font-size: 28px;
  line-height: 1;
  color: #2f2f2f;
  font-weight: 600;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.partners_form__form {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.partners_form__form .form__form_submit {
  width: 227px;
}

.partners_form__form .form__form_input {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.partners_form__form .form__form_agree {
  margin-top: 40px;
  font-size: 14px;
  line-height: 19px;
}

.partners_form__form_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

.form__form_input input,
.form__form_input textarea {
  width: 100%;
  padding: 25.5px 24px;
  background: #f2f2f2;
  border-radius: 14px;
  color: #2f2f2f;
  font-size: 16px;
  line-height: 19px;
  font-weight: 600;
}

.form__form_input textarea {
  resize: none;
  height: 88px;
}

.form__form_input input:placeholder {
  color: #666666;
}

.form__form_submit {
  width: 100%;
  max-width: 227px;
}

.form__form_agree {
  color: #9c9c9c;
  font-size: 12px;
  line-height: 16px;
}

.form__form_agree a {
  color: #9c9c9c;
  text-decoration: underline;
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
}

/* Блок Скачать приложение */

.download {
  margin-bottom: 100px;
}

.download__content {
  background: url("../img/application/download-bg.png") center/cover no-repeat;
  height: 400px;
  border-radius: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.download__title {
  text-align: center;
  font-size: 44px;
  color: #2f2f2f;
  margin-bottom: 40px;
  font-weight: 600;
}

.download__title span {
  font-size: 44px;
  color: #3aca95;
}

.download__grid {
  max-width: 1160px;
  margin: 0 auto;
  display: grid;
  padding: 0 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  grid-template-columns: repeat(3, minmax(220px, 280px));
  gap: 24px;
}

.download__item {
  padding: 16px;
  background: #252525;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  border-radius: 14px;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.download__item:hover {
  background: #2f2f2f;
}

.download__text {
  font-size: 14px;
  line-height: 19px;
}

.download__bigtext {
  font-size: 24px;
}

.footer__content {
  padding: 40px 0 43px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer__tel {
  color: #ffffff;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
}

.footer__logo {
  margin-top: 19px;
}

.footer__item_title {
  color: #ffffff;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

.footer__contacts {
  margin-top: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
}

.footer__contact_link {
  width: 45px;
  height: 45px;
}

.footer__contact_link img {
  width: 100%;
  height: 100%;
}

.footer__address {
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 28px;
}

.footer__address.this--mob {
  display: none;
}

.footer__politic {
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
  color: #ffffff;
  text-decoration: underline;
}

.form-field-error {
  border: 1px solid red;
}

.js_partner_validation_error,
.js_popup_form_validation_error {
  display: none;
  color: red;
  margin-top: 15px;
}
.js_popup_form_validation_error {
  margin-top: 0;
}

@media (min-width: 768px) {
  .main_why__slider_wrapper.swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -25px;
    margin-bottom: -40px;
    width: calc(100% + 25px);
  }

  .main_why__slider_slide.swiper-slide {
    margin-left: 25px;
    margin-bottom: 40px;
    width: calc(50% - 25px);
    min-height: 226px;
  }
}

@media (min-width: 1024px) {
  .header__menu_link:hover {
    color: #ffffff;
  }

  .header__menu_link:hover::after {
    width: 100%;
  }
}

@media (min-width: 1200px) {
  .main_why__slider_slide.swiper-slide {
    width: calc(33.333% - 25px);
  }
}

@media (max-width: 1460px) {
  .partners_app {
    padding-left: calc((100% - 1040px) / 2);
  }
}

@media (max-width: 1220px) {
  .partners_app {
    padding-left: 20px;
  }
}

@media (max-width: 1199.9px) {
  .table__table_td.this--2 .table__table_title {
    display: none;
  }

  .table__table_td.this--3 {
    display: none;
  }

  .partners_app {
    display: block;
  }

  .partners_app__left {
    width: auto;
    padding-left: 20px;
    margin-top: 0;
  }

  .partners_app__title {
    max-width: none;
  }

  .partners_app__text {
    margin-top: 25px;
  }

  .partners_app__btn {
    display: none;
  }

  .partners_app__right {
    margin: 50px auto 0;
  }

  .partners_what_if__content {
    padding: 54px 0;
  }

  .partners_form__wrapper {
    display: block;
  }

  .partners_form__form {
    margin-top: 30px;
  }
}

@media (max-width: 1023.9px) {
  .h2_title {
    font-size: 38px;
    line-height: 48px;
  }

  .container {
    padding: 0 20px;
  }

  .header__nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #111111;
    z-index: 10;
    padding: 40px 15px 35px;
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: visibility 0.4s, opacity 0.4s;
    transition: visibility 0.4s, opacity 0.4s;
  }

  .header__nav.open {
    visibility: visible;
    opacity: 1;
  }

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

  .header__nav_mob_bottom {
    display: block;
    padding: 0 5px;
    max-width: 100%;
    margin: 42px auto 0;
  }

  .header__menu {
    margin-top: 37px;
    padding: 0 5px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 5px;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .header__menu_item {
    height: auto;
    padding: 12px 30px;
    border-radius: 14px;
    background: #252525;
    min-height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .header__menu_link {
    color: #ffffff;
    font-size: 18px;
    line-height: 24px;
  }

  .header__menu_link::after {
    display: none;
  }

  .header__burger {
    height: 40px;
    width: 50px;
    cursor: pointer;
    position: relative;
    display: block;
    background: #252525;
    border-radius: 20px;
  }

  .header__burger span {
    position: absolute;
    background: #ffffff;
    left: 15px;
    height: 1px;
    width: 20px;
  }

  .header__burger span:first-child {
    top: 14.5px;
  }

  .header__burger span:nth-child(2) {
    top: calc(50% - 0.5px);
  }

  .header__burger span:last-child {
    width: 16px;
    left: 19px;
    bottom: 14.5px;
  }

  .main_top__title {
    font-size: 38px;
    line-height: 48px;
  }

  .main_top__text {
    margin-top: 20px;
  }

  .main_top__btns {
    margin-top: 30px;
  }

  .start__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-left: 0;
    gap: 40px;
  }

  .start__item {
    margin-left: 0;
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
  }

  .start__item::after {
    width: 1px;
    height: 100%;
    left: 19.5px;
    top: 40px;
  }

  .start__item_text {
    margin-top: 0;
  }

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

  .partners_partnership__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .partners_partnership__left,
  .partners_partnership__right {
    width: 100%;
  }

  .partners_app::before {
    display: none;
  }

  .partners_app__link span {
    width: 33px;
    height: 33px;
  }

  .partners_what_if {
    background: #ffffff;
  }

  .partners_what_if__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
    padding: 50px 0 40px;
  }

  .partners_what_if__left {
    width: auto;
  }

  .partners_what_if__bottom {
    width: 100%;
  }

  .benefits__content::before {
    display: none;
  }

  .about_sertificates {
    overflow: hidden;
  }

  .about_sertificates__content::before {
    display: none;
  }

  .about_sertificates__spiral {
    display: none;
  }

  .office-gallery__slider_block,
  .gallery__slider_block {
    padding-top: 0;
    height: 210px;
  }

  .office-gallery__slider_flex,
  .gallery__slider_flex {
    position: static;
    display: block;
    overflow: visible;
  }

  .office-gallery__slider,
  .gallery__slider,
  .about_sertificates__slider {
    width: auto;
  }

  .office-gallery__slider_slide.swiper-slide,
  .gallery__slider_slide.swiper-slide {
    width: 240px;
  }

  .office-gallery__slider_slide.swiper-slide.swiper-slide-active,
  .gallery__slider_slide.swiper-slide.swiper-slide-active {
    width: 280px;
  }

  .office-gallery__slider_prev,
  .office-gallery__slider_next,
  .gallery__slider_prev,
  .gallery__slider_next,
  .about_sertificates__slider_prev,
  .about_sertificates__slider_next {
    display: none;
  }

  .partners_form {
    padding: 64px 0 50px;
  }

  .partners_form__content {
    padding: 50px 0;
  }

  .partners_form__green_block {
    display: none;
  }

  .partners_form__lightning {
    width: 304px;
    height: 314px;
    right: -105px;
    top: 0;
  }

  .partners_form__title {
    text-align: left;
    padding-left: 15px;
  }

  .partners_form__text {
    text-align: left;
    padding-left: 15px;
  }

  .partners_form__form .form__form_submit {
    width: auto;
    height: 62px;
  }

  .partners_form__form .form__form_input input {
    padding: 20px 26px;
  }

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

  .download__grid {
    grid-template-columns: repeat(2, minmax(220px, 280px));
  }
}

@media (max-width: 810px) {
  .partners_app {
    padding: 20px 0 20px;
  }

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

  .partners_app__right {
    width: auto;
    height: auto;
  }

  .partners_app__inner {
    width: auto;
    height: auto;
    padding-top: 117.333333%;
    background: url("../img/partners/app/bg_mob.jpg") center/cover no-repeat;
  }

  .partners_app__phone {
    top: 3.41%;
    left: 13.7%;
    width: 47.7%;
    height: 83.3%;
    border-radius: 15%;
  }

  .partners_app__phone_mockup {
    height: calc(100% + 2px);
    top: -1px;
    width: calc(100% + 12px);
    left: -6px;
  }

  .partners_app__phone_img {
    width: calc(100% - 8px);
    left: 4px;
    border-radius: 15%;
  }

  .partners_app__item {
    padding: 6px 10px;
    font-size: 14px;
    line-height: 14px;
  }

  .partners_app__item.this--1 {
    top: 20px;
    right: 20px;
  }

  .partners_app__item.this--2 {
    top: 63px;
    left: auto;
    right: 20px;
  }

  .partners_app__item.this--3 {
    top: auto;
    right: auto;
    left: 20px;
    bottom: 63px;
  }

  .partners_app__item.this--4 {
    top: auto;
    left: 20px;
    bottom: 20px;
  }

  .partners_app__item.this--5 {
    top: 106px;
    right: 20px;
  }

  .partners_app__links {
    position: static;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    background: none;
    border: none;
    border-radius: 0;
    margin: 30px auto 0;
    padding: 0 20px;
  }

  .partners_app__link {
    padding: 10px 20px;
  }
}

@media (max-width: 767.9px) {
  .h2_title {
    font-weight: 600;
    font-size: 32px;
    line-height: 44px;
  }

  .gallery_detail_page .fancybox-infobar {
    top: auto;
    left: calc(50% - 24px);
    width: 48px;
    height: 48px;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    bottom: 20px;
    opacity: 1;
    visibility: visible;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    color: #ffffff;
  }

  .fancybox-button.fancybox-button--close {
    width: 48px;
    height: 48px;
    top: 20px;
    right: 20px;
  }

  .fancybox-button.fancybox-button--arrow_right,
  .fancybox-button.fancybox-button--arrow_left {
    width: 48px;
    height: 48px;
    bottom: 20px;
    top: auto;
  }

  .fancybox-button.fancybox-button--arrow_right {
    right: 20px;
  }

  .fancybox-button.fancybox-button--arrow_left {
    left: 20px;
  }

  .gallery_detail_page .fancybox-slide {
    padding: 88px 0;
  }

  .fancybox-slide {
    padding: 88px 0;
  }

  .fancybox-show-thumbs .fancybox-thumbs {
    display: none;
  }

  .btn {
    font-size: 14px;
    line-height: 19px;
    padding: 19px 60px;
    height: 64px;
  }

  .section.this--top {
    padding: 64px 0 0 0;
  }

  .section.this--bottom {
    padding: 0 0 64px 0;
  }

  .section {
    padding: 64px 0;
  }

  .main_top {
    padding: 60px 0 calc(92.838% + 30px);
    background: none;
    overflow-x: hidden;
  }

  .main_top__img_mob {
    display: block;
    position: absolute;
    aspect-ratio: 1.08;
    width: 100%;
    bottom: 0;
    right: 0;
    z-index: -1;
  }

  .main_top__content {
    padding-top: 48px;
  }

  .main_top__title {
    font-size: 28px;
    line-height: 38px;
  }

  .main_top__title br:first-of-type {
    display: none;
  }

  .main_top__text {
    font-size: 14px;
    line-height: 19px;
    max-width: 280px;
  }

  .main_top__text br {
    display: none;
  }

  .main_top__btns {
    max-width: 270px;
  }

  .main_top__btn {
    width: 100%;
  }

  .start {
    background: none;
  }

  .start__top {
    background: url("../img/start/bg_mob.png") center/cover no-repeat;
    border-radius: 40px;
    padding: 40px 0 52px;
  }

  .start__items {
    margin-top: 41px;
  }

  .start__bottom {
    background: url("../img/start/bg_bottom_mob.jpg") center top/cover no-repeat;
    border-radius: 40px;
    margin-top: 61px;
    padding-bottom: 0;
  }

  .start__bottom_content {
    background: none;
    height: 538px;
  }

  .start__bottom_line.this--1 {
    left: 83px;
  }

  .start__bottom_line.this--2 {
    display: none;
  }

  .start__bottom_line.this--3 {
    right: 83px;
  }

  .start__bottom_item br {
    display: inline;
  }

  .start__bottom_item.this--1 {
    left: 83px;
    width: 166px;
    padding: 30px;
    top: 65px;
  }

  .start__bottom_item.this--2 {
    right: 83px;
    -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
            transform: translateX(50%);
    width: 166px;
    padding: 30px 20px;
    left: auto;
    top: 161px;
  }

  .start__bottom_item.this--3 {
    left: 83px;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 166px;
    padding: 30px 20px;
    top: 359px;
  }

  .br_desktop {
    display: none;
  }

  .br_mob {
    display: inline;
  }

  .counts {
    padding: 61px 0;
  }

  .counts__content {
    gap: 26px;
  }

  .counts__item {
    max-width: 310px;
    padding: 30px 35px;
  }

  .counts__item_title {
    font-size: 32px;
    line-height: 40px;
  }

  .counts__item_text {
    margin-top: 15px;
  }

  .table {
    padding: 30px 0 40px;
  }

  .table__title {
    text-align: center;
  }

  .table__title br {
    display: none;
  }

  .table__table {
    padding: 20px;
  }

  .table__table_row {
    margin-bottom: 11px;
    gap: 5px;
    padding-right: 0;
  }

  .table__table_row.this--head {
    margin-bottom: 15px;
  }

  .table__table_td.this--1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: 115px;
  }

  .table__table_td.this--2 {
    width: 100px;
  }

  .table__table_td.this--4 {
    width: 90px;
  }

  .table__table_title {
    font-size: 13px;
    line-height: 13px;
  }

  .table__table_phone {
    font-size: 13px;
    line-height: 13px;
  }

  .table__table_link {
    font-size: 14px;
  }

  .partners_partnership {
    margin-top: 20px;
  }

  .partners_app {
    margin: 20px auto 0;
  }

  .partners_app__title {
    font-size: 30px;
    line-height: 41px;
    font-weight: 600;
  }

  .partners_app__title span {
    display: block;
  }

  .partners_app__text {
    font-size: 14px;
    line-height: 19px;
  }

  .partners_app__links {
    width: 320px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .partners_app__link {
    width: 100%;
    padding: 10px 20px;
  }

  .partners_what_if {
    margin: 40px auto 0;
  }

  .partners_what_if__left {
    max-width: 100%;
  }

  .partners_what_if__title {
    font-size: 30px;
    line-height: 41px;
    padding: 0 20px;
  }

  .partners_what_if__text {
    margin-top: 16px;
    font-size: 14px;
    line-height: 21px;
    padding: 0 20px;
  }

  .partners_what_if__bottom {
    background: none;
    padding: 0;
  }

  .partners_what_if__slider_controls {
    margin-top: 16px;
  }

  .partners_what_if__bottom_links {
    margin-top: 40px;
    gap: 8px;
  }

  .partners_what_if__bottom_link {
    padding: 10px 20px;
    width: calc(50% - 4px);
  }

  .benefits {
    overflow: hidden;
    margin-top: 60px;
  }

  .benefits__title {
    text-align: left;
  }

  .benefits__item {
    padding: 24px 25px;
  }

  .benefits__item_num {
    margin-left: auto;
    margin-right: 15px;
  }

  .benefits__item_text {
    font-size: 19px;
    line-height: 22px;
  }

  .main_why__slider_block {
    margin-top: 40px;
  }

  .main_why__subtitle-mob {
    display: block;
    width: calc(100% - 88px);
    color: rgba(255, 255, 255, 0.6);
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    margin-top: 16px;
  }

  .main_why__slider_block {
    margin-top: 40px;
    padding-bottom: 28px;
    position: relative;
  }

  .main_why__slider_pagination.swiper-pagination-bullets {
    position: absolute;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    bottom: 0 !important;
    height: 4px;
  }

  .main_why__slider_pagination.swiper-pagination-bullets
.swiper-pagination-bullet {
    height: 100%;
    width: 8px;
    border-radius: 4px;
    opacity: 1;
    background: rgba(58, 202, 149, 0.4);
    -webkit-transition: width 0.25s, color 0.25s;
    transition: width 0.25s, color 0.25s;
  }

  .main_why__slider_pagination.swiper-pagination-bullets
.swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 24px;
    background: #3aca95;
  }

  .main_why__slider__controls {
    position: absolute;
    width: 68px;
    top: -78px;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .about_sertificates {
    padding: 64px 0;
  }

  .about_sertificates__title {
    font-size: 32px;
    line-height: 44px;
  }

  .about_sertificates__slider_block {
    margin-top: 30px;
  }

  .partners_form__lightning {
    top: 25px;
  }

  .partners_form__title {
    font-weight: 500;
    font-size: 30px;
    line-height: 41px;
  }

  .partners_form__title span {
    display: block;
    font-weight: 600;
  }

  .partners_form__text {
    margin-top: 15px;
    max-width: 229px;
    font-size: 14px;
    line-height: 19px;
  }

  .partners_form__wrapper {
    margin-top: 21px;
    padding: 40px 20px;
  }

  .partners_form__wrapper_title {
    padding-left: 15px;
  }

  .partners_form__form .form__form_agree {
    margin-top: 30px;
    font-size: 12px;
    line-height: 16px;
  }

  .form__form_input input,
  .form__form_input textarea {
    font-size: 14px;
    line-height: 17px;
  }

  .form__form_input textarea {
    height: 72px;
  }

  .download__content {
    background: url("../img/application/download-bg.png") center top/cover no-repeat;
  }

  .download {
    margin-bottom: 61px;
  }

  .download__content {
    padding: 40px 0;
    margin: 0 -20px;
    height: 100%;
    border-radius: 36px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .download__title {
    text-align: center;
    font-size: 32px;
    line-height: 44px;
    color: #2f2f2f;
    padding: 0 20px;
    max-width: 320px;
    margin: 0 auto 40px;
  }

  .download__title span {
    font-size: 32px;
    color: #3aca95;
  }

  .download__grid {
    padding: 0 20px;
    display: grid;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    grid-template-columns: 280px;
    gap: 16px;
    /* place-items: center; */
  }

  .download__item {
    padding: 16px;
    background: #252525;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 16px;
    border-radius: 14px;
  }

  .download__text {
    font-size: 13px;
    line-height: 19px;
  }

  .download__bigtext {
    font-size: 24px;
  }

  .footer__content {
    display: block;
    padding: 26px 0 31px;
  }

  .footer__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .footer__item:nth-child(2) {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 23px;
  }

  .footer__item:nth-child(3) {
    margin-top: 5px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .footer__tel {
    font-size: 17px;
    line-height: 25px;
  }

  .footer__logo {
    margin-top: 0;
  }

  .footer__item_title {
    font-size: 15px;
    line-height: 22px;
  }

  .footer__contacts {
    margin-top: 0;
    gap: 8px;
  }

  .footer__contact_link {
    width: 33px;
    height: 33px;
  }

  .footer__address {
    margin-bottom: 0;
    font-size: 13px;
    line-height: 19px;
  }

  .footer__address.this--mob {
    display: block;
    margin-top: 9px;
  }

  .footer__address.this--desktop {
    display: none;
  }

  .footer__politic {
    font-size: 12px;
    line-height: 18px;
    color: rgba(255, 255, 255, 0.5);
    text-decoration: none;
  }
}

@media (max-width: 639.9px) {
  .partners_partnership__left,
  .partners_partnership__right {
    width: calc(100% + 40px);
    margin: 0 -20px;
  }

  .partners_partnership__left {
    background: url("../img/partners/partnership/left_bg_mob.png") center/cover no-repeat;
    padding: 50px 40px;
  }

  .partners_partnership__right {
    background: url("../img/partners/partnership/right_bg_mob.png") center/cover no-repeat;
    padding: 50px 20px;
  }

  .partners_partnership__title.this--right {
    padding-left: 20px;
  }

  .partners_partnership__title.this--right br {
    display: inline;
  }

  .partners_partnership__title {
    font-size: 30px;
    line-height: 41px;
  }

  .partners_partnership__list {
    margin-top: 25px;
    gap: 15px;
  }

  .partners_partnership__list li {
    padding-left: 22px;
    font-size: 14px;
    line-height: 19px;
  }

  .partners_partnership__list li::before {
    width: 7px;
    height: 7px;
  }

  .partners_partnership__benefits {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .partners_partnership__benefits_group {
    width: 100%;
  }

  .partners_partnership__benefit {
    padding: 10px 20px;
  }

  .partners_partnership__benefit svg {
    width: 40px;
    height: 40px;
  }

  .partners_partnership__benefit.this--alone {
    width: 100%;
  }

  .partners_partnership__benefit.this--alone svg {
    -ms-flex-item-align: center;
        align-self: center;
  }
}

@media (max-width: 424.9px) {
  .table__table_td.this--2 {
    width: 74px;
  }

  .partners_form__form .form__form_agree {
    max-width: 254px;
    margin: 30px auto 0;
  }
}

@media (hover: hover) and (pointer: fine) {
  .table__table_link:hover {
    color: #ffffff;
    background: #3ACA95;
  }

  .partners_what_if__video_link:hover img {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
  }

  .partners_what_if__link:hover img {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
  }

  .partners_what_if__slider_prev:hover,
  .partners_what_if__slider_next:hover {
    background: url("../img/icons/arrow_right.svg") center/12px 12px no-repeat, #2da77a;
  }
}

.success_popup,
.form_popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 150;
  background: rgba(0, 0, 0, 0.72);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 38px 20px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.4s, visibility 0.4s;
  transition: opacity 0.4s, visibility 0.4s;
}

.success_popup.show,
.form_popup.show {
  opacity: 1;
  visibility: visible;
}

.success_popup__body,
.form_popup__body {
  width: 100%;
  max-width: 660px;
  padding: 50px;
  position: relative;
  border-radius: 36px;
}

.success_popup__body .download__grid,
.form_popup__body .download__grid {
  margin-top: 40px;
  grid-template-columns: repeat(2, minmax(220px, 280px));
  padding: 0;
  gap: 16px;
}

.success_popup__body {
  background: url("../img/success/bg.jpg") center/cover no-repeat;
}

.form_popup__body {
  background: url("../img/formPopup/bg.jpg") center/cover no-repeat;
}

.success_popup__close,
.form_popup__close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 48px;
  height: 48px;
  cursor: pointer;
  background: url("../img/success/x.svg") center/20px 20px no-repeat, rgba(37, 37, 37, 0.08);
  border-radius: 14px;
}

.success_popup__title,
.form_popup__title {
  font-weight: 600;
  font-size: 36px;
  line-height: 1.2;
  color: #2F2F2F;
}

.success_popup__text {
  margin-top: 16px;
  color: rgba(47, 47, 47, 0.55);
  font-weight: 500;
  font-size: 16px;
  line-height: 1.6;
}

.success_popup__text br {
  display: none;
}

.success_popup__text svg {
  vertical-align: middle;
  margin-left: 10px;
}

.form_popup__text {
  margin-top: 10px;
  color: rgba(47, 47, 47, 0.65);
  font-weight: 500;
  font-size: 16px;
  line-height: 1.6;
}

.form_popup__text span {
  color: rgba(47, 47, 47, 0.9);
}

.form_popup__form {
  margin-top: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
}

.form_popup__form_inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
}

.form_popup__form_inputs .form__form_input {
  width: calc(50% - 5px);
}

.form_popup__form_inputs .form__form_input.this--textarea {
  line-height: 0;
  width: 100%;
}

.form_popup__form_input input {
  width: 100%;
  padding: 25.5px 24px;
  background: #f2f2f2;
  border-radius: 14px;
  color: #2f2f2f;
  font-size: 16px;
  line-height: 19px;
  font-weight: 600;
}

.form_popup__form_input input:placeholder {
  color: #666666;
}

.form_popup__form_bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}

.form_popup__form_submit {
  width: 100%;
  max-width: 227px;
}

.form_popup__form_agree {
  color: #9c9c9c;
  font-size: 12px;
  line-height: 16px;
}

.form_popup__form_agree a {
  color: #9c9c9c;
  text-decoration: underline;
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
}

@media (max-width: 1199.9px) {
  .form_popup__form_inputs .form__form_input {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .success_popup,
  .form_popup {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding: 0;
  }

  .success_popup__body,
  .form_popup__body {
    width: 100%;
    padding: 40px 20px 64px;
    max-width: none;
    border-radius: 36px 36px 0 0;
  }

  .success_popup__body .download__grid,
  .form_popup__body .download__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px;
  }

  .success_popup__close,
  .form_popup__close {
    top: 40px;
  }

  .success_popup__title,
  .form_popup__title {
    font-size: 24px;
  }

  .success_popup__text {
    margin-top: 10px;
  }

  .success_popup__text br {
    display: inline;
  }

  .form_popup__form_inputs .form__form_input {
    width: calc(50% - 5px);
  }

  .form_popup__form_input input {
    font-size: 14px;
    line-height: 17px;
  }
}