body, * {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none; }

body {
  background: #fff;
  font-family: 'Montserrat', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  color: #000; }

.container {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 15px; }

.hidden-menu-ticker {
  display: none; }

.btn-menu {
  color: #fff;
  background-color: transparent;
  padding: 5px;
  position: absolute;
  top: 34px;
  right: 24px;
  cursor: pointer;
  -webkit-transition: right .23s;
  -o-transition: right .23s;
  transition: right .23s;
  z-index: 3;
  width: 40px;
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  display: none; }

.btn-menu span {
  display: block;
  height: 3px;
  background-color: #fff;
  margin: 6px 0 0;
  -webkit-transition: all .1s linear .23s;
  -o-transition: all .1s linear .23s;
  transition: all .1s linear .23s;
  position: relative; }

.btn-menu span.first {
  margin-top: 0; }

.hidden-menu-ticker:checked ~ .btn-menu {
  right: 24px; }

.hidden-menu-ticker:checked ~ .header__nav {
  right: 0; }

.hidden-menu-ticker:checked ~ .btn-menu span.first {
  -webkit-transform: rotate(45deg);
  top: 8px;
  background-color: #fff; }

.hidden-menu-ticker:checked ~ .btn-menu span.second {
  opacity: 0; }

.hidden-menu-ticker:checked ~ .btn-menu span.third {
  -webkit-transform: rotate(-45deg);
  top: -10px;
  background-color: #fff; }

.header {
  position: relative;
  background: #eef1f3; }

.header__top-line {
  background: #000;
  padding: 25px 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10; }
  .header__top-line .container {
    max-width: 1400px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }

.header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0; }

.header__nav-item {
  margin-right: 40px; }
  .header__nav-item:nth-child(4), .header__nav-item:nth-child(5) {
    margin-right: 0; }
  .header__nav-item:nth-child(5) {
    display: none; }

.header__nav-link {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease; }
  .header__nav-link:hover {
    color: #ff750a; }
  .header__nav-link.active {
    color: #ff750a; }

.logo {
  font-size: 40px;
  font-weight: 900;
  color: #ff750a;
  text-decoration: none; }
  .logo span {
    color: #fff; }

.header__callback {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 220px;
  height: 50px;
  background: #ff750a;
  border: 2px solid #ff750a;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease; }
  .header__callback:hover {
    background: transparent;
    border: 2px solid #fff; }

.phones {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }

.phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
  margin: 2px 10px; }
  .phone svg {
    fill: #fff;
    width: 14px;
    height: 14px;
    margin-right: 4px; }

.header__content {
  padding: 230px 0 130px;
  background: url("../img/bg_content.jpg") no-repeat center;
  background-size: cover; }

.header__content-title {
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  color: #fff; }

.header__breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  list-style: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  margin: 20px 0 0; }

.header__breadcrumbs-item {
  position: relative; }
  .header__breadcrumbs-item:not(:last-child) {
    margin-left: 20px; }
    .header__breadcrumbs-item:not(:last-child):after {
      content: '';
      width: 6px;
      height: 6px;
      display: inline-block;
      vertical-align: middle;
      background: #ff750a;
      border-radius: 50%;
      margin: 0 4px; }
  .header__breadcrumbs-item:last-child .header__breadcrumbs-link {
    pointer-events: none; }

.header__breadcrumbs-link {
  font-size: 16px;
  text-decoration: none;
  color: #fff; }
  .header__breadcrumbs-link:hover {
    text-decoration: underline; }

.header__slider {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(4, 30, 66, 0)), color-stop(rgba(4, 30, 66, 0)), color-stop(rgba(128, 137, 153, 0)), color-stop(rgba(128, 137, 153, 0)), color-stop(rgba(128, 137, 153, 0)), color-stop(rgba(128, 137, 153, 0.32)), color-stop(rgba(128, 137, 153, 0.61)), color-stop(rgba(128, 137, 153, 0.78)), to(#808999));
  background: -webkit-linear-gradient(bottom, rgba(4, 30, 66, 0), rgba(4, 30, 66, 0), rgba(128, 137, 153, 0), rgba(128, 137, 153, 0), rgba(128, 137, 153, 0), rgba(128, 137, 153, 0.32), rgba(128, 137, 153, 0.61), rgba(128, 137, 153, 0.78), #808999);
  background: -o-linear-gradient(bottom, rgba(4, 30, 66, 0), rgba(4, 30, 66, 0), rgba(128, 137, 153, 0), rgba(128, 137, 153, 0), rgba(128, 137, 153, 0), rgba(128, 137, 153, 0.32), rgba(128, 137, 153, 0.61), rgba(128, 137, 153, 0.78), #808999);
  background: linear-gradient(to top, rgba(4, 30, 66, 0), rgba(4, 30, 66, 0), rgba(128, 137, 153, 0), rgba(128, 137, 153, 0), rgba(128, 137, 153, 0), rgba(128, 137, 153, 0.32), rgba(128, 137, 153, 0.61), rgba(128, 137, 153, 0.78), #808999); }

.header__slider-list {
  max-width: 1400px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto; }
  .header__slider-list .header__slider-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100vh;
    min-height: 740px;
    padding-top: 100px; }
    .header__slider-list .header__slider-item .header__slider-image {
      width: auto;
      max-width: 100%; }

.header__slider-text {
  width: 40%;
  padding: 150px 0; }

.header__slider-image-wrapper {
  width: 60%;
  height: 600px;
  padding: 70px 0 70px 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.header__slider-title {
  font-size: 44px;
  font-weight: 900;
  color: #303030;
  position: relative;
  margin-bottom: 40px; }
  .header__slider-title span {
    color: #ff750a; }
  .header__slider-title:after {
    position: absolute;
    bottom: -25px;
    left: 0;
    width: 190px;
    height: 1px;
    background: #a2a1a1;
    display: block;
    content: ''; }
  .header__slider-title:before {
    position: absolute;
    bottom: -25px;
    left: 0;
    width: 50px;
    height: 4px;
    background: #303030;
    display: block;
    content: ''; }

.header__slider-description {
  font-size: 20px;
  color: #303030; }

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

.content {
  width: calc(100% - 350px); }

.content__title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px; }

.content__text {
  font-size: 14px;
  line-height: 22px;
  margin: 15px 0; }
  .content__text.notation {
    padding: 20px 20px 20px 70px;
    background: #e8f3ff url("../img/lamp.png") 13px 49% no-repeat;
    border-radius: 20px; }

.content__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  list-style-position: inside;
  padding: 0;
  margin: 20px 0 0 30px; }

.content__item {
  font-size: 14px;
  line-height: 22px;
  margin: 3px 0; }

.sidebar {
  background: #fff; }

.sidebar__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  list-style: none;
  padding: 0;
  margin: 0;
  width: 300px; }

.content__form {
  background-color: #f8f8f8;
  border-radius: 20px;
  padding: 40px 60px;
  margin-top: 50px; }

.content__form-title {
  font-size: 22px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase; }

.content__form-description {
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  margin: 15px 80px 40px; }

.content__form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 25px; }

.content__input-wrapper {
  width: calc(50% - 10px); }

.content__form-input {
  width: 100%;
  height: 46px;
  border-radius: 6px;
  border: 1px solid #dcdcdc;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  padding: 10px 15px; }
  .content__form-input.error {
    border: 1px solid red; }

.content__form-textarea {
  width: 100%;
  height: 100px;
  resize: none;
  border-radius: 6px;
  border: 1px solid #dcdcdc;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  padding: 10px 15px; }

.content__form-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 220px;
  height: 50px;
  background: #ff750a;
  border: 2px solid #ff750a;
  color: #fff;
  font-size: 15px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  cursor: pointer;
  margin: 20px auto 0; }
  .content__form-button:hover {
    background: transparent;
    border: 2px solid #ff750a;
    color: #ff750a; }

.about-us__title {
  font-size: 32px;
  font-weight: 700;
  text-align: center; }

.about-us__description {
  font-size: 18px;
  text-align: center;
  margin: 15px 0 0; }

.about-us__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  list-style: none;
  padding: 0;
  margin: 45px 0 0; }

.about-us__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 32%;
  padding: 20px 20px 20px 70px;
  border-radius: 20px;
  background: #fff;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 4px 33px 3px;
  box-shadow: rgba(0, 0, 0, 0.1) 0 4px 33px 3px;
  margin: 0 calc(4% / 2) 20px 0;
  position: relative;
  font-size: 16px;
  line-height: 20px; }
  .about-us__item:nth-child(3n) {
    margin-right: 0; }
  .about-us__item:before {
    width: 40px;
    height: 47px;
    top: calc(50% - 23px);
    left: 13px;
    background: url("../img/check.png") no-repeat;
    content: '';
    position: absolute; }

.dealers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 45px auto 0;
  width: 780px; }

.dealers__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 240px;
  padding: 30px 20px;
  margin: 0 10px 20px;
  border-radius: 20px;
  background: #fff;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 4px 33px 3px;
  box-shadow: rgba(0, 0, 0, 0.1) 0 4px 33px 3px; }
  .dealers__item svg {
    fill: #ff750a;
    width: 60px;
    height: auto; }

.dealers__item-title {
  font-size: 16px;
  text-align: center;
  margin: 15px 0 0; }

.services-list.contacts {
  padding: 90px 0; }
  .services-list.contacts:before {
    top: 40%; }

.contacts__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.contacts__form {
  width: 48%;
  padding: 40px;
  background: #fff;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 4px 33px 3px;
  box-shadow: rgba(0, 0, 0, 0.1) 0 4px 33px 3px; }

.contacts__form-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 5px; }

.contacts__form-input {
  width: 100%;
  height: 46px;
  border-radius: 6px;
  border: 1px solid #dcdcdc;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  padding: 10px 15px; }
  .contacts__form-input.error {
    border: 1px solid red; }

.contacts__form-textarea {
  width: 100%;
  height: 100px;
  resize: none;
  border-radius: 6px;
  border: 1px solid #dcdcdc;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  padding: 10px 15px;
  margin: 20px 0; }

.contacts__form-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 220px;
  height: 50px;
  background: #ff750a;
  border: 2px solid #ff750a;
  color: #fff;
  font-size: 15px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  cursor: pointer; }
  .contacts__form-button:hover {
    background: transparent;
    border: 2px solid #ff750a;
    color: #ff750a; }

.contacts__form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 20px 0; }
  .contacts__form-row .contacts__form-input-wrapper {
    width: 48%; }
  .contacts__form-row .contacts__form-input {
    width: 100%;
    height: 46px;
    border-radius: 6px;
    border: 1px solid #dcdcdc;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    padding: 10px 15px; }
    .contacts__form-row .contacts__form-input.error {
      border: 1px solid red; }

.contacts__form-description {
  font-size: 16px; }

.contacts__info {
  width: 48%;
  background: #353535;
  padding: 40px; }

.contacts__info-subtext {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  border-bottom: 1px solid #fff;
  padding-bottom: 5px;
  margin-bottom: 10px; }

.contacts__info-subtitle {
  font-size: 24px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  margin: 35px 0 0; }

.contacts__info-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .contacts__info-col:nth-child(2) {
    margin-left: 20px; }

.contacts__info-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 30px 0 40px; }

.contacts__info-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .contacts__info-title svg {
    width: 40px;
    height: auto;
    fill: #fff; }

.contacts__info-address {
  font-size: 16px;
  color: #fff;
  margin: 10px 0 30px; }

.contacts__info-phone {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .contacts__info-phone svg {
    width: 40px;
    height: auto;
    fill: #fff;
    margin-right: 10px; }

.contacts__info-time {
  color: #ff750a; }

.contacts__info-text {
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  margin-left: 10px; }

.sidebar__item {
  width: 100%; }
  .sidebar__item:nth-child(1) .sidebar__link:before {
    background: url("../img/item-1.svg") no-repeat;
    width: 35px;
    height: 27px;
    left: 15px; }
  .sidebar__item:nth-child(2) .sidebar__link:before {
    background: url("../img/item-2.svg") no-repeat;
    width: 27px;
    height: 27px;
    left: 20px; }
  .sidebar__item:nth-child(3) .sidebar__link:before {
    background: url("../img/item-3.png") no-repeat;
    width: 27px;
    height: 27px;
    left: 20px; }
  .sidebar__item:nth-child(4) .sidebar__link:before {
    background: url("../img/item-4.svg") no-repeat;
    width: 27px;
    height: 27px;
    left: 20px; }
  .sidebar__item:nth-child(5) .sidebar__link:before {
    background: url("../img/item-5.png") no-repeat;
    width: 32px;
    height: 32px;
    left: 17px; }
  .sidebar__item:nth-child(6) .sidebar__link:before {
    background: url("../img/item-6.png") no-repeat;
    width: 37px;
    height: 16px;
    left: 15px; }
  .sidebar__item:nth-child(7) .sidebar__link:before {
    background: url("../img/item-7.png") no-repeat;
    width: 37px;
    height: 16px;
    left: 15px; }
  .sidebar__item:nth-child(8) .sidebar__link:before {
    background: url("../img/item-8.svg") no-repeat;
    width: 25px;
    height: 24px;
    left: 21px; }
  .sidebar__item:nth-child(9) .sidebar__link:before {
    background: url("../img/item-9.png") no-repeat;
    width: 28px;
    height: 32px;
    left: 18px; }
  .sidebar__item:nth-child(10) .sidebar__link:before {
    background: url("../img/item-10.svg") no-repeat;
    width: 34px;
    height: 26px;
    left: 14px; }
  .sidebar__item:nth-child(11) .sidebar__link:before {
    background: url("../img/item-11.png") no-repeat;
    width: 32px;
    height: 32px;
    left: 15px; }
  .sidebar__item:nth-child(12) .sidebar__link:before {
    background: url("../img/item-12.png") no-repeat;
    width: 32px;
    height: 29px;
    left: 15px; }

.sidebar__link {
  width: 100%;
  position: relative;
  padding: 15px 10px 15px 65px;
  display: block;
  border: 1px solid rgba(0, 0, 0, 0.04);
  text-decoration: none;
  font-size: 14px;
  color: #000; }
  .sidebar__link:before {
    position: absolute;
    content: '';
    opacity: 0.4;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease; }
  .sidebar__link:hover:before {
    opacity: 1;
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg); }
  .sidebar__link.active:after {
    display: block;
    position: absolute;
    width: 4px;
    height: 100%;
    background: #ff750a;
    content: '';
    right: 0;
    top: 0; }
  .sidebar__link.active:before {
    opacity: 1; }

.services {
  padding: 50px 0; }
  .services .container {
    max-width: 1400px; }

.services__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 50px 0 0; }

.services__item {
  width: calc(20% - 2px);
  height: 200px;
  position: relative;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  padding: 30px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .services__item:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: rgba(0, 0, 0, 0.5); }
  .services__item:nth-child(n+6) {
    margin-top: 2px; }
  .services__item:nth-child(1) {
    background: url("../img/serv-1.jpg") no-repeat center;
    background-size: cover; }
  .services__item:nth-child(2) {
    background: url("../img/serv-2.jpg") no-repeat center;
    background-size: cover; }
  .services__item:nth-child(3) {
    background: url("../img/serv-3.jpg") no-repeat center;
    background-size: cover; }
  .services__item:nth-child(4) {
    background: url("../img/serv-4.jpg") no-repeat center;
    background-size: cover; }
  .services__item:nth-child(5) {
    background: url("../img/serv-5.jpg") no-repeat center;
    background-size: cover; }
  .services__item:nth-child(6) {
    background: url("../img/serv-6.jpg") no-repeat center;
    background-size: cover; }
  .services__item:nth-child(7) {
    background: url("../img/serv-7.jpg") no-repeat center;
    background-size: cover; }
  .services__item:nth-child(8) {
    background: url("../img/serv-8.jpg") no-repeat center;
    background-size: cover; }
  .services__item:nth-child(9) {
    background: url("../img/serv-9.jpg") no-repeat center;
    background-size: cover; }
  .services__item:nth-child(10) {
    background: url("../img/serv-10.jpg") no-repeat center;
    background-size: cover; }
  .services__item:hover:after {
    background: -webkit-linear-gradient(135deg, #000 0%, #ff750a 100%);
    background: -o-linear-gradient(135deg, #000 0%, #ff750a 100%);
    background: linear-gradient(-45deg, #000 0%, #ff750a 100%);
    opacity: 0.7; }
  .services__item:hover .services__item-link {
    opacity: 1;
    visibility: visible; }

.services__item-title {
  font-size: 20px;
  color: #fff;
  text-align: center;
  z-index: 2;
  position: relative; }

.services__item-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 150px;
  height: 40px;
  background: #ff750a;
  border: 2px solid #ff750a;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  z-index: 2;
  position: relative;
  margin-top: auto;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease; }
  .services__item-link:hover {
    background: transparent; }

.services__callback {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 250px;
  height: 60px;
  background: #ff750a;
  border: 2px solid #ff750a;
  font-size: 18px;
  color: #fff;
  text-decoration: none;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  margin: 30px auto 0; }
  .services__callback:hover {
    color: #303030;
    background: transparent; }

.main-wrapper {
  border-left: 10px solid #ff750a;
  padding: 5px 0 5px 20px;
  max-width: 800px; }

.main-title {
  font-size: 34px;
  font-weight: 800;
  color: #303030; }
  .main-title span {
    color: #ff750a; }

.second-title {
  font-size: 22px;
  font-weight: 800;
  color: #303030;
  text-align: center; }

.main-description {
  font-size: 20px;
  color: #303030;
  margin-top: 15px; }

.advantages {
  padding: 50px 0; }
  .advantages .main-title {
    text-align: center; }

.advantages__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 50px 0 0; }

.advantages__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: calc(25% - 20px);
  margin: 0 10px;
  padding: 30px 15px;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 30px rgba(191, 191, 191, 0.36);
  box-shadow: 0 0 30px rgba(191, 191, 191, 0.36); }
  .advantages__item:nth-child(n+5) {
    margin-top: 20px; }

.advantages__title {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  margin: 15px 0 0; }

.advantages__image {
  max-width: 70px;
  height: auto; }

.questions {
  padding: 50px 0;
  background: url(../img/questions_bg.jpg) right center no-repeat;
  background-size: contain; }
  .questions .main-title {
    text-align: center; }

.questions__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  list-style: none;
  padding: 0;
  margin: 50px 0 0; }

.questions__item {
  background: #fff;
  -webkit-box-shadow: 0 0 30px rgba(191, 191, 191, 0.36);
  box-shadow: 0 0 30px rgba(191, 191, 191, 0.36);
  margin: 10px 0;
  cursor: pointer; }
  .questions__item.hide-answer .questions__title:after {
    content: '+'; }
  .questions__item.hide-answer .questions__answer {
    display: none; }

.questions__title {
  font-size: 18px;
  font-weight: 700;
  padding: 15px 60px 15px 20px;
  position: relative; }
  .questions__title:after {
    position: absolute;
    right: 10px;
    top: calc(50% - 15px);
    font-size: 30px;
    font-weight: 400;
    line-height: 30px;
    content: '-';
    color: #fff;
    background: #ff750a;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }

.questions__answer {
  width: 100%;
  font-size: 14px;
  line-height: 22px;
  padding: 0 20px 20px;
  background-color: white;
  text-align: justify; }

.form-section {
  padding: 50px 0; }
  .form-section .main-title {
    text-align: center; }
  .form-section .main-description {
    text-align: center; }

.form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 30px rgba(191, 191, 191, 0.36);
  box-shadow: 0 0 30px rgba(191, 191, 191, 0.36);
  margin: 50px auto 0;
  width: 1020px; }

.form__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: calc(100% - 360px);
  padding: 50px; }

.form__image-wrapper {
  width: 360px;
  height: 100%;
  overflow: hidden;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px; }

.form__image {
  height: 100%;
  width: auto;
  display: block; }

.form__title {
  font-size: 14px; }

.form__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 18px 0; }

.form__input-wrapper {
  width: 220px; }
  .form__input-wrapper:nth-child(1) {
    margin-right: 30px; }

.form__input {
  width: 100%;
  height: 45px;
  padding: 5px 15px;
  color: #303030;
  font-size: 14px;
  font-family: 'Montserrat', sans-serif; }
  .form__input::-webkit-input-placeholder {
    font-family: 'Montserrat', sans-serif; }
  .form__input:-ms-input-placeholder {
    font-family: 'Montserrat', sans-serif; }
  .form__input::-ms-input-placeholder {
    font-family: 'Montserrat', sans-serif; }
  .form__input::placeholder {
    font-family: 'Montserrat', sans-serif; }
  .form__input.error {
    border: 1px solid red; }

.form__submit-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 170px;
  height: 50px;
  background: #ff750a;
  border: 2px solid #ff750a;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  cursor: pointer; }
  .form__submit-button:hover {
    background: transparent;
    color: #303030; }

.info {
  padding: 50px 0; }
  .info .main-title {
    text-align: center; }

.info__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 50px 0 40px; }

.info__left {
  width: calc(100% - 610px); }

.info__row-text-wrapper {
  padding: 30px;
  background: #f6f6f9;
  border-radius: 20px; }

.info__row-text {
  font-size: 16px;
  line-height: 22px; }
  .info__row-text:not(:last-child) {
    margin-bottom: 20px; }

.info__right {
  width: 580px; }

.info__right-title {
  font-size: 18px;
  font-weight: 600; }

.info__list {
  width: 580px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0;
  margin: 20px 0 0; }

.info__item {
  width: 280px;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 30px rgba(191, 191, 191, 0.36);
  box-shadow: 0 0 30px rgba(191, 191, 191, 0.36); }
  .info__item:nth-child(1), .info__item:nth-child(2) {
    margin-bottom: 20px; }

.info__item-title {
  margin: 0 0 0 20px;
  font-size: 16px; }

.works {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 50px 0 0; }

.works__item {
  width: 240px;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  border-radius: 20px;
  margin: 0 20px;
  -webkit-box-shadow: 0 0 30px rgba(191, 191, 191, 0.36);
  box-shadow: 0 0 30px rgba(191, 191, 191, 0.36); }

.works__item-title {
  font-size: 16px;
  text-align: center;
  margin: 15px 0 0; }

.scheme {
  padding: 50px 0; }
  .scheme .main-title {
    text-align: center; }
    .scheme .main-title span {
      text-transform: uppercase; }
  .scheme .main-description {
    text-align: center; }

.scheme__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 50px 0 0; }

.scheme__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 330px;
  padding: 30px;
  margin: 0 20px;
  background: #fff;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 30px rgba(191, 191, 191, 0.36);
  box-shadow: 0 0 30px rgba(191, 191, 191, 0.36); }

.scheme__image-wrapper {
  background: #ff750a;
  width: 90px;
  height: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%; }

.scheme__image {
  display: block;
  width: 50px;
  height: auto; }

.scheme__description {
  font-size: 16px;
  text-align: center;
  margin: 20px 0 0; }

.map {
  padding: 50px 0 100px;
  background: url("../img/map.jpg") left center no-repeat;
  background-size: contain; }
  .map .main-title {
    text-align: center; }
  .map .main-description {
    text-align: center; }

.map__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 50px 0 0; }
  .map__inner iframe {
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 20px; }

.map__left,
.map__right {
  width: 49%;
  height: 400px;
  background: #fff;
  padding: 20px;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 30px rgba(191, 191, 191, 0.36);
  box-shadow: 0 0 30px rgba(191, 191, 191, 0.36); }
  .map__left div,
  .map__right div {
    height: 100%; }

.order {
  padding: 50px 0;
  background: url("../img/order.jpg") no-repeat center center; }

.order__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 220px;
  height: 50px;
  background: #ff750a;
  border: 2px solid #ff750a;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  margin: 0 auto; }
  .order__button:hover {
    background: transparent;
    border: 2px solid #fff; }

.seo {
  padding: 50px 0; }

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

.seo__image-wrapper {
  width: 400px; }

.seo__image {
  display: block;
  width: 100%;
  height: auto; }

.seo__text {
  font-size: 16px;
  line-height: 22px; }
  .seo__text span {
    color: #ff750a;
    font-weight: 600; }
  .seo__text:not(:last-child) {
    margin-bottom: 20px; }

.seo__text-wrapper {
  width: calc(100% - 400px);
  padding-left: 40px; }

.services-list {
  padding: 50px 0;
  position: relative;
  overflow: hidden; }
  .services-list:before {
    width: 400px;
    height: 270px;
    background: url("../img/bg_kardan.jpg") no-repeat;
    position: absolute;
    right: -150px;
    top: 60%;
    content: '';
    z-index: -1; }
  .services-list:after {
    width: 200px;
    height: 200px;
    background: url("../img/seo.png") no-repeat;
    background-size: cover;
    position: absolute;
    left: -20px;
    top: 23%;
    -webkit-transform: rotate(260deg);
    -ms-transform: rotate(260deg);
    transform: rotate(260deg);
    content: '';
    z-index: -1; }

.services-list__main-title {
  font-size: 26px;
  font-weight: 700; }

.services-list__description {
  font-size: 16px;
  line-height: 22px;
  margin-top: 15px; }

.services-list__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 45px 0 0; }

.services-list__item {
  width: 23%;
  margin: 0 calc(8% / 3) 20px 0;
  padding: 20px 20px 20px 35px;
  border-radius: 20px;
  background: #fff;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 4px 33px 3px;
  box-shadow: rgba(0, 0, 0, 0.1) 0 4px 33px 3px;
  position: relative; }
  .services-list__item:before {
    width: 8px;
    height: 8px;
    top: 26px;
    left: 13px;
    background: #ff750a;
    content: '';
    position: absolute;
    border-radius: 50%; }
  .services-list__item:nth-child(4), .services-list__item:nth-child(8), .services-list__item:nth-child(12), .services-list__item:nth-child(16), .services-list__item:nth-child(20), .services-list__item:nth-child(24) {
    margin-right: 0; }
  .services-list__item:nth-child(25), .services-list__item:nth-child(26) {
    margin-bottom: 0; }
  .services-list__item h4 {
    font-size: 16px; }

.services-list__title {
  font-size: 16px;
  color: #000; }
  .services-list__title:hover {
    text-decoration: none; }

.footer {
  background: #000; }
  .footer .logo {
    font-size: 28px; }
  .footer .phones {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .footer .phone {
    font-size: 14px;
    margin: 2px 0; }

.footer__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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: 40px 0; }

.footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1); }

.footer__address {
  font-size: 14px;
  color: #fff;
  margin: 15px 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .footer__address svg {
    min-width: 14px;
    width: 14px;
    height: 14px;
    fill: #fff;
    margin-right: 5px; }

.footer__column:nth-child(1) {
  width: 200px; }

.footer__column:nth-child(2) {
  width: 180px; }

.logo__description {
  font-size: 14px;
  font-weight: 400;
  color: #fff; }

.footer__column-title {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 10px; }

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

.footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 290px; }
  .footer__list:first-child .footer__item {
    padding-right: 15px; }

.footer__item {
  width: 100%;
  margin: 3px 0; }

.footer__link {
  font-size: 13px;
  color: #fff;
  border-bottom: 1px dotted #fff;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  text-decoration: none; }
  .footer__link:hover {
    color: #ff750a;
    border-color: #ff750a; }

.footer__copyright {
  font-size: 12px;
  color: #fff; }

.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 20px 0 0; }

.social__item:not(:last-child) {
  margin-right: 10px; }

.social__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #fff;
  border-radius: 50%;
  width: 34px;
  height: 34px;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease; }
  .social__link svg {
    width: 20px;
    height: 20px;
    fill: #000;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease; }
  .social__link:hover {
    background: #ff750a; }
    .social__link:hover svg {
      fill: #fff; }

.overflow {
  height: 100%;
  overflow: hidden; }

.hidden {
  display: none; }

.callback-form {
  position: relative;
  width: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  margin: 0 auto;
  border-radius: 20px;
  padding: 40px 30px; }
  .callback-form .button {
    margin-top: 10px;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 220px;
    height: 50px;
    background: #ff750a;
    border: 2px solid #ff750a;
    color: #fff;
    border-radius: 50px;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease; }

.callback-form__input {
  width: 300px;
  height: 50px;
  border-radius: 6px;
  border: 1px solid #e0e0e0;
  padding: 0 15px; }

.callback-form__input.error {
  border: 1px solid red; }

.callback__input-wrapper {
  margin-bottom: 20px; }

.callback__title {
  text-align: center;
  font-weight: 900;
  font-size: 18px;
  margin-bottom: 30px; }

.error-message {
  font-size: 14px;
  color: #333;
  margin: 2px 4px 0;
  display: none; }

.error-message_active {
  display: block; }

.thanks-popup {
  width: 420px;
  background: #fff;
  margin: 0 auto;
  position: relative;
  padding: 40px 30px; }

.thanks-popup__text {
  font-size: 22px;
  line-height: 24px;
  text-align: center;
  margin-top: 15px; }

.thanks-popup__text b {
  font-size: 30px;
  line-height: 34px;
  display: block;
  margin-bottom: 10px; }

.multibutton__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 4px 0;
  -webkit-transform: scaleY(0.4) scaleX(0.4) translateY(150px);
  -ms-transform: scaleY(0.4) scaleX(0.4) translateY(150px);
  transform: scaleY(0.4) scaleX(0.4) translateY(150px);
  visibility: hidden;
  opacity: 0; }
  .multibutton__item:nth-child(1) .multibutton__item-link {
    background: #03a9f4; }
  .multibutton__item:nth-child(2) .multibutton__item-link {
    background: #ff2241; }
  .multibutton__item:nth-child(3) .multibutton__item-link {
    background: #7b519d; }
  .multibutton__item:nth-child(6) .multibutton__item-link {
    background: #34a3d8; }
  .multibutton__item:nth-child(4) .multibutton__item-link {
    background: #30d64f; }

.multibutton__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  width: 280px;
  top: 80px;
  right: 13px;
  position: absolute;
  visibility: hidden;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease; }

.multibutton {
  position: fixed;
  right: 20px;
  bottom: 50px;
  width: 70px;
  height: 70px;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }
  .multibutton:hover {
    height: auto;
    width: auto; }
    .multibutton:hover .multibutton__list {
      position: relative;
      top: auto;
      bottom: 10px;
      visibility: visible; }
    .multibutton:hover .multibutton__item {
      -webkit-transform: scaleY(1) scaleX(1) translateY(0) !important;
      -ms-transform: scaleY(1) scaleX(1) translateY(0) !important;
      transform: scaleY(1) scaleX(1) translateY(0) !important;
      visibility: visible;
      opacity: 1;
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s; }

.multibutton__button {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #ff750a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  -webkit-animation: anim_btn 3s linear infinite;
  animation: anim_btn 3s linear infinite;
  -webkit-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out; }
  .multibutton__button svg {
    width: 30px;
    height: 30px;
    fill: #fff; }

@-webkit-keyframes anim_btn {
  0% {
    -webkit-box-shadow: 0 0 0 0 #ffba26, 0 0 0 0 rgba(255, 117, 10, 0.7);
    box-shadow: 0 0 0 0 #ffba26, 0 0 0 0 rgba(255, 117, 10, 0.7); }
  40% {
    -webkit-box-shadow: 0 0 0 13.62667px rgba(255, 186, 38, 0), 0 0 0 6.81333px rgba(255, 117, 10, 0.7);
    box-shadow: 0 0 0 13.62667px rgba(255, 186, 38, 0), 0 0 0 6.81333px rgba(255, 117, 10, 0.7); }
  80% {
    -webkit-box-shadow: 0 0 0 27.25333px rgba(255, 186, 38, 0), 0 0 0 13.62667px rgba(255, 117, 10, 0);
    box-shadow: 0 0 0 27.25333px rgba(255, 186, 38, 0), 0 0 0 13.62667px rgba(255, 117, 10, 0); }
  100% {
    -webkit-box-shadow: 0 0 0 34.06667px rgba(255, 186, 38, 0), 0 0 0 27.25333px rgba(255, 117, 10, 0);
    box-shadow: 0 0 0 34.06667px rgba(255, 186, 38, 0), 0 0 0 27.25333px rgba(255, 117, 10, 0); } }

.multibutton__item-text {
  font-size: 12px;
  border-radius: 30px;
  padding: 10px;
  background: rgba(0, 0, 0, 0.78);
  color: white;
  margin-right: 5px; }

.multibutton__item-link {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #000; }
  .multibutton__item-link svg {
    width: 26px;
    height: 26px;
    fill: #fff; }

.thank {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100vh;
  background: -webkit-linear-gradient(46deg, #ff8e46 0, #e2610e 100%);
  background: -o-linear-gradient(46deg, #ff8e46 0, #e2610e 100%);
  background: linear-gradient(44deg, #ff8e46 0, #e2610e 100%); }
  .thank svg {
    width: 80px;
    height: 80px; }

.thank__inner {
  width: 600px;
  height: 600px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.06);
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.thank__inner-in {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.03);
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.thank__circle {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.07);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.thank__title {
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  margin: 20px 0 10px; }

.thank__subtitle {
  font-size: 16px;
  color: #fff;
  margin-bottom: 15px; }

.thank__button {
  width: 160px;
  height: 46px;
  border-radius: 50px;
  color: #303030;
  border: 2px solid #fff;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease; }
  .thank__button:hover {
    background: transparent;
    color: #fff; }

@media screen and (max-width: 1200px) {
  .btn-menu {
    display: block; }
  .header__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: fixed;
    list-style: none;
    padding: 10px 0;
    margin: 0;
    width: 100%;
    background-color: #ff750a;
    height: 100%;
    top: 0;
    right: -100%;
    -webkit-transition: right .2s;
    -o-transition: right .2s;
    transition: right .2s;
    z-index: 2;
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden; }
  .header .phones {
    margin: 0 30px 0 auto; }
  .header__callback {
    margin-right: 75px; }
  .info__right {
    width: 480px; }
  .info__left {
    width: calc(100% - 510px); }
  .info__list {
    width: 480px; }
  .info__item {
    width: 230px; }
  .form {
    max-width: 1020px;
    width: 100%; }
  .form__image-wrapper {
    width: 320px; }
  .form__container {
    width: calc(100% - 320px);
    padding: 45px; }
  .footer__list {
    width: 270px; }
  .header__nav-item:not(:last-child) {
    margin: 15px 0; }
  .header__nav-item {
    margin: 15px 0; }
  .content__form {
    padding: 40px; }
  .services-list:after {
    display: none; }
  .about-us__title {
    font-size: 26px; }
  .contacts__info {
    width: 50%;
    padding: 30px 20px; } }

@media screen and (max-width: 992px) {
  .header__callback {
    display: none; }
  .header .phones {
    margin-right: 65px; }
  .header__nav-item:nth-child(5) {
    display: block; }
    .header__nav-item:nth-child(5) .header__nav-link {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      width: 200px;
      height: 50px;
      background: #fff;
      color: #303030; }
  .header__slider-title {
    font-size: 34px; }
  .header__slider-description {
    font-size: 18px; }
  .header__slider-text {
    padding: 90px 0; }
  .header__slider-image-wrapper {
    height: 400px; }
  .header__slider-list .header__slider-item {
    min-height: 500px; }
  .main-title {
    font-size: 30px; }
  .main-description {
    font-size: 18px;
    margin-top: 10px; }
  .services__item {
    width: calc(25% - 2px); }
    .services__item:nth-child(9) {
      margin: 2px 2px 0 auto; }
    .services__item:nth-child(10) {
      margin: 2px auto 0 1px; }
  .services__item:nth-child(n+5) {
    margin-top: 2px; }
  .info__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .info__left {
    width: 100%; }
  .info__right {
    width: 100%;
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .map__inner iframe {
    height: 300px; }
  .footer__top {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .footer__column:nth-child(3) {
    width: 100%;
    margin-top: 15px; }
  .footer__list {
    width: 49%; }
  .header__content {
    padding: 200px 0 90px; }
  .header__content-title {
    font-size: 32px; }
  .sidebar__list {
    width: 270px; }
  .content {
    width: calc(100% - 285px); }
  .content__form-description {
    margin: 15px 20px 20px; }
  .content__form {
    padding: 20px; }
  .content__form-row {
    margin-bottom: 15px; }
  .dealers__item {
    width: 220px; }
  .dealers {
    width: 740px; }
  .contacts__info-subtext {
    text-align: center; }
  .map__left, .map__right {
    height: 340px; } }

@media screen and (max-width: 768px) {
  .header__top-line .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .header .phones {
    margin: 15px 0 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
    .header .phones .phone {
      font-size: 14px;
      margin: 0; }
      .header .phones .phone svg {
        display: none; }
      .header .phones .phone:nth-child(1) {
        margin-right: 7px; }
  .header__top-line {
    padding: 15px 0; }
  .header {
    padding-top: 110px; }
  .header__slider-image-wrapper {
    display: none; }
  .header__slider-text {
    width: 100%; }
  .header__slider-list .header__slider-item {
    min-height: 300px;
    height: auto;
    padding-top: 0; }
  .header__slider-text {
    padding: 70px 0; }
  .services {
    padding: 30px 0; }
  .main-title {
    font-size: 26px; }
  .main-description {
    font-size: 16px; }
  .main-wrapper {
    border-width: 4px; }
  .services__list {
    margin-top: 35px; }
  .services__item {
    width: calc(50% - 2px); }
    .services__item .services__item-link {
      opacity: 1;
      visibility: visible;
      width: 130px; }
    .services__item:hover:after {
      opacity: 1;
      background: rgba(0, 0, 0, 0.5); }
  .services__item:nth-child(n+3) {
    margin-top: 4px; }
  .services__item:nth-child(10) {
    margin-left: 2px; }
  .advantages {
    padding: 30px 0; }
  .advantages__list {
    margin-top: 35px; }
  .advantages__item {
    width: calc(50% - 20px); }
  .advantages__item:nth-child(n+3) {
    margin-top: 20px; }
  .info {
    padding: 30px 0; }
  .info__row {
    margin-top: 30px; }
  .info__right-title {
    text-align: center; }
  .works {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 35px; }
  .works__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
    margin: 0; }
    .works__item:not(:last-child) {
      margin-bottom: 20px; }
  .works__item-title {
    margin: 0 0 0 20px;
    text-align: left; }
  .scheme__list {
    margin-top: 35px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .scheme__item {
    width: 100%;
    margin: 0; }
    .scheme__item:not(:last-child) {
      margin-bottom: 20px; }
  .questions {
    padding: 30px 0; }
  .questions__list {
    margin-top: 35px; }
  .questions__title {
    font-size: 16px; }
  .form-section {
    padding: 30px 0; }
  .form__image-wrapper {
    display: none; }
  .form__container {
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .map {
    padding: 30px 0; }
  .map__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .map__left, .map__right {
    width: 100%; }
  .map__left {
    margin-bottom: 20px; }
  .scheme {
    padding: 30px 0; }
  .form {
    margin-top: 30px; }
  .map__inner {
    margin-top: 30px; }
  .header__content {
    padding: 45px 0; }
  .header__content-title {
    font-size: 26px; }
  .header__breadcrumbs-item {
    text-align: center; }
  .header__breadcrumbs-link {
    font-size: 14px; }
  .services-list {
    padding: 30px 0; }
  .services-list__main-title {
    font-size: 22px; }
  .services-list__description {
    font-size: 14px;
    line-height: 20px; }
  .services-list__list {
    margin-top: 35px; }
  .services-list__item {
    padding-left: 30px;
    width: 32%;
    margin: 0 calc(4% / 2) 15px 0; }
    .services-list__item h4 {
      font-size: 14px; }
  .services-list__item:nth-child(3),
  .services-list__item:nth-child(6),
  .services-list__item:nth-child(9),
  .services-list__item:nth-child(12),
  .services-list__item:nth-child(15),
  .services-list__item:nth-child(18),
  .services-list__item:nth-child(21) {
    margin-right: 0; }
  .services-list__item:nth-child(4),
  .services-list__item:nth-child(8),
  .services-list__item:nth-child(16),
  .services-list__item:nth-child(20) {
    margin-right: calc(4% / 2); }
  .services-list__title {
    font-size: 14px; }
  .services-list {
    padding: 30px 0; }
  .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .content {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 100%; }
  .sidebar {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
    margin-top: 20px; }
  .services-list:before {
    display: none; }
  .services-list:after {
    display: none; }
  .content__form {
    margin-top: 20px; }
  .sidebar__list {
    width: 100%; }
  .about-us__title {
    font-size: 20px; }
  .about-us__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 30px; }
  .about-us__item {
    width: 100%;
    font-size: 14px;
    padding: 10px 15px 10px 50px; }
  .about-us__item:before {
    width: 25px;
    height: 29px;
    background-size: cover;
    top: calc(50% - 14px); }
  .dealers {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .contacts__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .contacts__info {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
    max-width: 500px; }
  .contacts__form {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
    max-width: 500px; }
  .services-list.contacts {
    padding: 30px 0; }
  .contacts__form-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 20px 0 0; }
    .contacts__form-row .contacts__form-input {
      width: 100%; }
    .contacts__form-row .contacts__form-input:nth-child(1) {
      margin-bottom: 15px; }
  .contacts__form-row .contacts__form-input-wrapper {
    width: 100%; }
  .services__item {
    height: 170px;
    padding: 15px 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .services__item-title {
    font-size: 14px; }
  .thank__inner {
    width: 300px;
    height: 300px;
    padding: 10px; }
  .thank__inner-in {
    padding: 10px; }
  .thank svg {
    width: 50px;
    height: 50px; }
  .thank__title {
    font-size: 18px;
    margin: 10px 0 5px; }
  .thank__subtitle {
    font-size: 14px;
    text-align: center;
    max-width: 210px;
    margin: 0 auto 10px; } }

@media screen and (max-width: 550px) {
  .logo {
    font-size: 32px; }
  .btn-menu {
    top: 20px; }
  .header {
    padding-top: 100px; }
  .header__slider-text {
    padding: 45px 0; }
  .advantages__item {
    width: calc(50% - 7px);
    margin: 0; }
  .advantages__list {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .advantages__title {
    font-size: 16px; }
  .info__row-text-wrapper {
    padding: 15px; }
  .info__row-text:not(:last-child) {
    margin-bottom: 12px; }
  .info__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%; }
  .info__item {
    width: 100%; }
    .info__item:last-child {
      margin-top: 20px; }
  .works__item-image {
    display: block;
    width: 60px;
    height: auto; }
  .form__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%; }
  .form__input-wrapper {
    width: 100%; }
  .form__input-wrapper:nth-child(1) {
    margin: 0 0 10px; }
  .form__container {
    padding: 15px; }
  .form__title {
    text-align: center; }
  .map__left, .map__right {
    padding: 10px;
    height: 270px; }
  .map__inner iframe {
    height: 250px; }
  .footer__column:nth-child(2) {
    margin-top: 20px; }
  .footer__list-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .footer__item {
    width: 100%; }
  .footer__list {
    width: 100%; }
  .footer__top {
    padding: 20px 0 15px; }
  .footer__bottom {
    padding: 15px 0; }
  .callback-form,
  .thanks-popup {
    width: 300px;
    padding: 40px 15px; }
  .callback-form__input {
    width: 270px; }
  .callback__title {
    font-size: 16px;
    margin-bottom: 15px; }
  .callback-form .button {
    margin-top: 0; }
  .services-list:before {
    display: none; }
  .services-list:after {
    display: none; }
  .services-list__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .services-list__item {
    width: 100%;
    margin: 0 0 10px; }
    .services-list__item:last-child {
      margin-top: 10px; }
  .content__title {
    font-size: 20px; }
  .content__text {
    margin: 10px 0; }
  .content__list {
    margin: 10px 0 0 20px; }
  .content__form-title {
    font-size: 18px; }
  .content__form-description {
    font-size: 14px; }
  .content__form-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%; }
  .content__form-input {
    width: 100%; }
  .content__input-wrapper {
    width: 100%; }
    .content__input-wrapper:nth-child(1) {
      margin-bottom: 15px; }
  .multibutton__button {
    width: 50px;
    height: 50px; }
    .multibutton__button svg {
      width: 24px;
      height: 24px; }
  .multibutton {
    width: 50px;
    height: 50px; }
  .multibutton__list {
    right: 3px; } }
