@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Wix+Madefor+Display:wght@400;500;600;700;800&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, button, a {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Указываем box sizing */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Убираем внутренние отступы */
ul[class],
ol[class] {
  padding: 0;
}

/* Убираем внешние отступы */
body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

/* Выставляем основные настройки по-умолчанию для body */
body {
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Удаляем стандартную стилизацию для всех ul и il, у которых есть атрибут class*/
ul[class],
ol[class] {
  list-style: none;
}

/* Элементы a, у которых нет класса, сбрасываем до дефолтных стилей */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Упрощаем работу с изображениями */
img {
  max-width: 100%;
  display: block;
}

/* Указываем понятную периодичность в потоке данных у article*/
article > * + * {
  margin-top: 1em;
}

/* Наследуем шрифты для инпутов и кнопок */
input,
button,
textarea,
select {
  font: inherit;
}

/* Удаляем все анимации и переходы для людей, которые предпочитай их не использовать */
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
a {
  text-decoration: none;
}

button, a {
  cursor: pointer;
}

* {
  outline: none;
}

html {
  /*overflow-y: scroll;
   scroll-behavior: smooth;
   -webkit-overflow-scrolling: touch;*/
}

i {
  font-style: italic;
}

.font--1 {
  font-size: 50px;
  font-weight: 700;
  line-height: 150%;
}
.font--2 {
  font-size: 24px;
  font-weight: 700;
  line-height: 150%;
}
.font--3 {
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
}

@media (max-width: 1200px) {
  .font--1 {
    font-size: 40px;
  }
  .font--2 {
    font-size: 22px;
  }
}
@media (max-width: 992px) {
  .font--1 {
    font-size: 36px;
  }
  .font--2 {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .font--1 {
    font-size: 27px;
  }
  .font--2 {
    font-size: 24px;
  }
  .font--3 {
    font-size: 16px;
  }
}
.container {
  width: 100%;
  max-width: 1230px;
  padding: 0 15px;
  margin: 0 auto;
}

body {
  background: #272727;
  color: #FFFFFF;
  font-family: "Wix Madefor Display";
}

.flex-row {
  display: flex;
}

html {
  overflow: hidden auto;
  max-width: 100vw;
}

.header {
  position: sticky;
  top: 0;
  z-index: 30;
  background: #272727;
  padding: 22px 80px;
}
.header .flex-row {
  align-items: center;
  justify-content: space-between;
}
.header .left {
  align-items: center;
  display: flex;
}
.header .left p {
  font-size: 14px;
  margin-left: 25px;
  line-height: 20px;
}
.header .right {
  display: flex;
  margin-left: auto;
  align-items: center;
}
.header .right .socs-menu {
  display: flex;
  align-items: center;
  margin-left: auto;
  margin-right: 85px;
}
.header .right .socs-menu a {
  display: inline-block;
  width: 16px;
  height: 16px;
  transition: 0.3s;
}
.header .right .socs-menu a:not(:first-of-type) {
  margin-left: 20px;
}
.header .right .socs-menu a:hover {
  opacity: 0.6;
}
.header .right .socs-menu a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.header .right .main-menu {
  margin-right: 85px;
}
.header .right .main-menu ul li:not(:first-of-type) {
  margin-left: 40px;
}
.header .right .main-menu ul li:hover a {
  color: #3D9C63;
}
.header .right .main-menu ul li a {
  color: #FFFFFF;
  transition: 0.3s;
  display: inline-block;
  font-size: 14px;
  text-transform: uppercase;
}
.header .right .tel {
  margin-left: auto;
  margin-right: 85px;
  color: #FFFFFF;
  transition: 0.3s;
  font-size: 16px;
}
.header .right .tel:hover {
  opacity: 0.6;
}
.header .right .lang-menu {
  margin-left: auto;
  margin-right: 85px;
}
.header .right .lang-menu li.menu-item-has-children {
  position: relative;
}
.header .right .lang-menu li.menu-item-has-children:hover .sub-menu {
  display: block;
}
.header .right .lang-menu li.menu-item-has-children .sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  background: #272727;
  padding: 0 10px;
}
.header .right .lang-menu li.menu-item-has-children .sub-menu li {
  padding: 5px 0;
}
.header .right .lang-menu li a {
  color: #FFFFFF;
  transition: 0.3s;
}
.header .right .lang-menu li a:hover {
  color: #3D9C63;
}
.header .right .main-btn {
  margin-left: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 24px;
  background: #3D9C63;
  flex-direction: column;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  color: #FFFFFF;
  height: 56px;
  transition: 0.3s;
}
.header .right .main-btn:hover {
  background: #3D7663;
}
.header .right .main-btn span {
  text-transform: none;
}
.header .right ul li {
  display: inline-block;
}
.header .logo {
  display: inline-block;
  height: 60px;
  transition: 0.3s;
}
.header .logo:hover {
  opacity: 0.6;
}
.header .logo img {
  height: 100%;
  object-fit: contain;
}

.border-green {
  pointer-events: none;
  position: absolute;
  right: -54px;
  height: calc(100% - 12px);
  top: 50%;
  transform: translateY(-50%);
}
.border-green.reverse span:before {
  transform: rotateX(-1);
}
.border-green.reverse span:after {
  right: unset;
  left: 0;
  transform: rotateX(-1);
}
.border-green:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 6px;
  background: #3D9C63;
  transition: 0.5s;
}
.border-green:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 6px;
  background: #3D9C63;
  transition: 0.5s;
}
.border-green span {
  display: block;
  height: 100%;
  width: 6px;
  background: #3D9C63;
  position: relative;
}

.animated .border-green:before, .swiper-slide-active .border-green:before {
  animation-name: fadein2;
  animation-duration: 0.5s;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
  animation-delay: 0.5s;
}
.animated .border-green:after, .swiper-slide-active .border-green:after {
  animation-name: fadein3;
  animation-duration: 0.5s;
  animation-delay: 1.5s;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
}
.animated .border-green span, .swiper-slide-active .border-green span {
  animation-name: fadein1;
  animation-duration: 0.5s;
  animation-delay: 1s;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
}

.title-screen {
  padding: 0 80px;
  position: relative;
}
.title-screen .border-green {
  width: 261px;
  display: flex;
  justify-content: flex-end;
}
.title-screen .border-green:after {
  width: 0;
}
.title-screen .border-green:before {
  width: 0;
}
.title-screen .border-green span {
  height: 0;
}
@keyframes fadein1 {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
@keyframes fadein2 {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes fadein3 {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.title-screen .column-wrap {
  position: absolute;
  bottom: 0;
  z-index: 3;
  background: #272727;
  right: 0;
  display: inline-flex;
  align-items: center;
  padding: 0 20px;
  padding-right: 0;
  max-width: calc(100% - ((100vw - 1230px) / 2 + 100px));
}
.title-screen .column-wrap .column {
  max-width: 400px;
  display: flex;
  align-items: center;
  padding: 47px 20px;
}
.title-screen .column-wrap .column p {
  margin-left: 16px;
  font-size: 16px;
  line-height: 150%;
}
.title-screen .column-wrap .column span {
  font-size: 50px;
  color: #3D9C63;
  font-weight: 700;
  line-height: 63px;
}
.title-screen .swiper {
  position: relative;
}
.title-screen .swiper .swiper-wrapper {
  align-items: stretch;
}
.title-screen .swiper .swiper-pagination {
  bottom: 70px;
  left: 0;
  padding-left: calc((100vw - 1230px) / 2);
  text-align: left;
}
.title-screen .swiper .swiper-pagination-bullet {
  width: 9px;
  height: 3px;
  background: #E0E0E0;
  border-radius: 0;
  opacity: 1;
  transition: 0.3s;
}
.title-screen .swiper .swiper-pagination-bullet-active {
  width: 16px;
  background: #3D9C63;
}
.title-screen .swiper .slide {
  position: relative;
  min-height: 650px;
  height: unset;
  padding-bottom: 220px;
}
.title-screen .swiper .slide .content {
  position: relative;
  z-index: 1;
  margin-top: 100px;
  width: 768px;
}
.title-screen .swiper .slide .content p {
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.title-screen .swiper .slide .content h1 {
  margin-bottom: 40px;
}
.title-screen .swiper .slide .content h1 strong {
  background: #3D9C63;
  padding: 0 4px;
}
.title-screen .swiper .slide .content .btn {
  display: inline-flex;
  align-items: center;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 700;
  transition: 0.3s;
}
.title-screen .swiper .slide .content .btn:hover img {
  transform: scale(1.2) translateX(20px);
}
.title-screen .swiper .slide .content .btn img {
  width: 16px;
  object-fit: contain;
  margin-left: 16px;
  transition: 0.3s;
}
.title-screen .swiper .bg {
  width: 100%;
  object-fit: cover;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.screen-2 {
  padding: 100px 0 120px;
}
.screen-2.screen-12 {
  padding-top: 0;
}
.screen-2.screen-12 .flex-row .left {
  width: calc(50% + 100px);
}
.screen-2.screen-12 .flex-row .text {
  padding-top: 50px;
  position: relative;
}
.screen-2.screen-12 .flex-row .text:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 25px;
  width: 120px;
  height: 90px;
  background: url(../img/bi1.svg);
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.1;
}
.screen-2.screen-12 .flex-row .text p {
  text-transform: none;
  color: #FFFFFF;
  font-size: 16px;
  letter-spacing: normal;
  position: relative;
  z-index: 2;
}
.screen-2.screen-12 .flex-row .text p strong {
  font-weight: 700;
  color: #3D9C63;
}
.screen-2.screen-12 .flex-row .text p:not(:first-of-type) {
  margin-top: 20px;
}
.screen-2 .flex-row {
  align-items: center;
  justify-content: space-between;
}
.screen-2 .flex-row .left {
  width: 50%;
}
.screen-2 .flex-row .left ol {
  margin-top: 50px;
  list-style: none;
  counter-reset: my-awesome-counter;
}
.screen-2 .flex-row .left ol li {
  counter-increment: my-awesome-counter;
  position: relative;
  padding-left: 65px;
  font-size: 16px;
  line-height: 150%;
}
.screen-2 .flex-row .left ol li strong {
  color: #3D9C63;
  font-weight: 700;
}
.screen-2 .flex-row .left ol li:not(:first-of-type) {
  margin-top: 40px;
}
.screen-2 .flex-row .left ol li:before {
  content: "0" counter(my-awesome-counter) ".";
  font-size: 32px;
  color: #3D9C63;
  position: absolute;
  left: 0;
  top: 12px;
}
.screen-2 .flex-row .left p {
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 20px;
  color: #3D9C63;
}
.screen-2 .flex-row .right {
  width: calc(50% - 213px);
  position: relative;
}
.screen-2 .flex-row .right .font--3 {
  position: absolute;
  bottom: 24px;
  left: 24px;
}
.screen-2 .flex-row .right .border-green {
  height: 201px;
  width: 123px;
  right: unset;
  left: -41px;
  top: unset;
  transform: unset;
  bottom: -36px;
}
.screen-2 .flex-row .right .border-green:before {
  left: unset;
  right: 0;
}
.screen-2 .flex-row .right .border-green:after {
  width: 0;
  right: unset;
  left: 0;
}
.screen-2 .flex-row .right .border-green span {
  height: 0;
}
.screen-2 .flex-row .right img {
  width: 100%;
  object-fit: cover;
}

.screen-heading {
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 20px;
  color: #3D9C63;
}

.screen-3 {
  padding-bottom: 100px;
}
.screen-3 .screen-heading {
  text-align: center;
}
.screen-3 .font--1 {
  text-align: center;
  margin-bottom: 24px;
}
.screen-3 .font--3 {
  text-align: center;
}
.screen-3 .row-wrapper {
  margin-top: 50px;
}
.screen-3 .row-wrapper .flex-row {
  align-items: center;
  justify-content: space-between;
}
.screen-3 .row-wrapper .flex-row:nth-of-type(even) {
  flex-direction: row-reverse;
}
.screen-3 .row-wrapper .flex-row:nth-of-type(even) .right {
  padding-left: 0;
  padding-right: 60px;
}
.screen-3 .row-wrapper .flex-row:not(:first-of-type) {
  margin-top: 40px;
}
.screen-3 .row-wrapper .flex-row .left, .screen-3 .row-wrapper .flex-row .right {
  width: 50%;
}
.screen-3 .row-wrapper .flex-row .right {
  padding-left: 60px;
}
.screen-3 .row-wrapper .flex-row .right p {
  color: #E0E0E0;
  margin-top: 16px;
}
.screen-3 .row-wrapper .flex-row .left {
  position: relative;
}
.screen-3 .row-wrapper .flex-row .left img {
  width: 100%;
  object-fit: cover;
}
.screen-3 .row-wrapper .flex-row .left .num {
  position: absolute;
  left: 0;
  top: 0;
  background: #272727;
  padding: 0 16px;
  font-size: 20px;
  color: #3D9C63;
}

.screen-4 {
  padding-bottom: 100px;
}
.screen-4 .swiper-button-lock {
  display: flex;
}
.screen-4 .slider {
  position: relative;
}
.screen-4 .slider .swiper-button-prev {
  width: 24px;
  height: 10px;
  left: 0;
  z-index: 10;
}
.screen-4 .slider .swiper-button-prev.swiper-button-lock {
  display: none;
}
.screen-4 .slider .swiper-button-prev:after {
  content: "";
  background: url(../img/alg.svg);
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
}
.screen-4 .slider .swiper-button-next {
  width: 24px;
  height: 10px;
  right: 0;
  z-index: 10;
}
.screen-4 .slider .swiper-button-next.swiper-button-lock {
  display: none;
}
.screen-4 .slider .swiper-button-next:after {
  content: "";
  background: url(../img/arg.svg);
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
}
.screen-4 .swiper {
  margin-top: 50px;
  width: calc(100% - 80px);
  margin-left: auto;
  margin-right: auto;
}
.screen-4 .swiper .swiper-pagination {
  position: relative;
  margin-top: 24px;
}
.screen-4 .swiper .swiper-pagination-bullet {
  width: 9px;
  height: 3px;
  background: #E0E0E0;
  border-radius: 0;
  opacity: 1;
  transition: 0.3s;
}
.screen-4 .swiper .swiper-pagination-bullet-active {
  width: 16px;
  background: #3D9C63;
}
.screen-4 .swiper .swiper-button-disabled {
  opacity: 1;
}
.screen-4 .swiper .project-slide {
  position: relative;
  overflow: hidden;
  height: 400px;
}
.screen-4 .swiper .project-slide.active:before {
  height: 100%;
}
.screen-4 .swiper .project-slide.active .content p {
  align-items: start;
  top: 40px;
}
.screen-4 .swiper .project-slide.active .content .btn {
  bottom: 40px;
}
.screen-4 .swiper .project-slide:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 0;
  left: 0;
  bottom: 0;
  transition: 0.5s;
  pointer-events: none;
  background: linear-gradient(0deg, rgba(61, 156, 99, 0.9), rgba(61, 156, 99, 0.9));
}
.screen-4 .swiper .project-slide:hover:before {
  height: 100%;
}
.screen-4 .swiper .project-slide:hover .content p {
  top: 40px;
  align-items: start;
}
.screen-4 .swiper .project-slide:hover .content .btn {
  bottom: 40px;
}
.screen-4 .swiper .project-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.screen-4 .swiper .project-slide .content {
  position: absolute;
  padding: 0 16px;
  z-index: 4;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: flex;
  align-items: end;
  transition: 0.5s;
  z-index: 6;
}
.screen-4 .swiper .project-slide .content p {
  position: absolute;
  max-height: 108px;
  transition: 0.5s;
  height: 100%;
  top: calc(100% - 132px);
  display: flex;
  align-items: end;
}
.screen-4 .swiper .project-slide .content .btn {
  display: flex;
  margin-top: auto;
  color: #FFFFFF;
  align-items: center;
  font-size: 18px;
  position: absolute;
  bottom: -100px;
  transition: 0.5s;
}
.screen-4 .swiper .project-slide .content .btn:hover img {
  transform: scale(1.2);
  margin-left: 20px;
}
.screen-4 .swiper .project-slide .content .btn img {
  width: 16px;
  margin-left: 16px;
  object-fit: contain;
  transition: 0.3s;
}

.screen-5 {
  padding-bottom: 100px;
}
.screen-5.screen-14 .flex-row .right .flex-row {
  align-items: start;
}
.screen-5.screen-14 .flex-row .right .flex-row .right {
  margin-left: 24px;
  padding-left: 0;
}
.screen-5.screen-14 .flex-row .right .flex-row .right a {
  margin-top: 5px;
  font-size: 14px;
  transition: 0.3s;
  color: #FFFFFF;
  display: block;
}
.screen-5.screen-14 .flex-row .right .flex-row .right a:hover {
  opacity: 0.6;
}
.screen-5.screen-14 .flex-row .right .flex-row .right a:not(:first-of-type) {
  margin-top: 8px;
}
.screen-5.screen-14 .flex-row .right .socs-menu {
  margin-left: 0;
}
.screen-5.screen-14 .flex-row .right .main-btn {
  margin-top: 40px;
}
.screen-5 .flex-row {
  align-items: center;
  position: relative;
}
.screen-5 .flex-row.reverse {
  flex-direction: row-reverse;
}
.screen-5 .flex-row.reverse .right {
  position: relative;
  z-index: 5;
  padding-right: 80px;
}
.screen-5 .flex-row.reverse .right .socs-menu {
  margin-left: 0;
  margin-top: 24px;
}
.screen-5 .flex-row.reverse .right .socs-menu a {
  width: 24px;
  height: 24px;
}
.screen-5 .flex-row.reverse .right .socs-menu:first-of-type {
  margin-bottom: 50px;
}
.screen-5 .flex-row.reverse .border-green {
  left: 0;
  justify-content: flex-start;
}
.screen-5 .flex-row.reverse .border-green:before {
  left: unset;
  right: 0;
  width: 0;
}
.screen-5 .flex-row.reverse .border-green:after {
  left: 0;
  right: unset;
  width: 0;
}
.screen-5 .flex-row.reverse .border-green span {
  height: 0;
}
.screen-5 .flex-row .border-green {
  height: calc(100% - 120px);
  right: 0;
  width: 813px;
  justify-content: flex-end;
  display: flex;
}
.screen-5 .flex-row .border-green:after {
  width: 0;
  right: 0;
  left: unset;
}
.screen-5 .flex-row .border-green:before {
  width: 0;
}
.screen-5 .flex-row .border-green span {
  height: 0;
}
.screen-5 .flex-row .left {
  width: 387px;
}
.screen-5 .flex-row .left img {
  width: 100%;
  object-fit: cover;
  position: relative;
  z-index: 1;
}
.screen-5 .flex-row .right {
  width: calc(100% - 387px);
  padding-left: 80px;
}
.screen-5 .flex-row .right .flex-row {
  margin-bottom: 50px;
}
.screen-5 .flex-row .right .font--1 {
  margin-bottom: 24px;
}
.screen-5 .flex-row .right .main-btn {
  margin-top: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  padding: 16px 24px;
  background: #3D9C63;
  color: #FFFFFF;
  transition: 0.3s;
  text-transform: uppercase;
}
.screen-5 .flex-row .right .main-btn:hover {
  background: #3D7663;
}
.screen-5 .flex-row .right .socs-menu {
  display: flex;
  align-items: center;
  margin-left: 30px;
}
.screen-5 .flex-row .right .socs-menu a {
  display: inline-block;
  width: 24px;
  height: 24px;
  transition: 0.3s;
}
.screen-5 .flex-row .right .socs-menu a:not(:first-of-type) {
  margin-left: 20px;
}
.screen-5 .flex-row .right .socs-menu a:hover {
  opacity: 0.6;
}
.screen-5 .flex-row .right .socs-menu a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.reviews-screen {
  text-align: center;
  padding-bottom: 100px;
}
.reviews-screen .font--1 {
  margin-bottom: 24px;
}
.reviews-screen .slider {
  position: relative;
}
.reviews-screen .slider .swiper-pagination {
  position: relative;
  margin-top: 54px;
}
.reviews-screen .slider .swiper-pagination-bullet {
  width: 9px;
  height: 3px;
  background: #E0E0E0;
  border-radius: 0;
  opacity: 1;
  transition: 0.3s;
}
.reviews-screen .slider .swiper-pagination-bullet-active {
  width: 16px;
  background: #3D9C63;
}
.reviews-screen .slider .swiper-button-prev {
  width: 24px;
  height: 10px;
  left: 0;
  z-index: 10;
}
.reviews-screen .slider .swiper-button-prev:after {
  content: "";
  background: url(../img/alg.svg);
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
}
.reviews-screen .slider .swiper-button-next {
  width: 24px;
  height: 10px;
  right: 0;
  z-index: 10;
}
.reviews-screen .slider .swiper-button-next:after {
  content: "";
  background: url(../img/arg.svg);
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
}
.reviews-screen .reviews-swiper {
  margin-top: 50px;
  padding-bottom: 50px;
  padding-left: 30px;
  padding-right: 30px;
}
.reviews-screen .reviews-swiper .review {
  position: relative;
}
.reviews-screen .reviews-swiper .review .play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 4;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #FFFFFF;
  transition: 0.3s;
}
.reviews-screen .reviews-swiper .review .play:hover {
  transform: translate(-50%, -50%) scale(1.3);
}
.reviews-screen .reviews-swiper .review .play:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  border: 20px solid #9EC1B1;
  opacity: 0.5;
  z-index: -1;
}
.reviews-screen .reviews-swiper .review .play img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 50%;
  position: relative;
  z-index: 4;
}
.reviews-screen .reviews-swiper .review:before {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  width: calc(100% + 50px);
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
  border: 4px solid #3D9C63;
}
.reviews-screen .reviews-swiper .review img {
  width: 100%;
  object-fit: cover;
  position: relative;
  z-index: 1;
}

.screen-7 {
  padding-bottom: 100px;
}
.screen-7 .font--1 {
  margin-bottom: 24px;
}
.screen-7 .product-wrap {
  margin-top: 50px;
  width: calc(100% + 40px);
  margin-left: -40px;
  display: flex;
  align-items: stretch;
  flex-flow: row;
  flex-wrap: wrap;
}
.screen-7 .product-wrap .product-column {
  color: #FFFFFF;
  width: calc(50% - 40px);
  margin-left: 40px;
  margin-bottom: 40px;
  position: relative;
}
.screen-7 .product-wrap .product-column:hover:after {
  background: rgba(0, 0, 0, 0.2);
}
.screen-7 .product-wrap .product-column:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  transition: 0.3s;
}
.screen-7 .product-wrap .product-column .content {
  position: absolute;
  top: 100px;
  left: 40px;
  width: calc(100% - 80px);
  z-index: 1;
}
.screen-7 .product-wrap .product-column .content.flex .flex-row {
  align-items: start;
  justify-content: space-between;
}
.screen-7 .product-wrap .product-column .content.flex .flex-row ul {
  width: calc(50% - 10px);
}
.screen-7 .product-wrap .product-column .content li {
  position: relative;
  padding-left: 15px;
  font-size: 16px;
  padding-top: 4px;
  padding-bottom: 4px;
}
.screen-7 .product-wrap .product-column .content li:before {
  content: "";
  display: block;
  position: absolute;
  width: 8px;
  height: 2px;
  background: #3D9C63;
  left: 0;
  top: 16px;
  margin-right: 10px;
}
.screen-7 .product-wrap .product-column .content p {
  margin-bottom: 24px;
}
.screen-7 .product-wrap .product-column img {
  width: 100%;
  object-fit: cover;
}

.screen-8 {
  padding-bottom: 100px;
  text-align: center;
  padding-left: 80px;
  padding-right: 80px;
}
.screen-8 .font--1 {
  margin-bottom: 24px;
}
.screen-8 .swiper-technologies {
  margin-top: 50px;
}
.screen-8 .swiper-technologies .swiper-pagination {
  position: relative;
  margin-top: 24px;
}
.screen-8 .swiper-technologies .swiper-pagination-bullet {
  width: 9px;
  height: 3px;
  background: #E0E0E0;
  border-radius: 0;
  opacity: 1;
  transition: 0.3s;
}
.screen-8 .swiper-technologies .swiper-pagination-bullet-active {
  width: 16px;
  background: #3D9C63;
}
.screen-8 .swiper-technologies .technologies-slide {
  position: relative;
}
.screen-8 .swiper-technologies .technologies-slide:hover .content {
  background: #3D9C63;
  color: #FFFFFF;
}
.screen-8 .swiper-technologies .technologies-slide .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 32px);
  background: #FFFFFF;
  color: #272727;
  padding: 24px;
  transition: 0.3s;
  font-weight: 700;
  font-size: 14px;
  line-height: 150%;
}
.screen-8 .swiper-technologies .technologies-slide img {
  width: 100%;
  object-fit: cover;
}

.screen-10 {
  text-align: center;
}
.screen-10 .font--1 {
  margin-bottom: 24px;
}
.screen-10 .step-wrap {
  margin-top: 80px;
  text-align: left;
}
.screen-10 .step-wrap .step {
  position: relative;
  padding-right: calc(50% + 85px);
}
.screen-10 .step-wrap .step:nth-of-type(even) {
  padding-right: 0;
  padding-left: calc(50% + 85px);
}
.screen-10 .step-wrap .step:not(:first-of-type) {
  padding-top: 24px;
}
.screen-10 .step-wrap .step:last-of-type:before {
  height: 28px;
}
.screen-10 .step-wrap .step:first-of-type:before {
  height: calc(100% - 10px);
  top: 10px;
}
.screen-10 .step-wrap .step:first-of-type:after {
  background: #3D9C63;
  top: 10px;
}
.screen-10 .step-wrap .step:after {
  content: "";
  display: block;
  position: absolute;
  left: calc(50% - 8px);
  top: 28px;
  width: 16px;
  height: 16px;
  background: url(../img/simple2.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  border: 2px solid #3D9C63;
}
.screen-10 .step-wrap .step:before {
  content: "";
  display: block;
  position: absolute;
  width: 4px;
  height: 100%;
  top: 0;
  left: calc(50% - 2px);
  background: url(../img/simple.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.screen-10 .step-wrap .step .font--3 {
  position: relative;
  padding-left: 24px;
}
.screen-10 .step-wrap .step .font--3:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 40px;
  width: 43px;
  border: 4px solid #3D9C63;
  border-right: none;
  pointer-events: none;
}
.screen-10 .step-wrap .step p {
  font-size: 16px;
  margin-top: 32px;
  font-weight: 500;
}
.screen-10 .step-wrap .step p:not(:first-of-type) {
  margin-top: 15px;
}

.screen-11 {
  padding: 100px 80px;
  position: relative;
}
.screen-11 .bg {
  width: 100%;
  object-fit: cover;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.screen-11 .wrap {
  height: 818px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.screen-11 .wrap .content {
  position: relative;
  z-index: 1;
  margin-top: auto;
  margin-bottom: auto;
  padding: 100px;
  background: #3D9C63;
  text-align: center;
}
.screen-11 .wrap .pay-row {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 24px;
}
.screen-11 .wrap .pay-row .pay-column {
  padding: 16px 24px;
  border: 1px solid #FFFFFF;
  text-transform: uppercase;
  font-weight: 600;
}
.screen-11 .wrap .pay-row .pay-column:not(:first-of-type) {
  margin-left: 24px;
}
.screen-11 .wrap .cripto-row {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 50px 0;
}
.screen-11 .wrap .cripto-row img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}
.screen-11 .wrap .cripto-row img:not(:first-of-type) {
  margin-left: 40px;
}
.screen-11 .wrap .font--1 {
  text-align: center;
  margin-bottom: 24px;
}

.screen-13 {
  padding-bottom: 100px;
}
.screen-13 .font--1 {
  margin-bottom: 50px;
}
.screen-13 .screen-heading {
  text-align: center;
}
.screen-13 .column-row {
  display: flex;
  align-items: stretch;
  width: calc(100% + 20px);
  margin-left: -20px;
  flex-flow: row;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.screen-13 .column-row .column {
  margin-left: 20px;
  width: calc(25% - 20px);
  background: #3D9C63;
  color: #FFFFFF;
  padding: 24px;
}
.screen-13 .column-row .column span {
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.screen-13 .column-row .column p {
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  margin-top: 24px;
}

.footer {
  padding: 0 80px 100px;
}
.footer .main-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 24px;
  background: #3D9C63;
  flex-direction: column;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  color: #FFFFFF;
  height: 56px;
  transition: 0.3s;
}
.footer .main-btn:hover {
  background: #3D7663;
}
.footer .socs-menu {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}
.footer .socs-menu a {
  display: inline-block;
  width: 16px;
  height: 16px;
  transition: 0.3s;
}
.footer .socs-menu a:not(:first-of-type) {
  margin-left: 20px;
}
.footer .socs-menu a:hover {
  opacity: 0.6;
}
.footer .socs-menu a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.footer a {
  color: #FFFFFF;
  display: block;
  font-size: 14px;
  transition: 0.3s;
}
.footer .column li:hover a {
  opacity: 0.6;
}
.footer .column li:not(:first-of-type) {
  margin-top: 8px;
}
.footer .column .link {
  transition: 0.3s;
}
.footer .column .link:not(:first-of-type) {
  margin-top: 8px;
}
.footer .column .link:hover {
  opacity: 0.6;
}
.footer .flex-row {
  padding-top: 120px;
  border-top: 1px solid #FFFFFF;
  align-items: center;
  justify-content: space-between;
}
.footer .lang-menu li.current a {
  color: #3D9C63;
}
.footer p {
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 24px;
}
.footer span {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
}
.footer .logo {
  display: inline-block;
  height: 60px;
  margin-bottom: 24px;
  transition: 0.3s;
}
.footer .logo:hover {
  opacity: 0.6;
}
.footer .logo img {
  height: 100%;
  object-fit: contain;
}

.thanks {
  padding: 0 80px;
  margin-bottom: -1px;
}
.thanks .border-green {
  width: 261px;
  justify-content: flex-end;
  display: flex;
}
.thanks .border-green:before {
  width: 0;
}
.thanks .border-green:after {
  width: 0;
}
.thanks .border-green span {
  height: 0;
}
.thanks .wrap {
  padding: 100px 0 218px;
  position: relative;
}
.thanks .wrap .bg {
  width: 100%;
  object-fit: cover;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.thanks .wrap .content {
  position: relative;
  max-width: 768px;
  width: 100%;
}
.thanks .wrap .content p {
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 20px;
  max-width: 80%;
}
.thanks .wrap .content h1 {
  margin-bottom: 40px;
}
.thanks .wrap .content h1 strong {
  background: #3D9C63;
  padding: 0 4px;
}
.thanks .wrap .content .btn {
  display: inline-flex;
  align-items: center;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 700;
  transition: 0.3s;
}
.thanks .wrap .content .btn:hover img {
  margin-left: 25px;
  transform: scale(1.2);
}
.thanks .wrap .content .btn img {
  width: 16px;
  object-fit: contain;
  margin-left: 16px;
  transition: 0.3s;
}

.page-404 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  padding: 100px 0;
  background: #272727;
  margin-bottom: -1px;
}
.page-404 .border-green {
  width: 275px;
  justify-content: flex-end;
  display: flex;
}
.page-404 .border-green:before {
  width: 0;
}
.page-404 .border-green:after {
  width: 0;
}
.page-404 .border-green span {
  height: 0;
}
.page-404 .text {
  position: relative;
}
.page-404 .text p {
  font-weight: 800;
  font-size: 250px;
  line-height: 315px;
  color: #3D9C63;
}
.page-404 .btn {
  display: inline-flex;
  align-items: center;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 700;
  transition: 0.3s;
  margin-top: 40px;
}
.page-404 .btn:hover img {
  margin-left: 25px;
  transform: scale(1.2);
}
.page-404 .btn img {
  width: 16px;
  object-fit: contain;
  margin-left: 16px;
  transition: 0.3s;
}

.main-popup-wrap {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 55;
  background: rgba(255, 255, 255, 0.2);
  display: none;
}
.main-popup-wrap .simplebar-scrollbar.simplebar-visible::before {
  border-radius: 0;
  background: #3D9C63;
  opacity: 1;
}
.main-popup-wrap.form-popup {
  display: none;
}
.main-popup-wrap.form-popup .popup-wrap {
  padding: 15px;
}
.main-popup-wrap.form-popup .popup {
  max-width: 800px;
  width: 100%;
  padding: 80px;
}
.main-popup-wrap.form-popup .popup .font--1 {
  margin-bottom: 24px;
}
.main-popup-wrap.form-popup .popup p {
  text-align: center;
}
.main-popup-wrap.form-popup .popup form {
  margin-top: 50px;
}
.main-popup-wrap.form-popup .popup form span {
  display: block;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 8px;
}
.main-popup-wrap.form-popup .popup form input {
  display: block;
  width: 100%;
  border: none;
  background: rgba(255, 255, 255, 0.1);
  height: 60px;
  padding: 18px 23px;
  color: #FFFFFF;
  margin-bottom: 24px;
}
.main-popup-wrap.form-popup .popup form input:placeholder {
  color: #828282;
}
.main-popup-wrap.form-popup .popup form button {
  border: none;
  background: #3D9C63;
  padding: 16px 24px;
  text-transform: uppercase;
  font-size: 14px;
  color: #FFFFFF;
  transition: 0.3s;
}
.main-popup-wrap.form-popup .popup form button:hover {
  background: #3D7663;
}
.main-popup-wrap .popup {
  background: #272727;
  padding: 80px 0;
  position: relative;
  z-index: 60;
  width: 100%;
  max-width: calc(100% - 80px);
  margin: auto;
}
.main-popup-wrap .popup .pagination-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 80px;
}
.main-popup-wrap .popup .pagination-row .button {
  position: relative;
  color: #FFFFFF;
  display: inline-flex;
  flex-direction: column;
  max-width: 464px;
  font-weight: 700;
  font-size: 18px;
  line-height: 23px;
  transition: 0.3s;
}
.main-popup-wrap .popup .pagination-row .button:hover {
  opacity: 0.6;
}
.main-popup-wrap .popup .pagination-row .button.btn-prev {
  padding-left: 64px;
}
.main-popup-wrap .popup .pagination-row .button.btn-prev:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 10px;
  background: url(../img/alg.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.main-popup-wrap .popup .pagination-row .button.btn-next {
  padding-right: 64px;
}
.main-popup-wrap .popup .pagination-row .button.btn-next:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 10px;
  background: url(../img/arg.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.main-popup-wrap .popup .pagination-row .button span {
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 8px;
  color: #3D9C63;
}
.main-popup-wrap .popup .font--1 {
  margin-bottom: 50px;
  text-align: center;
}
.main-popup-wrap .popup .flex-row {
  align-items: start;
  justify-content: flex-end;
  position: relative;
}
.main-popup-wrap .popup .flex-row .left, .main-popup-wrap .popup .flex-row .right {
  width: calc(50% - 35px);
}
.main-popup-wrap .popup .flex-row .left {
  position: absolute;
  top: 0;
  left: 0;
  overflow: auto;
  height: 100%;
}
.main-popup-wrap .popup .flex-row .left img {
  width: 100%;
  object-fit: cover;
  height: auto;
}
.main-popup-wrap .popup .flex-row .left img:not(:first-of-type) {
  margin-top: 16px;
}
.main-popup-wrap .popup .flex-row .left video {
  width: 100%;
  object-fit: cover;
  margin-top: 16px;
}
.main-popup-wrap .popup .flex-row .right h3 {
  color: #3D9C63;
  font-weight: 700;
  font-size: 24px;
  line-height: 150%;
  margin-bottom: 16px;
}
.main-popup-wrap .popup .flex-row .right p {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  margin-bottom: 16px;
}
.main-popup-wrap .popup .flex-row .right ul {
  margin-bottom: 16px;
  padding-left: 5px;
}
.main-popup-wrap .popup .flex-row .right ul li {
  position: relative;
  padding-left: 15px;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
}
.main-popup-wrap .popup .flex-row .right ul li:not(:first-of-type) {
  margin-top: 5px;
}
.main-popup-wrap .popup .flex-row .right ul li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 12px;
  width: 4px;
  height: 4px;
  background: #FFFFFF;
  border-radius: 50%;
}
.main-popup-wrap .popup .flex-row .right strong {
  font-weight: 700;
}
.main-popup-wrap .popup .popup-closer {
  position: absolute;
  top: 17px;
  right: 24px;
  height: 24px;
  width: 24px;
  cursor: pointer;
  transition: 0.3s;
}
.main-popup-wrap .popup .popup-closer:hover {
  opacity: 0.6;
}
.main-popup-wrap .popup .popup-closer img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.main-popup-wrap .popup-wrap {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 56;
  display: flex;
  width: 100%;
  height: 100%;
  overflow: auto;
  padding-top: 47px;
}
.main-popup-wrap .popup-close {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 58;
  overflow: auto;
}

@media (max-width: 1700px) {
  .header {
    padding: 22px 15px;
  }
  .header .left p {
    margin-left: 15px;
  }
  .header .right .socs-menu {
    margin-right: 35px;
  }
  .header .right .socs-menu a:not(:first-of-type) {
    margin-left: 15px;
  }
  .header .right .main-menu {
    margin-right: 35px;
  }
  .header .right .main-menu ul li:not(:first-of-type) {
    margin-left: 20px;
  }
  .header .right .tel {
    margin-right: 35px;
  }
  .header .right .lang-menu {
    margin-right: 35px;
  }

  .title-screen {
    padding: 0 15px;
  }

  .screen-8 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .screen-11 {
    padding: 100px 15px;
  }

  .footer {
    padding: 0 15px 100px;
  }

  .thanks {
    padding: 0 15px;
  }
}
@media (max-width: 1400px) {
  .header {
    padding: 22px 15px;
  }
  .header .left p {
    display: none;
  }
  .header .right .socs-menu {
    margin-right: 35px;
  }
  .header .right .socs-menu a:not(:first-of-type) {
    margin-left: 15px;
  }
  .header .right .main-menu {
    margin-right: 35px;
  }
  .header .right .main-menu ul li:not(:first-of-type) {
    margin-left: 20px;
  }
  .header .right .tel {
    margin-right: 35px;
  }
  .header .right .lang-menu {
    margin-right: 35px;
  }

  .title-screen .column-wrap .column {
    max-width: 350px;
    padding: 30px 15px;
  }
  .title-screen .column-wrap .column p {
    margin-left: 10px;
    font-size: 14px;
  }
  .title-screen .column-wrap .column span {
    font-size: 40px;
  }
}
@media (max-width: 1300px) {
  .header {
    padding: 22px 15px;
  }
  .header .left .logo {
    height: 50px;
  }
  .header .left p {
    display: none;
  }
  .header .right .socs-menu {
    margin-right: 25px;
  }
  .header .right .socs-menu a:not(:first-of-type) {
    margin-left: 10px;
  }
  .header .right .main-menu {
    margin-right: 25px;
  }
  .header .right .main-menu ul li a {
    font-size: 12px;
  }
  .header .right .main-menu ul li:not(:first-of-type) {
    margin-left: 15px;
  }
  .header .right .tel {
    font-size: 12px;
    margin-right: 25px;
  }
  .header .right .lang-menu {
    margin-right: 25px;
  }
  .header .right .main-btn {
    font-size: 0;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    position: relative;
    box-sizing: border-box;
    padding: 0;
  }
  .header .right .main-btn:after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 25px;
    height: 25px;
    background: url(../img/call.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 1200px) {
  .title-screen .swiper {
    position: relative;
  }
  .title-screen .swiper .swiper-pagination {
    bottom: 15px;
    left: 50%;
    padding-left: 0;
    text-align: center;
    transform: translateX(-50%);
  }
  .title-screen .swiper .slide .content h1 {
    margin-bottom: 30px;
  }
  .title-screen .swiper .slide .content h1 strong {
    background: #3D9C63;
    padding: 0 4px;
  }

  .screen-2 {
    padding: 100px 0 100px;
  }
  .screen-2.screen-12 .flex-row .left {
    width: calc(50% + 60px);
  }
  .screen-2.screen-12 .flex-row .text {
    padding-top: 40px;
    position: relative;
  }
  .screen-2 .flex-row .left {
    width: 50%;
  }
  .screen-2 .flex-row .left ol {
    margin-top: 40px;
  }
  .screen-2 .flex-row .left ol li {
    padding-left: 60px;
  }
  .screen-2 .flex-row .left ol li:not(:first-of-type) {
    margin-top: 25px;
  }
  .screen-2 .flex-row .left ol li:before {
    font-size: 28px;
  }

  .screen-8 .swiper-technologies {
    margin-top: 40px;
  }
  .screen-8 .swiper-technologies .technologies-slide .content {
    transform: translate(-50%, -50%);
    width: calc(100% - 15px);
    padding: 12px;
    font-size: 12px;
  }
}
@media (max-width: 1024px) {
  .screen-5 {
    padding-bottom: 100px;
  }
  .screen-5.screen-14 .flex-row .right .flex-row {
    align-items: start;
  }
  .screen-5.screen-14 .flex-row .right .flex-row .right {
    margin-left: 24px;
    padding-left: 0;
  }
  .screen-5.screen-14 .flex-row .right .flex-row .right a {
    margin-top: 5px;
    font-size: 14px;
    transition: 0.3s;
    color: #FFFFFF;
    display: block;
  }
  .screen-5.screen-14 .flex-row .right .flex-row .right a:hover {
    opacity: 0.6;
  }
  .screen-5.screen-14 .flex-row .right .flex-row .right a:not(:first-of-type) {
    margin-top: 8px;
  }
  .screen-5.screen-14 .flex-row .right .socs-menu {
    margin-left: 0;
  }
  .screen-5.screen-14 .flex-row .right .main-btn {
    margin-top: 40px;
  }
  .screen-5 .flex-row .right {
    width: calc(100% - 387px);
    padding-left: 50px;
  }
  .screen-5 .flex-row .right .socs-menu {
    margin-left: 20px;
  }
  .screen-5 .flex-row .right .socs-menu a {
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 992px) {
  .header {
    padding: 16px 15px;
  }
  .header .gam {
    position: relative;
    display: flex;
    align-items: center;
    width: 24px;
    height: 19px;
    cursor: pointer;
    z-index: 50;
    margin-left: 24px;
  }
  .header .gam.active span {
    opacity: 0;
  }
  .header .gam.active:before {
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
  }
  .header .gam.active:after {
    bottom: 50%;
    transform: translateY(50%) rotate(-45deg);
  }
  .header .gam:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 3px;
    background: #FFFFFF;
    top: 0;
    left: 0;
    transition: 0.3s;
  }
  .header .gam:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 3px;
    background: #FFFFFF;
    bottom: 0;
    left: 0;
    transition: 0.3s;
  }
  .header .gam span {
    display: block;
    width: 16px;
    height: 3px;
    margin-left: auto;
    background: #FFFFFF;
    transition: 0.3s;
  }
  .header .flex-row {
    position: relative;
  }
  .header .left p {
    display: block;
    font-size: 14px;
    margin-left: 25px;
    line-height: 20px;
  }
  .header .right {
    position: absolute;
    display: none;
    text-align: center;
    width: calc(100vw - 30px);
    background: #272727;
    height: 100vh;
    left: 0;
    top: 100%;
    padding-top: 50px;
  }
  .header .right .socs-menu {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
  }
  .header .right .main-menu {
    margin-right: auto;
    margin-left: auto;
  }
  .header .right .main-menu ul li {
    display: block;
    text-align: center;
  }
  .header .right .main-menu ul li:not(:first-of-type) {
    margin-left: 0;
    margin-top: 20px;
  }
  .header .right .main-menu ul li:hover a {
    color: #3D9C63;
  }
  .header .right .main-menu ul li a {
    color: #FFFFFF;
    transition: 0.3s;
    display: inline-block;
    font-size: 14px;
    text-transform: uppercase;
  }
  .header .right .tel {
    margin-left: auto;
    margin-right: auto;
    margin-top: 80px;
    font-size: 16px;
    display: block;
  }
  .header .right .lang-menu {
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
  }
  .header .right .main-btn {
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 24px;
    background: #3D9C63;
    flex-direction: column;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: #FFFFFF;
    height: 56px;
    transition: 0.3s;
    width: 205px;
    border-radius: 0;
  }
  .header .right .main-btn:after {
    display: none;
  }
  .header .right ul li {
    display: inline-block;
  }

  .title-screen .column-wrap {
    max-width: unset;
  }
  .title-screen .swiper .slide {
    position: relative;
    min-height: 650px;
  }
  .title-screen .swiper .slide .content {
    position: relative;
    z-index: 1;
    margin-top: 100px;
    width: 768px;
  }
  .title-screen .swiper .slide .content p {
    font-size: 14px;
    margin-bottom: 15px;
  }
  .title-screen .swiper .slide .content h1 {
    margin-bottom: 30px;
  }
  .title-screen .swiper .slide .content .btn {
    font-size: 15px;
  }

  .border-green {
    right: 20px;
    width: 161px;
  }

  .screen-2 {
    padding: 80px 0 80px;
  }
  .screen-2.screen-12 .flex-row {
    display: block;
  }
  .screen-2.screen-12 .flex-row .left {
    width: 100%;
  }
  .screen-2.screen-12 .flex-row .text {
    padding-top: 30px;
  }
  .screen-2.screen-12 .flex-row .text:before {
    width: 90px;
    height: 60px;
  }
  .screen-2.screen-12 .flex-row .text p {
    text-transform: none;
    color: #FFFFFF;
    font-size: 16px;
    letter-spacing: normal;
    position: relative;
    z-index: 2;
  }
  .screen-2.screen-12 .flex-row .text p strong {
    font-weight: 700;
    color: #3D9C63;
  }
  .screen-2.screen-12 .flex-row .text p:not(:first-of-type) {
    margin-top: 20px;
  }
  .screen-2 .flex-row {
    display: block;
  }
  .screen-2 .flex-row .left {
    width: 100%;
  }
  .screen-2 .flex-row .left ol {
    margin-top: 30px;
  }
  .screen-2 .flex-row .right {
    width: 100%;
    position: relative;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
  }

  .screen-3 {
    padding-bottom: 80px;
  }
  .screen-3 .font--1 {
    text-align: center;
    margin-bottom: 20px;
  }
  .screen-3 .row-wrapper {
    margin-top: 30px;
  }
  .screen-3 .row-wrapper .flex-row:nth-of-type(even) .right {
    padding-right: 30px;
  }
  .screen-3 .row-wrapper .flex-row:not(:first-of-type) {
    margin-top: 30px;
  }
  .screen-3 .row-wrapper .flex-row .left, .screen-3 .row-wrapper .flex-row .right {
    width: 50%;
  }
  .screen-3 .row-wrapper .flex-row .right {
    padding-left: 30px;
  }
  .screen-3 .row-wrapper .flex-row .left {
    position: relative;
  }
  .screen-3 .row-wrapper .flex-row .left img {
    width: 100%;
    object-fit: cover;
  }

  .screen-4 .swiper .project-slide .content p {
    font-size: 16px;
  }
  .screen-4 .swiper .project-slide .content .btn {
    font-size: 15px;
  }

  .screen-5 {
    padding-bottom: 80px;
  }
  .screen-5.screen-14 .flex-row .right .flex-row {
    display: flex;
  }
  .screen-5.screen-14 .flex-row .right .flex-row .right {
    margin-left: 20px;
    padding-left: 0;
  }
  .screen-5.screen-14 .flex-row .right .flex-row .right a {
    white-space: nowrap;
  }
  .screen-5.screen-14 .flex-row .right .socs-menu {
    margin-left: 0;
  }
  .screen-5.screen-14 .flex-row .right .main-btn {
    margin-top: 30px;
  }
  .screen-5 .flex-row.reverse {
    flex-direction: row-reverse;
  }
  .screen-5 .flex-row.reverse .right {
    position: relative;
    z-index: 5;
    padding-right: 40px;
  }
  .screen-5 .flex-row.reverse .right .socs-menu {
    margin-left: 0;
    margin-top: 20px;
  }
  .screen-5 .flex-row.reverse .right .socs-menu a {
    width: 20px;
    height: 20px;
  }
  .screen-5 .flex-row.reverse .right .socs-menu:first-of-type {
    margin-bottom: 30px;
  }
  .screen-5 .flex-row.reverse .border-green {
    left: 0;
    width: 600px;
  }
  .screen-5 .flex-row .border-green {
    height: calc(100% - 40px);
    right: 0;
    width: 600px;
  }
  .screen-5 .flex-row .left {
    width: 300px;
  }
  .screen-5 .flex-row .right {
    width: calc(100% - 300px);
    padding-left: 40px;
  }
  .screen-5 .flex-row .right .flex-row {
    margin-bottom: 40px;
    display: block;
  }
  .screen-5 .flex-row .right .font--1 {
    margin-bottom: 20px;
  }
  .screen-5 .flex-row .right .socs-menu {
    margin-left: 0;
    margin-top: 20px;
  }
  .screen-5 .flex-row .right .socs-menu a {
    width: 20px;
    height: 20px;
  }

  .reviews-screen {
    padding-bottom: 40px;
  }
  .reviews-screen .font--1 {
    margin-bottom: 20px;
  }
  .reviews-screen .slider {
    position: relative;
    padding: 0 50px;
  }

  .screen-7 {
    padding-bottom: 80px;
  }
  .screen-7 .font--1 {
    margin-bottom: 20px;
  }
  .screen-7 .product-wrap {
    margin-top: 30px;
    width: calc(100% + 20px);
    margin-left: -20px;
    display: flex;
    align-items: stretch;
    flex-flow: row;
    flex-wrap: wrap;
  }
  .screen-7 .product-wrap .product-column {
    color: #FFFFFF;
    width: calc(50% - 20px);
    margin-left: 20px;
    margin-bottom: 20px;
    position: relative;
  }
  .screen-7 .product-wrap .product-column .content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 20px);
  }
  .screen-7 .product-wrap .product-column .content.flex .flex-row {
    align-items: start;
    justify-content: space-between;
  }
  .screen-7 .product-wrap .product-column .content.flex .flex-row ul {
    width: calc(50% - 10px);
  }
  .screen-7 .product-wrap .product-column .content li {
    position: relative;
    padding-left: 12px;
    font-size: 14px;
  }
  .screen-7 .product-wrap .product-column .content li:before {
    width: 6px;
  }
  .screen-7 .product-wrap .product-column .content p {
    margin-bottom: 20px;
  }

  .screen-10 {
    text-align: center;
  }
  .screen-10 .font--1 {
    margin-bottom: 20px;
  }
  .screen-10 .step-wrap {
    margin-top: 50px;
    text-align: left;
  }
  .screen-10 .step-wrap .step {
    position: relative;
    padding-right: calc(50% + 35px);
  }
  .screen-10 .step-wrap .step:nth-of-type(even) {
    padding-right: 0;
    padding-left: calc(50% + 35px);
  }
  .screen-10 .step-wrap .step:not(:first-of-type) {
    padding-top: 20px;
  }
  .screen-10 .step-wrap .step .font--3 {
    position: relative;
    padding-left: 24px;
  }
  .screen-10 .step-wrap .step p {
    font-size: 15px;
    margin-top: 20px;
  }

  .screen-11 {
    padding: 60px 15px;
  }
  .screen-11 .wrap {
    padding: 20px 0;
    max-height: 818px;
    height: auto;
  }
  .screen-11 .wrap .content {
    padding: 70px 50px;
  }
  .screen-11 .wrap .pay-row {
    margin-top: 20px;
  }
  .screen-11 .wrap .pay-row .pay-column {
    padding: 12px 18px;
    font-size: 14px;
  }
  .screen-11 .wrap .pay-row .pay-column:not(:first-of-type) {
    margin-left: 15px;
  }
  .screen-11 .wrap .cripto-row {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 50px 0;
  }
  .screen-11 .wrap .cripto-row img {
    width: 40px;
    height: 40px;
    object-fit: contain;
  }
  .screen-11 .wrap .cripto-row img:not(:first-of-type) {
    margin-left: 40px;
  }
  .screen-11 .wrap .font--1 {
    text-align: center;
    margin-bottom: 24px;
  }

  .screen-13 {
    padding-bottom: 80px;
  }
  .screen-13 .font--1 {
    margin-bottom: 30px;
  }
  .screen-13 .column-row {
    display: flex;
    align-items: stretch;
    width: calc(100% + 20px);
    margin-left: -20px;
    flex-flow: row;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
  .screen-13 .column-row .column {
    margin-left: 20px;
    width: calc(25% - 20px);
    background: #3D9C63;
    color: #FFFFFF;
    padding: 15px;
  }
  .screen-13 .column-row .column span {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
  }
  .screen-13 .column-row .column p {
    font-weight: 700;
    font-size: 14px;
    line-height: 150%;
    margin-top: 24px;
  }

  .footer {
    padding: 0 15px 60px;
  }
  .footer .main-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 24px;
    background: #3D9C63;
    flex-direction: column;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: #FFFFFF;
    height: 56px;
    transition: 0.3s;
  }
  .footer .main-btn:hover {
    background: #3D7663;
  }
  .footer .socs-menu {
    display: flex;
    align-items: center;
    margin-bottom: 24px;
  }
  .footer .socs-menu a {
    display: inline-block;
    width: 16px;
    height: 16px;
    transition: 0.3s;
  }
  .footer .socs-menu a:not(:first-of-type) {
    margin-left: 20px;
  }
  .footer .socs-menu a:hover {
    opacity: 0.6;
  }
  .footer .socs-menu a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .footer a {
    color: #FFFFFF;
    display: block;
    font-size: 14px;
    transition: 0.3s;
  }
  .footer .column {
    width: 50%;
    margin-bottom: 30px;
  }
  .footer .column li:hover a {
    opacity: 0.6;
  }
  .footer .column li:not(:first-of-type) {
    margin-top: 8px;
  }
  .footer .column .link {
    transition: 0.3s;
  }
  .footer .column .link:not(:first-of-type) {
    margin-top: 8px;
  }
  .footer .column .link:hover {
    opacity: 0.6;
  }
  .footer .flex-row {
    padding-top: 80px;
    border-top: 1px solid #FFFFFF;
    align-items: center;
    justify-content: space-between;
    flex-flow: row;
    flex-wrap: wrap;
  }
  .footer .lang-menu li.current a {
    color: #3D9C63;
  }
  .footer p {
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 24px;
  }
  .footer span {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
  }
  .footer .logo {
    display: inline-block;
    height: 60px;
    margin-bottom: 24px;
    transition: 0.3s;
  }
  .footer .logo:hover {
    opacity: 0.6;
  }
  .footer .logo img {
    height: 100%;
    object-fit: contain;
  }

  .thanks .border-green {
    width: 140px;
    justify-content: end;
    display: flex;
  }
  .thanks .border-green:before {
    width: 0;
  }
  .thanks .border-green:after {
    width: 0;
  }
  .thanks .border-green span {
    height: 0;
  }
  .thanks .wrap {
    padding: 60px 0 120px;
  }

  .page-404 {
    padding: 70px 0;
  }
  .page-404 .border-green {
    width: 180px;
    justify-content: end;
    display: flex;
  }
  .page-404 .border-green:before {
    width: 0;
  }
  .page-404 .border-green:after {
    width: 0;
  }
  .page-404 .border-green span {
    height: 0;
  }
  .page-404 .text p {
    font-size: 180px;
  }

  .main-popup-wrap.form-popup {
    display: none;
  }
  .main-popup-wrap.form-popup .popup-wrap {
    padding: 15px;
  }
  .main-popup-wrap.form-popup .popup {
    max-width: 800px;
    width: 100%;
    padding: 60px 15px;
  }
  .main-popup-wrap.form-popup .popup .font--1 {
    margin-bottom: 24px;
  }
  .main-popup-wrap.form-popup .popup p {
    text-align: center;
  }
  .main-popup-wrap.form-popup .popup form {
    margin-top: 40px;
  }
  .main-popup-wrap.form-popup .popup form button {
    border: none;
    background: #3D9C63;
    padding: 16px 24px;
    text-transform: uppercase;
    font-size: 14px;
    color: #FFFFFF;
    transition: 0.3s;
    width: 100%;
    text-align: center;
  }
  .main-popup-wrap.form-popup .popup form button:hover {
    background: #3D7663;
  }
  .main-popup-wrap .popup {
    padding: 60px 0;
    max-width: calc(100vw - 16px);
  }
  .main-popup-wrap .popup .simplebar-track.simplebar-vertical {
    max-height: 600px;
  }
  .main-popup-wrap .popup .simplebar-mask {
    position: static;
    overflow: auto;
  }
  .main-popup-wrap .popup .simplebar-offset {
    position: static;
    overflow: auto;
  }
  .main-popup-wrap .popup .simplebar-content {
    max-height: 600px;
  }
  .main-popup-wrap .popup .pagination-row {
    margin-top: 50px;
  }
  .main-popup-wrap .popup .pagination-row .button {
    max-width: calc(50% - 10px);
    font-size: 14px;
  }
  .main-popup-wrap .popup .pagination-row .button:hover {
    opacity: 0.6;
  }
  .main-popup-wrap .popup .pagination-row .button.btn-prev {
    padding-left: 32px;
  }
  .main-popup-wrap .popup .pagination-row .button.btn-prev:before {
    width: 16px;
  }
  .main-popup-wrap .popup .pagination-row .button.btn-next {
    padding-right: 32px;
  }
  .main-popup-wrap .popup .pagination-row .button.btn-next:after {
    width: 16px;
  }
  .main-popup-wrap .popup .pagination-row .button span {
    font-size: 12px;
  }
  .main-popup-wrap .popup .font--1 {
    margin-bottom: 40px;
  }
  .main-popup-wrap .popup .flex-row {
    display: block;
  }
  .main-popup-wrap .popup .flex-row .left, .main-popup-wrap .popup .flex-row .right {
    width: 100%;
  }
  .main-popup-wrap .popup .flex-row .left {
    margin-bottom: 40px;
    position: static;
    width: 100%;
    max-height: 600px;
  }
  .main-popup-wrap .popup .flex-row .right h3 {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .title-screen .border-green {
    width: 40px;
  }
  .title-screen .column-wrap {
    position: relative;
    margin-top: auto;
    display: block;
    padding: 0;
  }
  .title-screen .column-wrap .column {
    max-width: 400px;
    display: flex;
    align-items: center;
    padding: 12px 20px;
  }
  .title-screen .column-wrap .column p {
    margin-left: 16px;
    font-size: 14px;
  }
  .title-screen .column-wrap .column span {
    font-size: 27px;
  }
  .title-screen .swiper {
    position: relative;
  }
  .title-screen .swiper .swiper-pagination {
    bottom: 301px;
    left: 15px;
    padding-left: 0;
    text-align: left;
    transform: translateX(0);
  }
  .title-screen .swiper .slide {
    position: relative;
    min-height: 650px;
    display: flex;
    flex-direction: column;
    padding-bottom: 0;
  }
  .title-screen .swiper .slide .content {
    position: relative;
    z-index: 1;
    margin-top: 40px;
    max-width: 768px;
    width: 100%;
    margin-bottom: 70px;
  }
  .title-screen .swiper .slide .content p {
    font-size: 14px;
    margin-bottom: 16px;
    max-width: 80%;
  }
  .title-screen .swiper .slide .content h1 {
    margin-bottom: 24px;
  }
  .title-screen .swiper .slide .content .btn {
    font-size: 14px;
  }

  .border-green {
    right: -8px;
    width: 40px;
  }

  .screen-2 {
    padding: 60px 0 100px;
  }
  .screen-2.screen-12 .flex-row {
    display: block;
  }
  .screen-2.screen-12 .flex-row .left {
    width: 100%;
  }
  .screen-2.screen-12 .flex-row .text {
    padding-top: 40px;
  }
  .screen-2.screen-12 .flex-row .text:before {
    width: 129px;
    height: 90px;
  }
  .screen-2 .flex-row {
    display: block;
  }
  .screen-2 .flex-row .left {
    width: 100%;
  }
  .screen-2 .flex-row .left ol {
    margin-top: 40px;
  }
  .screen-2 .flex-row .left ol li {
    font-size: 16px;
  }
  .screen-2 .flex-row .right {
    max-width: 270px;
    margin-right: 0;
    margin-top: 40px;
  }

  .screen-3 {
    padding-bottom: 60px;
  }
  .screen-3 .font--1 {
    text-align: center;
    margin-bottom: 24px;
  }
  .screen-3 .row-wrapper {
    margin-top: 40px;
  }
  .screen-3 .row-wrapper .flex-row {
    display: block;
  }
  .screen-3 .row-wrapper .flex-row:nth-of-type(even) .right {
    padding-right: 0;
  }
  .screen-3 .row-wrapper .flex-row:not(:first-of-type) {
    margin-top: 40px;
  }
  .screen-3 .row-wrapper .flex-row .left, .screen-3 .row-wrapper .flex-row .right {
    width: 100%;
  }
  .screen-3 .row-wrapper .flex-row .right {
    padding-left: 0;
    padding-top: 24px;
  }

  .screen-5 {
    padding-bottom: 60px;
  }
  .screen-5.animated .flex-row .border-green:before {
    animation-name: fadein4;
    animation-duration: 0.5s;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
    animation-delay: 0.5s;
  }
  .screen-5.animated .flex-row .border-green span {
    animation-name: fadein5;
    animation-duration: 0.5s;
    animation-delay: 1s;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
  }
  .screen-5.animated .flex-row .border-green:after {
    animation-name: fadein6;
    animation-duration: 0.5s;
    animation-delay: 1.5s;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
  }
  .screen-5.screen-14 .flex-row {
    text-align: center;
  }
  .screen-5.screen-14 .flex-row .right p {
    margin-left: auto;
    margin-right: auto;
  }
  .screen-5.screen-14 .flex-row .right .flex-row {
    display: flex;
    justify-content: center;
  }
  .screen-5.screen-14 .flex-row .right .flex-row .right {
    margin-left: 20px;
    padding-left: 0;
  }
  .screen-5.screen-14 .flex-row .right .flex-row .right a {
    white-space: nowrap;
  }
  .screen-5.screen-14 .flex-row .right .socs-menu {
    margin-left: 0;
  }
  .screen-5.screen-14 .flex-row .right .main-btn {
    margin-top: 30px;
  }
  .screen-5 .flex-row {
    flex-direction: column-reverse;
    position: relative;
  }
  .screen-5 .flex-row.reverse {
    flex-direction: column-reverse;
  }
  .screen-5 .flex-row.reverse .border-green {
    height: calc(100% + 40px);
    right: unset;
    left: 15px;
    position: absolute;
    left: 15px;
    width: calc(100% - 30px);
    overflow: hidden;
    justify-content: start;
  }
  .screen-5 .flex-row.reverse .border-green:before {
    left: 0;
    bottom: 0;
    top: unset;
    width: 6px;
  }
  .screen-5 .flex-row.reverse .border-green:after {
    left: unset;
    right: 0;
    top: 0;
    width: 6px;
  }
  .screen-5 .flex-row.reverse .right {
    position: relative;
    z-index: 5;
    padding-right: 40px;
  }
  .screen-5 .flex-row.reverse .right .socs-menu {
    margin-left: 0;
    margin-top: 20px;
  }
  .screen-5 .flex-row.reverse .right .socs-menu a {
    width: 20px;
    height: 20px;
  }
  .screen-5 .flex-row.reverse .right .socs-menu:first-of-type {
    margin-bottom: 30px;
  }
  .screen-5 .flex-row .border-green {
    height: calc(100% + 40px);
    right: unset;
    left: 15px;
    position: absolute;
    left: 15px;
    width: calc(100% - 30px);
    overflow: hidden;
    justify-content: start;
  }
  .screen-5 .flex-row .border-green:before {
    transform: translateY(-100%);
    left: 0;
    bottom: 0;
    top: unset;
    width: 6px;
  }
  .screen-5 .flex-row .border-green:after {
    right: 0;
    top: 0;
    width: 6px;
  }
  .screen-5 .flex-row .left {
    width: calc(100% + 14px);
  }
  .screen-5 .flex-row .right {
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
    text-align: center;
    padding-bottom: 60px;
    position: relative;
  }
  .screen-5 .flex-row .right .flex-row {
    margin-bottom: 40px;
    display: block;
  }
  .screen-5 .flex-row .right .font--1 {
    margin-bottom: 20px;
  }
  .screen-5 .flex-row .right .socs-menu {
    justify-content: center;
    margin-left: 0;
    margin-top: 25px;
  }
  .screen-5 .flex-row .right .socs-menu a {
    width: 24px;
    height: 24px;
  }

  @keyframes fadein5 {
    0% {
      width: 0;
      height: 6px;
    }
    100% {
      height: 6px;
      width: 100%;
    }
  }
  @keyframes fadein4 {
    0% {
      height: 0;
    }
    100% {
      height: 50%;
    }
  }
  @keyframes fadein6 {
    0% {
      height: 0;
    }
    100% {
      height: 50%;
    }
  }
  .reviews-screen {
    padding-bottom: 40px;
  }
  .reviews-screen .font--1 {
    margin-bottom: 20px;
  }
  .reviews-screen .slider {
    position: relative;
    padding: 0 50px;
  }
  .reviews-screen .slider .swiper-button-lock {
    display: flex;
  }

  .screen-7 {
    padding-bottom: 80px;
  }
  .screen-7 .font--1 {
    margin-bottom: 20px;
  }
  .screen-7 .product-wrap {
    display: block;
    width: 100%;
    margin-left: 0;
  }
  .screen-7 .product-wrap .product-column {
    color: #FFFFFF;
    width: 100%;
    display: flex;
    margin-left: 0;
    margin-bottom: 24px;
    position: relative;
    min-height: 396px;
  }
  .screen-7 .product-wrap .product-column .content {
    position: absolute;
    top: 60px;
    left: 50%;
    transform: translate(-50%, 0);
    width: calc(100% - 20px);
  }
  .screen-7 .product-wrap .product-column .content.flex .flex-row {
    display: block;
    align-items: start;
    justify-content: space-between;
  }
  .screen-7 .product-wrap .product-column .content.flex .flex-row ul {
    width: 100%;
  }

  .screen-10 {
    text-align: center;
  }
  .screen-10 .font--1 {
    margin-bottom: 24px;
  }
  .screen-10 .step-wrap {
    margin-top: 50px;
    text-align: left;
  }
  .screen-10 .step-wrap .step {
    position: relative;
    padding-right: 0;
    padding-left: 40px;
  }
  .screen-10 .step-wrap .step:nth-of-type(even) {
    padding-right: 0;
    padding-left: 40px;
  }
  .screen-10 .step-wrap .step:not(:first-of-type) {
    padding-top: 20px;
  }
  .screen-10 .step-wrap .step:before {
    left: 6px;
  }
  .screen-10 .step-wrap .step:after {
    left: 0;
  }
  .screen-10 .step-wrap .step .font--3 {
    position: relative;
    padding-left: 24px;
  }
  .screen-10 .step-wrap .step p {
    font-size: 16px;
    margin-top: 32px;
  }

  .screen-11 .wrap {
    padding: 60px 0;
    max-height: unset;
    height: auto;
  }
  .screen-11 .wrap .content {
    padding: 60px 24px;
  }
  .screen-11 .wrap .pay-row {
    margin-top: 25px;
    display: block;
  }
  .screen-11 .wrap .pay-row .pay-column {
    padding: 12px 18px;
    font-size: 14px;
    width: 100%;
    text-align: center;
  }
  .screen-11 .wrap .pay-row .pay-column:not(:first-of-type) {
    margin-left: 0;
    margin-top: 24px;
  }
  .screen-11 .wrap .cripto-row {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 50px 0;
  }
  .screen-11 .wrap .cripto-row img {
    width: 40px;
    height: 40px;
    object-fit: contain;
  }
  .screen-11 .wrap .cripto-row img:not(:first-of-type) {
    margin-left: 40px;
  }
  .screen-11 .wrap .font--1 {
    text-align: center;
    margin-bottom: 24px;
  }

  .screen-13 {
    padding-bottom: 60px;
  }
  .screen-13 .font--1 {
    margin-bottom: 40px;
  }
  .screen-13 .column-row {
    margin-bottom: 0;
  }
  .screen-13 .column-row .column {
    margin-left: 20px;
    width: calc(100% - 20px);
    background: #3D9C63;
    color: #FFFFFF;
    padding: 24px 32px;
    margin-bottom: 24px;
  }
  .screen-13 .column-row .column p {
    margin-top: 24px;
  }

  .footer {
    padding: 0 15px 60px;
  }
  .footer .socs-menu {
    justify-content: center;
  }
  .footer .column {
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
  }
  .footer .flex-row {
    padding-top: 60px;
  }

  .thanks .border-green {
    width: 40px;
    justify-content: end;
    display: flex;
  }
  .thanks .border-green:before {
    width: 0;
  }
  .thanks .border-green:after {
    width: 0;
  }
  .thanks .border-green span {
    height: 0;
  }
  .thanks .wrap {
    padding: 40px 0 67px;
  }

  .page-404 {
    padding: 70px 15px;
  }
  .page-404 .border-green {
    width: 132px;
    justify-content: end;
    display: flex;
  }
  .page-404 .border-green:before {
    width: 0;
  }
  .page-404 .border-green:after {
    width: 0;
  }
  .page-404 .border-green span {
    height: 0;
  }
  .page-404 .text p {
    line-height: 150px;
    font-size: 120px;
    margin-bottom: 24px;
  }
}