* {
  margin: 0;
  padding: 0;
  border: none;
  box-sizing: border-box; }

body {
  font-size: 16px;
  color: #231f20;
  position: relative; }

h1 {
  font-size: 38px;
  line-height: 38px; }

a {
  text-decoration: none;
  outline: none;
  color: #231f20; }

.clearfix:after {
  content: "";
  display: block;
  clear: both; }

.send-error {
  color: #d83f13; }

.send-success {
  color: #61D20C; }

.send-success,
.send-error {
  display: none;
  font-size: 16px;
  max-width: 300px;
  text-align: center;
  margin: 0 auto; }

.show {
  display: block !important; }

.hidden {
  display: none !important; }

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  font-family: "Exo 2 Light";
  font-size: 17px;
  line-height: 17px;
  color: #666666; }

input::-moz-placeholder,
textarea::-moz-placeholder {
  font-family: "Exo 2 Light";
  font-size: 17px;
  line-height: 17px;
  color: #666666; }

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  font-family: "Exo 2 Light";
  font-size: 17px;
  line-height: 17px;
  color: #666666; }

input:-moz-placeholder,
textarea:-moz-placeholder {
  font-family: "Exo 2 Light";
  font-size: 17px;
  line-height: 17px;
  color: #666666; }

body {
  font-family: "Exo 2"; }

section {
  display: block; }

.container {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  padding: 0 15px; }

.color_blue {
  color: #008dd1; }

.color_grey {
  color: #666666; }

header {
  position: fixed;
  left: 0;
  top: 0;
  background: white;
  width: 100%;
  z-index: 10; }

.header__wrapper {
  padding: 0;
  transition: all 0.5s ease; }
  .header__wrapper .header__title {
    float: left;
    font-family: "Exo 2";
    width: 260px;
    margin: 25px 25px 0 15px; }
    .header__wrapper .header__title span {
      font-size: 18px;
      font-family: "Exo 2 Bold"; }
  .header__wrapper .header__number {
    margin: 25px 15px 0;
    width: 175px;
    float: left;
    font-size: 16px; }
    .header__wrapper .header__number span {
      display: inline-block;
      vertical-align: top;
      width: 90px; }
    .header__wrapper .header__number span:first-child {
      width: auto;
      font-family: "Exo 2 Bold";
      font-size: 44px;
      line-height: 44px;
      margin-right: 5px;
      color: #ffd000; }
  .header__wrapper .header__phone {
    width: 300px;
    float: right;
    margin: 25px 0 0; }
    .header__wrapper .header__phone a {
      color: #231f20;
      font-family: "Exo 2 Bold";
      font-size: 30px;
      line-height: 12px; }
      .header__wrapper .header__phone a:before {
        content: '';
        display: inline-block;
        width: 25px;
        height: 25px;
        background: url(../img/phone.png) no-repeat;
        background-size: contain;
        margin: 0 5px 0 0;
        vertical-align: bottom; }
    .header__wrapper .header__phone span {
      color: #008dd1;
      font-size: 16px;
      font-family: "Exo 2";
      border-bottom: dotted 1px #008dd1; }
  .header__wrapper.menu__scroll {
    padding: 15px 0;
    /*transform: translateY(-100%);
    height: 0;
    padding: 0;
    overflow: hidden; */}
  .menu.menu_top.menu__scroll{
transform: translateY(-100%);
    height: 0;
    padding: 0;
    overflow: hidden;
  }
  .header__wrapper .show-menu {
    text-decoration: none;
    display: none;
    width: 35px;
    height: 35px;
    margin: 0 10px;
    position: absolute;
    right: 10px;
    top: 32px;
    transform: rotate(0deg);
    transition: 0.5s ease-in-out; }
    .header__wrapper .show-menu span {
      display: block;
      width: 100%;
      height: 4px;
      background: #008dd1;
      position: absolute;
      left: 0;
      transform: rotate(0deg);
      transition: 0.25s ease-in-out; }
      .header__wrapper .show-menu span:nth-child(1) {
        top: 0;
        transform-origin: left center; }
      .header__wrapper .show-menu span:nth-child(2) {
        top: 10px;
        transform-origin: left center; }
      .header__wrapper .show-menu span:nth-child(3) {
        top: 20px;
        transform-origin: left center; }
    .header__wrapper .show-menu.active span:nth-child(1) {
      transform: rotate(45deg);
      top: -7px;
      left: 0;
      width: 45px; }
    .header__wrapper .show-menu.active span:nth-child(2) {
      width: 0;
      opacity: 0; }
    .header__wrapper .show-menu.active span:nth-child(3) {
      transform: rotate(-45deg);
      top: 25px;
      left: 0;
      width: 45px; }

.logo {
  width: 150px;
  float: left;
  padding-top: 20px;
  transition: all 0.3s linear; }
  .logo img {
    width: 90%;
    transition: all 0.3s linear; }

.menu {
  font-size: 0;
  text-align: center;
  list-style-type: none; }
  .menu li {
    display: inline-block;
    vertical-align: middle; }
  .menu a {
    font-size: 20px;
    text-transform: lowercase; }
    .menu a:hover {
      color: #008dd1; }

.menu_top {
  padding: 30px; }
  .menu_top li {
    margin: 0 25px; }
    .menu_top li:first-child,.menu_top li.tel{display: none;}
    .menu__scroll li:first-child,.menu__scroll li.tel{display: inline-block;}
    .menu__scroll li.tel a{color: #231f20; font-family: "Exo 2 Bold"}
      .menu__scroll li:first-child img{width: 100px;}
  .menu_top a {
    font-size: 20px; }

.head {
  background: url(../img/top_bg.jpg) no-repeat;
  background-attachment: fixed;
  background-size: cover; }

.head__text {
  max-width: 655px;
  position: absolute;
  left: 15px;
  top: 60%;
  transform: translateY(-50%); }
  .head__text p {
    padding: 25px 0;
    font-size: 23px; }
  .head__text h1 {
    font-family: "Exo 2 Bold";
    font-size: 48px;
    line-height: 48px; }
  .head__text .head__arrow {
    position: absolute;
    bottom: 0;
    right: 0;
    transform: translateY(100%); }

form h2.form__title {
  font-size: 30px;
  line-height: 30px;
  font-family: "Exo 2 Bold"; }
form .form__text {
  font-family: "Exo 2 Light";
  font-size: 18px;
  padding: 10px 0; }
form .form__notice {
  font-family: "Exo 2 Light";
  font-size: 14px;
  margin-top: 10px; }
  form .form__notice:before {
    content: '';
    display: inline-block;
    vertical-align: baseline;
    margin: 0 5px 0 0;
    height: 13px;
    width: 13px;
    background: url("../img/lock.png") no-repeat;
    background-size: contain; }
form .form-group {
  position: relative;
  padding: 10px 0; }
  form .form-group input:not([type="submit"]) {
    display: inline-block;
    vertical-align: middle;
    font-size: 17px;
    line-height: 17px;
    font-family: "Exo 2 Light";
    background: white;
    padding: 10px 10px 10px 35px;
    border: solid 0.5px #e5e7e6;
    outline: none;
    color: #666666; }
  form .form-group img {
    width: 14px;
    position: absolute;
    top: 32px;
    left: 8px;
    transform: translateY(-50%); }

.fr-st input[type="text"],.fr-st input[type="email"]{margin-bottom: 20px;}
.fg_email{top: 95px!important;}
.fg_phone{top: 155px!important;}

.head__form {
  margin: 20% 15px 10% 0;
  width: 470px;
  background: white;
  padding: 30px 25px;
  float: right; }
  .head__form input {
    width: 100%; }
  .head__form textarea {
    outline: none;
    height: 110px;
    resize: none;
    width: 100%;
    border: solid 0.5px #e5e7e6;
    font-size: 17px;
    line-height: 17px;
    color: #666666;
    font-family: "Exo 2 Light";
    padding: 10px 10px 10px 5px; }
    .head__form textarea::-webkit-input-placeholder {
      padding-left: 30px;
      background: url("../img/form__msg.png") left no-repeat;
      background-size: 14px; }
    .head__form textarea::-moz-placeholder {
      padding-left: 30px;
      background: url("../img/form__msg.png") left no-repeat;
      background-size: 14px; }
    .head__form textarea:-ms-input-placeholder {
      padding-left: 30px;
      background: url("../img/form__msg.png") left no-repeat;
      background-size: 14px; }
    .head__form textarea:-moz-placeholder {
      padding-left: 30px;
      background: url("../img/form__msg.png") left no-repeat;
      background-size: 14px; }

.btn,
.form .form-group input[type="submit"] {
  display: inline-block;
  vertical-align: middle;
  padding: 15px;
  outline: none;
  color: white;
  font-family: "Exo 2 Bold";
  font-size: 24px;
  border-radius: 5px;
  background: #008dd1;
  background: -webkit-linear-gradient(top, #008dd1, #0480bb);
  background: -o-linear-gradient(top, #008dd1, #0480bb);
  background: -moz-linear-gradient(top, #008dd1, #0480bb);
  background: linear-gradient(top, #008dd1, #0480bb); }

.btn:hover {
  cursor: pointer;
  background: #0480bb;
  background: -webkit-linear-gradient(top, #0480bb, #008dd1);
  background: -o-linear-gradient(top, #0480bb, #008dd1);
  background: -moz-linear-gradient(top, #0480bb, #008dd1);
  background: linear-gradient(top, #0480bb, #008dd1); }

.section-title {
  font-family: "Exo 2 Bold";
  text-align: center;
  padding: 90px 0 60px;
  position: relative; }
  .section-title p {
    font-family: "Exo 2";
    font-size: 19px;
    line-height: 19px;
    margin: 20px 0; }
  .section-title:before {
    content: '';
    display: block;
    width: 500px;
    height: 1px;
    background: #008dd1;
    position: absolute;
    left: 50%;
    bottom: 43px;
    transform: translateX(-50%); }
  .section-title:after {
    content: '';
    display: block;
    width: 60px;
    height: 3px;
    background: #008dd1;
    position: absolute;
    left: 50%;
    bottom: 40px;
    transform: translateX(-50%); }

.features {
  background: url(../img/pair.jpg) no-repeat;
  background-size: contain;
  background-position: center;
  padding-bottom: 100px; }

.features__list {
  list-style-type: none;
  float: left;
  width: 301px; }
  .features__list li {
    margin-bottom: 50px; }
  .features__list .features__title {
    font-family: "Exo 2 Bold";
    font-size: 28px;
    line-height: 28px;
    margin: 15px 0; }
  .features__list .features__text {
    color: #404040;
    font-family: "Exo 2 Light";
    font-size: 19px; }

  .features__list:last-of-type {
    float: right;
    text-align: right; }

.man, .builder {
  background: url("../img/plan.jpg") no-repeat;
  background-size: cover;
  padding: 65px 0 40px; }
  .man form, .builder form {
    font-size: 0; }
    .man form .form-group, .builder form .form-group {
      margin: 40px 10px 40px 0;
      display: inline-block;
      vertical-align: middle; }
    .man form input:not([type="submit"]), .builder form input:not([type="submit"]) {
      width: 230px; }
    .man form input[type="submit"], .builder form input[type="submit"] {
      width: 270px;
      margin-left: 5px; }
  .man img, .builder img {
    position: absolute;
    bottom: -40px;
    right: 3%; }

.builder__form {
  margin-top: 150px;
  background: white;
  font-size: 0;
  position: relative;
  z-index: 2; }
  .builder__form .form-group {
    margin: 40px 10px 40px 0;
    display: inline-block;
    vertical-align: middle; }
  .builder__form input:not([type="submit"]) {
    width: 230px; }
  .builder__form input[type="submit"] {
    width: 270px;
    margin-left: 5px; }

.builder__img {
  position: absolute;
  right: 120px;
  bottom: -150px;
  z-index: 2; }

.video {
  background: url("../img/video.jpg") no-repeat;
  background-size: cover;
  color: white;
  text-align: center;
  padding: 90px 0 120px; }
  .video .section-title:before, .video .section-title:after {
    background: white; }
  .video .video__title {
    font-size: 28px;
    line-height: 28px;
    font-family: "Exo 2 Bold";
    padding: 30px 0 20px; }
  .video .video__text {
    font-size: 15px;
    font-family: "Exo 2 Light"; }
  .video .swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff;
    width: 10px !important;
    height: 10px !important; }
  .video .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: white;
    transition: all 0.3s ease;
    margin: 0 5px;
    opacity: 1; }
  .video .swiper-pagination {
    left: 50%;
    bottom: -50px;
    margin-left: -27px; }

.video__wrapper {
  width: 970px;
  margin: 0 auto; }

.video__container {
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  position: relative; }
  .video__container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .video__container .video__btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 150px;
    height: 150px;
    transition: all 0.3s ease;
    z-index: 2; }
    .video__container .video__btn svg {
      fill: #008dd1;
      width: 100%; }
    .video__container .video__btn:hover {
      cursor: pointer;
      width: 160px;
      height: 160px; }
  .video__container .video__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5); }

.difference {
  background: url("../img/hands.jpg") no-repeat;
  background-position: 10% bottom;
  background-size: 600px; }
  .difference .pagination {
    position: absolute;
    right: 0;
    width: 15px;
    top: 50%;
    transform: translateY(-50%);
    list-style-type: none; }
    .difference .pagination li {
      display: block;
      height: 20px;
      padding: 5px 0; }
      .difference .pagination li a {
        display: block;
        margin: 0 auto;
        width: 10px;
        height: 10px;
        border-radius: 5px;
        background: rgba(0, 0, 0, 0.2);
        transition: all 0.25s ease; }
        .difference .pagination li a:hover {
          border-radius: 8px;
          background: #008dd1; }
      .difference .pagination li.active a {
        width: 10px;
        height: 10px;
        border-radius: 8px;
        background: #008dd1; }

.difference__wrapper {
  position: relative; }

.difference__list {
  width: 50%;
  float: right;
  list-style-type: none;
  padding: 10px 15px 10px 0; }
  .difference__list li {
    position: relative;
    padding-left: 40px;
    margin: 10px 0;
    transition: all 0.3s ease; }
    .difference__list li .difference__title {
      color: #666666;
      font-family: "Exo 2 Bold";
      padding: 2.5px 0; }
      .difference__list li .difference__title:hover {
        cursor: pointer; }
    .difference__list li .difference__text {
      padding: 0;
      height: 0;
      transform: translateY(-100%);
      visibility: hidden;
      opacity: 0;
      transition: all 0.3s ease; }
    .difference__list li:after {
      content: '';
      display: block;
      width: 25px;
      height: 25px;
      background: url("../img/checked.png") no-repeat;
      background-size: contain;
      position: absolute;
      left: 0;
      top: 0;
      transition: all 0.3s ease; }
    .difference__list li.active .difference__title {
      color: #231f20; }
    .difference__list li.active .difference__text {
      padding: 10px 0;
      height: auto;
      transform: translateY(0);
      visibility: visible;
      opacity: 1; }
    .difference__list li.active:after {
      background: url("../img/check.png") no-repeat;
      background-size: contain; }

.girl {
  background: #F5F9FC;
  background-size: cover;
  overflow: hidden; }
  .girl form {
    position: relative;
    z-index: 2;
    max-width: 650px;
    padding: 65px 0 40px; }
    .girl form .form-group {
      margin: 5px 0;
      display: block; }
    .girl form input:not([type="submit"]) {
      width: 270px; }
    .girl form input[type="submit"] {
      width: 270px;
      margin: 10px 0; }
  .girl .girl__img {
    position: absolute;
    top: 0;
    right: -10%;
    z-index: 1;
    height: 100%; }

.guarantee__list {
  font-size: 0;
  text-align: center; }
  .guarantee__list li {
    display: inline-block;
    vertical-align: top;
    width: 370px;
    height: 242px;
    margin: 0 20px 20px 0;
    padding: 30px 55px;
    background: white;
    box-shadow: 0px 0px 54px -15px rgba(0, 0, 0, 0.43); }
  .guarantee__list li:nth-child(3n) {
    margin-right: 0; }
  .guarantee__list li:last-of-type {
    background: #008dd1;
    color: white;
    padding: 50px 70px; }
  .guarantee__list .guarantee__img {
    position: relative;
    height: 65px;
    width: 57px;
    margin: 0 auto 20px; }
    .guarantee__list .guarantee__img img {
      width: 100%;
      vertical-align: middle; }
  .guarantee__list .guarantee__title {
    font-family: "Exo 2 Bold";
    margin-bottom: 15px;
    font-size: 20px; }
  .guarantee__list .guarantee__text {
    font-family: "Exo 2 Light";
    font-size: 16px; }

.partners {
  margin-top: 60px; }
  .partners .swiper-container {
    width: 100%;
    height: 130px; }

.partners-slider {
  text-align: center;
  list-style-type: none; }
  .partners-slider li {
    display: inline-block;
    width: auto;
    vertical-align: middle;
    margin: 0 15px; }

.contacts {
  background: url("../img/map.jpg") no-repeat;
  background-size: auto 100%;
  background-position: left center;
  padding: 0 0 90px;
  margin: 90px 0 0;
  position: relative; }
  .contacts .section-title {
    text-align: left;
    padding: 90px 0 60px; }
    .contacts .section-title p {
      margin: 0;
      padding: 15px 0 20px; }
    .contacts .section-title:before {
      display: none; }
    .contacts .section-title:after {
      left: 0;
      bottom: 40px;
      transform: translate(0%, 0%); }
  .contacts .contacts__list {
    list-style-type: none;
    font-size: 18px;
    margin: 35px 0; }
    .contacts .contacts__list li {
      padding: 20px 0; }
      .contacts .contacts__list li .contacts__ico {
        width: 20px;
        height: 20px;
        margin-right: 15px;
        display: inline-block;
        vertical-align: middle; }
      .contacts .contacts__list li:nth-of-type(1) .contacts__ico {
        background: url("../img/contact_1.png") no-repeat;
        background-size: contain; }
      .contacts .contacts__list li:nth-of-type(2) .contacts__ico {
        background: url("../img/contact_2.png") no-repeat;
        background-size: contain; }
      .contacts .contacts__list li:nth-of-type(3) .contacts__ico {
        background: url("../img/contact_3.png") no-repeat;
        background-size: contain; }
  .contacts .contacts__phone {
    width: 270px;
    margin: 0 0 15px; }
    .contacts .contacts__phone a {
      color: #231f20;
      font-family: "Exo 2 Bold";
      font-size: 25px;
      line-height: 25px; }
      .contacts .contacts__phone a:before {
        content: '';
        display: inline-block;
        width: 25px;
        height: 25px;
        background: url(../img/phone.png) no-repeat;
        background-size: contain;
        margin: 0 5px 0 0;
        vertical-align: bottom; }
  .contacts .contacts__img {
    position: absolute;
    top: 50%;
    width: 50%;
    right: 0;
    transform: translateY(-50%);
    max-height: 90%; }
  .contacts .btn {
    width: 270px; }

footer {
  padding: 35px 0; }

.footer__wrapper {
  display: inline-block;
  vertical-align: middle; }
  .footer__wrapper .footer__title {
    float: left;
    font-family: "Exo 2";
    width: 260px;
    margin: 25px 25px 0 15px; }
    .footer__wrapper .footer__title span {
      font-size: 18px;
      font-family: "Exo 2 Bold"; }

.menu_bot {
  float: right;
  padding: 26px 0; }
  .menu_bot li {
    margin-left: 15px; }
    .menu_bot li a {
      font-size: 15px; }

.gallery {
  float: left;
  width: 670px; }
  .gallery .preview {
    height: 435px; }
    .gallery .preview img {
      width: 100%; }
  .gallery .thumbnails {
    font-size: 0; }
    .gallery .thumbnails li {
      display: inline-block;
      vertical-align: middle;
      width: 114px;
      height: 67px;
      margin: 20px 20px 0 0; }
      .gallery .thumbnails li:last-of-type {
        margin-right: 0; }
      .gallery .thumbnails li img {
        width: 100%;
        height: 100%; }
      .gallery .thumbnails li:hover, .gallery .thumbnails li.active {
        border: solid 2px #008dd1;
        cursor: pointer; }

.works__info {
  width: 500px;
  float: right;
  padding: 15px 0 15px 30px; }
  .works__info .works__title {
    font-size: 30px;
    font-family: "Exo 2 Bold"; }
  .works__info li {
    list-style-type: none;
    padding: 10px 0;
    color: #666666; }
    .works__info li:last-of-type span {
      vertical-align: top; }
  .works__info .works__ico {
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
    height: 26px; }
    .works__info .works__ico img {
      height: auto;
      vertical-align: middle; }
  .works__info .works__list-item {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    width: 425px; }
    .works__info .works__list-item span {
      font-family: "Exo 2 Bold";
      color: #231f20; }

.review {
  padding: 40px 0;
  font-size: 0; }
  .review .review__img {
    width: 170px;
    height: 171px;
    border-radius: 85px;
    display: inline-block;
    vertical-align: middle; 
    margin-top: 10px;}
    .review .review__img img {
      width: 100%;
      height: 100%; }
  .review .review__info {
    display: inline-block;
    vertical-align: middle;
    width: 1000px;
    padding-left: 30px;
    color: #666666;
    font-size: 20px; }
    .review .review__info .review__rating {
      width: 160px; }
      .review .review__info .review__rating img {
        width: 160px; }
    .review .review__info .review__text {
      padding: 10px 0; }
    .review .review__info .review__name {
      font-family: "Exo 2 Bold";
      color: #231f20; }
      .review .review__info .review__name span {
        display: block;
        color: grey;
        font-family: "Exo 2";
        font-size: 16px; }

.works .swiper-container {
  width: 100%;
  height: auto; }
.works .swiper-wrapper {
  list-style-type: none; }
.works .swiper-button-next,
.works .swiper-button-prev {
  top: 30%; }

.steps__list {
  font-size: 0;
  margin-bottom: 90px; }
  .steps__list li {
    display: inline-block;
    vertical-align: top;
    list-style-type: none;
    width: 100px;
    margin-right: 30px; }
    .steps__list li .steps__title {
      width: 100px;
      font-size: 15px;
      font-family: "Exo 2 Bold";
      padding-top: 25px;
      text-align: center; }
      .steps__list li .steps__title span {
        font-size: 12px;
        font-family: "Exo 2 Light"; }
    .steps__list li .steps__ico {
      display: block;
      margin: 0 auto;
      border-radius: 50px;
      width: 100px;
      height: 100px;
      position: relative;
      background-color: #f5f9fc;
      background-repeat: no-repeat;
      background-size: 50px;
      background-position: center;
      transition: all 0.25s ease; }
      .steps__list li .steps__ico:after {
        content: '\203A';
        position: absolute;
        width: 10px;
        height: 10px;
        right: -25px;
        top: 50%;
        transform: translate(-50%);
        font-size: 20px;
        line-height: 5px;
        text-align: right;
        font-family: "Exo 2 Bold";
        color: #008dd1; }
    .steps__list li:nth-of-type(1) .steps__ico {
      background-image: url(../img/step_1.png); }
    .steps__list li:nth-of-type(2) .steps__ico {
      background-image: url(../img/step_2.png); }
    .steps__list li:nth-of-type(3) .steps__ico {
      background-image: url(../img/step_3.png); }
    .steps__list li:nth-of-type(4) .steps__ico {
      background-image: url(../img/step_4.png); }
    .steps__list li:nth-of-type(5) .steps__ico {
      background-image: url(../img/step_5.png); }
    .steps__list li:nth-of-type(6) .steps__ico {
      background-image: url(../img/step_6.png); }
    .steps__list li:nth-of-type(7) .steps__ico {
      background-image: url(../img/step_7.png); }
    .steps__list li:nth-of-type(8) .steps__ico {
      background-image: url(../img/step_8.png); }
    .steps__list li:nth-of-type(9) .steps__ico {
      background-image: url(../img/step_9.png); }
    .steps__list li:hover .steps__ico {
      background-color: #008dd1; }
    .steps__list li:hover:nth-of-type(1) .steps__ico {
      background-image: url(../img/step_1_h.png); }
    .steps__list li:hover:nth-of-type(2) .steps__ico {
      background-image: url(../img/step_2_h.png); }
    .steps__list li:hover:nth-of-type(3) .steps__ico {
      background-image: url(../img/step_3_h.png); }
    .steps__list li:hover:nth-of-type(4) .steps__ico {
      background-image: url(../img/step_4_h.png); }
    .steps__list li:hover:nth-of-type(5) .steps__ico {
      background-image: url(../img/step_5_h.png); }
    .steps__list li:hover:nth-of-type(6) .steps__ico {
      background-image: url(../img/step_6_h.png); }
    .steps__list li:hover:nth-of-type(7) .steps__ico {
      background-image: url(../img/step_7_h.png); }
    .steps__list li:hover:nth-of-type(8) .steps__ico {
      background-image: url(../img/step_8_h.png); }
    .steps__list li:hover:nth-of-type(9) .steps__ico {
      background-image: url(../img/step_9_h.png); }

input.error {
  border-color: red !important; }
  input.error::-webkit-input-placeholder {
    color: red;
    font-style: italic; }
  input.error::-moz-placeholder {
    color: red;
    font-style: italic; }
  input.error:-ms-input-placeholder {
    color: red;
    font-style: italic; }
  input.error:-moz-placeholder {
    color: red;
    font-style: italic; }

label.error {
  display: block;
  color: red;
  font-style: italic;
  font-family: "Exo 2 Light";
  font-size: 16px; }

.left-btn {
  position: fixed;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  width: 52px;
  overflow: hidden;
  white-space: nowrap;
  transition: all 0.2s linear;
  z-index: 11; }
  .left-btn:hover {
    width: 216px;
    cursor: pointer; }
  .left-btn li {
    display: block;
    background-color: #ffd000;
    background-repeat: no-repeat;
    padding: 15px 45px 15px 65px;
    font-family: "Exo 2 Bold";
    margin-bottom: 2px; }
    .left-btn li:first-of-type {
      background-image: url(../img/left_1.png);
      background-position: 15px center; }
    .left-btn li:nth-last-of-type(2) {
      background-image: url(../img/left_2.png);
      background-position: 10px center; }
    .left-btn li:last-of-type {
      background-image: url(../img/left_3.png);
      background-position: 10px center; }

.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.6);
  z-index: 20;
  top: 0;
  left: 0; }

.overlay__container {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: white;
  width: 700px;
  min-height: 550px;
  box-shadow: 0px 0px 54px -15px rgba(0, 0, 0, 0.43);
  display: table; }
  .overlay__container form {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    padding: 0 72px; padding: 72px }
  .overlay__container .form__info {
    font-size: 28px;
    padding: 75px 0 25px; }
  .overlay__container input, .overlay__container .form__text {
    width: 410px; }
  .overlay__container input[type="submit"] {
    padding: 20px; }
  .overlay__container input[type="radio"] {
    position: absolute;
    opacity: 0;
    z-index: -1;
    visibility: hidden; }
  .overlay__container label {
    display: block;
    position: relative;
    padding-left: 30px;
    font-size: 18px;
    cursor: pointer; }
  .overlay__container .overlay__close {
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    background: url("../img/close.png") no-repeat;
    background-size: contain;
    transition: all 0.3s ease; }
    .overlay__container .overlay__close:hover {
      transform: rotate(-180deg);
      cursor: pointer; }
  .overlay__container .send-success {
    margin: 10px 0 0;
    max-width: 410px; }
  .overlay__container .check {
    border-radius: 50%;
    position: absolute;
    top: 2px;
    left: 0;
    height: 20px;
    width: 20px;
    background: white;
    border: solid 1px #008dd1; }
  .overlay__container input:checked ~ .check {
    background: white; }
  .overlay__container .check:after {
    content: '';
    position: absolute;
    display: none;
    left: 50%;
    top: 50%;
    height: 13px;
    width: 13px;
    border-radius: 50%;
    background: #008dd1;
    transform: translate(-50%, -50%); }
  .overlay__container input:checked ~ .check:after {
    display: block; }

.step {
  font-size: 0; }
  .step .calc__btn {
    font-size: 16px;
    margin-top: 20px; }
  .step:not(#step_4) .form-group {
    display: inline-block;
    width: 50%;
    vertical-align: top; }
  .step .calc__next {
    font-family: "Exo 2 Bold";
    display: block;
    float: left;
    width: 200px;
    padding: 15px 20px;
    background: #ffd000;
    text-align: center; }
  .step .calc__prev {
    font-family: "Exo 2 Bold";
    display: block;
    text-transform: lowercase;
    float: left;
    width: 50%;
    padding: 15px 20px;
    text-align: left; }
  .step#step_3 {
    margin-top: 30px; }
    .step#step_3 .form__info {
      font-size: 28px;
      padding: 10px 0; }

.calc__head {
  position: absolute;
  top: 30px;
  left: 0;
  text-align: right;
  font-size: 16px; }
  .calc__head .cacl__title {
    font-family: "Exo 2 Bold";
    padding: 0 20px 15px; }
  .calc__head .cacl__step {
    background: #ffd000;
    padding: 15px 20px 15px;
    width: 200px;
    line-height: 16px; }

@media screen and (max-width: 1024px) {
  .container {
    width: 930px; }

  header .container {
    width: 100%; }

    .menu__scroll li:first-child{display: none;}

  .menu_top {
    position: fixed;
    background: white;
    width: 100%;
    left: 0;
    top: 0;
    transition: all 0.3s linear;
    padding: 0 0 10px;
    transform: translateY(-100%);
    z-index: 8;
    visibility: hidden; }
    .menu_top.active {
      top: 87px;
      transform: translateY(0%);
      visibility: visible; }
    .menu_top li {
      margin: 10px 25px;
      display: block; }

  .header__wrapper {
    padding: 10px 0;
    position: relative;
    z-index: 9; }
    /*.header__wrapper .header__title, .header__wrapper .header__number, .header__wrapper .header__phone {
      display: none; }*/
    .header__wrapper .header__title, .header__wrapper .header__number,.header__wrapper .show-menu {
      display: none!important; }
    .header__wrapper .header__phone{margin-top: 10px;}
    .header__wrapper .header__phone a{font-size: 16px; float: right; text-align: right; position: relative; top: -6px;}
    .header__wrapper .header__phone a:before{position: relative; top: 10px; background-size: 15px; margin: 0}
    .header__wrapper.menu__scroll .header__phone{width: 180px; margin-top: 0;}
    .header__wrapper .header__phone span{display: block; font-size: 14px; margin-top: 8px; border: none;}
    .header__wrapper .show-menu {
      display: block;
      right: 0; }
    .header__wrapper.menu__scroll {
      transform: translateY(0%);
      height: auto;
      padding: 10px 0;
      overflow: hidden; }
      .header__wrapper.menu__scroll .logo {
        width: 115px; }
      .header__wrapper.menu__scroll .show-menu {
        top: 26px; }
      .header__wrapper.menu__scroll + .menu_top {
        top: 72px; }

  .video__wrapper {
    width: 720px; }

  .features {
    background-size: 700px;
    padding-bottom: 40px; }

  .head__form {
    margin: 12% 15px 10% 0; }

  .head__text {
    max-width: 415px; }
    .head__text h1 {
      font-size: 38px;
      line-height: 32px; }
    .head__text .head__arrow {
      bottom: 15px;
      right: 15px; }

  .man form, .builder form {
    z-index: 2;
    position: relative; }

  .man img {
    z-index: 1; }

  .difference {
    background: none; }

  .difference__list {
    width: 100%;
    padding: 10px 30px 10px 0; }

  .steps__list {
    text-align: center; }
    .steps__list li {
      margin-right: 55px; }
      .steps__list li .steps__ico:after {
        right: -36px; }
      .steps__list li:nth-of-type(5) span:after, .steps__list li:nth-of-type(9) span:after {
        display: none; }

  .girl .girl__img {
    right: -33%; }

  .gallery {
    width: 400px; }
    .gallery .preview {
      height: 240px; }
    .gallery .thumbnails li {
      width: 120px;
      height: 70px; }
    .gallery .thumbnails li:nth-of-type(3) {
      margin-right: 0; }

  .works__info {
    width: 500px;
    padding: 0 0 15px 30px; }

  .review .review__info {
    width: 730px; }

  .builder__img {
    right: -14px; }

  .builder__form {
    z-index: 3;
    background: transparent; }

  .contacts {
    background-position: -240px center;
    padding: 0 0 60px; }
    .contacts .section-title {
      padding: 60px 0 35px; }
    .contacts .contacts__list {
      margin: 0 0 20px; }
    .contacts .contacts__img {
      width: auto;
      right: -78px;
      max-height: 100%;
      height: 420px; }

  .footer__wrapper .logo {
    width: 125px; }
  .footer__wrapper .footer__title {
    width: 100px;
    margin: 18px 25px 0 15px;
    font-size: 10px; } }
@media screen and (max-width: 768px) {
  .container {
    width: 100%; }

  .head {
    padding: 150px 0 100px; }

  .head__text {
    position: relative;
    top: auto;
    left: auto;
    transform: translateY(0%);
    padding: 0 0 0 55px; }
    .head__text .head__arrow {
      display: none; }

  .head__form {
    margin: 40px auto;
    float: none; }

  .features {
    background: none; }

  .section-title {
    padding: 90px 35px 60px; }

  .man form .form-group, .builder form .form-group {
    margin: 5px 0;
    display: block; }

  .man img {
    width: 255px; }

  .video__wrapper {
    width: 90%; }

  .left-btn {
    left: auto;
    right: 0; }

  .steps__list li {
    width: 95px;
    margin: 0 25px 15px; }

  .girl form {
    max-width: 370px; }

  .gallery {
    width: 100%; }

  .gallery .thumbnails li {
    width: 18%;
    margin: 20px 2.5% 0 0; }

  .works__info {
    width: 100%;
    padding: 15px 0; }
    .works__info .works__list-item {
      width: 80%; }

  .review .review__img {
    width: 130px;
    height: auto;
    display: block;
    margin: 0 auto; }

  .review .review__info {
    width: 100%;
    padding: 0; }
    .review .review__info .review__rating {
      width: 160px;
      margin: 10px auto 0; }

  .guarantee__list li {
    width: 100%; }

  .builder__form {
    margin-top: 60px; }
    .builder__form .form-group {
      margin: 5px 0;
      display: block;
      vertical-align: middle; }

  .builder__img {
    right: 10px;
    width: 245px; }

  form .form__notice {
    max-width: 500px; }

  .contacts {
    background-position: left center; }
    .contacts .contacts__img {
      display: none; }

  .guarantee__list li {
    margin: 0 0 20px 0; }

  .footer__wrapper .footer__title {
    display: none; }

  .gallery .thumbnails li:nth-of-type(3) {
    margin-right: 2.5%; }

  .gallery .preview {
    height: auto; }

  .menu_bot {
    padding: 0;
    text-align: left;
    width: 290px; }

  .menu_bot li {
    margin-left: 0;
    width: 50%;
    text-align: left; }

  .overlay__container {
    padding: 30px;
    width: 100%;
    max-width: 490px; }
    .overlay__container form {
      width: 100%;
      padding: 0; }
    .overlay__container input, .overlay__container .form__text {
      width: 100%; }

  .step {
    margin-top: 40px; }
    .step .calc__btn {
      font-size: 14px; }
    .step .calc__next {
      font-family: "Exo 2 Bold";
      display: block;
      float: left;
      width: 50%;
      padding: 15px 20px;
      background: #ffd000;
      text-align: center; }
    .step .calc__prev {
      font-family: "Exo 2 Bold";
      display: block;
      text-transform: lowercase;
      float: left;
      width: 50%;
      padding: 15px 8px;
      text-align: center; }
    .step .form__info {
      padding: 15px 0;
      font-size: 20px !important; } }
@media screen and (max-width: 568px) {
  .head__text {
    padding: 0; }

  .head__form {
    width: 100%;
    max-width: 384px; }

  .section-title {
    padding: 60px 0 60px; }
    .section-title:before {
      width: 90%; }

  .features__list:last-of-type {
    float: none;
    text-align: left; }

  .features__list {
    float: none;
    width: 100%; }

  .man img {
    display: none; }

  .man form input:not([type="submit"]),
  .builder__form input:not([type="submit"]),
  .girl form input:not([type="submit"]),
  .man form input[type="submit"],
  .builder__form input[type="submit"],
  .girl form input[type="submit"] {
    width: 100%; }

  .video__wrapper {
    width: 100%; }

  h1 {
    font-size: 30px;
    line-height: 30px; }

  .steps__list li .steps__ico:after {
    display: none; }

  .steps__list li {
    margin: 0 24px 15px; }

  .steps__list {
    margin-bottom: 60px; }

  .girl .girl__img {
    display: none; }

  .gallery {
    width: 100%; }

  .gallery .thumbnails li {
    width: 18%;
    margin: 10px 2.5% 0 0;
    height: auto; }

  .works .swiper-button-next,
  .works .swiper-button-prev {
    display: none; }

  .guarantee__list li {
    padding: 30px 20px; }

  .builder__img {
    display: none; }

  footer {
    padding: 20px 0; }

  .menu_bot {
    padding: 10px 0;
    width: 100%; }

  .girl form,
  .man form,
  .builder__form form {
    max-width: 100%; }

  .man form input[type="submit"],
  .builder__form input[type="submit"] {
    margin-left: 0; }

  .partners {
    margin-top: 0; }

  .contacts .btn {
    width: 100%;
    text-align: center; } }

/*# sourceMappingURL=style.css.map */
