* {
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: 100%;
}

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

select::-ms-expand {
  display: none;
}

input, button, select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  outline: none;
}

html {
  scroll-behavior: smooth;
}

li {
  list-style: none;
}

button {
  padding: 0;
}

p {
  margin: 0;
}

h1 {
  margin: 0;
}

ul {
  margin: 0;
  padding: 0;
}

div {
  padding: 0;
  margin: 0;
}

dd {
  margin: 0;
}

dl {
  margin: 0;
}

body {
  margin: 0;
  color: #2E2E2E;
  font-family: "Poppins";
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

.container-frame {
  max-width: 76rem;
  margin: 0 auto;
}

.header {
  padding: 1.25rem 0;
  -webkit-transition-duration: 0.5s;
       -o-transition-duration: 0.5s;
          transition-duration: 0.5s;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

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

.header .header--wrapper .header--logo {
  width: 7.875rem;
  height: 2.875rem;
}

.header .header--wrapper .header--logo a {
  display: block;
  height: 100%;
}

.header .header--wrapper .header--logo a img {
  width: 100%;
  height: 100%;
}

.header .header--wrapper .header--mobile-menu {
  display: none;
}

.header .header--wrapper .header--mobile-nav {
  display: none;
}

.header .header--wrapper .header--nav nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header .header--wrapper .header--nav nav ul li:last-child {
  margin-right: 0;
}

.header .header--wrapper .header--nav nav ul li {
  margin-right: 2.875rem;
}

.header .header--wrapper .header--nav nav ul li a {
  text-decoration: none;
  color: #010101;
  font-size: 0.75rem;
  line-height: 1.125rem;
  font-weight: 600;
  text-transform: uppercase;
}

.header .header--wrapper .header--nav nav ul li a:hover {
  color: #F09069;
}

.header .header--wrapper .header--btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header .header--wrapper .header--btn .header-btn--signin {
  margin-right: 0.75rem;
}

.header .header--wrapper .header--btn .header-btn--signin a {
  text-decoration: none;
  font-size: 0.75rem;
  line-height: 1.125rem;
  font-weight: 500;
  color: #010101;
  padding: 0.6875rem 1.125rem;
  border: 1px solid #000000;
  border-radius: 40px;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.header .header--wrapper .header--btn .header-btn--signin a:hover {
  border: 1px solid #F09069;
  color: #F09069;
}

.header .header--wrapper .header--btn .header-btn--order a {
  text-decoration: none;
  font-size: 0.75rem;
  line-height: 1.125rem;
  font-weight: 500;
  color: #fff;
  padding: 0.6875rem 1.125rem;
  border: 1px solid #000000;
  border-radius: 40px;
  background-color: #010101;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.header .header--wrapper .header--btn .header-btn--order a:hover {
  background-color: #F09069;
  border: 1px solid #F09069;
}

.fixed {
  position: fixed;
  width: 100%;
  z-index: 100;
  top: 0;
  left: 0;
  background-color: #fff;
  -webkit-box-shadow: 0px 20px 25.4815px rgba(0, 0, 0, 0.04), 0px 20px 13px rgba(0, 0, 0, 0.035), 0px 0px 6.51852px rgba(0, 0, 0, 0.0274815);
          box-shadow: 0px 20px 25.4815px rgba(0, 0, 0, 0.04), 0px 20px 13px rgba(0, 0, 0, 0.035), 0px 0px 6.51852px rgba(0, 0, 0, 0.0274815);
}

.active-menu-mobile {
  position: fixed;
  width: 100%;
  z-index: 100;
  top: 0;
  left: 0;
  background-color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.main-screen {
  padding-top: 9.625rem;
  margin-bottom: 7rem;
}

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

.main-screen .main-title {
  width: 50%;
}

.main-screen .main-title .main-title--text {
  margin-bottom: 2.375rem;
}

.main-screen .main-title .main-title--text h1 {
  font-family: "Source Serif Pro";
  font-weight: 600;
  font-size: 4rem;
  line-height: 5rem;
  margin-bottom: 1.4375rem;
}

.main-screen .main-title .main-title--text h1 span {
  font-weight: 700;
}

.main-screen .main-title .main-title--text p {
  width: 80%;
  line-height: 24px;
}

.main-screen .main-title .main-title--text p span {
  font-weight: 700;
}

.main-screen .main-title .main-title--reviews {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.75rem;
}

.main-screen .main-title .main-title--reviews div {
  border: 1px solid #E9E9E9;
  border-radius: 4px;
  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: 11.125rem;
  height: 3.5rem;
}

.main-screen .main-title .main-title--reviews div:first-child {
  margin-right: 1rem;
}

.main-screen .main-title .main-title--reviews div:nth-child(2) {
  margin-right: 1rem;
}
.main-screen .main-title .main-title--reviews div:nth-child(2) img{
  /*height: 24px;*/
  width: 128px;
}

.main-screen .main-title .main-title--reviews div:last-child img {
  width: 5.875rem;
  height: 2.1875rem;
}

.main-screen .main-title .main-title--rated {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main-screen .main-title .main-title--rated img:nth-child(5) {
  margin-right: 1rem;
}

.main-screen .main-title .main-title--rated img {
  height: 1.75rem;
  margin-right: 0.375rem;
}

.main-screen .main-title .main-title--rated p {
  display: inline-block;
  line-height: 1.6875rem;
  cursor: pointer;
  border-bottom: 2px solid #000000;
}
.main-screen .main-title .main-title--rated p:hover {
  border-bottom: 2px solid #F09069;
}

.main-screen .main-title .main-title--rated p span {
  font-weight: 600;
  color: #F09069;
  font-size: 1.125rem;

}

.main-screen .form {
  position: relative;
}

.main-screen .form:after {
  content: '';
  position: absolute;
  top: 0;
  left: 25px;
  background-image: url("../img/bg_form.svg");
  background-repeat: no-repeat;
  width: 660px;
  height: 548px;
  z-index: -2;
}

.main-screen .form .form--calculator {
  width: 384px;
  background-color: #fff;
  margin-left: 208px;
  padding: 1.875rem 1.5rem 2.5rem 1.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0px 4px 80px rgba(0, 0, 0, 0.05), 0px 17px 46.8519px rgba(0, 0, 0, 0.0531481), 0px 38.5185px 25.4815px rgba(0, 0, 0, 0.0425185), 0px 20px 13px rgba(0, 0, 0, 0.035), 0px 0px 6.51852px rgba(0, 0, 0, 0.0274815), 0px 1.85185px 3.14815px rgba(0, 0, 0, 0.0168519);
          box-shadow: 0px 4px 80px rgba(0, 0, 0, 0.05), 0px 17px 46.8519px rgba(0, 0, 0, 0.0531481), 0px 38.5185px 25.4815px rgba(0, 0, 0, 0.0425185), 0px 20px 13px rgba(0, 0, 0, 0.035), 0px 0px 6.51852px rgba(0, 0, 0, 0.0274815), 0px 1.85185px 3.14815px rgba(0, 0, 0, 0.0168519);
  border-radius: 8px;
  position: relative;
}

@-webkit-keyframes sale {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes sale {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

/*.main-screen .form .form--calculator:before {*/
/*  content: '';*/
/*  position: absolute;*/
/*  background-image: url("../img/sale.svg");*/
/*  width: 146px;*/
/*  height: 156px;*/
/*  left: -170px;*/
/*  top: 50px;*/
/*  -webkit-animation-name: sale;*/
/*          animation-name: sale;*/
/*  -webkit-animation-duration: 5s;*/
/*          animation-duration: 5s;*/
/*  -webkit-animation-iteration-count: 1;*/
/*          animation-iteration-count: 1;*/
/*}*/

.main-screen .form .form--calculator .form--title {
  margin-bottom: 1rem;
  text-align: center;
}

.main-screen .form .form--calculator .form--title p {
  font-family: "Source Serif Pro";
  font-size: 1.75rem;
  line-height: 2.625rem;
  font-weight: 700;
}



.main-screen .form .form--calculator .input, select.select ~ .select2-container--default,
.form--field .select2-container--default{
  position: relative;

  width: 100% !important;
  border: 1px solid #E6E3E2;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 16px 10px;
  margin-bottom: 1rem!important;
  background-image: url("../img/arrow_down.svg");
  background-repeat: no-repeat;
  background-position: 95% center;
}
.custom-input .select2-container--default .select2-selection--single .select2-selection__rendered{
  color: #010101;
  font-family: "Poppins";
  font-size: 22px;
  line-height: 1.5rem;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable{
  background: #FFEDE6!important;
  color: #F09069!important;
}
.custom-input .select2-container .select2-selection--single{
  height: auto!important;
}
.custom-input .select2{
  border: 1px solid #010101!important;
  padding: 1rem!important;
  background: url(../img/cta_input_arrow.svg)!important;
  background-repeat: no-repeat!important;
  background-position: 95% center!important;
}
.main-screen .form .form--calculator .input,
.form--field .select2-container--default{
  max-width: 336px;
  padding: 8px 16px 20px;
}
.select2-container--default:hover{
  border-color: #F09069;
  background-image: url(../img/arrow_orange_input.svg);
}
.select2-dropdown{
  -webkit-box-shadow: 0px 4px 80px rgb(0 0 0 / 5%), 0px 5px 46.8519px rgb(0 0 0 / 5%), 0px 20px 25.4815px rgb(0 0 0 / 4%), 0px 20px 13px rgb(0 0 0 / 4%), 0px 0px 6.51852px rgb(0 0 0 / 3%), 0px 1.85185px 3.14815px rgb(0 0 0 / 2%);
  box-shadow: 0px 4px 80px rgb(0 0 0 / 5%), 0px 5px 46.8519px rgb(0 0 0 / 5%), 0px 20px 25.4815px rgb(0 0 0 / 4%), 0px 20px 13px rgb(0 0 0 / 4%), 0px 0px 6.51852px rgb(0 0 0 / 3%), 0px 1.85185px 3.14815px rgb(0 0 0 / 2%) !important;
  border-radius: 8px!important;
  border: 0!important;
}
.select2-results__options::-webkit-scrollbar {
  width: 8px;
  /*background-clip: padding-box;*/
}
.select2-results__options::-webkit-scrollbar-track {
  background-color: #FFF;

  /*background-clip: padding-box;*/
  border-right: 10px solid rgba(0, 0, 0, 0);
  border-top: 10px solid rgba(0, 0, 0, 0);
  border-bottom: 10px solid rgba(0, 0, 0, 0);
}

.select2-results__options::-webkit-scrollbar-thumb {
  background-clip: padding-box;
  height: 50px;
  background-color: #F09069;
  border-right: 10px solid rgba(0, 0, 0, 0);
  border-top: 10px solid rgba(0, 0, 0, 0);
  border-bottom: 10px solid rgba(0, 0, 0, 0);
  border-radius: 4px;
}

.select2-results__options::-webkit-scrollbar-button {
  display: none;
}
.select2-container--default .select2-selection--single{
  background-color: transparent!important;
  border: 0!important;
  border-radius: 0!important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
  display: none;
}
.form--field .select2-container .select2-selection--single .select2-selection__rendered{
  padding-top: 16px;
  line-height: 24px;
}
.select2-container .select2-selection--single .select2-selection__rendered{
  padding-left: 0!important;
  padding-right: 0!important;

  color: #010101;
  font-weight: 500;
  line-height: 24px;
}
.deadline .select2-container--default{
  margin-bottom: 0!important;
}
.select2-search--dropdown{
  display: none!important;
}
.select2-results__option{
  padding: 0.5rem 0 0.5rem 1rem!important;
  border-bottom: 1px solid #FFEDE6!important;
  color: #010101!important;
}

#select2-price-dline-f7-results .select2-results__option--highlighted.select2-results__option--selectable{
  background: none!important;
}

.select2-container--default .select2-results__option--highlighted:first-child.select2-results__option--selectable{
  border-radius: 8px 8px 0 0;
}
.select2-container--default .select2-results__option--highlighted:last-child.select2-results__option--selectable{
  border-radius: 0 0 8px 8px;
}

select{
  /*height: 40px;*/
}
.form--field{
  position: relative;
}
.form--field label{
  color: #888;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.625rem;
  line-height: 16px;
  position: absolute;
  top: 8px;
  left: 17px;
  z-index: 1;
}

.form--field select{
  padding: 24px 16px 8px 16px;
  color: #010101;
  font-weight: 500;
  line-height: 24px;
  font-size: 16px;
  font-family: Poppins;
}

.deadline.form--field{
  border: 0!important;
  background: none!important;
  margin-bottom: 0!important;
  padding: 0!important;
}
.deadline.form--field select{
  margin-bottom: 0;
}

.main-screen .form .form--calculator .input:hover {
  cursor: pointer;
}

.main-screen .form .form--calculator .input p:first-child {
  color: #888;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.625rem;
  line-height: 16px;
}

.main-screen .form .form--calculator .input p:nth-child(2) {
  color: #010101;
  font-weight: 500;
  line-height: 24px;
}

.main-screen .form .form--calculator .options-level {
  display: none;
  position: absolute;
  width: 100%;
  height: 344px;
  overflow: auto;
  background-color: #fff;
  z-index: 10;
  top: 63px;
  left: 0;
  -webkit-box-shadow: 0px 4px 80px rgba(0, 0, 0, 0.05), 0px 5px 46.8519px rgba(0, 0, 0, 0.0531481), 0px 20px 25.4815px rgba(0, 0, 0, 0.0425185), 0px 20px 13px rgba(0, 0, 0, 0.035), 0px 0px 6.51852px rgba(0, 0, 0, 0.0274815), 0px 1.85185px 3.14815px rgba(0, 0, 0, 0.0168519);
          box-shadow: 0px 4px 80px rgba(0, 0, 0, 0.05), 0px 5px 46.8519px rgba(0, 0, 0, 0.0531481), 0px 20px 25.4815px rgba(0, 0, 0, 0.0425185), 0px 20px 13px rgba(0, 0, 0, 0.035), 0px 0px 6.51852px rgba(0, 0, 0, 0.0274815), 0px 1.85185px 3.14815px rgba(0, 0, 0, 0.0168519);
  border-radius: 8px;
}

.main-screen .form .form--calculator .options-level ul {
  width: 100%;
  padding-right: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.main-screen .form .form--calculator .options-level ul li {
  padding: 0.5rem 0 0.5rem 1rem;
  border-bottom: 1px solid #FFEDE6;
  color: #010101;
  position: relative;
}

.main-screen .form .form--calculator .options-level ul li:hover {
  background: #FFEDE6;
  color: #F09069;
}

.select2-container--default .select2-results__option--selected{
  background: none!important;
  color: inherit!important;
  position: relative;
}

.main-screen .form .form--calculator .options-level ul .checkedOption:after,
.select2-container--default .select2-results__option--selected:after{
  content: '';
  position: absolute;
  background-image: url("../img/checked_input.svg");
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
  margin-left: 8px;
}

.main-screen .form .form--calculator .active_options {
  display: block;
}

.main-screen .form .form--calculator .form--type {
  width: 100%;
  border: 1px solid #E6E3E2;
  border-radius: 4px;
  padding: 0.5rem 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 1rem;
  background-image: url("../img/arrow_down.svg");
  background-repeat: no-repeat;
  background-position: 95% center;
  position: relative;
}

.main-screen .form .form--calculator .form--type:hover {
  cursor: pointer;
}

.main-screen .form .form--calculator .form--type p:first-child {
  color: #888;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.625rem;
  line-height: 16px;
}

.main-screen .form .form--calculator .form--type p:nth-child(2) {
  color: #010101;
  font-weight: 500;
  line-height: 24px;
}

.main-screen .form .form--calculator .options-type {
  display: none;
  position: absolute;
  width: 100%;
  height: 270px;
  overflow: auto;
  background-color: #fff;
  z-index: 10;
  top: 63px;
  left: 0;
  -webkit-box-shadow: 0px 4px 80px rgba(0, 0, 0, 0.05), 0px 5px 46.8519px rgba(0, 0, 0, 0.0531481), 0px 20px 25.4815px rgba(0, 0, 0, 0.0425185), 0px 20px 13px rgba(0, 0, 0, 0.035), 0px 0px 6.51852px rgba(0, 0, 0, 0.0274815), 0px 1.85185px 3.14815px rgba(0, 0, 0, 0.0168519);
          box-shadow: 0px 4px 80px rgba(0, 0, 0, 0.05), 0px 5px 46.8519px rgba(0, 0, 0, 0.0531481), 0px 20px 25.4815px rgba(0, 0, 0, 0.0425185), 0px 20px 13px rgba(0, 0, 0, 0.035), 0px 0px 6.51852px rgba(0, 0, 0, 0.0274815), 0px 1.85185px 3.14815px rgba(0, 0, 0, 0.0168519);
  border-radius: 8px;
}

.main-screen .form .form--calculator .options-type ul {
  width: 100%;
  padding-right: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.main-screen .form .form--calculator .options-type ul li {
  padding: 0.5rem 0 0.5rem 1rem;
  border-bottom: 1px solid #FFEDE6;
  color: #010101;
  position: relative;
}

.main-screen .form .form--calculator .options-type ul li:hover {
  background-color: #FFEDE6;
  color: #F09069;
}

.main-screen .form .form--calculator .options-type ul .checkedOption:after {
  content: '';
  position: absolute;
  background-image: url("../img/checked_input.svg");
  width: 18px;
  height: 18px;
  margin-left: 8px;
}

.main-screen .form .form--calculator .active_options {
  display: block;
}

.main-screen .form .form--calculator .form--deadline-pages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.375rem;
}

.main-screen .form .form--calculator .form--deadline-pages .deadline {
  width: 100%;
  border: 1px solid #E6E3E2;
  border-radius: 4px;
  padding: 0.5rem 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 1rem;
  background-image: url("../img/arrow_down.svg");
  background-repeat: no-repeat;
  background-position: 95% center;
  width: 50%;
  margin-right: 1rem;
  margin-bottom: 0;
  position: relative;
}

.main-screen .form .form--calculator .form--deadline-pages .deadline:hover {
  cursor: pointer;
}

.main-screen .form .form--calculator .form--deadline-pages .deadline p:first-child {
  color: #888;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.625rem;
  line-height: 16px;
}

.main-screen .form .form--calculator .form--deadline-pages .deadline p:nth-child(2) {
  color: #010101;
  font-weight: 500;
  line-height: 24px;
}

.main-screen .form .form--calculator .form--deadline-pages .deadline .options-deadline {
  display: none;
  position: absolute;
  width: 100%;
  height: 195px;
  overflow: auto;
  background-color: #fff;
  z-index: 10;
  top: 63px;
  left: 0;
  -webkit-box-shadow: 0px 4px 80px rgba(0, 0, 0, 0.05), 0px 5px 46.8519px rgba(0, 0, 0, 0.0531481), 0px 20px 25.4815px rgba(0, 0, 0, 0.0425185), 0px 20px 13px rgba(0, 0, 0, 0.035), 0px 0px 6.51852px rgba(0, 0, 0, 0.0274815), 0px 1.85185px 3.14815px rgba(0, 0, 0, 0.0168519);
          box-shadow: 0px 4px 80px rgba(0, 0, 0, 0.05), 0px 5px 46.8519px rgba(0, 0, 0, 0.0531481), 0px 20px 25.4815px rgba(0, 0, 0, 0.0425185), 0px 20px 13px rgba(0, 0, 0, 0.035), 0px 0px 6.51852px rgba(0, 0, 0, 0.0274815), 0px 1.85185px 3.14815px rgba(0, 0, 0, 0.0168519);
  border-radius: 8px;
}

.main-screen .form .form--calculator .form--deadline-pages .deadline .options-deadline ul {
  width: 100%;
  padding-right: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.main-screen .form .form--calculator .form--deadline-pages .deadline .options-deadline ul li {
  padding: 0.5rem 0 0.5rem 1rem;
  border-bottom: 1px solid #FFEDE6;
  color: #010101;
  position: relative;
}

.main-screen .form .form--calculator .form--deadline-pages .deadline .options-deadline ul li:hover {
  background-color: #FFEDE6;
  color: #F09069;
}

.main-screen .form .form--calculator .form--deadline-pages .deadline .options-deadline ul .checkedOption:after {
  content: '';
  position: absolute;
  background-image: url("../img/checked_input.svg");
  width: 18px;
  height: 18px;
  margin-left: 8px;
}

.main-screen .form .form--calculator .form--deadline-pages .deadline .active_options {
  display: block;
}

.main-screen .form .form--calculator .form--deadline-pages .active-input {
  border: 1px solid #F09069;
  background-image: url("../img/arrow_orange_input.svg");
}

.main-screen .form .form--calculator .form--deadline-pages .pages {
  width: 50%;
  border: 1px solid #E6E3E2;
  border-radius: 4px;
  padding: 0.5rem 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.main-screen .form .form--calculator .form--deadline-pages .pages p {
  text-align: center;
  display: block;
  color: #888;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.625rem;
  line-height: 16px;
}

.main-screen .form .form--calculator .form--deadline-pages .pages .pages--btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main-screen .form .form--calculator .form--deadline-pages .pages .pages--btns .spinner-buttons {
  border: none;
  width: 35%;
  height: 24px;
  background-color: #fff;
}

.main-screen .form .form--calculator .form--deadline-pages .pages .pages--btns .spinner-buttons:hover {
  cursor: pointer;
}

.main-screen .form .form--calculator .form--deadline-pages .pages .pages--btns .minus {
  background: url("../img/minus.svg");
  background-repeat: no-repeat;
  background-position: center;
}

.main-screen .form .form--calculator .form--deadline-pages .pages .pages--btns .plus {
  background: url("../img/plus.svg");
  background-repeat: no-repeat;
  background-position: center;
}

.main-screen .form .form--calculator .form--deadline-pages .pages .pages--btns input {
  width: 30%;
  border: none;
  outline: none;
  text-align: center;
  font-family: "Roboto";
  font-size: 18px;
  font-weight: 500;
  color: #010101;
  line-height: 16px;
}

.main-screen .form .form--calculator .form--discount {
  position: relative;
  padding: 1.125rem 0;
  z-index: 2;
  margin-bottom: 1.5rem;
}

.main-screen .form .form--calculator .form--discount:after {
  content: '';
  width: 384px;
  height: 52px;
  position: absolute;
  top: 0;
  left: -24px;
  background-color: #F8F7F8;
  z-index: -1;
}

.main-screen .form .form--calculator .form--discount p {
  color: #010101;
  font-weight: 500;
  line-height: 1rem;
  line-height: 16px;
  text-align: center;
}

.main-screen .form .form--calculator .form--discount p span {
  font-weight: 600;
  color: #F09069;
  line-height: 16px;
  position: relative;
}

.main-screen .form .form--calculator .form--discount p span:after {
  content: '.............';
  position: absolute;
  bottom: -2px;
  left: 0;
}

.main-screen .form .form--calculator .form--discount p span:hover {
  cursor: pointer;
}

.main-screen .form .form--calculator .form--discount .get-discount {
  display: none;
}

.main-screen .form .form--calculator .form--discount .get-discount .input-discount {
  position: relative;
  display: inline-block;
  margin-right: 0.5rem;
}

.main-screen .form .form--calculator .form--discount .get-discount .input-discount input {
  outline: none;
  border: 1px solid #E6E3E2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 2px;
  width: 15.75rem;
  padding: 0.5rem 2rem 0.5rem 0.75rem;
  color: #010101;
  font-size: 1rem;
  font-weight: 500;
  font-family: "Poppins";
  line-height: 1.5rem;
}

.main-screen .form .form--calculator .form--discount .get-discount .input-discount input::-webkit-input-placeholder {
  color: #888888;
  font-family: "Poppins";
  font-weight: 600;
  font-size: 0.625rem;
  line-height: 0, 9375rem;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.main-screen .form .form--calculator .form--discount .get-discount .input-discount input::-moz-placeholder {
  color: #888888;
  font-family: "Poppins";
  font-weight: 600;
  font-size: 0.625rem;
  line-height: 0, 9375rem;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.main-screen .form .form--calculator .form--discount .get-discount .input-discount input:-moz-placeholder {
  color: #888888;
  font-family: "Poppins";
  font-weight: 600;
  font-size: 0.625rem;
  line-height: 0, 9375rem;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.main-screen .form .form--calculator .form--discount .get-discount .input-discount input:-ms-input-placeholder {
  color: #888888;
  font-family: "Poppins";
  font-weight: 600;
  font-size: 0.625rem;
  line-height: 0, 9375rem;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.main-screen .form .form--calculator .form--discount .get-discount .input-discount input:focus {
  border: 1px solid #F09069;
}

.main-screen .form .form--calculator .form--discount .get-discount .input-discount .result {
  display: none;
}

.main-screen .form .form--calculator .form--discount .get-discount .input-discount .wrong-email {
  display: block;
  font-size: 0.75rem;
  line-height: 1rem;
  letter-spacing: 0.02em;
  color: #FF6F1E;
  margin-top: 0.25rem;
}

.main-screen .form .form--calculator .form--discount .get-discount .input-discount .input-info {
  width: 1rem;
  height: 1rem;
  position: absolute;
  top: 12px;
  right: 12px;
}

.main-screen .form .form--calculator .form--discount .get-discount .input-discount .input-info:hover {
  cursor: pointer;
}

.main-screen .form .form--calculator .form--discount .get-discount .info-security {
  display: none;
  background-color: #010101;
  opacity: 0.9;
  -webkit-box-shadow: 0px 4px 80px rgba(0, 0, 0, 0.05), 0px 5px 46.8519px rgba(0, 0, 0, 0.0531481), 0px 20px 25.4815px rgba(0, 0, 0, 0.0425185), 0px 20px 13px rgba(0, 0, 0, 0.035), 0px 0px 6.51852px rgba(0, 0, 0, 0.0274815), 0px 1.85185px 3.14815px rgba(0, 0, 0, 0.0168519);
          box-shadow: 0px 4px 80px rgba(0, 0, 0, 0.05), 0px 5px 46.8519px rgba(0, 0, 0, 0.0531481), 0px 20px 25.4815px rgba(0, 0, 0, 0.0425185), 0px 20px 13px rgba(0, 0, 0, 0.035), 0px 0px 6.51852px rgba(0, 0, 0, 0.0274815), 0px 1.85185px 3.14815px rgba(0, 0, 0, 0.0168519);
  border-radius: 8px;
  position: absolute;
  color: #fff;
  top: -125px;
  padding: 15px 18px 15px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.main-screen .form .form--calculator .form--discount .get-discount .info-security:after {
  content: '';
  position: absolute;
  background: url("../img/info-after.svg");
  width: 32px;
  height: 18px;
  bottom: -16px;
  right: 85px;
  background-repeat: no-repeat;
}

.main-screen .form .form--calculator .form--discount .get-discount .info-security p {
  color: #fff;
  font-weight: 600;
  text-align: start;
  margin-bottom: 12px;
  font-size: 14px;
}

.main-screen .form .form--calculator .form--discount .get-discount .info-security ul li {
  font-size: 12px;
  margin-bottom: 0.5rem;
  padding-left: 26px;
  position: relative;
}

.main-screen .form .form--calculator .form--discount .get-discount .info-security ul li:before {
  content: '';
  position: absolute;
  background: url("../img/li-green.svg");
  width: 1rem;
  height: 0.875rem;
  left: 0;
  top: 4px;
}

.main-screen .form .form--calculator .form--discount .get-discount .active-info {
  display: block;
}

.main-screen .form .form--calculator .form--discount .get-discount .input-mail-send {
  display: inline-block;
}

.main-screen .form .form--calculator .form--discount .get-discount .input-mail-send a,
.main-screen .form .form--calculator .form--discount .get-discount .input-mail-send button{
  display: inline-block;
  text-decoration: none;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  color: #FFFFFF;
  background: #010101;
  padding: 0.6875rem 1.125rem;
  border-radius: 40px;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.main-screen .form .form--calculator .form--discount .get-discount .input-mail-send a:hover,
.main-screen .form .form--calculator .form--discount .get-discount .input-mail-send button:hover{
  background: #F09069;
}

.main-screen .form .form--calculator .form--discount .active-get-discount {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1.4375rem;
}

.main-screen .form .form--calculator .form-active-discount:after {
  content: '';
  height: 120px;
}

.main-screen .form .form--calculator .active-wrong-mail:after {
  content: '';
  height: 140px;
}

.main-screen .form .form--calculator .form--price-order {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main-screen .form .form--calculator .form--price-order .price span:first-child {
  color: #888888;
  font-weight: 500;
}

.main-screen .form .form--calculator .form--price-order .price .price--total {
  margin-top: -5px;
}

.main-screen .form .form--calculator .form--price-order .price .price--total p {
  color: #010101;
  font-weight: 500;
  font-size: 1.125rem;
  display: inline;
}

.main-screen .form .form--calculator .form--price-order .price .price--total p {
  letter-spacing: 0.03em;
  color: #010101;
  font-weight: 500;
  font-size: 28px;
}

.main-screen .form .form--calculator .form--price-order .price .price--total p span {
  letter-spacing: 0.03em;
  color: #010101;
  font-weight: bold;
  font-size: 18px;
}

.main-screen .form .form--calculator .form--price-order input {
  border: none;
  font-family: "Poppins";
  padding: 0.75rem 4.5rem 0.75rem 2rem;
  background-color: #010101;
  outline: none;
  color: #fff;
  font-weight: 500;
  font-size: 1.125rem;
  text-decoration: none;
  border-radius: 40px;
  background-image: url("../img/arrow-btn.svg");
  background-repeat: no-repeat;
  background-position: 85% center;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  cursor: pointer;
}

.main-screen .form .form--calculator .form--price-order input:hover {
  background-color: #F09069;
}

.main-screen .form .form--calculator .active-input {
  border: 1px solid #F09069;
  background-image: url("../img/arrow_orange_input.svg");
}

.advantages {
  margin-bottom: 7rem;
  position: relative;
}

.advantages .advantages--wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #F8F7F8;
  border-radius: 8px;
}

.advantages .advantages--wrapper:after {
  content: '';
  position: absolute;
  background: url("../img/after__advantages.svg");
  bottom: -20px;
  width: 1216px;
  height: 30px;
  background-repeat: no-repeat;
}

.advantages .advantages--wrapper .advantage-block {
  width: 21.25rem;
  padding: 3.5rem 2.5rem 3.75rem 2.5rem;
}

.advantages .advantages--wrapper .advantage-block img {
  width: 4rem;
  height: 4rem;
  margin-bottom: 1rem;
}

.advantages .advantages--wrapper .advantage-block p {
  font-family: "Source Serif Pro";
  font-size: 1.5rem;
  line-height: 1.875rem;
  font-weight: 700;
  margin-bottom: 1.375rem;
}

.advantages .advantages--wrapper .advantage-block span {
  font-family: "Poppins";
}

.features {
  margin-bottom: 7rem;
}

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

.features .features--wrapper .features--services {
  width: 50%;
}

.features .features--wrapper .features--services p {
  font-family: "Source Serif Pro";
  font-size: 3rem;
  line-height: 4rem;
  font-weight: 700;
  margin-bottom: 4rem;
}

.features .features--wrapper .features--services .services-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.features .features--wrapper .features--services .services-block .services ul li:last-child {
  margin-bottom: 0;
}

.features .features--wrapper .features--services .services-block .services ul li {
  position: relative;
  margin-bottom: 1.5rem;
  margin-left: 3.125rem;
  font-size: 1.25rem;
  line-height: 1.875rem;
  font-weight: 500;
}

.features .features--wrapper .features--services .services-block .services ul li:before {
  content: '';
  background-color: #FFEDE6;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  position: absolute;
  left: -3.125rem;
  background-image: url("../img/before_service.svg");
  background-repeat: no-repeat;
  background-position: center;
}

.features .features--wrapper .features--experience {
  width: 40%;
  background: #FFEDE6;
  border-radius: 4px;
  padding: 3.5rem 5.375rem 3.5rem 6.75rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

.features .features--wrapper .features--experience:before {
  content: '';
  position: absolute;
  background: url("../img/experience_bg_vector.svg");
  width: 272px;
  height: 162px;
  position: absolute;
  left: 46px;
  bottom: 66px;
}

.features .features--wrapper .features--experience:after {
  content: '';
  position: absolute;
  background: url("../img/experience_bg_student.svg");
  width: 92px;
  height: 82px;
  position: absolute;
  top: 23px;
  right: 30px;
}

.features .features--wrapper .features--experience p {
  color: #010101;
  font-weight: bold;
  font-size: 2rem;
  line-height: 3rem;
  margin-bottom: 2.125rem;
  font-family: "Source Serif Pro";
}

.features .features--wrapper .features--experience span:nth-child(2) {
  display: inline-block;
  color: #010101;
  margin-bottom: 1.625rem;
}

.features .features--wrapper .features--experience span:nth-child(3) {
  font-weight: 600;
  color: #010101;
}

.free-features {
  margin-bottom: 7rem;
}

.free-features .free-features--wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.free-features .free-features--wrapper .free-features--image {
  width: 34.5625rem;
  height: 23.25rem;
  margin-right: 5rem;
}

.free-features .free-features--wrapper .free-features--description div:last-child {
  margin-bottom: 0;
}

.free-features .free-features--wrapper .free-features--description p:first-child {
  font-family: "Source Serif Pro";
  color: #010101;
  font-size: 2rem;
  line-height: 3rem;
  margin-bottom: 2.875rem;
  font-weight: 700;
}

.free-features .free-features--wrapper .free-features--description .free-features--item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1.5rem;
  position: relative;
  margin-left: 48px;
}

.free-features .free-features--wrapper .free-features--description .free-features--item:before {
  content: '';
  position: absolute;
  background: url("../img/feature-before.svg");
  width: 1.625rem;
  height: 1.8125rem;
  left: -2.75rem;
  top: 0;
}

.free-features .free-features--wrapper .free-features--description .free-features--item p {
  font-weight: 500;
  font-family: "Poppins";
  font-size: 1.25rem;
  line-height: 1.875rem;
  width: 300px;
  margin-right: 1.5rem;
  margin-bottom: 0;
}

.free-features .free-features--wrapper .free-features--description .free-features--item span:nth-child(2) {
  display: block;
  width: 2.875rem;
  color: #F09069;
  font-weight: bold;
  font-size: 1.75rem;
  line-height: 2.1875rem;
  position: relative;
  margin-right: 1.125rem;
  font-family: "Source Serif Pro";
}

.free-features .free-features--wrapper .free-features--description .free-features--item span:nth-child(2):before {
  content: '';
  position: absolute;
  background: #F09069;
  border-radius: 8px;
  -webkit-transform: rotate(49.63deg);
      -ms-transform: rotate(49.63deg);
          transform: rotate(49.63deg);
  width: 2px;
  height: 47px;
  right: 25px;
  top: -8px;
}

.free-features .free-features--wrapper .free-features--description .free-features--item .free-block {
  text-align: center;
  font-family: "Raleway";
  font-weight: 700;
  font-size: 20px;
  line-height: 23px;
  color: #00B67A;
  display: block;
  width: 120px;
  height: 36px;
  background: url("../img/free-background.svg");
  background-repeat: no-repeat;
  padding-top: 6px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.howitworks {
  margin-bottom: 7rem;
}

.howitworks .container-frame {
  max-width: 1668px;
}

.howitworks .container-frame .howitworks--wrapper {
  background: #010101;
  -webkit-box-shadow: 0px 4px 80px rgba(0, 0, 0, 0.05), 0px 17px 46.8519px rgba(0, 0, 0, 0.0531481), 0px 38.5185px 25.4815px rgba(0, 0, 0, 0.0425185), 0px 20px 13px rgba(0, 0, 0, 0.035), 0px 0px 6.51852px rgba(0, 0, 0, 0.0274815), 0px 1.85185px 3.14815px rgba(0, 0, 0, 0.0168519);
          box-shadow: 0px 4px 80px rgba(0, 0, 0, 0.05), 0px 17px 46.8519px rgba(0, 0, 0, 0.0531481), 0px 38.5185px 25.4815px rgba(0, 0, 0, 0.0425185), 0px 20px 13px rgba(0, 0, 0, 0.035), 0px 0px 6.51852px rgba(0, 0, 0, 0.0274815), 0px 1.85185px 3.14815px rgba(0, 0, 0, 0.0168519);
  border-radius: 8px;
  color: #fff;
  padding: 5.5rem 14.1875rem 7rem 14.1875rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.howitworks .container-frame .howitworks--wrapper .howitworks--title {
  margin-bottom: 2rem;
  width: 37.5rem;
}

.howitworks .container-frame .howitworks--wrapper .howitworks--title p {
  font-weight: 900;
  font-size: 3rem;
  line-height: 4rem;
  font-family: "Source Serif Pro";
}

.howitworks .container-frame .howitworks--wrapper .howitworks--title p span {
  color: #F09069;
}

.howitworks .container-frame .howitworks--wrapper .howitworks--tabs-nav {
  margin-bottom: 4.125rem;
  z-index: 100;
}

.howitworks .container-frame .howitworks--wrapper .howitworks--tabs-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.howitworks .container-frame .howitworks--wrapper .howitworks--tabs-nav ul li:first-child:before {
  content: '1';
  position: absolute;
  color: #010101;
  top: 3px;
  left: 14px;
  font-family: "Raleway";
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
  z-index: 1;
}

.howitworks .container-frame .howitworks--wrapper .howitworks--tabs-nav ul li:nth-child(2):before {
  content: '2';
  position: absolute;
  color: #010101;
  top: 3px;
  left: 14px;
  font-family: "Raleway";
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
  z-index: 1;
}

.howitworks .container-frame .howitworks--wrapper .howitworks--tabs-nav ul li:last-child:before {
  content: '3';
  position: absolute;
  color: #010101;
  top: 3px;
  left: 14px;
  font-family: "Raleway";
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
  z-index: 1;
}

.howitworks .container-frame .howitworks--wrapper .howitworks--tabs-nav ul li:last-child a {
  margin-left: 12px;
}

.howitworks .container-frame .howitworks--wrapper .howitworks--tabs-nav ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 382px;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1.875rem;
  font-family: "Source Serif Pro";
  position: relative;
}

.howitworks .container-frame .howitworks--wrapper .howitworks--tabs-nav ul li svg {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 40px;
  height: 40px;
  fill: #fff;
  position: relative;
}

.howitworks .container-frame .howitworks--wrapper .howitworks--tabs-nav ul li a {
  margin-left: 12px;
}

.howitworks .container-frame .howitworks--wrapper .howitworks--tabs-nav ul .active svg {
  fill: #F09069;
  cursor: pointer;
}

.howitworks .container-frame .howitworks--wrapper .howitworks--tabs-nav ul .active:after {
  content: '';
  position: absolute;
  top: -20px;
  left: 0;
  background: url("../img/sparkle.svg");
  background-repeat: no-repeat;
  width: 45px;
  height: 30px;
}

.howitworks .container-frame .howitworks--wrapper .howitworks--tabs-nav ul .active a {
  color: #F09069;
}

.howitworks .container-frame .howitworks--wrapper .howitworks--tabs-nav ul a {
  color: #fff;
  text-decoration: none;
}

.howitworks .container-frame .howitworks-tabs div:first-child .howitworks-tabs--image {
  width: 51.875rem;
  height: 42.5rem;
}

.howitworks .container-frame .howitworks-tabs .tab-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.howitworks .container-frame .howitworks-tabs .tab-item:before {
  content: '';
  background: url("../img/tab-image-bg.svg");
  background-repeat: no-repeat;
  width: 59rem;
  height: 682px;
  position: absolute;
  top: -50px;
  left: -170px;
}

.howitworks .container-frame .howitworks-tabs .tab-item .howitworks-tabs--image {
  z-index: 10;
  width: 51.875rem;
  height: 33.1875rem;
  -webkit-box-shadow: 0px 134.913px 107.93px rgba(0, 0, 0, 0.07), 0px 56.3635px 45.0908px rgba(0, 0, 0, 0.0503198), 0px 30.1346px 24.1077px rgba(0, 0, 0, 0.0417275), 0px 16.8932px 13.5146px rgba(0, 0, 0, 0.035), 0px 8.97186px 7.17749px rgba(0, 0, 0, 0.0282725), 0px 3.73339px 2.98671px rgba(0, 0, 0, 0.0196802);
          box-shadow: 0px 134.913px 107.93px rgba(0, 0, 0, 0.07), 0px 56.3635px 45.0908px rgba(0, 0, 0, 0.0503198), 0px 30.1346px 24.1077px rgba(0, 0, 0, 0.0417275), 0px 16.8932px 13.5146px rgba(0, 0, 0, 0.035), 0px 8.97186px 7.17749px rgba(0, 0, 0, 0.0282725), 0px 3.73339px 2.98671px rgba(0, 0, 0, 0.0196802);
}

.howitworks .container-frame .howitworks-tabs .tab-item .howitworks-tabs--image img {
  width: 100%;
  height: 100%;
}

.howitworks .container-frame .howitworks-tabs .howitworks-tabs--description {
  width: 358px;
  position: relative;
}

.howitworks .container-frame .howitworks-tabs .howitworks-tabs--description:after {
  content: '';
  background: url("../img/tab-arrow.svg");
  width: 84px;
  height: 31px;
  position: absolute;
  top: -50px;
  left: -15px;
}

.howitworks .container-frame .howitworks-tabs .howitworks-tabs--description p {
  color: #D5DEE7;
  margin-bottom: 3.25rem;
}

.howitworks .container-frame .howitworks-tabs .howitworks-tabs--description a {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.75rem;
  padding: 0.75rem 4.5rem 0.75rem 2rem;
  background-color: #F09069;
  border-radius: 40px;
  background-image: url("../img/arrow-btn.svg");
  background-repeat: no-repeat;
  background-position: 90% center;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.howitworks .container-frame .howitworks-tabs .howitworks-tabs--description a:hover {
  background-color: #12CD8F;
}

.popular-services {
  position: relative;
  margin-bottom: 7rem;
}

.popular-services:before {
  content: '';
  position: absolute;
  background: url("../img/popular_services_before.svg");
  background-repeat: no-repeat;
  width: 548px;
  height: 560px;
  left: -270px;
  bottom: -50px;
}

.popular-services .popular-services--wrapper .popular-services--title {
  margin-bottom: 4.625rem;
}

.popular-services .popular-services--wrapper .popular-services--title p {
  color: #010101;
  font-weight: bold;
  font-size: 3rem;
  line-height: 4rem;
}

.popular-services .popular-services--wrapper .popular-services--blocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.popular-services .popular-services--wrapper .popular-services--blocks div:nth-child(10) {
  margin-bottom: 0;
}

.popular-services .popular-services--wrapper .popular-services--blocks div:nth-child(11) {
  margin-bottom: 0;
}

.popular-services .popular-services--wrapper .popular-services--blocks div:nth-child(12) {
  margin-bottom: 0;
}

.popular-services .popular-services--wrapper .popular-services--blocks .popular-service {
  width: 31.5%;
  border: 1px solid #E9E9E9;
  border-radius: 4px;
  padding: 2.125rem;
  margin-bottom: 2.125rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

.popular-services .popular-services--wrapper .popular-services--blocks .popular-service:hover {
  border: 1px solid #F09069;
  cursor: pointer;
}

.popular-services .popular-services--wrapper .popular-services--blocks .popular-service:hover:after {
  content: '';
  position: absolute;
  width: 70px;
  height: 36px;
  background: url("../img/popular-services-hover.svg");
  background-repeat: no-repeat;
  top: 38px;
  right: 5px;
}

.popular-services .popular-services--wrapper .popular-services--blocks .popular-service:last-child:hover:after{
  top: 29px;
  right: 2px;
}

.popular-services .popular-services--wrapper .popular-services--blocks .popular-service a {
  text-decoration: none;
  color: #2E2E2E;
}

.popular-services .popular-services--wrapper .popular-services--blocks .popular-service a p {
  color: #010101;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 2rem;
  margin-bottom: 1.125rem;
}

.reviews {
  margin-bottom: 7rem;
}

.reviews .reviews--title {
  margin-bottom: 2rem;
}

.reviews .reviews--title p {
  color: #010101;
  font-weight: bold;
  font-size: 3rem;
  line-height: 4rem;
  font-family: "Source Serif Pro";
  margin-bottom: 1rem;
  width: 60%;
}

.reviews .reviews--title span {
  display: block;
  margin-bottom: 2.25rem;
}

.reviews .reviews--title .reviews-rated {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.reviews .reviews--title .reviews-rated p {
  font-family: "Poppins";
  font-size: 1.125rem;
  line-height: 1.625rem;
  font-weight: 500;
  width: auto;
  margin-bottom: 0;
  margin-right: 0.75rem;
}

.reviews .reviews--title .reviews-rated .ranking {
  margin-right: 0.875rem;
  height: 1.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.reviews .reviews--title .reviews-rated .ranking img:last-child {
  margin-right: 0;
}

.reviews .reviews--title .reviews-rated .ranking img {
  display: block;
  display: inline;
  width: 1.75rem;
  margin-right: 0.375rem;
}

.reviews .reviews--title .reviews-rated p:last-child {
  color: #F09069;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.6875rem;
  margin-right: 0;
  margin-bottom: -5px;
}

.reviews .reviews--content .container-frame .review--wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.reviews .reviews--content .container-frame .review--wrapper .reviews--slider {
  width: 424px;
  position: relative;
}

.reviews .reviews--content .container-frame .review--wrapper .reviews--slider .slick-list.draggable{
  border-radius: 15px;
}

.reviews .reviews--content .container-frame .review--wrapper .reviews--slider .slide-review {
  /*margin: 0 10px;*/
  width: 424px;
  height: 754px;
}

.reviews .reviews--content .container-frame .review--wrapper .reviews--slider .slide-review video {
  /*width: 100%;*/
  height: 100%;
}

.reviews .reviews--content .container-frame .review--wrapper .reviews--slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.reviews .reviews--content .container-frame .review--wrapper .reviews--slider .slick-list {
  overflow: hidden;
}

.reviews .reviews--content .container-frame .review--wrapper .reviews--slider .slick-current {
  position: relative;
}
.reviews .reviews--content .container-frame .review--wrapper .reviews--slider .slick-current.pause:before{
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.reviews .reviews--content .container-frame .review--wrapper .reviews--slider .slick-current.pause:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: url("../img/play.svg");
  width: 53px;
  height: 77px;
  background-repeat: no-repeat;
  cursor: pointer;
}

.reviews .reviews--content .container-frame .review--wrapper .reviews--slider .slick-arrow {
  font-size: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  outline: none;
  position: absolute;
  bottom: -5.625rem;
  cursor: pointer;
  left: 35%;
  z-index: 10;
  width: 56px;
  height: 56px;
  background-color: #010101;
  border-radius: 50%;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.reviews .reviews--content .container-frame .review--wrapper .reviews--slider .slick-arrow:hover {
  background-color: #F09069;
}

.reviews .reviews--content .container-frame .review--wrapper .reviews--slider .slick-prev {
  background-image: url("../img/arrow-prev.svg");
  background-repeat: no-repeat;
  background-position: center;
}

.reviews .reviews--content .container-frame .review--wrapper .reviews--slider .slick-next {
  margin-left: 82px;
  background-image: url("../img/slick-next.svg");
  background-repeat: no-repeat;
  background-position: center;
}

.reviews .reviews--content .container-frame .review--wrapper .reviews--slider .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 44px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.reviews .reviews--content .container-frame .review--wrapper .reviews--slider .slick-dots li {
  width: 1rem;
  height: 1rem;
  margin-right: 0.75rem;
  position: relative;
}

.reviews .reviews--content .container-frame .review--wrapper .reviews--slider .slick-dots li button {
  position: absolute;
  top: 0;
  font-size: 0;
  width: 1rem;
  height: 1rem;
  border: none;
  border-radius: 50%;
  background-color: #D1D1D1;
  outline: none;
}

.reviews .reviews--content .container-frame .review--wrapper .reviews--slider .slick-dots li.slick-active button {
  background-color: #fff;
}

.reviews .reviews--content .container-frame .review--wrapper .reviews--comments {
  width: 57.3%;
}

.reviews .reviews--content .container-frame .review--wrapper .reviews--comments div:last-child {
  margin-bottom: 0;
}

.reviews .reviews--content .container-frame .review--wrapper .reviews--comments .slick-list {
  overflow: hidden;
}

.reviews .reviews--content .container-frame .review--wrapper .reviews--comments .slick-track {
  overflow: hidden;
}

.reviews .reviews--content .container-frame .review--wrapper .reviews--comments .comment-block {
  border: 1px solid #E6E3E2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 8px;
  padding: 1.625rem 2rem 2rem 2rem;
  margin-bottom: 1.75rem;
}

.reviews .reviews--content .container-frame .review--wrapper .reviews--comments .comment-block .comment-block--title {
  margin-bottom: 1.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.reviews .reviews--content .container-frame .review--wrapper .reviews--comments .comment-block .comment-block--title img {
  width: 2.5rem;
  height: 2.5rem;
  margin-right: 0.625rem;
}

.reviews .reviews--content .container-frame .review--wrapper .reviews--comments .comment-block .comment-block--title p {
  font-family: "Source Serif Pro";
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.875rem;
}

.reviews .reviews--content .container-frame .review--wrapper .reviews--comments .comment-block .comment-block--content {
  margin-bottom: 1.75rem;
  line-height: 24px;
}

.reviews .reviews--content .container-frame .review--wrapper .reviews--comments .comment-block .comment-block--order {
  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;
}

.reviews .reviews--content .container-frame .review--wrapper .reviews--comments .comment-block .comment-block--order .comment-id p span {
  font-weight: 500;
}

.reviews .reviews--content .container-frame .review--wrapper .reviews--comments .comment-block .comment-block--order .comment-ranking {
  height: 1.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.reviews .reviews--content .container-frame .review--wrapper .reviews--comments .comment-block .comment-block--order .comment-ranking img:last-child {
  margin-right: 0;
}

.reviews .reviews--content .container-frame .review--wrapper .reviews--comments .comment-block .comment-block--order .comment-ranking img {
  display: block;
  margin-right: 0.375rem;
}

.cta-form {
  background: #F8F7F8;
  padding: 7.625rem 0;
  margin-bottom: 10rem;
  position: relative;
}

.cta-form:after {
  content: '';
  position: absolute;
  background: url("../img/cta_after.svg");
  background-repeat: no-repeat;
  width: 100%;
  height: 48px;
  left: 0;
  bottom: -48px;
}

.cta-form:before {
  content: '';
  position: absolute;
  width: 494px;
  height: 378px;
  background: url("../img/cta_bg.svg");
  background-repeat: no-repeat;
  left: 20px;
  top: 0;
}

.cta-form .cta-form--form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.06);
  border-radius: 4px;
  padding: 3.3125rem 4rem 3.625rem 2.8125rem;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.cta-form .cta-form--form .cta-form--title {
  position: relative;
  padding-left: 5.125rem;
}

.cta-form .cta-form--form .cta-form--title:before {
  content: '';
  position: absolute;
  background: url("../img/cta_title_before.svg");
  background-repeat: no-repeat;
  width: 66px;
  height: 87px;
  left: 0;
}

.cta-form .cta-form--form .cta-form--title p:first-child {
  color: #010101;
  font-weight: bold;
  font-size: 2rem;
  line-height: 2.5rem;
  font-family: "Source Serif Pro";
  margin-bottom: 1.125rem;
}

.cta-form .cta-form--form .cta-form--title p:nth-child(2) {
  font-size: 1.25rem;
  line-height: 1.875rem;
}

.cta-form .cta-form--form .cta-form--title p:nth-child(2) span {
  font-weight: 700;
}

.cta-form .cta-form--form .cta-form--order {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cta-form .cta-form--form .cta-form--order .cta-form--input {
  width: 21rem;
  border: 1px solid #010101;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
  padding: 0.2rem  1rem 0.2rem 1rem;
  margin-right: 1.4375rem;
  position: relative;
  background: url("../img/cta_input_arrow.svg");
  background-repeat: no-repeat;
  background-position: 95% center;
  font-weight: 500;
  margin-bottom: 0;
}

.cta-form .cta-form--form .cta-form--order .form--field{
  width: 21rem;
  margin-right: 1.4375rem;
}

.cta-form .cta-form--form .cta-form--order .form--field select{
  margin-bottom: 0;
}

.cta-form .cta-form--form .cta-form--order .cta-form--input span {
  font-size: 0.625rem;
  line-height: 1rem;
  color: #888888;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.cta-form .cta-form--form .cta-form--order .cta-form--input p {
  color: #010101;
  font-family: "Poppins";
  line-height: 1.5rem;
}

.cta-form .cta-form--form .cta-form--order .cta-form--input:hover {
  cursor: pointer;
}

.cta-form .cta-form--form .cta-form--order .cta-form--input .cta--options {
  display: none;
  position: absolute;
  width: 100%;
  height: 165px;
  overflow: auto;
  background-color: #fff;
  z-index: 10;
  top: 63px;
  left: 0;
  -webkit-box-shadow: 0px 4px 80px rgba(0, 0, 0, 0.05), 0px 5px 46.8519px rgba(0, 0, 0, 0.0531481), 0px 20px 25.4815px rgba(0, 0, 0, 0.0425185), 0px 20px 13px rgba(0, 0, 0, 0.035), 0px 0px 6.51852px rgba(0, 0, 0, 0.0274815), 0px 1.85185px 3.14815px rgba(0, 0, 0, 0.0168519);
          box-shadow: 0px 4px 80px rgba(0, 0, 0, 0.05), 0px 5px 46.8519px rgba(0, 0, 0, 0.0531481), 0px 20px 25.4815px rgba(0, 0, 0, 0.0425185), 0px 20px 13px rgba(0, 0, 0, 0.035), 0px 0px 6.51852px rgba(0, 0, 0, 0.0274815), 0px 1.85185px 3.14815px rgba(0, 0, 0, 0.0168519);
  border-radius: 8px;
}

.cta-form .cta-form--form .cta-form--order .cta-form--input .cta--options ul {
  padding-right: 1rem;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.cta-form .cta-form--form .cta-form--order .cta-form--input .cta--options ul li {
  padding: 0.5rem 0 0.5rem 1rem;
  border-bottom: 1px solid #FFEDE6;
  color: #010101;
  position: relative;
  font-weight: 400;
}

.cta-form .cta-form--form .cta-form--order .cta-form--input .cta--options ul li:hover {
  background-color: #FFEDE6;
  color: #F09069;
}

.cta-form .cta-form--form .cta-form--order .cta-form--input .cta--options ul .checkedOption:after {
  content: '';
  position: absolute;
  background-image: url("../img/checked_input.svg");
  width: 18px;
  height: 18px;
  margin-left: 8px;
}

.cta-form .cta-form--form .cta-form--order .cta-form--input .active_options {
  display: block;
}

.cta-form .cta-form--form .cta-form--order .active-input {
  border: 1px solid #F09069;
  background-image: url("../img/arrow_orange_input.svg");
}

.cta-form .cta-form--form .cta-form--order .cta-form--btn a,
.cta-form .cta-form--form .cta-form--order .cta-form--btn input{
  cursor: pointer;
  outline: none;
  appearance: none;
  border: 0;
  display: block;
  text-decoration: none;
  color: #fff;
  background: #010101;
  border-radius: 40px;
  padding: 0.875rem 5rem 0.875rem 2.125rem;
  background-image: url("../img/arrow-btn.svg");
  background-repeat: no-repeat;
  background-position: 90% center;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.cta-form .cta-form--form .cta-form--order .cta-form--btn a:hover,
.cta-form .cta-form--form .cta-form--order .cta-form--btn input:hover{
  background-color: #00B67A;
}

.faq {
  margin-bottom: 7rem;
}

.faq .faq--wrapper .faq--title {
  margin-bottom: 3.5rem;
}

.faq .faq--wrapper .faq--title p {
  color: #010101;
  line-height: 3.875rem;
  font-size: 3rem;
  font-family: "Source Serif Pro";
  font-weight: 700;
}

.faq .faq--wrapper .faq--content .faq--block {
  border-bottom: 1px solid #E0DFD5;
}

.faq .faq--wrapper .faq--content .faq--block dl dt {
  padding: 1.375rem 3rem 1.75rem 0;
  color: #010101;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1.5rem;
  font-family: "Source Serif Pro";
  position: relative;
  background: url("../img/faq_plus.svg");
  background-position: 98% center;
  background-repeat: no-repeat;
}

.faq .faq--wrapper .faq--content .faq--block dl dt:hover {
  cursor: pointer;
  color: #F09069;
}

.faq .faq--wrapper .faq--content .faq--block dl .activeDT {
  background: url("../img/faq_close.svg");
  background-position: 98% center;
  background-repeat: no-repeat;
}

.faq .faq--wrapper .faq--content .faq--block dl dd {
  margin-bottom: 2.375rem;
  padding-right: 3rem;
  display: none;
}

.cta {
  background: #F8F7F8;
  padding: 6.25rem 0 7.25rem 0;
  background-image: url("../img/cta_image.svg");
  background-repeat: no-repeat;
  background-position-y: bottom;
  background-position-x: 90%;
}

.cta .container-frame .cta--wrapper .cta--title-btns {
  width: 55%;
}

.cta .container-frame .cta--wrapper .cta--title-btns .cta-title {
  margin-bottom: 3rem;
}

.cta .container-frame .cta--wrapper .cta--title-btns .cta-title p {
  font-family: "Source Serif Pro";
  line-height: 3.875rem;
  font-size: 3rem;
  color: #010101;
  font-weight: 700;
}

.cta .container-frame .cta--wrapper .cta--title-btns .cta-title p span {
  color: #F09069;
}

@media (min-width: 1155px){
  .cta .container-frame .cta--wrapper .cta--title-btns .cta-title p span {
    display: block;
  }
}

.cta .container-frame .cta--wrapper .cta--title-btns .cta-btns a:first-child {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  background-color: #010101;
  border-radius: 40px;
  padding: 0.75rem 1.125rem 0.75rem 3.625rem;
  margin-right: 0.875rem;
  background-image: url("../img/view_samples.svg");
  background-repeat: no-repeat;
  background-position: 10% center;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.cta .container-frame .cta--wrapper .cta--title-btns .cta-btns a:first-child:hover {
  background-color: #00B67A;
}

.cta .container-frame .cta--wrapper .cta--title-btns .cta-btns a:last-child {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  background-color: #00B67A;
  border-radius: 40px;
  padding: 0.75rem 3.625rem 0.75rem 1.125rem;
  background-image: url("../img/arrow-btn.svg");
  background-repeat: no-repeat;
  background-position: 87% center;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.cta .container-frame .cta--wrapper .cta--title-btns .cta-btns a:last-child:hover {
  background-color: #F09069;
}

.cta .container-frame .cta--wrapper .cta--image {
  width: 40rem;
  height: 24.75rem;
}

.footer .footer--links {
  background-color: #010101;
  padding-top: 7rem;
  padding-bottom: 3.125rem;
}

.footer .footer--links .footer--wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer .footer--links .footer--wrapper div:first-child {
  margin-right: 7.75rem;
}

.footer .footer--links .footer--wrapper div:nth-child(2) {
  margin-right: 5.375rem;
}

.footer .footer--links .footer--wrapper div:nth-child(3) {
  margin-right: 6rem;
}

.footer .footer--links .footer--wrapper .footer--block-logo a {
  display: block;
  width: 7.875rem;
  height: 2.75rem;
  margin-bottom: 1.625rem;
}

.footer .footer--links .footer--wrapper .footer--block-logo a img {
  width: 100%;
  height: 100%;
}

.footer .footer--links .footer--wrapper .footer--block-logo p {
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #fff;
  letter-spacing: 0.02em;
}

.footer .footer--links .footer--wrapper .footer--block-logo p span {
  font-weight: 700;
  color: #00B67A;
}

.footer .footer--links .footer--wrapper .footer--block-logo p:nth-child(2) {
  margin-bottom: 0.625rem;
}

.footer .footer--links .footer--wrapper .footer--block-links {
  margin-top: 0.5rem;
}

.footer .footer--links .footer--wrapper .footer--block-links p {
  font-weight: bold;
  font-size: 0.75rem;
  line-height: 1.125rem;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 1.625rem;
}

.footer .footer--links .footer--wrapper .footer--block-links ul li {
  margin-bottom: 0.625rem;
}

.footer .footer--links .footer--wrapper .footer--block-links ul li a {
  text-decoration: none;
  color: #fff;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.footer .footer--links .footer--wrapper .footer--block-links ul li a:hover {
  color: #F09069;
}

.footer .footer--links .footer--wrapper .footer--block-links ul li:last-child {
  margin-bottom: 0;
}

.footer .footer--links .footer--wrapper .footer--block-btn {
  margin-top: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer .footer--links .footer--wrapper .footer--block-btn .footer-btns {
  margin-right: 5rem;
}

.footer .footer--links .footer--wrapper .footer--block-btn .footer-btns a:first-child {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  font-family: "Montserrat";
  font-size: 0.75rem;
  line-height: 1rem;
  padding: 0.625rem 1.125rem;
  background-color: #2E2E2E;
  border-radius: 40px;
  margin-right: 0.75rem;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.footer .footer--links .footer--wrapper .footer--block-btn .footer-btns a:first-child:hover {
  background-color: #fff;
  color: #010101;
}

.footer .footer--links .footer--wrapper .footer--block-btn .footer-btns a:last-child {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  font-family: "Montserrat";
  font-size: 0.75rem;
  line-height: 1rem;
  padding: 0.625rem 1.125rem;
  background-color: #F09069;
  border-radius: 40px;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.footer .footer--links .footer--wrapper .footer--block-btn .footer-btns a:last-child:hover {
  background-color: #12CD8F;
}

.footer .footer--links .footer--wrapper .footer--block-btn .footer-contacts {
  margin-right: 0;
  text-align: right;
}

.footer .footer--links .footer--wrapper .footer--block-btn .footer-contacts a {
  display: block;
  text-decoration: none;
  color: #fff;
  margin-bottom: 0.5rem;
}

.footer .footer--links .footer--wrapper .footer--block-btn .footer-contacts a:hover {
  color: #F09069;
}

.footer .footer--payments {
  background-color: #131313;
  padding: 3.625rem 0 3.125rem 0;
}

.footer .footer--payments .footer--wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer .footer--payments .footer--wrapper .payments {
  margin-right: 9.3125rem;
}

.footer .footer--payments .footer--wrapper .payments p {
  color: #fff;
  font-size: 0.75rem;
  line-height: 2rem;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 1rem;
}

.footer .footer--payments .footer--wrapper .payments .payments--top ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1rem;
}

.footer .footer--payments .footer--wrapper .payments .payments--top ul li:first-child {
  width: 3.3125rem;
  height: 1.0625rem;
  margin-right: 1.125rem;
}

.footer .footer--payments .footer--wrapper .payments .payments--top ul li:last-child {
  width: 2.25rem;
  height: 1.75rem;
}

.footer .footer--payments .footer--wrapper .payments .payments--bottom ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer .footer--payments .footer--wrapper .payments .payments--bottom ul li {
  height: 1.5rem;
}

.footer .footer--payments .footer--wrapper .payments .payments--bottom ul li:first-child {
  width: 2.25rem;
  margin-right: 0.8125rem;
}

.footer .footer--payments .footer--wrapper .payments .payments--bottom ul li:nth-child(2) {
  width: 3rem;
  margin-right: 0.8125rem;
}

.footer .footer--payments .footer--wrapper .payments .payments--bottom ul li:last-child {
  width: 3.125rem;
}

.footer .footer--payments .footer--wrapper .secured {
  margin-right: 18.0625rem;
}

.footer .footer--payments .footer--wrapper .secured p {
  color: #fff;
  font-size: 0.75rem;
  line-height: 2rem;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 1rem;
}

.footer .footer--payments .footer--wrapper .secured .secured-top ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1rem;
}

.footer .footer--payments .footer--wrapper .secured .secured-top ul li:first-child {
  margin-right: 1.125rem;
  width: 7.5rem;
  height: 0.9375rem;
}

.footer .footer--payments .footer--wrapper .secured .secured-top ul li:last-child {
  width: 7.0625rem;
  height: 1.25rem;
}

.footer .footer--payments .footer--wrapper .secured .secured-bottom ul li {
  width: 4.75rem;
  height: 1.8125rem;
}

.footer .footer--payments .footer--wrapper .awards ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer .footer--payments .footer--wrapper .awards ul li {
  margin-right: 1.5rem;
  width: 4.5rem;
  height: 4.5rem;
}

.footer .footer--payments .footer--wrapper .awards ul li:last-child {
  margin-right: 0;
}

.footer .footer-copyright {
  background: #131313;
  padding: 2.125rem 0;
  text-align: center;
  color: #888888;
  position: relative;
}

.footer .footer-copyright:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #2E2E2E;
}

.main-howitworks {
  padding-top: 6.5rem;
}

.main-howitworks .howitworks--wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main-howitworks .howitworks--wrapper .main-screen--title {
  width: 48%;
}

.main-howitworks .howitworks--wrapper .main-screen--title h1 {
  font-family: 'Source Serif Pro';
  font-weight: 700;
  font-size: 4rem;
  line-height: 5rem;
  color: #010101;
  margin-bottom: 3.25rem;
}

.main-howitworks .howitworks--wrapper .main-screen--image {
  width: 28.25rem;
  height: 23.1875rem;
}

.main-howitworks-tabs {
  margin-bottom: 7rem;
  position: relative;
}

.main-howitworks-tabs:after {
  content: '';
  position: absolute;
  background: url("../img/howitworks-png.png");
  width: 1220px;
  height: 670px;
  top: 15%;
  right: 10%;
  z-index: -10;
}

@media (max-width: 1910px){
  .main-howitworks-tabs:after{
    right: 0;
  }
}

@media (max-width: 1534px){
  .main-howitworks-tabs:after{
    right: -150px;
  }
}
.main-howitworks-tabs .howitworks-tabs--wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.main-howitworks-tabs .howitworks-tabs--nav {
  width: 25.5%;
  margin-top: 80px;
}

.main-howitworks-tabs .howitworks-tabs--nav ul li .howitworks-tab-item .num-block{
  position: relative;
}

.main-howitworks-tabs .howitworks-tabs--nav ul li:first-child .howitworks-tab-item .num-block:before {
  content: '1';
  position: absolute;
  color: #fff;
  top: 6px;
  left: 14px;
  font-family: "Raleway";
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
}

.main-howitworks-tabs .howitworks-tabs--nav ul li:nth-child(2) .howitworks-tab-item .num-block:before {
  content: '2';
  position: absolute;
  color: #fff;
  top: 6px;
  left: 14px;
  font-family: "Raleway";
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
}

.main-howitworks-tabs .howitworks-tabs--nav ul li:nth-child(3) .howitworks-tab-item .num-block:before {
  content: '3';
  position: absolute;
  color: #fff;
  top: 3px;
  left: 14px;
  font-family: "Raleway";
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
}

.main-howitworks-tabs .howitworks-tabs--nav ul li:first-child{
  padding-top: 0;
}
.main-howitworks-tabs .howitworks-tabs--nav ul li {
  padding-bottom: 27px;
  padding-top: 27px;
  border-bottom: 1px solid #E0DFD5;
}
.main-howitworks-tabs .howitworks-tabs--nav ul li:last-child{
  padding-bottom: 0;
  border-bottom: 0;
}

.main-howitworks-tabs .howitworks-tabs--nav ul li .howitworks-tab-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  align-items: center;
}

.main-howitworks-tabs .howitworks-tabs--nav ul li .howitworks-tab-item svg {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  width: 40px;
  height: 40px;
  z-index: -1;
  fill: #010101;
}

.main-howitworks-tabs .howitworks-tabs--nav ul li .howitworks-tab-item a {
  margin-left: 14px;
  font-size: 1.25rem;
  line-height: 1.5625rem;
  font-weight: 700;
  font-family: "Source Serif Pro";
  width: 200px;
  text-decoration: none;
  color: #010101;
}

.main-howitworks-tabs .howitworks-tabs--nav ul li .activeLI a {
  color: #F09069;
  cursor: pointer;
}

.main-howitworks-tabs .howitworks-tabs--nav ul li .activeLI svg.num {
  fill: #F09069;
  cursor: pointer;
}

.main-howitworks-tabs .howitworks-tabs--nav ul li svg.arrow {
  position: absolute;
  right: 0;
  top: 10;
  width: 18px;
  height: 16px;
}

.main-howitworks-tabs .howitworks-tabs--nav ul li .activeLI svg.arrow path {
  fill: #F09069;
}

.main-howitworks-tabs .howitworks-tabs--nav ul li .activeLI:after {
  content: '';
  position: absolute;
  top: -20px;
  left: 0;
  background: url("../img/sparkle.svg");
  background-repeat: no-repeat;
  width: 45px;
  height: 30px;
}

.main-howitworks-tabs .howitworks-tabs--nav ul li span {
  visibility: hidden;
  height: 0;
  width: 100%;
  opacity: 0;
  transition: visibility 0s, opacity 0.8s linear;
}

.main-howitworks-tabs .howitworks-tabs--nav ul li .active-text {
  visibility: visible;
  opacity: 1;
  margin-top: 0.75rem;
  height: auto;
}

.main-howitworks-tabs .howitworks--image .howitworks-tab-image {
  width: 51.875rem;
  height: 42.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.main-howitworks-tabs .howitworks--image .howitworks-tab-image img {
  -o-object-fit: contain;
     object-fit: contain;
}

.main-howitworks-tabs .howitworks--image .howitworks-tab-image a{
  font-size: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;

  z-index: 10;
  width: 56px;
  height: 56px;
  background-color: #010101;
  border-radius: 50%;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.main-howitworks-tabs .howitworks--image .howitworks-tab-image a:hover{
  background-color: #F09069;
}
.main-howitworks-tabs .howitworks--image .howitworks-tab-image a.left{
  background-image: url(../img/arrow-prev.svg);
  background-repeat: no-repeat;
  background-position: center;
  left: 10px;
}
.main-howitworks-tabs .howitworks--image .howitworks-tab-image a.right{
  background-image: url(../img/slick-next.svg);
  background-repeat: no-repeat;
  background-position: center;
  right: 10px;
}
.howitworks-features {
  background-color: #F8F7F8;
  padding: 4.25rem 0 5.875rem 0;
  margin-bottom: 0;
}

.howitworks-features .free-features--wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.howitworks-features .free-features--wrapper .free-features--image {
  width: 40%;
  height: auto;
  margin-right: 0;
}

.howitworks-features .free-features--wrapper .free-features--image p {
  font-family: "Source Serif Pro";
  font-weight: bold;
  font-size: 3rem;
  line-height: 4rem;
  color: #010101;
  margin-bottom: 3rem;
}

.howitworks-features .free-features--wrapper .free-features--image p span {
  color: #F09069;
}

.howitworks-features .free-features--wrapper .free-features--image a {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.75rem;
  padding: 0.75rem 2rem;
  background: #010101;
  border-radius: 40px;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.howitworks-features .free-features--wrapper .free-features--image a:hover {
  background: #00B67A;
}

.howitworks-features .free-features--wrapper .free-features--description .free-features--item {
  margin-left: 48px;
}

.main-prices {
  padding-top: 5.5rem;
}

.main-prices .howitworks--wrapper .main-screen--image {
  width: 470px;
  height: 358px;
}

.prices-tabs {
  margin-bottom: 7rem;
}

.prices-tabs .prices-tabs--nav {
  margin-bottom: 68px;
}

.prices-tabs .prices-tabs--nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.prices-tabs .prices-tabs--nav ul li {
  text-align: center;
}

.prices-tabs .prices-tabs--nav ul li a {
  white-space: pre-line;
  display: inline-block;
  width: 24rem;
  padding: 1.875rem 0;
  text-decoration: none;
  color: #010101;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 3rem;
  border: 1px solid #010101;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 8px;
}

.prices-tabs .prices-tabs--nav ul li a:hover {
  color: #fff;
  background-color: #F09069;
  border: 1px solid #F09069;
}

.prices-tabs .prices-tabs--nav ul li .active {
  color: #fff;
  background-color: #F09069;
  border: 1px solid #F09069;
}

.prices-tabs .prices-tabs--nav .custom-input-tab {
  display: none;
}

.prices-tabs .prices-tabs--tables .price-tab-table .price-range {
  margin-bottom: 60px;
}

.prices-tabs .prices-tabs--tables .price-tab-table .price-range .range-label {
  margin-bottom: 29px;
}

.prices-tabs .prices-tabs--tables .price-tab-table .price-range .range-label ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: flex-start;
}

.prices-tabs .prices-tabs--tables .price-tab-table .price-range .range-label ul li:nth-child(2) {
  color: #F09069;
}

.prices-tabs .prices-tabs--tables .price-tab-table .price-range .range-label ul li {
  width: 137px;
  text-align: center;
  color: #010101;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
}
.prices-tabs .prices-tabs--tables .price-tab-table .price-range .formRange{
  background-color: #F8F7F8;
  border-radius: 2px;
  height: 6px;
}
.prices-tabs .prices-tabs--tables .price-tab-table .price-range input {
  width: 89%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  height: 6px;
}

.prices-tabs .prices-tabs--tables .price-tab-table .price-range input[type=range]::-webkit-slider-thumb
{
  -webkit-appearance: none;
  background-color: #F09069;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  cursor: pointer;
  left: 0;
}

.prices-tabs .prices-tabs--tables .price-tab-table .price-range input[type=range]::-ms-thumb{
  background-color: #F09069;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  cursor: pointer;
  left: 0;
}
.prices-tabs .prices-tabs--tables .price-tab-table .price-range input[type=range]::-moz-range-thumb{
  background-color: #F09069;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  cursor: pointer;
  left: 0;
}



.prices-tabs .prices-tabs--tables .price-tab-table .price-range .submitRange {
  display: none;
}

.prices-tabs .prices-tabs--tables .price-tab-table .custom-input {
  display: none;
}

.prices-tabs .prices-tabs--tables .price-tab-table .price-table div:last-child {
  border-bottom: 1px solid #E0DFD5;
}

.prices-tabs .prices-tabs--tables .price-tab-table .price-table .price-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #E0DFD5;
  padding: 21px 0 23px 0;
}

.prices-tabs .prices-tabs--tables .price-tab-table .price-table .price-row .price-row--content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 55%;
}

.prices-tabs .prices-tabs--tables .price-tab-table .price-table .price-row .price-row--content p:first-child {
  font-size: 2rem;
  line-height: 3rem;
  font-weight: 700;
  font-family: "Source Serif Pro";
  color: #010101;
  width: 11.125rem;
}

.prices-tabs .prices-tabs--tables .price-tab-table .price-table .price-row .price-row--content p:nth-child(2) {
  font-weight: 500;
  font-size: 1.375rem;
  line-height: 2.0625rem;
  color: #010101;
  width: 166px;
}

.prices-tabs .prices-tabs--tables .price-tab-table .price-table .price-row .price-row--content p:nth-child(2) span {
  color: #F09069;
  font-weight: bold;
  font-size: 2rem;
  line-height: 3rem;
  font-family: "Source Serif Pro";
}

.prices-tabs .prices-tabs--tables .price-tab-table .price-table .price-row a {
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  color: #fff;
  padding: 0.75rem 2rem;
  background-color: #010101;
  border-radius: 40px;
  text-decoration: none;
  display: inline-block;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.prices-tabs .prices-tabs--tables .price-tab-table .price-table .price-row a:hover {
  background-color: #00B67A;
}

.prices-features {
  padding: 4.1875rem 0 0 0;
  margin-bottom: 7rem;
}

.prices-features .free-features--wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.prices-features .free-features--wrapper .free-features--image {
  height: 24.375rem;
}

.prices-features .free-features--wrapper .free-features--image p {
  margin-bottom: 0;
}

.prices-features .free-features--wrapper .free-features--description .free-features--item {
  margin-left: 48px;
}

.extras {
  margin-bottom: 7rem;
}

.extras .extras--title {
  margin-bottom: 3.25rem;
}

.extras .extras--title p {
  font-family: 'Source Serif Pro';
  font-weight: 700;
  font-size: 3rem;
  line-height: 4rem;
  color: #010101;
}

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

.extras .extras--wrapper .extra-block {
  width: 24rem;
  padding: 2.125rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #E9E9E9;
  border-radius: 4px;
  margin-bottom: 2rem;
}

.extras .extras--wrapper .extra-block:nth-child(4) {
  margin-bottom: 0;
}

.extras .extras--wrapper .extra-block:nth-child(5) {
  margin-bottom: 0;
}

/*.extras .extras--wrapper .extra-block:last-child {*/
/*  margin-bottom: 0;*/
/*}*/

.extras .extras--wrapper .extra-block p:first-child {
  font-family: "Source Serif Pro";
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 2rem;
  color: #010101;
  margin-bottom: 1rem;
  text-align: center;
}

.extras .extras--wrapper .extra-block p:nth-child(2) {
  font-family: "Source Serif Pro";
  font-weight: 700;
  font-size: 2rem;
  line-height: 3rem;
  color: #F09069;
  text-align: center;
  margin-bottom: 1rem;
}

.cta-subscribe {
  margin-bottom: 7rem;
}

.cta-subscribe .cta-subscribe--wrapper {
  background-color: #000000;
  border-radius: 8px;
  padding: 2.5rem 1.5rem 3.75rem 1.5rem;
  text-align: center;
  color: #fff;
  background-image: url("../img/cta-subscribe-after.svg");
  background-repeat: no-repeat;
  background-position: 550px 0;
}

.cta-subscribe .cta-subscribe--wrapper .cta-subscribe--content {
  min-height: 188px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.cta-subscribe .cta-subscribe--wrapper .cta-subscribe--content .subscribe-title {
  margin-bottom: 2.375rem;
}

.cta-subscribe .cta-subscribe--wrapper .cta-subscribe--content .subscribe-title p {
  font-family: 'Source Serif Pro';
  font-weight: 700;
  font-size: 3rem;
  line-height: 4rem;
  color: #010101;
  color: #fff;
}

.cta-subscribe .cta-subscribe--wrapper .cta-subscribe--content .subscribe-title span {
  font-size: 1.125rem;
  line-height: 1.6875rem;
}
.cta-subscribe .cta-subscribe--wrapper .cta-subscribe--content .subscribe-form form{
  max-width: 522px;
  margin: 0 auto;
}
.has-error-field input[type=text]{
  border-color: #FF4757!important;
  color:#FF4757
}
.has-error-field .input::placeholder{
  color:#FF4757
}
.error-alert{
  position: absolute;
  color: #FF4757 ;
}
.cta-subscribe .cta-subscribe--wrapper .cta-subscribe--content .subscribe-form form .cta-subscribe-input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 336px;
  outline: none;
  border: 1px solid #FFFFFF;
  border-radius: 4px;
  padding: 1rem;
  font-family: "Roboto";
  font-size: 1rem;
  line-height: 1.5rem;
  margin-right: 1.375rem;
}

.cta-subscribe .cta-subscribe--wrapper .cta-subscribe--content .subscribe-form form .cta-subscribe-input::-webkit-input-placeholder {
  color: #010101;
}

.cta-subscribe .cta-subscribe--wrapper .cta-subscribe--content .subscribe-form form .cta-subscribe-input::-moz-placeholder {
  color: #010101;
}

.cta-subscribe .cta-subscribe--wrapper .cta-subscribe--content .subscribe-form form .cta-subscribe-input:-moz-placeholder {
  color: #010101;
}

.cta-subscribe .cta-subscribe--wrapper .cta-subscribe--content .subscribe-form form .cta-subscribe-input:-ms-input-placeholder {
  color: #010101;
}

.cta-subscribe .cta-subscribe--wrapper .cta-subscribe--content .subscribe-form form .cta-subscribe-btn {
  padding: 0.95rem 2rem;
  font-family: "Roboto";
  color: #fff;
  font-size: 1.125rem;
  line-height: 1.75rem;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #F09069;
  border-radius: 40px;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  margin: 0;
}

.cta-subscribe .cta-subscribe--wrapper .cta-subscribe--content .subscribe-form form .cta-subscribe-btn:hover {
  background: #12CD8F;
  cursor: pointer;
}

.main-about {
  padding-top: 8rem;
}

.main-about .howitworks--wrapper .main-screen--image {
  width: 33.25rem;
  height: 22.125rem;
}

.main-about .howitworks--wrapper .main-screen--image img {
  width: 100%;
  height: 100%;
}

.about-team {
  margin-bottom: 7rem;
}

.about-team .about-team--title {
  margin-bottom: 3.25rem;
  text-align: center;
}

.about-team .about-team--title p {
  font-family: 'Source Serif Pro';
  font-weight: 700;
  font-size: 3rem;
  line-height: 4rem;
  color: #010101;
}

.about-team .about-team-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.about-team .about-team-wrapper div:nth-child(6) {
  margin-right: 0;
}

.about-team .about-team-wrapper div:nth-child(7) {
  margin-bottom: 0;
}

.about-team .about-team-wrapper div:nth-child(8) {
  margin-bottom: 0;
}

.about-team .about-team-wrapper div:nth-child(9) {
  margin-bottom: 0;
}

.about-team .about-team-wrapper .team-member {
  margin-right: 1.9rem;
  margin-bottom: 3.375rem;
}

.about-team .about-team-wrapper .team-member .member-photo {
  width: 11rem;
  height: 11rem;
  margin-bottom: 0.75rem;
}

.about-team .about-team-wrapper .team-member p {
  font-family: "Source Serif Pro";
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 2rem;
  color: #010101;
}

.about-team .about-team-wrapper .team-member span {
  display: inline-block;
  width: 176px;
}

.about-motto {
  background-color: #F8F7F8;
  padding: 12.5rem 0 12.125rem 0;
  margin-bottom: 7rem;
  background-image: url("../img/motto-bg.svg");
  background-repeat: no-repeat;
  background-position: center;
}

.about-advantages {
  margin-bottom: 7rem;
}

.about-advantages .about-advantages--title {
  margin-bottom: 4.375rem;
  text-align: center;
}

.about-advantages .about-advantages--title p {
  font-family: 'Source Serif Pro';
  font-weight: 700;
  font-size: 3rem;
  line-height: 4rem;
  color: #010101;
}

.about-advantages .about-advantages--wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.about-advantages .about-advantages--wrapper div:nth-child(3) {
  margin-bottom: 0;
}

.about-advantages .about-advantages--wrapper div:last-child {
  margin-bottom: 0;
}

.about-advantages .about-advantages--wrapper .about-advantage {
  width: 42%;
  margin-bottom: 4.375rem;
}

.about-advantages .about-advantages--wrapper .about-advantage img {
  margin-bottom: 1.5rem;
}

.about-advantages .about-advantages--wrapper .about-advantage p {
  font-weight: bold;
  font-size: 2rem;
  line-height: 3rem;
  color: #010101;
  font-family: "Source Serif Pro";
  margin-bottom: 2.375rem;
}

.about-address {
  margin-bottom: 7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  background-color: #010101;
}

.about-address .containers-frame {
  max-width: 82%;
}

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

.about-address .about-address-wrapper .address-text {
  max-width: 45%;
  color: #fff;
  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;
}

.about-address .about-address-wrapper .address-text div:last-child {
  margin-bottom: 0;
}

.about-address .about-address-wrapper .address-text .address-text--block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 3.25rem;
}

.about-address .about-address-wrapper .address-text .address-text--block:last-child span {
  width: 90%;
}

.about-address .about-address-wrapper .address-text .address-text--block .address-image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 3rem;
  height: 3rem;
  margin-right: 1.875rem;
}

.about-address .about-address-wrapper .address-text .address-text--block .address-content p {
  font-family: "Source Serif Pro";
  font-weight: bold;
  font-size: 2rem;
  line-height: 2.5rem;
  margin-bottom: 1rem;
}
.css-hidden:after{
  content: attr(data-attr);
}

.about-address .about-address-wrapper .address-text .address-text--block .address-content span {
  font-size: 1.25rem;
  line-height: 1.875rem;
  display: inline-block;
}

.about-address .about-address-wrapper .address-text .address-text--block .address-content a {
  text-decoration: none;
  color: #fff;
  font-size: 1.25rem;
  line-height: 2.5rem;
}

.about-address .about-address-wrapper .address-image {
  width: 60%;
  height: 638px;
}

.about-address .about-address-wrapper .address-image img {
  width: 100%;
  height: 100%;
}

.about-cta-form {
  background-color: #fff;
  margin-bottom: 0;
}

.about-cta-form:before {
  left: 15.625rem;
}

.about-cta-form:after {
  display: none;
}

.main-faq .howitworks--wrapper .main-screen--title {
  width: 54%;
}

.main-faq .howitworks--wrapper .main-screen--image {
  width: 27.375rem;
  height: 22.5625rem;
}

.faq-facts {
  margin-bottom: 7rem;
}

.faq-facts .faq-facts--title {
  margin-bottom: 5rem;
  text-align: center;
}

.faq-facts .faq-facts--title p {
  font-family: 'Source Serif Pro';
  font-weight: 700;
  font-size: 3rem;
  line-height: 4rem;
  color: #010101;
}

.faq-facts .faq-facts--wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: center;
}

.faq-facts .faq-facts--wrapper .faq-fact img {
  margin-bottom: 1.375rem;
}

.faq-facts .faq-facts--wrapper .faq-fact p {
  font-family: 'Source Serif Pro';
  font-weight: 700;
  font-size: 3rem;
  line-height: 4rem;
  color: #010101;
}

.faq-cta-form {
  margin-bottom: 7rem;
}

.faq-cta .faq-cta--content {
  padding: 42px 0 147px 0;
  text-align: center;
}

.faq-cta .faq-cta--content p {
  font-family: 'Source Serif Pro';
  font-weight: 700;
  font-size: 3rem;
  line-height: 4rem;
  color: #010101;
  margin-bottom: 0.25rem;
}

.faq-cta .faq-cta--content span {
  font-size: 1.125rem;
  line-height: 1.6875rem;
  display: block;
  margin-bottom: 2.375rem;
}

.faq-cta .faq-cta--content a,
.faq-cta .faq-cta--content span.button{
  cursor: pointer;
  display: inline-block;
  padding: 0.875rem 2.875rem;
  text-decoration: none;
  color: #fff;
  background-color: #F09069;
  border-radius: 40px;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.faq-cta .faq-cta--content a:hover,
.faq-cta .faq-cta--content span.button:hover{
  background-color: #12CD8F;
}

.main-samples .howitworks--wrapper .main-screen--title {
  width: 52%;
}

.main-samples .howitworks--wrapper .main-screen--image {
  width: 27.25rem;
  height: 21.875rem;
}

.samples {
  margin-bottom: 7rem;
}

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

.samples .samples--wrapper div:nth-child(5) {
  margin-bottom: 0;
}

.samples .samples--wrapper div:last-child {
  margin-bottom: 0;
}

.samples .samples--wrapper .sample-block {
  margin-bottom: 2.125rem;
  border: 1px solid #E9E9E9;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
  width: 48%;
  padding: 2.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.samples .samples--wrapper .sample-block .sample-block--btns {
  text-align: center;
}

.samples .samples--wrapper .sample-block .sample-block--btns .sample-block-image {
  margin: 0 auto;
  margin-bottom: 1.25rem;
  width: 64px;
  height: 62px;
}

.samples .samples--wrapper .sample-block .sample-block--btns .sample-block-image img {
  width: 100%;
  height: 100%;
}

.samples .samples--wrapper .sample-block .sample-block--btns .sample-block-order a {
  display: block;
  text-decoration: none;
  padding: 0.5rem 1.25rem;
  font-weight: 600;
}

.samples .samples--wrapper .sample-block .sample-block--btns .sample-block-order a:nth-child(1) {
  border: 1px solid #010101;
  border-radius: 40px;
  color: #010101;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 0.75rem;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.samples .samples--wrapper .sample-block .sample-block--btns .sample-block-order a:nth-child(1):hover {
  border: 1px solid #F09069;
  color: #F09069;
}

.samples .samples--wrapper .sample-block .sample-block--btns .sample-block-order a:last-child {
  background: #010101;
  border-radius: 40px;
  color: #fff;
  padding: 0.563rem 1.25rem;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.samples .samples--wrapper .sample-block .sample-block--btns .sample-block-order a:last-child:hover {
  background-color: #F09069;
}

.samples .samples--wrapper .sample-block .sample-block--description div:last-child {
  margin-bottom: 0;
}

.samples .samples--wrapper .sample-block .sample-block--description .description-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.5rem;
}

.samples .samples--wrapper .sample-block .sample-block--description .description-item p {
  width: 8.75rem;
  margin-right: 2.125rem;
}

.samples .samples--wrapper .sample-block .sample-block--description .description-item span {
  font-weight: 600;
  max-width: 150px;
}

.cta-samples {
  margin-bottom: 2rem;
}

.main-order {
  padding-top: 9.875rem;
}

.main-order .howitworks--wrapper .main-screen--title {
  width: 100%;
}

.order-form {
  margin-bottom: 7rem;
}

.order-form .order-form--wrapper {
  width: 76rem;
}

.main-signin {
  padding: 9.875rem 0 7rem 0;
}

.main-signin--wrapper {
  width: 28rem;
  margin: 0 auto;
}

.form-signin {
  padding: 0 1.5rem 3rem 1.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.form-signin--title p {
  font-family: 'Source Serif Pro';
  font-weight: 700;
  font-size: 4rem;
  line-height: 5rem;
  color: #010101;
  margin-bottom: 3.25rem;
  text-align: center;
}

.form-sign--input {
  position: relative;
  margin-bottom: 2rem;
}
.notfound--form{
  position: relative;
}
.notfound--form .error-alert{
  top: 60px;
}
.notfound--form-success{
  font-weight: 600;
}
.form-sign--input label {
  position: absolute;
  bottom: 0.5rem;
  left: 0;
  padding: 0.5rem 0 0 1rem;
  pointer-events: none;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  font-family: "Poppins";
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #888;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.form-sign--input input {
  width: 100%;
  outline: none;
  border: 1px solid #E6E3E2;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1.5rem 1rem 0.5rem 1rem;
  font-family: "Poppins";
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
}

.form-sign--input input::-webkit-input-placeholder {
  color: #010101;
}

.form-sign--input input::-moz-placeholder {
  color: #010101;
}

.form-sign--input input:-moz-placeholder {
  color: #010101;
}

.form-sign--input input:-ms-input-placeholder {
  color: #010101;
}

.form-sign--input input:focus ~ label,
.form-sign--input input:valid ~ label {
  top: -4px;
  font-size: 0.625rem;
}

.form-sign--input input:focus {
  border: 1px solid #F09069;
}

.form-sign--submit {
  margin-bottom: 3.5rem;
}

.form-sign--submit button {
  width: 100%;
  color: #fff;
  font-family: "Poppins";
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.75rem;
  border: none;
  background-color: #010101;
  border-radius: 40px;
  padding: 0.75rem 0;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.form-sign--submit button:hover {
  background-color: #00B67A;
  cursor: pointer;
}

.form-sign--signup span {
  display: block;
  text-align: center;
  color: #010101;
  line-height: 1rem;
  font-weight: 500;
  margin-bottom: 2.125rem;
}

.form-sign--signup a {
  display: inline-block;
  width: 100%;
  text-align: center;
  text-decoration: none;
  color: #010101;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.75rem;
  padding: 0.6875rem 0;
  border: 1px solid #000000;
  border-radius: 40px;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  margin-bottom: 3.25rem;
}

.form-sign--signup a:hover {
  color: #F09069;
  border: 1px solid #F09069;
}

.form-sign--password a {
  display: block;
  text-decoration: none;
  text-align: center;
  color: #F09069;
  font-weight: 500;
  line-height: 1rem;
}

.form-sign--password a:hover {
  text-decoration: underline;
}

.notfound {
  padding: 9.875rem 0 20.5rem 0;
}

.notfound .notfound--wrapper {
  width: 21rem;
  margin: 0 auto;
  text-align: center;
}

.notfound .notfound--title {
  margin-bottom: 3.875rem;
}

.notfound .notfound--title h1 {
  display: inline-block;
  font-family: "Source Serif Pro";
  color: #010101;
  font-size: 6rem;
  line-height: 7.5rem;
  margin-bottom: 3.25rem;
  position: relative;
}

.notfound .notfound--title h1:after {
  content: '';
  position: absolute;
  background: url("../img/notfound-title-after.svg");
  width: 10.875rem;
  height: 10.625rem;
  background-repeat: no-repeat;
  top: -50px;
  left: 0;
  z-index: -1;
}

.notfound .notfound--title p {
  line-height: 1rem;
  color: #010101;
}

.notfound .notfound--title p:nth-child(2) {
  margin-bottom: 0.5rem;
}

.notfound .notfound--title span {
  color: #F09069;
}

.main-policy {
  padding-top: 9.875rem;
  margin-bottom: 3rem;
}

.main-policy .howitworks--wrapper .main-screen--title {
  width: 100%;
}

.main-policy .howitworks--wrapper .main-screen--title span:nth-child(2) {
  display: block;
  margin-bottom: 1.5rem;
}

.policy-terms {
  margin-bottom: 7rem;
}

/*.policy-terms .policy-terms--content p:first-child {*/
/*  font-family: "Source Serif Pro";*/
/*  font-size: 2rem;*/
/*  line-height: 3rem;*/
/*  font-weight: 700;*/
/*  color: #010101;*/
/*  margin-bottom: 1.625rem;*/
/*}*/

.policy-terms .policy-terms--content ul li,
.policy-terms .policy-terms--content ol li
{
  padding-left: 1.4375rem;
  margin-bottom: 1.625rem;
  position: relative;
}

.policy-terms .policy-terms--content ol{
  counter-reset: section;
  list-style-type: none;
  padding-left: 0;
}

.policy-terms .policy-terms--content ul{
  margin-top: 16px;
  margin-bottom: 16px;
}
.policy-terms .policy-terms--content ol li:before{
  position: absolute;
  counter-increment: section;
  content: counters(section,".") " ";
  left: 0;
  width: 0.5rem;
  height: 0.5rem;
  color: #F09069;

}

.policy-terms .policy-terms--content ul li:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0.5rem;
  width: 0.5rem;
  height: 0.5rem;
  background-color: #F09069;
  border-radius: 50%;
}

.cta-policy {
  margin-bottom: 2rem;
}

.fixed-elements {
  display: none;
  position: fixed;
  right: 3.75rem;
  bottom: 7.625rem;
}

.fixed-elements .fixed-elements--calculator {
  width: 6.25rem;
  height: 6.25rem;
  background-color: #F09069;
  border-radius: 50%;
  z-index: 100;
  background-image: url("../img/fixed-elem-calculator.svg");
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 1.375rem;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.fixed-elements .fixed-elements--calculator:hover {
  background-color: #FD895B;
  cursor: pointer;
}

.fixed-elements .fixed-elements--top {
  width: 6.25rem;
  height: 6.25rem;
  background-color: #010101;
  border-radius: 50%;
  z-index: 100;
  background-image: url("../img/fixed-elem-top.svg");
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.fixed-elements .fixed-elements--top a {
  display: block;
  width: 100%;
  height: 100%;
}

.fixed-elements .fixed-elements--top:hover {
  background-color: #F09069;
  cursor: pointer;
}

.display {
  display: block;
}

.fixed-calculator {
  display: none;
  padding: 0;
  margin: 0;
  position: fixed;
  bottom: 100px;
  right: 180px;
  z-index: 100;
  margin-bottom: 0;
}

.fixed-calculator .form {
  position: relative;
}

.fixed-calculator .form:after {
  display: none;
}

.fixed-calculator .form:before {
  content: '';
  background: url("../img/calculator-fixed-after.svg");
  z-index: 1000;
  width: 32px;
  height: 30px;
  position: absolute;
  right: -32px;
  top: 50%;
  background-repeat: no-repeat;
}

.fixed-calculator .form .form--calculator {
  margin-left: 0;
  -webkit-box-shadow: 0px 4px 80px rgba(0, 0, 0, 0.05), 0px 17px 46.8519px rgba(0, 0, 0, 0.0531481), 0px 38.5185px 25.4815px rgba(0, 0, 0, 0.0425185), 0px 20px 13px rgba(0, 0, 0, 0.035), 0px 0px 6.51852px rgba(0, 0, 0, 0.0274815), 0px 1.85185px 3.14815px rgba(0, 0, 0, 0.0168519);
          box-shadow: 0px 4px 80px rgba(0, 0, 0, 0.05), 0px 17px 46.8519px rgba(0, 0, 0, 0.0531481), 0px 38.5185px 25.4815px rgba(0, 0, 0, 0.0425185), 0px 20px 13px rgba(0, 0, 0, 0.035), 0px 0px 6.51852px rgba(0, 0, 0, 0.0274815), 0px 1.85185px 3.14815px rgba(0, 0, 0, 0.0168519);
}

.fixed-calculator .form .form--calculator:before {
  display: none;
}

.fixed-calculator .form .form--calculator .input .options-level {
  height: 268px;
}

.fixed-calculator .form .form--calculator .form--type .options-type {
  height: 194px;
}

.fixed-calculator .form .form--calculator .form--deadline-pages .deadline .options-deadline {
  height: 118px;
}

.active_fixed_calculator {
  display: block;
}

.custom-input {
  display: block;
  margin-bottom: 3rem;
}

.custom-input .input {
  width: 100%;
  border: 1px solid #010101;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
  padding: 1rem;
  position: relative;
  background: url("../img/cta_input_arrow.svg");
  background-repeat: no-repeat;
  background-position: 95% center;
  font-weight: 500;
}

.custom-input .input p {
  color: #010101;
  font-family: "Poppins";
  font-size: 22px;
  line-height: 1.5rem;
}

.custom-input .input:hover {
  cursor: pointer;
}

.custom-input .input .form--options {
  display: none;
  position: absolute;
  width: 100%;
  height: 165px;
  overflow: auto;
  background-color: #fff;
  z-index: 10;
  top: 63px;
  left: 0;
  -webkit-box-shadow: 0px 4px 80px rgba(0, 0, 0, 0.05), 0px 5px 46.8519px rgba(0, 0, 0, 0.0531481), 0px 20px 25.4815px rgba(0, 0, 0, 0.0425185), 0px 20px 13px rgba(0, 0, 0, 0.035), 0px 0px 6.51852px rgba(0, 0, 0, 0.0274815), 0px 1.85185px 3.14815px rgba(0, 0, 0, 0.0168519);
          box-shadow: 0px 4px 80px rgba(0, 0, 0, 0.05), 0px 5px 46.8519px rgba(0, 0, 0, 0.0531481), 0px 20px 25.4815px rgba(0, 0, 0, 0.0425185), 0px 20px 13px rgba(0, 0, 0, 0.035), 0px 0px 6.51852px rgba(0, 0, 0, 0.0274815), 0px 1.85185px 3.14815px rgba(0, 0, 0, 0.0168519);
  border-radius: 8px;
}

.custom-input .input .form--options ul {
  padding-right: 1rem;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.custom-input .input .form--options ul li {
  padding: 0.5rem 0 0.5rem 1rem;
  border-bottom: 1px solid #FFEDE6;
  color: #010101;
  position: relative;
  font-weight: 400;
}

.custom-input .input .form--options ul li:hover {
  background-color: #FFEDE6;
  color: #F09069;
}

.custom-input .input .form--options ul .checkedOption:after {
  content: '';
  position: absolute;
  background-image: url("../img/checked_input.svg");
  width: 18px;
  height: 18px;
  margin-left: 8px;
}

.custom-input .input .active_options {
  display: block;
}

.custom-input .active-input {
  border: 1px solid #F09069;
  background-image: url("../img/arrow_orange_input.svg");
}

.simplebar-track.simplebar-vertical {
  width: 16px;
}

.simplebar-track.simplebar-vertical .simplebar-scrollbar::before {
  width: 8px;
  background-color: #F09069;
  opacity: 1;
  border-radius: 4px;
  left: 4px;
  right: 4px;
  top: 5px;
  bottom: 5px;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

@media screen and (min-width: 1925px) {
  .reviews .reviews--content .containers-frame {
    margin: 0 auto;
  }
  .cta-form:after {
    display: none;
  }
  .cta-policy {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 1800px) {
  .popular-services:before {
    display: none;
  }
}

@media screen and (max-width: 1440px) {
  .howitworks .container-frame .howitworks--wrapper .howitworks--tabs-nav ul li {
    width: 30%;
  }
  .howitworks .container-frame .howitworks--wrapper .howitworks-tabs .tab-item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .howitworks .container-frame .howitworks--wrapper .howitworks-tabs .tab-item:before {
    left: -50px;
  }
  .howitworks .container-frame .howitworks--wrapper .howitworks-tabs .tab-item .howitworks-tabs--image {
    margin-bottom: 48px;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .howitworks .container-frame .howitworks--wrapper .howitworks-tabs .tab-item .howitworks-tabs--description {
    width: 50%;
    margin: 0 auto;
  }
  .howitworks .container-frame .howitworks--wrapper .howitworks-tabs .tab-item .howitworks-tabs--description:after {
    display: none;
  }
  .howitworks .container-frame .howitworks--wrapper .howitworks-tabs .tab-item .howitworks-tabs--description a {
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .popular-services:before {
    display: none;
  }
  .reviews .reviews--content .containers-frame {
    width: 90%;
  }
  .reviews .reviews--content .containers-frame .review--wrapper .reviews--slider {
    width: 50%;
  }
  .reviews .reviews--content .containers-frame .review--wrapper .reviews--comments {
    width: 48%;
  }
  .cta .container-frame {
    width: 76rem;
  }
  .about-address .containers-frame {
    max-width: 92%;
  }
  .about-address .about-address-wrapper .address-image {
    width: 50%;
    height: 526px;
  }
  .about-address .about-address-wrapper .address-image img {
    -o-object-fit: cover;
       object-fit: cover;
  }
  .cta-form:after {
    width: 100%;
    right: 0;
  }
  .fixed-elements {
    right: 1rem;
  }
  .fixed-elements .fixed-elements--calculator {
    width: 70px;
    height: 70px;
  }
  .fixed-elements .fixed-elements--top {
    width: 70px;
    height: 70px;
  }
  .main-howitworks-tabs:after {
    /*right: 0;*/
    top: 15%;
  }
  .fixed-calculator {
    right: 110px;
    bottom: 55px;
  }
  .about-cta-form:before {
    left: 1rem;
  }
  .notfound {
    padding-bottom: 7rem;
  }
}

@media screen and (max-width: 1200px) {
  .main-howitworks-tabs:after {
    right: 0;
  }
  .container-frame {
    max-width: 90%;
  }
  .main-screen {
    margin-bottom: 5.5rem;
  }
  .main-screen .main-screen--wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .main-screen .main-title {
    width: 100%;
    margin-bottom: 5.625rem;
  }
  .main-screen .main-title .main-title--text p {
    width: 100%;
  }
  .main-screen .main-title .main-title--reviews {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .main-screen .main-title .main-title--rated {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .main-screen .form {
    margin: 0 auto;
  }
  .main-screen .form:after {
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    top: -5.625rem;
  }
  .main-screen .form .form--calculator {
    width: 31rem;
    margin: 0;
  }
  .main-screen .form .form--calculator:before {
    display: none;
  }
  .main-screen .form .form--calculator .form--discount:after {
    width: 31rem;
  }
  .main-screen .form .form--calculator .form--discount .get-discount .input-discount input {
    width: 22.9rem;
  }
  .main-screen .form .form--calculator .form--discount .get-discount .info-security {
    top: -100px;
  }
  .main-screen .form .form--calculator .form--price-order {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .advantages .advantages--wrapper:after {
    width: 1080px;
  }
  .features .features--wrapper .features--experience:after {
    display: none;
  }
  .free-features {
    margin-bottom: 5.5rem;
  }
  .free-features .free-features--wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .free-features .free-features--wrapper .free-features--image {
    margin-right: 0;
    margin: 0 auto;
    margin-bottom: 2rem;
  }
  .free-features .free-features--wrapper .free-features--description {
    width: 100%;
  }
  .free-features .free-features--wrapper .free-features--description .free-features--item {
    margin-left: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .free-features .free-features--wrapper .free-features--description .free-features--item::before {
    left: 0;
  }
  .free-features .free-features--wrapper .free-features--description .free-features--item p {
    margin-right: 0;
    padding-left: 44px;
  }
  .howitworks {
    margin-bottom: 5.5rem;
    position: relative;
    overflow: hidden;
  }
  .howitworks:after {
    content: '';
    width: 100%;
    height: 100%;
    background-color: #010101;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    border-radius: 8px;
    -webkit-box-shadow: 0px 4px 80px rgba(0, 0, 0, 0.05), 0px 17px 46.8519px rgba(0, 0, 0, 0.0531481), 0px 38.5185px 25.4815px rgba(0, 0, 0, 0.0425185), 0px 20px 13px rgba(0, 0, 0, 0.035), 0px 0px 6.51852px rgba(0, 0, 0, 0.0274815), 0px 1.85185px 3.14815px rgba(0, 0, 0, 0.0168519);
            box-shadow: 0px 4px 80px rgba(0, 0, 0, 0.05), 0px 17px 46.8519px rgba(0, 0, 0, 0.0531481), 0px 38.5185px 25.4815px rgba(0, 0, 0, 0.0425185), 0px 20px 13px rgba(0, 0, 0, 0.035), 0px 0px 6.51852px rgba(0, 0, 0, 0.0274815), 0px 1.85185px 3.14815px rgba(0, 0, 0, 0.0168519);
  }
  .howitworks .container-frame {
    max-width: 90%;
  }
  .howitworks .container-frame .howitworks--wrapper {
    background: none;
    padding: 3.875rem 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .howitworks .container-frame .howitworks--wrapper .howitworks--tabs-nav ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .howitworks .container-frame .howitworks--wrapper .howitworks--tabs-nav ul li:last-child {
    margin-bottom: 0;
  }
  .howitworks .container-frame .howitworks--wrapper .howitworks--tabs-nav ul li {
    width: 100%;
    margin-bottom: 2.625rem;
  }
  .howitworks .container-frame .howitworks--wrapper .howitworks-tabs {
    margin-bottom: 0;
  }
  .howitworks .container-frame .howitworks--wrapper .howitworks-tabs .tab-item .howitworks-tabs--image {
    margin-bottom: 3rem;
  }
  .howitworks .container-frame .howitworks--wrapper .howitworks-tabs .tab-item .howitworks-tabs--image img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .howitworks .container-frame .howitworks--wrapper .howitworks-tabs .tab-item .howitworks-tabs--description {
    width: 60%;
  }
  .howitworks .container-frame .howitworks--wrapper .howitworks-tabs .tab-item .howitworks-tabs--description p {
    margin-bottom: 2.875rem;
  }
  .cta-form {
    margin-bottom: 5.5rem;
  }
  .cta-form .cta-form--form {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 2.5625rem 2.125rem 3.4375rem  2.125rem;
  }
  .cta-form .cta-form--form .cta-form--title {
    padding-left: 6.3125rem;
    margin-bottom: 2.25rem;
  }
  .cta-form .cta-form--form .cta-form--title:before {
    width: 86px;
    height: 100px;
    background-position: center;
  }
  .footer .footer--payments .footer--wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .reviews {
    margin-bottom: 5.5rem;
  }
  .reviews .reviews--title {
    margin-bottom: 4rem;
  }
  .reviews .reviews--title p {
    width: 100%;
  }
  .reviews .reviews--title span {
    margin-bottom: 1.625rem;
  }
  .reviews .reviews--content .container-frame .review--wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .reviews .reviews--content .container-frame .review--wrapper .reviews--slider {
    width: 30.5rem;
    margin: 0 auto;
    margin-bottom: 4rem;
  }
  .reviews .reviews--content .container-frame .review--wrapper .reviews--slider video {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .reviews .reviews--content .container-frame .review--wrapper .reviews--slider .slick-list {
    margin: 0;
  }
  .reviews .reviews--content .container-frame .review--wrapper .reviews--comments {
    width: 100%;
  }
  .reviews .reviews--content .container-frame .review--wrapper .reviews--comments .comment-block {
    margin: 0 10px;
    margin-bottom: 0;
  }
  .reviews .reviews--content .container-frame .review--wrapper .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .reviews .reviews--content .container-frame .review--wrapper .slick-list {
    overflow: hidden;
    margin: 0 -10px;
  }
  .reviews .reviews--content .container-frame .review--wrapper .slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 2.875rem;
  }
  .reviews .reviews--content .container-frame .review--wrapper .slick-dots li:last-child {
    margin-right: 0;
  }
  .reviews .reviews--content .container-frame .review--wrapper .slick-dots li {
    width: 1rem;
    height: 1rem;
    background-color: #D1D1D1;
    border-radius: 50%;
    margin-right: 0.625rem;
  }
  .reviews .reviews--content .container-frame .review--wrapper .slick-dots button {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: none;
    font-size: 0;
  }
  .reviews .reviews--content .container-frame .review--wrapper .slick-dots .slick-active {
    background-color: #F09069;
  }
  .cta {
    padding-top: 4rem;
  }
  .cta .container-frame .cta--wrapper .cta--title-btns {
    width: 60%;
    margin-bottom: 4.375rem;
  }
  .footer .footer--links .footer--wrapper .footer--block-btn .footer-btns a:first-child {
    margin-right: 0;
    margin-bottom: 1rem;
  }
  .footer .footer--payments {
    padding: 2.9375rem 0;
  }
  .footer .footer--payments .footer--wrapper .payments {
    margin-right: 6rem;
  }
  .footer .footer--payments .footer--wrapper .secured {
    margin-right: 0;
  }
  .footer .footer--payments .footer--wrapper .awards {
    margin-top: 3.375rem;
    width: 100%;
  }
  .main-howitworks-tabs:after {
    top: 30%;
  }
  .main-howitworks-tabs .howitworks-tabs--wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .main-howitworks-tabs .howitworks-tabs--wrapper .howitworks-tabs--nav {
    width: 100%;
    margin-top: 0;
  }
  .main-howitworks-tabs .howitworks-tabs--wrapper .howitworks--image {
    margin: 0 auto;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .main-howitworks-tabs .howitworks-tabs--wrapper .howitworks--image .howitworks-tab-image {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .howitworks-features {
    margin-bottom: 0;
  }
  .howitworks-features .free-features--wrapper .free-features--image {
    margin-left: 0;
    width: 100%;
  }
  .howitworks-features .free-features--wrapper .free-features--description .free-features--item {
    margin-left: 0;
  }
  .fixed-calculator {
    margin-bottom: 0;
  }
  .fixed-calculator .form .form--calculator {
    width: 24rem;
  }
  .about-team .about-team-wrapper div:nth-child(5) {
    margin-right: 0;
  }
  .about-team .about-team-wrapper div:nth-child(6) {
    margin-right: 1.9rem;
  }
  .about-address .containers-frame {
    max-width: 98%;
  }
  .about-address .containers-frame .about-address-wrapper .address-text {
    max-width: 68%;
  }
  .about-cta-form {
    margin-bottom: 0;
  }
  .prices-tabs .prices-tabs--nav ul li {
    width: 30%;
  }
  .prices-tabs .prices-tabs--nav ul li a {
    width: 100%;
  }
  .prices-features {
    padding-bottom: 270px;
    background-image: url("../img/prices-features.svg");
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: bottom;
    margin-bottom: 7rem;
  }
  .prices-features .free-features--wrapper .free-features--image {
    height: auto;
  }
  .prices-features .free-features--wrapper .free-features--image img {
    display: none;
  }
  .prices-features .free-features--wrapper .free-features--image p {
    width: 60%;
  }
  .extras .extras--wrapper .extra-block:nth-child(4) {
    margin-bottom: 2rem;
  }
  .extras .extras--wrapper .extra-block {
    width: 45%;
  }
  .order-form .order-form--wrapper {
    width: 100%;
    position: relative;
  }
  /*.order-form .order-form--wrapper img {*/
  /*  position: absolute;*/
  /*  top: 0;*/
  /*  left: 0;*/
  /*  -o-object-fit: contain;*/
  /*     object-fit: contain;*/
  /*  width: 100%;*/
  /*  height: 100%;*/
  /*}*/
  .samples .samples--wrapper div:nth-child(5) {
    margin-bottom: 2.125rem;
  }
  .samples .samples--wrapper .sample-block {
    width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .samples .samples--wrapper .sample-block .sample-block--btns {
    margin-right: 2.5rem;
  }
  .main-howitworks-tabs .howitworks-tabs--nav ul li .howitworks-tab-item {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .main-howitworks-tabs .howitworks-tabs--nav ul li .howitworks-tab-item a {
    width: 90%;
  }
}

@media screen and (max-width: 1024px) {
  .container-frame {
    max-width: 90%;
  }
  .advantages {
    margin-bottom: 5.5rem;
  }
  .advantages .advantages--wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    background: none;
  }
  .advantages .advantages--wrapper:after {
    content: '';
    width: 100%;
    height: 100%;
    background-color: #F8F7F8;
    left: 0;
    top: 0;
    z-index: -1;
  }
  .advantages .advantages--wrapper:before {
    content: '';
    background-image: url("../img/advantages_tablet.svg");
    position: absolute;
    left: 0;
    bottom: -12px;
    width: 100%;
    height: 12px;
    background-repeat: no-repeat;
    background-position: center;
  }
  .advantages .advantages--wrapper div:first-child {
    padding-top: 3.125rem;
    padding-bottom: 2rem;
  }
  .advantages .advantages--wrapper div:nth-child(2) {
    padding-bottom: 2rem;
  }
  .advantages .advantages--wrapper div:last-child {
    padding-bottom: 3.125rem;
  }
  .advantages .advantages--wrapper .advantage-block {
    width: 100%;
    text-align: center;
    padding: 0;
    width: 60%;
    margin: 0 auto;
  }
  .advantages .advantages--wrapper .advantage-block p {
    margin-bottom: 1.875rem;
  }
  .features {
    margin-bottom: 5.5rem;
  }
  .features .features--wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .features .features--wrapper .features--services {
    width: 100%;
    margin-bottom: 3.125rem;
  }
  .features .features--wrapper .features--services p {
    width: 70%;
  }
  .features .features--wrapper .features--experience {
    width: 100%;
  }
  .popular-services {
    margin-bottom: 5.5rem;
  }
  .popular-services .popular-services--wrapper .popular-services--title {
    margin-bottom: 4rem;
  }
  .popular-services .popular-services--wrapper .popular-services--blocks {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .popular-services .popular-services--wrapper .popular-services--blocks div:nth-child(10) {
    margin-bottom: 2rem;
  }
  .popular-services .popular-services--wrapper .popular-services--blocks .popular-service {
    width: 45%;
    padding: 1.75rem;
    margin-bottom: 2rem;
  }
  .popular-services .popular-services--wrapper .popular-services--blocks .popular-service:hover:after {
    top: 30px;
  }
  .cta-form {
    margin-bottom: 5.5rem;
  }
  .cta-form .cta-form--form {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 2.5625rem 2.125rem 3.4375rem  2.125rem;
  }
  .cta-form .cta-form--form .cta-form--title {
    padding-left: 6.3125rem;
    margin-bottom: 2.25rem;
  }
  .cta-form .cta-form--form .cta-form--title:before {
    width: 86px;
    height: 100px;
    background-position: center;
  }
  .faq {
    margin-bottom: 5.5rem;
  }
  .cta {
    padding-bottom: 29.125rem;
    background-position-x: center;
  }
  .footer .footer--links {
    padding: 3.625rem 0;
  }
  .footer .footer--links .footer--wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .footer .footer--links .footer--wrapper div:first-child {
    margin-right: 0;
  }
  .footer .footer--links .footer--wrapper div:nth-child(2) {
    margin-right: 0;
  }
  .footer .footer--links .footer--wrapper div:nth-child(3) {
    margin-right: 0;
  }
  .footer .footer--links .footer--wrapper .footer--block-btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer .footer--links .footer--wrapper .footer--block-btn .footer-btns {
    margin-right: 0;
    margin-bottom: 1.75rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer .footer--links .footer--wrapper .footer--block-btn .footer-btns a:first-child {
    margin-right: 0;
    margin-bottom: 1rem;
  }
  .footer .footer--links .footer--wrapper .footer--block-btn .footer-contacts {
    text-align: left;
  }
  .footer .footer--payments .footer--wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .main-about .howitworks--wrapper .main-screen--title {
    width: 100%;
  }
  .main-about .howitworks--wrapper .main-screen--image {
    margin: 0 auto;
  }
  .about-team .about-team-wrapper div:nth-child(4) {
    margin-right: 0;
  }
  .about-team .about-team-wrapper div:nth-child(5) {
    margin-right: 1.9rem;
  }
  .about-team .about-team-wrapper div:nth-child(8) {
    margin-right: 0;
  }
  .about-address {
    margin-bottom: 0;
  }
  .about-address .containers-frame {
    max-width: 100%;
  }
  .about-address .about-address-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .about-address .about-address-wrapper .address-text {
    width: 100%;
    padding-left: 0;
    padding: 5.875rem 0;
  }
  .about-address .about-address-wrapper .address-text .containers-frame {
    max-width: 90%;
    margin: 0 auto;
  }
  .about-address .about-address-wrapper .address-image {
    width: 100%;
    height: 638px;
  }
  .about-cta-form {
    margin-bottom: 0;
  }
  .main-faq {
    padding-top: 8rem;
  }
  .main-faq .howitworks--wrapper .main-screen--title {
    width: 100%;
    margin-bottom: 2.125rem;
  }
  .main-faq .howitworks--wrapper .main-screen--title h1 {
    margin-bottom: 2.125rem;
  }
  .main-faq .howitworks--wrapper .main-screen--image {
    margin: 0 auto;
  }
  .main-howitworks-tabs {
    margin-bottom: 4.125rem;
  }
  .main-howitworks-tabs:after {
    top: 65%;
  }
  /*.main-howitworks-tabs .howitworks-tabs--nav ul li {*/
  /*  padding-bottom: 3rem;*/
  /*}*/
  /*.main-howitworks-tabs .howitworks-tabs--nav ul li span {*/
  /*  margin-top: 1.5rem;*/
  /*}*/
  .main-howitworks-tabs .howitworks-tabs--wrapper .howitworks--image{
    margin-top: 50px;
  }
  .main-howitworks-tabs .howitworks-tabs--nav ul li .howitworks-tab-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .main-howitworks-tabs .howitworks-tabs--nav ul li .howitworks-tab-item a {
    width: 90%;
  }
}

@media screen and (max-width: 1000px) {
  .disableScroll {
    overflow: hidden;
    touch-action: none;
    -ms-touch-action: none;
  }
  .header .header--wrapper .header--nav {
    display: none;
  }
  .header .header--wrapper .header--logo {
    width: 162px;
  }
  .header .header--wrapper .header--mobile-menu {
    display: block;
    height: 2.5rem;
    width: 2.5rem;
    background: url("../img/menu-mobile.svg");
    background-position: center;
    background-repeat: no-repeat;
  }
  .header .header--wrapper .closeMenu {
    background: url("../img/mobile-close.svg");
  }
  .header .header--wrapper .header--mobile-nav {
    width: 100%;
    position: fixed;
    background-color: #fff;
    z-index: 999;
    height: 100%;
    top: 0;
    left: 0;
    margin-top: 5.375rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
    display: none;
  }
  .header .header--wrapper .header--mobile-nav ul {
    display: inline-block;
    position: relative;
    padding-top: 3.375rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    text-align: center;
    height: 480px;
  }
  .header .header--wrapper .header--mobile-nav ul li:last-child {
    display: none;
  }
  .header .header--wrapper .header--mobile-nav ul li:nth-child(6) {
    margin-bottom: 0;
  }
  .header .header--wrapper .header--mobile-nav ul li {
    margin-bottom: 2.125rem;
  }
  .header .header--wrapper .header--mobile-nav ul li a {
    text-decoration: none;
    color: #010101;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 600;
    text-transform: uppercase;
  }
  .header .header--wrapper .header--mobile-nav ul li a:hover {
    color: #F09069;
  }
  .header .header--wrapper .active-mobile-header {
    display: block;
  }
  .main-howitworks {
    padding-top: 8rem;
    margin-bottom: 5.5rem;
  }
  .main-howitworks .howitworks--wrapper .main-screen--title {
    width: 100%;
    margin-bottom: 3.625rem;
  }
  .main-howitworks .howitworks--wrapper .main-screen--title h1 {
    margin-bottom: 2.125rem;
  }
  .main-howitworks .howitworks--wrapper .main-screen--image {
    margin: 0 auto;
  }
  .howitworks-features {
    padding: 3.75rem 0 4.625rem 0;
  }
  .howitworks-features .free-features--wrapper .free-features--image {
    margin-bottom: 5rem;
  }
  .howitworks-features .free-features--wrapper .free-features--image p {
    width: 70%;
  }
  .howitworks-features .free-features--wrapper .free-features--description p:first-child {
    margin-bottom: 3.5rem;
  }
  .howitworks-features .free-features--wrapper .free-features--description .free-features--item {
    margin-bottom: 1.4375rem;
  }
  .howitworks-features .free-features--wrapper .free-features--description .free-features--item p:first-child {
    margin-bottom: 0;
  }
  .about-team .about-team-wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .about-team .about-team-wrapper div:nth-child(5) {
    margin-right: 0;
  }
  .about-team .about-team-wrapper div:nth-child(6) {
    margin-right: 0;
  }
  .about-team .about-team-wrapper .team-member {
    margin-right: 0;
    width: 11.125rem;
  }
  .about-team .about-team-wrapper .team-member .member-photo {
    margin: 0 auto;
    margin-bottom: 0.75rem;
  }
  .about-advantages .about-advantages--wrapper div:nth-child(3) {
    margin-bottom: 4.625rem;
  }
  .about-advantages .about-advantages--wrapper .about-advantage {
    width: 100%;
    text-align: center;
    margin-bottom: 4.625rem;
  }
  .about-advantages .about-advantages--wrapper .about-advantage p {
    margin-bottom: 3.125rem;
  }
  .prices-tabs .prices-tabs--nav {
    margin-bottom: 3.5rem;
  }
  .prices-tabs .prices-tabs--nav ul li {
    width: 218px;
  }
  .prices-tabs .prices-tabs--nav ul li a {
    padding: 1rem;
    line-height: 2rem;
  }

  .prices-tabs .prices-tabs--nav ul li a span:after{
    content: ' ';
  }

  .prices-tabs .prices-tabs--tables .price-tab-table .price-range {
    display: none;
  }
  .prices-tabs .prices-tabs--tables .price-tab-table .custom-input {
    display: block;
    margin-bottom: 30px;
  }
  .prices-tabs .prices-tabs--tables .price-tab-table .custom-input .input {
    width: 100%;
    border: 1px solid #010101;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 4px;
    padding: 1rem;
    position: relative;
    background: url("../img/cta_input_arrow.svg");
    background-repeat: no-repeat;
    background-position: 95% center;
    font-weight: 500;
    color: #010101;
    font-family: "Poppins";
    font-size: 22px;
    line-height: 1.5rem;
  }
  .prices-tabs .prices-tabs--tables .price-tab-table .custom-input .input p {
    color: #010101;
    font-family: "Poppins";
    font-size: 22px;
    line-height: 1.5rem;
  }
  .prices-tabs .prices-tabs--tables .price-tab-table .custom-input .input:hover {
    cursor: pointer;
  }
  .prices-tabs .prices-tabs--tables .price-tab-table .custom-input .input .form--options {
    display: none;
    position: absolute;
    width: 100%;
    height: 165px;
    overflow: auto;
    background-color: #fff;
    z-index: 10;
    top: 63px;
    left: 0;
    -webkit-box-shadow: 0px 4px 80px rgba(0, 0, 0, 0.05), 0px 5px 46.8519px rgba(0, 0, 0, 0.0531481), 0px 20px 25.4815px rgba(0, 0, 0, 0.0425185), 0px 20px 13px rgba(0, 0, 0, 0.035), 0px 0px 6.51852px rgba(0, 0, 0, 0.0274815), 0px 1.85185px 3.14815px rgba(0, 0, 0, 0.0168519);
            box-shadow: 0px 4px 80px rgba(0, 0, 0, 0.05), 0px 5px 46.8519px rgba(0, 0, 0, 0.0531481), 0px 20px 25.4815px rgba(0, 0, 0, 0.0425185), 0px 20px 13px rgba(0, 0, 0, 0.035), 0px 0px 6.51852px rgba(0, 0, 0, 0.0274815), 0px 1.85185px 3.14815px rgba(0, 0, 0, 0.0168519);
    border-radius: 8px;
  }
  .prices-tabs .prices-tabs--tables .price-tab-table .custom-input .input .form--options ul {
    padding-right: 1rem;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .prices-tabs .prices-tabs--tables .price-tab-table .custom-input .input .form--options ul li {
    padding: 0.5rem 0 0.5rem 1rem;
    border-bottom: 1px solid #FFEDE6;
    color: #010101;
    position: relative;
    font-weight: 400;
  }
  .prices-tabs .prices-tabs--tables .price-tab-table .custom-input .input .form--options ul li:hover {
    background-color: #FFEDE6;
    color: #F09069;
  }
  .prices-tabs .prices-tabs--tables .price-tab-table .custom-input .input .form--options ul .checkedOption:after {
    content: '';
    position: absolute;
    background-image: url("../img/checked_input.svg");
    width: 18px;
    height: 18px;
    margin-left: 8px;
  }
  .prices-tabs .prices-tabs--tables .price-tab-table .custom-input .input .active_options {
    display: block;
  }
  .prices-tabs .prices-tabs--tables .price-tab-table .custom-input .active-input {
    border: 1px solid #F09069;
    background-image: url("../img/arrow_orange_input.svg");
  }
  .prices-features {
    padding-bottom: 17.125rem;
  }
  .main-order .howitworks--wrapper .main-screen--title {
    margin-bottom: 0;
  }
  .about-address .containers-frame .about-address-wrapper .address-text {
    max-width: 100%;
  }
}

@media screen and (max-width: 926px) {
  .fixed-elements {
    display: none;
  }
  .main-howitworks-tabs .howitworks--image .howitworks-tab-image {
    width: 100%;
    height: auto;
  }
  .main-howitworks-tabs .howitworks--image .howitworks-tab-image img {
    width: 100%;
    height: 100%;
  }
}

@media screen and (max-width: 768px) {
  .main-howitworks-tabs .howitworks-tabs--nav ul li svg.arrow{
    top: 10px
  }
  .main-screen {
    padding-top: 8rem;
  }
  .main-screen .form:after {
    content: '';
    top: -2rem;
  }
  .main-screen .container-frame {
    max-width: 80%;
  }
  .main-screen .main-title .main-title--text p {
    width: 70%;
  }
  .features .features--wrapper .features--experience {
    padding: 2.625rem 1.5rem;
  }
  .popular-services .popular-services--wrapper .popular-services--blocks .popular-service {
    width: 48%;
  }
  .reviews .reviews--content .containers-frame .review--wrapper .reviews--slider .slick-list {
    margin: 0 -15px;
  }
  .reviews .reviews--content .containers-frame .review--wrapper .reviews--slider .slide-review {
    margin: 0 15px;
  }
  .howitworks .container-frame .howitworks--wrapper .howitworks--tabs-nav ul li {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .howitworks .container-frame .howitworks-tabs div:first-child .howitworks-tabs--image {
    height: 35.5rem;
  }
  .howitworks .container-frame .howitworks-tabs .tab-item .howitworks-tabs--image {
    height: 27.1875rem;
  }
  .cta-form:before {
    left: -30px;
    top: 30px;
  }
  .cta .container-frame .cta--wrapper .cta--title-btns {
    width: 100%;
  }
  .cta .container-frame .cta--wrapper .cta--title-btns .cta-btns {
    display: inline-block;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .footer .footer-copyright {
    padding-top: 0;
    text-align: left;
  }
  .footer .footer-copyright::before {
    display: none;
  }
  .main-howitworks-tabs .howitworks-tabs--wrapper .howitworks--image:after {
    width: 768px;
    left: -38px;
  }
  .main-about .howitworks--wrapper .main-screen--title {
    margin-bottom: 2.125rem;
  }
  .about-team {
    margin-bottom: 5.5rem;
  }
  .about-team .about-team--title {
    margin-bottom: 3rem;
  }
  .about-team .about-team-wrapper .team-member {
    margin-bottom: 3.75rem;
  }
  .about-team .about-team-wrapper .team-member span {
    width: 100%;
  }
  .about-motto {
    padding: 9.375rem 0;
    margin-bottom: 5.5rem;
  }
  .about-advantages {
    margin-bottom: 5.5rem;
  }
  .about-advantages .about-advantages--title {
    margin-bottom: 3rem;
  }
  .about-cta-form {
    padding-bottom: 5.5rem;
  }
  .about-cta-form .cta-form--form .cta-form--order .cta-form--input .cta--options {
    height: 135px;
  }
  .faq-facts {
    margin-bottom: 5.5rem;
  }
  .faq-facts .faq-facts--wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .faq-facts .faq-facts--wrapper div:nth-child(3) {
    margin-bottom: 0;
  }
  .faq-facts .faq-facts--wrapper div:last-child {
    margin-bottom: 0;
  }
  .faq-facts .faq-facts--wrapper .faq-fact {
    width: 40%;
    margin-bottom: 5.5rem;
  }
  .faq-cta-form {
    margin-bottom: 3rem;
  }
  .main-samples .howitworks--wrapper .main-screen--title {
    margin-bottom: 0.625rem;
  }
  .samples {
    margin-bottom: 5.5rem;
  }
  .cta-samples {
    margin-bottom: 1rem;
  }
  .main-signin {
    padding: 7.5rem 0 3.25rem 0;
  }
  .main-policy {
    margin-bottom: 3rem;
  }
  .main-policy .howitworks--wrapper .main-screen--title {
    margin-bottom: 0;
  }
  .main-policy .howitworks--wrapper .main-screen--title h1 {
    text-align: center;
    line-height: 96px;
  }
  .policy-terms {
    margin-bottom: 5.5rem;
  }
  /*.policy-terms .policy-terms--content p:first-child {*/
  /*  line-height: 2rem;*/
  /*  margin-bottom: 2.6875rem;*/
  /*}*/
  .cta-policy {
    margin-bottom: 1rem;
  }
  .notfound {
    padding: 10.25rem 0 14rem 0;
  }
  .prices-tabs {
    margin-bottom: 5.5rem;
  }
  .prices-tabs .prices-tabs--tables .price-tab-table .price-table .price-row .price-row--content {
    width: 60%;
  }
  .prices-features {
    margin-bottom: 5.5rem;
  }
  .extras {
    margin-bottom: 5.5rem;
  }
  .extras .extras--wrapper .extra-block {
    width: 48%;
    padding: 1.5rem;
  }
  .cta-subscribe {
    margin-bottom: 5.5rem;
  }
  .cta-subscribe .cta-subscribe--wrapper {
    background-position: center;
  }
  .main-order {
    margin-bottom: 5.5rem;
  }
  .order-form {
    margin-bottom: 5.5rem;
  }
}

@media screen and (max-width: 736px) {
  .header {
    padding: 0.75rem 0;
  }
  .header .header--wrapper .header--mobile-nav {
    margin-top: 4rem;
  }
  .main-screen {
    background: url("../img/bg_form.svg");
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: 650px;
    padding-top: 5.5rem;
  }
  .main-screen .container-frame {
    max-width: 90%;
  }
  .main-screen .form:after {
    display: none;
  }
  .popular-services .popular-services--wrapper .popular-services--blocks div:nth-child(11) {
    margin-bottom: 2rem;
  }
  .popular-services .popular-services--wrapper .popular-services--blocks .popular-service {
    width: 100%;
  }
  .cta-form .cta-form--form .cta-form--order {
    display: inline-block;
    margin: 0 auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .cta-form .cta-form--form .cta-form--order .cta-form--input {
    margin-right: 0;
    margin-bottom: 1.5rem;
  }
  .footer .footer--links .footer--wrapper .footer--block-btn {
    width: 100%;
  }
  .footer .footer--links .footer--wrapper .footer--block-btn .footer-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .footer .footer--links .footer--wrapper .footer--block-btn .footer-btns a:first-child {
    margin-right: 1rem;
  }
  .main-howitworks-tabs:after {
    display: none;
  }
  .main-about .howitworks--wrapper .main-screen--image {
    width: 33.25rem;
    height: 22.125rem;
  }
  .main-faq {
    padding-top: 8rem;
  }
  .main-faq .howitworks--wrapper .main-screen--title {
    margin-bottom: 2.125rem;
  }
  .main-faq .howitworks--wrapper .main-screen--image {
    width: 438px;
    height: 360px;
  }
  .prices-tabs .prices-tabs--nav {
    margin-bottom: 1rem;
  }
  .prices-tabs .prices-tabs--nav ul:first-child {
    display: none;
  }
  .prices-tabs .prices-tabs--nav .custom-input-tab {
    display: block;
    margin-bottom: 1rem;
  }
  .prices-tabs .prices-tabs--nav .custom-input-tab .input-tab {
    width: 100%;
    border: 1px solid #010101;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 4px;
    padding: 1rem;
    position: relative;
    background: url("../img/cta_input_arrow.svg");
    background-repeat: no-repeat;
    background-position: 95% center;
    font-weight: 500;
  }
  .prices-tabs .prices-tabs--nav .custom-input-tab .input-tab p {
    color: #010101;
    font-family: "Poppins";
    font-size: 22px;
    line-height: 1.5rem;
  }
  .prices-tabs .prices-tabs--nav .custom-input-tab .input-tab p a {
    display: inline;
    text-decoration: none;
    color: #010101;
    font-family: "Poppins";
    font-size: 22px;
    line-height: 1rem;
  }
  .prices-tabs .prices-tabs--nav .custom-input-tab .input-tab:hover {
    cursor: pointer;
  }
  .prices-tabs .prices-tabs--nav .custom-input-tab .input-tab .form--options {
    display: none;
    position: absolute;
    width: 100%;
    height: 126px;
    overflow: auto;
    background-color: #fff;
    z-index: 10;
    top: 63px;
    left: 0;
    -webkit-box-shadow: 0px 4px 80px rgba(0, 0, 0, 0.05), 0px 5px 46.8519px rgba(0, 0, 0, 0.0531481), 0px 20px 25.4815px rgba(0, 0, 0, 0.0425185), 0px 20px 13px rgba(0, 0, 0, 0.035), 0px 0px 6.51852px rgba(0, 0, 0, 0.0274815), 0px 1.85185px 3.14815px rgba(0, 0, 0, 0.0168519);
            box-shadow: 0px 4px 80px rgba(0, 0, 0, 0.05), 0px 5px 46.8519px rgba(0, 0, 0, 0.0531481), 0px 20px 25.4815px rgba(0, 0, 0, 0.0425185), 0px 20px 13px rgba(0, 0, 0, 0.035), 0px 0px 6.51852px rgba(0, 0, 0, 0.0274815), 0px 1.85185px 3.14815px rgba(0, 0, 0, 0.0168519);
    border-radius: 8px;
  }
  .prices-tabs .prices-tabs--nav .custom-input-tab .input-tab .form--options ul {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .prices-tabs .prices-tabs--nav .custom-input-tab .input-tab .form--options ul li {
    width: 92%;
    padding: 0.5rem 0 0.5rem 1rem;
    border-bottom: 1px solid #FFEDE6;
    position: relative;
  }
  .prices-tabs .prices-tabs--nav .custom-input-tab .input-tab .form--options ul li:hover {
    background-color: #FFEDE6;
    color: #F09069;
  }
  .prices-tabs .prices-tabs--nav .custom-input-tab .input-tab .form--options ul li a {
    line-height: 1.5rem;
    border: none;
    text-align: left;
    padding: 0;
    font-weight: 400;
    font-size: 1rem;
    font-family: "Poppins";
  }
  .prices-tabs .prices-tabs--nav .custom-input-tab .input-tab .form--options ul li a:hover {
    background: none;
    color: #010101;
  }
  .prices-tabs .prices-tabs--nav .custom-input-tab .input-tab .form--options ul li .active {
    background: none;
    color: #010101;
  }
  .prices-tabs .prices-tabs--nav .custom-input-tab .input-tab .form--options ul .checkedOption:after {
    content: '';
    position: absolute;
    background-image: url("../img/checked_input.svg");
    width: 18px;
    height: 18px;
    margin-left: 8px;
  }
  .prices-tabs .prices-tabs--nav .custom-input-tab .input-tab .active_options {
    display: block;
  }
  .prices-tabs .prices-tabs--nav .custom-input-tab .active-input {
    border: 1px solid #F09069;
    background-image: url("../img/arrow_orange_input.svg");
  }
  .extras .extras--wrapper .extra-block {
    width: 100%;
  }
  .extras .extras--wrapper .extra-block:nth-child(5) {
    margin-bottom: 2rem;
  }
}

@media screen and (max-width: 568px) {
  .footer .footer--payments .footer--wrapper{
    flex-direction: column;
  }
  .main-screen .form:after {
    width: 568px;
  }
  .features .features--wrapper .features--services p {
    width: 100%;
  }
  .free-features .free-features--wrapper .free-features--image {
    width: 17.875rem;
    height: 12.8125rem;
  }
  .free-features .free-features--wrapper .free-features--image img {
    width: 100%;
    height: 100%;
  }
  .free-features .free-features--wrapper .free-features--description .free-features--item p {
    width: 50%;
  }
  .howitworks .container-frame .howitworks-tabs div:first-child .howitworks-tabs--image {
    max-width: 40rem;
    max-height: 25.5rem;
  }
  .howitworks .container-frame .howitworks-tabs .tab-item .howitworks-tabs--image {
    max-width: 40rem;
    max-height: 20.1875rem;
  }
  .reviews .reviews--content .containers-frame .review--wrapper .reviews--slider .slide-review {
    width: 288px;
    height: 425px;
  }
  .reviews .reviews--content .containers-frame .review--wrapper .reviews--slider .slide-review .video-review {
    width: 288px;
    height: 425px;
  }
  .main-howitworks-tabs .howitworks-tabs--nav ul li .howitworks-tab-item a {
    width: 80%;
  }
  .howitworks-features .free-features--wrapper .free-features--image {
    width: 100%;
  }
  .howitworks-features .free-features--wrapper .free-features--image p {
    width: 100%;
  }
  .samples .samples--wrapper .sample-block {
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
  }
  .samples .samples--wrapper .sample-block .sample-block--btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
  }
  .samples .samples--wrapper .sample-block .sample-block--btns .sample-block-image {
    margin-right: 1.875rem;
  }
  .samples .samples--wrapper .sample-block .sample-block--description {
    margin: 0 auto;
    margin-bottom: 2rem;
  }
  .samples .samples--wrapper .sample-block .sample-block--description .description-item p {
    margin-right: 0;
  }
  .samples .samples--wrapper .sample-block .sample-block--description .description-item span {
    width: 110px;
  }
  .prices-tabs {
    margin-bottom: 4.125rem;
  }
  .prices-tabs .prices-tabs--tables .price-tab-table .price-table .price-row {
    padding: 1rem 0;
  }
  .prices-tabs .prices-tabs--tables .price-tab-table .price-table .price-row .price-row--content {
    display: block;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .prices-tabs .prices-tabs--tables .price-tab-table .price-table .price-row .price-row--content p:first-child {
    font-size: 1.5rem;
    line-height: 2rem;
    width: auto;
  }
  .prices-tabs .prices-tabs--tables .price-tab-table .price-table .price-row .price-row--content p:nth-child(2) {
    width: auto;
    font-size: 1.125rem;
  }
  .prices-tabs .prices-tabs--tables .price-tab-table .price-table .price-row .price-row--content p:nth-child(2) span {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .prices-tabs .prices-tabs--tables .price-tab-table .price-table .price-row a {
    padding: 0.75rem 1.25rem;
  }
  .prices-features {
    padding-bottom: 10.5rem;
    background-image: url("../img/free-features-bg-mobile.png");
    background-repeat: no-repeat;
    margin-bottom: 4.125rem;
  }
  .prices-features .free-features--wrapper .free-features--image {
    height: auto;
    margin-bottom: 6rem;
  }
  .prices-features .free-features--wrapper .free-features--description p:first-child {
    margin-bottom: 2.25rem;
  }
  .extras {
    margin-bottom: 4.125rem;
  }
  .cta-subscribe {
    margin-bottom: 4.125rem;
  }
  .cta-subscribe .cta-subscribe--wrapper .cta-subscribe--content .subscribe-title {
    text-align: left;
  }
  .cta-subscribe .cta-subscribe--wrapper .cta-subscribe--content .subscribe-form form .cta-subscribe-input {
    width: 100%;
    margin-right: 0;
    margin-bottom: 1.5rem;
  }
  .cta-subscribe .cta-subscribe--wrapper .cta-subscribe--content .subscribe-form form .cta-subscribe-btn {
    width: 100%;
  }
  .cta {
    padding-bottom: 10rem;
    background-image: url("../img/cta-bg-tablet.png");
    background-repeat: no-repeat;
    background-position: center bottom;
  }
}

@media screen and (max-width: 428px) {
  .header .header--wrapper .header--logo {
    width: 102px;
    height: 38px;
  }
  .header .header--wrapper .header--btn {
    width: 6.375rem;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .header .header--wrapper .header--btn .header-btn--signin {
    display: none;
  }
  .header .header--wrapper .header--mobile-nav ul li:nth-child(6) {
    margin-bottom: 2.125rem;
  }
  .header .header--wrapper .header--mobile-nav ul li:last-child {
    display: block;
    margin-bottom: 0;
  }
  .header .header--wrapper .header--mobile-nav ul li:last-child a {
    display: inline-block;
    border: 1px solid #010101;
    border-radius: 40px;
    padding: 0.75rem 1.125rem;
  }
  .header .header--wrapper .header--mobile-nav ul li:last-child a:hover {
    background-color: #010101;
    color: #fff;
  }
  .main-screen {
    margin-bottom: 4.125rem;
  }
  .main-screen .main-title {
    margin-bottom: 3.125rem;
  }
  .main-screen .main-title .main-title--text {
    margin-bottom: 1.375rem;
  }
  .main-screen .main-title .main-title--text h1 {
    font-family: 'Source Serif Pro';
    font-size: 2rem;
    line-height: 3rem;
    color: #010101;
    font-weight: 700;
    margin-bottom: 0.75rem;
  }
  .main-screen .main-title .main-title--text p {
    width: 100%;
  }
  .main-screen .main-title .main-title--reviews {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    display: block;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 1.5rem;
  }
  .main-screen .main-title .main-title--reviews div:first-child {
    margin-right: 0rem;
    margin: 0 auto;
    margin-bottom: 1rem;
  }
  .main-screen .main-title .main-title--reviews div:nth-child(2) {
    margin-right: 0;
    margin: 0 auto;
    margin-bottom: 1rem;
  }
  .main-screen .main-title .main-title--reviews .review {
    margin: 0 auto;
  }
  .main-screen .main-title .main-title--rated {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .main-screen .main-title .main-title--rated img {
    margin-bottom: 0.5rem;
  }
  .main-screen .main-title .main-title--rated p {
    display: block;
  }
  .main-screen .form .form--calculator {
    width: 17.875rem;
    padding: 1.875rem 1rem;
  }
  .main-screen .form .form--calculator .form--title {
    margin-bottom: 1.625rem;
  }
  .main-screen .form .form--calculator .form--title p {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .main-screen .form .form--calculator .form--discount {
    margin-bottom: 1rem;
  }
  .main-screen .form .form--calculator .form--discount:after {
    width: 17.875rem;
    left: -1rem;
  }
  .main-screen .form .form--calculator .form--discount .get-discount .input-discount input {
    width: 10.8rem;
  }
  .main-screen .form .form--calculator .form--discount .get-discount .info-security {
    top: -154px;
  }
  .main-screen .form .form--calculator .form--deadline-pages {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 1rem;
  }
  .main-screen .form .form--calculator .form--deadline-pages .deadline {
    width: 100%;
    margin-right: 0;
    margin-bottom: 1rem!important;
  }
  .main-screen .form .form--calculator .form--deadline-pages .deadline .options-deadline {
    height: 310px;
  }
  .main-screen .form .form--calculator .form--deadline-pages .pages {
    width: 100%;
  }
  .main-screen .form .form--calculator .form--price-order {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .main-screen .form .form--calculator .form--price-order .price {
    margin-bottom: 1rem;
  }
  .main-screen .form .form--calculator .form--type .options-type {
    height: 386px;
  }
  .main-screen .form .form--calculator .input .options-level {
    height: 460px;
  }
  .advantages {
    margin-bottom: 4.125rem;
  }
  .advantages .advantages--wrapper div:first-child {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }
  .advantages .advantages--wrapper div:nth-child(2) {
    padding-bottom: 2.25rem;
  }
  .advantages .advantages--wrapper .advantage-block {
    width: 100%;
    text-align: left;
  }
  .advantages .advantages--wrapper .advantage-block img {
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .advantages .advantages--wrapper .advantage-block p {
    margin-bottom: 1.125rem;
    text-align: center;
  }
  .advantages .advantages--wrapper .advantage-block span {
    display: block;
  }
  .features {
    margin-bottom: 4.125rem;
  }
  .features .features--wrapper .features--services {
    margin-bottom: 1.875rem;
  }
  .features .features--wrapper .features--services p {
    font-family: 'Source Serif Pro';
    font-size: 2rem;
    line-height: 3rem;
    color: #010101;
    font-weight: 700;
    margin-bottom: 2.125rem;
  }
  .features .features--wrapper .features--services .services-block {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .features .features--wrapper .features--services .services-block div:first-child {
    margin-bottom: 1.5rem;
  }
  .features .features--wrapper .features--services .services-block .services {
    width: 100%;
  }
  .features .features--wrapper .features--experience {
    padding: 1.875rem 1.5rem;
  }
  .free-features {
    margin-bottom: 4.125rem;
  }
  .free-features .free-features--wrapper .free-features--image {
    margin-bottom: 2.5rem;
  }
  .free-features .free-features--wrapper .free-features--description p:first-child {
    margin-bottom: 2.125rem;
    width: 100%;
  }
  .free-features .free-features--wrapper .free-features--description .free-features--item {
    width: 100%;
  }
  .free-features .free-features--wrapper .free-features--description .free-features--item span:nth-child(2) {
    display: none;
  }
  .free-features .free-features--wrapper .free-features--description .free-features--item p:first-child {
    margin-bottom: 0;
  }
  .free-features .free-features--wrapper .free-features--description .free-features--item .free-block {
    display: none;
  }
  .howitworks {
    background-image: url("../img/tab-image-bg.svg");
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: 98%;
  }
  .howitworks .container-frame .howitworks--wrapper .howitworks--title {
    width: 100%;
  }
  .howitworks .container-frame .howitworks--wrapper .howitworks--title p {
    font-family: 'Source Serif Pro';
    font-size: 2rem;
    line-height: 3rem;
    color: #010101;
    font-weight: 700;
    color: #fff;
    margin-bottom: 1rem;
  }
  .howitworks .container-frame .howitworks--wrapper .howitworks--tabs-nav {
    margin-bottom: 3rem;
  }
  .howitworks .container-frame .howitworks--wrapper .howitworks--tabs-nav ul li:nth-child(2):before {
    top: 5px;
    left: 13px;
  }
  .howitworks .container-frame .howitworks--wrapper .howitworks--tabs-nav ul li:last-child:before {
    top: 13px;
    left: 13px;
  }
  .howitworks .container-frame .howitworks--wrapper .howitworks-tabs div:first-child .howitworks-tabs--image {
    max-height: 18.5rem;
  }
  .howitworks .container-frame .howitworks--wrapper .howitworks-tabs .tab-item:before {
    display: none;
  }
  .howitworks .container-frame .howitworks--wrapper .howitworks-tabs .tab-item .howitworks-tabs--image {
    max-height: 15.1875rem;
  }
  .howitworks .container-frame .howitworks--wrapper .howitworks-tabs .tab-item .howitworks-tabs--description {
    width: 100%;
  }
  .popular-services {
    margin-bottom: 4.125rem;
  }
  .popular-services .popular-services--wrapper .popular-services--title {
    margin-bottom: 2.125rem;
  }
  .popular-services .popular-services--wrapper .popular-services--title p {
    font-family: 'Source Serif Pro';
    font-size: 2rem;
    line-height: 3rem;
    color: #010101;
    font-weight: 700;
  }
  .popular-services .popular-services--wrapper .popular-services--blocks .popular-service {
    padding: 1.5rem;
    margin-bottom: 1.25rem;
  }
  .popular-services .popular-services--wrapper .popular-services--blocks .popular-service:hover:after {
    content: '';
    width: 2.875rem;
    height: 3rem;
    background: url("../img/services-after-mobile.svg");
    position: absolute;
    top: 2rem;
    right: 1rem;
    background-repeat: no-repeat;
  }
  .reviews {
    margin-bottom: 4.125rem;
  }
  .reviews .reviews--title {
    margin-bottom: 2.125rem;
  }
  .reviews .reviews--title p {
    font-family: 'Source Serif Pro';
    font-size: 2rem;
    line-height: 3rem;
    color: #010101;
    font-weight: 700;
    margin-bottom: 2.125rem;
  }
  .reviews .reviews--content .container-frame .review--wrapper .reviews--slider {
    margin-bottom: 2.125rem;
    width: 15rem;
    height: 26.5625rem;
  }
  .reviews .reviews--content .container-frame .review--wrapper .reviews--slider .slick-list {
    margin: 0;
  }
  .reviews .reviews--content .container-frame .review--wrapper .reviews--slider .slide-review {
    width: 15rem;
    height: 26.5625rem;
  }
  .reviews .reviews--content .container-frame .review--wrapper .reviews--slider .slide-review video {
    -o-object-fit: contain;
       object-fit: contain;
  }
  .reviews .reviews--content .container-frame .review--wrapper .reviews--comments .comment-block {
    padding: 1.875rem 1.5rem;
  }
  .reviews .reviews--content .container-frame .review--wrapper .reviews--comments .comment-block .comment-block--content {
    margin-bottom: 1.25rem;
  }
  .reviews .reviews--content .container-frame .review--wrapper .reviews--comments .comment-block .comment-block--order {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .reviews .reviews--content .container-frame .review--wrapper .reviews--comments .comment-block .comment-block--order .comment-id {
    width: 100%;
    margin-bottom: 0.875rem;
  }
  .reviews .reviews--content .container-frame .review--wrapper .slick-dots {
    margin-top: 1.75rem;
  }
  .cta-form {
    background-image: url("../img/cta_bg.svg");
    background-repeat: no-repeat;
    background-position-x: 35%;
    background-position-y: 5%;
    padding: 6rem 0 3.375rem;
  }
  .cta-form:before {
    display: none;
  }
  .cta-form .cta-form--form .cta-form--title p:first-child {
    font-size: 1.5rem;
    line-height: 2rem;
    margin-bottom: 1.4375rem;
  }
  .cta-form .cta-form--form .cta-form--title p:nth-child(2) {
    font-size: 1.125rem;
    line-height: 1.375rem;
  }
  .cta-form .cta-form--form .cta-form--order {
    display: block;
    margin: 0;
    width: 100%;
  }
  .cta-form .cta-form--form .cta-form--order .cta-form--input {
    width: 100%;
  }
  .faq {
    margin-top: 4.125rem;
    margin-bottom: 4.125rem;
  }
  .faq .faq--wrapper .faq--title {
    margin-bottom: 2.125rem;
  }
  .faq .faq--wrapper .faq--title p {
    font-family: 'Source Serif Pro';
    font-size: 2rem;
    line-height: 3rem;
    color: #010101;
    font-weight: 700;
  }
  .faq .faq--wrapper .faq--content .faq--block dl dt {
    line-height: 2rem;
    background-position: 98% 2rem;
  }
  .faq .faq--wrapper .faq--content .faq--block dl .activeDT {
    background-position: 98% 2rem;
  }
  .faq .faq--wrapper .faq--content .faq--block dl dd {
    margin-bottom: 1.625rem;
  }
  .cta {
    padding-bottom: 12rem;
  }
  .cta .container-frame .cta--wrapper .cta--title-btns {
    margin-bottom: 2.125rem;
  }
  .cta .container-frame .cta--wrapper .cta--title-btns .cta-title {
    margin-bottom: 2.125rem;
  }
  .cta .container-frame .cta--wrapper .cta--title-btns .cta-title p {
    font-family: 'Source Serif Pro';
    font-size: 2rem;
    line-height: 3rem;
    color: #010101;
    font-weight: 700;
  }
  .cta .container-frame .cta--wrapper .cta--title-btns .cta-btns a:first-child {
    margin-right: 0;
    margin-bottom: 1rem;
    padding-right: 1.55rem;
  }
  .footer .footer--links {
    padding: 3.25rem 0 4.625rem 0;
  }
  .footer .footer--links .footer--wrapper div:first-child {
    width: 100%;
    margin-bottom: 2.375rem;
  }
  .footer .footer--links .footer--wrapper div:nth-child(2) {
    margin-top: 0;
  }
  .footer .footer--links .footer--wrapper .footer--block-logo a {
    margin-bottom: 0.875rem;
  }
  .footer .footer--links .footer--wrapper .footer--block-links {
    margin-top: 0;
  }
  .footer .footer--links .footer--wrapper .footer--block-btn {
    margin-top: 2.375rem;
  }
  .footer .footer--links .footer--wrapper .footer--block-btn .footer-btns a:first-child {
    margin-bottom: 0;
  }
  .footer .footer--links .footer--wrapper .footer--block-btn .footer-contacts a:last-child {
    margin-bottom: 0;
  }
  .footer .footer--links .footer--wrapper .footer--block-btn .footer-contacts a {
    margin-bottom: 1.25rem;
  }
  .footer .footer--payments .footer--wrapper .payments {
    margin-right: 0;
    margin-bottom: 1.25rem;
  }
  .footer .footer--payments .footer--wrapper .awards {
    margin-top: 1.75rem;
  }
  .footer .footer--payments .footer--wrapper .awards ul {
    width: 60%;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer .footer--payments .footer--wrapper .awards ul li:nth-child(2) {
    margin-right: 0;
  }
  .footer .footer--payments .footer--wrapper .awards ul li:nth-child(3) {
    margin-bottom: 0;
  }
  .footer .footer--payments .footer--wrapper .awards ul li:last-child {
    margin-bottom: 0;
  }
  .footer .footer--payments .footer--wrapper .awards ul li {
    margin-bottom: 1.25rem;
  }
  .footer .footer-copyright {
    text-align: center;
  }
  .main-howitworks {
    background: none;
  }
  .main-howitworks .howitworks--wrapper .main-screen--title {
    margin-bottom: 1.5625rem;
  }
  .main-howitworks .howitworks--wrapper .main-screen--title h1 {
    font-family: 'Source Serif Pro';
    font-size: 2rem;
    line-height: 3rem;
    color: #010101;
    font-weight: 700;
    margin-bottom: 2rem;
  }
  .main-howitworks .howitworks--wrapper .main-screen--image {
    width: 280px;
    height: 240px;
  }
  .main-howitworks .howitworks--wrapper .main-screen--image img {
    width: 100%;
    height: 100%;
  }
  .main-howitworks-tabs .howitworks-tabs--wrapper .howitworks--image {
    margin-top: 50px;
    width: 100%;
  }
  .main-howitworks-tabs .howitworks-tabs--nav ul li:nth-child(1) .howitworks-tab-item:before {
    top: 4px;
    left: 14px;
  }
  .main-howitworks-tabs .howitworks-tabs--nav ul li:nth-child(2) .howitworks-tab-item:before {
    top: 4px;
    left: 12px;
  }
  .main-howitworks-tabs .howitworks-tabs--nav ul li:nth-child(3) .howitworks-tab-item:before {
    top: 8px;
    left: 12px;
  }
  .main-howitworks-tabs .howitworks-tabs--nav ul li:nth-child(4) .howitworks-tab-item:before {
    top: 8px;
    left: 12px;
  }
  .howitworks-features {
    padding: 2.5rem 0 3.5rem 0;
    margin-bottom: 0;
  }
  .howitworks-features .free-features--wrapper .free-features--image {
    height: auto;
    margin-bottom: 3.75rem;
  }
  .howitworks-features .free-features--wrapper .free-features--image p {
    font-family: 'Source Serif Pro';
    font-size: 2rem;
    line-height: 3rem;
    color: #010101;
    font-weight: 700;
    margin-bottom: 4.5rem;
  }
  .howitworks-features .free-features--wrapper .free-features--description p:first-child {
    margin-bottom: 3.125rem;
  }
  .main-about .howitworks--wrapper .main-screen--title h1 {
    line-height: 2rem;
  }
  .main-about .howitworks--wrapper .main-screen--image {
    width: 271px;
    height: 180px;
  }
  .about-team {
    margin-bottom: 4.125rem;
  }
  .about-team .about-team--title {
    margin-bottom: 4.375rem;
  }
  .about-team .about-team--title p {
    font-family: 'Source Serif Pro';
    font-size: 2rem;
    line-height: 3rem;
    color: #010101;
    font-weight: 700;
    line-height: 2rem;
  }
  .about-team .about-team-wrapper div:nth-child(9) {
    display: none;
  }
  .about-team .about-team-wrapper div:nth-child(3) {
    display: none;
  }
  .about-team .about-team-wrapper div:nth-child(6) {
    display: none;
  }
  .about-team .about-team-wrapper .team-member {
    width: 8.25rem;
  }
  .about-team .about-team-wrapper .team-member .member-photo {
    width: 8.25rem;
    height: 8.25rem;
  }
  .about-team .about-team-wrapper .team-member .member-photo img {
    width: 100%;
    height: 100%;
  }
  .about-motto {
    padding: 2.875rem 0 3.25rem 0;
    background-position-x: 240px;
    margin-bottom: 4.125rem;
  }
  .about-advantages {
    margin-bottom: 4.125rem;
  }
  .about-advantages .about-advantages--title {
    margin-bottom: 4.375rem;
  }
  .about-advantages .about-advantages--title p {
    font-family: 'Source Serif Pro';
    font-size: 2rem;
    line-height: 3rem;
    color: #010101;
    font-weight: 700;
    line-height: 2rem;
  }
  .about-advantages .about-advantages--wrapper div:nth-child(3) {
    margin-bottom: 3.25rem;
  }
  .about-advantages .about-advantages--wrapper .about-advantage {
    margin-bottom: 3.25rem;
  }
  .about-advantages .about-advantages--wrapper .about-advantage img {
    margin-bottom: 1rem;
  }
  .about-advantages .about-advantages--wrapper .about-advantage p {
    font-size: 1.5rem;
    line-height: 2rem;
    margin-bottom: 1rem;
  }
  .about-address .about-address-wrapper .address-text {
    padding: 2.75rem 0;
  }
  .about-address .about-address-wrapper .address-text .address-text--block .address-image {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 36px;
    height: 36px;
    margin-right: 1rem;
  }
  .main-faq {
    padding-top: 5.25rem;
  }
  .main-faq .howitworks--wrapper .main-screen--title {
    margin-bottom: 0.75rem;
  }
  .main-faq .howitworks--wrapper .main-screen--image {
    width: 275px;
    height: 227px;
  }
  .faq-facts .faq-facts--title p {
    margin-bottom: 1.5rem;
  }
  .faq-facts .faq-facts--wrapper div:nth-child(3) {
    margin-bottom: 4.125rem;
  }
  .faq-facts .faq-facts--wrapper .faq-fact {
    width: 100%;
    margin-bottom: 4.125rem;
  }
  .faq-cta .faq-cta--content p {
    font-size: 2rem;
    line-height: 2rem;
    margin-bottom: 2rem;
  }
  .samples {
    margin-bottom: 4.125rem;
  }
  .samples .samples--wrapper .sample-block {
    padding: 2.125rem 1rem;
    margin-bottom: 1.5rem;
  }
  .samples .samples--wrapper .sample-block .sample-block--description {
    width: 100%;
  }
  .samples .samples--wrapper .sample-block .sample-block--description .description-item {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .samples .samples--wrapper .sample-block .sample-block--btns {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .samples .samples--wrapper .sample-block .sample-block--btns .sample-block-image {
    margin: 0;
  }
  .cta-form {
    margin-bottom: 0;
  }
  .cta-form:after {
    display: none;
  }
  .main-signin {
    padding: 6rem 0 3.375rem 0;
  }
  .main-signin .form-signin--title p {
    font-family: 'Source Serif Pro';
    font-size: 2rem;
    line-height: 3rem;
    color: #010101;
    font-weight: 700;
    line-height: 2rem;
    margin-bottom: 2.5rem;
  }
  .main-policy {
    margin-bottom: 2rem;
    padding-top: 6rem;
  }
  .main-policy .howitworks--wrapper .main-screen--title {
    margin-bottom: 0;
  }
  .policy-terms {
    margin-bottom: 4.125rem;
  }
  /*.policy-terms .policy-terms--content p:first-child {*/
  /*  font-size: 1.5rem;*/
  /*  margin-bottom: 1.5rem;*/
  /*}*/
  .policy-terms .policy-terms--content ul li:last-child {
    margin-bottom: 2.375rem;
  }
  .policy-terms .policy-terms--content ul li {
    margin-bottom: 1.375rem;
  }
  .notfound {
    padding: 8.75rem 0 12.5rem 0;
  }
  .notfound .notfound--wrapper {
    width: 90%;
  }
  .prices-tabs .prices-tabs--tables .price-tab-table .price-table .price-row .price-row--content {
    width: auto;
  }
  .prices-features {
    padding: 3rem 0 10.5rem 0;
    margin-bottom: 4.125rem;
  }
  .prices-features .free-features--wrapper .free-features--image {
    margin-bottom: 6rem;
  }
  .prices-features .free-features--wrapper .free-features--image p {
    margin-bottom: 0;
  }
  .prices-features .free-features--wrapper .free-features--description p:first-child {
    margin-bottom: 2.25rem;
  }
  .extras .extras--title p {
    font-family: 'Source Serif Pro';
    font-size: 2rem;
    line-height: 3rem;
    color: #010101;
    font-weight: 700;
    line-height: 2rem;
  }
  .extras .extras--wrapper .extra-block {
    margin-bottom: 1rem;
  }
  .extras .extras--wrapper .extra-block:nth-child(4) {
    margin-bottom: 1rem;
  }
  .extras .extras--wrapper .extra-block:nth-child(5) {
    margin-bottom: 1rem;
  }
  .cta-subscribe .cta-subscribe--wrapper {
    background-position: center left;
  }
  .cta-subscribe .cta-subscribe--wrapper .cta-subscribe--content .subscribe-title {
    margin-bottom: 2.625rem;
  }
  .cta-subscribe .cta-subscribe--wrapper .cta-subscribe--content .subscribe-title p {
    font-family: 'Source Serif Pro';
    font-size: 2rem;
    line-height: 3rem;
    color: #010101;
    font-weight: 700;
    color: #fff;
    margin-bottom: 2.125rem;
  }
  .order-form {
    margin-bottom: 4.125rem;
  }

  .main-order .howitworks--wrapper .main-screen--title {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 375px) {
  .footer .footer--payments .footer--wrapper .awards ul {
    width: 60%;
  }
  .main-signin--wrapper {
    width: 90%;
  }
  .form-signin {
    padding: 0;
  }

  .howitworks .container-frame .howitworks--wrapper .howitworks-tabs div:first-child .howitworks-tabs--image {
    max-height: 17.5rem;
  }
  .howitworks .container-frame .howitworks--wrapper .howitworks-tabs .tab-item .howitworks-tabs--image {
    max-height: 13.1875rem;
  }
}

@media screen and (max-width: 320px) {
  .features .features--wrapper .features--experience:before {
    left: -0.5rem;
    top: 170px;
  }
  .howitworks .container-frame .howitworks--wrapper .howitworks--tabs-nav ul li:first-child:before {
    top: 10px;
  }
  .howitworks .container-frame .howitworks--wrapper .howitworks-tabs div:first-child .howitworks-tabs--image {
    max-height: 14.5rem;
  }
  .howitworks .container-frame .howitworks--wrapper .howitworks-tabs .tab-item .howitworks-tabs--image {
    max-height: 11.1875rem;
  }
  .cta-form .cta-form--form {
    padding: 2rem 1rem;
    margin-bottom: 2.5rem;
  }
  .cta-form .cta-form--form .cta-form--title {
    padding-left: 3.9375rem;
  }
  .cta-form .cta-form--form .cta-form--title:before {
    width: 53px;
    height: 62px;
    background-image: url("../img/before-cta-mobile.svg");
    background-repeat: no-repeat;
  }
  .faq .faq--wrapper .faq--content .faq--block dl dt {
    padding-right: 1.5rem;
  }
  .footer .footer--payments .footer--wrapper .awards ul {
    width: 60%;
  }
  .reviews .reviews--title .reviews-rated img {
    margin-right: 0.5625rem;
  }
}
