@font-face {
  font-family: 'MuseoCyrl';
  src: url("../fonts/MuseoCyrl900.eot");
  src: url("../fonts/MuseoCyrl900.eot") format("embedded-opentype"), url("../fonts/MuseoCyrl900.woff2") format("woff2"), url("../fonts/MuseoCyrl900.woff") format("woff"), url("../fonts/MuseoCyrl900.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'Stem';
  src: url("../fonts/Stem-Light.eot");
  src: url("../fonts/Stem-Light.eot") format("embedded-opentype"), url("../fonts/Stem-Light.woff2") format("woff2"), url("../fonts/Stem-Light.woff") format("woff"), url("../fonts/Stem-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Stem';
  src: url("../fonts/Stem-Medium.eot");
  src: url("../fonts/Stem-Medium.eot") format("embedded-opentype"), url("../fonts/Stem-Medium.woff2") format("woff2"), url("../fonts/Stem-Medium.woff") format("woff"), url("../fonts/Stem-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Stem';
  src: url("../fonts/Stem-bold.eot");
  src: url("../fonts/Stem-bold.eot") format("embedded-opentype"), url("../fonts/Stem-bold.woff2") format("woff2"), url("../fonts/Stem-bold.woff") format("woff"), url("../fonts/Stem-bold.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  background-color: #ffffff;
  font-family: 'Stem', sans-serif;
  font-weight: 300;
  color: #171616;
  font-size: 20px;
  overflow-x: hidden;
}

input {
  font-family: 'Stem', sans-serif;
  font-weight: 300;
}

section {
  padding: 30px 0;
  overflow-x: hidden;
}

.hero {
  margin-top: 77px;
}

.footer {
  margin-bottom: 70px;
}

.background-dark {
  background-color: #171616;
}

.background-grey {
  background-color: #f6f6f6;
}

.background-dark {
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 1200px) {
  .background-dark {
    max-width: 1230px;
  }
}

@media screen and (min-width: 1400px) {
  .background-dark {
    max-width: 1360px;
  }
}

@media (min-width: 1600px) {
  .background-dark {
    max-width: 1470px;
  }
}

@media (min-width: 1920px) {
  .background-dark {
    max-width: 1730px;
  }
}

@media (min-width: 992px) {
  section {
    padding: 70px 0;
  }
}

h1, h2, h3 {
  font-weight: 700;
  font-size: 40px;
}

h4 {
  font-weight: 700;
  font-size: 30px;
}

h5 {
  font-size: 30px;
  font-weight: 500;
  color: #d90909;
}

h6 {
  font-size: 23px;
  font-weight: 700;
}

.text-15 {
  font-size: 15px;
}

.text-18 {
  font-size: 18px;
}

.text-25 {
  font-size: 25px;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 500;
}

@media (max-width: 767.97px) {
  body {
    font-size: 16px;
  }
  h1, h2, h3 {
    font-size: 30px;
  }
  h4, h5 {
    font-size: 25px;
  }
  h6 {
    font-size: 18px;
  }
  .text-15 {
    font-size: 15px;
  }
  .text-18 {
    font-size: 16px;
  }
  .text-25 {
    font-size: 20px;
  }
}

.color-main {
  color: #d90909;
}

.color-light {
  color: #ffffff;
}

a.color-light:hover {
  color: #ffffff;
}

.color-dark {
  color: #171616;
}

a.color-dark {
  color: #171616;
}

a.color-dark:hover {
  color: #171616;
}

.logo {
  color: #171616;
  font-family: 'MuseoCyrl';
  font-size: 30px;
  font-weight: 900;
}

.logo strong {
  background: -webkit-linear-gradient(360deg, #ff8539, #ff4f7d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.logo-light {
  color: #ffffff;
}

.logo-light:hover, .logo-light:focus {
  color: #ffffff;
}

a {
  cursor: pointer;
  text-decoration: none;
  color: #ffffff;
}

a:hover, a:focus {
  color: initial;
}

.btn {
  display: inline-block;
  padding: 21px 15px;
  min-height: 64px;
  border-radius: 10px;
  background-color: #d90909;
  border: 1px solid #d90909;
  font-size: 18px;
  line-height: 22px;
  font-weight: 300;
  color: #ffffff;
  cursor: pointer;
  vertical-align: middle;
}

.btn:hover, .btn:focus {
  color: #ffffff;
}

form {
  max-width: 390px;
}

input[type=text],
input[type=email] {
  padding: 24px;
  width: 100%;
  height: 74px;
  border-radius: 10px;
  background-color: #acacac;
  text-align: center;
  color: #e4e4e4;
  font-size: 20px;
  line-height: 24px;
  border: none;
}

input[type=text]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder {
  color: #e4e4e4;
}

input[type=text]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder {
  color: #e4e4e4;
}

input[type=text]::-ms-input-placeholder,
input[type=email]::-ms-input-placeholder {
  color: #e4e4e4;
}

input[type=text]::placeholder,
input[type=email]::placeholder {
  color: #e4e4e4;
}

input[type=checkbox] {
  display: none;
}

input[type=checkbox] + label {
  cursor: pointer;
  position: relative;
  padding-left: 30px;
  font-weight: 300;
  font-size: 15px;
  color: #d0d0d0;
}

input[type=checkbox] + label::after {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 20px;
  height: 20px;
  border-radius: 5px;
  background: transparent;
  border: solid 1px #fff;
}

input[type=checkbox] + label::before {
  content: "";
  position: absolute;
  display: none;
  left: 0;
  top: 5px;
  width: 21px;
  height: 15px;
  background-image: url(../img/check.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

input[type=checkbox]:checked + label::before {
  display: block;
}

form button {
  width: 100%;
}

ul.styled {
  list-style: none;
  padding: 0;
  margin: 0;
}

ul.styled li {
  position: relative;
  padding-left: 28px;
}

ul.styled li::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 30px;
  background-image: url(../img/arrow.png);
  background-position: center left;
  background-repeat: no-repeat;
  background-size: contain;
}

.popup-youtube {
  cursor: pointer;
}

.privacy-link {
  text-decoration: underline;
}

.privacy-link:hover, .privacy-link:focus {
  color: #ffffff;
}

i.info {
  content: url(../img/i.png);
  display: inline-block;
  width: 18px;
  height: 18px;
}

.navbar {
  background: #ffffff;
}

.navbar-brand {
  padding: 0;
}

.nav-link {
  color: #000;
  font-size: 16px;
}

.nav-link:hover {
  color: initial;
}

.nav-link:focus {
  color: initial;
}

@media (min-width: 992px) {
  .block-3 {
    width: 150px;
  }
}

.hero {
  background-image: url(../img/bg/hero.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero .hero-sber {
  width: 188px;
  background-color: #ffffff;
  padding: 15px 25px;
  -webkit-box-shadow: 0 6px 13px 1px rgba(22, 21, 21, 0.33);
          box-shadow: 0 6px 13px 1px rgba(22, 21, 21, 0.33);
  border-radius: 0 0 10px 10px;
  background-color: rgba(255, 255, 255, 0.9);
}

@media (min-width: 992px) {
  .hero h1 {
    font-size: 60px;
  }
  .hero form {
    max-width: 100%;
  }
  .hero form input {
    max-width: 242px;
  }
  .hero form .btn {
    max-width: 300px;
  }
}

@media (min-width: 576px) {
  .hero {
    background-position: center right;
    background-size: 100% 100%;
  }
}

.team h2 {
  position: relative;
  z-index: 2;
  margin-bottom: -30px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px 17px;
  background-color: #d90909;
}

.team .play-btn::before {
  width: 80px;
  height: 80px;
}

.team .play-btn::after {
  width: 80px;
  height: 80px;
}

.team .play-btn span {
  top: 12px;
  left: 5px;
  border-left: 18px solid #d90909;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
}

@media (min-width: 768px) {
  .team .play-btn::before {
    width: 130px;
    height: 130px;
  }
  .team .play-btn::after {
    width: 130px;
    height: 130px;
  }
  .team .play-btn span {
    top: 0;
    left: 0;
    border-left: 37px solid #d90909;
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
  }
}

/* Video Play Button */
.play-btn {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  display: block;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  width: 2rem;
  height: 2.75rem;
  padding: 1.125rem 1.25rem 1.125rem 1.75rem;
  border-radius: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.play-btn:before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  display: block;
  border-radius: 50%;
  background: #ffffff;
  -webkit-animation: pulse-border 1500ms ease-out infinite;
          animation: pulse-border 1500ms ease-out infinite;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.play-btn:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  display: block;
  border-radius: 50%;
  background: #ffffff;
  -webkit-transition: all 200ms;
  transition: all 200ms;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.play-btn span {
  position: relative;
  display: block;
  z-index: 3;
  width: 0;
  height: 0;
}

@-webkit-keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

@keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

/* end of video play button */
.robots .card {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 30px;
  border: none;
  background-color: #ffffff;
}

.robots .card img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.robots .card p {
  max-width: 420px;
}

@media (min-width: 576px) {
  .robots .card {
    min-height: 280px;
  }
}

@media (min-width: 768px) {
  .robots .card {
    padding: 40px;
  }
}

.cases .background-dark {
  background-image: url(../img/bg/cases.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.cases .card {
  padding: 30px 20px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 2px 11.5px 4.5px rgba(22, 21, 21, 0.06);
          box-shadow: 0px 2px 11.5px 4.5px rgba(22, 21, 21, 0.06);
  background-color: rgba(255, 255, 255, 0.1);
}

.cases .card .btn {
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 20px;
}

.cases .card .btn span {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-left: 20px;
  background-color: #fff;
  border-radius: 50%;
}

.cases .card .btn span::after {
  position: relative;
  content: '';
  display: block;
  width: 0;
  height: 0;
  top: 10px;
  left: 13px;
  border-left: 18px solid #d90909;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

@media (min-width: 1200px) {
  .cases .card {
    padding: 50px 40px 30px;
  }
}

.test .card {
  padding: 30px 15px 40px;
  border: none;
  border-radius: 10px;
  -webkit-box-shadow: 0px 6px 6.7px 0.3px rgba(22, 21, 21, 0.14);
          box-shadow: 0px 6px 6.7px 0.3px rgba(22, 21, 21, 0.14);
  background-color: #fbfbfb;
}

.test .card span {
  position: relative;
}

.test .card span::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -11px;
  display: block;
  width: 64px;
  height: 2px;
  margin: 13px 166px 17px 2px;
  border-radius: 0.5px;
  background-color: #d90909;
}

.form {
  background-image: url(../img/bg/form.png);
  background-position: center right;
  background-repeat: no-repeat;
  background-size: cover;
}

.form h2 {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.form h2::after {
  content: '';
  position: absolute;
  left: -5%;
  bottom: 40%;
  width: 110%;
  height: 3px;
  background: #d90909;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (min-width: 992px) {
  .form form {
    max-width: 100%;
  }
  .form input {
    width: 24%;
    margin-right: 1%;
  }
  .form input.phone {
    width: 45%;
    margin-right: 1%;
  }
  .form .btn {
    width: 29%;
  }
}

.slider__slide {
  max-width: 637px;
  width: 100%;
  height: 353px;
  border-radius: 10px;
  background-color: #002d6d;
  overflow: hidden;
}

.slider__slide img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.slider__swiper {
  width: 100%;
}

.slider__video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.slider__btn {
  display: none;
  color: #f33673;
  background: #fff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
}

.swiper-button-prev::after {
  margin-right: 9px;
}

.swiper-button-next::after {
  margin-left: 9px;
}

@media (max-width: 768px) {
  .slider {
    padding: 60px 0;
  }
  .slider .container {
    background-image: none;
  }
  .slider__slide {
    max-width: none;
  }
  .slider__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.full .img-wrapper {
  width: 68px;
  margin-right: 10px;
}

.clients .list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  grid-gap: 15px;
  padding-left: 0;
  margin: 0;
  list-style: none;
}

.clients .list li {
  min-height: 60px;
  border-radius: 10px;
  background: #ffffff;
  -webkit-box-shadow: 4px 4px 18px rgba(0, 1, 2, 0.25);
          box-shadow: 4px 4px 18px rgba(0, 1, 2, 0.25);
  overflow: hidden;
  text-align: center;
}

.clients .list li img {
  height: auto;
  max-width: 100%;
}

@media (min-width: 768px) {
  .clients .list {
    grid-gap: 15px;
    -ms-grid-columns: (1fr)[5];
        grid-template-columns: repeat(5, 1fr);
  }
}

@media (min-width: 992px) {
  .clients .list {
    grid-gap: 30px;
  }
  .clients .list li {
    min-height: 120px;
  }
}

.help .card {
  padding: 30px;
  border: none;
  border-radius: 10px;
  -webkit-box-shadow: 3.8px 3.2px 10px 0 rgba(22, 21, 21, 0.1);
          box-shadow: 3.8px 3.2px 10px 0 rgba(22, 21, 21, 0.1);
  background-color: #fff;
}

.help ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.help ul li {
  position: relative;
  padding-left: 21px;
}

.help ul li::after {
  content: '';
  position: absolute;
  left: 0;
  top: 10px;
  width: 9px;
  height: 9px;
  background-color: #d90909;
  border-radius: 50%;
}

.help ul li a {
  color: #160c94;
}

.help ul li a:hover {
  color: #160c94;
}

@media (min-width: 1200px) {
  .help .card {
    padding: 20px 440px 70px 40px;
    background-image: url(../img/content/putin.png);
    background-position: bottom right;
    background-repeat: no-repeat;
  }
}

.market {
  background-image: url(../img/bg/market.jpg);
  background-position: center right;
  background-repeat: no-repeat;
  background-size: cover;
}

.market .btn {
  width: 100%;
  max-width: 360px;
}

@media (min-width: 992px) {
  .market .btn {
    width: auto;
    max-width: 100%;
  }
}

.sber img {
  margin-top: 30px;
  margin-bottom: -70px;
}

.sber .btn {
  padding-right: 10px;
  padding-left: 10px;
  max-width: 310px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.sber .last-btn {
  width: 100%;
}

.sber a.popup-youtube {
  position: absolute;
  top: 240px;
  left: 710px;
  z-index: 2;
}

.sber .play-btn::before {
  background-color: rgba(232, 232, 232, 0.9);
  width: 80px;
  height: 80px;
}

.sber .play-btn::after {
  background-color: rgba(232, 232, 232, 0.9);
  width: 80px;
  height: 80px;
}

.sber .play-btn span {
  top: 12px;
  left: 5px;
  border-left: 18px solid #d90909;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
}

@media (min-width: 992px) {
  .sber a.popup-youtube {
    left: 800px;
  }
  .sber .play-btn::before {
    width: 130px;
    height: 130px;
  }
  .sber .play-btn::after {
    width: 130px;
    height: 130px;
  }
  .sber .play-btn span {
    top: 0;
    left: 0;
    border-left: 37px solid #d90909;
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
  }
}

@media (min-width: 1200px) {
  .sber a.popup-youtube {
    left: 678px;
  }
}

.modal-content {
  border: 1px solid #d90909;
  background-color: #171616;
  color: #ffffff;
}

.modal-header {
  border-bottom: none;
}

.modal form {
  max-width: 390px;
}

.modal-close {
  color: #d90909;
  background: transparent;
  border: none;
  padding: 0;
  font-size: 30px;
}

.header .logo {
  font-size: 25px;
  font-weight: 900;
  color: #000;
  text-decoration: none;
}

.header .logo:hover {
  color: #000;
  text-decoration: none;
}

@media all and (max-width: 400px) {
  .header .logo {
    font-size: 20px;
  }
}

.header {
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
  font-size: 16px;
  background: #fff;
  background: linear-gradient(to bottom, #fff, #fff);
  background: -moz-linear-gradient(to bottom, #fff, #fff);
  background: -webkit-linear-gradient(to bottom, #fff, #fff);
  background: -o-linear-gradient(to bottom, #fff, #fff);
  background: -ms-linear-gradient(to bottom, #fff, #fff);
}

.header .site-width {
  display: flex;
  align-items: center;
  justify-content: space-around;
  min-height: 90px;
}

.header__list {
  position: relative;
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0 20px;
  list-style-type: none;
}

.header__item {
  margin: 0 10px;
  padding: 10px 0;
}

.header__link {
  color: #000;
  text-decoration: none;
  line-height: 18px;
}
.header__link:hover {
  color: #000;
  text-decoration: none;
}

.header__item:hover .header-drop__wrapper {
  display: block;
}

.header-drop__wrapper {
  position: absolute;
  top: 90%;
  display: none;
  padding: 30px 0 0;
}

.header-drop__list {
  padding: 10px 10px 20px 30px;
  box-shadow: 4px 4px 8px rgba(29, 29, 29, 0.25);
  background: #ffffff;
  list-style-type: disc;
  color: #000000;
}
.header-drop__item {
  margin: 10px 0;
}

.header-drop__item:hover {
  color: #000000;
}

.header-drop__item .header__link {
  display: block;
}

.header__phone {
  display: block;
  height: 44px;
  width: 150px;
  font-size: 14px;
  color: #363636;
  text-align: center;
  text-decoration: none;
  line-height: 44px;
  border-radius: 10px;
  box-shadow: 2px 2px 8px rgba(29, 29, 29, 0.52);
  background: #eed909;
  background: linear-gradient(to right, #eed909, #e9cd09);
  background: -moz-linear-gradient(to right, #eed909, #e9cd09);
  background: -webkit-linear-gradient(to right, #eed909, #e9cd09);
  background: -o-linear-gradient(to right, #eed909, #e9cd09);
  background: -ms-linear-gradient(to right, #eed909, #e9cd09);
}
.header__phone:hover {
  color: #363636;
  text-decoration: none;
}
.header__btn-wrapper {
  display: flex;
  align-items: center;
}
.header__btn {
  position: relative;
  display: none;
  margin: 0 10px 0 20px;
  width: 32px;
  height: 17px;
  border: none;
  border-top: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  background-color: transparent;
  cursor: pointer;
}
.header__btn.open {
  height: 23px;
  border-top: none;
  border-bottom: none;
}
.header__btn.open:after {
  transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}
.header__btn.open:before {
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}
.header__btn:after,
.header__btn:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  right: 0;
  height: 2px;
  background: #ffffff;
}

@-webkit-keyframes pulsate {
  50% {
    color: #fff;
    text-shadow: 0 -1px rgba(0, 0, 0, 0.3), 0 0 5px #ffd, 0 0 8px #fff;
  }
}
@keyframes pulsate {
  50% {
    color: #fff;
    text-shadow: 0 -1px rgba(0, 0, 0, 0.3), 0 0 5px #ffd, 0 0 8px #fff;
  }
}

.menu_fr {
  color: #000;

}

@media screen and (max-width: 1050px) {
  .header {
    font-size: 14px;
  }
}
@media screen and (max-width: 1000px) {
  .header {
    font-size: 16px;
  }
  .header nav {
    display: none;
  }

  .header__btn {
    display: block;
  }

  .header nav {
    padding: 20px 0;
    max-width: 290px;
    display: block;
    position: absolute;
    top: 100%;
    right: -300px;
    transition: all, 0.3s;
    width: 100%;
    background: #216bc3;
    box-shadow: -4px 4px 6px rgba(0, 1, 2, 0.25);
  }
  .header nav.open {
    right: 0;
    height: 80vh;
    overflow-y: scroll;
  }

  .header__list {
    flex-direction: column;
    align-items: start;
    padding-bottom: 30px;
  }
  .header__item {
    padding: 10px 0;
  }
  .header-drop__wrapper {
    position: static;
    display: block;
    padding: 0;
  }
  .header-drop__list {
    padding: 0 0 0 20px;
    box-shadow: none;
    background: transparent;
  }
}
.site-width {
  width: 100%;
  max-width: 1170px;
  position: relative;
  margin: 0 auto;
  padding: 0 10px;
}

.logo strong {
    background: -webkit-linear-gradient(360deg, #ff8539, #ff4f7d);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 900;
}

.logo {
    color: #fff;
    font-size: 30px;
    font-weight: 700;
}

.header .logo strong {
    background: -webkit-linear-gradient(360deg, #ff8539, #ff4f7d);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
}

.mn0f {
  font-size: 16px;
}

.info-page {
  margin-bottom: 10.625rem;
}

.info-page__container {
  max-width: 90rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1.5fr 2fr 1.5fr;
  grid-template-columns: 1.5fr 2fr 1.5fr;
}

.info-page__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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
          padding: 0 15px;
}

.info-page__item:not(:last-child) {
  border-right: 1px solid rgb(218, 218, 219);
}

.info-page__title {
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  color: #282828;
}

.info-page__title:not(:last-child) {
  margin-bottom: 0.4166666667em;
}

.info-page__name {
  text-align: center;
  font-size: 1.325rem;
  font-weight: 300;
  width: 60%;
}

.earn-page {
  margin-bottom: 12.5rem;
}

.earn-page__container {
  text-align: center;
  max-width: 81.25rem;
}

.earn-page__title {
  font-size: 2.5rem;
}

.earn-page__title span {
  color: #ff4646;
}

.earn-page__title:not(:last-child) {
  margin-bottom: 1.5em;
}

.earn-page__body {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 1.875rem;
}

.no-webp .earn-page__item {
  background: url("../img/waves.png") 45% 50%/cover; }

.earn-page__item {
  border-radius: 20px;
  text-align: start;
  padding: 3.4375rem 2.5rem 5rem;
  color: #fff;
}

.item-earn__title {
  max-width: 28.125rem;
  font-size: 1.875rem;
  color: #f3f3f3;
}

.item-earn__title:not(:last-child) {
  margin-bottom: 1.1666666667em;
}

.item-earn__text {
  font-size: 1.525rem;
  font-weight: 300;
}

.count-page {
  margin-bottom: 6.875rem;
}

.count-page__container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 36.25rem;
  grid-template-columns: 1fr 36.25rem;
  gap: 6.25rem;
  margin-top: 50px;
}

.count-page__title {
  font-size: 2.5rem;
  color: #414141;
}

.count-page__title:not(:last-child) {
  margin-bottom: 1.625em;
}

.count-page__item:not(:last-child) {
  margin-bottom: 6.25rem;
}

.item-count__title {
  color: #282828;
  font-size: 1.5rem;
  margin-bottom: 65px;
  font-weight: 400;
}

.item-count__text {
  font-weight: 300;
  font-size: 1.125rem;
}

.item-count__text:not(:last-child) {
  margin-bottom: 2.7777777778em;
}

.item-count__range {
  max-width: 100%;
}

.item-count__range::before {
  left: 0;
  content: "1";
}

.item-count__range::after {
  right: 0;
  content: "5";
}

.item-count__range::before,
.item-count__range::after {
  position: absolute;
  top: 1.25rem;
  color: #282828;
  font-size: 0.875rem;
}

.result-count {
  padding: 2.1875rem 5rem;
  background-color: rgb(243, 243, 243);
  border-radius: 10px;
  display: inline-block;
  text-align: center;
}

.result-count__text {
  font-size: 1.125rem;
  color: #282828;
}

.result-count__text:not(:last-child) {
  margin-bottom: 0.5555555556em;
}

.result-count__total {
  font-size: 1.75rem;
  color: #ff0000;
}

.info-count {
  -ms-flex-item-align: start;
      -ms-grid-row-align: start;
      align-self: start;
  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-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 37.5rem;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  padding: 4.25rem 1.875rem 0rem;
  background-color: rgb(243, 243, 243);
  text-align: center;
}

.info-count__title {
  font-size: 1.5625rem;
  color: #282828;
}

.info-count__title:not(:last-child) {
  margin-bottom: 2.4em;
}

.info-count__image {
  position: relative;
  margin: 0 -1.875rem;
}

.no-webp .calculate-page {
  background: url("../img/ellipse.png") 100% 100%/cover; }

.calculate-page {
  padding: 6.25rem 0rem;
  margin-bottom: 9.375rem;
  color: #fff;
}

.calculate-page__container {
  text-align: center;
}

.calculate-page__title {
  margin: 0 auto;
  max-width: 56.875rem;
  font-size: 2.5rem;
}

.calculate-page__title:not(:last-child) {
  margin-bottom: 2.5em;
}

.calculate-page__body {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 6.25rem;
}

.calculate-page__table {
  padding: 0px 0px 74% 0px;
  border-radius: 10px;
  background-color: #acacac;
}

.calculate-page__table img {
  padding: 1.25rem;
}

.content-calculate {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.875rem;
}

.content-calculate__item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 20.625rem 1fr;
  grid-template-columns: 20.625rem 1fr;
  gap: 0.9375rem;
}

.content-calculate__name {
  -ms-grid-column-align: start;
      justify-self: start;
  text-align: start;
  font-weight: 500;
  color: #c2c2c2;
}

.content-calculate__price {
  -ms-grid-column-align: start;
      justify-self: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25rem;
}

.content-calculate__price::before {
  content: "";
  height: 0;
  width: 3.125rem;
  border-bottom: 1px dashed #fff;
}

.promise-page {
  margin-bottom: 8.125rem;
}

.promise-page__container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  gap: 2.8125rem;
}

.promise-page__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.9375rem;
}

.promise-page__image {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 3.5rem;
          flex: 0 0 3.5rem;
  width: 3.5rem;
  height: 3.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 10px;
  background-color: rgb(40, 40, 40);
}

.promise-page__image img {
  max-width: 100%;
}

.promise-page__image::after {
  content: "";
  position: absolute;
  width: 0.9375rem;
  height: 0.9375rem;
  top: -0.1875rem;
  right: -0.1875rem;
  background-color: #ff4646;
  border-radius: 50%;
}

.promise-page__text {
  font-weight: 300;
}

.support-page__title {
  text-align: center;
  font-size: 2.5rem;
}

.support-page__title span {
  color: #ff4646;
}

.support-page__title:not(:last-child) {
  margin-bottom: 2.25em;
}

.support-page__body {
  border-radius: 10px;
  background-color: rgb(243, 243, 243);
  padding: 6.25rem 4.6875rem;
  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;
}

.support-page__content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 11.875rem;
     -moz-column-gap: 11.875rem;
          column-gap: 11.875rem;
  row-gap: 6.25rem;
}

.support-page__content:not(:last-child) {
  margin-bottom: 5rem;
}

.support-page__item {
  position: relative;
}

.support-page__item::before {
  content: "";
  position: absolute;
  width: 7.1875rem;
  height: 7.1875rem;
  top: 0;
  left: 0.9375rem;
  background-color: #fff;
  border-radius: 50%;
}

.support-page__number {
  position: relative;
  z-index: 2;
  text-align: start;
  font-size: 4.375rem;
  color: #fc8c8c;
  top: 10px;
}

.support-page__number:not(:last-child) {
  margin-bottom: 0.2857142857em;
}

.support-page__text {
  position: relative;
  z-index: 2;
  font-weight: 400;
  
}

/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */

.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.noUi-target {
  position: relative;
}

.noUi-base,
.noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

/* Wrapper for all connect elements.
 */

.noUi-connects {
  overflow: hidden;
  z-index: 0;
}

.noUi-connect,
.noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -webkit-transform-style: preserve-3d;
  transform-origin: 0 0;
  -webkit-transform-style: flat;
          transform-style: flat;
}

/* Offset direction
 */

.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
  left: 0;
  right: auto;
}

/* Give origins 0 height/width so they don't interfere with clicking the
 * connect elements.
 */

.noUi-vertical .noUi-origin {
  top: -100%;
  width: 0;
}

.noUi-horizontal .noUi-origin {
  height: 0;
}

.noUi-handle {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
}

.noUi-touch-area {
  height: 100%;
  width: 100%;
}

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  -webkit-transition: transform 0.3s;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.noUi-state-drag * {
  cursor: inherit !important;
}

/* Slider size and handle placement;
 */

.noUi-horizontal {
  height: 18px;
}

.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  right: -17px;
  top: -6px;
}

.noUi-vertical {
  width: 18px;
}

.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  right: -6px;
  bottom: -17px;
}

.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
  left: -17px;
  right: auto;
}

/* Styling;
 * Giving the connect element a border radius causes issues with using transform: scale
 */

.noUi-target {
  background: #FAFAFA;
  border-radius: 4px;
  border: 1px solid #D3D3D3;
  -webkit-box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
          box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
}

.noUi-connects {
  border-radius: 3px;
}

.noUi-connect {
  background: #3FB8AF;
}

/* Handles and cursors;
 */

.noUi-draggable {
  cursor: ew-resize;
}

.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}

.noUi-handle {
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #FFF;
  cursor: default;
  -webkit-box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB;
          box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB;
}

.noUi-active {
  -webkit-box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB;
          box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB;
}

/* Handle stripes;
 */

.noUi-handle:before,
.noUi-handle:after {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #E8E7E6;
  left: 14px;
  top: 6px;
}

.noUi-handle:after {
  left: 17px;
}

.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px;
}

.noUi-vertical .noUi-handle:after {
  top: 17px;
}

/* Disabled state;
 */

[disabled] .noUi-connect {
  background: #B8B8B8;
}

[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
  cursor: not-allowed;
}

/* Base;
 *
 */

.noUi-pips,
.noUi-pips * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.noUi-pips {
  position: absolute;
  color: #999;
}

/* Values;
 *
 */

.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center;
}

.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}

/* Markings;
 *
 */

.noUi-marker {
  position: absolute;
  background: #CCC;
}

.noUi-marker-sub {
  background: #AAA;
}

.noUi-marker-large {
  background: #AAA;
}

/* Horizontal layout;
 *
 */

.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%;
}

.noUi-value-horizontal {
  -webkit-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
      transform: translate(-50%, 50%);
}

.noUi-rtl .noUi-value-horizontal {
  -webkit-transform: translate(50%, 50%);
  -ms-transform: translate(50%, 50%);
      transform: translate(50%, 50%);
}

.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}

.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}

.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}

/* Vertical layout;
 *
 */

.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}

.noUi-value-vertical {
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
      transform: translate(0, -50%);
  padding-left: 25px;
}

.noUi-rtl .noUi-value-vertical {
  -webkit-transform: translate(0, 50%);
  -ms-transform: translate(0, 50%);
      transform: translate(0, 50%);
}

.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}

.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}

.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}

.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap;
}

.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
      transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%;
}

.noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
      transform: translate(0, -50%);
  top: 50%;
  right: 120%;
}

.noUi-horizontal .noUi-origin > .noUi-tooltip {
  -webkit-transform: translate(50%, 0);
  -ms-transform: translate(50%, 0);
      transform: translate(50%, 0);
  left: auto;
  bottom: 10px;
}

.noUi-vertical .noUi-origin > .noUi-tooltip {
  -webkit-transform: translate(0, -18px);
  -ms-transform: translate(0, -18px);
      transform: translate(0, -18px);
  top: auto;
  right: 28px;
}

@media (min-width: 56.25em) {
  .info-count__image {
    bottom: -0.125rem;
  }
}

@media (max-width: 71.875em) {
  .form-about__body {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }

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

  .info-page__item {
    padding: 3.125rem 0rem;
  }

  .info-page__item:not(:last-child) {
    border-right: none;
    border-bottom: 1px solid rgb(218, 218, 219);
  }
}

@media (max-width: 61.99875em) {
  .about-page__body {
    padding: 2.5rem 3.125rem;
  }

  .info-page {
    margin-bottom: 7.5rem;
  }

  .calculate-page {
    margin-bottom: 5rem;
  }

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

  .calculate-page__table {
    margin: 10%;
    padding: 0px 0px 54% 0px;
  }
}

@media (max-width: 56.25em) {
  .count-page__container {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .item-count {
    padding: 0 0.625rem;
  }

  .info-count {
    -ms-grid-column-align: center;
        justify-self: center;
  }

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

  .support-page__content {
    -webkit-column-gap: 6.25rem;
       -moz-column-gap: 6.25rem;
            column-gap: 6.25rem;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 47.99875em) {
  .about-page {
    margin-bottom: 2.5rem;
  }

  .about-page__body {
    padding: 2.5rem 0.9375rem;
  }

  .info-page {
    margin-bottom: 3.75rem;
  }

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

  .count-page {
    margin-bottom: 3.75rem;
  }

  .promise-page {
    margin-bottom: 5rem;
  }
}

@media (max-width: 37.5em) {
  .support-page__content {
    row-gap: 3.125rem;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

@media (max-width: 34.375em) {
  .form-about__body {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .calculate-page__table {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 74% 0px;
  }

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

@media (max-width: 31.25em) {
  .promise-page__container {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

@media (max-width: 29.99875em) {
  .popup-leave__item {
    min-height: 3.125rem;
  }

  .popup-leave__input {
    padding: 0.75rem;
  }

  .about-page__text {
    font-size: 0.9375rem;
  }

  .about-page__subtitle {
    font-size: 1.25rem;
  }

  .about-page__title {
    font-size: 1.5625rem;
  }

  .about-page__services {
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
  }

  .about-page__image {
    padding: 0px 0px 0px 0px;
  }

  .about-page__service::after {
    display: none;
  }

  .form-about__item {
    min-height: 3.125rem;
  }

  .form-about__input {
    padding: 0.75rem;
  }

  .form-about__button {
    /* padding: 1.25rem 0.9375rem; */
    margin: 0 auto;
  }

  .info-page {
    margin-bottom: 2.5rem;
  }

  .info-page__item {
    padding: 1.25rem 0rem;
  }

  .item-earn__title {
    font-size: 1.25rem;
  }

  .item-earn__text {
    font-size: 1rem;
  }

  .count-page {
    margin-bottom: 1.875rem;
  }

  .count-page__container {
    gap: 1.25rem;
  }

  .result-count {
    padding: 2.1875rem 2.5rem;
  }

  .info-count {
    padding: 1.875rem 1.875rem 0rem;
  }

  .info-count__title {
    font-size: 1.125rem;
  }

  .info-count__button {
    padding: 1.25rem 0.9375rem;
  }

  .calculate-page {
    padding: 3.75rem 0rem;
    margin-bottom: 2.5rem;
  }

  .calculate-page__title {
    font-size: 1.375rem;
  }

  .calculate-page__body {
    gap: 3.125rem;
  }

  .content-calculate__name {
    font-size: 0.875rem;
  }

  .content-calculate__price::before {
    width: 1.25rem;
  }

  .content-calculate__price {
    font-size: 0.875rem;
  }

  .promise-page {
    margin-bottom: 2.5rem;
  }

  .support-page__title {
    font-size: 1.5625rem;
  }

  .support-page__body {
    padding: 2.5rem 0.9375rem;
  }

  .support-page__button {
    padding: 1.25rem 0.9375rem;
    font-size: 1rem;
  }
}

@media (any-hover: hover) {
  ._button:hover {
    background-color: #7b0808;
  }
}

.webp .checkbox__label:after { background-image: url(../img/check.webp); }

.webp .about-page__body { background: url(../img/team.jpg) 45% 50%/cover; }

.webp .earn-page__item { background: url(../img/waves.webp) 45% 50%/cover; }

.webp .calculate-page { background: url(../img/ellipse.webp) 100% 100%/cover; }

.block {
  margin: 0 0 55px 0;
  position: relative;
}

.calculator__range {
  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;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  gap: 10px;
  padding-top: 55px;
  padding-bottom: 10px;
}

.calculator__range label {
  font-size: 18px;
  margin-bottom: 15px;
}

.calculator__range p {
  font-weight: 600;
}

.result__price {
  color: #ff0000;
  margin-bottom: 35px;
}

.calculator__range .range__count {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

input[type="range"] {
  -webkit-appearance: none;
  margin-right: 15px;
  width: 100%;
  height: 7px;
  background: #fff;
  border-radius: 5px;
  background-image: linear-gradient(#ff0000, #fff);
  background-repeat: no-repeat;
}

/* Input Thumb */
input[type="range"]::-webkit-slider-thumb {
  position: relative;
  -webkit-appearance: none;
  height: 37px;
  width: 37px;
  border: 3px solid #ff0000;
  background: #fff;
  border-radius: 100%;
  cursor: ew-resize;

  &::after{
    content: '3';
    position: absolute;
    top: 0;
    left: 0;

  }
}

input[type="range"]::-moz-range-thumb {
  -webkit-appearance: none;
  height: 37px;
  width: 37px;
  border: 3px solid #ff0000;
  background: #fff;
  border-radius: 100%;
  cursor: ew-resize;
}

input[type="range"]::-ms-thumb {
  -webkit-appearance: none;
  height: 37px;
  width: 37px;
  border: 3px solid #ff0000;
  background: #fff;
  border-radius: 100%;
  cursor: ew-resize;
}

.ambitions {
  margin-top: 120px;
  margin-bottom: 160px;
}
.ambition-container {
  @include flex(row, space-between, start);
  gap: 10px;
  flex-wrap: wrap;

  .ambition__content {
        @include flex(column, start, start);
        gap: 40px;
        max-width: 370px;
        margin-top: 20px;

        h2,
        p {
              color: #282828;
        }
        h2 {
              font-size: 2em;
              span {
                    color: #ff0000;
              }
        }
  }
  .ambition__img{
        margin-right: -150px;
        width: 750px;
  }
  .ambition__input:nth-child(3),
  .ambition__input:nth-child(4),
  .ambition__input:nth-child(5){
        max-width: 328px;
        width: 30%;
  }
  .ambition__input:nth-child(6){
        max-width: 400px;
        width: 39%;
  }
  .btn{
        text-align: center;
        max-width: 59%;
        padding-top: 20px;
        padding-bottom: 20px;
  }
}
@media (max-width: 1770px) {
  .ambition-container{
        overflow: hidden;
  }
}
@media (max-width: 1440px) {
  .ambition-container {

  .ambition__content {
        gap: 20px;
  }
  .ambition__input:nth-child(3),
  .ambition__input:nth-child(4),
  .ambition__input:nth-child(5),
  .ambition__input:nth-child(6){
        max-width: unset;
        width: 45%;
  }
  .btn{
        max-width: unset;
        width: 100%;
  }
}
}
@media (max-width: 768px) {
  .ambition-container {

  .ambition__content {
        gap: 20px;
  }
  .ambition__input:nth-child(3),
  .ambition__input:nth-child(4),
  .ambition__input:nth-child(5),
  .ambition__input:nth-child(6){
        max-width: unset;
        width: 100%;
  }
  .btn{
  }
}
}

input {
  width: 100%;
  height: 85px;
  font-size: 1em;
  text-align: center;
  border-radius: 10px;
  background-color: #f2f2f2;
  margin-bottom: 15px;
}

@media (max-width: 768px) {
  input {
        height: 50px;
  }
}

 .block {
  margin: 0 0 55px 0;
  position: relative;
}

.n {
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0 0 20px 0;
  display: grid;
  line-height: 20px;
  position: relative;
  align-items: center;
  color: black;
}

.counter {
  border: 0px;
  background: none;
  font-size: 18px;
  position: absolute;
  color: #ff0000;
  bottom: 0px;
  left: 0px;
  right: 0px;
  width: 100%;
  text-align: center;
}

.range {
  -webkit-appearance: none;
  width: 100%;
  height: 5px;
  border-radius: 2px;
  background-color: #d90909;
  outline: none;
  -webkit-transition: 0.2s;
  transition: opacity 0.2s;
}

.number1 {
  position: absolute;
  bottom: -20px;
  left: 0px;
  font-size: 20px;
  color: #131313;;
}

.number2 {
  position: absolute;
  bottom: -20px;
  right: 0px;
  font-size: 20px;
  color: #131313;
}

#result {
  color: #d90909;
  font-size: 35px;
  font-weight: 700;
}