@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/OpenSans/OpenSansBold/OpenSansBold.eot');
  src: url('../fonts/OpenSans/OpenSansBold/OpenSansBold.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans/OpenSansBold/OpenSansBold.woff2') format('woff2'), url('../fonts/OpenSans/OpenSansBold/OpenSansBold.woff') format('woff'), url('../fonts/OpenSans/OpenSansBold/OpenSansBold.ttf') format('truetype'), url('../fonts/OpenSans/OpenSansBold/OpenSansBold.svg#Open Sans Bold') format('svg');
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/OpenSans/OpenSansRegular/OpenSansRegular.eot');
  src: url('../fonts/OpenSans/OpenSansRegular/OpenSansRegular.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans/OpenSansRegular/OpenSansRegular.woff2') format('woff2'), url('../fonts/OpenSans/OpenSansRegular/OpenSansRegular.woff') format('woff'), url('../fonts/OpenSans/OpenSansRegular/OpenSansRegular.ttf') format('truetype'), url('../fonts/OpenSans/OpenSansRegular/OpenSansRegular.svg#../fonts/OpenSans/OpenSansRegular/OpenSansRegular') format('svg');
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U0020-FFFD;
  font-display: swap;
}
body {
  font-family: "Open Sans";
  font-size: 20px;
  line-height: 1.3;
  color: #000;
  margin: 0;
  background: #FFF;
}
@media (max-width: 1199px) {
  body {
    font-size: 16px;
  }
}
.wrapper {
  position: relative;
  overflow: hidden;
}
.container {
  max-width: 1200px;
  position: relative;
}
.min-title {
  font-size: 25px;
}
@media (max-width: 767px) {
  .min-title {
    font-size: 20px;
  }
}
.title {
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .title {
    font-size: 25px;
  }
}
p,
.min-title,
.title {
  margin: 0;
  position: relative;
}
.strike {
  text-decoration: line-through;
}
.order a {
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  text-decoration: none;
}
.order a,
.order button {
  padding: 15px 30px;
  min-height: 50px;
  cursor: pointer;
  border: none;
  color: #ffffff;
  background: #ef4e3a;
  font-weight: 700;
}
.order a:hover,
.order button:hover {
  background: #e27365;
}
a,
button {
  transition: all 0.2s ease-in-out;
}
a:active,
a:focus,
button:active,
button:focus {
  outline: none !important;
}
.form ::-webkit-input-placeholder {
  color: #999;
}
.form ::-moz-placeholder {
  color: #999;
}
.form :-moz-placeholder {
  color: #999;
}
.form :-ms-input-placeholder {
  color: #999;
}
.form label.error {
  display: none !important;
}
.form input,
.form select,
.form textarea {
  border-radius: 2px;
  border: 1px solid transparent;
  color: #fff;
  width: 100%;
  outline: none;
  font-size: 18px;
  background-color: #ededed;
}
.form input:focus,
.form select:focus,
.form textarea:focus {
  border-color: #3d3d3d;
}
.form input.error,
.form select.error,
.form textarea.error {
  border-color: #E76767;
  box-shadow: 0 0 4px #CC0000;
}
.form input {
  height: 60px;
  line-height: 60px;
  padding: 0 20px;
}
.form select {
  height: 60px;
}
.form textarea {
  padding: 10px 15px;
}
@media (max-width: 767px) {
  .form input,
  .form textarea,
  .form select {
    font-size: 16px;
  }
}
.manage {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  background: #fff;
  height: 45px;
  line-height: 45px;
  padding: 0 15px;
  z-index: 1000;
  box-shadow: 0px 1px 5px -1px rgba(0,0,0,0.61);
}
.manage .logo img {
  width: 60px;
}
.humb {
  width: 40px;
  padding: 8px 7px;
  background: transparent;
  position: fixed;
  top: 5px;
  right: 10px;
  z-index: 10000;
  cursor: pointer;
  background: #ef4e3a;
  transition: 0.3s;
}
.humb.active {
  background: none;
  top: 10px;
}
.humb.active .dv-2 {
  opacity: 0;
}
.humb.active .dv-1 {
  transform: rotate(-45deg);
}
.humb.active .dv-3 {
  transform: rotate(45deg) translate(-10px,-10px);
}
.humb div {
  height: 4px;
  background: #fff;
  transition: 0.3s;
}
.humb div:not(:last-of-type) {
  margin-bottom: 3px;
}
.mobile-menu {
  position: fixed;
  top: 0;
  right: 0;
  transform: translateX(100%);
  height: 100%;
  width: 290px;
  background: #fff;
  z-index: 9999;
  transition: 0.3s;
  padding: 50px 30px 50px 30px;
  overflow-y: scroll;
  background: #ef4e3a;
}
.mobile-menu.active {
  transform: none;
}
.mobile-menu .close-menu {
  position: absolute;
  top: 11px;
  right: 11px;
  font-size: 30px;
  line-height: 10px;
  height: 10px;
  color: #ffffff;
  cursor: pointer;
  transition: 0.3s;
}
.mobile-menu .close-menu:hover {
  color: #d41584;
}
.mobile-menu .logo {
  margin: 0 0 40px 0;
}
.mobile-menu .logo img {
  width: 60px;
}
.mobile-menu .menu > div:not(:last-of-type) {
  margin-bottom: 15px;
}
.mobile-menu .menu > div > a {
  text-transform: uppercase;
  padding: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  color: #f8f8f8;
  box-shadow: none;
  outline: none;
}
.mobile-menu .menu > div > a.active {
  text-decoration: underline;
}
.mobile-menu .menu > div .dropdown-menu {
  position: relative !important;
  transform: none !important;
  top: initial !important;
  float: none !important;
  border-radius: 0;
  padding: 15px;
}
.mobile-menu .menu > div .dropdown-menu div:not(:last-of-type) {
  margin-bottom: 5px;
}
.mobile-menu .menu > div .dropdown-menu div a {
  color: #000;
  box-shadow: none;
  outline: none;
}
.mobile-menu .menu > div .dropdown-menu div a.active {
  color: #ef4e3a;
}
.menu-back {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.69);
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}
.menu-back.active {
  opacity: 1;
  visibility: visible;
}
.angar {
  max-width: 380px;
  padding: 30px 40px 50px 40px;
  margin: auto;
  background: #f6f6f6;
  transition: 0.3s;
  border: 1px solid transparent;
  text-align: center;
}
.angar:hover {
  border-color: rgba(239,78,58,0.37);
}
.angar .pic {
  height: 105px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
.angar .pic img {
  max-width: 100%;
  max-height: 100%;
}
.angar .description {
  margin: 40px 0 50px 0;
  text-align: left;
}
.angar .description .d-row {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.angar .description .d-row .desc {
  width: 100px;
  margin-right: 30px;
}
.angar .prices {
  margin: 0 0 30px 0;
}
.angar .prices .new {
  color: #d30000;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .angar {
    padding: 25px 25px 35px 25px;
  }
  .angar .description .d-row .desc {
    width: 90px;
  }
}
@media (max-width: 767px) {
  .angar {
    padding: 25px 25px 35px 25px;
  }
  .angar .description {
    margin: 25px 0 30px 0;
  }
  .angar .prices {
    margin: 0 0 20px 0;
  }
}
.header {
  padding: 25px 0;
  background: #ffffff;
  transition: 0.3s;
  left: 0;
  width: 100%;
  z-index: 100;
}
.header.active {
  position: fixed;
  padding: 10px 0;
  box-shadow: 0px 2px 11px 0px rgba(0,0,0,0.21);
}
.header.active .logo img {
  width: 130px;
}
.header .logo img {
  width: 177px;
  transition: 0.3s;
}
.header .menu {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}
.header .menu .nav-item:not(:last-of-type) {
  margin-right: 5px;
}
.header .menu .nav-item .nav-link {
  color: #000;
  text-decoration: none;
  padding: 0;
}
.header .menu .nav-item .nav-link.active,
.header .menu .nav-item .nav-link:hover {
  color: #ef4e3a;
}
.header .phones .icon img {
  width: 17px;
}
.header .phones .numbers a {
  display: block;
  color: #000;
  text-decoration: none;
  font-weight: 700;
}
.header .phones .numbers a:hover {
  color: #ef4e3a;
}
@media (max-width: 1199px) {
  .header {
    display: none;
  }
}
.main {
  padding: 150px 0 40px 0;
  text-align: center;
  color: #fff;
  background: url(../images/main-bg.jpg) no-repeat center / cover;
  min-height: calc(100vh - 150px);
}
.main .m-block {
  margin: 75px auto 0;
}
.main .m-block:hover .icon {
  transform: translateY(-10px);
}
.main .m-block .icon {
  height: 58px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: 0.3s;
}
.main .m-block .icon img {
  max-height: 100%;
}
.main .order {
  margin: 55px 0 0 0;
}
@media (max-width: 767px) {
  .main {
    padding: 80px 0 40px 0;
    min-height: calc(100vh - 55px);
  }
  .main .m-block {
    margin: 40px auto 0;
  }
  .main .m-block .icon {
    height: 50px;
  }
  .main .order {
    margin: 40px 0 0 0;
  }
}
.angars {
  padding: 75px 0 0 0;
  text-align: center;
  position: relative;
  z-index: 2;
}
.angars .angar {
  margin: 70px auto 0;
}
@media (max-width: 767px) {
  .angars {
    padding: 35px 0 0 0;
  }
  .angars .angar {
    margin: 30px auto 0;
  }
}
.steps {
  padding: 110px 0 120px 0;
  text-align: center;
  position: relative;
}
.steps .steps-bg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}
.steps .s-block {
  position: relative;
  display: inline-block;
  margin: 70px auto 0;
  overflow: hidden;
}
.steps .s-block img {
  max-width: 100%;
  transition: 0.5s ease-in-out;
}
.steps .s-block:hover {
  box-shadow: 0 2px 27px 1px rgba(0,0,0,0.3);
}
.steps .s-block:hover:before,
.steps .s-block:hover:after {
  opacity: 1;
}
.steps .s-block:hover img {
  transform: scale(1.1);
}
.steps .s-block:before {
  position: absolute;
  content: '+';
  width: 57px;
  height: 57px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  color: #fff;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  opacity: 0;
  transition: 0.3s;
  z-index: 2;
}
.steps .s-block:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.3);
  opacity: 0;
  transition: 0.3s;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .steps {
    padding: 60px 0 60px 0;
  }
  .steps .s-block {
    margin: 45px auto 0;
  }
}
@media (max-width: 767px) {
  .steps {
    padding: 40px 0 50px 0;
  }
  .steps .s-block {
    margin: 35px auto 0;
  }
  .steps .s-block:before {
    width: 45px;
    height: 45px;
  }
}
.works {
  text-align: center;
  padding: 0px 0 60px 0;
}
.works .container {
  max-width: 1400px;
}
.works img {
  max-width: 100%;
}
.works .for-title {
  margin: 0 0 50px 0;
}
.works .for-title .title {
  margin: 0 0 25px 0;
}
.works .w-block {
  position: relative;
  display: inline-block;
  margin: 20px auto 0;
  overflow: hidden;
}
.works .w-block:hover {
  box-shadow: 0 2px 27px 1px rgba(0,0,0,0.3);
}
.works .w-block:hover:before,
.works .w-block:hover:after {
  opacity: 1;
}
.works .w-block:hover img {
  transform: scale(1.1);
}
.works .w-block:before {
  position: absolute;
  content: '+';
  width: 57px;
  height: 57px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  color: #fff;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  opacity: 0;
  transition: 0.3s;
  z-index: 2;
}
.works .w-block:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.3);
  opacity: 0;
  transition: 0.3s;
}
.works .w-block img {
  transition: 0.5s ease-in-out;
}
.works .order {
  margin: 70px 0 0 0;
}
@media (max-width: 767px) {
  .works {
    padding: 0 0 40px 0;
  }
  .works .for-title {
    margin: 0 0 25px 0;
  }
  .works .for-title .title {
    margin: 0 0 15px 0;
  }
  .works .order {
    margin: 45px 0 0 0;
  }
}
.benefits {
  padding: 105px 0 85px 0;
  text-align: center;
  color: #fff;
  background: url(../images/benefits.jpg) no-repeat center / cover;
}
.benefits .for-title .title {
  margin: 0 0 40px 0;
}
.benefits .for-title .text p:not(:last-of-type) {
  margin-bottom: 20px;
}
.benefits .list {
  text-align: left;
  margin: 80px 0 0 0;
}
.benefits .list p {
  padding: 0 0 0 40px;
  transition: 0.3s;
}
.benefits .list p:hover {
  transform: translateX(-10px);
}
.benefits .list p:not(:last-of-type) {
  margin-bottom: 15px;
}
.benefits .list p:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 26px;
  height: 26px;
  background: url(../images/ok.png) no-repeat center / contain;
}
.benefits .order {
  margin: 80px 0 0 0;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .benefits {
    padding: 75px 0 75px 0;
  }
}
@media (max-width: 767px) {
  .benefits {
    padding: 45px 0 55px 0;
  }
  .benefits .list {
    margin: 15px 0 0 0;
  }
  .benefits .order {
    margin: 40px 0 0 0;
  }
}
.footer {
  padding: 70px 0 100px 0;
  position: relative;
}
.footer .map {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.footer .f-block {
  position: relative;
  z-index: 5;
  padding: 35px 40px 45px 40px;
  max-width: 330px;
  width: 100%;
  text-align: center;
  box-shadow: 1px 13px 13px 1px rgba(0,0,0,0.08);
  background-color: #ffffff;
  transition: 0.3s;
  border: 1px solid transparent;
}
.footer .f-block:hover {
  border-color: rgba(239,78,58,0.37);
}
.footer .f-block .phones {
  margin: 30px 0 8px 0;
}
.footer .f-block .phones .numbers a {
  display: block;
  color: #000;
  text-decoration: none;
  font-weight: 700;
}
.footer .f-block .phones .numbers a:hover {
  color: #ef4e3a;
}
.footer .f-block .call a {
  text-decoration: underline;
  color: #ef4e3a;
}
.footer .f-block .call a:hover {
  text-decoration: none;
}
.footer .f-block .address {
  margin: 20px 0 35px 0;
}
.footer .f-block .email a {
  text-decoration: none;
  color: #000000;
}
.footer .f-block .email a:hover {
  color: #ef4e3a;
}
@media (max-width: 767px) {
  .footer {
    padding: 0;
  }
  .footer .f-block {
    margin: 0 -15px;
    max-width: initial;
    width: auto;
  }
  .footer .map {
    height: 300px;
    position: relative;
  }
}
