@font-face {
  font-family: 'gothampro400';
  src: url("./files/fonts/gothampro/GothamPro.eot");
  src: url("./files/fonts/gothampro/GothamPro.eot?iefix") format("eot"), url("./files/fonts/gothampro/GothamPro.woff") format("woff"), url("./files/fonts/gothampro/GothamPro.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'gothampro700';
  src: url("./files/fonts/gothampro/GothamPro-Bold.eot");
  src: url("./files/fonts/gothampro/GothamPro-Bold.eot?iefix") format("eot"), url("./files/fonts/gothampro/GothamPro-Bold.woff") format("woff"), url("./files/fonts/gothampro/GothamPro-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'gothampro500';
  src: url("./files/fonts/gothampro/GothamPro-Medium.eot");
  src: url("./files/fonts/gothampro/GothamPro-Medium.eot?iefix") format("eot"), url("./files/fonts/gothampro/GothamPro-Medium.woff") format("woff"), url("./files/fonts/gothampro/GothamPro-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal; }

* {
  font-family: 'gothampro500', sans-serif;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #363636;
  font-size: 16px;
  font-weight: 500; }

a {
  color: #36201F;
  text-decoration: none; }
  a:hover {
    color: #36201F;
    text-decoration: none; }

*::before, *::after {
  max-width: 100%; }

body {
  background-color: #fff; }

ul {
  margin: 0; }

li {
  margin: 0;
  padding: 0; }

img, svg {
  display: block;
  max-height: 100%;
  max-width: 100%; }

h1, h2, h3, h4, h5, p {
  margin: 0;
  padding: 0; }

input {
  max-width: 100%; }

input[type="submit"] {
  padding: 1px 5px; }

.container {
  height: 100%; }

.header {
  padding-top: 15px; }
  .header-logo h1 {
    font-size: 28px;
    font-family: 'gothampro700';
    text-align: center;
    margin-bottom: 15px;
    color: #363636; }
  .header-tagline {
    display: none; }
  .header-phones__wrap {
    position: relative;
    padding-left: 40px;
    background-image: url("./files/imgs/icons/phone.svg");
    background-position: 5px center;
    background-repeat: no-repeat;
    background-size: 30px;
    height: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 260px;
    margin: 0 auto; }
    .header-phones__wrap a {
      font-size: 14px;
      font-family: 'gothampro700';
      margin-right: 15px;
      display: inline-block; }
      .header-phones__wrap a:last-child {
        color: #ef3804;
        margin-right: 0; }

.main {
  max-width: 100vw;
  overflow-x: hidden; }
  .main .slide {
    margin-bottom: 20px; }
    .main .slide__wrap {
      max-width: 450px;
      margin: 0 auto; }
      .main .slide__wrap img {
        max-width: none;
        width: 450px; }
  .main .advantages {
    margin-bottom: 20px; }
    .main .advantages__item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      max-width: 290px;
      margin: 0 auto 15px; }
      .main .advantages__item:last-child {
        margin-bottom: 0; }
      .main .advantages__item-img {
        width: 88px;
        min-width: 88px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-right: 15px; }
        .main .advantages__item-img svg {
          display: inline-block; }
          .main .advantages__item-img svg.svg-1 {
            width: 35px;
            height: 35px; }
          .main .advantages__item-img svg.svg-2 {
            width: 56px;
            height: 28px; }
          .main .advantages__item-img svg.svg-3 {
            width: 31px;
            height: 29px; }
          .main .advantages__item-img svg.svg-4 {
            width: 47px;
            height: 27px; }
          .main .advantages__item-img svg.svg-5 {
            width: 36px;
            height: 24px; }
          .main .advantages__item-img svg.svg-6 {
            width: 34px;
            height: 34px; }
      .main .advantages__item-text {
        font-family: 'gothampro500';
        font-size: 14px;
        line-height: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
  .main .form__wrap {
    padding: 30px;
    border: 5px solid #f1c037;
    border-radius: 30px;
    width: 280px;
    margin: 0 auto; }
    .main .form__wrap form h3 {
      font-size: 18px;
      text-align: center;
      margin-bottom: 15px; }
    .main .form__wrap form label {
      margin-bottom: 15px;
      width: 100%; }
      .main .form__wrap form label span {
        font-family: 'gothampro500';
        font-size: 14px;
        color: #363636;
        padding-left: 15px;
        display: block;
        margin-bottom: 3px;
        max-width: 230px;
        width: 100%; }
      .main .form__wrap form label input {
        font-family: 'gothampro400';
        font-size: 14px;
        color: #919191;
        padding-left: 15px;
        border-radius: 15px;
        border: 2px solid #919191;
        width: 100%;
        max-width: 230px;
        height: 35px;
        cursor: pointer; }
        .main .form__wrap form label input:focus, .main .form__wrap form label input:hover {
          outline: none !important;
          border: 2px solid #f1c037;
          background-color: #f5efdf; }
    .main .form__wrap form input[type="submit"] {
      border-radius: 14px;
      background-color: #ee3a08;
      -webkit-box-shadow: 0px 3px 0px 0px rgba(165, 40, 6, 0.004);
      box-shadow: 0px 3px 0px 0px rgba(165, 40, 6, 0.004);
      width: 190px;
      height: 36px;
      color: #fff;
      font-size: 12px;
      margin: 0 auto;
      display: block;
      cursor: pointer;
      outline: none; }
      .main .form__wrap form input[type="submit"]:hover {
        background-color: #ee0009; }

.footer {
  padding-top: 15px; }

@media screen and (min-width: 768px) {
  .header {
    padding-top: 15px; }
    .header-logo h1 {
      font-size: 35px;
      margin-bottom: 0; }
    .header-tagline {
      display: block;
      padding-left: 30px; }
      .header-tagline p {
        padding-left: 40px;
        background-image: url("./files/imgs/icons/24.svg");
        background-repeat: no-repeat;
        background-size: 34px;
        background-position: left center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-line-pack: center;
        align-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        line-height: 1.1; }
        .header-tagline p span {
          font-size: 16px; }
    .header-phones__wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-line-pack: center;
      align-content: center;
      line-height: 1.1; }
      .header-phones__wrap a {
        margin-right: 0;
        font-size: 16px; }
        .header-phones__wrap a:last-child {
          padding-left: 78px; }
  .main .slide__wrap {
    max-width: 675px; }
    .main .slide__wrap img {
      width: 675px; }
  .main .advantages {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin-bottom: 0; }
    .main .advantages__item {
      margin-bottom: 0; }
      .main .advantages__item:first-child {
        display: none; }
      .main .advantages__item-text {
        font-size: 16px; } }

@media screen and (min-width: 992px) {
  html {
    height: 100vh !important;
    position: relative; }
  body {
    min-height: 100vh; }
  .header-logo h1 {
    font-size: 40px; }
  .header-tagline p {
    max-width: 180px;
    margin: 0 auto;
    height: 100%; }
    .header-tagline p span {
      font-size: 18px; }
  .header-phones__wrap {
    height: 100%;
    max-width: 206px; }
    .header-phones__wrap a {
      font-size: 18px;
      margin-left: auto; }
      .header-phones__wrap a:last-child {
        padding-left: 0;
        display: block;
        margin-left: auto; }
  .main {
    min-height: calc(100vh - 63px); }
    .main .content, .main .container-fluid, .main .row {
      min-height: calc(100vh - 63px); }
    .main .row {
      position: relative;
      padding-bottom: 110px; }
    .main .slide {
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1;
      margin-bottom: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .main .slide__wrap {
        width: 100%;
        max-width: 100%; }
        .main .slide__wrap img {
          width: 100%;
          max-width: 100%; }
    .main .advantages {
      -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
      order: 3;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      position: absolute;
      left: 0;
      bottom: 30px; }
      .main .advantages__item {
        padding-right: 15px; }
        .main .advantages__item:nth-child(2) .advantages__item-text {
          min-width: 170px;
          width: 170px; }
        .main .advantages__item:nth-child(3) .advantages__item-text {
          min-width: 105px;
          width: 105px; }
        .main .advantages__item:nth-child(5) .advantages__item-text {
          min-width: 170px;
          width: 170px; }
        .main .advantages__item:last-child {
          padding-right: 0; }
        .main .advantages__item-img {
          width: auto;
          min-width: 0;
          -webkit-box-flex: 1;
          -ms-flex: 1 0 auto;
          flex: 1 0 auto; }
          .main .advantages__item-img svg.svg-2 {
            min-width: 80px;
            max-width: 80px;
            max-height: 40px;
            min-height: 40px; }
          .main .advantages__item-img svg.svg-3 {
            min-width: 40px;
            max-width: 40px;
            max-height: 40px;
            min-height: 40px; }
          .main .advantages__item-img svg.svg-4 {
            min-width: 53px;
            max-width: 53px;
            max-height: 36px;
            min-height: 36px;
            margin-right: 5px; }
          .main .advantages__item-img svg.svg-5 {
            min-width: 42px;
            max-width: 42px;
            max-height: 30px;
            min-height: 30px; }
          .main .advantages__item-img svg.svg-6 {
            min-width: 45px;
            max-width: 45px;
            max-height: 45px;
            min-height: 45px; }
        .main .advantages__item-text {
          font-size: 18px; }
    .main .form {
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2;
      -ms-flex-item-align: center;
      align-self: center; }
  .footer {
    padding-top: 0; } }

@media screen and (min-width: 1250px) {
  .header {
    padding-top: 10px;
    padding-bottom: 5px; }
    .header .container {
      max-width: 100% !important; }
    .header-logo h1 {
      font-size: 50px; }
    .header-tagline p {
      max-width: 220px;
      width: 220px; }
      .header-tagline p span {
        font-size: 22px; }
    .header-phones__wrap {
      width: 255px;
      max-width: 255px; }
      .header-phones__wrap a {
        font-size: 22px; }
  .main {
    height: calc(100vh - 75px);
    max-height: calc(100vh - 75px);
    min-height: 0; }
    .main .content, .main .container-fluid, .main .row {
      min-height: 0;
      height: 100%; }
    .main .slide {
      max-height: calc(100vh - 75px - 110px); }
      .main .slide__wrap img {
        max-height: calc(100vh - 75px - 110px);
        width: auto;
        max-width: 100%;
        margin: 0 auto; }
    .main .advantages {
      bottom: 20px; }
      .main .advantages__item {
        padding-right: 0; }
        .main .advantages__item-text {
          font-size: 22px; }
        .main .advantages__item:nth-child(2) .advantages__item-img svg.svg-2 {
          min-width: 90px;
          max-width: 90px;
          max-height: 50px;
          min-height: 50px; }
        .main .advantages__item:nth-child(2) .advantages__item-text {
          min-width: 210px;
          width: 210px; }
        .main .advantages__item:nth-child(3) .advantages__item-img svg.svg-3 {
          min-width: 50px;
          max-width: 50px;
          max-height: 50px;
          min-height: 50px; }
        .main .advantages__item:nth-child(3) .advantages__item-text {
          min-width: 115px;
          width: 115px; }
        .main .advantages__item:nth-child(4) .advantages__item-img svg.svg-4 {
          min-width: 63px;
          max-width: 63px;
          max-height: 46px;
          min-height: 46px; }
        .main .advantages__item:nth-child(4) .advantages__item-img svg.svg-5 {
          min-width: 52px;
          max-width: 52px;
          max-height: 40px;
          min-height: 40px; }
        .main .advantages__item:last-child {
          padding-right: 0; }
          .main .advantages__item:last-child .advantages__item-img svg.svg-6 {
            min-width: 55px;
            max-width: 55px;
            max-height: 55px;
            min-height: 55px; }
          .main .advantages__item:last-child .advantages__item-text {
            min-width: 210px;
            width: 210px; }
    .main .form__wrap {
      width: 350px; }
      .main .form__wrap form h3 {
        font-size: 24px; }
      .main .form__wrap form label span {
        font-size: 20px; }
      .main .form__wrap form label input {
        width: 280px;
        max-width: 280px;
        height: 45px;
        font-size: 20px; }
      .main .form__wrap form input[type="submit"] {
        width: 280px;
        max-width: 280px;
        height: 45px;
        font-size: 18px; } }
