.body {
  font-family: Lato, sans-serif;
  color: #162836;
  font-size: 16px;
  line-height: 1.5em;
}

.section {
  width: 100%;
  padding: 120px 20px;
}

.section.main {
  min-height: 90vh;
  padding-top: 32px;
  background-image: url('../images/bg_main.jpg');
  background-position: 0px 0px;
  background-size: auto;
}

.section.short {
  padding-top: 0px;
  padding-bottom: 0px;
}

.section.footer {
  padding-bottom: 30px;
  color: rgba(22, 40, 54, 0.5);
  font-size: 12px;
  line-height: 1.4em;
}

.content {
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo_block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 260px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 13px;
  line-height: 17px;
  font-style: italic;
  font-weight: 400;
}

.img_logo {
  margin-right: 0px;
}

.logo_razd {
  width: 2px;
  height: 45px;
  margin-right: 24px;
  margin-left: 24px;
  background-color: rgba(204, 234, 255, 0.25);
}

.phone_block {
  padding-left: 24px;
  background-image: url('../images/fa_phone-square.svg');
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: no-repeat;
  color: #52b4ff;
  font-size: 11px;
  line-height: 1.3em;
  font-style: italic;
  font-weight: 400;
}

.link_phone {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  text-decoration: none;
}

.offer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 796px;
  margin-top: 5%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.offer_txt {
  width: 60%;
  padding-right: 40px;
}

.heading {
  margin-top: 0px;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 46px;
  line-height: 55px;
}

.white_list {
  margin-top: 24px;
  padding-left: 0px;
  color: #fff;
  font-size: 22px;
  line-height: 1.5em;
  font-weight: 400;
}

.list-item {
  margin-bottom: 12px;
  padding-left: 24px;
  background-image: url('../images/tire.svg');
  background-position: 0px 16px;
  background-size: auto;
  background-repeat: no-repeat;
  list-style-type: none;
}

.offer_form {
  max-width: 280px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: rgba(22, 40, 54, 0);
}

.form {
  position: relative;
  padding: 24px;
  border-radius: 8px;
  background-color: #fff;
}

.person {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.photo_person {
  margin-right: 16px;
}

.input {
  border: 1px none #000;
  background-color: #e8f5ff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.input:hover {
  border-style: none none solid;
  border-color: #d4cece;
}

.input:focus {
  background-color: #d9eeff;
}

.btn {
  width: 100%;
}

.btn_form {
  width: 100%;
  margin-top: 16px;
  border-radius: 3px;
  background-color: #00a5db;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 13px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.btn_form:hover {
  background-color: #3ca4ff;
}

.form-block {
  margin-top: 16px;
}

.txt_succes {
  text-align: left;
}

.success-message {
  background-color: #00a5db;
  color: #fff;
}

.features_block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 990px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.features__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 268px;
  min-height: 350px;
  padding: 40px 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 4px;
  background-color: #00a5db;
  color: #fff;
}

.features_img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 66px;
  height: 66px;
  margin-bottom: 32px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.h3 {
  margin-top: 0px;
  font-family: Oswald, sans-serif;
  font-size: 20px;
  line-height: 24px;
}

.h3.w {
  margin-bottom: 16px;
  color: #fff;
}

.list-item2 {
  margin-bottom: 12px;
  padding-left: 20px;
  background-image: url('../images/tire.svg');
  background-position: 0px 11px;
  background-size: auto 2px;
  background-repeat: no-repeat;
  list-style-type: none;
}

.h2 {
  margin-top: 0px;
  margin-bottom: 16px;
  font-family: Oswald, sans-serif;
  font-size: 24px;
  line-height: 28px;
}

.h2.c {
  text-align: center;
}

.about_block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 990px;
  margin-top: 42px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.about__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 152px;
  max-width: 484px;
  margin-top: 24px;
  margin-right: 16px;
  margin-bottom: 24px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 0 62px 0 hsla(0, 0%, 73.3%, 0.5);
}

.about__item_img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.about__item_txt {
  width: 60%;
}

.team_block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 990px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.team_block__txt {
  width: 100%;
  padding-right: 24px;
  text-align: center;
}

.team_block__photo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.photo_teeam {
  max-height: 250px;
  margin-right: 16px;
}

.services_block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 990px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.services_items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.services__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 31%;
  max-width: none;
  min-height: 200px;
  margin-right: 24px;
  margin-bottom: 24px;
  padding: 24px 64px 24px 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #00a5db;
  color: #fff;
}

.big_number {
  margin-right: 16px;
  font-family: Oswald, sans-serif;
  color: rgba(255, 255, 255, 0.6);
  font-size: 60px;
  line-height: 1em;
  font-weight: 700;
}

.btn_hidden {
  display: none;
  width: 100%;
  max-width: 200px;
  margin-top: 16px;
  border-radius: 3px;
  background-color: #00a5db;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 13px;
  text-align: center;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.btn_hidden:hover {
  background-color: #3ca4ff;
}

.img_close {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: none;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  cursor: pointer;
}

.img_close:hover {
  opacity: 0.8;
}

.directions_block__txt {
  width: 100%;
  padding-right: 24px;
  text-align: center;
}

@media screen and (min-width: 1920px) {
  .section {
    padding-top: 160px;
    padding-bottom: 160px;
  }

  .section.main {
    padding-bottom: 32px;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .content.main_cont {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 78vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .header {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
  }

  .offer {
    max-width: 990px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media screen and (max-width: 991px) {
  .section.team {
    padding-right: 0px;
    padding-left: 0px;
  }

  .offer {
    margin-top: 10%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .offer_txt {
    width: 100%;
  }

  .offer_form {
    width: 100%;
    max-width: none;
  }

  .person {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .input {
    margin-right: 16px;
    margin-bottom: 0px;
  }

  .btn_form {
    margin-top: 0px;
  }

  .features_block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .features__item {
    width: 80%;
    max-width: none;
    min-height: 150px;
    margin-right: auto;
    margin-bottom: 24px;
    margin-left: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .features_img {
    width: 120px;
    margin-right: 24px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .about_block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .about__item {
    margin-top: 12px;
    margin-right: 0px;
    margin-bottom: 12px;
  }

  .team_block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .team_block__txt {
    width: 100%;
    margin-bottom: 24px;
    text-align: center;
  }

  .team_block__photo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
    width: 100%;
    padding-left: 20px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .photo_teeam {
    max-height: 250px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .services_block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .services_items {
    width: 100%;
  }

  .services__item {
    padding-right: 24px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .form-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .btn_hidden {
    margin-top: 0px;
  }

  .directions_block__txt {
    width: 100%;
    margin-bottom: 24px;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .section.main {
    background-position: 20% 0%;
    background-size: auto;
    background-repeat: no-repeat;
  }

  .offer_form {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: none;
    padding-right: 16px;
    padding-left: 16px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(22, 40, 54, 0.8);
  }

  .person {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .photo_person {
    margin-right: 0px;
    margin-bottom: 8px;
  }

  .input {
    margin-right: 0px;
    margin-bottom: 16px;
  }

  .txt_succes {
    text-align: center;
  }

  .success-message {
    text-align: center;
  }

  .team_block__photo {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .photo_teeam {
    margin-right: 16px;
    margin-bottom: 24px;
  }

  .services__item {
    width: 47%;
    min-height: 220px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .form-2 {
    margin-top: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .btn_hidden {
    display: block;
    margin-top: 48px;
  }

  .img_close {
    display: block;
  }
}

@media screen and (max-width: 479px) {
  .logo_block {
    max-width: 110px;
  }

  .img_logo {
    max-width: 90%;
  }

  .logo_razd {
    display: none;
  }

  .offer {
    margin-top: 15%;
  }

  .offer_txt {
    padding-right: 0px;
  }

  .heading {
    font-size: 8.5vw;
    line-height: 1.3em;
  }

  .white_list {
    font-size: 20px;
    line-height: 1.4em;
  }

  .offer_form {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 99;
    display: none;
    padding-right: 16px;
    padding-left: 16px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(22, 40, 54, 0.8);
  }

  .form {
    padding-top: 32px;
  }

  .person {
    margin-bottom: 12px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .photo_person {
    margin-right: 0px;
    margin-bottom: 12px;
  }

  .input {
    margin-right: 0px;
    margin-bottom: 16px;
  }

  .btn_form {
    margin-top: 16px;
  }

  .features__item {
    width: 100%;
    padding-right: 16px;
    padding-left: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .features_img {
    margin-bottom: 24px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .photo_teeam {
    height: 250px;
    max-height: none;
  }

  .services_items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .services__item {
    width: 100%;
    min-height: 120px;
    margin-bottom: 16px;
    padding-right: 48px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .big_number {
    width: 40px;
    padding-right: 8px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    text-align: right;
  }

  .form-2 {
    margin-top: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .btn_hidden {
    max-width: none;
  }

  .img_close {
    display: block;
  }

  .txt_desription {
    display: none;
  }
}

@font-face {
  font-family: 'Oswald';
  src: url('../fonts/Oswald-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Semibold_0.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-MediumItalic_0.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}