@font-face {
  font-family: "OpenSans";
  src: url("../fonts/OpenSansRegular.eot"), url("../fonts/OpenSansRegular.woff"),
    url("../fonts/OpenSansRegular.ttf");
  font-weight: 300;
}
@font-face {
  font-family: "OpenSans";
  src: url("../fonts/OpenSansBold.woff"), url("../fonts/OpenSansBold.eot"),
    url("../fonts/OpenSansBold.ttf");
  font-weight: 600;
}
@font-face {
  font-family: "Oswald";
  src: url("../fonts/Oswald-Light.eot"), url("../fonts/Oswald-Light.woff"),
    url("../fonts/Oswald-Light.ttf");
  font-weight: 200;
}
@font-face {
  font-family: "Oswald";
  src: url("../fonts/Oswald-Regular.woff"), url("../fonts/Oswald-Regular.eot"),
    url("../fonts/Oswald-Regular.ttf");
  font-weight: 300;
}

/*общие стили*/
* {
  box-sizing: border-box;
}
a,
p,
li,
h5,
h6 {
  font-family: "OpenSans";
  color: #444;
}
h3,
h4 {
  font-family: "Oswald";
  color: #444;
}
h1,
h2 {
  font-family: "Oswald";
  color: #333;
  font-weight: 300;
}
p {
  color: #333;
  line-height: 1.4;
  margin-bottom: 20px;
}
a {
  text-decoration: none;
  color: #000;
  transition: all 0.2s;
}
h1 {
  font-size: 60px;
  line-height: 1.3;
  margin-bottom: 15px;
}
h2 {
  font-size: 55px;
  color: #333;
  line-height: 1.4;
  margin-bottom: 35px;
}
h3 {
  font-size: 32px;
  line-height: 1.3;
  margin-bottom: 15px;
}
h4 {
  font-size: 26px;
  line-height: 1.3;
  margin-bottom: 15px;
}
h5 {
  font-size: 22px;
  line-height: 1.3;
  margin-bottom: 10px;
}
h6 {
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 10px;
}
a:hover {
  color: red;
}
a:focus {
  outline: unset;
}
strong,
b {
  font-weight: 600;
}
mark {
  background-color: unset;
}
img {
  max-width: 100%;
}
hr {
  margin: 20px 0;
  border-width: 0;
  border-top: 1px solid #e0dede;
}
@media only screen and (max-width: 1020px) {
  h2 {
    font-size: 42px;
  }
}
@media only screen and (max-width: 800px) {
  h1 {
    font-size: 45px;
  }
  h2 {
    font-size: 36px;
  } 
  h3 {
    font-size: 28px;
  }
  h4 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 550px) {
  h1 {
    font-size: 38px;
  }
  h2 {
    font-size: 32px;
  }
  h3 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 420px) {
  h2 {
    font-size: 28px;
  }
  h3 {
    font-size: 24px;
  }
  h4 {
    font-size: 20px;
  }
}

/* ширина контента */
.row {
  max-width: 1200px;
  margin: 0 auto;
}

/* стили для ul li */
ul.ul-custom {
  margin-bottom: 20px;
}
ul.ul-custom li {
  position: relative;
  margin-bottom: 3px;
  padding-left: 24px;
  line-height: 1.3;
}
ul.ul-custom li:before {
  content: "\f111";
  font-family: "Font Awesome\ 5 Free";
  font-weight: 900;
  font-size: 7px;
  position: absolute;
  top: 6px;
  left: 8px;
  color: red;
}

/* ol */
ol {
  list-style-type: decimal;
  padding-left: 30px;
  color: #414c5c;
  line-height: 1.4;
  margin-bottom: 20px;
}

/* ToTop */
#goTop {
  opacity: 0;
  position: fixed;
  display: block;
  right: 50px;
  bottom: 0px;
  padding: 9px 16px 5px 16px;
  background-color: #272727;
  border: 0;
  border-radius: 4px 4px 0px 0px;
  transition: .2s;
  z-index: 999;
}
#goTop.is-visible {
  opacity: 0.9;
}
#goTop.is-visible:hover {
  opacity: 1;
  background-color: #EE3A3A;
}
#goTop i {
  color: #fff;
}

/* 404 */
/* .error404 .entry-box p {
  font-size: 21px;
  margin: 30px 0;
}
.error404 .entry-box p a span {
  text-decoration: underline;
}
.error404 .entry-box p a i {
  color: #6e6e6e;
  transition: 0.2s;
}
.error404 .entry-box p a:hover i {
  color: red;
}
.error404 .widget_product_categories {
  max-width: 400px;
} */

/* Формы заказа */
.form-block input::-webkit-input-placeholder {
  color: #555;
}
.form-block input::-moz-placeholder {
  color: #555;
}
.form-block input:-ms-input-placeholder {
  color: #555;
}
.form-block input:-moz-placeholder {
  color: #555;
}
.form-block input::placeholder {
  opacity: 0.8;
}
.form-block .form-group {
  margin-bottom: 20px;
}
.form-block .form-group input {
  width: 100%;
  height: 35px;
  padding: 5px 15px;
  font-size: 18px;
  border: 1px solid #c1c1c1;
  border-radius: 4px;
}
.wpcf7-form .wpcf7-list-item {
  margin-left: 0;
  display: block;
}
.checkbox-obrabotka label {
  font-size: 15px;
  font-family: "OpenSans";
  font-weight: 300;
  line-height: 23px;
  color: #555555;
}
.checkbox-obrabotka a {
  color: #000000;
  text-decoration: underline;
}
.control-checkbox {
  display: block;
  position: relative;
  padding-top: 3px;
  cursor: pointer;
  font-size: 16px;
}
.control-checkbox input {
  position: absolute;
  z-index: -1;
  opacity: 0;
  margin: 0;
  height: 0;
}
.control-checkbox .list-item-label {
  position: absolute;
  top: 4px;
  left: 0;
  height: 20px;
  width: 20px;
  background: #d5d5d5;
  border: 0px solid #000000;
}
.control-checkbox input:checked ~ .list-item-label {
  background: #5c5c5c;
}
.control-checkbox input:disabled ~ .list-item-label {
  background: #d5d5d5;
  opacity: 0.6;
  pointer-events: none;
}
.list-item-label:after {
  box-sizing: unset;
  content: "";
  position: absolute;
  display: none;
}
.control-checkbox input:checked ~ .list-item-label:after {
  display: block;
}
.control-checkbox .list-item-label:after {
  left: 7px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.control-checkbox .checkbox-text {
  padding-left: 28px;
}
.form-block .btn-form button,
.form-block .btn-form input {
  margin-bottom: 0;
  text-align: center;
}
.form-block .btn-form button,
.form-block .btn-form input {
  width: 100%;
  padding: 10px 25px;
  font-size: 20px;
  color: #fff;
  background-color: #3E5871;
  border-width: 0;
  border-radius: 7px;
  transition: .2s;
}
.form-block .btn-form button:hover,
.form-block .btn-form input:hover {
  background-color: #EE3A3A;
}
.form-block .responsiv-uploader-fileupload button.upload-button {
  position: relative;
  padding: 8px 25px 8px 43px;
  border: 0;
  border-radius: 4px;
  color: #fff;
  background: #777;
  margin-bottom: 20px;
  transition: .2s;
}
.form-block .responsiv-uploader-fileupload button.upload-button:after {
  content: "\f1c5";
  position: absolute;
  left: 25px;
  top: 8px;
  font-family: "Font Awesome\ 5 Free";
  font-weight: 900;
  font-size: 16px;
}
.form-block .responsiv-uploader-fileupload button.upload-button:hover {
  background-color: #EE3A3A;
}
.form-alert .alert {
  display: flex;
  align-items: center;
  margin-top: 15px;
}
.form-alert .alert button {
  display: none;
}
.form-alert .alert p {
  margin-bottom: 0;
}

/******************* КНОПКИ *******************/

/* кнопка с анимацией слева - <a href="#" class="btn-hover-left">ОСТАВИТЬ ЗАЯВКУ</a> */
.btn-hover-left {
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: inline-block;
  border-radius: 0;
  padding: 9px 25px 8px 25px;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  text-align: left;
  text-decoration: none;
  transition: .3s;
}
.btn-hover-left:hover {
  color: #fff;
}
.btn-hover-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 0;
  height: 110%;
  background-color: red;
  transform: skewX(10deg) translateX(-10px);
  transition: 0.3s all ease-out;
}
.btn-hover-left:hover::before {
  width: calc(100% + 20px);
}

/* кнопка с анимацией заполнения из центра - <a href="#" class="btn-hover-center"><span class="btn-text">ОСТАВИТЬ ЗАЯВКУ</span></a> */
.btn-hover-center {
  position: relative;
  overflow: hidden;
  display: inline-block;
  text-decoration: none;
}
.btn-hover-center:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 300%;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: red;
  border-radius: 50%;
  will-change: transform, border-radius;
  -webkit-transform: scale(0) skewY(-15deg);
  transform: scale(0) skewY(-15deg);
  -webkit-transition: border-radius 0.2s ease-out, -webkit-transform 0.3s ease-out;
  transition: border-radius 0.2s ease-out, -webkit-transform 0.3s ease-out;
  transition: border-radius 0.2s ease-out, transform 0.3s ease-out;
  transition: border-radius 0.2s ease-out, transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
.btn-hover-center span.btn-text {
  position: relative;
  display: inline-block;
  color: #fff;
  transition: color 0.5s cubic-bezier(0.4, 0, 0, 1);
  z-index: 2;
}
.btn-hover-center.active:before,
.btn-hover-center:hover:before {
  border-radius: 0;
  -webkit-transform: scale(1) skewY(0);
  transform: scale(1) skewY(0);
  -webkit-transition: border-radius 0.2s ease-out 0.4s, -webkit-transform 0.5s cubic-bezier(0.4, 0, 0, 1);
  transition: border-radius 0.2s ease-out 0.4s, -webkit-transform 0.5s cubic-bezier(0.4, 0, 0, 1);
  transition: transform 0.5s cubic-bezier(0.4, 0, 0, 1), border-radius 0.2s ease-out 0.4s;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0, 1), border-radius 0.2s ease-out 0.4s, -webkit-transform 0.5s cubic-bezier(0.4, 0, 0, 1);
}
.btn-hover-center.active span.btn-text,
.btn-hover-center:hover span.btn-text {
  color: #fff;
}

/* кнопка с анимацией "блик" - <a href="#" class="btn-animation-blicked is-blicked">ОСТАВИТЬ ЗАЯВКУ</a>*/
.btn-animation-blicked {
  position: relative;
  display: inline-block;
  font-size: 18px;
  line-height: 1.2;
  color: #fff;
  background: red;
  padding: 12px 40px;
  height: auto;
  border-radius: 5px;
  border: none;
  overflow: hidden;
}
.btn-animation-blicked.is-blicked:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(10%, hsla(0, 0%, 100%, 0.1)),
    color-stop(20%, hsla(0, 0%, 100%, 0.2)),
    to(hsla(0, 0%, 100%, 0.6))
  );
  background: linear-gradient(90deg, hsla(0, 0%, 100%, 0.1) 10%, hsla(0, 0%, 100%, 0.2) 20%, hsla(0, 0%, 100%, 0.6));
  width: 20px;
  -webkit-transform: skewX(-45deg);
  transform: skewX(-45deg);
  left: -20%;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  -webkit-animation-name: blick;
  animation-name: blick;
  -webkit-animation-duration: 4.5s;
  animation-duration: 4.5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
@-webkit-keyframes blick {
  30%,
  to {
    left: 120%;
  }
}
@keyframes blick {
  30%,
  to {
    left: 120%;
  }
}

/* кнопка с анимацией увеличения и уменьшения */
.btn-animation-size {
  display: inline-block;
  font-size: 18px;
  line-height: 1.2;
  color: #fff;
  background: red;
  padding: 12px 40px;
  border-radius: 5px;
  animation: jittery 6s infinite;
}
@keyframes jittery {
  50%,
  74% {
    transform: scale(1);
  }
  53% {
    transform: scale(0.95);
  }
  56% {
    transform: scale(1.04);
  }
  59% {
    transform: scale(1.04) rotate(-2.5deg);
  }
  62% {
    transform: scale(1.04) rotate(2.5deg);
  }
  65% {
    transform: scale(1.04) rotate(-1.7deg);
  }
  68% {
    transform: scale(1.04) rotate(1deg);
  }
  71% {
    transform: scale(1.04) rotate(0);
  }
}

/******************* Lightbox *******************/
/* 
js: lightbox.min.js
css: lightbox.min.css
images: basic-child/images
Настройки: main.js
Список возможных настроек: https://lokeshdhakar.com/projects/lightbox2/#options
 */
.lightbox div .lb-image {
  border-radius: 0;
  border-width: 0;
}
.lightbox .lb-cancel {
  background: url("/storage/app/media/loading.gif") no-repeat;
}
.lightbox .lb-data .lb-close {
  background: url("/storage/app/media/close.png") top right no-repeat;
}
.lightbox .lb-nav a.lb-prev {
  background: url("/storage/app/media/prev.png") left 48% no-repeat;
  background-size: 0;
}
.lightbox .lb-nav a.lb-next {
  background: url("/storage/app/media/next.png") right 48% no-repeat;
  background-size: 0;
}
.lightbox .lb-nav a.lb-prev,
.lightbox .lb-nav a.lb-next {
  position: absolute;
  opacity: 1;
  width: 45px;
  height: 100px;
  top: 50%;
  margin-top: -50px;
}
.lightbox .lb-nav a.lb-prev:after {
  content: "\f053";
  font-family: "Font Awesome\ 5 Free";
  font-weight: 900;
}
.lightbox .lb-nav a.lb-next:after {
  content: "\f054";
  font-family: "Font Awesome\ 5 Free";
  font-weight: 900;
}
.lightbox .lb-nav a.lb-prev:after,
.lightbox .lb-nav a.lb-next:after {
  width: 100%;
  height: 100%;
  display: block;
  font-size: 28px;
  line-height: 100px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.65);
  transition: 0.2s;
}
.lightbox .lb-nav a.lb-prev:hover:after,
.lightbox .lb-nav a.lb-next:hover:after {
  color: #0183CC;
  background-color: rgba(255, 255, 255, 0.8);
}
.lightbox .lb-data .lb-caption {
  font-family: "OpenSans";
  font-weight: 600;
  font-size: 22px;
}

/******************* слайдер карусель *******************/
/* 
js: owl.carousel.min.js
css: owl.theme.default.css owl.carousel.css
Настройки: на странице где находится карусель
Список возможных настроек: https://owlcarousel2.github.io/OwlCarousel2/docs/api-options.html
*/
.slider-gallery {
  position: relative;
}
.slider-gallery .owl-nav {
  position: absolute;
  width: 100%;
  height: 0;
  top: calc(50% - 33px);
  left: 0;
  display: flex;
  justify-content: space-between;
}
/*.slider-gallery .owl-carousel .owl-item {
  padding: 5px;
}*/
.slider-gallery .owl-nav button span {
  position: relative;
  display: inline-block;
  width: 23px;
  height: 50px;
  color: transparent;
  background: rgba(0, 0, 0, 0.6);
  transition: 0.2s;
}
.slider-gallery .owl-nav button span:hover {
  background: #167ec2;
}
.slider-gallery .owl-nav button.owl-prev span:before {
  content: "\f053";
}
.slider-gallery .owl-nav button.owl-next span:before {
  content: "\f054";
}
.slider-gallery .owl-nav button.owl-prev span:before,
.slider-gallery .owl-nav button.owl-next span:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 22px;
  color: #fff;
  position: absolute;
  left: 21%;
  top: 30%;
  transition: 0.2s;
}
.slider-gallery .owl-dots {
  display: flex;
  justify-content: center;
}
.slider-gallery .owl-dots .owl-dot span {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 7px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.5);
}
.slider-gallery .owl-dots .owl-dot.active span {
  background: #167ec2;
}

/************** Анимации для появления блоков (aos) *************/

/* data-aos="new-fade-up" */
[data-aos="new-fade-up"] {
  opacity: 0;
  transform: translateY(20px);
}
[data-aos="new-fade-up"].aos-animate {
  opacity: 1;
  transform: translateY(0);
}

/* data-aos="new-fade-right" */
[data-aos="new-fade-right"] {
  opacity: 0;
  transform: translateX(-25px);
}
[data-aos="new-fade-right"].aos-animate {
  opacity: 1;
  transform: translateX(0);
}

/* data-aos="new-fade-left" */
[data-aos="new-fade-left"] {
  opacity: 0;
  transform: translateX(25px);
}
[data-aos="new-fade-left"].aos-animate {
  opacity: 1;
  transform: translateX(0);
}

/* data-aos="new-transform" */
[data-aos="new-transform"] {
  opacity: 0.3;
  transform: skew(-8deg, 0deg);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.22);
}
[data-aos="new-transform"].aos-animate {
  opacity: 1;
  transform: skew(-17deg, 0deg);
  box-shadow: 2px 0 5px rgba(0, 0, 0, 0.22);
}

/* data-aos-easing="new-easing" */
[data-aos][data-aos][data-aos-easing="new-easing"],
body[data-aos-easing="new-easing"] [data-aos] {
  transition-timing-function: cubic-bezier(0.6, 0.2, 0.1, 1);
}

/* Шапка */
.header {
  position: sticky;
  top: 0;
  padding: 0 10px;
  background: #3E5871;
  box-shadow: 0px 1px 2px 0 rgba(0, 0, 0, 0.32);
  z-index: 99;
}
.header .row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .logo-header {
  padding: 7px 0 3px 0;
}
.header-menu i.fa-bars {
  display: none;
}
.header-menu nav ul {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  margin: 0;
}
.header-menu nav ul li a {
  padding: 10px 24px;
  display: inline-block;
  font-family: "OpenSans";
  font-weight: 300;
  font-size: 18px;
  color: #fff;
}
.header-menu nav ul li a:hover {
  color: #D2D2D2;
}
.header-menu nav ul li.item-has-children > a {
  position: relative;
  padding-right: 28px;
}
.header-menu nav ul li.item-has-children > a:after {
  content: '\f078';
  font-family: "Font Awesome\ 5 Free";
  font-weight: 900;
  font-size: 14px;
  position: absolute;
  top: 12px;
  right: 10px;
  color: #fff;
}
.header-menu .open-submenu-btn {
  display: none;
}
.header-menu nav ul .item-has-children {
  position: relative;
  padding: 19px 0;
  overflow: hidden;
}
.header-menu nav ul .item-has-children:hover {
  overflow: visible;
}
.header-menu nav ul .item-has-children:hover > ul {
  opacity: 1;
}
.header-menu nav ul .item-has-children ul {
  position: absolute;
  top: 100%;
  left: 10px;
  display: block;
  opacity: 0;
  width: 240px;
  background-color: #ffffff;
  border-top: 3px solid #d5d5d5;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  box-shadow: 1px 3px 12px rgba(0, 0, 0, 0.3);
  transform: translateY(15px);
  transition: .3s;
}
.header-menu nav ul .item-has-children:hover ul {
  transform: translateY(0);
  opacity: 1;
}
.header-menu nav ul .item-has-children ul li {
  font-size: 17px;
  font-weight: 300;
  line-height: 1.3;
  padding: 0;
  border-bottom: 1px solid #C7E7F8;
  transition: .2s;
}
.header-menu nav ul .item-has-children ul li:last-of-type {
  border-bottom: 0;
}
.header-menu nav ul .item-has-children ul li a {
  display: block;
  color: #333;
  transition: .2s;
}
.header-menu nav ul .item-has-children ul li a:hover {
  background: #F2F2F2;
  color: #333;
}
.header .header-contact {
  padding: 5px 0;
  text-align: right;
}
.header .header-contact p {
  margin-bottom: 0;
}
.header .header-contact p.header-contact-tel {
  margin-bottom: 3px;
}
.header .header-contact p.header-contact-tel svg {
  width: 18px;
  height: 18px;
  fill: #fff;
  margin-right: 3px;
  margin-bottom: -1px;
}
.header .header-contact p.header-contact-tel a {
  display: inline-block;
  font-size: 20px;
  font-weight: 300;
  color: #fff;
}
.header .header-contact a.header-popup {
  border: 2px solid #fff;
  padding: 5px 25px;
}
.header .header-contact a.header-popup:before {
  background: #fff;
}
.header .header-contact a.header-popup:hover {
  color: #3E5871;
}
@media only screen and (max-width: 1020px) {
  .wrapper {
    padding-top: 70px;
    overflow: hidden;
  }
  .header {
    position: fixed;
    width: 100%;
    top: 0;
  }
  .header-menu i.fa-bars {
    display: block;
    color: #fff;
    font-size: 30px;
    padding: 20px 15px 20px 32px;
    cursor: pointer;
  }
  .header-menu nav {
    position: unset;
    text-align: right;
  }
  .header-menu nav ul {
    display: block;
    justify-content: initial;
  }
  .header-menu nav > ul {
    position: absolute;
    top: 70px;
    border-top: 2px solid #dedede;
    left: 100%;
    width: 100%;
    background: #f9f9f9;
    transition: all 0.5s ease;
  }
  .header-menu.mobile-menu-active nav > ul {
    left: 0%;
    text-align: left;
  }
  .header-menu nav ul li.item-has-children > a:after {
    display: none;
  }
  .header nav ul .item-has-children {
    padding: 0;
  }
  .header-menu nav ul li a {
    display: block;
    height: auto;
    padding: 9px 15px;
    padding-right: 0;
    font-size: 17px;
    text-align: left;
    color: #000;
    line-height: 1.3;
    border-bottom: 1px solid #dedede;
  }
  .header-menu nav ul li a:hover {
    color: #000;
  }
  .header-menu nav ul .item-has-children ul {
    height: 0;
    border: 0;
    box-shadow: initial;
    overflow: hidden;
    transform: translateY(0);
  }
  .header-menu nav ul .item-has-children ul li {
    border-bottom: 0
  }
  .header-menu nav ul .item-has-children ul li a:hover {
    background: transparent;
  }
  .header-menu .item-has-children.submenu-opened > ul {
    position: initial;
    opacity: 1;
    width: auto;
    height: auto;
    background-color: transparent;
    border-width: 0;
    box-shadow: initial;
    -webkit-box-shadow: initial;
    -moz-box-shadow: initial;
    transition: 0s;
  }
  .header-menu .item-has-children > ul > li > a:before {
    content: "-";
    padding-left: 3px;
    font-size: 14px;
  }
  .header-menu .open-submenu-btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    text-align: right;
    display: inline-block;
    color: #0183CC;
    font-size: 19px;
    padding: 2px 15px;
    line-height: 1.95;
    cursor: pointer;
  }
  .header-menu .open-submenu-btn i {
    transform: rotate(0deg);
    transition: 0.2s;
  }
  .header-menu .submenu-opened .open-submenu-btn i {
    transform: rotate(180deg);
  }
  .header-menu .item-has-children .sub-menu {
    border-top-width: 0;
    box-shadow: initial;
    -webkit-box-shadow: initial;
    -moz-box-shadow: initial;
  }

  .header .logo-header {
    order: 1;
  }
  .header .header-menu {
    order: 3;
  }
  .header .header-contact {
    order: 2;
    text-align: center;
  }
  .header .header-contact p.header-contact-tel a {
    font-size: 18px;
  }
  .header .header-contact p.header-contact-tel {
    padding-bottom: 0;
    border-bottom: 0;
  }
}
@media only screen and (max-width: 600px) {
  .header .header-contact p.header-contact-tel svg {
    width: 16px;
    height: 16px;
    margin-right: 0px;
  }
}
@media only screen and (max-width: 500px) {
  .wrapper {
    padding-top: 64px;
  }
  .header {
    padding: 0;
    padding-left: 6px;
  }
  .header-menu nav > ul {
    top: 65px;
  }
  .logo-header a img {
    max-width: 110px;
    height: auto;
  }
  .header .header-contact p.header-contact-tel svg {
    width: 14px;
    height: 14px;
  }
  .header .header-contact p.header-contact-tel a {
    font-size: 16px;
  }
  .header .header-contact a.header-popup {
    font-size: 14px;
    padding: 4px 9px;
  }
  .header-menu i.fa-bars {
    padding: 17px 10px 17px 12px;
  }
}
@media only screen and (max-width: 380px) {
  .logo-header a img {
    max-width: 100px;
  }
  .header .header-contact p.header-contact-tel svg {
    display: none;
  }
  .header .header-contact a.header-popup {
    display: none;
  }
}

/* PopUp */
#popup-return {
  position: fixed;
  top: 0;
}
.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
  transition: opacity 200ms;
  visibility: hidden;
  opacity: 0;
  z-index: 9999;
}
.overlay .popup-cancel {
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: default;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}
.popup {
  position: relative;
  top: calc(50% - 260px);
  max-width: 520px;
  margin: 0 auto;
  padding: 25px 40px 35px 40px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
}
.popup .popup-close {
  position: absolute;
  top: -12px;
  right: -12px;
  font-size: 24px;
  color: #fff;
  padding: 0px 8px 5px 8px;
  background: #555;
  border-radius: 4px;
  transition: .2s;
}
.popup .popup-close:hover {
  background: #EE3A3A;
}
.popup h3 {
  text-align: center;
  margin-bottom: 20px;
}
@media only screen and (max-width: 600px) {
  .popup {
    max-width: 93%;
    padding: 25px 20px 35px 20px;
  }
}

/* блоки с текстом */
.text-block {
  padding: 50px 10px 30px 10px;
}
.text-block1 {
  padding-top: 25px;
}
.text-block h2 {
  text-align: center;
  font-size: 42px;
  margin-bottom: 20px;
}
.text-block h3 {
  text-align: center;
}
.text-block ul li {
  font-size: 18px;
  margin-bottom: 8px;
}
.text-block ul li:before {
  content: '\f00c';
  font-size: 14px;
  top: 3px;
  left: 5px;
  color: #EE3A3A;
}
@media only screen and (max-width: 800px) {
  .text-block h2 {
    font-size: 34px;
  }
}
@media only screen and (max-width: 500px) {
  .text-block ul li {
    font-size: 16px;
  }
  .text-block h2 {
    font-size: 28px;
  }
}

/* Первый блок */
.first-block {
  background: url(/storage/app/media/fon-1.jpg) no-repeat center / cover;
}
.first-block .first-block-col {
  padding: 40px 60px 60px 60px;
  max-width: 840px;
  background: rgba(255, 255, 255, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.24);
}
.first-block .first-block-col h1 {
  text-align: center;
  font-size: 45px;
  margin-bottom: 45px;
}
.first-block .first-block-col h1 .line1 {
  color: #EE3A3A;
  font-size: 72px;
  letter-spacing: 1px;
}
.first-block .first-block-col h1 .line3 {
  color: #EE3A3A;
  font-size: 66px;
}
.first-block .first-block-col ul {
  margin-bottom: 50px;
}
.first-block .first-block-col ul li {
  font-size: 18px;
  font-weight: 600;
  padding-left: 30px;
  margin-bottom: 8px;
}
.first-block .first-block-col ul li:before {
  content: '\f00c';
  font-size: 22px;
  top: 0;
  left: 0;
}
.first-block .first-block-col h4 {
  text-align: center;
  font-size: 32px;
}
.first-block .first-block-col .form-block {
  max-width: 450px;
  margin: 0 auto;
}
.first-block-col .form-block .form-group input {
  border: 0;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
}
.first-block-col .form-block .btn-form button {
  font-weight: 600;
  letter-spacing: 1px;
}
@media only screen and (max-width: 800px) {
  .first-block {
    background-position: 80% 50%;
  }
  .first-block .first-block-col {
    padding: 30px 30px 40px 30px;
    background: rgba(161, 182, 202, 0.75);
  }
  .first-block .first-block-col h1 {
    font-size: 32px;
    margin-bottom: 20px;
  }
  .first-block .first-block-col h1 .line1 {
    font-size: 51px;
  }
  .first-block .first-block-col h1 .line3 {
    font-size: 41px;
  }
  .first-block .first-block-col ul {
    margin-bottom: 20px;
  }
  .first-block .first-block-col ul li {
    font-size: 16px;
    padding-left: 22px;
  }
  .first-block .first-block-col ul li:before {
    font-size: 17px;
  }
  .first-block .first-block-col h4 {
    font-size: 28px;
  }
  .first-block .first-block-col .form-block {
    max-width: 400px;
  }
}
@media only screen and (max-width: 500px) {
  .first-block .first-block-col {
    padding: 30px 15px 40px 15px;
  }
  .first-block .first-block-col h1 {
    font-size: 24px;
  }
  .first-block .first-block-col h1 .line1 {
    font-size: 38px;
  }
  .first-block .first-block-col h1 .line3 {
    font-size: 31px;
  }
  .first-block .first-block-col h4 {
    font-size: 26px;
  }
  .first-block .first-block-col .form-block {
    max-width: 380px;
  }
  .first-block-col .form-block .btn-form button {
    font-size: 18px;
  }
}

/* Услуги */
.services-block {
  padding: 40px 10px 65px 10px;
  background-image: linear-gradient(120deg, #fdfbfb 0%, #ebedee 100%);
}
.services-block h2 {
  text-align: center;
}
.services-block-columns {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.services-block-columns-1st .services-block-col {
  width: calc(50% - 1em);
  margin-right: 2em;
  margin-bottom: 2.5em;
}
.services-block-columns-1st .services-block-col:nth-of-type(2n) {
  margin-right: 0;
}
.services-block-columns-2nd .services-block-col {
  width: calc(33.33% - 1.34em);
  margin-right: 2em;
}
.services-block-columns-2nd .services-block-col:last-of-type {
  margin-right: 0;
}
.services-block-columns .services-block-col {
  background-color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  overflow: hidden;
}
.services-block-col a.form-service-title {
  position: relative;
  display: block;
  overflow: hidden;
}
.services-block-col a.form-service-title img {
  filter: grayscale(.75);
  transition: .55s;
}
.services-block-col a.form-service-title span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  font-family: "Oswald";
  font-size: 22px;
  line-height: 1.3;
  letter-spacing: 1.1px;
  color: #fff;
  padding: 3px 8px 6px 8px;
  background: rgba(0, 0, 0, 0.7);
}
.services-block-columns-1st a.form-service-title span {
  font-size: 28px;
  padding: 5px 8px 8px 8px;
}
.services-block-col a.form-service-title:hover img {
  filter: grayscale(0);
  transform: scale3d(1.06, 1.06, 1);
}
.services-block-col a.form-service-btn {
  display: block;
  padding: 7px 25px;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
  color: #fff;
  background-color: #3E5871;
  transition: .2s;
}
.services-block-col a.form-service-btn:hover {
  background-color: #EE3A3A;
}
@media only screen and (max-width: 800px) {
  .services-block {
    padding: 20px 10px 15px 10px;
  }
  .services-block h2 {
    margin-bottom: 25px;
  }
  .services-block-columns {
    max-width: 450px;
    margin: 0 auto;
  }
  .services-block-columns .services-block-col {
    width: 100%;
    margin-right: 0;
    margin-bottom: 2em;
  }
  .services-block-col a.form-service-title {
    max-height: 260px;
  }
  .services-block-columns-1st a.form-service-title span,
  .services-block-col a.form-service-title span {
    font-size: 24px;
  }
}
@media only screen and (max-width: 500px) {
  .services-block-columns {
    max-width: 350px;
  }
  .services-block-col a.form-service-title {
    max-height: 210px;
  }
  .services-block-columns-1st a.form-service-title span, 
  .services-block-col a.form-service-title span {
    font-size: 20px;
  }
}

/* Монтаж */
.mounting-block {
  padding: 50px 0 80px 0;
  background: url(/storage/app/media/fon-3.jpg) no-repeat center / cover;
}
.mounting-block h2 {
  text-align: center;
  margin-bottom: 45px;
}
.mounting-n-text {
  padding: 50px;
  background: rgba(255, 255, 255, 0.88);
  border: 2px solid #fff;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.22);
}
.mounting-block-columns {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2em;
  padding-bottom: 50px;
  margin-bottom: 50px;
}
.mounting-block-columns:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: calc(50% - 290px);
  width: 580px;
  height: 2px;
  background-color: #EE3A3A;
}
.mounting-block-columns .mounting-block-col {
  text-align: center;
}
.mounting-block-columns .mounting-block-col img {
  max-height: 60px;
  width: auto;
  margin-bottom: 12px;
}
.mounting-block h3 {
  margin-bottom: 15px;
}
.mounting-block p {
  font-size: 18px;
  margin-bottom: 0;
}
@media only screen and (max-width: 1200px) {
  .mounting-block {
    padding: 0;
  }
  .mounting-block .row {
    position: relative;
    padding: 25px 15px 30px 15px;
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.22);
  }
  .mounting-n-text {
    padding: 0px;
    background: transparent;
    border: 0;
    box-shadow: initial;
  }
}
@media only screen and (max-width: 800px) {
  .mounting-block h2 {
    margin-bottom: 35px;
  }
  .mounting-block-columns {
    grid-template-columns: 1fr 1fr;
    gap: 1.5em;
    padding-bottom: 25px;
    margin-bottom: 30px;
  }
  .mounting-block-columns:after {
    left: 0;
    width: 100%;
  }
  .mounting-block p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 500px) {
  .mounting-block-columns .mounting-block-col img {
    max-height: 50px;
  }
  .mounting-block-columns .mounting-block-col h4 {
    font-size: 18px;
    letter-spacing: 0.3px;
    margin-bottom: 0;
  }
  
}

/* 5 причины работать с нами */
.reasons-blcok {
  padding: 50px 10px 50px 10px;
  background-image: linear-gradient(120deg, #fdfbfb 0%, #ebedee 100%);
}
.reasons-blcok h2 {
  text-align: center;
}
.reasons-blcok-columns {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.reasons-blcok-columns .reasons-blcok-col {
  width: calc(33.33% - 1.34em);
  background: #3E5871;
  text-align: center;
  padding: 20px;
  box-shadow: 8px 8px 0 #EE3A3A;
  margin-bottom: 2em;
}
.reasons-blcok-columns .reasons-blcok-col:last-of-type {
  margin-right: 0;
}
.reasons-blcok-columns .reasons-blcok-col:nth-of-type(1) {
  width: calc(50% - 1.5em);
}
.reasons-blcok-columns .reasons-blcok-col:nth-of-type(2) {
  width: calc(50% - 1.5em);
  margin-right: 0;
}
.reasons-blcok-columns .reasons-blcok-col span {
  font-family: "Oswald";
  font-size: 80px;
  color: #fff;
  opacity: 0.5;
}
.reasons-blcok-columns .reasons-blcok-col h4 {
  color: #fff;
  font-size: 30px;
  letter-spacing: 1px;
  margin-top: 15px;
}
.reasons-blcok-columns .reasons-blcok-col p {
  color: #fff;
  margin-bottom: 0;
}
@media only screen and (max-width: 800px) {
  .reasons-blcok {
    padding: 25px 15px 30px 15px;
  }
  .reasons-blcok h2 {
    margin-bottom: 25px;
  }
  .reasons-blcok-columns {
    max-width: 470px;
    margin: 0 auto;
  }
  .reasons-blcok-columns .reasons-blcok-col,
  .reasons-blcok-columns .reasons-blcok-col:nth-of-type(1),
  .reasons-blcok-columns .reasons-blcok-col:nth-of-type(2) {
    width: 100%;
    margin-right: 0;
  }
}
@media only screen and (max-width: 500px) {
  .reasons-blcok-columns .reasons-blcok-col span {
    font-size: 70px;
  }
  .reasons-blcok-columns .reasons-blcok-col h4 {
    font-size: 25px;
    margin-top: 12px;
    margin-bottom: 10px;
  }
}

/* Открыты для сотрудничества */
.cooperation-block {
  background: url(/storage/app/media/fon-4.jpg) no-repeat center / cover;
  padding: 80px 10px;
}
.cooperation-block h2 {
  text-align: center;
  color: #fff;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.6);
  margin-bottom: 40px;
}
.cooperation-block .form-block {
  max-width: 550px;
  margin: 0 auto;
}
.cooperation-block .form-block .form-group:first-of-type {
  margin-bottom: 30px;
}
.cooperation-block .form-block .form-group input {
  height: 40px;
  border: 0;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
}
.cooperation-block .checkbox-obrabotka label,
.cooperation-block .checkbox-obrabotka label a {
  color: #F9F9F9;
}
.cooperation-block .form-block .btn-form button {
  background: #EE3A3A;
}
.cooperation-block .form-block .btn-form button:hover {
  background: #FF0000;
}
.cooperation-block .form-alert .alert p {
  color: #fff;
}
@media only screen and (max-width: 800px) {
  .cooperation-block {
    padding: 50px 10px;
  }
}

/* Контакты */
.contact-block {
  position: relative;
  min-height: 580px;
}
.contact-block h2 {
  font-size: 44px;
  margin-bottom: 8px;
}
.contact-block .row {
  position: absolute;
  top: 0;
  height: 100%;
  left: calc(50% - 600px);
  display: flex;
  align-items: center;
  z-index: 10;
}
.contact-block .contact-block-col {
  width: 450px;
  background: #fff;
  padding: 20px 40px;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3);
}
.contact-block .contact-block-col p {
  font-size: 18px;
  line-height: 28px;
  padding: 15px 0;
  margin-bottom: 0;
  border-bottom: 1px solid #96A9BB;
}
.contact-block .contact-block-col p:first-of-type {
  padding-top: 10px;
}
.contact-block .contact-block-col p:last-of-type {
  border-bottom-width: 0;
}
.contact-block .contact-block-col p a.contact-messenger-i,
.contact-block .contact-block-col p a.social-icon {
  margin-left: 5px;
}
.contact-block .contact-block-col p a.social-icon-instagram {
  margin-left: 0;
}
.contact-block .contact-block-col p a i {
  font-size: 32px;
}
@media only screen and (max-width: 1290px) {
  .contact-block .row {
    left: calc(50% - 460px);
  }
}
@media only screen and (max-width: 1020px) {
  .contact-block .row {
    left: initial;
    position: initial;
  }
  .contact-block .contact-block-col {
    width: 100%;
    padding: 20px 20px;
  }
  .contact-block .contact-block-col-map {
    width: 100%;
    max-height: 380px;
  }
}