html, body {
  font-family: 'Gilroy';
  font-size: 18px;
  background-color: #fff;
  color: #2b2926; }

body {
  overflow-x: hidden; }

h1, h2, h3, h4, h5, h6, p {
  margin: 0; }

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

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

button, input[type='submit'] {
  border: none;
  background-color: transparent; }

a {
  text-decoration: none;
  color: inherit; }

fieldset, input {
  border: none;
  margin: 0;
  padding: 0; }

.page-wrapper {
  min-width: 1200px;
  overflow: hidden; }

section {
  position: relative; }

.container {
  position: relative;
  width: 1200px; }

.block1 {
  overflow: visible;
  padding-top: 20px; }

.block1__bg {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%); }

.vc * {
  display: inline-block;
  vertical-align: middle; }

.header__logo {
  float: left; }
  .header__logo span {
    font-size: 14px;
    line-height: 24px;
    margin-left: 24px; }

.header__bullet {
  float: left;
  margin-left: 90px;
  margin-top: 11px; }
  .header__bullet span {
    font-size: 14px;
    line-height: 24px;
    margin-left: 17px; }
    .header__bullet span b {
      font-weight: bold; }

.header__contacts {
  float: right;
  margin-top: 11px; }
  .header__contacts .phone span {
    font-size: 20px;
    margin-left: 10px;
    font-weight: bold;
    line-height: 24px; }
  .header__contacts .email {
    text-align: right; }
    .header__contacts .email a {
      font-weight: 500;
      font-size: 14px;
      line-height: 24px;
      text-decoration: underline; }
      .header__contacts .email a:hover {
        text-decoration: none; }

.header__button {
  padding: 15px 0;
  text-transform: uppercase;
  color: #4dc493;
  font-weight: bold;
  font-size: 13px;
  border-top: 1px solid #4dc493;
  border-bottom: 1px solid #4dc493;
  font-family: 'Gilroy';
  transition: all .3s;
  float: right;
  margin-left: 75px;
  margin-top: 11px; }
  .header__button:hover {
    background-color: rgba(77, 196, 147, 0.2); }

main {
  margin-top: 95px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between; }

h1 {
  font-size: 45px;
  line-height: 55px;
  font-weight: bold;
  margin-bottom: 35px; }

.block1__descriptor {
  margin-bottom: 50px;
  font-size: 18px;
  line-height: 32px; }
  .block1__descriptor b {
    font-weight: bold; }

.button {
  background-image: -moz-linear-gradient(100deg, #4dc493 0%, #65ddab 100%);
  background-image: -webkit-linear-gradient(100deg, #4dc493 0%, #65ddab 100%);
  background-image: -ms-linear-gradient(100deg, #4dc493 0%, #65ddab 100%);
  box-shadow: inset 0px -2px 4px 0px rgba(243, 248, 255, 0.3);
  border-radius: 50px;
  border-bottom: 4px solid #36b27f;
  font-family: 'Gilroy';
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  transition: all 1s; }
  .button:hover {
    transform: scale(0.97) translateY(5px); }

main button {
  width: 388px;
  height: 100px; }

.main__right {
  margin-top: 110px;
  margin-right: 100px;
  cursor: pointer; }
  .main__right .play {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background-image: -moz-linear-gradient(110deg, #4dc493 0%, #65ddab 100%);
    background-image: -webkit-linear-gradient(110deg, #4dc493 0%, #65ddab 100%);
    background-image: -ms-linear-gradient(110deg, #4dc493 0%, #65ddab 100%);
    box-shadow: inset 0px -2px 3px 0px rgba(243, 248, 255, 0.2);
    border-bottom: 4px solid #36b27f;
    position: relative;
    transition: all 1s;
    margin-bottom: 15px; }
    .main__right .play::after {
      content: '';
      width: 17px;
      height: 18px;
      background-color: #fff;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
      clip-path: polygon(0 0, 0% 100%, 100% 50%); }
  .main__right .text span {
    display: block;
    padding: 10px;
    background-color: #fff;
    margin-bottom: 4px;
    border-radius: 16px;
    font-size: 20px;
    line-height: 10px;
    font-weight: bold; }
    .main__right .text span:last-child {
      width: 80%; }
  .main__right:hover .play {
    transform: scale(0.97) translateY(5px); }

.block1__flex {
  margin-top: 125px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between; }

.block1__item {
  border-radius: 50px;
  background-color: white;
  box-shadow: 0px 20px 60px 0px rgba(38, 39, 43, 0.13);
  width: 270px;
  height: 326px;
  padding-top: 50px;
  position: relative; }
  .block1__item .title {
    text-align: center;
    font-size: 20px;
    line-height: 28px;
    font-weight: bold; }
  .block1__item::before {
    content: '';
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    border: 1px solid #efefef;
    border-radius: 47px;
    z-index: 2;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  .block1__item .check {
    position: absolute;
    top: 25px;
    left: 25px;
    border-radius: 50%;
    border-width: 3px;
    border-color: white;
    border-style: solid;
    border-radius: 50%;
    background-image: -moz-linear-gradient(100deg, #4dc493 0%, #65ddab 100%);
    background-image: -webkit-linear-gradient(100deg, #4dc493 0%, #65ddab 100%);
    background-image: -ms-linear-gradient(100deg, #4dc493 0%, #65ddab 100%);
    box-shadow: 0px 10px 40px 0px rgba(38, 39, 43, 0.2);
    width: 38px;
    height: 38px; }
    .block1__item .check::after {
      content: '';
      width: 13px;
      height: 11px;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      background-size: cover;
      background-position: 50% 50%;
      background-image: url("../img/icons/check.png"); }

.block1__item__img {
  width: 100%;
  height: 135px;
  position: relative;
  margin-bottom: 30px; }
  .block1__item__img img {
    position: absolute; }

.block1__item__img1 img {
  top: 5px;
  left: 50%;
  transform: translateX(-50%); }

.block1__item__img2 img {
  top: 10px;
  left: 56%;
  transform: translateX(-50%); }

.block1__item__img3 img {
  top: 25px;
  left: 50%;
  transform: translateX(-50%); }

.block1__item__img4 img {
  top: 10px;
  left: 50%;
  transform: translateX(-50%); }

.block2 {
  padding-top: 135px; }

.section__title {
  text-align: center;
  font-size: 40px;
  font-weight: bold; }

.block2__tabs {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin: 40px auto 75px auto;
  width: 560px;
  border-radius: 47px;
  border: 1px solid #eeeeee;
  padding: 7px; }

.block2__tab {
  width: 270px;
  height: 82px;
  position: relative;
  border-radius: 41px;
  text-align: center;
  cursor: pointer; }
  .block2__tab span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    opacity: .5;
    font-weight: bold; }

.block2__tab-active {
  background-image: -moz-linear-gradient(100deg, #4dc493 0%, #65ddab 100%);
  background-image: -webkit-linear-gradient(100deg, #4dc493 0%, #65ddab 100%);
  background-image: -ms-linear-gradient(100deg, #4dc493 0%, #65ddab 100%); }
  .block2__tab-active span {
    color: #fff;
    opacity: 1; }

.block2__items {
  min-height: 490px; }

.block2__item {
  align-items: center;
  display: none; }
  .block2__item ul {
    padding-top: 25px; }
  .block2__item li {
    padding-left: 48px;
    position: relative;
    font-size: 16px;
    line-height: 41px; }
    .block2__item li b {
      font-weight: bold; }
    .block2__item li::before {
      content: '';
      width: 30px;
      height: 30px;
      background-position: 50% 50%;
      background-repeat: no-repeat;
      background-image: url("../img/icons/check2.png");
      background-size: cover;
      position: absolute;
      top: 4px;
      left: 0; }

.block2__item__left {
  width: 550px; }
  .block2__item__left .price {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 32px; }
  .block2__item__left .material {
    padding: 25px 0;
    position: relative; }
    .block2__item__left .material span {
      font-size: 20px;
      line-height: 30px;
      font-weight: bold;
      margin-left: 30px; }
    .block2__item__left .material::after {
      content: '';
      position: absolute;
      left: 0;
      right: 0;
      width: 100%;
      height: 1px;
      background-image: linear-gradient(to right, #ebebeb, transparent);
      bottom: 0; }
    .block2__item__left .material::before {
      content: '';
      position: absolute;
      left: 0;
      right: 0;
      width: 100%;
      height: 1px;
      background-image: linear-gradient(to right, #ebebeb, transparent);
      top: 0; }
    .block2__item__left .material img {
      max-width: 55px; }

.block2__flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  position: relative;
  padding: 28px 0; }
  .block2__flex::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;
    background-image: linear-gradient(to right, #ebebeb, transparent);
    bottom: 0; }

.block2__flex__item .num {
  color: #65ddac;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 7px; }

.block2__flex__item .text {
  font-size: 16px;
  line-height: 24px;
  font-weight: bold; }

.block2__item__right {
  width: 570px;
  height: 480px;
  border-radius: 20px;
  position: relative;
  background-size: cover;
  background-position: 50% 50%; }
  .block2__item__right::before {
    content: '';
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    border-radius: 17px;
    border: 1px solid #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }

.block2__item-active {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between; }

.block3 {
  padding: 170px 0; }
  .block3 button {
    margin: 45px auto 0 auto;
    display: block;
    width: 388px;
    height: 100px; }

.block3__bg {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%); }

.block3__tabs {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin: 40px auto 75px auto;
  width: 100%;
  border-radius: 47px;
  background-color: #fff;
  border: 1px solid #eeeeee;
  padding: 7px; }

.block3__tab {
  width: 260px;
  height: 82px;
  position: relative;
  border-radius: 41px;
  text-align: center;
  cursor: pointer; }
  .block3__tab span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    opacity: .5;
    font-weight: bold; }

.block3__tab-active {
  background-image: -moz-linear-gradient(100deg, #4dc493 0%, #65ddab 100%);
  background-image: -webkit-linear-gradient(100deg, #4dc493 0%, #65ddab 100%);
  background-image: -ms-linear-gradient(100deg, #4dc493 0%, #65ddab 100%); }
  .block3__tab-active span {
    color: #fff;
    opacity: 1; }

.block3__items {
  min-height: 430px; }

.block3__item {
  display: none; }

.block3__item-active {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center; }

.block3__item__img {
  width: 470px;
  height: 430px;
  background-size: cover;
  background-position: 50% 50%;
  border-radius: 20px;
  position: relative; }
  .block3__item__img::before {
    content: '';
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    border-radius: 17px;
    border: 1px solid #ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }

.block3__interactive {
  display: none; }

.block3-active {
  display: block; }

.block3__item__right {
  width: 620px; }
  .block3__item__right .text {
    font-size: 16px;
    line-height: 30px;
    color: #7b7b7b; }
  .block3__item__right .title {
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 50px; }

.block3__flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin-bottom: 45px; }

.block3__flex__item__img {
  overflow: hidden;
  cursor: pointer;
  border-radius: 50%;
  width: 130px;
  height: 130px;
  position: relative;
  opacity: .6;
  transition: all .3s;
  border: 4px solid transparent;
  margin: 0 auto 24px auto; }
  .block3__flex__item__img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  .block3__flex__item__img:hover {
    opacity: 1;
    border: 4px solid #65ddac; }

.block3__flex__item__img-active {
  opacity: 1;
  border: 4px solid #65ddac; }

.block3__flex__item {
  text-align: center; }
  .block3__flex__item .t {
    font-weight: bold;
    font-size: 20px;
    line-height: 28px; }
  .block3__flex__item .price {
    font-weight: bold;
    font-size: 18px;
    line-height: 28px;
    color: #64ddab; }
  .block3__flex__item .t2 {
    font-size: 16px;
    line-height: 28px;
    color: #7b7b7b; }

.block3__flex2 {
  justify-content: space-around; }

.block4 {
  padding-bottom: 200px; }

.block4__main {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-end; }
  .block4__main .section__title {
    text-align: left; }

.block4__flex {
  width: 625px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between; }

.block4__item .title {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  line-height: 30px; }

.block4__img {
  width: 100%;
  height: 89px;
  margin-bottom: 30px;
  text-align: center; }

.block5__flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin-top: 65px; }

.block5__item {
  width: 370px;
  margin-bottom: 70px; }
  .block5__item:nth-child(n+4) {
    margin-bottom: 0; }
  .block5__item .title {
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
    margin-bottom: 15px; }
  .block5__item .text {
    font-size: 16px;
    line-height: 30px;
    color: #7b7b7b; }

.block5__img {
  height: 154px;
  margin-bottom: 24px;
  position: relative; }
  .block5__img img {
    position: absolute; }

.block5__img1 img {
  top: 0;
  left: -20px; }

.block5__img2 img {
  top: 0;
  left: 0; }

.block5__img3 img {
  top: 10px;
  left: -20px; }

.block5__img4 img {
  top: 20px;
  left: 0; }

.block5__img5 img {
  top: 20px;
  left: -20px; }

.block5__img6 img {
  top: 20px;
  left: -30px; }

.block6 {
  padding: 210px 0; }

.block6__bg {
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%); }

.block6__flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin-top: 70px;
  align-items: center;
  padding: 0 70px; }
  .block6__flex img:last-child {
    margin-top: -15px; }

.block7 {
  padding-bottom: 145px; }

.block7__flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin-top: 65px;
  margin-bottom: 15px; }

.block7__item {
  margin-bottom: 30px;
  border-radius: 20px;
  background-color: white;
  box-shadow: 0px 20px 50px 0px rgba(38, 39, 43, 0.08);
  width: 570px;
  min-height: 572px;
  position: relative;
  padding: 50px; }
  .block7__item::before {
    content: '';
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 17px;
    border: 1px solid #efefef; }

.block7__text {
  position: relative; }

.block7__img {
  border-radius: 50%;
  overflow: hidden;
  background-size: cover;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-color: #f7f7f7;
  width: 80px;
  height: 80px;
  margin-right: 30px; }

.block7__text {
  margin-bottom: 30px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: flex-start; }
  .block7__text .name {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px; }
  .block7__text .text {
    color: #7b7b7b;
    font-size: 16px;
    line-height: 30px; }

.block7__media {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between; }

.block7__media__item {
  width: 100%;
  position: relative; }
  .block7__media__item .title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px; }

.block7__media__img {
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  border-radius: 20px;
  width: 220px;
  height: 195px;
  position: relative; }
  .block7__media__img::before {
    content: '';
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 17px;
    border: 1px solid #fff; }
  .block7__media__img .play {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-image: -moz-linear-gradient(110deg, #4dc493 0%, #65ddab 100%);
    background-image: -webkit-linear-gradient(110deg, #4dc493 0%, #65ddab 100%);
    background-image: -ms-linear-gradient(110deg, #4dc493 0%, #65ddab 100%);
    box-shadow: inset 0px -2px 3px 0px rgba(243, 248, 255, 0.2);
    border-bottom: 4px solid #36b27f;
    position: relative;
    transition: all 1s;
    margin-bottom: 15px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
    .block7__media__img .play::after {
      content: '';
      width: 17px;
      height: 18px;
      background-color: #fff;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
      clip-path: polygon(0 0, 0% 100%, 100% 50%); }
  .block7__media__img:hover .play {
    transform: scale(0.97) translate(-52%, -50%); }

.block7__item-hidden {
  display: none; }

.block7__buttons {
  text-align: center; }
  .block7__buttons button {
    width: 388px;
    height: 100px; }
    .block7__buttons button:first-child {
      margin-right: 30px; }

.block8 {
  padding-bottom: 230px; }

.block8__slider {
  margin: 75px auto 0 auto;
  width: 570px; }
  .block8__slider .owl-stage-outer {
    overflow: visible; }
  .block8__slider .owl-prev, .block8__slider .owl-next {
    width: 69px;
    height: 69px;
    border-radius: 50%;
    position: absolute;
    background-color: #64ddab;
    top: 50%;
    transform: translateY(-50%); }
    .block8__slider .owl-prev img, .block8__slider .owl-next img {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
  .block8__slider .owl-next {
    right: -200px; }
  .block8__slider .owl-prev {
    left: -200px; }

.block8__slide {
  width: 100%;
  height: 700px;
  border-radius: 20px;
  box-shadow: 0px 15px 40px 0px rgba(38, 39, 43, 0.25);
  background-size: cover;
  background-position: 50% 50%;
  opacity: 0;
  transition: all .3s; }

.active .block8__slide {
  opacity: 1; }

.block8__pages {
  text-align: center;
  margin-top: 45px;
  font-size: 24px;
  font-weight: bold; }
  .block8__pages .total {
    color: #d5d5d4; }

.block9 {
  padding-bottom: 140px;
  overflow: visible; }

.block9__bg {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%); }

.block9__director {
  position: absolute;
  bottom: -140px;
  left: 82px; }

.block9__content {
  padding-left: 600px; }
  .block9__content .name {
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 15px; }
  .block9__content .job {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 50px; }
  .block9__content .text {
    font-size: 16px;
    line-height: 30px; }

.block10 {
  padding: 110px 0 120px 0; }

.block10__flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin-top: 65px;
  align-items: flex-start; }

.block10__block {
  width: 670px;
  border-radius: 20px;
  border: 1px solid #eeeeee; }

.block10__head {
  position: relative;
  height: 80px;
  cursor: pointer; }
  .block10__head span {
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    padding: 0 90px 0 40px;
    color: #7b7b7b;
    opacity: .6;
    font-size: 18px;
    font-weight: bold; }
  .block10__head .circle {
    top: 50%;
    transform: translateY(-50%);
    right: 30px;
    position: absolute;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 1px solid #eeeeee; }
    .block10__head .circle img {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }

.block10__item {
  border-bottom: 1px solid #eeeeee; }
  .block10__item:last-child {
    border-bottom: none; }

.block10__body {
  padding: 0 60px 40px 40px;
  display: none; }
  .block10__body .text {
    color: #7b7b7b;
    font-size: 16px;
    line-height: 30px;
    opacity: .7s; }

.block10__item-active .block10__head span {
  opacity: 1;
  color: #2b2926; }

.block10__item-active .block10__head .circle {
  background-image: -moz-linear-gradient(110deg, #4dc493 0%, #65ddab 100%);
  background-image: -webkit-linear-gradient(110deg, #4dc493 0%, #65ddab 100%);
  background-image: -ms-linear-gradient(110deg, #4dc493 0%, #65ddab 100%); }
  .block10__item-active .block10__head .circle img {
    transform: translate(-50%, -50%) rotate(180deg);
    filter: brightness(10); }

.block10__item-active .block10__body {
  display: block; }

.block10__form {
  border-radius: 20px;
  background-color: white;
  box-shadow: 0px 30px 50px 0px rgba(26, 23, 23, 0.07);
  width: 470px;
  border-radius: 20px;
  position: relative;
  padding: 40px 57px; }
  .block10__form::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    border-radius: 18px;
    border: 1px solid #eeeeee; }
  .block10__form .title {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px; }
  .block10__form input {
    width: 100%;
    height: 70px;
    background-color: #f9f9f9;
    border-radius: 5px;
    padding-left: 30px;
    font-family: 'Gilroy';
    font-weight: 500;
    font-size: 16px;
    position: relative;
    z-index: 2;
    margin-bottom: 10px; }
  .block10__form textarea {
    width: 100%;
    height: 140px;
    background-color: #f9f9f9;
    border-radius: 5px;
    padding-left: 30px;
    font-family: 'Gilroy';
    font-weight: 500;
    font-size: 16px;
    position: relative;
    z-index: 2;
    margin-bottom: 10px;
    resize: none;
    border: none;
    padding-top: 27px; }
  .block10__form button {
    height: 100px;
    width: 100%;
    display: block;
    position: relative;
    z-index: 2;
    margin-bottom: 20px; }
  .block10__form .checkbox {
    padding-left: 57px; }
    .block10__form .checkbox input {
      display: none; }
    .block10__form .checkbox span {
      display: inline-block;
      vertical-align: top;
      font-size: 14px;
      line-height: 22px;
      margin-left: 20px;
      margin-top: -5px; }
    .block10__form .checkbox .box {
      width: 20px;
      height: 20px;
      background-color: #64ddab;
      position: relative;
      display: inline-block;
      vertical-align: top; }
      .block10__form .checkbox .box img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        opacity: 0; }
    .block10__form .checkbox label {
      cursor: pointer; }
    .block10__form .checkbox input:checked + label .box img {
      opacity: 1; }

.block11 {
  height: 610px; }

#map {
  width: 100%;
  height: 100%; }

[class*="ymaps-2"][class*="-ground-pane"] {
  filter: grayscale(1); }

.block11__contacts {
  position: absolute;
  border-radius: 20px;
  background-color: white;
  box-shadow: 0px 30px 30px 0px rgba(32, 34, 38, 0.05);
  width: 404px;
  left: 15px;
  top: 65px;
  padding: 70px 65px;
  z-index: 2; }
  .block11__contacts .title {
    margin-bottom: 20px;
    font-size: 22px;
    font-weight: bold; }

.block11__img {
  width: 17px;
  height: 19px;
  position: absolute;
  top: 3px;
  left: 0; }
  .block11__img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }

.block11__item {
  padding-left: 25px;
  position: relative;
  margin-bottom: 18px; }
  .block11__item .text {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500; }

.block11__social .text {
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  margin-right: 16px; }

.block11__button {
  border-radius: 50%;
  background-image: -moz-linear-gradient(110deg, #4dc493 0%, #65ddab 100%);
  background-image: -webkit-linear-gradient(110deg, #4dc493 0%, #65ddab 100%);
  background-image: -ms-linear-gradient(110deg, #4dc493 0%, #65ddab 100%);
  width: 42px;
  height: 42px;
  position: relative; }
  .block11__button img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }

footer {
  padding: 30px 0; }

.layer {
  position: fixed;
  display: none;
  z-index: 10;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  overflow-y: scroll; }
  .layer::-webkit-scrollbar {
    width: 0; }

.layer__close {
  position: absolute;
  top: 30px;
  right: 30px;
  cursor: pointer; }

.popup {
  display: none; }

.thank {
  position: absolute;
  top: 50px;
  margin-bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  padding: 50px; }
  .thank .text {
    text-align: center;
    font-weight: bold;
    font-size: 20px; }

.callback-popup {
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 50px; }

.quiz {
  width: 970px;
  border-radius: 20px;
  background-color: #fff;
  position: absolute;
  top: 50px;
  margin-bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  padding: 80px 90px 50px 90px; }
  .quiz::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 18px;
    border: 1px solid #e5e5e5;
    width: calc(100% - 10px);
    height: calc(100% - 10px); }

.quiz__pages {
  position: absolute;
  top: 37px;
  left: 37px;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px; }
  .quiz__pages .curr {
    font-size: 26px;
    line-height: 28px; }
  .quiz__pages .total {
    color: #d2d2d2; }
  .quiz__pages * {
    display: inline-block;
    vertical-align: top; }

.quiz__slider {
  margin-bottom: 50px; }

.quiz__slide {
  padding: 0 2px; }
  .quiz__slide .title {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 35px; }

.quiz__flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-start; }

.quiz__answers {
  width: 380px; }

.quiz__answer {
  margin-bottom: 20px; }
  .quiz__answer label {
    cursor: pointer; }
  .quiz__answer input {
    display: none; }
  .quiz__answer .circle {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    border: 1px solid #dadada;
    margin-right: 20px;
    position: relative; }
    .quiz__answer .circle img {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 9px; }
  .quiz__answer span {
    font-size: 18px; }
  .quiz__answer:last-child {
    margin-bottom: 0; }
  .quiz__answer input:checked + label .circle {
    background-image: -moz-linear-gradient(100deg, #4dc493 0%, #65ddab 100%);
    background-image: -webkit-linear-gradient(100deg, #4dc493 0%, #65ddab 100%);
    background-image: -ms-linear-gradient(100deg, #4dc493 0%, #65ddab 100%);
    border-color: transparent; }

.quiz__items {
  width: 370px; }

.quiz__item {
  display: none; }
  .quiz__item .text {
    color: #939393;
    font-size: 16px;
    line-height: 30px;
    margin-top: 25px; }

.quiz__item-active {
  display: block; }

.quiz__img {
  width: 100%;
  height: 215px;
  border-radius: 20px;
  background-size: cover;
  background-position: 50% 50%; }

.quiz__buttons {
  text-align: center;
  position: relative; }
  .quiz__buttons button {
    width: 194px;
    height: 82px;
    border: 1px solid transparent; }
    .quiz__buttons button:first-child {
      margin-right: 10px; }
  .quiz__buttons .button-disabled {
    background-color: transparent;
    background-image: none;
    border: 1px solid #e5e5e5;
    color: #e5e5e5;
    cursor: not-allowed; }
    .quiz__buttons .button-disabled:hover {
      transform: none; }

.length-slider, .width-slider {
  width: 570px;
  margin: 65px auto 90px auto; }

.noUi-target {
  height: 5px;
  border-radius: 3px;
  background-color: #f5f5f5;
  border: none;
  box-shadow: none; }

.noUi-connect {
  background-color: #59d2a1; }

.noUi-horizontal .noUi-handle {
  box-shadow: none;
  cursor: pointer;
  width: 23px;
  height: 23px;
  border-radius: 50%;
  border: 5px solid #59d2a1;
  top: -9px;
  right: -12px !important; }
  .noUi-horizontal .noUi-handle::after, .noUi-horizontal .noUi-handle::before {
    display: none; }
  .noUi-horizontal .noUi-handle:focus {
    outline: none; }

.noUi-active {
  outline: none; }

.noUi-marker-normal {
  display: none; }

.noUi-marker-horizontal.noUi-marker-large {
  background-color: #d9d9d9;
  width: 1px;
  height: 20px;
  margin-left: 0;
  top: 0; }

.noUi-value {
  font-size: 16px; }

.noUi-tooltip {
  padding: 0;
  border: none;
  font-size: 18px;
  font-weight: bold;
  color: #2b2926;
  background-color: transparent;
  top: -35px;
  bottom: auto; }

.q2__answer label {
  text-align: center;
  display: block; }

.quiz__slide form {
  width: 770px;
  margin: 0 auto; }
  .quiz__slide form textarea {
    width: 100%;
    display: block;
    height: 140px;
    background-color: #f9f9f9;
    padding-left: 30px;
    font-size: 16px;
    font-family: 'Gilroy';
    font-weight: 500;
    padding-top: 25px;
    resize: none;
    border: none;
    margin-bottom: 25px; }

.input-fieldset {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin-bottom: 20px; }
  .input-fieldset input {
    width: 370px;
    height: 70px;
    background-color: #f9f9f9;
    padding-left: 30px;
    font-size: 16px;
    font-family: 'Gilroy';
    font-weight: 500; }

.button-fieldset {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  width: 630px;
  margin: 0 auto;
  align-items: center; }
  .button-fieldset button {
    width: 358px;
    height: 100px; }
  .button-fieldset .checkbox input {
    display: none; }
  .button-fieldset .checkbox span {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 22px;
    margin-left: 20px;
    margin-top: -5px; }
  .button-fieldset .checkbox .box {
    width: 20px;
    height: 20px;
    background-color: #64ddab;
    position: relative;
    display: inline-block;
    vertical-align: top; }
    .button-fieldset .checkbox .box img {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      opacity: 0; }
  .button-fieldset .checkbox label {
    cursor: pointer; }
  .button-fieldset .checkbox input:checked + label .box img {
    opacity: 1; }
