/* Fonts */
@font-face {
  font-family: 'ProximaNova';
  src: url("../fonts/ProximaNova-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'ProximaNova';
  src: url("../fonts/ProximaNova-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'ProximaNova';
  src: url("../fonts/ProximaNova-Semibold.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'ProximaNova';
  src: url("../fonts/ProximaNova-Black.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

/*  */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  min-width: 100%;
  min-height: 100%;
}

body {
  width: 100%;
  margin: 0;
  padding: 0;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style-type: none;
}

p, input {
  font-family: 'ProximaNova';
  padding: 0;
  margin: 0;
}

a {
  color: #000;
  text-decoration: none;
  display: block;
}

button {
  cursor: pointer;
  border: none;
  outline: none;
  background-color: transparent;
  font-family: 'ProximaNova';
}

.wrapper {
  width: 100%;
  min-height: 100vh;
  min-width: 1280px;
  font-family: 'ProximaNova';
  font-weight: normal;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.main__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.container {
  width: 100%;
  height: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.header__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #e9e7e6;
}

.header__top .header__logo {
  margin-left: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header__top .header__top__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
}

.header__top .header__top__left .header__phone, .header__top .header__top__left .signin__link {
  color: #a29e9c;
  font-size: 13px;
  line-height: 0.85;
}

.header__top .header__top__left .header__signin {
  margin-left: 24px;
}

.header__top .header__top__left .header__signin .signin__link {
  background-color: #6e7992;
  padding: 8px 12px 8px 40px;
  color: #d6d6d6;
  border-radius: 2px;
  position: relative;
}

.header__top .header__top__left .header__signin .signin__link:before {
  content: url("../../img/action-logo-w.svg");
  position: absolute;
  left: 7px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.section__hero {
  padding-top: 57px;
  background: url("../../img/hero-bg.png") no-repeat center center;
  background-size: cover;
}

.section__hero .hero__logo {
  margin-bottom: 72px;
}

.section__hero .hero__desc {
  font-size: 17px;
  color: #2d3039;
  margin-bottom: 38px;
}

.section__hero .hero__desc span {
  margin-top: 10px;
  display: block;
}

.section__hero .hero__title {
  font-size: 46px;
  color: #2d3039;
}

.section__hero .hero__title span {
  display: block;
}

.section__hero .hero__button {
  padding: 36px 0 156px;
}

.section__hero .hero__button .button {
  border-radius: 5px;
  width: 360px;
  height: 50px;
  color: #fff;
  background-color: #0278ff;
  font-size: 18px;
  color: #fff;
}

.section__about .about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 47px;
}

.section__about .about .about__left {
  padding-top: 32px;
  min-width: 600px;
}

.section__about .about .about__left .about__menu {
  margin-bottom: 33px;
}

.section__about .about .about__left .about__menu:last-child {
  margin-bottom: 0;
}

.section__about .about .about__left .about__menu .menu__caption {
  font-size: 35px;
  color: #4a4a4a;
  line-height: 1.2;
  margin-bottom: 12px;
  font-weight: 500;
}

.section__about .about .about__left .about__menu .menu {
  padding-left: 20px;
}

.section__about .about .about__left .about__menu .menu .menu__list {
  color: #2d3039;
  font-size: 18px;
  line-height: 1.94;
}

.section__about .about .about__right {
  margin-left: 51px;
}

.section__about .about .about__right .about__form .form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 28px 24px;
  background-color: #0278ff;
  position: relative;
  top: -64px;
  margin-bottom: -64px;
}

.section__about .about .about__right .about__form .form .form__title {
  color: #fff;
  font-size: 30px;
  margin-bottom: 21px;
}

.section__about .about .about__right .about__form .form .form__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #fff;
  margin-top: 10px;
}

.section__about .about .about__right .about__form .form .form__label .form__input {
  width: 100%;
  height: 40px;
  margin-top: 10px;
  border-radius: 3px;
  border: 1px solid #dbdbdb;
  padding-left: 20px;
  font-size: 16px;
}

.section__about .about .about__right .about__form .form .form__checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 19px;
  color: #fff;
  font-size: 14px;
  position: relative;
  cursor: pointer;
}

.section__about .about .about__right .about__form .form .form__checkbox .input__chekbox {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.section__about .about .about__right .about__form .form .form__checkbox .check__box {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 3px;
  background-color: #fff;
  margin-right: 8px;
}

.section__about .about .about__right .about__form .form .form__checkbox .input__chekbox:checked + .check__box {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='10' viewBox='0 0 13 10'%3E%3Cpath fill='none' fill-rule='nonzero' stroke='%23979797' d='M0 4.027L4.984 9 13 1'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
}

.section__about .about .about__right .about__form .form .form__checkbox .input__chekbox:focus + .check__box {
  border: 1px solid green;
}

.section__about .about .about__right .about__form .form .form__button {
  width: 100%;
  font-size: 18px;
  color: #fff;
  height: 40px;
  margin-top: 24px;
  color: #435466;
  border-radius: 3px;
  background-color: #fff;
}

.section__about .about .about__right .about__text {
  margin-top: 43px;
  padding: 0 26px 0 15px;
}

.section__about .about .about__right .about__text .text {
  font-size: 18px;
  line-height: 1.39;
  color: #2d3039;
  margin-bottom: 30px;
}

.section__about .about .about__right .menu {
  padding: 0 26px 0 15px;
  max-width: 473px;
}

.section__about .about .about__right .menu .menu__list {
  margin-top: 24px;
}

.section__about .about .about__right .menu .menu__list:fist-child {
  margin-top: 0;
}

.section__about .about .about__right .menu .menu__list .list__link {
  font-size: 18px;
  color: #2b4fd4;
  text-decoration: underline;
  line-height: 1.39;
}

.section__review {
  background-color: #eaecee;
  padding-top: 50px;
}

.section__review .review .review__title {
  font-size: 45px;
  color: #2d3039;
}

.section__review .review .review__content {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.section__review .review .review__content .content__box {
  width: calc(50% - 105px);
  margin-bottom: 50px;
}

.section__review .review .review__content .content__box .user__photo {
  width: 151px;
  height: 151px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 13px;
}

.section__review .review .review__content .content__box .user__photo img {
  max-width: 100%;
}

.section__review .review .review__content .content__box .user__name {
  font-size: 17px;
  line-height: 1.76;
  color: #2d3039;
}

.section__review .review .review__content .content__box .user__review {
  margin-top: 24px;
}

.section__review .review .review__content .content__box .user__review .review__caption {
  font-size: 30px;
}

.section__review .review .review__content .content__box .user__review .review__desc {
  margin-top: 14px;
  font-size: 20px;
  line-height: 1.5;
}

.section__review .review .review__content .content__box:nth-child(odd) {
  margin-right: 105px;
}

.section__order {
  background-color: #eaecee;
  padding-top: 33px;
  padding-bottom: 77px;
}

.section__order .order .order__title {
  font-size: 35px;
}

.section__order .order .order__form {
  margin-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.section__order .order .order__form .form__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 14px;
  text-transform: uppercase;
  width: 30%;
  margin-right: 10px;
}

.section__order .order .order__form .form__label .form__input {
  height: 50px;
  margin-top: 6px;
  padding-left: 20px;
  font-size: 16px;
}

.section__order .order .order__form .form__button {
  padding: 0;
  min-width: 300px;
  font-size: 18px;
  color: #fff;
  width: 300px;
  height: 50px;
  background-color: #ff9f36;
  border-radius: 3px;
  margin-left: 20px;
}

.section__footer {
  font-family: 'ProximaNova';
  background: #eaecee;
}

.section__footer .footer {
  padding-top: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-bottom: 70px;
}

.section__footer .footer .footer__content {
  font-size: 13px;
  color: #2d3039;
}

.section__footer .footer .footer__content .footer__rules {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
}

.section__footer .footer .footer__content .footer__rules .rules__link {
  color: #2d3039;
}

.section__footer .footer .footer__content .footer__rules .private__policy {
  margin-left: 5px;
}

.section__footer .footer .footer__content .footer__rules .private__policy .private__link {
  color: #2d3039;
}

.section__footer .footer .footer__phone .phone__text {
  font-size: 13px;
  color: #2d3039;
}

.section__footer .footer .footer__phone .phone__number {
  font-size: 18px;
  letter-spacing: .28px;
  color: #2d3039;
  font-weight: bold;
}

.section__footer .footer .footer__logo {
  font-size: 0;
  -ms-flex-item-align: end;
      align-self: flex-end;
}
/*# sourceMappingURL=main.css.map */