html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

/* remember to define focus styles! */
:focus {
  outline: 0;
}

body {
  line-height: 1;
  color: black;
  background: white;
}

ol, ul {
  list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: separate;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
}

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

blockquote, q {
  quotes: "" "";
}

button {
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: none;
  padding: 0;
}

button:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

a {
  display: inline-block;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

a:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

button:focus, a:focus, img:focus, li:focus, input:focus {
  outline: none;
}

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

input::-webkit-input-placeholder {
  opacity: 1;
}

input::-moz-placeholder {
  opacity: 1;
}

input:-moz-placeholder {
  opacity: 1;
}

input:-ms-input-placeholder {
  opacity: 1;
}

textarea::-webkit-input-placeholder {
  opacity: 1;
}

textarea::-moz-placeholder {
  opacity: 1;
}

textarea:-moz-placeholder {
  opacity: 1;
}

textarea:-ms-input-placeholder {
  opacity: 1;
}

input,
select,
option,
input[type="color"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
select:focus,
textarea {
  font-size: 16px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

@font-face {
  font-family: 'Cera Round Pro';
  src: url("../font/CeraRoundPro-Black.eot");
  src: url("../font/CeraRoundPro-Black.eot?#iefix") format("embedded-opentype"), url("../font/CeraRoundPro-Black.woff2") format("woff2"), url("../font/CeraRoundPro-Black.woff") format("woff"), url("../font/CeraRoundPro-Black.ttf") format("truetype"), url("../font/CeraRoundPro-Black.svg#CeraRoundPro-Black") format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Cera Round Pro';
  src: url("../font/CeraRoundPro-Medium.eot");
  src: url("../font/CeraRoundPro-Medium.eot?#iefix") format("embedded-opentype"), url("../font/CeraRoundPro-Medium.woff2") format("woff2"), url("../font/CeraRoundPro-Medium.woff") format("woff"), url("../font/CeraRoundPro-Medium.ttf") format("truetype"), url("../font/CeraRoundPro-Medium.svg#CeraRoundPro-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Cera Round Pro';
  src: url("../font/CeraRoundPro-Regular.eot");
  src: url("../font/CeraRoundPro-Regular.eot?#iefix") format("embedded-opentype"), url("../font/CeraRoundPro-Regular.woff2") format("woff2"), url("../font/CeraRoundPro-Regular.woff") format("woff"), url("../font/CeraRoundPro-Regular.ttf") format("truetype"), url("../font/CeraRoundPro-Regular.svg#CeraRoundPro-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

:root {
  --main-color: #F92B2A;
  --main-colorh: #c52626;
}

body {
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  font-family: 'Cera Round Pro', sans-serif;
  color: #000;
}

body.no-scroll {
  overflow-y: hidden;
}

body button {
  font-family: 'Cera Round Pro', sans-serif;
}

.wrapper {
  width: 1920px;
  margin: 0 auto;
  max-width: 100%;
  position: relative;
  overflow: hidden;
}

.inside {
  width: 1335px;
  max-width: 100%;
  padding: 0 15px;
  text-align: center;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.usn {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.flex {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.flex-m {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex-t {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

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

.flex-sb {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.flex-c {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.flex-sa {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.flex-e {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.flex-ww {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.mob {
  display: none;
}

.hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  overflow: hidden;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

section {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1px 0;
}

.close-all {
  width: 100vw;
  height: 100vh;
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
  z-index: -100;
  opacity: 0;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  visibility: hidden;
}

.close-all.active {
  z-index: 900;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 1;
  visibility: visible;
}

.pop-wrap {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  left: -100vw;
  top: 0;
  width: 100%;
  min-height: 100%;
  z-index: 10000;
  visibility: height;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  background: none;
  padding: 50px 0;
  overflow: visible;
  position: fixed;
}

.pop-wrap.active {
  visibility: visible;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  top: 0;
  left: 0;
  overflow-y: auto;
}

.pop-inside {
  width: auto;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 10;
  height: 100%;
  min-height: 100vh;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 50px 0;
  text-align: center;
  margin: 0 auto;
  padding: 0 15px;
}

.pop-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #2d2d31;
  opacity: 0.6;
  z-index: 2;
}

.pop-scroll {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

.pop {
  width: 100%;
  padding: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.pop-in {
  background: var(--bg);
  border-radius: 15px;
  -webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.04);
          box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.04);
  width: auto;
  padding: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: inline-block;
  max-width: 100%;
  position: relative;
}

.pop-close {
  right: 20px;
  top: 20px;
  position: absolute;
  z-index: 4;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.pop-close button circle {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.pop-close button:hover circle {
  fill: #3f14b7;
}

.modal-wrapper {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: auto;
  z-index: 199;
  background: rgba(0, 0, 0, 0.7);
}

.modal-wrapper__inner {
  margin: auto;
  position: relative;
  padding: 10px 0;
  width: 100%;
}

section {
  padding: 1px 0;
}

.toggler {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 18px;
  height: 15px;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  z-index: 999;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.toggler > span {
  width: 18px;
  height: 2px;
  background: #4D4D4D;
  display: block;
  z-index: 1000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 30%;
}

.toggler > span:nth-child(1) {
  width: 6px;
}

.toggler.active span {
  position: absolute;
  left: 0;
  top: 8px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.toggler.active span:nth-child(1) {
  width: 18px;
}

.toggler.active span:nth-child(2) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.toggler.active span:last-child {
  display: none;
}

.left-sidebar {
  width: 280px;
  height: 100%;
  position: fixed;
  left: -280px;
  top: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: #004750;
  z-index: 1000;
}

.left-sidebar.active {
  left: 0;
}

/*base*/
.header {
  padding: 23px 0;
}

.header__login a, .header__registration a {
  color: #000;
  font-weight: 700;
  font-size: 19px;
}

.header__login a > div, .header__registration a > div {
  width: 25px;
  margin-left: 5px;
}

.header__login img, .header__registration img {
  max-width: 100%;
}

.header__registration {
  margin-left: 55px;
  margin-right: 15px;
}

.header__registration a > div {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

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

.logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.logo img {
  min-width: 40px;
  width: 40px;
  height: 42px;
}

.logo p {
  font-weight: bold;
  font-size: 24px;
  margin-left: 12px;
  color: #524747;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.header-nav {
  margin-top: 10px;
  position: relative;
  z-index: 100;
}

.header-nav nav ul li a {
  font-size: 18px;
  color: #000;
  padding-left: 38px;
  font-weight: 500;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

.header-nav nav ul li a::before {
  content: "";
  position: absolute;
  left: 13px;
  top: 2px;
  width: 13px;
  height: 13px;
  background: url(../img/nav-icon.svg) no-repeat center 0;
}

.first-section {
  background: url(../img/first-block-bg.svg) no-repeat left -250px top 0, url(../img/first-block-bg2.png) no-repeat right 80px top 0;
  margin-bottom: 58px;
  padding-bottom: 190px;
}

.first-block {
  padding-top: 80px;
}

.first-block__text {
  text-align: left;
  font-weight: 800;
  width: 560px;
  padding-top: 44px;
}

.first-block__title {
  font-size: 56px;
  margin-bottom: 35px;
  line-height: 1.2;
  margin-bottom: 56px;
}

.first-block__link {
  margin-left: 25px;
  margin-top: 10px;
  color: #35A8E0;
  text-decoration: underline;
  cursor: pointer;
}

.button {
  margin: 15px 0;
}

.button a,
.button button,
.button p {
  padding: 22px 50px;
  border-radius: 40px;
  border: none;
  background: var(--main-color);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: 800;
  font-size: 25px;
  text-align: center;
  color: #fff;
  border: 1px solid var(--main-color);
  cursor: pointer;
}

.button a svg,
.button button svg,
.button p svg {
  margin: 0 10px;
  vertical-align: bottom;
}

.button a:hover,
.button button:hover,
.button p:hover {
  background: var(--main-colorh);
  border-color: var(--main-colorh);
}

.button--type2 a, .button--type2 button, .button--type2 p {
  border: 1px solid #FFF762;
  color: #3F14B7;
  background: #FFF762;
}

.button--type2 a:hover, .button--type2 button:hover, .button--type2 p:hover {
  background: #fff651;
  border-color: #fff651;
}

.button--type3 a, .button--type3 button, .button--type3 p {
  border: 1px solid #3F14B7;
  color: #fff;
  background: #3F14B7;
}

.button--type3 a:hover, .button--type3 button:hover, .button--type3 p:hover {
  background: #3805c5;
  border-color: #3805c5;
}

.section-title {
  font-weight: 800;
  font-size: 40px;
  margin-bottom: 45px;
}

.reviews-section {
  background: url(../img/reviews-bg.png) no-repeat center 0;
  background-size: cover;
  margin-bottom:100px;
}

.reviews {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 21px 15px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.reviews__title {
  font-size: 30px;
  margin-bottom: 10px;
}

.reviews__photo {
  height: 210px;
  margin-bottom: 20px;
}

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

.reviews__text {
  font-size: 20px;
  line-height: 1.2;
}

.reviews .swiper-container {
  width: 1180px;
  max-width: 100%;
  margin: 0 auto;
}

.ready-started {	
  background: #3f14b7;	
  background: linear-gradient(66deg, #3f14b7 0%, #8d92f1 100%);	
  border-radius: 100px;	
  padding: 42px 70px;	
  -webkit-box-sizing: border-box;	
          box-sizing: border-box;	
  text-align: left;	
  color: #fff;	
}	
.ready-started__title {	
  font-size: 40px;	
  font-weight: 800;	
  margin-bottom: 8px;	
}	
.ready-started__title2 {	
  font-size: 30px;	
}	
.ready-started__text {	
  font-size: 20px;	
  line-height: 1.3;	
}

.footer {
  margin-top: 97px;
  text-align: left;
  padding-bottom: 25px;
}

.footer .logo {
  margin-bottom: 15px;
}

.footer__logo-text {
  color: #424242;
  font-size: 18px;
}

.footer__left {
  margin-right: 168px;
}

.footer__nav {
  padding-top: 28px;
  margin-bottom: 15px;
}

.footer__nav nav ul li {
  margin-bottom: 15px;
}

.footer__nav nav ul li a {
  font-size: 18px;
  color: #000;
  font-weight: 500;
}

.footer__nav nav + nav {
  margin-left: 74px;
}

.footer__info {
  font-size: 15px;
  color: #9C9B9B;
}

.footer__info p {
  margin-bottom: 10px;
}

.icon-data-section {
  margin-bottom: 100px;
}

.icon-data__item {
  width: 25%;
}

.icon-data__icon {
  height: 95px;
  margin-bottom: 40px;
}

.icon-data__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.icon-data__text p {
  color: #3F14B7;
  font-size: 39px;
  font-weight: 800;
}

.icon-data__text span {
  font-size: 28px;
  color: #6F6F6E;
}

.price-slider-button {
  margin-bottom: 70px;
  text-align: left;
}

.price-button {
  color: #8D92F1;
  font-size: 20px;
  border-radius: 60px;
  border: 3px solid #8D92F1;
  padding: 9px 20px;
  margin: 0 10px;
  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;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.price-button > div {
  margin-right: 15px;
  min-width: 30px;
  width: 30px;
  height: 30px;
  border: 2px solid #8D92F1;
  border-radius: 100%;
  position: relative;
}

.price-button > div::before {
  content: "";
  position: absolute;
  left: 3px;
  top: 3px;
  width: 24px;
  height: 24px;
  background: #fff;
  border-radius: 100%;
}

.price-button:hover, .price-button.swiper-button-disabled {
  color: #fff;
  background: #8D92F1;
}

.price-button:hover > div, .price-button.swiper-button-disabled > div {
  border-color: #fff;
}

.price-slider .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 35px 0;
}

.price-slider__item {
  width: 370px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 10px solid #FFFA3B;
  border-radius: 55px;
  position: relative;
  padding: 60px 15px;
  padding-bottom: 15px;
}

.price-slider__item .button {
  width: 100%;
}

.price-slider__item .button a, .price-slider__item .button button {
  color: #3C3C3B;
  width: 100%;
  border-color: #FFFA3B;
  background: #FFFA3B;
}

.price-slider__item .button a:hover, .price-slider__item .button button:hover {
  border-color: #e9e228;
  background: #e9e228;
}

.price-slider__item--diamond {
  border-color: #9C9B9B;
}

.price-slider__item--diamond .button a, .price-slider__item--diamond .button button {
  border-color: #9C9B9B;
  background: #9C9B9B;
}

.price-slider__item--diamond .button a:hover, .price-slider__item--diamond .button button:hover {
  border-color: #707070;
  background: #707070;
}

.price-slider__item--ruby {
  border-color: #FF2729;
}

.price-slider__item--ruby .button a, .price-slider__item--ruby .button button {
  border-color: #FF2729;
  background: #FF2729;
}

.price-slider__item--ruby .button a:hover, .price-slider__item--ruby .button button:hover {
  border-color: #e4191d;
  background: #e4191d;
}

.price-slider__icon {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 15px;
  background: #fff;
  height: 52px;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.price-slider__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.price-slider__text {
  font-size: 40px;
  font-weight: 500;
}

.price-slider__data {
  font-weight: 500;
  font-size: 20px;
  color: #6F6F6E;
  margin-bottom: 50px;
}

.price-slider__data-icon {
  height: 27px;
  margin-top: 20px;
  margin-bottom: 5px;
}

.price-slider__data-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.price-slider-bottom-info {
  position: relative;
  width: 600px;
  max-width: 100%;
  margin: 0 auto;
  font-size: 20px;
  font-weight: 800;
  margin-top: 33px;
}

.price-slider-bottom-info::before {
  content: "";
  position: absolute;
  left: -40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 18px;
  height: 70px;
  background: url(../img/price-slider-bottom-info.svg) no-repeat center 0;
}

.price-slider-bottom-info::after {
  content: "";
  position: absolute;
  right: -40px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
  width: 18px;
  height: 70px;
  background: url(../img/price-slider-bottom-info.svg) no-repeat center 0;
}

.individual-price {
  background: #6BFFFF;
  border-radius: 150px;
  padding: 55px 15px;
  margin-top: 119px;
}

.individual-price .section-title {
  margin-bottom: 10px;
}

.individual-price__title {
  font-size: 30px;
}

.faq-section {
  margin-top: 80px;
  margin-bottom: 40px;
}

.faq {
  margin-top: 100px;
}

.faq__item {
  width: 40%;
  text-align: left;
  margin-bottom: 30px;
}

.faq__item.active .faq__title::before {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}

.faq__item.active .faq__text {
  display: block;
}

.faq__title {
  font-size: 24px;
  font-weight: 800;
  margin-bottom: 15px;
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.faq__title::before {
  content: "";
  position: absolute;
  right: -35px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 21px;
  height: 38px;
  background: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='fas' data-icon='chevron-right' class='svg-inline--fa fa-chevron-right fa-w-10' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath fill='%23E11C24' d='M285.476 272.971L91.132 467.314c-9.373 9.373-24.569 9.373-33.941 0l-22.667-22.667c-9.357-9.357-9.375-24.522-.04-33.901L188.505 256 34.484 101.255c-9.335-9.379-9.317-24.544.04-33.901l22.667-22.667c9.373-9.373 24.569-9.373 33.941 0L285.475 239.03c9.373 9.372 9.373 24.568.001 33.941z'%3E%3C/path%3E%3C/svg%3E") no-repeat center 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.faq__text {
  display: none;
  font-size: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  line-height: 1.3;
}

.swiper-button-next, .swiper-button-prev {
  font-size: 40px;
  background: none;
  height: auto;
  width: auto;
  color: #fff;
}

.reviews .swiper-button-next, .reviews .swiper-button-prev {
  color: #000;
}

.pop-form {
  padding: 60px;
  width: 500px;
  max-width: 100%;
  background: #ff2729;
  background: -webkit-gradient(linear, left top, right top, from(#ff2729), to(#ff4648));
  background: linear-gradient(90deg, #ff2729 0%, #ff4648 100%);
  border-radius: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.input {
  position: relative;
  width: 100%;
  margin-bottom: 28px;
}

.input label {
  display: block;
  text-align: left;
}

.input label > p {
  font-weight: 500;
  cursor: pointer;
  z-index: 10;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: 500;
  font-size: 14px;
  color: #949494;
  margin-bottom: 13px;
  padding-left: 16px;
}

.input label > p span {
  font-weight: 300;
}

.input input {
  border: 1px solid var(--border-color);
  width: 100%;
  height: 54px;
  font-size: 14px;
  padding: 0 16px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #000;
  background: #FFFFFF;
  border-radius: 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.input input:focus {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.input input:focus::-webkit-input-placeholder {
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.input input:focus:-ms-input-placeholder {
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.input input:focus::-ms-input-placeholder {
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.input input:focus::placeholder {
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.input input::-webkit-input-placeholder {
  color: #949494;
  opacity: 0.7;
}

.input input:-ms-input-placeholder {
  color: #949494;
  opacity: 0.7;
}

.input input::-ms-input-placeholder {
  color: #949494;
  opacity: 0.7;
}

.input input::placeholder {
  color: #949494;
  opacity: 0.7;
}

.input .input-checkbox {
  line-height: 54px;
  cursor: pointer;
}

.input .input-checkbox::before {
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='8' cy='8' r='8' fill='%23E1E0E0'/%3E%3C/svg%3E%0A") no-repeat center 0;
}

.input input:checked ~ .input-checkbox:before {
  background: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='8' cy='8' r='8' fill='%23E1E0E0'/%3E%3Cpath d='M12 8C12 10.2091 10.2091 12 8 12C5.79086 12 4 10.2091 4 8C4 5.79086 5.79086 4 8 4C10.2091 4 12 5.79086 12 8Z' fill='%23F9B036'/%3E%3C/svg%3E%0A");
}

.input__inside {
  position: relative;
  z-index: 1;
}

.input__notification {
  font-weight: 500;
  font-size: 0px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.input__notification p {
  display: inline-block;
  margin-left: 5px;
}

.input__text {
  margin-top: 10px;
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 1px;
  color: #006072;
}

.input__text span {
  color: #83AD88;
  font-weight: 500;
  padding-left: 15px;
}

.input--error .input__notification {
  color: #fe5e6f;
  font-size: 13px;
  margin-top: 10px;
  margin-bottom: 15px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.input--error input {
  border-color: #ffccd2;
}

.input__info {
  font-size: 14px;
  line-height: 13px;
  color: #fff;
  margin-top: 10px;
  margin-bottom: 31px;
}

.input__info span {
  color: #f84444;
}

.input__icon {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  right: 10px;
  top: 50%;
  color: var(--text-color);
}

.input__icon p {
  font-size: 15px;
  line-height: 16px;
  color: #252727;
  margin-left: 10px;
}

.checkbox-wrap label {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.checkbox-wrap label p {
  font-size: 13px;
  color: #fff;
  margin-left: 15px;
}

input:checked ~ .checkbox {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

input:checked ~ .checkbox::before {
  opacity: 1;
}

.checkbox {
  width: 20px;
  min-width: 20px;
  height: 20px;
  border: 1px solid #fff;
  background: #fff;
  border-radius: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}

.checkbox::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 2px;
  width: 14px;
  height: 14px;
  opacity: 0;
  background: #8D92F1;
  border-radius: 100%;
}

.modal-wrapper {
  visibility: hidden;
  z-index: -100;
  opacity: 0;
}

.modal-wrapper.active {
  visibility: visible;
  z-index: 10000;
  opacity: 1;
}

@media screen and (max-width: 1680px) {
  .first-section {
    background: url(../img/first-block-bg.svg) no-repeat left -250px top 0, url(../img/first-block-bg2.png) no-repeat right -500px top 0;
  }
}

@media screen and (max-width: 1280px) {
  .first-block__title {
    font-size: 38px;
  }
  .first-block__photo img {
    max-width: 100%;
  }
  .first-section {
    background: url(../img/first-block-bg.svg) no-repeat left -250px top 0, url(../img/first-block-bg2.png) no-repeat right -400px top 0;
    padding-bottom: 100px;
  }
}

@media screen and (max-width: 1180px) {
  .price-slider-button {
    margin-bottom: 20px;
  }
  .price-slider .swiper-slide {
    display: block;
  }
  .price-slider__item {
    width: 380px;
    max-width: 100%;
    margin: 0 auto;
  }
  .price-slider__item + .price-slider__item {
    margin-top: 35px;
  }
  .individual-price {
    margin-top: 70px;
  }
}

@media screen and (max-width: 960px) {
  .button a, .button button {
    padding: 15px 25px;
    font-size: 20px;
  }
  .footer__left {
    margin-right: 30px;
  }
  .first-section {
    background: url(../img/first-block-bg.svg) no-repeat left -250px top 0;
    padding-bottom: 25px;
  }
  .first-block__photo {
    margin-right: 0;
  }
  .first-block__text {
    padding-top: 0;
  }
  .icon-data__icon {
    height: 50px;
    margin-bottom: 20px;
  }
  .icon-data__text p {
    font-size: 26px;
  }
  .icon-data__text span {
    font-size: 18px;
  }
  .icon-data-section {
    margin-bottom: 50px;
  }
  .section-title {
    font-size: 30px;
  }
  .individual-price__title {
    font-size: 24px;
  }
  .individual-price {
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 920px) {
  .icon-data-section {
    margin-bottom: 20px;
  }
  .icon-data {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .icon-data__item {
    width: 49%;
    margin-bottom: 35px;
  }
}

@media screen and (max-width: 880px) {
  .faq {
    margin-top: 75px;
  }
  .faq__item {
    width: 100%;
  }
  .faq__title {
    padding-right: 35px;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 22;
        -ms-flex: 22;
            flex: 22;
  }
  .faq__title::before {
    right: 0;
  }
}

@media screen and (max-width: 820px) {
  .footer {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer__left {
    width: 100%;
  }
  .footer__center {
    width: 100%;
  }
  .first-block {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .first-block__text {
    width: 100%;
    margin-bottom: 35px;
  }
  .first-block__photo {
    width: 100%;
  }
}

@media screen and (max-width: 780px) {
  .price-slider-button {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .price-slider-button__item {
    width: 100%;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 660px) {
  .header-nav nav ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    text-align: left;
  }
  .header-nav nav ul li {
    width: 50%;
    margin-bottom: 15px;
  }
  .header__right {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-top: 10px;
  }
  .header__right > div {
    width: 100%;
    margin: 0;
    text-align: right;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .header__right > div + div {
    margin-top: 15px;
  }
  .first-block {
    padding-top: 25px;
  }
  .first-block__title {
    font-size: 28px;
  }
  .pop-form {
    padding: 60px 15px;
  }
}

@media screen and (max-width: 520px) {
  .button a, .button button {
    padding: 13px 20px;
    font-size: 18px;
  }
  .section-title {
    font-size: 28px;
  }
  .footer__nav {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer__nav nav {
    width: 100%;
  }
  .footer__nav nav + nav {
    margin-left: 0;
  }
}
/*# sourceMappingURL=main.css.map */