@charset "UTF-8";
@font-face {
  font-family: "Gramatika Demo";
  src: url("/fonts/GramatikaDemoBold.eot");
  src: url("/fonts/GramatikaDemoBold.woff") format("woff"), url("/fonts/GramatikaDemoBold.woff2") format("woff"), url("/fonts/GramatikaDemoBold.svg") format("svg"), url("/fonts/GramatikaDemoBold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
body,
html {
  padding: 0;
  margin: 0;
  font-family: "Manrope", "Arial", sans-serif;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0em;
  color: #333333;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-variant-numeric: proportional-nums;
}

* {
  box-sizing: border-box;
  outline: none;
}

p:first-child, h2:first-child, h3:first-child {
  margin-top: 0;
}

p:last-child, h2:last-child, h3:last-child {
  margin-bottom: 0;
}

a {
  color: #333333;
  text-decoration: none;
}
a:hover {
  color: #35D101;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: "Gramatika Demo", "Manrope", "Arial", sans-serif;
  font-weight: 700;
  font-size: 104px;
  line-height: 80px;
  color: #000000;
  margin-bottom: 72px;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-top: 0;
}

h3, .h3 {
  font-weight: 700;
  font-size: 56px;
  line-height: 52px;
  margin-bottom: 56px;
}

h4, .h4 {
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 8px;
}

h5, .h5 {
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 12px;
}

h6, .h6 {
  font-size: 20px;
  line-height: 24px;
}

.breadcrumbs {
  margin: 0 0 16px;
  line-height: 1;
  font-weight: 400;
  font-size: 14px;
}
.breadcrumbs span, .breadcrumbs a {
  display: inline-block;
  vertical-align: top;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
}
.breadcrumbs a {
  position: relative;
  padding-right: 10px;
}
.breadcrumbs a:after {
  content: "/";
  display: inline-block;
  vertical-align: top;
  position: absolute;
  right: 3px;
  top: 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}

.input {
  -webkit-appearance: none;
  outline: none;
  background: transparent;
  border: 1px solid #D9D9D9;
  border-radius: 8px;
  padding: 15px 16px;
  width: 100%;
  max-width: 100%;
  margin: 0;
  font-family: "Manrope", "Arial", sans-serif;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0em;
  color: #333333;
  font-style: normal;
  font-weight: normal;
}
.input + span {
  display: inline-block;
  vertical-align: top;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s;
}
.input-wrap {
  display: block;
  position: relative;
  width: 100%;
  cursor: pointer;
  margin: 0 0 28px;
  line-height: 1;
  padding-top: 28px;
}
.input-wrap--2 {
  display: inline-block;
  vertical-align: top;
  width: calc(50% - 16px);
  margin-right: 32px;
}
.input-wrap--2.last {
  margin-right: 0;
}
.input-wrap--error:after {
  content: "Ошибка";
  display: inline-block;
  vertical-align: top;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  padding: 4px 8px 4px 28px;
  background: url("/images/svg/error.svg") no-repeat 8px 50% #FFFFFF;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  position: absolute;
  bottom: -20px;
  left: 8px;
  z-index: 2;
}
.input:focus {
  border-color: #999999;
}
.input:hover {
  border-color: #999999;
}

textarea.input {
  height: 214px;
  margin-bottom: 2px;
}

.tab-link {
  display: inline-block;
  vertical-align: top;
  font-family: "Gramatika Demo", "Manrope", "Arial", sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  padding: 0 32px 11px;
  position: relative;
}
.tab-links {
  border-bottom: 1px solid #D9D9D9;
  margin: 0 -32px 82px;
}
.tab-link:after {
  content: "";
  display: block;
  position: absolute;
  background: #23CC01;
  border-radius: 2px;
  width: 100%;
  top: calc(100% - 3px);
  height: 6px;
  left: 0;
  opacity: 0;
}
.tab-link.active:after {
  opacity: 1;
}
.tab-link:hover {
  color: #333333;
}
.tab-link:hover:after {
  opacity: 0.5;
}

.btn {
  display: inline-block;
  vertical-align: top;
  -webkit-appearance: none;
  text-align: center;
  font-family: "Gramatika Demo", "Manrope", "Arial", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 0.02em;
  color: #FFFFFF;
  border: 1px solid #23CC01;
  padding: 11px 23px;
  cursor: pointer;
  background: #23CC01;
  border-radius: 8px;
  position: relative;
  z-index: 1;
}
.btn:hover {
  border-color: #35D101;
  background-color: #35D101;
  color: #FFFFFF;
}
.btn--copy {
  padding: 11px 23px 11px 59px;
  background: url("/images/svg/ico-copy.svg") no-repeat 25px 50% #F2FCF0;
  border-color: #F2FCF0;
  color: #23CC01;
}
.btn--copy:hover {
  background-color: #F6FCF5;
  border-color: #F6FCF5;
  color: #23CC01;
}

.wrap {
  margin: 0 auto;
  padding: 0 56px;
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
}
.header .wrap {
  position: relative;
  padding: 0 24px;
}
.header-phone {
  display: inline-block;
  vertical-align: top;
  position: absolute;
  top: 50%;
  right: 57px;
  transform: translateY(-50%);
}
.header-phone a {
  display: inline-block;
  vertical-align: top;
  font-family: "Gramatika Demo", "Manrope", "Arial", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #000000;
}

.logo {
  display: inline-block;
  vertical-align: middle;
  width: 242px;
  height: 93px;
  background: url("/images/svg/logo.svg") no-repeat center #ffffff;
  border-radius: 0 0 8px 0;
  position: relative;
  margin-right: 33px;
  margin-left: -24px;
  background-size: 160px auto;
}

.top-menu {
  display: inline-block;
  vertical-align: middle;
}
.top-menu a {
  display: inline-block;
  vertical-align: top;
  margin-right: 4px;
  padding: 7px 15px;
  border: 1px solid #999999;
  border-radius: 8px;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  font-family: "Gramatika Demo", "Manrope", "Arial", sans-serif;
}
.top-menu a:hover {
  border-color: #F5F5F5;
  background-color: #F5F5F5;
}
.top-menu a.burger-close {
  display: none;
}

.main {
  min-height: 86vh;
  padding-top: 125px;
}

.block {
  position: relative;
  margin-bottom: 160px;
}
.block-title {
  margin: 0 0 56px;
  position: relative;
}
.block:last-child {
  margin-bottom: 0;
}
.block-sub {
  display: inline-block;
  vertical-align: top;
  font-family: "Gramatika Demo", "Manrope", "Arial", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 24px;
  color: #FFFFFF;
  padding: 8px 16px 8px 52px;
  background: url("/images/svg/ico-tg.svg") no-repeat 16px 8px #48CC00;
  border-radius: 24px;
  margin-bottom: 20px;
}
.block-link {
  display: inline-block;
  vertical-align: top;
  border-bottom: 1px solid #CCCCCC;
  position: absolute;
  top: 0;
  right: 0;
}
.block-link:hover {
  border-bottom-color: #999999;
}

.page-top {
  margin-bottom: 80px;
}
.page-top h1 {
  margin: 0 0 80px;
}

.page-top__text {
  margin-left: 34%;
  font-size: 24px;
  line-height: 32px;
}

.body--main .main {
  padding-top: 0;
}
.body--main .header-phone a,
.body--main .top-menu a {
  color: #FFFFFF;
}
.body--main .header-phone a:hover,
.body--main .top-menu a:hover {
  border-color: #FFFFFF;
  background-color: #FFFFFF;
  color: #000000;
}

.main-top {
  position: relative;
  border-radius: 0 0 16px 16px;
  overflow: hidden;
  margin-left: -32px;
  margin-right: -32px;
}
.main-top .swiper-slide {
  background: no-repeat center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 128px 88px 100px;
  min-height: 680px;
}
.main-top .swiper-slide:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 0;
}
.main-top__info {
  position: relative;
  z-index: 2;
  max-width: 700px;
  margin-left: 14.7%;
  margin-bottom: 60px;
}
.main-top__title {
  max-width: 619px;
  font-size: 56px;
  line-height: 52px;
  margin: 0 0 32px;
  color: #ffffff;
}
.main-top__text {
  color: #ffffff;
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0.008em;
  max-width: 695px;
  margin-bottom: 40px;
}
.main-top .swiper-pagination {
  line-height: 0;
  bottom: 65px;
  margin: 0;
  padding: 0;
  left: 50%;
  transform: translateX(-50%);
}
.main-top .swiper-pagination-bullet {
  width: 16px;
  height: 7px;
  margin: 0 6px;
  background: #FFFFFF;
  opacity: 0.5;
  border-radius: 2px;
}
.main-top .swiper-pagination-bullet-active {
  width: 32px;
  opacity: 1;
}

.swiper-buttons {
  display: flex;
  width: 120px;
  position: absolute;
  left: 88px;
  bottom: 40px;
  z-index: 2;
}
.swiper-button {
  position: static;
  margin: 0;
  transform: none;
  width: 56px;
  height: 56px;
  border: 2px solid #FFFFFF;
  border-radius: 56px;
  background: url("/images/svg/arrow-nav-white.svg") no-repeat center;
}
.swiper-button:after {
  display: none;
}
.swiper-button-prev {
  transform: rotate(-180deg);
  margin-right: 8px;
}

.h-mb-0 {
  margin-bottom: 0 !important;
}

.h-mt-0 {
  margin-top: 0 !important;
}

.burger-wrap {
  display: none;
}

.body--about .page-top {
  margin-bottom: 56px;
}
.body--about .page-top h1 {
  max-width: 1030px;
  margin-bottom: 32px;
}
.body--about .contacts .block-title {
  font-size: 56px;
  line-height: 52px;
}

.about {
  overflow: hidden;
}
.about .block-title {
  line-height: 88px;
  margin-bottom: 80px;
}
.about-text {
  font-size: 24px;
  line-height: 32px;
  margin-left: 34%;
}
.about-text h4 {
  max-width: 600px;
  margin: 0 0 16px;
}
.about-text p + h4 {
  margin-top: 56px;
}
.about-text ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 32px;
}
.about-text ul li {
  position: relative;
  margin-bottom: 12px;
  padding-left: 15px;
}
.about-text ul li:before {
  content: "";
  display: block;
  position: absolute;
  width: 11px;
  height: 2px;
  background-color: #333333;
  left: 0;
  top: 50%;
}
.about-text--left {
  margin-left: 0;
  max-width: 853px;
}
.about-text + .about {
  margin-top: 100px;
}
.about-text__advantages {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 444px);
  margin-right: 80px;
  margin-top: 32px;
}
.about-text__cert {
  display: inline-block;
  vertical-align: top;
  width: 300px;
  margin-top: 85px;
}
.about-text__cert .docs-item {
  width: 298px;
}
.about-bot {
  margin: 92px auto 38px;
  max-width: 926px;
  background: #F2FCF0;
  border-radius: 16px;
  padding: 110px 88px 78px;
  position: relative;
}
.about-bot__item {
  max-width: 480px;
  margin: 0 0 48px;
}
.about-bot__item:last-child {
  margin-bottom: 0;
}
.about-bot__count {
  margin-bottom: 16px;
  font-family: "Gramatika Demo", "Manrope", "Arial", sans-serif;
  font-weight: 700;
  font-size: 120px;
  line-height: 120px;
  color: #000000;
}
.about-bot__text {
  font-family: "Gramatika Demo", "Manrope", "Arial", sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  color: #000000;
  margin-left: 48px;
}
.about-bot__wm {
  display: block;
  position: absolute;
  width: 33.8%;
  top: 6.7%;
  right: -8.4%;
  z-index: 1;
}
.about-bot__pb {
  display: block;
  position: absolute;
  width: 34%;
  top: 18.7%;
  right: -29%;
  transform: rotate(31deg);
  z-index: 0;
}
.about-bot__hd {
  display: block;
  position: absolute;
  width: 28%;
  top: 66.4%;
  right: 11%;
  z-index: 2;
}
.about-bot__rec {
  display: block;
  position: absolute;
  width: 13.5%;
  top: -5.7%;
  right: 18.6%;
  z-index: 3;
}
.about-eco__item {
  margin-bottom: 80px;
}
.about-eco__item-title {
  margin: 0 0 48px 17.5%;
  max-width: 650px;
}
.about-eco__item-text {
  margin-left: 34.2%;
  max-width: 735px;
}
.about-eco__item .list {
  font-size: 16px;
  line-height: 24px;
}
.about-eco__item .list li {
  margin-bottom: 12px;
  letter-spacing: 0.008em;
}
.about-eco__item .list li:first-letter {
  padding-left: 15px;
}
.about-eco__item .list li:before {
  top: 12px;
  width: 11px;
  height: 2px;
}
.about-eco .block-title {
  line-height: 88px;
  max-width: 1030px;
  margin: 0 0 80px;
}
.about-eco .col-3 {
  display: inline-block;
  vertical-align: top;
  width: calc((98% - 112px) / 3);
  margin-right: 56px;
}
.about-eco .col-3:nth-child(3n+3) {
  margin-right: 0;
}
.about-eco .col-3 a {
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding-top: 72px;
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  color: #000000;
  font-family: "Gramatika Demo", "Manrope", "Arial", sans-serif;
}
.about-eco .col-3 a:before {
  content: "";
  display: block;
  position: absolute;
  width: 56px;
  height: 56px;
  border-radius: 56px;
  left: 0;
  top: 0;
  border: 1px solid #23CC01;
  background: url(/images/svg/arr-service-green.svg) no-repeat center, url(/images/svg/arr-service-white.svg) no-repeat center;
  background-size: auto, 0;
}
.about-eco .col-3 a:hover:before {
  background-color: #23CC01;
  background-size: 0, auto;
}

.list {
  font-size: 24px;
  line-height: 32px;
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 40px;
}
.list li {
  padding-left: 32px;
  position: relative;
  margin-bottom: 24px;
}
.list li:before {
  content: "";
  display: block;
  position: absolute;
  width: 16px;
  height: 1px;
  background-color: #333333;
  left: 0;
  top: 17px;
}

.services-left {
  display: inline-block;
  vertical-align: top;
  width: 34%;
  padding-top: 29px;
  position: relative;
  z-index: 0;
}
.services-right {
  display: inline-block;
  vertical-align: top;
  width: 66%;
  background: radial-gradient(133.28% 203.46% at 6.33% 6.87%, #3EBF13 0%, #33BF26 27.04%, #BDE645 62.21%, #40BF26 88.93%);
  border-radius: 16px;
  color: #ffffff;
  padding: 32px 34px 48px;
  position: relative;
  z-index: 2;
}
.services-right .col {
  display: inline-block;
  vertical-align: top;
  width: calc(52% - 46px);
  margin-right: 46px;
}
.services-right .col:last-child {
  width: 48%;
  margin-right: 0;
}
.services-item {
  display: inline-block;
  vertical-align: top;
  width: calc(52% - 46px);
  margin-right: 46px;
  margin-bottom: 32px;
  position: relative;
  padding-top: 72px;
}
.services-item:nth-child(2n+2) {
  width: 48%;
  margin-right: 0;
}
.services-item:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -1;
  width: 56px;
  height: 55px;
  border-radius: 56px;
  background: url("/images/svg/arr-service-white.svg") no-repeat center, url("/images/svg/arr-service-green.svg") no-repeat center;
  background-size: auto, 0;
  border: 2px solid #ffffff;
  box-sizing: border-box;
}
.services-item:last-child {
  margin-bottom: 0;
}
.services-item__title {
  display: block;
  max-width: 370px;
  margin: 0 0 8px;
  color: #FFFFFF;
}
.services-item__text {
  display: block;
  color: #ffffff;
  max-width: 343px;
  letter-spacing: 0.017em;
}
.services-item:hover {
  color: #ffffff;
}
.services-item:hover:before {
  background-color: #FFFFFF;
  background-size: 0, auto;
}
.services .block-title {
  color: #ffffff;
  line-height: 88px;
  margin-bottom: 80px;
}
.services-img {
  display: block;
  width: 100%;
  border-radius: 16px;
}
.services-img--2 {
  margin-right: 32px;
  width: calc((100% - 46px) / 2);
  float: right;
  margin-bottom: -20px;
}
.services-video {
  overflow: hidden;
  position: relative;
  border-radius: 16px;
  margin-bottom: 32px;
  margin-right: -32px;
  width: calc(100% + 32px);
}
.services-video img {
  margin-bottom: 0;
}
.services-video video {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.equipment {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  margin: 0 -32px 165px;
}
.equipment-top {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  padding: 32px;
}
.equipment .block-title {
  line-height: 88px;
  color: #ffffff;
  margin: 0 0 24px;
}
.equipment-menu a {
  display: inline-block;
  vertical-align: top;
  font-family: "Gramatika Demo", "Manrope", "Arial", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  color: #ffffff;
  margin-right: 24px;
  opacity: 0.5;
}
.equipment-menu a.active {
  opacity: 1;
}
.equipment .swiper-slide {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  background: no-repeat center;
  background-size: cover;
  position: relative;
  padding: 180px 56px 32px;
  border-radius: 16px;
  min-height: 632px;
}
.equipment .swiper-slide:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
  background: rgba(0, 0, 0, 0.5);
}
.equipment-item__info {
  position: relative;
  margin-right: 5.5%;
  z-index: 2;
  max-width: 499px;
}
.equipment-item__info .btn {
  margin-top: 40px;
}
.equipment-item__title {
  color: #ffffff;
  margin: 0 0 16px;
}
.equipment-item__text {
  color: #ffffff;
  opacity: 0.9;
  max-width: 340px;
}
.equipment-sections {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -32px;
}
.equipment-section {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: calc((100% - 32px) / 2);
  margin-right: 32px;
  margin-bottom: 32px;
  min-height: 400px;
  background: no-repeat center;
  background-size: cover;
  border-radius: 16px;
  color: #ffffff;
  padding: 32px;
  overflow: hidden;
  position: relative;
}
.equipment-section:nth-child(2n+2) {
  margin-right: 0;
}
.equipment-section__name {
  display: block;
  color: #FFFFFF;
  margin-bottom: 16px;
  position: relative;
  z-index: 1;
}
.equipment-section__text {
  display: block;
  color: #FFFFFF;
  opacity: 0.9;
  max-width: 370px;
  position: relative;
  z-index: 1;
}
.equipment-section:before {
  content: "";
  display: block;
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
}
.equipment-section:after {
  content: "";
  display: block;
  position: absolute;
  top: 32px;
  right: 32px;
  width: 56px;
  height: 56px;
  border-radius: 56px;
  border: 2px solid #FFFFFF;
  background: url("/images/svg/arr-service-white.svg") no-repeat center;
  box-sizing: border-box;
}
.equipment-detail__img {
  padding-top: 47.6%;
  margin-left: -32px;
  margin-right: -32px;
  background: no-repeat center;
  background-size: cover;
  border-radius: 16px;
  margin-bottom: 145px;
}
.equipment-other .equipment-section {
  width: calc((100% - 64px) / 3);
  margin-right: 32px;
}
.equipment-other .equipment-section:nth-child(2n+2) {
  margin-right: 32px;
}
.equipment-other .equipment-section:nth-child(3n+3) {
  margin-right: 0;
}

.partners-top {
  display: flex;
  margin-bottom: 80px;
}
.partners-top .block-title {
  display: inline-block;
  vertical-align: top;
  width: 500px;
  margin-right: 83px;
  margin-bottom: 0;
}
.partners-top__logo {
  display: inline-block;
  vertical-align: top;
  flex: 2;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.partners-top__logo img {
  display: inline-block;
  vertical-align: top;
  height: 54px;
  margin-right: 56px;
}
.partners-top__logo img:last-child {
  margin-right: 0;
}
.partners-info {
  margin-left: 34.2%;
  margin-bottom: 80px;
  max-width: 730px;
  font-size: 24px;
  line-height: 32px;
}
.partners-info .btn {
  margin-top: 16px;
}
.partners .block-title {
  text-align: center;
  margin-bottom: 59px;
}
.partners-map {
  max-width: 875px;
  margin: 0 auto;
  border-radius: 16px;
  overflow: hidden;
}
.partners-map img {
  display: block;
  width: 100%;
}
.partners-map div {
  height: 501px;
  border-radius: 16px;
}
.partners-items {
  text-align: center;
  margin-left: 10.5%;
  margin-top: -112px;
  position: relative;
  z-index: 2;
}
.partners-item {
  display: inline-block;
  vertical-align: top;
  background: no-repeat #FFFFFF;
  box-shadow: 8px 8px 80px rgba(0, 0, 0, 0.09);
  border-radius: 16px;
  font-family: "Gramatika Demo", "Manrope", "Arial", sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  color: #000000;
  text-align: left;
}
.partners-item--points {
  display: inline-flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 344px;
  height: 312px;
  margin: 0 16px;
  padding: 20px 24px;
  position: relative;
}
.partners-item--points span {
  display: block;
  font-size: 56px;
  line-height: 52px;
  margin-bottom: 16px;
}
.partners-item--points:after {
  content: "";
  display: block;
  position: absolute;
  width: 104px;
  height: 104px;
  border-radius: 16px;
  background: url("/images/svg/ico-recycle-white.svg") no-repeat center #23CC01;
  top: 24px;
  right: 24px;
  z-index: 1;
}
.partners-item--files {
  display: inline-flex;
  flex-direction: column;
  width: 576px;
  margin: 47px 15px 0;
}
.partners-item--file {
  display: block;
  padding: 24px 175px 24px 96px;
  background-image: url("/images/svg/ico-file.svg");
  background-position: 45px 35px;
  position: relative;
  margin: 0 0 20px 0;
}
.partners-item--file:after {
  content: "";
  display: block;
  position: absolute;
  box-sizing: border-box;
  width: 56px;
  height: 56px;
  border-radius: 56px;
  border: 2px solid #23CC01;
  background: url("/images/svg/arr-service-green.svg") no-repeat center, url("/images/svg/arr-service-white.svg") no-repeat center;
  background-size: auto, 0;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
}
.partners-item--file:hover {
  color: #000000;
}
.partners-item--file:hover:after {
  background-color: #23CC01;
  background-size: 0, auto;
}
.partners-logo {
  position: relative;
  padding-top: 30.4%;
  margin-top: 0;
}
.partners-logo img {
  display: block;
  position: absolute;
  width: 5%;
  top: 50%;
  left: 50%;
}
.partners-logo img.transcontainer {
  width: 14.8%;
  top: -1%;
  left: 54%;
}
.partners-logo img.tinkoff {
  width: 13.3%;
  top: 3.8%;
  left: 79.3%;
}
.partners-logo img.sber {
  width: 23%;
  top: 19%;
  left: 8.5%;
}
.partners-logo img.rostelecom {
  width: 14.4%;
  top: 22.5%;
  left: 37.1%;
}
.partners-logo img.ozon {
  width: 22.9%;
  top: 29.5%;
  left: 55.8%;
}
.partners-logo img.gazprom {
  width: 17.3%;
  top: 48.6%;
  left: 18%;
}
.partners-logo img.atlant {
  width: 28.3%;
  top: 53.2%;
  left: 41%;
}
.partners-logo img.frost {
  width: 13.3%;
  top: 56%;
  left: 78%;
}
.partners-logo img.mts {
  width: 19.1%;
  top: 92.5%;
  left: 12.3%;
}
.partners-logo img.lerua {
  width: 13.8%;
  top: 2%;
  left: 53%;
}
.partners-logo img.sborka {
  width: 18.5%;
  top: 30%;
  left: 13.2%;
}
.partners-logo img.razdel {
  width: 14.4%;
  top: 20.8%;
  left: 74.8%;
}
.partners-logo img.yar {
  width: 20.9%;
  top: 65.9%;
  left: 17.5%;
}
.partners-logo img.cko {
  width: 23.8%;
  top: 68.4%;
  left: 56.8%;
}
.partners-logo img.sobirator {
  width: 11%;
  top: 32%;
  left: 40%;
}
.partners-bot {
  margin-top: 56px;
  margin-bottom: -16px;
}
.partners-bot__item {
  display: inline-block;
  vertical-align: top;
  width: calc((100% - 32px) / 2);
  margin-right: 32px;
}
.partners-bot__item:nth-child(2n+2) {
  margin-right: 0;
  margin-top: -137px;
}
.partners-bot__item-img {
  display: block;
  padding-top: 57.3%;
  border-radius: 16px;
  background: no-repeat center;
  margin-bottom: 24px;
}
.partners-bot__item-name {
  display: inline-block;
  vertical-align: top;
  font-family: "Gramatika Demo", "Manrope", "Arial", sans-serif;
  position: relative;
  font-weight: 700;
  font-size: 56px;
  line-height: 52px;
  color: #000000;
  padding-right: 80px;
}
.partners-bot__item-name:after {
  content: "";
  display: block;
  position: absolute;
  width: 56px;
  height: 56px;
  border-radius: 56px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url("/images/svg/arr-service-green.svg") no-repeat center;
  border: 2px solid #23CC01;
  box-sizing: border-box;
}

.projects .partners-bot__item:nth-child(2n+2) {
  margin-top: 0;
}

.contacts {
  margin-bottom: 140px;
}
.contacts .block-title {
  margin-bottom: 58px;
}
.contacts-info {
  position: relative;
  padding-left: 34%;
}
.contacts-address {
  width: 30%;
  max-width: 386px;
  position: absolute;
  top: -2px;
  left: 0;
}
.contacts-address__title {
  margin: 0 0 5px;
}
.contacts-address__sub {
  margin-bottom: 24px;
}
.contacts-address__text {
  font-size: 24px;
  line-height: 32px;
  padding-left: 32px;
}
.contacts-map {
  margin-bottom: 56px;
}
.contacts-map div {
  height: 501px;
  border-radius: 16px;
  background-color: #F2FCF0;
}
.contacts-phone {
  margin-bottom: 48px;
}
.contacts-phone:last-child {
  margin-bottom: 0;
}
.contacts-phone h5 {
  margin: 0 0 16px;
}
.contacts-phone a.phone {
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding-right: 80px;
  margin-left: 32px;
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 56px;
  line-height: 52px;
  letter-spacing: -0.012em;
  color: #000000;
  font-family: "Gramatika Demo", "Manrope", "Arial", sans-serif;
}
.contacts-phone a.phone:after {
  content: "";
  display: block;
  position: absolute;
  width: 56px;
  height: 56px;
  border-radius: 56px;
  right: 0;
  top: 0;
  border: 2px solid #23CC01;
  background: url("/images/svg/arr-service-green.svg") no-repeat center, url("/images/svg/arr-service-white.svg") no-repeat center;
  background-size: auto, 0;
  box-sizing: border-box;
}
.contacts-phone a.phone:hover {
  color: #000000;
}
.contacts-phone a.phone:hover:after {
  background-color: #23CC01;
  background-size: 0, auto;
}
.contacts-phone .btn {
  display: block;
  width: 209px;
  margin-left: 32px;
}
.contacts-phone--email a.phone {
  letter-spacing: 0.002em;
  margin-bottom: 12px;
}

.form {
  padding: 31px;
  background: url("/images/svg/hive-green.svg") no-repeat right 50% #FDFFFC;
  background-size: auto 100%;
  border: 1px solid #48CC00;
  border-radius: 16px;
  margin-right: -32px;
  margin-left: -32px;
}
.form .block-sub {
  margin-bottom: 24px;
}
.form .block-title {
  margin-bottom: 36px;
}
.form .block-text {
  max-width: 450px;
  margin-bottom: 56px;
}
.form form {
  max-width: 874px;
  margin: 0 auto;
}
.form form .btn {
  display: inline-block;
  vertical-align: middle;
}
.form .agree {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 150px);
  padding-left: 32px;
  max-width: 570px;
  font-size: 14px;
  line-height: 20px;
  color: #999999;
}
.form--blue {
  border-color: #0086E6;
  background-color: #FCFEFF;
  background-image: url(/images/svg/hive-blue.svg);
}
.form--blue .block-sub {
  background: url(/images/svg/ico-pertners.svg) no-repeat 16px 50% #0086E6;
}
.form--blue .block-title {
  max-width: 870px;
}
.form--blue .btn {
  border-color: #0086E6;
  background-color: #0086E6;
  color: #ffffff;
}
.form--blue .btn:hover {
  background-color: #0095EB;
  border-color: #0095EB;
  color: #ffffff;
}
.form--blue .input:focus,
.form--blue .input:hover {
  border-color: #0086E6;
}

.footer {
  margin: 160px -32px 0;
  background: #FAFAFA;
  border-radius: 16px 16px 0 0;
  padding: 48px 32px 32px;
}
.footer-top {
  display: flex;
  margin-bottom: 8px;
}
.footer-top .logo {
  position: absolute;
  top: 46%;
  left: 52%;
  transform: translate(-50%, -50%);
  width: 208px;
  height: 72px;
  background-size: contain;
}
.footer .col {
  width: 48.2%;
  padding: 0 40px;
  position: relative;
}
.footer .col:last-child {
  width: 51.5%;
  border-left: 1px solid #D9D9D9;
}
.footer-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-menu li {
  margin-bottom: 24px;
}
.footer-menu li:last-child {
  margin-bottom: 0;
}
.footer-menu li a {
  display: inline-block;
  vertical-align: top;
  font-weight: 700;
  font-size: 32px;
  line-height: 32px;
  color: #000000;
  font-family: "Gramatika Demo", "Manrope", "Arial", sans-serif;
}
.footer-menu li a:hover {
  opacity: 0.5;
}
.footer-bot span {
  display: inline-block;
  vertical-align: top;
  color: #999999;
}
.footer .prominado {
  display: inline-block;
  vertical-align: top;
  float: right;
  line-height: 20px;
  color: #999999;
}
.footer .prominado a {
  color: #999999;
}
.footer .prominado a:hover {
  color: #000000;
}
.footer-contacts {
  position: absolute;
  top: 0;
  right: -5px;
  text-align: right;
}
.footer-contacts .phone {
  display: inline-block;
  vertical-align: top;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  font-family: "Gramatika Demo", "Manrope", "Arial", sans-serif;
  margin-bottom: 16px;
}

.socials a {
  display: inline-block;
  vertical-align: top;
  background: no-repeat center;
  width: 32px;
  height: 32px;
  margin-right: 8px;
}
.socials a:last-child {
  margin-right: 0;
}
.socials a.inst {
  background-image: url("/images/svg/ico-inst.svg");
}
.socials a.fb {
  background-image: url("/images/svg/ico-fb.svg");
}
.socials a.vk {
  background-image: url("/images/svg/ico-vk.svg");
}
.socials a:hover {
  opacity: 0.6;
}

.mission {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  transform: translateX(43px);
}
.mission .block-sub {
  background-image: url("/images/svg/ico-mission.svg");
}
.mission .block-title {
  max-width: 630px;
  margin-bottom: 36px;
}
.mission-text {
  margin-left: 23.5%;
}
.mission-text p {
  margin-bottom: 24px;
}
.mission-text p:last-child {
  margin-bottom: 0;
}

.docs {
  margin-bottom: 149px;
}
.docs .swiper-container {
  margin: 0 -56px 100px;
  padding-left: 56px;
}
.docs .swiper-wrapper {
  align-items: flex-end;
}
.docs-item {
  width: 421px;
}
.docs-item:nth-child(2n+2) {
  width: 298px;
}
.docs-item__img {
  display: block;
  padding-top: 136%;
  background: no-repeat center #F7F7F7;
  border-radius: 16px;
  background-size: 80%;
  margin-bottom: 24px;
}
.docs-item__type {
  display: inline-block;
  vertical-align: top;
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  font-family: "Gramatika Demo", "Manrope", "Arial", sans-serif;
  margin-bottom: 16px;
  background: #FF8826;
  border-radius: 96px;
  padding: 8px 8px 8px 28px;
  position: relative;
  color: #ffffff;
}
.docs-item__type:before {
  content: "";
  display: block;
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 12px;
  background: #FFFFFF;
  top: 10px;
  left: 8px;
}
.docs-item__type--doc {
  background: #7D40FF;
}
.docs-item__name {
  font-family: "Gramatika Demo", "Manrope", "Arial", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  color: #000000;
}
.docs .block-link {
  top: 13px;
}
.docs .partners-item--file {
  display: block;
  margin: 0 auto;
}

.news {
  margin-bottom: 132px;
}
.news-items {
  padding-left: 17%;
}
.news-items--max {
  padding-left: 0;
  margin-left: -16px;
  margin-right: -16px;
}
.news-items--max .news-item {
  width: calc((100% - 96px) / 3);
  margin: 0 16px 56px;
}
.news-items--max .news-item:nth-last-child(2), .news-items--max .news-item:first-child {
  width: calc((100% - 64px) / 2);
}
.news-items--max .news-item:nth-last-child(2) {
  margin-left: calc(21% - 32px);
}
.news-items--max:after {
  content: "";
  display: block;
  clear: both;
}
.news-item {
  display: inline-block;
  vertical-align: top;
  width: calc(40% - 16px);
  margin-right: 32px;
  margin-bottom: 56px;
}
.news-item:nth-child(2n+2) {
  margin-right: 0;
}
.news-item:first-child {
  width: calc(60% - 16px);
}
.news-item:first-child .news-item__img {
  padding-top: 50%;
}
.news-item:nth-last-child(1), .news-item:nth-last-child(2) {
  margin-bottom: 0;
}
.news-item__img {
  display: block;
  background: no-repeat center;
  background-size: cover;
  padding-top: 57%;
  border-radius: 16px;
  margin-bottom: 32px;
}
.news-item__name {
  display: block;
  margin: 0 0 12px;
}
.news-item__text {
  display: block;
}
.news-item:hover {
  color: #333333;
}
.news-detail {
  position: relative;
}
.news-detail__top {
  position: relative;
  margin-bottom: 48px;
}
.news-detail__img {
  margin-left: 34%;
  padding-top: 40%;
  border-radius: 16px;
  background: no-repeat center;
  background-size: cover;
}
.news-detail__text {
  margin-left: 34%;
}

.up,
.back {
  display: inline-block;
  vertical-align: top;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #000000;
  font-family: "Gramatika Demo", "Manrope", "Arial", sans-serif;
  position: absolute;
  bottom: 0;
  left: 0;
  padding-left: 72px;
}
.up:before,
.back:before {
  content: "";
  display: block;
  position: absolute;
  width: 56px;
  height: 56px;
  border-radius: 56px;
  border: 2px solid #23CC01;
  background: url("/images/svg/arr-service-green.svg") no-repeat center;
  top: 50%;
  left: 0;
  transform: translateY(-50%) rotate(-135deg);
  filter: grayscale(1) opacity(0.5);
  transition: filter 0.3s;
}
.up:hover,
.back:hover {
  color: #000000;
}
.up:hover:before,
.back:hover:before {
  filter: none;
}

.up:before {
  transform: translateY(-50%) rotate(-45deg);
}

.body--newsDetail h1 {
  font-size: 56px;
  line-height: 52px;
  margin-bottom: 56px;
  max-width: 765px;
}
.body--newsDetail .page-top {
  margin-bottom: 0;
}

.body--equipmentDetail .block {
  margin-bottom: 140px;
}

.body--partners .main {
  overflow: hidden;
  max-width: 100vw;
}
.body--partners .page-top {
  display: flex;
  flex-wrap: wrap;
}
.body--partners .page-top h1 {
  margin-bottom: 0;
  flex: 1;
  padding-right: 56px;
}
.body--partners .breadcrumbs {
  display: block;
  width: 100%;
}

.services-sections {
  padding-right: 5.5%;
}
.services-sections:after {
  content: "";
  display: block;
  clear: both;
}
.services-section {
  margin-left: 36%;
  margin-bottom: 56px;
}
.services-section:last-child {
  margin-bottom: 0;
}
.services-section__title {
  display: block;
  margin: 0 0 16px;
  position: relative;
  padding-right: 150px;
}
.services-section__title:after {
  content: "";
  display: block;
  position: absolute;
  width: 56px;
  height: 56px;
  border-radius: 56px;
  border: 2px solid #23CC01;
  background: url("/images/svg/arr-service-green.svg") no-repeat center;
  top: 0;
  right: 0;
  box-sizing: border-box;
}
.services-section__text {
  padding-right: 140px;
}
.services-section__text p {
  margin: 12px 0;
}
.services-section__text p:first-child {
  margin-top: 0;
}
.services-section__text p:last-child {
  margin-bottom: 0;
}
.services-detail__text {
  margin-left: 34%;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0.0085em;
  margin-bottom: 80px;
}
.services-detail__item {
  margin-bottom: 80px;
}
.services-detail__item-title {
  margin: 0 0 48px 17%;
  max-width: 920px;
}
.services-detail__item-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #333333;
  margin-left: 33.7%;
  margin-bottom: 48px;
}
.services-detail__item-text--min {
  max-width: 730px;
}
.services-detail__item-text ul {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 31px;
}
.services-detail__item-text ul li {
  padding-left: 16px;
  margin-bottom: 12px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #333333;
  position: relative;
}
.services-detail__item-text ul li:before {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 1px;
  background-color: #333333;
  left: 0;
  top: 50%;
}
.services-detail__item-text h4 {
  margin: 45px 0 16px;
}
.services-detail__item-text p {
  margin: 12px 0;
}
.services-detail__item-text p:first-child {
  margin-top: 0;
}
.services-detail__item-text p:last-child {
  margin-bottom: 0;
}
.services-detail__item-text ul + h4,
.services-detail__item-text p + h4 {
  margin-top: 48px;
}
.services-detail__item-text h5 {
  margin: 32px 0 16px;
}
.services-detail__item-text .gray + h4 {
  margin-top: 40px;
}
.services-detail__item-text ul + h5,
.services-detail__item-text .gray + h5,
.services-detail__item-text p + h5 {
  margin-top: 32px;
}
.services-detail__item-text .gray {
  display: block;
  color: #999999;
  margin-bottom: 12px;
}
.services-detail__item-text .gray:last-child {
  margin-bottom: 0;
}
.services-detail__item-text h6 {
  margin: 24px 0 16px;
}
.services-detail__item-bg {
  background: #F2FFED;
  border-radius: 16px;
  padding: 95px 95px 87px;
  text-align: center;
  color: #000000;
  margin: 80px 56px 0;
}
.services-detail__item-bg h4 {
  margin: 0;
}
.services-detail__item-bg h4 + p {
  margin-top: 32px;
}
.services-detail__item-bg a {
  display: inline-block;
  vertical-align: top;
  color: #FFFFFF;
  padding: 11px 50px 11px 18px;
  background: #23CC01;
  font-size: 28px;
  line-height: 28px;
  border-radius: 28px;
  transform: rotate(-5deg);
  position: relative;
  margin-bottom: -8px;
}
.services-detail__item-bg a:after {
  content: "";
  display: block;
  position: absolute;
  width: 24px;
  height: 24px;
  border-radius: 24px;
  border: 2px solid #FFFFFF;
  top: 12px;
  right: 18px;
  background: url("/images/svg/arr-service-white.svg") no-repeat center, url("/images/svg/arr-service-green.svg") no-repeat center;
  background-size: 12px, 0;
  box-sizing: border-box;
}
.services-detail__item-bg a:hover:after {
  background-color: #ffffff;
  background-size: 0, 12px;
}
.services-detail__item-drop {
  padding-left: 34%;
  margin-bottom: 32px;
}
.services-detail__item-drop > h6 {
  margin: 24px 0 16px;
}
.services-detail__images {
  margin: 56px 0;
}
.services-detail__images .col-2 {
  display: inline-block;
  vertical-align: top;
  width: calc(50% - 16px);
  margin-right: 32px;
}
.services-detail__images .col-2:after {
  content: "";
  display: block;
  clear: both;
}
.services-detail__images .col-2.last {
  margin-right: 0;
}
.services-detail__images .col-2 img {
  display: block;
  border-radius: 16px;
  margin-bottom: 32px;
}
.services-detail__images .col-2 img:last-child {
  margin-bottom: 0;
}
.services-detail__images .col-2 img.fr {
  float: right;
}
.services-detail__images .col-2 .col-2 {
  margin-bottom: 32px;
}
.services-detail__images > .col-2.last {
  padding-top: 67px;
  padding-right: 34px;
}
.services-detail__images > .col-2.last .col-2:first-child {
  margin-top: 94px;
}
.services-detail__equipment {
  margin: 56px 56px 120px;
  text-align: center;
}
.services-detail__equipment .bg {
  padding: 80px 130px;
  border: 1px solid #23CC01;
  box-sizing: border-box;
  border-radius: 16px;
  margin-bottom: 56px;
  position: relative;
  z-index: 2;
}
.services-detail__equipment .bg:before {
  content: "";
  display: block;
  position: absolute;
  background: #EFFCED;
  filter: blur(50px);
  border-radius: 16px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 14px;
  z-index: -1;
}
.services-detail__equipment .bg .col-2,
.services-detail__equipment .bg .col-3 {
  display: inline-block;
  vertical-align: top;
  width: calc((100% - 112px) / 3);
  margin-right: 56px;
}
.services-detail__equipment .bg .col-2:last-child,
.services-detail__equipment .bg .col-3:last-child {
  margin-right: 0;
}
.services-detail__equipment .bg .col-2 span,
.services-detail__equipment .bg .col-3 span {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  font-family: "Gramatika Demo", "Manrope", "Arial", sans-serif;
  color: #23CC01;
  border-radius: 56px;
  height: 56px;
  width: 56px;
  background: rgba(42, 252, 0, 0.1);
  margin: 0 auto 8px;
}
.services-detail__equipment .bg .col-2 h4,
.services-detail__equipment .bg .col-3 h4 {
  max-width: 220px;
  margin: 0 auto;
}
.services-detail__equipment .bg .col-2 .green,
.services-detail__equipment .bg .col-3 .green {
  display: inline-block;
  vertical-align: top;
  color: #FFFFFF;
  padding: 11px 18px;
  background: #23CC01;
  font-size: 28px;
  line-height: 28px;
  border-radius: 28px;
  transform: rotate(-5deg);
  position: relative;
  margin-bottom: -8px;
}
.services-detail__equipment .bg .col-2 {
  width: calc((100% - 56px) / 2);
  margin-right: 56px;
  margin-bottom: 44px;
}
.services-detail__equipment .bg .col-2:nth-child(2n+2) {
  margin-right: 0;
}
.services-detail__equipment .bg .col-2 h4 {
  max-width: 350px;
}
.services-detail__equipment .bg .col-2:nth-last-child(1), .services-detail__equipment .bg .col-2:nth-last-child(2) {
  margin-bottom: 0;
}
.services-detail__equipment .bg h3 {
  max-width: 840px;
  margin: 0 auto 56px;
}
.services-detail__equipment .bg .cols {
  margin: 0 auto;
  max-width: 770px;
}
.services-detail__equipment .text {
  max-width: 690px;
  margin: 0 auto;
}
.services-detail__prods {
  margin-bottom: -32px;
  margin-left: 18%;
}
.services-detail__prod {
  display: inline-block;
  vertical-align: top;
  width: calc((100% - 64px) / 3);
  margin-right: 32px;
  margin-bottom: 32px;
  text-align: center;
}
.services-detail__prod:nth-child(3n+3) {
  margin-right: 0;
}
.services-detail__prod.col-2 {
  width: calc((100% - 32px) / 2);
}
.services-detail__prod.col-2:nth-child(3n+3) {
  margin-right: 32px;
}
.services-detail__prod.col-2:nth-child(2n+2) {
  margin-right: 0;
}
.services-detail__prod.col-2 .services-detail__prod-img {
  padding-top: 61%;
}
.services-detail__prod-img {
  position: relative;
  padding-top: 129%;
  background: no-repeat center;
  background-size: contain;
  margin-bottom: 3px;
}
.services-detail__prod-price {
  display: inline-block;
  vertical-align: top;
  color: #FFFFFF;
  padding: 10px 22px;
  background: #23CC01;
  font-weight: 700;
  font-family: "Gramatika Demo", "Manrope", "Arial", sans-serif;
  font-size: 33px;
  line-height: 45px;
  border-radius: 46px;
  position: absolute;
  bottom: 101px;
  right: 38px;
  transform: rotate(-5deg);
}
.services-detail__prod-name {
  margin: 0 0 16px;
}
.services-detail__prod-text {
  color: #999999;
}
.services-detail__form {
  max-width: 938px;
  margin: 0 auto;
}
.services-detail__form-title {
  max-width: 820px;
  margin: 0 auto 140px;
  text-align: center;
}
.services-detail__form-title .green {
  display: inline-block;
  vertical-align: top;
  color: #FFFFFF;
  padding: 11px 18px;
  background: #23CC01;
  font-size: 28px;
  line-height: 28px;
  border-radius: 28px;
  transform: rotate(-5deg);
  position: relative;
  margin-bottom: -8px;
}
.services-detail__form .form {
  background-image: none;
  padding: 32px;
}
.services-detail__form .form .form-title {
  margin: 0 0 13px;
  max-width: 500px;
}
.services-detail__benefit {
  display: flex;
  flex-direction: column;
  width: 60%;
  margin-left: 45%;
  max-width: 651px;
  min-height: 651px;
  padding: 100px;
  justify-content: center;
  align-items: flex-start;
  color: #ffffff;
  background: radial-gradient(133.28% 203.46% at 6.33% 6.87%, #3EBF13 0%, #33BF26 27.04%, #BDE645 62.21%, #40BF26 88.93%), rgba(200, 252, 189, 0.83);
  border-radius: 100%;
  font-family: "Gramatika Demo", "Manrope", "Arial", sans-serif;
  position: relative;
}
.services-detail__benefit:before {
  content: "";
  display: block;
  position: absolute;
  width: 28vw;
  padding-top: 28vw;
  border-radius: 100%;
  background: #F2FFED;
  top: 50%;
  right: 110%;
  transform: translateY(-50%);
}
.services-detail__benefit:after {
  content: "";
  display: block;
  clear: both;
}
.services-detail__benefit-sub {
  font-weight: 700;
  font-size: 24px;
  line-height: 24px;
  padding: 8px 16px 8px 48px;
  background: url("/images/svg/ico-star.svg") no-repeat 15px center #FF8826;
  border-radius: 24px;
  margin-bottom: 14px;
}
.services-detail__benefit-title {
  font-weight: 700;
  font-size: 120px;
  line-height: 120px;
  color: #FFFFFF;
  margin: 0 0 16px;
}
.services-detail__benefit-text {
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  color: #FFFFFF;
  padding-left: 50px;
}
.services-detail__benefit + .text {
  width: 50%;
  text-align: center;
  margin: 56px 0;
  margin-left: 43%;
}

.body--servicesDetail .page-top h1 {
  line-height: 88px;
  max-width: 730px;
  margin-bottom: 17px;
}
.body--servicesDetail .page-top .page-top__text {
  margin-left: 0;
}

.drop {
  border: 1px solid #D9D9D9;
  border-radius: 8px;
  padding: 23px 24px;
  margin-bottom: 16px;
}
.drop-top {
  position: relative;
  cursor: pointer;
}
.drop-top:after {
  content: "";
  display: block;
  position: absolute;
  width: 15px;
  height: 9px;
  background: url("/images/svg/arr-choose.svg") no-repeat center;
  top: 10px;
  right: 1px;
}
.drop-top h6, .drop-top__title {
  margin: 0 0 8px;
  max-width: 674px;
}
.drop-top__text {
  color: #999999;
  max-width: 674px;
}
.drop-top.active:after {
  transform: rotate(-180deg);
}
.drop-content {
  display: none;
  padding-top: 56px;
}
.drop-content h6 {
  margin: 32px 0 8px;
  max-width: 520px;
}
.drop-content h6:first-child {
  margin-top: 0;
}
.drop-content p {
  margin: 8px 0;
}
.drop-content ul:last-child {
  margin-bottom: 0;
}
.drop-content ul li {
  margin-bottom: 8px;
}
.drop-content ul li:last-child {
  margin-bottom: 0;
}
.drop-content__text {
  max-width: 675px;
}
.drop + h6 {
  margin-top: 32px;
}

@media (max-width: 767px) {
  body, html {
    font-size: 14px;
    line-height: 20px;
  }

  .wrap {
    padding: 0 16px;
  }

  .burger-wrap {
    display: block;
    text-align: right;
  }

  .burger {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    width: 97px;
    background: #23CC01;
    box-shadow: 4px 4px 12px rgba(35, 204, 1, 0.3);
    border-radius: 8px;
    font-weight: 700;
    font-size: 20px;
    line-height: 16px;
    color: #FFFFFF;
    font-family: "Gramatika Demo", "Manrope", "Arial", sans-serif;
    padding: 12px 34px 12px 12px;
    position: relative;
    margin-bottom: 24px;
  }
  .burger:before, .burger:after {
    content: "";
  }
  .burger:before, .burger:after,
.burger span {
    display: block;
    width: 16px;
    height: 3px;
    background: #FFFFFF;
    border-radius: 1px;
    position: absolute;
    right: 12px;
  }
  .burger:before {
    bottom: 13px;
  }
  .burger:after {
    top: 13px;
  }
  .burger span {
    top: 50%;
    transform: translateY(-50%);
  }
  .burger:hover {
    color: #FFFFFF;
  }

  .top-menu {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    background: #ffffff;
    padding: 54px 16px 32px;
  }
  .top-menu a {
    margin-bottom: 22px;
    font-size: 18px;
    line-height: 18px;
    color: #000000;
    font-family: "Gramatika Demo", "Manrope", "Arial", sans-serif;
    padding: 0;
    border: 0;
    border-radius: 0;
  }
  .top-menu a.burger-close {
    display: block;
  }
  .top-menu.active {
    display: flex;
    flex-direction: column;
  }

  .burger-close {
    display: block;
    position: absolute;
    z-index: 2;
    width: 24px;
    height: 24px;
    background: url("/images/svg/close.svg") no-repeat center;
    background-size: 20px;
    top: 24px;
    right: 16px;
  }

  .body--main .top-menu a {
    color: #000000;
  }

  .header {
    background: #FFFFFF;
    box-shadow: 0 4px 18px rgba(29, 29, 29, 0.05);
    border-radius: 0 0 16px 16px;
    padding: 12px 0;
  }
  .header-phone {
    right: 16px;
  }
  .header-phone a {
    font-size: 16px;
    line-height: 24px;
  }
  .header .wrap {
    padding: 0 16px;
  }

  .logo {
    width: 114px;
    height: 40px;
    margin: 0;
    background-size: contain;
  }

  .block {
    margin-bottom: 80px;
  }

  .main {
    padding-top: 80px;
  }

  .body--main .header-phone a {
    color: #000000;
  }
  .body--main .main {
    padding-top: 80px;
  }

  .main-top {
    margin: 0 0 16px;
    border-radius: 8px;
  }
  .main-top .swiper-slide {
    padding: 16px;
    border-radius: 8px;
    height: calc(100vh - 160px);
    min-height: auto;
  }
  .main-top .swiper-buttons {
    display: none;
  }
  .main-top__title {
    font-size: 38px;
    line-height: 32px;
    margin-bottom: 16px;
  }
  .main-top__text {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
  }
  .main-top .swiper-pagination {
    display: inline-block;
    vertical-align: top;
    position: absolute;
    bottom: 19px;
    right: 17px;
    width: auto;
    left: auto;
  }
  .main-top .swiper-pagination-bullet {
    width: 16px;
    height: 4px;
    background: #FFFFFF;
    opacity: 0.5;
    border-radius: 1px;
  }
  .main-top .swiper-pagination-bullet-active {
    width: 32px;
    opacity: 1;
  }

  h1, .h1, h2, .h2 {
    font-weight: 700;
    font-size: 38px;
    line-height: 32px;
    margin-bottom: 32px;
  }

  h4, .h4 {
    font-size: 24px;
    line-height: 24px;
  }

  .about .block-title {
    line-height: 32px;
    margin-bottom: 16px;
  }
  .about-text {
    font-size: 14px;
    line-height: 20px;
    margin: 0 0 80px;
  }
  .about-text p + h4 {
    margin-bottom: 16px;
  }
  .about-text ul {
    margin-bottom: 32px;
  }
  .about-text ul li {
    padding-left: 14px;
    margin-bottom: 8px;
  }
  .about-text ul li:before {
    left: 1px;
    top: 10px;
    width: 9px;
  }
  .about-bot {
    padding: 193px 43px 16px;
    margin-top: 200px;
  }
  .about-bot__item {
    margin-bottom: 32px;
  }
  .about-bot__item:last-child {
    margin-bottom: 0;
  }
  .about-bot__count {
    font-size: 64px;
    line-height: 64px;
    margin-bottom: 8px;
  }
  .about-bot__text {
    font-size: 18px;
    line-height: 24px;
    margin-left: 32px;
  }
  .about-bot__wm {
    width: 53%;
    left: 50%;
    top: 0;
    transform: translate(-55%, -41%);
  }
  .about-bot__pb {
    width: 51%;
    top: -14.3%;
    right: -9%;
  }
  .about-bot__hd {
    width: 44%;
    top: 9%;
    right: 53%;
  }
  .about-bot__rec {
    width: 21%;
    top: -22%;
    right: 69%;
  }

  .services-right, .services-left {
    width: 100%;
    margin: 0;
  }
  .services-left {
    padding-top: 0;
  }
  .services-img--1 {
    margin: 0 auto -71px;
    border-radius: 16px 16px 0 0;
    width: 74%;
  }
  .services-img--2 {
    display: none;
  }
  .services-right {
    padding: 32px 16px;
  }
  .services .block-title {
    line-height: 32px;
    margin-bottom: 32px;
    text-align: center;
  }
  .services-item {
    display: block;
    width: 100%;
    margin: 0 0 32px;
    padding-top: 0;
  }
  .services-item:nth-child(2n+2) {
    width: 100%;
  }
  .services-item__text {
    display: none;
  }
  .services-item__title {
    padding: 0 70px 0 0;
  }
  .services-item:before {
    left: auto;
    right: 0;
    width: 40px;
    height: 40px;
  }

  .equipment {
    margin: 0 -16px 80px;
    border-radius: 0;
  }
  .equipment .block-title {
    font-size: 38px;
    line-height: 32px;
    margin-bottom: 32px;
    color: #000000;
  }
  .equipment-top {
    position: static;
    padding: 0 16px;
  }
  .equipment-menu {
    display: none;
  }
  .equipment .swiper-container {
    padding: 0 16px;
  }
  .equipment .swiper-slide {
    width: 285px;
    min-height: 320px;
    padding: 24px 16px;
    border-radius: 16px;
    overflow: hidden;
    position: relative;
  }
  .equipment .swiper-slide:after {
    content: "";
    display: block;
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    border: 2px solid #ffffff;
    background: url(/images/svg/arr-service-white.svg) no-repeat center;
    top: 16px;
    right: 16px;
    left: auto;
    z-index: 2;
    box-sizing: border-box;
  }
  .equipment-item__title {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 16px;
  }
  .equipment-item__text {
    font-size: 14px;
    line-height: 20px;
  }
  .equipment-item__info {
    margin-right: 0;
  }

  .partners {
    margin-bottom: 120px;
  }
  .partners .block-title {
    text-align: left;
    margin-bottom: 32px;
  }
  .partners-map {
    margin-bottom: 16px;
  }
  .partners-items {
    margin: 0 0 48px;
  }
  .partners-item {
    display: flex;
    width: 100%;
    margin: 0 0 32px;
  }
  .partners-item--points {
    display: block;
    height: auto;
    box-shadow: none;
    font-size: 18px;
    line-height: 24px;
    padding: 0 20px 0 136px;
    margin-bottom: 49px;
  }
  .partners-item--points:after {
    right: auto;
    left: 0;
    top: 0;
    width: 120px;
    height: 120px;
  }
  .partners-item--points span {
    font-size: 64px;
    line-height: 64px;
    margin-bottom: 8px;
  }
  .partners-item--file {
    padding: 16px 62px 16px 54px;
    font-size: 18px;
    line-height: 24px;
    background-position: 18px 19px;
    background-size: 20px auto;
  }
  .partners-item--file:after {
    width: 40px;
    height: 40px;
    right: 16px;
  }
  .partners-logo {
    margin-top: 0;
    padding-top: 128%;
  }
  .partners-logo img.transcontainer {
    width: 32.8%;
    top: 60.6%;
    left: 59.3%;
  }
  .partners-logo img.tinkoff {
    width: 30.3%;
    top: 87.8%;
    left: 8.3%;
  }
  .partners-logo img.sber {
    width: 52%;
    top: -0.4%;
    left: 2.5%;
  }
  .partners-logo img.rostelecom {
    width: 33.4%;
    top: 1.5%;
    left: 63.1%;
  }
  .partners-logo img.ozon {
    width: 51.9%;
    top: 64.5%;
    left: -5.2%;
  }
  .partners-logo img.gazprom {
    width: 39.3%;
    top: 27.6%;
    left: 52%;
  }
  .partners-logo img.atlant {
    width: 63.3%;
    top: 17.6%;
    left: -11%;
  }
  .partners-logo img.frost {
    width: 29.3%;
    top: 82%;
    left: 59%;
  }
  .partners-logo img.mts {
    width: 44%;
    top: 51.5%;
    left: 11.3%;
  }

  .contacts .block-title {
    margin-bottom: 32px;
  }
  .contacts-address {
    position: static;
    margin-bottom: 32px;
    width: 100%;
  }
  .contacts-address__title {
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 12px;
  }
  .contacts-address__text {
    padding: 0;
  }
  .contacts-info {
    padding-left: 0;
  }
  .contacts-map {
    overflow: hidden;
    margin-bottom: 32px;
  }
  .contacts-map div {
    height: 320px;
  }
  .contacts-phone {
    margin-bottom: 32px;
  }
  .contacts-phone h5 {
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 8px;
  }
  .contacts-phone a.phone {
    display: inline-block;
    vertical-align: middle;
    font-size: 24px;
    line-height: 24px;
    margin: 0 24px 0 0;
    padding-right: 56px;
  }
  .contacts-phone a.phone:after {
    width: 40px;
    height: 40px;
    top: 50%;
    transform: translateY(-50%);
  }
  .contacts-phone .btn {
    display: inline-block;
    vertical-align: middle;
    color: transparent;
    width: 0;
    padding: 0 0 0 40px;
    height: 40px;
    background-position: center;
    margin-left: 0;
    overflow: hidden;
  }
  .contacts-phone--email a.phone {
    margin: 0 0 12px;
  }

  .form {
    margin: 0;
    padding: 32px 16px 40px;
    background-size: auto 40%;
    background-position: right top;
  }
  .form .block-title {
    margin-bottom: 16px;
  }
  .form .block-text {
    margin-bottom: 32px;
  }
  .form .agree {
    width: 85%;
    padding-left: 0;
    margin-top: 16px;
    font-size: 12px;
    line-height: 18px;
  }

  .input {
    font-size: 14px;
    line-height: 20px;
    padding: 11px 12px;
  }
  .input-wrap {
    margin-bottom: 16px;
    padding-top: 24px;
  }
  .input-wrap--2 {
    width: 100%;
  }

  textarea.input {
    height: 87px;
    margin-bottom: 14px;
  }

  .block-sub {
    font-size: 18px;
    line-height: 18px;
    padding: 8px 12px 8px 38px;
    margin-bottom: 24px;
    background-size: 18px;
    background-position: 12px 50%;
  }

  .footer {
    margin: 80px 0 0;
    padding: 32px 16px;
  }
  .footer-top {
    flex-direction: row-reverse;
    position: relative;
    margin-bottom: 40px;
  }
  .footer-top .col {
    padding: 0;
    position: static;
  }
  .footer-top .col:last-child {
    border: 0;
  }
  .footer-top .col .socials {
    top: auto;
    right: 0;
    bottom: 0;
  }
  .footer-top .logo {
    transform: none;
    left: auto;
    top: -12px;
    right: 0;
    width: 136px;
  }
  .footer-menu li {
    margin-bottom: 22px;
  }
  .footer-menu li a {
    font-size: 18px;
    line-height: 18px;
  }
  .footer-bot {
    font-size: 12px;
    line-height: 18px;
  }

  .socials a {
    margin-right: 20px;
  }

  .btn {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.02em;
    padding: 11px 19px;
  }
}

/*# sourceMappingURL=style.css.map */
