@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  margin: 0;
  font-family: 'TT Norms', sans-serif;
  background: linear-gradient(115.08deg, rgba(255, 255, 255, 0.8) 0.93%, rgba(255, 255, 255, 0) 100%);
}

button, input, textarea, select {
  font-family: 'TT Norms', sans-serif;
}

button:focus, input:focus, textarea:focus, select:focus {
  outline: none;
}

.slick-slide:focus {
  outline: none;
}

a {
  text-decoration: none;
}

.container {
  width: 1170px;
  margin: auto;
}

@media (max-width: 1199px) {
  .container {
    width: 980px;
    margin: auto;
  }
}

@media (max-width: 991px) {
  .container {
    width: 740px;
    margin: auto;
  }
}

@media (max-width: 767px) {
  .container {
    width: 550px;
    margin: auto;
  }
}

@media (max-width: 575px) {
  .container {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin: auto;
  }
}

.btn {
  background: -webkit-gradient(linear, left top, right top, from(#FFE485), to(#FFC33E));
  background: linear-gradient(90deg, #FFE485 0%, #FFC33E 100%);
  -webkit-box-shadow: 0px 6px 20px rgba(255, 195, 62, 0.3);
          box-shadow: 0px 6px 20px rgba(255, 195, 62, 0.3);
  border-radius: 999px;
  border: 0;
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #161616;
  position: relative;
  top: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 5px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  width: calc(100% - 11px);
  height: calc(100% - 11px);
  border-radius: 999px;
}

.btn:hover {
  cursor: pointer;
  background: -webkit-gradient(linear, left top, right top, from(#AAE2DC), to(#31B6AA));
  background: linear-gradient(90deg, #AAE2DC 0%, #31B6AA 100%);
  -webkit-box-shadow: 0px 6px 20px rgba(49, 182, 170, 0.2);
          box-shadow: 0px 6px 20px rgba(49, 182, 170, 0.2);
  color: #fff;
  position: relative;
  top: -3px;
}

.overlay {
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.75);
  position: fixed;
  z-index: -1;
  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;
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.overlay-active {
  opacity: 1;
  z-index: 5;
}

.popup {
  width: 752px;
  height: 423px;
  max-width: 95%;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.03);
          box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.03);
  border-radius: 6px;
  position: relative;
  padding: 42px 53px;
  background: #fff url("../img/popup-bg.png") top right no-repeat;
}

.popup::after {
  content: "";
  position: absolute;
  display: block;
  width: 684px;
  height: 433px;
  left: 35px;
  top: 11px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 6px;
  z-index: -1;
}

.popup-close {
  position: absolute;
  top: -64px;
  left: 50%;
  margin-left: -18px;
  padding: 8px;
  border-radius: 50%;
  border: 2px solid #fff;
  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;
  opacity: 0.8;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.popup-close:hover {
  opacity: 1;
  cursor: pointer;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.popup-title {
  font-weight: 300;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: 0.01em;
  color: #161616;
  max-width: 400px;
  margin-bottom: 13px;
}

.popup-title span {
  font-weight: 700;
}

.popup label {
  padding-left: 40px;
  font-weight: 300;
  font-size: 12px;
  line-height: 30px;
  letter-spacing: 0.01em;
  color: rgba(0, 0, 0, 0.44);
  display: block;
}

.popup input {
  padding: 0 40px;
  display: block;
  background: #F4F4F4;
  -webkit-box-shadow: inset 0px 4px 10px rgba(0, 0, 0, 0.03);
          box-shadow: inset 0px 4px 10px rgba(0, 0, 0, 0.03);
  border-radius: 999px;
  font-weight: 300;
  font-size: 22px;
  line-height: 30px;
  color: #000000;
  width: 352px;
  height: 74px;
  border: 0;
  margin-bottom: 21px;
}

.popup-btn {
  width: 352px;
  height: 77px;
}

.popup-sert {
  width: auto;
  height: auto;
  background: transparent;
  padding: 0;
}

.popup-sert img {
  border-radius: 6px;
  max-width: 100%;
}

.popup-sert::after {
  display: none;
}

.popup-thx {
  text-align: center;
  background: #ffffff;
}

.popup-thx-img {
  margin-bottom: 15px;
}

.popup-thx-title {
  font-size: 38px;
  line-height: 48px;
  letter-spacing: 0.01em;
  color: #000000;
  margin-bottom: 27px;
}

.popup-thx-title span {
  font-weight: bold;
  display: block;
}

.popup-thx-descr {
  font-weight: 300;
  font-size: 22px;
  line-height: 30px;
  letter-spacing: 0.01em;
  color: #000000;
  max-width: 560px;
  margin: 0 auto;
}

.popup-thx-descr span {
  font-weight: 700;
}

.popup-master {
  background: #fff url("../img/popup-master-bg.png") bottom right no-repeat;
}

.popup-master-title {
  max-width: 360px;
}

.popup-master-btn {
  max-width: 320px;
}

.popup-master-form input {
  max-width: 320px;
}

.popup-map {
  background-color: #fff;
  padding: 0;
  height: auto;
}

.popup-map::after {
  display: none;
}

.popup-map #ymap {
  height: 350px;
}

.popup-video {
  background-color: #fff;
  padding: 0;
  height: 350px;
}

.popup-video::after {
  display: none;
}

.slider-arrow {
  width: 56px;
  height: 56px;
  background: -webkit-gradient(linear, left top, right top, from(#FFE485), to(#FFC33E));
  background: linear-gradient(90deg, #FFE485 0%, #FFC33E 100%);
  -webkit-box-shadow: 0px 6px 20px rgba(255, 195, 62, 0.3);
          box-shadow: 0px 6px 20px rgba(255, 195, 62, 0.3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  z-index: 2;
}

.slider-arrow:hover {
  cursor: pointer;
  -webkit-box-shadow: 0px 10px 15px rgba(255, 195, 62, 0.4);
          box-shadow: 0px 10px 15px rgba(255, 195, 62, 0.4);
}

.slider-arrow_left {
  position: absolute;
  bottom: 0;
  left: 0;
}

.slider-arrow_right {
  position: absolute;
  bottom: 0;
  left: 80px;
}

.slider-arrow-contacts_left {
  top: 50%;
  bottom: auto;
  margin-top: -28px;
}

.slider-arrow-contacts_right {
  top: 50%;
  bottom: auto;
  margin-top: -28px;
  right: 0;
  left: auto;
}

.slick-dots {
  position: absolute;
  bottom: 24px;
  left: 180px;
  width: auto;
}

.slick-dots li {
  width: auto;
  height: auto;
}

.slick-dots li button {
  width: 6px;
  padding: 0;
  border-radius: 50%;
  height: 6px;
  background: #E5E5E5;
}

.slick-dots li button::before {
  display: none;
}

.slick-dots li.slick-active button {
  height: 8px;
  width: 8px;
  background: -webkit-gradient(linear, left top, right top, from(#31B6AA), to(#AAE2DC));
  background: linear-gradient(90deg, #31B6AA 0%, #AAE2DC 100%);
}

@media (max-width: 767px) {
  .btn:hover {
    position: relative;
    top: 0;
  }
  .header-btn:hover {
    position: absolute;
    top: 12px;
  }
  .popup {
    background: #f7f7f7 url("../img/popup-bg-mob.png") bottom right no-repeat;
  }
  .popup::after {
    width: 90%;
    left: 5%;
  }
  .slider-arrow {
    width: 30px;
    height: 30px;
  }
  .slider-arrow img {
    width: 7px;
  }
  .slider-arrow_right {
    left: 40px;
  }
  .slider-arrow-contacts_left {
    top: auto;
    bottom: 0;
  }
  .slider-arrow-contacts_right {
    top: auto;
    bottom: 0;
  }
  .slick-dots {
    left: 90px;
    bottom: 11px;
  }
}

@media (max-width: 575px) {
  .popup {
    height: 360px;
    padding: 25px 15px;
  }
  .popup::after {
    height: 365px;
  }
  .popup-title {
    font-size: 24px;
    line-height: 32px;
  }
  .popup input {
    max-width: 100%;
    height: 64px;
    font-size: 16px;
  }
  .popup-btn {
    max-width: 100%;
    font-size: 11px;
    height: 67px;
  }
  .popup-sert {
    padding: 0;
    height: auto;
    max-width: 90%;
  }
  .popup-map {
    padding: 0;
    height: auto;
  }
  .popup-video {
    padding: 0;
    background: transparent;
  }
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
}

.header-wrap {
  width: 1222px;
  margin: 0 auto;
  height: 100px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.02);
          box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.02);
  border-radius: 0px 0px 10px 10px;
  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;
  padding: 21px 26px 20px 0;
}

.header-phone {
  font-weight: 500;
  font-size: 21px;
  color: #000000;
}

.header-btn {
  width: 230px;
  height: 59px;
}

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

.header-map-open {
  display: none;
}

.header-map-img {
  margin-right: 21px;
}

.header-map-time {
  font-size: 12px;
  color: #454545;
  margin-bottom: 4px;
}

.header-map-place {
  color: #454545;
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 4px;
}

.header-map-link {
  font-size: 9px;
  line-height: 11px;
  color: #31B6AA;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.header-map-link span {
  border-bottom: 0.5px dashed #31B6AA;
  margin-left: 3px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.header-map-link:hover span {
  cursor: pointer;
  color: #FFC33E;
  border-bottom: 0.5px dashed #FFC33E;
}

.header-open {
  font-weight: 300;
  font-size: 12px;
  margin-right: 30px;
}

.header-open-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 15px;
}

.header-open-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 4px;
}

.header-open-main {
  font-size: 13px;
  line-height: 17px;
  font-weight: 400;
  margin-left: 6px;
}

.header-open-main span {
  font-weight: 500;
}

@media (max-width: 1230px) {
  .header-wrap {
    width: 1170px;
  }
}

@media (max-width: 1199px) {
  .header-logo {
    width: 160px;
  }
  .header-logo img {
    max-width: 110%;
  }
  .header-wrap {
    width: 980px;
  }
  .header-phone {
    font-size: 17px;
  }
  .header-map-img {
    margin-right: 5px;
  }
  .header-btn {
    width: 180px;
  }
  .header-open {
    margin-right: 10px;
  }
}

@media (max-width: 991px) {
  .header-wrap {
    width: 740px;
  }
  .header-btn {
    height: 42px;
    font-size: 9px;
    width: 139px;
    letter-spacing: 0.02em;
  }
  .header-open {
    margin-bottom: 5px;
  }
  .header-open-wrap {
    margin-bottom: 5px;
    display: block;
  }
  .header-map-place {
    max-width: 150px;
  }
}

@media (max-width: 767px) {
  .header-wrap {
    width: 550px;
    height: auto;
    padding-top: 60px;
    position: relative;
    padding-right: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .header-logo {
    position: absolute;
    top: 0;
    left: 0;
  }
  .header-btn {
    position: absolute;
    right: 22px;
    top: 12px;
  }
  .header-open {
    display: none;
  }
  .header-map {
    text-align: center;
  }
  .header-map-open {
    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;
    margin-bottom: 5px;
  }
  .header-map-img {
    display: none;
  }
  .header-map-place {
    max-width: 100%;
  }
  .header-map-link {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .header-phone {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    line-height: 21px;
    font-size: 18px;
    display: block;
    padding-bottom: 10px;
    width: 244px;
    text-align: center;
  }
}

@media (max-width: 575px) {
  .header {
    padding-left: 8px;
    padding-right: 8px;
  }
  .header-wrap {
    width: 100%;
    padding-top: 69px;
  }
  .header-logo {
    width: 150px;
    top: 6px;
  }
  .header-logo img {
    max-width: 100%;
  }
}

.quiz {
  height: calc(100vh - 95px);
  min-height: 850px;
  background: url("../img/quiz-bg.png") center;
  padding-top: 165px;
  text-align: center;
}

.quiz-title {
  font-size: 38px;
  line-height: 48px;
  letter-spacing: 0.01em;
  color: #000000;
  max-width: 460px;
  margin: 0 auto;
  margin-bottom: 25px;
  position: relative;
}

.quiz-title span {
  font-weight: 700;
}

.quiz-title::before {
  content: "Ответьте на 3 вопроса";
  position: absolute;
  top: 0;
  right: -151px;
  display: block;
  width: 140px;
  height: 61px;
  background: url("../img/quote.png");
  font-size: 15px;
  line-height: 20px;
  color: #FFFFFF;
  text-align: left;
  padding-left: 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 6px;
}

.quiz-title2::before {
  display: none;
}

.quiz-subtitle {
  font-weight: 300;
  font-size: 26px;
  line-height: 30px;
  text-align: center;
  color: #000000;
  margin-bottom: 35px;
}

.quiz-subtitle img {
  vertical-align: middle;
  margin-right: 15px;
  margin-bottom: 1px;
  display: inline-block;
}

.quiz-btn {
  width: 338px;
  height: 70px;
  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;
  margin: 0 auto;
  margin-bottom: 17px;
}

.quiz-btn img {
  margin-left: 15px;
}

.quiz-small {
  font-size: 10px;
  line-height: 13px;
  color: #454545;
  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;
  margin-bottom: 47px;
}

.quiz-small img {
  margin-right: 10px;
}

.quiz-features-wrap {
  margin: 0 7px;
  padding-bottom: 80px;
}

.quiz-features-block {
  background-color: #fff;
  width: 279px;
  height: 237px;
  -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.03);
          box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.03);
  border-radius: 6px;
  position: relative;
  padding: 35px 28px 30px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
}

.quiz-features-block::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 6px;
  display: block;
  width: 266px;
  height: 226px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 6px;
}

.quiz-features-text {
  text-align: left;
}

.quiz-features-img {
  margin-right: 19px;
}

.quiz-features-title {
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 29px;
  letter-spacing: 0.01em;
  color: #000000;
}

.quiz-features-descr {
  font-weight: 300;
  font-size: 13px;
  line-height: 21px;
  letter-spacing: 0.01em;
  color: rgba(69, 69, 69, 0.85);
}

.quiz2 {
  background: url("../img/quiz2-bg.png") top center;
  padding-top: 135px;
  text-align: center;
}

.quiz3 {
  background: url("../img/quiz3-bg.png") top center no-repeat;
  padding-top: 135px;
  text-align: center;
}

.quiz3::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0px;
  right: 0;
  width: 940px;
  height: 430px;
  background: url("../img/quiz3-img.png") bottom right no-repeat;
  pointer-events: none;
}

.quiz4 {
  background: url("../img/quiz4-bg.png") top center no-repeat;
  padding-top: 135px;
  text-align: center;
}

.quiz4::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -95px;
  right: 0;
  width: 914px;
  height: 709px;
  background: url("../img/quiz4-img.png") bottom right no-repeat;
  pointer-events: none;
}

.quiz4 .quiz-block2 {
  width: auto;
}

.quiz4 .quiz-wrap2 {
  height: auto;
}

.quiz-number {
  width: 156px;
  height: 42px;
  background: linear-gradient(92.78deg, #AAE2DC -2.32%, #2DC4B6 99.36%);
  border-radius: 3px;
  margin: 0 auto;
  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;
  font-size: 16px;
  line-height: 50px;
  margin-bottom: 15px;
  color: #FFFFFF;
}

.quiz-number span {
  font-weight: 700;
  margin-left: 5px;
}

.quiz-wrap {
  width: 1170px;
  height: 340px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.03);
          box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.03);
  border-radius: 4px;
  margin: 0 auto;
  padding: 40px 50px;
  margin-top: 30px;
  display: -ms-grid;
  display: grid;
  grid-gap: 13px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  position: relative;
}

.quiz-wrap::after {
  content: "";
  display: block;
  width: 1118px;
  height: 340px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.03);
          box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.03);
  border-radius: 4px;
  position: absolute;
  top: 20px;
  left: 26px;
  z-index: -1;
}

.quiz-wrap2 {
  width: 1170px;
  height: 437px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.03);
          box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.03);
  border-radius: 4px;
  margin: 0 auto;
  padding: 40px 50px;
  margin-top: 30px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.quiz-wrap2::after {
  content: "";
  display: block;
  width: 1118px;
  height: 340px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.03);
          box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.03);
  border-radius: 4px;
  position: absolute;
  top: 20px;
  left: 26px;
  z-index: -1;
}

.quiz-block {
  height: 123px;
  background: #F8F8F8;
  border-radius: 3px;
  position: relative;
  border: 1px solid transparent;
}

.quiz-block label {
  display: block;
  height: 123px;
  width: 100%;
}

.quiz-block label:hover {
  cursor: pointer;
}

.quiz-block:hover {
  cursor: pointer;
  border: 1px solid #FFE485;
  background-color: #f0f0f0;
  -webkit-box-shadow: 0px 6px 10px rgba(255, 195, 62, 0.3);
          box-shadow: 0px 6px 10px rgba(255, 195, 62, 0.3);
}

.quiz-block input {
  opacity: 0;
  height: 0;
  width: 0;
  overflow: hidden;
  margin: 0;
}

.quiz-block2 {
  width: 167px;
  height: 79px;
  border: 1px solid #E5E5E5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 3px;
  margin-right: 10px;
  margin-bottom: 11px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.quiz-block2:nth-child(16) {
  width: 270px;
}

.quiz-block2 label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 79px;
  padding-left: 22px;
  padding-right: 15px;
}

.quiz-block2 label:hover {
  cursor: pointer;
}

.quiz-block2:hover {
  cursor: pointer;
  border: 1px solid #FFE485;
  -webkit-box-shadow: 0px 6px 10px rgba(255, 195, 62, 0.3);
          box-shadow: 0px 6px 10px rgba(255, 195, 62, 0.3);
  background-color: #f8f8f8;
}

.quiz-block2 .quiz-name {
  text-align: left;
  line-height: normal;
}

.quiz-block2 input {
  opacity: 0;
  height: 0;
  width: 0;
  overflow: hidden;
  margin: 0;
}

.quiz-next {
  display: none;
}

.quiz-next img {
  margin-left: 20px;
}

.quiz-next-active {
  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;
  width: 156px;
  height: 64px;
  margin-left: 30px;
}

.quiz-point {
  margin: 0 auto;
  margin-bottom: 17px;
  display: block;
  width: 10px;
  height: 10px;
  background: linear-gradient(209.05deg, #D1D1D1 1.98%, #F4F4F4 86.11%);
  border-radius: 50%;
}

.quiz-point2 {
  margin: 0;
  height: 8px;
  width: 8px;
  min-width: 8px;
  margin-right: 12px;
  position: relative;
}

.quiz-point2::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border: 1px solid #F3F3F3;
  position: absolute;
  top: -3px;
  left: -3px;
  border-radius: 50%;
}

.quiz-name {
  font-size: 19px;
  display: block;
  line-height: 5px;
  color: #000000;
}

.quiz-img {
  position: absolute;
  left: 50%;
  bottom: -3px;
  margin-left: -37px;
}

.quiz-prev {
  width: 352px;
  height: 64px;
  border: 1px solid #E5E5E5;
  border-radius: 100px;
  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;
  font-weight: 500;
  font-size: 14px;
  color: #31B6AA;
}

.quiz-prev img {
  margin-right: 15px;
}

.quiz-prev img:nth-child(2) {
  display: none;
}

.quiz-prev:hover {
  cursor: pointer;
  color: #FFC33E;
}

.quiz-prev:hover img:nth-child(1) {
  display: none;
}

.quiz-prev:hover img:nth-child(2) {
  display: block;
}

.quiz-prev-wrap {
  width: 100%;
  margin-top: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.quiz-slider .quiz2 input:checked + .quiz-point {
  background: linear-gradient(209.05deg, #FFC33E 1.98%, #FFE485 86.11%);
}

.quiz-slider .quiz3 input:checked + .quiz-point {
  background: linear-gradient(209.05deg, #FFC33E 1.98%, #FFE485 86.11%);
}

.quiz-slider .quiz3 input:checked + .quiz-point::after {
  border: 1px solid #FFC33E;
}

.quiz-slider .quiz4 input:checked + .quiz-point {
  background: linear-gradient(209.05deg, #FFC33E 1.98%, #FFE485 86.11%);
}

.quiz-slider .quiz4 input:checked + .quiz-point::after {
  border: 1px solid #FFC33E;
}

.quiz1, .quiz2, .quiz3, .quiz4 {
  height: calc(100vh - 95px);
  min-height: 850px;
}

.quiz5 {
  height: auto;
}

@media (max-width: 1549px) {
  .quiz-wrap2 {
    position: relative;
    z-index: 1;
  }
  .quiz-wrap2::after {
    display: none;
  }
}

@media (max-width: 1199px) {
  .quiz {
    height: auto;
  }
  .quiz3 {
    height: auto;
  }
  .quiz-wrap {
    width: 980px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }
  .quiz-wrap::after {
    width: 928px;
  }
  .quiz-wrap2 {
    width: 980px;
    height: auto;
    margin-bottom: 55px;
  }
  .quiz2 {
    background: url("../img/quiz2-bg.png") -272px 0px;
  }
  .quiz-block2 {
    margin-right: 10px;
  }
  .quiz-block2:nth-child(5n) {
    margin-right: 0;
  }
  .quiz-block2:nth-child(6n) {
    margin-right: 10px;
  }
}

@media (max-width: 991px) {
  .quiz2 {
    height: auto;
    background: url("../img/quiz2-bg.png") -252px 120px;
  }
  .quiz-wrap {
    width: 740px;
    height: auto;
    margin-bottom: 55px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }
  .quiz-wrap2 {
    width: 740px;
  }
  .quiz-wrap::after {
    height: 480px;
    width: 688px;
  }
  .quiz-block2:nth-child(5n) {
    margin-right: 10px;
  }
}

@media (max-width: 767px) {
  .quiz {
    height: auto;
    padding-top: 212px;
  }
  .quiz-features-wrap {
    padding-bottom: 50px;
  }
  .quiz2 {
    padding-top: 212px;
    background: url("../img/quiz2-bg.png") -35% 0px;
  }
  .quiz3::after {
    display: none;
  }
  .quiz4::after {
    display: none;
  }
  .quiz3, .quiz4 {
    padding-top: 212px;
    height: auto;
  }
  .quiz-wrap {
    width: 550px;
    height: auto;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .quiz-wrap2 {
    width: 550px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .quiz-wrap::after {
    height: 480px;
    width: 498px;
  }
  .quiz-title {
    font-size: 28px;
    line-height: normal;
  }
  .quiz-title::before {
    position: static;
    margin: 0 auto;
    background: url("../img/quote-mob.png");
    width: 116px;
    height: 41px;
    font-size: 10px;
    line-height: 12px;
    padding-left: 0;
    text-align: center;
    padding: 3px 5px;
    margin-bottom: 5px;
  }
  .quiz-subtitle {
    font-size: 22px;
    margin-bottom: 25px;
  }
  .quiz-btn:hover {
    position: static;
  }
  .quiz-block2 {
    width: 47%;
  }
  .quiz-block2:nth-child(15) {
    width: 35%;
  }
  .quiz-block2:nth-child(16) {
    width: 60%;
  }
}

@media (max-width: 575px) {
  .quiz-number {
    width: 116px;
    height: 27px;
    font-size: 12px;
  }
  .quiz-wrap {
    width: 95%;
    -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
    padding: 24px 29px;
    grid-gap: 15px 22px;
  }
  .quiz-wrap2 {
    width: 95%;
    padding: 24px 29px;
  }
  .quiz-wrap2 .quiz-name {
    font-size: 13px;
    line-height: normal;
  }
  .quiz-wrap::after {
    width: 90%;
    left: 5%;
    height: 860px;
  }
  .quiz-block {
    width: 107px;
    margin: 0 auto;
  }
  .quiz-block2 {
    margin-right: 0;
    height: 52px;
  }
  .quiz-block2:nth-child(5n), .quiz-block2:nth-child(6n) {
    margin-right: 0;
  }
  .quiz-block2 label {
    padding: 0 10px;
    height: 52px;
  }
  .quiz-point2 {
    margin-right: 7px;
  }
  .quiz-title {
    font-size: 18px;
    line-height: 24px;
    max-width: 220px;
    margin-bottom: 15px;
  }
  .quiz-subtitle {
    font-size: 14px;
  }
  .quiz-subtitle img {
    width: 23px;
    height: 23px;
    margin-right: 10px;
  }
  .quiz-btn {
    font-size: 10px;
    width: 270px;
    height: 48px;
    margin-bottom: 12px;
  }
  .quiz-small {
    margin-bottom: 82px;
  }
  .quiz-prev {
    margin-top: 5px;
    width: 100%;
    height: 49px;
    font-size: 10px;
  }
  .quiz-prev-wrap {
    margin-top: 5px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .quiz-next {
    height: 49px;
    margin-top: 10px;
    margin-left: 0;
    width: 100%;
  }
}

@media (max-width: 445px) {
  .quiz-wrap {
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
  }
  .quiz-wrap::after {
    height: 1135px;
  }
}

.main {
  padding-top: 200px;
  padding-bottom: 65px;
  background: url("../img/main-bg.png") center no-repeat;
  background-size: cover;
}

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

.main-left {
  width: 570px;
}

.main-form {
  width: 570px;
  height: 540px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 8px 30px rgba(0, 0, 0, 0.04);
          box-shadow: 0px 8px 30px rgba(0, 0, 0, 0.04);
  border-radius: 6px;
  padding-top: 37px;
  padding-left: 61px;
  position: relative;
}

.main-form-wrap {
  position: relative;
  height: 540px;
}

.main-form-wrap::before {
  content: "";
  width: 508px;
  height: 499px;
  display: block;
  position: absolute;
  bottom: -24px;
  left: 31px;
  z-index: 0;
  background: rgba(255, 255, 255, 0.6);
  -webkit-box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.03);
          box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.03);
  border-radius: 18px;
}

.main-form::after {
  content: "";
  display: block;
  width: 265px;
  z-index: 2;
  height: 496px;
  background: url("../img/main-form-img.png");
  position: absolute;
  bottom: 0;
  right: -80px;
}

.main-form-title {
  margin-bottom: 16px;
  font-weight: 300;
  font-size: 40px;
  line-height: 50px;
  letter-spacing: 0.01em;
  color: #161616;
  max-width: 400px;
}

.main-form-title span {
  font-weight: 700;
}

.main-form-subtitle {
  font-weight: 300;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0.01em;
  color: #161616;
  margin-bottom: 16px;
  max-width: 330px;
}

.main-form label {
  display: block;
  padding-left: 30px;
  font-weight: 300;
  font-size: 12px;
  line-height: 30px;
  letter-spacing: 0.01em;
  color: rgba(0, 0, 0, 0.44);
}

.main-form input {
  display: block;
  width: 325px;
  height: 74px;
  background: #F4F4F4;
  -webkit-box-shadow: inset 0px 4px 10px rgba(0, 0, 0, 0.03);
          box-shadow: inset 0px 4px 10px rgba(0, 0, 0, 0.03);
  border-radius: 999px;
  border: 0;
  padding-left: 30px;
  font-weight: 300;
  font-size: 20px;
  color: #000000;
  margin-bottom: 25px;
}

.main-form-btn {
  width: 325px;
  height: 77px;
}

.main-subtitle {
  font-weight: 300;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 16px;
  color: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main-subtitle img {
  margin-right: 19px;
}

.main-title {
  font-weight: 300;
  font-size: 40px;
  line-height: 50px;
  letter-spacing: 0.01em;
  color: #161616;
  margin-bottom: 10px;
}

.main-title span {
  font-weight: bold;
}

.main-restart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 0.01em;
  color: rgba(0, 0, 0, 0.4);
  font-weight: 300;
  font-size: 15px;
  margin-bottom: 15px;
}

.main-restart img {
  margin-right: 10px;
}

.main-restart:hover {
  cursor: pointer;
}

.main-place {
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.01em;
  color: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main-place-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.main-place-block {
  margin-right: 14px;
}

.main-place img {
  margin-right: 8px;
}

.main-place-title {
  font-size: 13px;
  line-height: 30px;
  letter-spacing: 0.01em;
  color: #C4C4C4;
}

.main-price {
  height: auto;
  -webkit-box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.03);
          box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.03);
  border-radius: 4px;
  padding-top: 23px;
  padding-left: 34px;
  padding-right: 45px;
  margin-bottom: 20px;
  position: relative;
}

.main-price-no-title {
  font-weight: 500;
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 4px;
  color: #161616;
}

.main-price-no-title span {
  font-weight: 700;
}

.main-price-no-drop {
  padding: 39px 15px 0 15px;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: -0.05em;
  color: #000000;
  text-align: center;
  position: absolute;
  left: 34px;
  top: 115px;
  -webkit-box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.03), 0px 10px 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.03), 0px 10px 10px rgba(0, 0, 0, 0.05);
  display: none;
  background: url("../img/drop.png");
  width: 270px;
  height: 190px;
}

.main-price-no-link {
  font-size: 14px;
  line-height: 16px;
  color: #2DC4B6;
  border-bottom: 0.5px dashed #2DC4B6;
  display: inline-block;
  margin-bottom: 35px;
}

.main-price-no-link:hover {
  cursor: pointer;
}

.main-price-no-link:hover + .main-price-no-drop {
  display: block;
}

.main-price-title {
  font-weight: 300;
  font-size: 20px;
  line-height: 30px;
  color: #161616;
}

.main-price-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.main-price-old {
  font-weight: 300;
  font-size: 30px;
  line-height: 35px;
  color: #161616;
  padding-top: 24px;
  opacity: 0.2;
}

.main-price-new {
  font-weight: bold;
  font-size: 56px;
  color: #31B6AA;
  text-align: center;
}

.main-price-new-start {
  font-size: 40px;
}

.main-price-new-bottom {
  font-weight: 300;
  display: block;
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 0.01em;
  color: #161616;
  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;
}

.main-price-new-bottom-img {
  font-weight: 700;
  font-size: 14px;
  color: #2DC4B6;
  margin-right: 5px;
}

.main-price-new-bottom-text {
  opacity: 0.3;
}

.main-sale {
  margin-bottom: 30px;
}

.main-prize-title {
  margin-bottom: 24px;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.01em;
  color: #000000;
}

.main-prize-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.main-prize-block {
  width: 40%;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 20px;
}

.main-prize-img {
  width: 85px;
  height: 85px;
  background: #F9F9F9;
  border-radius: 50%;
  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;
  margin-right: 25px;
}

.main-prize-name {
  max-width: 120px;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.01em;
  color: #000000;
}

.main-features {
  padding-top: 130px;
  padding-bottom: 90px;
  background: url("../img/main-features-bg.png") center no-repeat;
  background-size: cover;
}

.main-features-wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1170px 1fr;
      grid-template-columns: 1fr 1170px 1fr;
      grid-template-areas: ". features features";
}

.main-features-slider {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 2;
  grid-area: features;
  padding-bottom: 80px;
}

.main-features-block {
  width: 402px;
  height: 344px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.03);
          box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.03);
  border-radius: 6px;
  margin-right: 15px;
  padding: 42px 25px 32px 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main-features-title {
  font-size: 40px;
  line-height: 60px;
  letter-spacing: 0.01em;
  color: #161616;
  max-width: 450px;
  margin-bottom: 70px;
}

.main-features-title img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 13px;
}

.main-features-btn {
  width: 272px;
  height: 66px;
  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;
  margin-top: 20px;
}

.main-features-top {
  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;
  width: 722px;
  margin-bottom: 30px;
}

.main-features-video {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.main-features-video-title {
  font-weight: 500;
  font-size: 18px;
  line-height: 50px;
  letter-spacing: 0.01em;
  color: #000000;
}

.main-features-video-btn {
  width: 64px;
  height: 64px;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFC33E), to(#FFE485));
  background: linear-gradient(180deg, #FFC33E 0%, #FFE485 100%);
  -webkit-box-shadow: 0px 7px 25px rgba(255, 195, 62, 0.4);
          box-shadow: 0px 7px 25px rgba(255, 195, 62, 0.4);
  position: relative;
  border-radius: 50%;
  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;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  margin-right: 20px;
}

.main-features-video-btn img:last-child {
  display: none;
}

.main-features-video-btn::after {
  content: "";
  display: block;
  border-radius: 50%;
  width: 58px;
  height: 58px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  position: absolute;
  top: 2px;
  left: 2px;
}

.main-features-video:hover {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  cursor: pointer;
}

.main-features-video:hover .main-features-video-btn {
  cursor: pointer;
  background: -webkit-gradient(linear, left top, left bottom, from(#2DC4B6), to(#AAE2DC));
  background: linear-gradient(180deg, #2DC4B6 0%, #AAE2DC 100%);
  -webkit-box-shadow: 0px 7px 25px rgba(45, 196, 182, 0.2);
          box-shadow: 0px 7px 25px rgba(45, 196, 182, 0.2);
}

.main-features-video:hover .main-features-video-btn img:first-child {
  display: none;
}

.main-features-video:hover .main-features-video-btn img:last-child {
  display: block;
}

.main-features-name {
  padding-left: 20px;
  font-weight: 500;
  font-size: 22px;
  line-height: 34px;
  color: #161616;
}

.main-features-list {
  margin: 0;
  padding: 0;
  padding-left: 40px;
  list-style-type: none;
}

.main-features-element {
  margin-top: 15px;
  position: relative;
}

.main-features-element::before {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: -20px;
  width: 8px;
  height: 8px;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFC33E), to(#FFE485));
  background: linear-gradient(180deg, #FFC33E 0%, #FFE485 100%);
  border-radius: 50%;
  display: inline-block;
}

.main-el-mob {
  display: none;
}

.main-contacts {
  padding-top: 107px;
  padding-bottom: 70px;
}

.main-contacts-left {
  padding-left: 62px;
  padding-top: 51px;
}

.main-contacts-subtitle {
  margin-bottom: 14px;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  color: #31B6AA;
}

.main-contacts-title {
  font-size: 26px;
  line-height: 38px;
  letter-spacing: 0.01em;
  color: #161616;
  margin-bottom: 19px;
}

.main-contacts-title span {
  font-weight: 700;
}

.main-contacts-wrap {
  padding-bottom: 20px;
}

.main-contacts-block {
  background: #FFFFFF;
  border-radius: 6px;
  height: 336px;
  -webkit-box-shadow: 0px 7px 20px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 7px 20px rgba(0, 0, 0, 0.05);
  width: 979px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.main-contacts-img {
  width: 545px;
  height: 336px;
}

.main-contacts-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0 6px 6px 0;
}

.main-contacts-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  line-height: 17px;
  color: #31B6AA;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main-contacts-link img {
  margin-right: 3px;
}

.main-contacts-link span {
  border-bottom: 1px dashed #31B6AA;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.main-contacts-link:hover span {
  cursor: pointer;
  color: #FFC33E;
  border-bottom: 0.5px dashed #FFC33E;
}

.main-reviews {
  background: url("../img/main-reviews-bg.png") center bottom no-repeat;
  background-size: cover;
  padding-top: 132px;
  padding-bottom: 79px;
}

.main-reviews-title {
  margin-bottom: 45px;
  font-size: 40px;
  line-height: 50px;
  text-align: center;
  letter-spacing: 0.01em;
  color: #000000;
}

.main-reviews-title span {
  font-weight: 700;
}

.main-reviews-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 53px;
}

.main-reviews-tab {
  margin: 0 28px;
  width: 280px;
  height: 85px;
  border: 1px solid #E5E5E5;
  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;
  font-weight: 300;
  font-size: 26px;
  color: rgba(69, 69, 69, 0.85);
  border-radius: 100px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.main-reviews-tab:hover {
  cursor: pointer;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFC33E), to(#FFE485));
  background: linear-gradient(180deg, #FFC33E 0%, #FFE485 100%);
  color: #000000;
}

.main-reviews-tab2 {
  width: 315px;
}

.main-reviews-tab-active {
  background: -webkit-gradient(linear, left top, left bottom, from(#FFC33E), to(#FFE485));
  background: linear-gradient(180deg, #FFC33E 0%, #FFE485 100%);
  color: #000000;
}

.main-reviews-wrap {
  display: none;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 6px;
}

.main-reviews-wrap-active {
  display: block;
  margin-bottom: 35px;
  padding-bottom: 80px;
}

.main-reviews-block {
  width: 380px;
  height: 312px;
  position: relative;
}

.main-reviews-play {
  width: 86px;
  height: 86px;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFC33E), to(#FFE485));
  background: linear-gradient(180deg, #FFC33E 0%, #FFE485 100%);
  -webkit-box-shadow: 0px 7px 25px rgba(255, 195, 62, 0.4);
          box-shadow: 0px 7px 25px rgba(255, 195, 62, 0.4);
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -43px;
  border-radius: 50%;
  margin-top: -43px;
  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;
}

.main-reviews-play::after {
  content: "";
  display: block;
  border-radius: 50%;
  width: 78px;
  height: 78px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  left: 3px;
  top: 3px;
  position: absolute;
}

.main-reviews-play:hover {
  cursor: pointer;
  background: -webkit-gradient(linear, left top, left bottom, from(#2DC4B6), to(#AAE2DC));
  background: linear-gradient(180deg, #2DC4B6 0%, #AAE2DC 100%);
}

.main-reviews-small {
  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;
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  color: #000000;
  margin-bottom: 36px;
}

.main-reviews-small img {
  margin-right: 10px;
}

.main-reviews-btn {
  width: 314px;
  height: 77px;
  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;
  margin: 0 auto;
}

@media (max-width: 1199px) {
  .main-title {
    font-size: 36px;
  }
  .main-sale img {
    max-width: 100%;
  }
  .main-price-old {
    font-size: 30px;
    padding-top: 14px;
  }
  .main-price-new {
    font-size: 46px;
  }
  .main-left {
    width: 480px;
  }
  .main-form {
    width: 480px;
    padding-left: 30px;
  }
  .main-form::after {
    right: -95px;
  }
  .main-form-wrap::before {
    width: 418px;
    left: 30px;
  }
  .main-features-wrap {
    -ms-grid-columns: 1fr 980px 1fr;
        grid-template-columns: 1fr 980px 1fr;
  }
  .main-reviews-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .main-reviews-block {
    margin: 20px 40px;
  }
}

@media (max-width: 991px) {
  .main-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .main-left {
    width: 100%;
  }
  .main-form {
    width: 100%;
    padding-left: 60px;
    padding-right: 60px;
  }
  .main-form::after {
    right: 20px;
  }
  .main-form-wrap {
    width: 100%;
    margin-bottom: 50px;
  }
  .main-form-wrap::before {
    width: 90%;
    left: 5%;
  }
  .main-features {
    background-position: -350px 0;
  }
  .main-features-wrap {
    -ms-grid-columns: 1fr 740px 1fr;
        grid-template-columns: 1fr 740px 1fr;
  }
  .main-sale {
    display: none;
  }
  .main-prize-title, .main-prize-wrap {
    display: none;
  }
  .main-el-mob {
    display: block;
  }
  .main-contacts {
    padding-top: 40px;
    padding-bottom: 0;
  }
  .main-contacts-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
    width: 550px;
  }
  .main-contacts-left {
    padding: 30px;
  }
  .main-contacts-img {
    width: 100%;
  }
  .main-contacts-img img {
    border-radius: 0 0 6px 6px;
  }
}

@media (max-width: 767px) {
  .main-form {
    padding-left: 30px;
  }
  .main-form::after {
    right: -30px;
  }
  .main-form-btn {
    position: relative;
    z-index: 3;
  }
  .main-form input {
    position: relative;
    z-index: 3;
  }
  .main-features {
    background: #f7f7f7 url("../img/main-features-bg.png") -100px 70px no-repeat;
    background-size: contain;
    padding-top: 30px;
    padding-bottom: 37px;
  }
  .main-features-wrap {
    -ms-grid-columns: 1fr 550px 1fr;
        grid-template-columns: 1fr 550px 1fr;
  }
  .main-features-slider {
    padding-bottom: 50px;
  }
  .main-features .container {
    position: relative;
  }
  .main-features-top {
    width: 100%;
  }
  .main-features-btn {
    margin-top: 0;
    margin: 0 auto;
  }
  .main-features-title {
    font-size: 22px;
    line-height: 26px;
    max-width: 230px;
    margin-bottom: 140px;
  }
  .main-features-title img {
    width: 90px;
  }
  .main-features-video {
    position: absolute;
    top: 10px;
    right: 0;
  }
  .main-features-video-btn {
    width: 32px;
    height: 32px;
    margin-right: 10px;
  }
  .main-features-video-btn::after {
    width: 26px;
    height: 26px;
  }
  .main-features-video-btn img {
    width: 10px;
  }
  .main-features-video-title {
    width: 102px;
    font-size: 12px;
    line-height: 12px;
  }
  .main-place {
    line-height: normal;
  }
  .main-place-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .main-place-block {
    margin: 0;
    margin-bottom: 15px;
    width: 100%;
  }
  .main-contacts-block {
    width: 90%;
  }
  .main-contacts-slider {
    padding-bottom: 40px;
  }
  .main-price-no-drop {
    z-index: 4;
    left: 0;
    top: 77px;
  }
  .main-price-no-drop-active {
    display: block;
  }
  .main-reviews-wrap {
    padding-bottom: 40px;
  }
  .main-reviews-block {
    margin: 0 auto;
  }
  .main-reviews-block img {
    margin: 0 auto;
  }
}

@media (max-width: 575px) {
  .main {
    padding-top: 230px;
    padding-bottom: 22px;
  }
  .main-subtitle {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 8px;
  }
  .main-subtitle img {
    width: 18px;
    margin-right: 9px;
  }
  .main-title {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 0;
  }
  .main-place {
    font-size: 14px;
    margin-bottom: 8px;
  }
  .main-place-title {
    font-size: 10px;
    line-height: 30px;
  }
  .main-price {
    padding: 7px 16px;
    height: auto;
  }
  .main-price-title {
    font-size: 12px;
    line-height: 30px;
  }
  .main-price-old {
    font-size: 14px;
    line-height: 16px;
    padding-top: 8px;
  }
  .main-price-new {
    font-size: 24px;
    line-height: 28px;
  }
  .main-price-new-start {
    font-size: 24px;
    line-height: 28px;
  }
  .main-price-new-bottom-text {
    font-size: 10px;
  }
  .main-price-new-bottom-img {
    font-size: 11px;
  }
  .main-price-no-title {
    font-size: 13px;
    line-height: 19px;
  }
  .main-price-no-link {
    font-size: 11px;
    margin-bottom: 15px;
  }
  .main-form {
    padding: 19px 17px;
    height: auto;
  }
  .main-form::after {
    width: 107px;
    height: 200px;
    background-repeat: no-repeat;
    right: 0;
    background-size: contain;
  }
  .main-form-wrap {
    height: auto;
    margin-bottom: 19px;
  }
  .main-form-wrap::before {
    display: none;
  }
  .main-form-title {
    font-size: 18px;
    line-height: 23px;
    margin-bottom: 8px;
  }
  .main-form-subtitle {
    font-size: 11px;
    line-height: 16px;
    max-width: 220px;
    margin-bottom: 10px;
  }
  .main-form input {
    max-width: 210px;
    height: 45px;
    padding-left: 20px;
    font-size: 14px;
    margin-bottom: 9px;
  }
  .main-form label {
    padding-left: 20px;
  }
  .main-form-btn {
    max-width: 210px;
    height: 47px;
    font-size: 9px;
  }
  .main-sale {
    margin-bottom: 22px;
  }
  .main-prize-title {
    margin-bottom: 13px;
    font-size: 13px;
    line-height: 30px;
  }
  .main-prize-wrap.main-el-mob {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .main-prize-block {
    width: 47%;
    margin: 0;
  }
  .main-prize-name {
    font-size: 12px;
    line-height: 18px;
  }
  .main-prize-img {
    width: 54px;
    margin-right: 10px;
    height: 54px;
  }
  .main-prize-img img {
    max-width: 90%;
    max-height: 90%;
  }
  .main-features-title {
    font-size: 14px;
    line-height: 24px;
    max-width: 160px;
  }
  .main-features-title img {
    width: 60px;
  }
  .main-features-video {
    right: 15px;
  }
  .main-features-video-title {
    font-size: 9px;
    line-height: 12px;
    max-width: 72px;
  }
  .main-features-wrap {
    display: block;
    padding-left: 10px;
    padding-right: 10px;
  }
  .main-features-block {
    margin: 0 auto;
    max-width: 100%;
    padding: 30px 20px;
    height: 312px;
  }
  .main-features-name {
    font-size: 18px;
    line-height: 34px;
    padding-left: 10px;
  }
  .main-features-list {
    padding-left: 25px;
  }
  .main-features-element {
    margin-top: 15px;
    font-size: 12px;
    line-height: 20px;
  }
  .main-features-element::before {
    left: -15px;
  }
  .main-contacts {
    padding-bottom: 0;
  }
  .main-contacts-left {
    padding: 15px;
  }
  .main-contacts-block {
    width: 100%;
  }
  .main-contacts-subtitle {
    margin-bottom: 7px;
    font-size: 12px;
    line-height: 20px;
  }
  .main-contacts-title {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 13px;
  }
  .main-reviews {
    padding-top: 20px;
    padding-bottom: 30px;
  }
  .main-reviews-title {
    font-size: 18px;
    line-height: 28px;
    max-width: 175px;
    margin: 0 auto;
    margin-bottom: 17px;
  }
  .main-reviews-tabs {
    margin-bottom: 25px;
  }
  .main-reviews-tab {
    width: 124px;
    height: 39px;
    font-size: 11px;
    margin: 10px;
  }
  .main-reviews-tab2 {
    width: 137px;
  }
  .main-reviews-btn {
    width: 210px;
    height: 47px;
  }
}

.main-reviews-wrap-insta a {
  width: 217px;
  height: 386px;
  display: block;
  margin: 70px 40px;
}

.main-reviews-wrap-insta a img {
  width: 217px;
  height: 386px;
  margin: 0 auto;
}

.main-reviews-wrap-insta .slick-list {
  overflow: visible;
}

.main-reviews-wrap-insta .slick-slide {
  opacity: 0.4;
}

.main-reviews-wrap-insta .slick-slide.slick-current {
  opacity: 1;
  position: relative;
}

.main-reviews-wrap-insta .slick-slide.slick-current::after {
  content: "";
  height: 539px;
  width: 284px;
  display: inline-block;
  position: absolute;
  top: 8px;
  right: 0;
  bottom: 0;
  left: 50%;
  margin-left: -144px;
  background: url(../img/bg_instaslide.png) 50% no-repeat;
  background-size: 100% 100%;
  -webkit-transition: .2s;
  transition: .2s;
  z-index: -1;
}

.main-reviews-block img {
  margin: 0 auto;
}

@media (max-width: 991px) {
  .main-reviews-tabs {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .main-reviews-tab {
    margin-bottom: 15px;
  }
}

.footer {
  background: #1F1F1F;
  padding-top: 34px;
  padding-bottom: 31px;
  color: rgba(255, 255, 255, 0.8);
}

.footer-wrap {
  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;
}

.footer-text {
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
}

.footer-text span {
  text-decoration: underline;
}

.footer-link {
  font-weight: 500;
  font-size: 12px;
  text-align: center;
  color: #31B6AA;
  border-bottom: 0.5px dashed #2DC4B6;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.footer-link:hover {
  cursor: pointer;
  color: #FFC33E;
  border-bottom: 0.5px dashed #FFC33E;
}

.footer-pay {
  font-weight: bold;
  font-size: 14px;
  line-height: 30px;
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer-pay-element {
  font-size: 13px;
  line-height: 30px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.8);
  margin-left: 15px;
}

.footer-pay img {
  margin-left: 15px;
}

@media (max-width: 991px) {
  .footer-pay {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 220px;
  }
  .footer-pay-main {
    width: 100%;
  }
  .footer-pay-element {
    margin: 0;
  }
}

@media (max-width: 767px) {
  .footer {
    padding-top: 20px;
    padding-bottom: 25px;
  }
  .footer-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer-text {
    line-height: 24px;
    margin-bottom: 5px;
    font-size: 12px;
  }
  .footer-link {
    margin-bottom: 10px;
  }
  .footer-pay-main {
    text-align: center;
    line-height: 22px;
  }
  .popup-thx {
      height: auto;
  }
  .quiz3 {
      min-height: 1100px;
  }
}
/*# sourceMappingURL=style.css.map */