/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

@font-face {
  font-family: Poppins;
  src: url(../fonts/Poppins-Light.woff2) format("woff2"), url(../fonts/Poppins-Light.woff) format("woff");
  font-weight: 300
}

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

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

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

@font-face {
  font-family: Poppins;
  src: url(../fonts/Poppins-Bold.woff2) format("woff2"), url(../fonts/Poppins-Bold.woff) format("woff");
  font-weight: 700
}

@font-face {
  font-family: Poppins;
  src: url(../fonts/Poppins-ExtraBold.woff2) format("woff2"), url(../fonts/Poppins-ExtraBold.woff) format("woff");
  font-weight: 800
}

@font-face {
  font-family: Poppins;
  src: url(../fonts/Poppins-Black.woff2) format("woff2"), url(../fonts/Poppins-Black.woff) format("woff");
  font-weight: 900
}

:root {
  --font-family: "Poppins", sans-serif;
  --green: #0fab64;
  --black: #000;
  --gray: #152a1d;
  --white: #fff
}

* {
  padding: 0;
  margin: 0;
  border: 0
}

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

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

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

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

button {
  cursor: pointer
}

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

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

a:hover {
  text-decoration: none
}

ul li {
  list-style: none
}

img {
  vertical-align: top
}

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

.container {
  max-width: 1332px;
  width: 100%;
  margin: 0 auto;
  padding: 0 16px
}

.container--fluid {
  max-width: 1360px
}

html {
  scroll-behavior: smooth;
  background-color: var(--white);
  scrollbar-gutter: stable
}

body {
  font-family: var(--font-family)
}

body.locked {
  overflow: hidden
}

@-webkit-keyframes fade {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

@keyframes fade {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

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

.wrapper main {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1
}

.section {
  padding: 60px 0
}

.section-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 20px;
  margin-bottom: 44px
}

.calculation .section-head h3 {
  font-weight: 600;
  font-size: 36px;
  line-height: 120%;
  text-align: center;
  color: var(--black)
}



.section-title {
  font-weight: 600;
  font-size: 36px;
  line-height: 120%;
  text-align: center;
  color: var(--black)
}

.section-title--white {
  color: var(--white)
}

.section-title--h1 {
  max-width: 1050px;
  margin: 0 auto;
  font-weight: 600;
  font-size: 48px;
  text-align: center;
  line-height: 120%;
  color: var(--black)
}

.section-title--h1--white {
  color: var(--white);
  text-shadow: 3px 2px 3px #171717;
}

.section-title__lite {
  font-weight: 300;
  font-size: 48px;
  text-align: center;
  line-height: 120%;
  color: var(--black)
}

.section-title__lite--white {
  color: var(--white)
}

.calculation .section-head p {
  max-width: 900px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  color: var(--gray);
  opacity: .6
}



.section-text {
  max-width: 900px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  color: var(--gray);
  opacity: .6
}

.section-text--white {
  color: var(--white)
}

.section-subtitle--green {
  font-weight: 500;
  font-size: 24px;
  line-height: 140%;
  text-transform: uppercase;
  text-align: center;
  color: var(--green)
}

.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  padding: 15px 30px;
  border-radius: 5px;
  background-color: var(--green);
  border: 1px solid transparent;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 14px;
  line-height: 120%;
  color: var(--white);
  -webkit-transition: .2s linear;
  -o-transition: .2s linear;
  transition: .2s linear
}

.btn img {
  -webkit-transition: -webkit-transform .2s linear;
  transition: -webkit-transform .2s linear;
  -o-transition: transform .2s linear;
  transition: transform .2s linear;
  transition: transform .2s linear, -webkit-transform .2s linear
}

.btn-outline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  padding: 15px 30px;
  border-radius: 5px;
  background-color: transparent;
  border: 1px solid #fff;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 14px;
  line-height: 120%;
  color: var(--white);
  -webkit-transition: .2s linear;
  -o-transition: .2s linear;
  transition: .2s linear
}

.btn-outline img {
  -webkit-transition: -webkit-transform .2s linear;
  transition: -webkit-transform .2s linear;
  -o-transition: transform .2s linear;
  transition: transform .2s linear;
  transition: transform .2s linear, -webkit-transform .2s linear
}

.banner {
  position: relative;
  padding: 25px 16px
}

.banner__close {
  position: absolute;
  top: 12px;
  right: 12px;
  background-color: transparent;
  border: 0;
  outline: 0
}

.banner__text {
  max-width: 728px;
  margin: 0 auto;
  font-size: 12px;
  line-height: 140%;
  text-align: center;
  color: var(--gray);
  opacity: .6
}

.banner__text a {
  font-weight: 500;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  color: var(--black)
}

.banner--yellow {
  background-color: #ffc837
}

.banner--orange {
  background-color: #e05534
}

.banner--orange .banner__text {
  color: var(--white)
}

.banner--orange .banner__text a {
  color: var(--white)
}

.header {
  background-color: var(--gray)
}

.main__body.locked .header--lite-bg .logo--white .logo__img {
  display: none
}

.main__body.locked .header--lite-bg .logo--white .logo__img--white {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.header--lite-bg {
  background-color: #f5f5f5
}

.header--lite-bg.header--white-bg {
  background-color: var(--white)
}

.header--lite-bg .dropdown .menu__item-link img {
  -webkit-filter: brightness(0) saturate(100%) invert(0) sepia(19%) saturate(13%) hue-rotate(257deg) brightness(89%) contrast(103%);
  filter: brightness(0) saturate(100%) invert(0) sepia(19%) saturate(13%) hue-rotate(257deg) brightness(89%) contrast(103%)
}

.header--lite-bg .menu__item-link {
  color: var(--gray)
}

.header--lite-bg .menu__item-link::before {
  background-color: var(--black)
}

.header--lite-bg .menu__item-link.btn-outline {
  border-color: var(--green);
  color: var(--green)
}

.header--lite-bg .logo--white .logo__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.header--lite-bg .logo--white .logo__img--white {
  display: none
}

.navbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  padding: 30px 0;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
}

/* .navbar.active {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 30px 16px;
} */

.logo--white .logo__img {
  display: none
}

.logo--white .logo__img--white {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 45px;
  -moz-column-gap: 45px;
  column-gap: 45px
}

.menu__item-link {
  display: inline-block;
  padding: 4px 0;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
  box-shadow: 0 0 1px transparent;
  position: relative;
  overflow: hidden;
  font-weight: 400;
  font-size: 14px;
  color: var(--white);
  -webkit-transition: .2s linear;
  -o-transition: .2s linear;
  transition: .2s linear;
  opacity: .5
}

.menu__item-link::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  bottom: 0;
  background-color: var(--white);
  height: 2px;
  -webkit-transition-property: right;
  -o-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: .3s;
  -o-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out
}

.menu__item-link.active {
  opacity: 1;
  font-size: 14px;
  line-height: 120%;
  color: var(--white)
}

.menu__item-link.active::before {
  content: none
}

.menu__item-link.btn,
.menu__item-link.btn-outline {
  opacity: 1;
  padding: 15px 30px;
  font-weight: 600;
  font-size: 14px;
  line-height: 120%;
  color: var(--white)
}

.menu__item-link.btn-outline::before,
.menu__item-link.btn::before {
  content: none
}

.burger {
  display: none;
  cursor: pointer
}

.menu__item {
  position: relative
}

.dropdown .menu__item-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
}

.dropdown .menu__item-link::before {
  content: none
}

.dropdown .menu__item-link img {
  margin-top: -2px;
  -webkit-transition: .2s linear;
  -o-transition: .2s linear;
  transition: .2s linear
}

.dropdown.active .menu__sublist {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
  pointer-events: visible
}

.dropdown.active .menu__item-link {
  opacity: 1
}

.dropdown.active .menu__item-link img {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-filter: brightness(0) saturate(100%) invert(56%) sepia(99%) saturate(4362%) hue-rotate(129deg) brightness(99%) contrast(88%);
  filter: brightness(0) saturate(100%) invert(56%) sepia(99%) saturate(4362%) hue-rotate(129deg) brightness(99%) contrast(88%)
}

.menu__sublist {
  position: absolute;
  z-index: 2;
  top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 10px;
  padding: 15px;
  border-radius: 5px;
  -webkit-box-shadow: 0 4px 25px 0 rgba(0, 0, 0, .1);
  box-shadow: 0 4px 25px 0 rgba(0, 0, 0, .1);
  background: var(--white);
  opacity: 0;
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none
}

.menu__sublist a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  white-space: nowrap;
  font-size: 12px;
  color: var(--gray);
  opacity: .7
}

.menu__sublink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  white-space: nowrap;
  font-size: 12px;
  color: var(--gray);
  opacity: .7
}

.calculation {
  background: rgba(55, 55, 55, .05)
}

.launch {
  background-color: #f5f5f5;
  padding-top: 30px
}

.launch__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 520px;
  overflow: hidden
}

.launch__picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 500px;
  flex: 0 0 500px
}

.launch__descr {
  font-size: 12px;
  line-height: 140%;
  text-align: center;
  color: var(--black);
  opacity: .5
}

.launch__lines {
  margin-left: -20px;
  margin-right: 60px;
  height: 700px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none
}

.launch__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 30px
}

.launch__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 16px;
  -moz-column-gap: 16px;
  column-gap: 16px;
  padding: 24px 24px 24px 0;
  border: 1px solid rgba(49, 52, 54, .1);
  border-radius: 5px
}

.launch__item-count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  min-width: 60px;
  margin-left: -30px;
  border-radius: 100%;
  background-color: var(--green)
}

.launch__item-count span {
  font-weight: 600;
  line-height: 100%;
  font-size: 30px;
  color: var(--white)
}

.launch__texts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 10px
}

.launch__item-label {
  font-weight: 600;
  line-height: 120%;
  font-size: 24px;
  color: var(--black)
}

.launch__item-text {
  font-size: 14px;
  line-height: 120%;
  color: var(--gray);
  opacity: .9
}

.similar-business__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr 30px 1fr;
  grid-template-columns: repeat(4, 1fr);
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
  row-gap: 30px
}

.similar-business__item {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: center;
  row-gap: 16px;
  min-height: 215px;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  padding: 24px;
  background-color: #cfeee0
}

.similar-business__text {
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  color: var(--black)
}

.accordion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 30px
}

.accordion__item {
  padding-bottom: 30px;
  overflow: hidden;
  border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.accordion__item.active .accordion__content {
  padding-top: 20px;
  max-height: 600px
}

.accordion__item.active .accordion__header-line {
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 16H27' stroke='%230FAB64' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E")
}

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

.accordion__header-title {
  font-weight: 500;
  font-size: 24px;
  color: var(--black)
}

.accordion__header-line {
  width: 32px;
  height: 32px;
  min-width: 32px;
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 16H27' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' /%3E%3Cpath d='M16 5V27' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -webkit-transition: background-image .2s linear;
  -o-transition: background-image .2s linear;
  transition: background-image .2s linear
}

.accordion__content {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height .2s ease, padding .2s ease;
  -o-transition: max-height .2s ease, padding .2s ease;
  transition: max-height .2s ease, padding .2s ease
}

.accordion__content a {
  font-size: 14px;
  line-height: 120%;
  color: var(--gray);
  text-decoration: underline
}

.accordion__text {
  font-size: 14px;
  line-height: 120%;
  color: var(--gray)
}

.faq {
  background-color: var(--white)
}

.ready-move {
  background: rgba(15, 171, 100, .2)
}

.ready-move--main .ready-move__icon {
  display: block;
  margin: 0 auto 30px
}

.ready-move__icon {
  display: none
}

.ready-move__title {
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 36px;
  line-height: 120%;
  text-align: center;
  color: var(--black)
}

.ready-move__text {
  max-width: 720px;
  margin: 0 auto 30px;
  font-size: 16px;
  line-height: 120%;
  text-align: center;
  color: var(--gray);
  opacity: .6
}

.ready-move__btn {
  max-width: 300px;
  width: 100%;
  height: 50px;
  margin: 0 auto
}

.contacts {
  position: relative;
  z-index: 1;
  padding: 70px 0;
  background-color: var(--gray)
}

.contacts::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/contacts-map.svg);
  background-repeat: no-repeat;
  background-position: top right;
  mix-blend-mode: overlay;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none
}

.contacts__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-column-gap: 60px;
  -moz-column-gap: 60px;
  column-gap: 60px
}

.contacts__info {
  max-width: 310px;
  width: 100%;
  margin-right: 80px
}

.contacts__info-title {
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 24px;
  line-height: 120%;
  text-transform: uppercase;
  color: var(--green)
}

.contacts__info-rows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 16px
}

.contacts__info-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 10px
}

.contacts__info-label {
  font-size: 16px;
  color: var(--white);
  opacity: .5
}

.contacts__info-accent {
  font-weight: 500;
  font-size: 20px;
  line-height: 120%;
  color: var(--white);
  -webkit-transition: color .2s linear;
  -o-transition: color .2s linear;
  transition: color .2s linear
}

.contacts__info-accent a {
  font-weight: 500;
  font-size: 20px;
  line-height: 120%;
  color: var(--white);
  -webkit-transition: color .2s linear;
  -o-transition: color .2s linear;
  transition: color .2s linear
}

.contacts__form {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 810px;
  flex: 0 1 810px;
  width: 100%;
  border-radius: 5px;
  padding: 60px 90px;
  background-color: var(--white)
}

.contacts__title {
  margin-bottom: 48px;
  font-weight: 600;
  font-size: 36px;
  line-height: 120%;
  color: var(--gray)
}

.contacts__form-rows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 30px;
  margin-bottom: 30px
}

.contacts__form-row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
  row-gap: 30px;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.contacts__form-row--2 .contacts__form-block {
  -ms-grid-column-span: 2;
  grid-column: span 2
}

.contacts__form-block {
  display: -ms-grid;
  display: grid;
  -ms-flex-line-pack: justify;
  align-content: space-between
}

.contacts__form-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  margin-bottom: 10px
}

.contacts__form-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 28px;
  font-weight: 500;
  font-size: 14px;
  color: var(--black)
}

.contacts__form-label span {
  color: #eb5757
}

.contacts__form-inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 10px
}

.contacts__form-input {
  width: 100%;
  height: 50px;
  padding: 10px 15px;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 4px;
  outline: 0;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: var(--black);
  -webkit-transition: border .2s linear;
  -o-transition: border .2s linear;
  transition: border .2s linear
}

.contacts__form-input::-webkit-input-placeholder {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: var(--black);
  opacity: .5
}

.contacts__form-input::-moz-placeholder {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: var(--black);
  opacity: .5
}

.contacts__form-input:-ms-input-placeholder {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: var(--black);
  opacity: .5
}

.contacts__form-input::-ms-input-placeholder {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: var(--black);
  opacity: .5
}

.contacts__form-input::placeholder {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: var(--black);
  opacity: .5
}

.contacts__form-input:active,
.contacts__form-input:focus {
  border-color: var(--green)
}

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

.contacts__form-socials div:nth-child(1) .contacts__form-checkbox-label {
  border-radius: 5px 0 0 5px
}

.contacts__form-socials div:nth-child(2) .contacts__form-checkbox-label {
  border-radius: 0 5px 5px 0
}

.contacts__form-checkbox {
  position: absolute;
  width: 0;
  height: 0;
  z-index: -100;
  opacity: 0
}

.contacts__form-checkbox:checked~.contacts__form-checkbox-label {
  border: 1px solid var(--green);
  background: rgba(15, 171, 100, .1);
  color: var(--green)
}

.contacts__form-checkbox-label {
  display: block;
  padding: 6px 12px;
  border: 1px solid rgba(49, 52, 54, .1);
  cursor: pointer;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 14px;
  color: var(--black)
}

.contacts__form-input--checkbox {
  display: none;
  -webkit-animation: fade .3s linear;
  animation: fade .3s linear
}

.contacts__form-input--checkbox.active {
  display: block
}

.contacts__form-input--textarea {
  resize: none;
  height: 102px
}

.contacts__form-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 300px;
  width: 100%;
  height: 50px;
  padding: 15px;
  border-radius: 5px;
  background-color: #ffc837;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 14px;
  line-height: 120%;
  color: var(--gray);
  -webkit-transition: background-color .2s linear, color .2s linear;
  -o-transition: background-color .2s linear, color .2s linear;
  transition: background-color .2s linear, color .2s linear
}

.blog {
  position: relative;
  z-index: 1;
  padding: 70px 0
}

.blog__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  row-gap: 20px;
  margin-bottom: 60px
}

.blog__title {
  text-align: center;
  font-weight: 700;
  font-size: 36px;
  line-height: 120%;
  color: var(--gray)
}

.blog__subtitle {
  text-align: center;
  font-weight: 300;
  font-size: 16px;
  line-height: 120%;
  color: var(--gray)
}

.blog__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px 1fr 40px 1fr;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
  row-gap: 48px
}

.blog__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  row-gap: 24px
}

.blog__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  row-gap: 16px;
  height: 100%
}

.blog__link-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 16px
}

.blog__label {
  font-size: 24px;
  line-height: 120%;
  font-weight: 500;
  color: var(--gray)
}

.blog__link-date {
  font-weight: 500;
  font-size: 14px;
  line-height: 120%;
  color: #d1dfe0
}

.blog__link-texts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 24px
}

.blog__link-text {
  font-weight: 300;
  font-size: 16px;
  line-height: 120%;
  color: var(--gray)
}

.blog__more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  column-gap: 8px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 600;
  font-size: 14px;
  line-height: 120%;
  color: var(--green)
}

.blog__more img {
  -webkit-transition: -webkit-transform .2s linear;
  transition: -webkit-transform .2s linear;
  -o-transition: transform .2s linear;
  transition: transform .2s linear;
  transition: transform .2s linear, -webkit-transform .2s linear
}

.blog-detail {
  position: relative;
  z-index: 1;
  padding: 70px 0
}

.blog-detail__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px
}

.blog-detail__head {
  margin-top: 30px;
  margin-bottom: 10px
}

.blog-detail__main h4 {
  margin-top: 20px;
  font-size: 20px;
  line-height: 120%;
  font-weight: 500;
  color: var(--gray);
}

.blog-detail__main p strong {
  display: inline-block;
}

.blog-detail__main ul {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  list-style: disc;
  padding-left: 20px;
  margin: 10px 0;
}

.blog-detail__main ol {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  margin: 10px 0;
  padding-left: 20px;
}

.blog-detail__main ol li {
  font-weight: 700;
  font-size: 16px;
  line-height: 160%;
  color: #5d7587;
}

.blog-detail__main ul li {
  list-style: disc;
  font-weight: 300;
  font-size: 16px;
  line-height: 160%;
  color: #5d7587;
}


.blog-detail__main table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  overflow-x: auto;
}

.blog-detail__main th,
.blog-detail__main td {
  border: 1px solid #dddddd;
  text-align: center;
  padding: 8px;
}

.blog-detail__main th {
  background-color: #f2f2f2;
  font-weight: 700;
  font-size: 16px;
  line-height: 160%;
  color: #5d7587;
}

.blog-detail__main tr:nth-child(even) {
  background-color: #f9f9f9;
}

.blog-detail__main tr:hover {
  background-color: #f1f1f1;
}

.blog-detail__main td {
  vertical-align: middle;
  font-weight: 300;
  font-size: 16px;
  line-height: 160%;
  color: #5d7587;
}

.blog-detail__main td strong {
  font-weight: 700;
  font-size: 16px;
  line-height: 160%;
  color: #5d7587;
}



.blog-detail__title {
  font-weight: 500;
  font-size: 30px;
  line-height: 120%;
  color: var(--gray)
}

.blog-detail__italic {
  margin-bottom: 20px;
  font-style: italic;
  font-weight: 300;
  font-size: 16px;
  line-height: 160%;
  color: #5d7587
}

.blog-detail blockquote {
  margin-bottom: 20px;
  font-style: italic;
  font-weight: 300;
  font-size: 16px;
  line-height: 160%;
  color: #5d7587
}

.blog-detail__rows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 30px
}

.blog-detail__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 20px
}

.blog-detail__row-label {
  font-size: 24px;
  line-height: 120%;
  font-weight: 500;
  color: var(--gray)
}

.blog-detail h3 {
  margin-top: 20px;
  font-size: 24px;
  line-height: 120%;
  font-weight: 500;
  color: var(--gray)
}

.blog-detail h2 {
  margin-top: 20px;
  font-size: 24px;
  line-height: 120%;
  font-weight: 500;
  color: var(--gray)
}

.blog-detail p {
  margin-top: 20px;
  font-weight: 300;
  font-size: 16px;
  line-height: 160%;
  color: #5d7587
}

.blog-detail__date {
  margin-bottom: 16px;
  margin-top: 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 120%;
  color: #d1dfe0
}

p.blog-detail__date {
  margin-bottom: 16px;
  margin-top: 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 120%;
  color: #d1dfe0
}


.blog-detail__text {
  font-weight: 300;
  font-size: 16px;
  line-height: 160%;
  color: #5d7587
}

.blog-detail__aside {
  position: sticky;
  top: 30px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 360px;
  flex: 0 0 360px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content
}

.blog-detail__aside-form {
  margin-bottom: 30px;
  background-color: #f4f7fa;
  border-radius: 5px;
  padding: 40px 30px 24px
}

.blog-detail__aside-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 34px
}

.blog-detail__aside-search-input {
  height: 46px;
  width: 100%;
  background-color: var(--white);
  border: 1px solid #ebedf0;
  border-radius: 0 2px 2px 0;
  padding: 15px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 12px;
  line-height: 120%;
  color: var(--gray)
}

.blog-detail__aside-search-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: var(--gray);
  border-radius: 2px 0 0 2px;
  border: none;
  outline: 0;
  width: 46px;
  min-width: 44px;
  height: 46px
}

.blog-detail__share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 20px
}

.blog-detail__share-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 120%
}

.blog-detail__share-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  column-gap: 8px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.blog-detail__share-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 4px;
  -webkit-transition: -webkit-transform .2s linear;
  transition: -webkit-transform .2s linear;
  -o-transition: transform .2s linear;
  transition: transform .2s linear;
  transition: transform .2s linear, -webkit-transform .2s linear
}

.blog-detail__share-link--facebook {
  background-color: #4267b2
}

.blog-detail__share-link--twitter {
  background-color: #000
}

.blog-detail__share-link--pinterest {
  background-color: #cb2027
}

.blog-detail__aside-posts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  margin-bottom: 20px
}

.blog-detail__aside-posts-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
  color: var(--gray)
}

.blog-detail__aside-posts-all {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 4px;
  -moz-column-gap: 4px;
  column-gap: 4px;
  font-weight: 600;
  font-size: 14px;
  line-height: 120%;
  color: var(--green)
}

.blog-detail__aside-posts-all img {
  -webkit-transition: -webkit-transform .2s linear;
  transition: -webkit-transform .2s linear;
  -o-transition: transform .2s linear;
  transition: transform .2s linear;
  transition: transform .2s linear, -webkit-transform .2s linear
}

.blog-detail__aside-rows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 30px
}

.blog-detail__aside-row-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 6px
}

.blog-detail__aside-date {
  font-weight: 500;
  font-size: 14px;
  line-height: 120%;
  color: #d1dfe0
}

.blog-detail__aside-name {
  font-weight: 500;
  font-size: 18px;
  line-height: 120%;
  color: var(--gray)
}

.overview {
  background-color: var(--gray)
}

.overview__inner {
  max-width: 900px;
  margin: 0 auto
}

.overview__inner .section-subtitle--green {
  max-width: 600px;
  margin: 0 auto
}

.overview__inner .section-text {
  max-width: 840px
}

.overview__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  row-gap: 45px
}

.overview__pic {
  max-width: 100%
}

.overview__descr {
  font-size: 14px;
  line-height: 140%;
  text-align: center;
  color: var(--white);
  opacity: .6
}

.main-hero {
/*  background-color: var(--gray) */
  background: linear-gradient(var(--gray), #456f54)
}

.main-hero__inner .section-head {
  max-width: 80%;
  margin: 0 auto 45px
}

.main-hero__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  row-gap: 30px
}

.main-hero__pic {
  max-width: 100%
}

.main-hero__descr {
  max-width: 900px;
  margin: 0 auto;
  font-weight: 600;
  font-size: 16px;
  line-height: 120%;
  text-align: center;
  color: var(--white)
}

.main-hero__btn {
  background-color: #ffc837;
  color: var(--gray)
}

.main-hero__btn img {
  -webkit-filter: brightness(0) saturate(100%) invert(12%) sepia(40%) saturate(491%) hue-rotate(90deg) brightness(98%) contrast(95%);
  filter: brightness(0) saturate(100%) invert(12%) sepia(40%) saturate(491%) hue-rotate(90deg) brightness(98%) contrast(95%)
}

.funnel__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 45px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.funnel__inner .section-head {
  margin-bottom: 0
}

.funnel__inner .section-head img {
  vertical-align: middle
}

.funnel__illustration-mobile {
  display: none
}

.funnel__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
  row-gap: 30px
}

.funnel__item {
  display: -ms-grid;
  display: grid;
  row-gap: 10px;
  border: 1px solid rgba(49, 52, 54, .1);
  border-radius: 5px;
  padding: 30px
}

.funnel__item-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 16px;
  -moz-column-gap: 16px;
  column-gap: 16px
}

.funnel__item-icon {
  min-width: 60px
}

.funnel__item-label {
  font-weight: 600;
  line-height: 120%;
  font-size: 24px;
  color: var(--black)
}

.funnel__item-text {
  font-size: 14px;
  line-height: 140%;
  color: var(--gray);
  opacity: .9
}

.slider {
  background: rgba(55, 55, 55, .05)
}

.slider__slide-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 20px;
}

.slider__slider {
  position: static
}

.slider__slider-container {
  position: relative;
  padding: 0 80px
}

.slider__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px
}

.slider__title {
  font-weight: 600;
  font-size: 36px;
  line-height: 120%;
  text-align: center;
  color: var(--black)
}

.slider__title span {
  font-weight: 300
}

.slider__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px
}

.slider__pagination .swiper-pagination-bullet {
  margin: 0 !important;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  opacity: 1;
  border: 1px solid var(--green);
  background-color: transparent
}

.slider__pagination .swiper-pagination-bullet-active {
  background-color: var(--green)
}

.slider__arrow {
  position: absolute;
  top: 57%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  cursor: pointer
}

.slider__arrow svg g,
.slider__arrow svg path {
  -webkit-transition: .2s linear;
  -o-transition: .2s linear;
  transition: .2s linear
}

.slider__arrow--prev {
  left: 0
}

.slider__arrow--next {
  right: 0
}

.slider__slide-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 16px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 900px;
  margin: 0 auto 45px
}

.slider__slide-title {
  font-weight: 500;
  font-size: 24px;
  line-height: 120%;
  text-transform: uppercase;
  text-align: center;
  color: var(--green)
}

.slider__slide-demo {
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
  text-align: center;
  color: var(--black)
}

.slider__slide-descr {
  font-size: 16px;
  line-height: 140%;
  text-align: center;
  color: var(--gray);
  opacity: .6
}

.slider__slide-pic {
  max-width: 100%;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover
}

.slider__slide-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
  row-gap: 30px;
  max-width: 830px;
  width: 100%;
  margin: 0 auto
}

.slider__slide-item {
  display: -ms-grid;
  display: grid;
  row-gap: 50px;
  padding: 96px 30px 30px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: center;
  border: 1px solid rgba(49, 52, 54, .1);
  border-radius: 5px
}

.slider__slide-icon {
  width: 120px;
  height: auto
}

.slider__slide-icon img {
  width: 120px;
  height: auto
}

.slider__slide-name {
  text-align: center;
  font-weight: 600;
  font-size: 24px;
  line-height: 120%;
  color: var(--black)
}

.slider__slide-secondlist {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
  row-gap: 30px;
  max-width: 830px;
  width: 100%;
  margin: 0 auto
}

.slider__slide-seconditem {
  display: -ms-grid;
  display: grid;
  row-gap: 10px;
  -ms-flex-line-pack: baseline;
  align-content: baseline;
  padding: 30px;
  border: 1px solid rgba(49, 52, 54, .1);
  border-radius: 5px
}

.slider__slide-seconditem-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px
}

.slider__slide-seconditem-label {
  font-weight: 600;
  font-size: 24px;
  line-height: 120%;
  color: var(--black)
}

.slider__slide-seconditem-text {
  font-size: 14px;
  line-height: 140%;
  color: var(--gray)
}

.slider__slide-nums {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
  row-gap: 60px
}

.slider__slide-num {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  border: 1px solid rgba(49, 52, 54, .1);
  border-radius: 5px;
  padding: 45px 30px 30px 30px
}

.slider__slide-num-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: -75px
}

.slider__slide-num-head span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background-color: var(--green);
  font-weight: 600;
  font-size: 30px;
  line-height: 100%;
  color: var(--white)
}

.slider__slide-num-text {
  font-size: 14px;
  line-height: 140%;
  text-align: center;
  color: var(--gray);
  opacity: .9
}

.slider__slide-num--grid-column-2 {
  -ms-grid-column-span: 2;
  grid-column: span 2
}

.send-greeds {
  display: -ms-grid;
  display: grid;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
  row-gap: 30px
}

.send-greeds-4 {
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr)
}

.send-greeds-3 {
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr)
}

.send-greeds-2 {
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr)
}

.send-greed {
  position: relative;
  display: -ms-grid;
  display: grid
}

.send__error {
  margin: 30px 0;
  font-weight: 500;
  line-height: 120%;
  font-size: 12px;
  color: #eb5757
}

.send__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 16px;
  margin-bottom: 45px
}

.send__line {
  width: 100%;
  border-radius: 5px;
  height: 16px;
  background-color: rgba(21, 42, 29, .05)
}

.send__line-inner {
  height: 16px;
  border-radius: 5px;
  background-color: var(--green)
}

.send__title {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 30px;
  line-height: 120%;
  color: var(--black)
}

.send__content {
  /* overflow: hidden */
}

.send__radio {
  display: -ms-grid;
  display: grid
}

.send__radio-input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  z-index: -100
}

.send__radio-input:checked~.send__radio-label {
  border-color: var(--green)
}

.send__radio-input:checked~.send__radio-label .send__radio-text {
  color: var(--green)
}

.send__radio-input.error~.send__radio-label {
  border-color: #eb5757
}

.send__radio-input:checked~.send__radio-label .send__check {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='20' height='20' rx='2' fill='%230FAB64'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.35556 12.8001L4.08889 9.53344L3 10.6223L7.35556 14.9779L16.6889 5.64455L15.6 4.55566L7.35556 12.8001Z' fill='white'/%3E%3C/svg%3E%0A");
  border-color: transparent;
  background-position: center
}

.send__radio-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  outline: 0;
  row-gap: 16px;
  height: 216px;
  padding: 24px;
  border: 1px solid rgba(49, 52, 54, .1);
  border-radius: 5px;
  cursor: pointer
}

.send__radio-label:active,
.send__radio-label:focus {
  border-color: var(--green)
}

.send__radio-text {
  max-width: 244px;
  margin: 0 auto;
  font-weight: 600;
  font-size: 16px;
  line-height: 120%;
  text-align: center;
  color: var(--black)
}

.send__check {
  position: absolute;
  top: 24px;
  left: 24px;
  width: 20px;
  height: 20px;
  border: 1px solid rgba(49, 52, 54, .1);
  border-radius: 2px;
  background-color: var(--white)
}

.send__rows--mini {
  max-width: 400px;
  width: 100%;
  margin: 30px auto 0
}

.send__row {
  row-gap: 10px
}

.send__row>p>br {
  display: none;
}

.contacts__form-socials p>br {
  display: none;
}

.send__row>p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 10px;
}

.send__row--end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end
}

.send__row .contacts__form-head {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 0
}

.send__row-label {
  min-height: 24px;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 14px;
  color: var(--black)
}

.send__row-label span {
  color: #eb5757
}

.send__row-input {
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 4px;
  padding: 10px 15px;
  outline: 0;
  width: 100%;
  height: 50px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  color: var(--black)
}

.send__row-input.error {
  border-color: #eb5757
}

.send__row-input.error::-webkit-input-placeholder {
  color: #eb5757
}

.send__row-input.error::-moz-placeholder {
  color: #eb5757
}

.send__row-input.error:-ms-input-placeholder {
  color: #eb5757
}

.send__row-input.error::-ms-input-placeholder {
  color: #eb5757
}

.send__row-input.error::placeholder {
  color: #eb5757
}

.send__row-input:active,
.send__row-input:focus {
  border-color: var(--green)
}

.send__row-input::-webkit-input-placeholder {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  color: var(--black);
  opacity: .5
}

.send__row-input::-moz-placeholder {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  color: var(--black);
  opacity: .5
}

.send__row-input:-ms-input-placeholder {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  color: var(--black);
  opacity: .5
}

.send__row-input::-ms-input-placeholder {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  color: var(--black);
  opacity: .5
}

.send__row-input::placeholder {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  color: var(--black);
  opacity: .5
}

.send__row-input--textarea {
  resize: none;
  height: 80px
}

.send__row-input--textarea.send__row-input--textarea-large {
  height: 160px
}

.send__finish {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  row-gap: 20px;
  padding: 60px 0
}

.send__finish-pic {
  margin-bottom: 10px
}

.send__finish-title {
  font-weight: 600;
  font-size: 30px;
  line-height: 120%;
  text-align: center;
  color: var(--black)
}

.send__finish-text {
  font-size: 16px;
  line-height: 120%;
  text-align: center;
  color: var(--gray)
}

.send__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 16px;
  -moz-column-gap: 16px;
  column-gap: 16px;
  max-width: 400px;
  margin: 30px auto 0
}

.send__footer p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  row-gap: 16px;
  column-gap: 16px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

.send__btn {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 100%;
  height: 50px;
  margin: 0 auto;
  padding: 16px;
  border-radius: 5px;
  background-color: var(--green);
  outline: 0;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 14px;
  line-height: 120%;
  color: var(--white);
  -webkit-transition: background-color .2s linear;
  -o-transition: background-color .2s linear;
  transition: background-color .2s linear
}

.send__btn-outline {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 100%;
  height: 50px;
  margin: 0 auto;
  padding: 16px;
  border-radius: 5px;
  border: 1px solid var(--green);
  background-color: transparent;
  outline: 0;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 14px;
  line-height: 120%;
  color: var(--green);
  -webkit-transition: background-color .2s linear, color .2s linear;
  -o-transition: background-color .2s linear, color .2s linear;
  transition: background-color .2s linear, color .2s linear
}

.range-input[type=range] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  cursor: pointer;
  outline: 0;
  border-radius: 15px;
  height: 2px;
  background: #ccc
}

.range-input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  height: 15px;
  width: 15px;
  background-color: #0fab64;
  border-radius: 50%;
  border: none;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out
}

.range-input[type=range]::-moz-range-thumb {
  height: 15px;
  width: 15px;
  background-color: #0fab64;
  border-radius: 50%;
  border: none;
  -moz-transition: .2s ease-in-out;
  transition: .2s ease-in-out
}

.sliderticks {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[6];
  grid-template-columns: repeat(6, 1fr)
}

.slidertick {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 4px;
  padding-top: 20px
}

.slidertick.active::before {
  background-color: var(--green)
}

.slidertick::before {
  content: "";
  position: absolute;
  top: -8.5px;
  left: 0;
  width: 2px;
  height: 10px;
  border-radius: 1px;
  background-color: #ccc;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none
}

.slidertick:nth-child(5) {
  margin-left: -5px
}

.slidertick:nth-child(6) {
  margin-left: -5px
}

.slidertick__usd {
  font-weight: 500;
  font-size: 18px;
  line-height: 120%;
  color: var(--black)
}

.slidertick__budget {
  font-size: 14px;
  color: var(--black);
  opacity: .5
}

.tabs {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 280px 1fr;
  grid-template-columns: 280px 1fr
}

.tabs__btns {
  border: 1px solid rgba(49, 52, 54, .1);
  border-radius: 5px 0 0 0
}

.tabs__btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  padding: 8px;
  width: 100%;
  height: 50px;
  background-color: var(--white);
  outline: 0;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 14px;
  line-height: 120%;
  color: var(--black)
}

.tabs__btn:not(:last-child) {
  border-bottom: 1px solid rgba(49, 52, 54, .1)
}

.tabs__btn.active {
  background: rgba(15, 171, 100, .1);
  color: var(--green)
}

.tabs__btn.active::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid var(--green);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none
}

.tabs__btn.active .tabs__btn-icon {
  display: block
}

.tabs__btn-icon {
  display: none;
  -webkit-animation: fade .3s linear;
  animation: fade .3s linear
}

.tabs__contents {
  padding: 18px 30px;
  border-bottom: 1px solid #ececec;
  border-right: 1px solid #ececec;
  border-top: 1px solid #ececec;
  border-radius: 0 5px 5px 0
}

.tabs__content {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 16px;
  -moz-column-gap: 16px;
  column-gap: 16px;
  row-gap: 16px;
  height: 100%
}

.tabs__content.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.tabs__text {
  font-size: 14px;
  line-height: 120%;
  color: var(--gray);
  opacity: .9
}

.tabs__text ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 10px;
  list-style: disc;
  padding-left: 20px;
  margin: 10px 0;
}

.tabs__text ul li {
  list-style: disc;
}

.tabs__accent-text {
  font-weight: 600;
  font-size: 14px;
  line-height: 120%;
  color: var(--gray);
  opacity: .9
}

.type {
  background-color: var(--white)
}

.footer {
  padding: 40px 0;
  background-color: var(--gray)
}

.footer__nav {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, .1)
}

.footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 90px;
  -moz-column-gap: 90px;
  column-gap: 90px
}

.footer__list li {
  position: relative
}

.footer__list li:not(:last-child) {
  padding-right: 90px
}

.footer__list li:not(:last-child)::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  width: 1px;
  height: 15px;
  background-color: var(--white);
  opacity: .15
}



.footer__item {
  position: relative
}

.footer__item:not(:last-child) {
  padding-right: 90px
}

.footer__item:not(:last-child)::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  width: 1px;
  height: 15px;
  background-color: var(--white);
  opacity: .15
}

.footer__list li a {
  position: relative;
  display: inline-block;
  padding: 4px 0;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  overflow: hidden;
  font-weight: 500;
  font-size: 14px;
  color: var(--white);
  -webkit-transition: .2s linear;
  -o-transition: .2s linear;
  transition: .2s linear;
  opacity: .6
}

.footer__list li a::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  bottom: 0;
  background-color: var(--white);
  height: 2px;
  -webkit-transition-property: right;
  -o-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: .3s;
  -o-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out
}

.footer__link {
  position: relative;
  display: inline-block;
  padding: 4px 0;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  overflow: hidden;
  font-weight: 500;
  font-size: 14px;
  color: var(--white);
  -webkit-transition: .2s linear;
  -o-transition: .2s linear;
  transition: .2s linear;
  opacity: .6
}

.footer__link::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  bottom: 0;
  background-color: var(--white);
  height: 2px;
  -webkit-transition-property: right;
  -o-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: .3s;
  -o-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out
}

.footer__copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  row-gap: 20px
}

.footer__copy-head {
  font-weight: 500;
  font-size: 12px;
  color: var(--white);
  opacity: .5
}

.footer__copy-main {
  font-size: 12px;
  line-height: 167%;
  text-align: center;
  color: var(--white);
  opacity: .3
}

.post-single ul {
  list-style: disc;
  padding-left: 20px;
}

.post-single ul li {
  margin-top: 10px;
  list-style: disc;
  font-weight: 300;
  font-size: 16px;
  line-height: 160%;
  color: #5d7587;
}

.contacts__form-inputs {
  position: relative;
}

.contacts__form-input.wpcf7-not-valid {
  border-color: #cb2027;
}

.wpcf7-not-valid-tip {
  position: absolute;
  bottom: -30px;
  font-size: 10px;
  animation: fade 0.3s linear;
}

.wpcf7-response-output {
  animation: fade 0.3s linear;
}

.send__row-input.wpcf7-not-valid {
  border-color: #cb2027;
}

.send__row .wpcf7-not-valid-tip {
  bottom: -14px;
}

@media (max-width:1449.98px) {
  .container {
    max-width: 1200px
  }

  .launch__main {
    height: 580px
  }

  .launch__lines {
    height: 800px
  }

  .contacts__form {
    padding: 40px 60px
  }

  .contacts__form-row {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr)
  }

  .contacts__form-row--2 .contacts__form-block {
    -ms-grid-column-span: 1;
    grid-column: span 1
  }

  .funnel__lines {
    width: 80%
  }

  .funnel__item {
    padding: 24px
  }

  .funnel__item-icon {
    width: 45px;
    height: 45px;
    min-width: 45px
  }

  .funnel__item-label {
    font-size: 20px
  }
}

@media (max-width:1200px) {
  .launch__lines {
    height: 680px;
    margin-right: 40px;
    margin-bottom: 20px
  }

  .launch__item {
    padding: 12px 12px 12px 0
  }

  .launch__item-count {
    width: 40px;
    height: 40px;
    min-width: 40px;
    margin-left: -20px
  }

  .launch__item-count span {
    font-size: 20px
  }

  .launch__item-label {
    font-size: 18px
  }

  .launch__item-text {
    font-size: 12px
  }
}

@media (max-width:991.98px) {
  .post-single ul li {
    font-size: 14px;
  }

  .container {
    max-width: 970px
  }

  .header--lite-bg .dropdown .menu__item-link img {
    -webkit-filter: brightness(0) saturate(100%) invert(98%) sepia(95%) saturate(1%) hue-rotate(245deg) brightness(102%) contrast(101%);
    filter: brightness(0) saturate(100%) invert(98%) sepia(95%) saturate(1%) hue-rotate(245deg) brightness(102%) contrast(101%)
  }

  .dropdown .menu__item-link {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }

  .dropdown {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }

  .dropdown.active .menu__sublist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }

  .dropdown.active .menu__item-link img {
    -webkit-filter: brightness(0) saturate(100%) invert(56%) sepia(99%) saturate(4362%) hue-rotate(129deg) brightness(99%) contrast(88%);
    filter: brightness(0) saturate(100%) invert(56%) sepia(99%) saturate(4362%) hue-rotate(129deg) brightness(99%) contrast(88%)
  }

  .menu__sublist {
    position: static;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    row-gap: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 20px;
    display: none;
    -webkit-animation: fade .3s linear;
    animation: fade .3s linear
  }

  .menu__sublist li {
    margin-top: 0;
  }

  .menu__sublink {
    font-size: 16px;
    color: var(--white);
    opacity: .5;
    text-align: center
  }

  .menu__sublist a {
    font-size: 16px;
    color: var(--white);
    opacity: .5;
    text-align: center
  }

  .launch__main {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    row-gap: 30px
  }

  .launch__picture {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }

  .launch__pic {
    max-width: 100%
  }

  .launch__lines {
    display: none
  }

  .launch__list {
    row-gap: 16px
  }

  .launch__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 10px;
    padding: 24px 16px
  }

  .launch__item-count {
    display: none
  }

  .launch__item-label {
    font-size: 24px
  }

  .launch__item-text {
    font-size: 14px
  }

  .similar-business__list {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    row-gap: 20px
  }

  .similar-business__item {
    padding: 16px
  }

  .accordion {
    row-gap: 20px
  }

  .contacts {
    padding: 60px 0
  }

  .contacts__inner {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px
  }

  .contacts__info {
    margin-right: 0
  }

  .contacts__form {
    padding: 40px
  }

  .contacts__title {
    margin-bottom: 24px
  }

  .blog {
    padding: 60px 0
  }

  .blog__head {
    margin-bottom: 40px
  }

  .blog__list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr)
  }

  .blog-detail {
    padding: 60px 0
  }

  .blog-detail__inner {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px
  }

  .blog-detail__head {
    margin: 20px 0 10px
  }

  .blog-detail__title {
    font-size: 24px
  }

  .blog-detail__main ul li {
    font-size: 14px;
  }

  .blog-detail__main ol li {
    font-size: 14px;
  }

  .blog-detail__main h4 {
    font-size: 18px;
  }


  .blog-detail__main th {
    font-size: 7px;
  }

  .blog-detail__main td {
    font-size: 8px;
  }

  .blog-detail__main td strong {
    font-size: 7px;
  }

  .blog-detail__italic {
    font-size: 6px
  }

  .blog-detail blockquote {
    font-size: 14px
  }

  .blog-detail__rows {
    row-gap: 20px
  }

  .blog-detail__row {
    row-gap: 10px
  }

  .blog-detail__row-label {
    font-size: 20px
  }

  .blog-detail h3 {
    font-size: 20px;
  }

  .blog-detail__text {
    font-size: 14px
  }

  .blog-detail p {
    font-size: 14px
  }

  .blog-detail__aside {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 300px;
    flex: 0 0 300px
  }

  .blog-detail__aside-form {
    padding: 20px
  }

  .blog-detail__aside-search {
    margin-bottom: 24px
  }

  .blog-detail__share-title {
    font-size: 20px
  }

  .blog-detail__aside-posts-title {
    font-size: 20px
  }

  .blog-detail__aside-rows {
    row-gap: 20px
  }

  .blog-detail__aside-name {
    font-size: 16px
  }

  .overview__main {
    row-gap: 30px
  }

  .main-hero__inner .section-head {
    margin-bottom: 30px
  }

  .funnel__inner {
    row-gap: 30px
  }

  .funnel__lines {
    display: none
  }

  .funnel__list {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    row-gap: 16px
  }

  .slider__slider-container {
    padding: 0
  }

  .slider__arrow {
    display: none
  }

  .slider__slide-head {
    margin-bottom: 30px
  }

  .slider__slide-descr {
    font-size: 14px
  }

  .slider__slide-list {
    -webkit-column-gap: 16px;
    -moz-column-gap: 16px;
    column-gap: 16px;
    row-gap: 16px
  }

  .slider__slide-item {
    row-gap: 12px;
    padding: 30px 4px
  }

  .slider__slide-icon {
    width: 75px
  }

  .slider__slide-icon img {
    width: 75px
  }

  .slider__slide-name {
    font-size: 16px
  }

  .slider__slide-secondlist {
    -webkit-column-gap: 16px;
    -moz-column-gap: 16px;
    column-gap: 16px;
    row-gap: 16px
  }

  .slider__slide-seconditem {
    padding: 20px
  }

  .send-greeds {
    row-gap: 20px;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px
  }

  .send-greeds-4 {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr)
  }

  .send-greeds-3 {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr)
  }

  .send-greeds-2 {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr)
  }

  /* .send {
    padding-top: 0
  } */
}

@media screen and (max-width:991.98px) {
  .header--lite-bg .menu__item-link {
    color: var(--white)
  }

  .header--lite-bg .burger span,
  .header--lite-bg .burger:after,
  .header--lite-bg .burger:before {
    background-color: var(--green)
  }

  .logo {
    z-index: 23
  }

  .banner {
    /* -webkit-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    transition: 0.2s linear; */
  }

  .main__body.locked .banner {
    height: 0;
    padding: 0;
    overflow: hidden;
  }

  .menu {
    position: fixed;
    top: -150%;
    left: 0;
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    pointer-events: all;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 120px 16px 40px;
    z-index: 22;
    background-color: var(--gray);
    height: 100vh;
    width: 100vw;
    -webkit-transition: 0.6s linear;
    -o-transition: 0.6s linear;
    transition: 0.6s linear;
  }

  .menu.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100vw;
  }

  .burger {
    display: block;
    position: relative;
    height: 20px;
    width: 30px;
    z-index: 102;
    cursor: pointer
  }

  .burger.active-burger:before {
    background-color: var(--white);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: cubic-bezier(.785, .135, .15, .86) .2s all;
    -o-transition: cubic-bezier(.785, .135, .15, .86) .2s all;
    transition: cubic-bezier(.785, .135, .15, .86) .2s all;
    top: 8px
  }

  .burger.active-burger:after {
    background-color: var(--white);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    bottom: 10px;
    -webkit-transition: cubic-bezier(.785, .135, .15, .86) .2s all;
    -o-transition: cubic-bezier(.785, .135, .15, .86) .2s all;
    transition: cubic-bezier(.785, .135, .15, .86) .2s all
  }

  .burger.active-burger span {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0)
  }

  .burger:after,
  .burger:before {
    content: "";
    position: absolute;
    height: 2px;
    width: 100%;
    background-color: var(--white);
    -webkit-transition: cubic-bezier(.785, .135, .15, .86) .2s all;
    -o-transition: cubic-bezier(.785, .135, .15, .86) .2s all;
    transition: cubic-bezier(.785, .135, .15, .86) .2s all
  }

  .burger:before {
    top: 0
  }

  .burger::after {
    bottom: 0
  }

  .burger span {
    position: absolute;
    top: 9px;
    right: 0;
    width: 100%;
    background-color: var(--white);
    height: 2px;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: cubic-bezier(.785, .135, .15, .86) .2s all;
    -o-transition: cubic-bezier(.785, .135, .15, .86) .2s all;
    transition: cubic-bezier(.785, .135, .15, .86) .2s all
  }

  .menu__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    margin-top: 30px
  }

  .menu__item:has(.btn) {
    margin-top: 60px
  }

  .menu__item-link {
    text-align: center;
    width: 100%;
    font-weight: 500;
    font-size: 20px;
    color: var(--white);
    opacity: 1
  }
}

@media (max-width:767.98px) {
  .blog-detail__main table {
    margin-left: -32px;
    margin-right: -32px;
    width: calc(100% + 64px);
  }


  .container {
    max-width: 740px
  }

  .section {
    padding: 45px 0
  }

  .section-head {
    margin-bottom: 30px
  }

  .section-title {
    font-size: 32px
  }

  .section-head h3 {
    font-size: 32px;
  }

  .section-title--h1 {
    font-size: 32px
  }

  .section-title__lite {
    font-size: 32px
  }

  .section-text {
    font-size: 14px
  }

  .section-head p {
    font-size: 14px
  }

  .launch {
    padding-top: 15px
  }

  .launch__item-label {
    line-height: 140%
  }

  .launch__item-text {
    line-height: 140%
  }

  .similar-business__list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr)
  }

  .similar-business__item {
    min-height: 156px;
    row-gap: 8px
  }

  .accordion__header {
    -webkit-column-gap: 4px;
    -moz-column-gap: 4px;
    column-gap: 4px
  }

  .accordion__header-title {
    font-size: 18px
  }

  .accordion__text {
    line-height: 140%
  }

  /* .ready-move__icon {
    display: block;
    margin: 0 auto 30px
  } */

  .ready-move__title {
    font-size: 32px
  }

  .ready-move__text {
    font-size: 14px;
    line-height: 140%
  }

  .ready-move__btn {
    max-width: 100%
  }

  .contacts {
    padding: 30px 0 0
  }

  .contacts .contacts__form-checkbox-label {
    padding: 6px 30px
  }

  .contacts::before {
    content: none
  }

  .contacts__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 30px
  }

  .contacts__info {
    max-width: 100%
  }

  .contacts__info-rows {
    row-gap: 10px
  }

  .contacts__info-row {
    row-gap: 6px
  }

  .contacts__form {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: calc(100% + 40px);
    padding: 30px 16px;
    margin: 0 -20px
  }

  .contacts__title {
    font-size: 32px
  }

  .contacts__form-rows {
    row-gap: 16px;
    margin-bottom: 16px
  }

  .contacts__form-row {
    row-gap: 16px
  }

  .contacts__form-btn {
    max-width: 100%
  }

  .blog {
    padding: 30px 0
  }

  .blog__title {
    font-size: 32px
  }

  .blog__list {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    row-gap: 24px
  }

  .blog__item {
    row-gap: 16px
  }

  .blog__label {
    font-size: 20px
  }

  .blog__link-texts {
    row-gap: 16px
  }

  .blog-detail {
    padding: 30px 0
  }

  .blog-detail__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 24px
  }

  .blog-detail__head {
    margin-top: 0
  }

  .blog-detail__aside {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    position: static
  }

  .main-hero {
    padding-top: 15px
  }

  .main-hero__btn {
    max-width: 100%;
    width: 100%
  }

  .funnel__inner .section-head img {
    display: none
  }

  .funnel__illustration {
    display: none
  }

  .funnel__illustration-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto
  }

  .slider__title {
    font-size: 32px
  }

  .slider__slide-pic--mobile {
    min-height: 216px;
    -o-object-position: 0 10px;
    object-position: 0 10px
  }

  .slider__slide-secondlist {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr)
  }

  .slider__slide-nums {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    row-gap: 32px
  }

  .slider__slide-num {
    padding: 35px 20px 20px 20px
  }

  .slider__slide-num-head {
    margin-top: -50px
  }

  .slider__slide-num-head span {
    width: 30px;
    height: 30px;
    font-size: 20px
  }

  .slider__slide-num--grid-column-2 {
    -ms-grid-column-span: 1;
    grid-column: span 1
  }

  .send-greeds {
    row-gap: 16px
  }

  .send-greeds-4 {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr)
  }

  /* .send {
    padding-top: 0
  } */

  .send__head {
    margin-bottom: 30px
  }

  .send__title {
    font-size: 28px
  }

  .send__radio-label {
    padding: 16px;
    min-height: 158px;
    height: auto
  }

  .send__radio-icon--large {
    width: 180px;
    height: auto
  }

  .send__rows--mini {
    max-width: 100%;
    margin-top: 16px
  }

  .send__row-input--textarea {
    height: 90px
  }

  .send__row-input--textarea.send__row-input--textarea-large {
    height: 160px
  }

  .send__finish {
    padding: 0
  }

  .send__finish-title {
    font-size: 28px
  }

  .send__footer {
    max-width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 16px;
    margin-top: 15px
  }

  .range__container {
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none
  }

  .range__container::-webkit-scrollbar {
    display: none
  }

  .range {
    min-width: 700px
  }

  .tabs {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr
  }

  .tabs__btn {
    height: 88px
  }

  .tabs__btn-icon {
    width: 24px;
    height: 24px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
  }

  .tabs__contents {
    padding: 20px;
    border-bottom: 1px solid #ececec;
    border-right: 1px solid #ececec;
    border-left: 1px solid #ececec;
    border-top: 1px solid transparent
  }

  .tabs__text {
    line-height: 140%
  }

  .tabs__accent-text {
    line-height: 140%
  }

  .type .section-title img {
    display: none
  }

  .type .section-text {
    font-size: 14px
  }

  .footer {
    padding: 30px 0
  }

  .footer__list {
    -webkit-column-gap: 28px;
    -moz-column-gap: 28px;
    column-gap: 28px
  }

  .footer__list li:not(:last-child) {
    padding-right: 28px
  }

  .footer__item:not(:last-child) {
    padding-right: 28px
  }
}

@media (max-width:479.98px) {
  .container {
    max-width: none
  }

  .similar-business__list {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr)
  }
}

@media (hover:hover) {
  .btn:hover {
    background-color: var(--gray);
    border-color: var(--white)
  }

  .btn:hover img {
    -webkit-transform: translateX(3px);
    -ms-transform: translateX(3px);
    transform: translateX(3px)
  }

  .btn-outline:hover {
    background-color: var(--green);
    border-color: transparent
  }

  .btn-outline:hover img {
    -webkit-transform: translateX(3px);
    -ms-transform: translateX(3px);
    transform: translateX(3px)
  }

  .header--lite-bg .menu__item-link.btn-outline:hover {
    background-color: var(--green);
    color: var(--white)
  }

  .menu__item-link:hover {
    opacity: 1
  }

  .menu__item-link:hover::before {
    right: 0
  }

  .menu__sublist a:hover {
    color: var(--green);
    opacity: 1
  }

  .menu__sublink:hover {
    color: var(--green);
    opacity: 1
  }

  .contacts a.contacts__info-accent:hover {
    color: var(--green)
  }

  .contacts__info-accent a:hover {
    color: var(--green)
  }

  .contacts__form-input:hover {
    border-color: var(--green)
  }

  .contacts__form-btn:hover {
    background-color: var(--gray);
    color: var(--white)
  }

  .blog__more:hover {
    opacity: .8
  }

  .blog__more:hover img {
    -webkit-transform: translateX(3px);
    -ms-transform: translateX(3px);
    transform: translateX(3px)
  }

  .blog-detail__share-link:hover {
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px)
  }

  .blog-detail__aside-posts-all:hover {
    opacity: .8
  }

  .blog-detail__aside-posts-all:hover img {
    -webkit-transform: translateX(3px);
    -ms-transform: translateX(3px);
    transform: translateX(3px)
  }

  .main-hero__btn:hover {
    color: var(--white)
  }

  .main-hero__btn:hover img {
    -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(1%) saturate(2%) hue-rotate(143deg) brightness(105%) contrast(100%);
    filter: brightness(0) saturate(100%) invert(100%) sepia(1%) saturate(2%) hue-rotate(143deg) brightness(105%) contrast(100%)
  }

  .slider__arrow:hover svg g,
  .slider__arrow:hover svg path {
    stroke: var(--green);
    opacity: 1
  }

  .send__radio-label:hover {
    border-color: var(--green)
  }

  .send__row-input:hover {
    border-color: var(--green)
  }

  .send__btn:hover {
    background-color: var(--gray)
  }

  .send__btn-outline:hover {
    background-color: var(--gray);
    color: var(--white)
  }

  .footer__list li a:hover {
    opacity: 1
  }

  .footer__list li a:hover::before {
    right: 0
  }

  .footer__link:hover {
    opacity: 1
  }

  .footer__link:hover::before {
    right: 0
  }
}




/*calculator*/

.calculator {
  margin-top: 50px
}

@media (max-width:991.5px) {
  .calculator {
    margin-top: 30px
  }
}

.res,
.res2,
.res3 {
  display: block;
  margin-bottom: 12px;
  /* font: 500 36px/54px Poppins, sans-serif; */
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 30px;
  color: var(--black);
}

@media (max-width:991.5px) {

  .res,
  .res2,
  .res3 {
    font-size: 30px;
    line-height: 45px
  }
}


.calculator .irs-single {
  display: none
}

.calculator .irs--flat {
  height: 40px;
  width: 100%
}

@media (max-width:1169.5px) {
  .calculator .irs--flat {
    width: 100%
  }
}

.calculator .irs-line {
  height: 2px;
  background: #e2ebec
}

.calculator .irs-bar {
  height: 2px;
  background: #0fab64
}

.calculator .irs-handle {
  top: 18px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #0fab64;
  border: 2px solid #0fab64;
  display: block;
  cursor: default
}

.calculator .irs-handle i {
  display: none !important
}

.calculator .irs--flat .irs-max,
.calculator .irs--flat .irs-min {
  top: 40px;
  /* font: 400 14px/21px Poppins, sans-serif; */
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  color: var(--black);
  opacity: 0.5;
  background: 0 0
}

.res__intermediate {

  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  color: var(--black);
  opacity: 0.5;
  background: 0 0
}

.calculator .irs--flat {
  top: -16px
}

.calculator_range_info {
  margin-bottom: 30px
}

.calculator_range_info p {
  margin-bottom: 7px !important;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: var(--black);
}

.calculator_range_info:last-child {
  margin-bottom: 0
}

.calculator_con {
  padding: 75px 0 100px;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto
}

@media (max-width:575.5px) {
  .calculator_con {
    padding: 40px 0 60px
  }
}

.calculator_container {
  background: #fff;
  border: 1px solid #e2ebec;
  -webkit-box-shadow: 0 12px 54px rgba(14, 49, 76, .130791);
  box-shadow: 0 12px 54px rgba(14, 49, 76, .130791);
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

@media (max-width:991.5px) {
  .calculator_container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
}

.calculator_range {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 45px;
}

@media (max-width:1169.5px) {
  .calculator_range {
    max-width: 55%;
    width: 100%
  }
}

@media (max-width:991.5px) {
  .calculator_range {
    padding-left: 35px;
    padding-right: 35px;
    max-width: 100%
  }
}

@media (max-width:575.5px) {
  .calculator_range {
    padding-left: 15px;
    padding-right: 15px
  }
}

.calculator_result {
  background: var(--gray);
  padding: 50px 22px;
  max-width: 550px;
  width: 100%;
  border-radius: 0 5px 5px 0
}

.calculator_result_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  row-gap: 20px;
  margin-bottom: 20px;
}

.calculator_result_header img {
  margin: 0 auto;
}

.calculator_result_header p {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  color: var(--white);
}

.calculator_result_price {
  /* font: 600 48px/72px Poppins, sans-serif; */
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 48px;
  text-align: center;
  color: var(--green);
  background: transparent;
  mix-blend-mode: normal;
  border-radius: 5px;
}

.calculator_result .btn {
  max-width: 300px;
  width: 100%;
  margin: 0 auto;
}

@media (max-width:991.5px) {
  .calculator_result_price {
    font-size: 36px;
    line-height: 54px
  }
}

.calculator_result .sub_title {
  /* font: 300 16px/24px Poppins, sans-serif; */
  margin: 20px auto 30px;
  max-width: 372px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 157%;
  text-align: center;
  color: var(--white);
}

@media (max-width:1169.5px) {
  .calculator_result {
    max-width: 45%
  }
}

@media (max-width:991.5px) {
  .calculator_result {
    max-width: 100%;
    border-radius: 0 0 5px 5px;
    padding: 40px 10px
  }
}