/*!
Theme Name: DneprStroy
Theme URI: http://dneprstroy.ua/
Author: DneprStroy author
Description: Сайт строительной компании
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: dneprstroy
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/
:root {
  --primary-color: #222223;
  --accent-color-d: #323335;
  --accent-color-l: #bfbfbf;
  --btn-color: #0d3ce0;
  --primary-text-color: #fafafa;
  /* --accent-text-color: #ffffff;  */
  /* --time: 250ms; */
  /* --cubic: cubic-bezier(0.4, 0, 0.2, 1); */
}

html{
	scroll-behavior: smooth;   
}


body {
  font-family: "Montserrat", sans-serif;
  width: 100%;
  font-weight: 400;
  font-size: 16px;
  color: var(--primary-text-color);
  background-color: var(--primary-color);
  line-height: normal;
}
body.no-scroll {
  overflow: hidden;
}
input {
  outline: none;
}
.container {
  max-width: 1840px;
  width: 100%;
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px;
}

.row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.hidden {
  display: none;
}
.section-title {
  font-size: 36px;
  font-weight: 500;
  line-height: 150%; /* 54px */
  text-align: center;
}
.section-text {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3; /* 131.25% */
}
.section-b {
  margin-bottom: 56px;
}
.section-s {
  margin-bottom: 16px;
}
.title-item {
  font-size: 22px;
  font-weight: 500;
  /* line-height: 150%;  */
}
.text-item {
  line-height: 150%; /* 24px */
}

.slog{
  font-size: 20px;
  line-height: 180%;
}

.section-list {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
}
.section-item {
  max-width: 584px;
  width: 100%;
  flex: 1 1 32%;
  padding: 24px;
  border-radius: 35px;
  background: var(--accent-color-d);
}
.menu-btn-mob {
  display: none;
}
/*-------------------HEADER----------------*/

.header-container {
  margin-top: 10px;
  padding-left: 60px;
  padding-right: 60px;
  border-radius: 30px;
  background: var(--accent-color-d);
}
.logo {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
}
.logo a {
  color: var(--primary-text-color);
  font-size: 24px;
}
.header-menu {
  position: relative;
}
.header-menu ul li a {
  color: var(--primary-text-color);
  padding-right: 60px;
  /* padding-bottom: 5px; */
  font-size: 20px;
  font-weight: 500;
}
.header-menu-list li a:last-child {
  /* padding-right: 0; */
}
.header-menu .header-menu-list li:hover,
.header-menu .header-menu-list li:active {
  text-decoration: underline;
}
.menu-tel a {
  color: var(--primary-text-color);
  font-size: 20px;
  font-weight: 500;
  padding-right: 36px;
}
.btn {
  padding: 12px 32px;
  color: var(--primary-text-color);
  font-weight: 500;
  font-size: 16px;
  border-radius: 40px;
  border: 1px solid var(--primary-text-color);
  /*border: 1px solid #0d3ce0;*/
  background: rgba(50, 51, 53, 0.26);
}
.menu-btn:hover {
  background-color: var(--btn-color);
  border: 1px solid var(--btn-color);
}
.header-burger {
  display: none;
}
.mobile-menu {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 12;
}
.mobile-menu.is-active {
  display: block;
}
.menu-item-188 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.header-menu-about {
  position: absolute;
  top: 50px;
  left: 120px;
  /* padding: 36px; */
  max-width: 520px;
  width: 100%;
  z-index: 20;
  border-radius: 16px;
  background: rgba(50, 51, 53, 0.74);
  backdrop-filter: blur(8px);
}
.header-about-list li {
  max-width: 520px;
  width: 100%;
  padding: 16px 16px 16px 36px;
  color: var(--primary-text-color);
  font-size: 18px;
  font-weight: 500;
  line-height: 150%; /* 27px */
  border-bottom: 1px solid var(--accent-color-l);
}
.header-about-list li:first-child {
  padding: 36px 16px 16px 36px;
}
.header-about-list li:last-child {
  padding: 16px 16px 36px 36px;
  border-bottom: none;
}
.header-menu .header-about-list li:hover {
  background-color: var(--accent-color-d);
  text-decoration: none;
  /* border-radius: 16px; */
}
.header-about-list li:first-child:hover {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}
.header-about-list li:last-child:hover {
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  text-decoration: none;
}
.header-menu-about .header-about-list li a:hover,
.header-menu-about .header-about-list li a:active {
  text-decoration: none;
}
.is-hidden {
  display: none;
}
.active {
  background-color: var(--accent-color-d);
  text-decoration: none;
  /* color: #119de8; */
  /* background-color: #f3f3f3; */
}

.header-menu-leng li a{
    color:#ffffff;
}




.header-menu-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.header-menu-list > li {
  position: relative;
}

.header-menu-list > li > a {
  display: block;
  padding: 10px 15px;
  color: var(--primary-text-color);
  text-decoration: none;
  transition: background-color 0.3s;
}

.header-menu-list > li:hover > a {
  background-color: rgba(50, 51, 53, 0.2); /* Цвет фона при наведении */
}

.sub-menu {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  background-color: rgba(50, 51, 53, 0.74); /* Фон подменю */
  border: 1px solid #ccc; 
  z-index: 1000;
  width: 410px; 
}

.header-menu-list > li:hover > .sub-menu {
  display: block;
}

.sub-menu li {
  border-bottom: 1px solid #f0f0f0; 
}

.sub-menu li:last-child {
  border-bottom: none; 
}

.sub-menu li a {
  padding: 10px 15px;
  color: var(--primary-text-color);
  text-decoration: none;
  display: block;
}

.sub-menu li a:hover {
  background-color: rgba(50, 51, 53, 0.5); 
}

.custom-logo{
  width: 240px;
}

@media (max-width:767px) {

  .custom-logo{
    width: 120px;
  }
  
}






/*-------------------BANNER----------------*/
.hero {
  border-radius: 33px;
  /* background-image: url(assets/img/hero1.jpg); */
  border-radius: 28px;
  background: linear-gradient(
      90deg,
      #323335 0%,
      rgba(50, 51, 53, 0.79) 39.4%,
      rgba(50, 51, 53, 0.34) 100%
    ),
    url(assets/img/hero22.jpg), lightgray 50% / cover no-repeat;

  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 120px;
  padding-bottom: 240px;
  margin-bottom: 16px;
}
.hero-subtitle {
  margin-bottom: 36px;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
}
.hero-title {
  max-width: 995px;
  width: 100%;
  text-align: center;
  font-size: 64px;
  font-weight: 600;
  margin: 0 auto;
  margin-bottom: 45px;
}
.floating-text-container {
    perspective: 1000px;
}

.floating-text {
    /*font-size: 36px;*/
    /*font-weight: bold;*/
    /*color: #3498db;*/
/* -webkit-text-shadow: -9px 10px 1px rgba(136,  136,  137, 0.5);*/
/*-moz-text-shadow: -9px 10px 1px rgba(136,  136,  137, 0.5);*/
/*text-shadow: -9px 10px 1px rgba(136,  136,  137, 0.5);*/
/*-webkit-text-shadow: -9px 8px 4px rgba(136,  136,  137, 0.38);*/
/*-moz-text-shadow: -9px 8px 4px rgba(136,  136,  137, 0.38);*/
/*text-shadow: -9px 8px 4px rgba(136,  136,  137, 0.38);*/
/*-webkit-text-shadow: -9px 8px 4px rgba(12,  45,  233, 0.24);*/
/*-moz-text-shadow: -9px 8px 4px rgba(12,  45,  233, 0.24);*/
/*text-shadow: -9px 8px 4px rgba(12,  45,  233, 0.24);*/
-webkit-text-shadow: -9px 8px 4px rgba(169,  170,  174, 0.24);
-moz-text-shadow: -9px 8px 4px rgba(169,  170,  174, 0.24);
text-shadow: -9px 8px 4px rgba(169,  170,  174, 0.24);
    position: relative;
    animation: float 3s infinite;
    transform-origin: 50% 50%;
}

@keyframes float {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0);
    }
}
.hero-btn-row {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 30px;
}
.hero-btn {
  font-size: 20px;
  line-height: 150%;
  color: var(--primary-text-color);
  font-weight: 500;
  /* padding: 16px 36px; */
}
.btn-blue {
  background-color: var(--btn-color);
  border-radius: 50%;
  border: none;
  color: var(--primary-text-color);
  text-align: center;
  font-weight: 500;
  line-height: 150%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  margin-left: 10px;
  margin-right: 10px;
  transition: width 500ms, height 500ms;
  /*animation: flicker 2s infinite alternate;*/
}

.btn-animation {
/*  display: flex;
  justify-content: center;
  align-items: center;
  width: 138px;
  height: 138px;
  color: #f7f4f4;
  background: #2d668e;
  border-radius: 50%;*/
  animation: radial-anakausug 1s infinite;
}

.knopku-telefona {
  width: 100%;
  height: 100vh;
  background-color: #f9f9f9;
  display: flex;
  align-items: center;
  justify-content: center;
}

@keyframes radial-anakausug {
  0% { box-shadow: 0 0 0 0px rgb(224 150 13 / 50%); }  
   
  100% { box-shadow: 0 0 0 25px rgb(243 243 243 / 0%); }
  }
}




.btn-animation {
  /*animation: flicker 1.6s infinite alternate;*/
}

/* Анимация мерцания */
@keyframes flicker {
   
  0%, 18%, 22%, 25%, 53%, 57%, 100% {

      text-shadow:
      0 0 4px #fff,
      0 0 11px #fff,
      0 0 19px #fff,
      0 0 40px #0fa,
      0 0 80px #0fa,
      0 0 90px #0fa,
      0 0 100px #0fa,
      0 0 150px #0fa;
 
  }
 
  20%, 24%, 55% {        
      text-shadow: none;
  }    
}

/* .hero-btn-blue {
  width: 240px;
  height: 240px;
  font-size: 24px;
  padding-left: 20px;
  padding-right: 20px;
} */
.btn-blur {
  margin: 0 auto;
  background-color: rgba(0, 55, 255, 0.3);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background-color 300ms;
}
.btn-blur:hover {
  background-color: var(--btn-color);
}
/* .hero-btn-blur {
  width: 280px;
  height: 280px;
} */
.hero-btn-img {
  display: inline;
  margin-right: 10px;
}
.hero-form {
  margin-left: auto;
  margin-right: auto;
  margin-top: 120px;
}
.hero-form form {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 36px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.hero-form form input {
  width: 366px;
  height: 60px;
  padding-left: 36px;
  border-radius: 39px;
  border: 1px solid var(--primary-text-color);
  background: rgba(50, 51, 53, 0.56);
  color: var(--primary-text-color);

  font-family: Montserrat;
  font-size: 20px;

  font-weight: 500;
  line-height: 150%; /* 27px */
}
.hero-form form input::placeholder {
  color: #bfbfbf;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%; /* 27px */
}
.hero-btn-blur {
  /* margin: 0 auto; */
  width: 453px;
  height: 77px;
  background-color: rgba(0, 55, 255, 0.3);
  border-radius: 39px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
}
.hero-btn-blue {
  /* padding: 16px 134px; */
  width: 427px;
  height: 59px;
  border-radius: 39px;
  background: var(--btn-color);
  color: var(--primary-text-color);
  text-align: center;

  font-size: 18px;

  font-weight: 600;
  line-height: 0.5; /* 27px */
  border: none;
  padding-bottom: 10px;
  transition: width 500ms, height 500ms;
}
.hero-btn-blue:hover {
  /* transition-delay: 500ms; */
  width: 453px;
  height: 77px;
}
.header-mobil-top {
  display: none;
}
.request-calc-mob {
  display: none;
}
/*-------------------ADVANTAGES----------------*/
.advantages-container {
  display: inline-flex;
  padding: 36px 60px;
  align-items: flex-start;
  gap: 76px;
  border-radius: 36px;
  background: var(--accent-color-d);
}
.advantages-item {
  max-width: 378px;
  width: 100%;
}
.advantages-item-title {
  padding-top: 20px;
  padding-bottom: 20px;
}
/*-------------------SERVICES----------------*/
.services-title {
  margin-bottom: 10px;
  text-align: center;
}
/* .services-list {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 16px;
}
.services-item {
  max-width: 607px;
  width: 100%;
  padding: 24px;
  border-radius: 36px;
  background: var(--accent-color-d);
} */
.services-list {
  /* flex-wrap: nowrap; */
}
.services-btn {
  width: 123px;
  height: 123px;
  font-size: 16px;
  padding: 0 10px;
  padding-left: 20px;
  padding-right: 20px;
  transition: width 500ms, height 500ms;
  /* margin: 10px; */
}
.services-btn:hover {
  width: 132px;
  height: 132px;
}
.services-btn-blur {
  width: 139px;
  /* width: 100%; */
  height: 139px;
}
/* .services-item {
position: relative;
}
.services-item-img:hover{
  position: relative;
  max-width: 560px;
  width: 100%;
  position: absolute;
  content:'Подробнее';
  top: 0;
  left: 0;
border-radius: 33px;
z-index: 10;
background-color: rgba(34, 34, 35, 0.52);
backdrop-filter: blur(3px);
} */
.services-item-open {
  display: block;
  position: relative;
}

.services-item-open:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(34, 34, 35, 0.52);
  border-radius: 33px;
  backdrop-filter: blur(3px);
  opacity: 0;
}

.services-item-open:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(assets/img/icon/Frame45.png) no-repeat center center;
  opacity: 0;
  z-index: 1;
  transition: opacity 0.4s ease;
}

.services-item-open:hover:before,
.services-item-open:hover:after {
  opacity: 1;
}
.services-item-img {
  border-radius: 33px;
  margin-bottom: 16px;
}
.services-item-title {
  margin-bottom: 16px;
  font-weight: 500;
  font-size: 19px;
}
.services-item-descr {
  max-width: 420px;
  width: 100%;
}
.services-item-img {
  max-width: 560px;
  width: 100%;
  max-height: 360px;
  object-fit: cover;
}


/*-------------------REQUEST----------------*/
.request-wrap {
  display: flex;
  max-width: 1860px;
  width: 100%;
  padding: 36px 30px;
  /* align-items: flex-start; */
  gap: 87px;
  border-radius: 52px;
  background: #323335;
}
.request-wrap-img {
  max-width: 736px;
  width: 100%;
}
.request-img {
  /* max-width: 736px; */
  width: 100%;
  height: 530px;
  border-radius: 28px;
  object-fit: cover;
  /* margin-right: 87px; */
}
.request-wrap-form {
  max-width: 977px;
  width: 100%;
  margin: 0 auto;
}
.request-form {
  display: flex;
  justify-content: space-between;
}
.request-form-flex {
  display: flex;
  justify-content: space-between;
  max-width: 975px;
 
  margin-right: 20px;
}

.request-form-wp {
  max-width: 368px;
  width: 100%;
}
.request-text {
  margin-bottom: 58px;
  text-align: center;
  font-weight: 500;
  line-height: 150%; /* 24px */
  letter-spacing: 1.04px;
  text-transform: uppercase;
}
.request-form input {
  display: block;
  max-width: 368px;
  width: 100%;
  border-radius: 39px;
  border: 1px solid #fafafa;
  background: transparent;
  padding: 16px 16px 16px 36px;
  margin-bottom: 16px;
  color: var(--primary-text-color);
  font-size: 18px;
}
.request-form input::placeholder {
  color: #bfbfbf;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%; /* 27px */
}
.req-textar {
  /* display: flex; */
  max-width: 583px;
  width: 100%;
  height: 390px;
  padding: 16px 36px 16px 36px;
  align-items: flex-start;
  gap: 10px;
  border-radius: 39px;
  border: 1px solid #fafafa;
  background: transparent;
  margin-left: 28px;
  color: var(--primary-text-color);
  font-size: 18px;
}
.req-textar::placeholder {
  color: #bfbfbf;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%; /* 27px */
}
.request-btn-blur {
  width: 240px;
  height: 240px;
  margin-left: 0;
}
.request-btn-blue {
  width: 214px;
  height: 214px;
  font-size: 24px;
  margin-left: 13px;
  padding: 0 20px;
}
.request-btn-blue:hover {
  width: 240px;
  height: 240px;
}
.request-btn-blue.btn-submit {
  padding: 0 20px 30px 20px;
}
/*-------------------STEPS----------------*/
/* .steps-item div p {
  border: 3px solid #fafafa;
  background-color: #797979;
  border-radius: 50%;
  width: 74px;
  height: 74px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 400;
  font-size: 48px;
} */
/* .steps-list {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
}
.steps-item {
  max-width: 607px;
  width: 100%;
  padding: 24px;
  gap: 16px;
  border-radius: 35px;
  background: var(--accent-color-d);
} */
.steps-list {
  /* flex-wrap: nowrap; */
}
.steps-item {
}
.steps-item-row {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
}
.steps-item-title {
  margin-bottom: 0;
}
.steps-title {
  margin-bottom: 16px;
}
/*-------------------WORK----------------*/
.work-title {
  margin-bottom: 16px;
}
/* .work-list {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
}
.work-item {
  max-width: 607px;
  width: 100%;
  padding: 24px;
  border-radius: 35px;
  background: var(--accent-color-d);
} */
.work-item.work-card.effect__hover.section-item {
  height: 550px;
}
.work-item-img {
  max-width: 559px;
  width: 100%;
  height: 355px;
  border-radius: 26px;
  margin-bottom: 16px;
  object-fit: cover;
}
.work-item-title {
  margin-bottom: 8px;
}
.work-card {
  position: relative;
  /* padding: 24px; */
  /* float: left;
  padding-bottom: 25%;
  width: 25%;
  text-align: center; */
}

.card__front,
.card__back {
  position: absolute;
  top: 24px;
  left: 24px;
  /* right: 24px; */
  width: 92%;
  /* height: 100%; */
}

.card__front,
.card__back {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
}

.card__front {
  /* background-color: #ff5078; */
}
.card__back {
  padding-top: 80px;
  padding-left: 30px;
  border-radius: 36px;
  background: var(--accent-color-d);
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}
.card__back h4 {
  font-size: 22px;
  font-weight: 500;
  line-height: 150%; /* 33px */
  margin-bottom: 16px;
}
.card__back li {
  margin-left: 25px;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%; /* 33px */
  list-style: circle;
}
.card__back ul {
  margin-bottom: 16px;
}
/*.work-card.effect__hover:hover .card__front {*/
/*  -webkit-transform: rotateY(-180deg);*/
/*  transform: rotateY(-180deg);*/
/*}*/

/*.work-card.effect__hover:hover .card__back {*/
/*  -webkit-transform: rotateY(0);*/
/*  transform: rotateY(0);*/
/*}*/
.work-btn-blur {
  max-width: 559px;
  width: 100%;
  height: 68px;
  border-radius: 48px;
  margin-bottom: 15px;
}
.work-btn {
  max-width: 543px;
  width: 100%;
  height: 48px;
  border-radius: 39px;
  margin-top: 9px;
  margin-bottom: 9px;
}
.work-card.effect__click {
    height: 580px;
  /*height: 630px;*/
}
/* .card__front-1 {
  max-width: 559px;
  width: 100%;
  padding: 16px;
  padding-bottom: 25px;
  margin-bottom: 30px;

  border-radius: 32px;
  background: var(--grey-bg, #323335);
} */
/* .card__back-1 {
  max-width: 559px;
  width: 100%;
  
  padding-bottom: 30px;
} */
.work-card.effect__click.flipped .card__front {
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}

.work-card.effect__click.flipped .card__back {
  -webkit-transform: rotateY(0);
  transform: rotateY(0);
}
.card-btn-blur {
  width: 139px;
  height: 139px;
  margin-left: auto;
  margin-right: 0;
}
.card-btn {
  width: 123px;
  height: 123px;
  padding-left: 25px;
  padding-right: 25px;
  text-align: center;

  font-size: 16px;

  font-weight: 500;
  line-height: 150%; /* 24px */
  margin: 0;
  /* margin-top: 9px;
  margin-left: 9px; */
}
.card-btn:hover {
  width: 132px;
  height: 132px;
}
.work-list-swiper.swiper {
  display: none;
}
.swiper-work {
  width: 100%;
}
.swiper {
  width: 100%;
}
.swiper-slide {
  /* width: 400px; */
}
.work-list-swiper .section-list {
  display: block;
}
.btn-swiper {
  display: none;
}
/*-------------------CALC----------------*/
.calc-title {
  text-align: center;
  font-size: 36px;
  font-weight: 500;
  line-height: 150%; /* 54px */
  text-transform: uppercase;
}
.calc-subtitle {
  margin-bottom: 36px;
  font-size: 20px;
  text-align: center;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}
.calc-item {
  display: flex;
  width: 100%;
  padding: 16px;
  justify-content: space-between;
  align-items: center;
  border-radius: 70px;
  background: var(--accent-color-d);
  margin-bottom: 16px;
}
.calc-item div {
  display: flex;
  gap: 16px;
  align-items: center;
}
.calc-item-img {
  width: 100px;
}
.calc-item-descr {
  font-size: 32px;
  line-height: 150%; /* 48px */
}
/*-------------------ABOUT----------------*/
.about-wrap {
  max-width: 1656px;
  width: 100%;
  margin: 0 auto;
}
.about-title {
  margin-bottom: 36px;
}
.about-wrap-part {
  display: flex;
  gap: 98px;
  justify-content: space-between;
  margin-bottom: 24px;
}
.about-wrap-part1 {
  max-width: 780px;
  width: 100%;
}
.about-wrap-part2 {
  max-width: 775px;
  width: 100%;
}
.hero-btn-row {
  display: flex;
  gap: 16px;
}
.about-article-title {
  font-size: 55px;
  font-weight: 600;
  line-height: 150%; /* 96px */
}
.about-wrap-btn {
  display: flex;
}
.about-img1 {
  max-width: 775px;
  width: 100%;
  height: 380px;
  object-fit: cover;
  border-radius: 26px;
}
.about-wrap-txt {
  max-width: 574px;
  width: 100%;
}
.about-item-text {
  margin-top: 10px;
}
.about-btn-blur {
  width: 186px;
  height: 186px;
}
.about-btn-blue {
  width: 164px;
  height: 164px;
  font-size: 22px;
  padding: 0 20px;
  /* margin-top: 10px; */
}
.about-img2 {
  width: 100%;
  height: 274px;
  object-fit: cover;
  border-radius: 36px;
}
/*-------------------BLOG----------------*/
.blog-title {
  margin-bottom: 16px;
}
.blog-list-swiper.swiper {
  display: none;
}
.swiper-blog {
  width: 100%;
}
.swiper {
  width: 100%;
}
.swiper-slide {
  /* width:400px; */
}
.blog-list-swiper .section-list {
  display: block;
}
.btn-swiper {
  display: none;
}
/*-------------------request-CALC----------------*/
.request-calc {
  margin-top: 56px;
}
.request-new {
  /* max-width: 1851px; */
  position: relative;
  width: 100%;
  padding: 70px 20px 70px 540px;
  border-radius: 40px;
  background: var(--accent-color-d);
}
/* .request-new div {
  padding-left: 50px;
} */
.request-new-img {
  position: absolute;
  top: -50px;
  left: 0;
  width: 605px;
}
.btn-blue-o {
  display: block;
  text-align: center;
  padding: 16px 0;
  border-radius: 39px;
  background: var(--btn-color);
  color: var(--primary-text-color);
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%; /* 27px */
  border: none;
}
.btn-blur-o {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 48px;
  background: rgba(13, 60, 224, 0.33);
}
.request-calc-btn-blur-o {
  max-width: 500px;
  width: 100%;
  height: 78px;
  padding-left: 10px;
  padding-right: 10px;
}
.request-calc-btn-blue-o {
  max-width: 482px;
  width: 100%;
  height: 60px;
}
.paperclip {
  position: absolute;
  bottom: 148px;
  right: 5px;
  z-index: 10;
  background-color: transparent;
  border: none;
}
.btn-blur-form {
  padding: 10px;
  border-radius: 48px;
  background: rgba(13, 60, 224, 0.33);
  max-width: 500px;
  width: 100%;
  height: 78px;
  margin-top: 40px;
}
.btn-blue-form {
  display: block;
  text-align: center;
  /*padding: 0 0 60px 0;*/
  border-radius: 39px;
  background: var(--btn-color);
  color: var(--primary-text-color);
  font-size: 18px;
  font-weight: 500;

  border: none;
  max-width: 482px;
  width: 100%;
  height: 60px;
  transition: background-color 300ms;
}
.btn-blur-form:hover {
  background-color: var(--btn-color);
}
/*-------------------------------------------*/
.repair-request-form {
  /* position: relative; */
}
.wpcf7-file.upload-button {
  /* position: absolute; */

  color: transparent;
  color: var(--accent-color-l);
  font-style: 18px;
  letter-spacing: 2;
  display: block;
  padding-bottom: 10px;
  /*margin-bottom: 45px;*/
}
.wpcf7-file.upload-button::-webkit-file-upload-button {
  visibility: hidden;
  background: red;
  /* height: 30px; */
}
.wpcf7-file.upload-button::before {
  content: url(./assets/img/icon/Paperclip.svg);
  /* color: white;
  display: inline-block;
  background: transparent;
  border: 2px solid #e68d09;
  border-radius: 3px;
  padding: 5px 8px;
  padding-bottom: 30px;
  outline: none;
  white-space: nowrap;
  -webkit-user-select: none;
  cursor: pointer;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 18px; */
}
.wpcf7-file.upload-button:active {
  outline: 0;
}
.wpcf7-file.upload-button:hover::before {
  /* border-color: #ffaf37; */
}
.wpcf7-file.upload-button:active::before {
  /* background-color: #ff9800; */
}
/*-------------------FOOTER----------------*/
.footer {
  padding-bottom: 30px;
}
.footer-wrap {
  width: 100%;
  /* height: 305px; */
  flex-shrink: 0;
  border-radius: 40px;
  background: var(--accent-color-d);
  padding: 50px 50px 16px 50px;
}
.footer-wrap-in {
  width: 100%;
  display: flex;
  align-items: flex-start;
  gap: 30px;
  justify-content: space-between;
  margin: 0 auto;
  margin-bottom: 36px;
}
.footer-logo {
  padding-top: 0;
  padding-bottom: 16px;
}
.footer-logo a {
  font-size: 36px;
}
.footer-subtitle {
  font-size: 20px;
  line-height: 150%; /* 30px */
}
.footer-wrap-el h4 {
  font-size: 22px;
  font-weight: 500;
  line-height: 150%; /* 33px */
  margin-bottom: 16px;
}
.footer-list a {
  font-size: 18px;
  color: var(--primary-text-color);
  line-height: 150%; /* 27px */
}
.footer-list li {
  margin-bottom: 16px;
}
.footer-btn-blur {
  width: 182px;
  height: 182px;
}
.footer-btn-blue {
  width: 162px;
  height: 162px;
  font-size: 18px;
  padding: 0 20px;
}
.copy {
  font-size: 14px;
  line-height: 150%; /* 21px */
  margin: 0 auto;
  text-align: center;
}
.footer-btn-blur {
  margin: 0;
}
.footer-btn-blur-mob {
  display: none;
}
/*------------BACKDROP------------------*/

.backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  /* transition: opacity 300ms linear, visibility 300ms linear; */
  z-index: 90;
}
.is-hidden-op {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}

.popup-fade {
  display: none;
}

.popup-close {
  position: absolute;
  top: 8px;
  right: 8px;
}
/* .popup-fade:before {
  content: "";
  background: #000;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  z-index: 9999;
} */
/*--------------------MODAL----------------------*/
.modal {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 100;
  transform: translate(-50%, -50%);
  max-width: 800px;
  width: 100%;
  /* min-height: 930px;
  height: 100%; */

  padding: 36px 60px;
  background-color: var(--accent-color-d);
  border-radius: 38px;
  transform: translate(-50%, -50%) scaleY(1);
}
.modal-form .wpcf7 {
  display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 1rem;
}

.modal-title {
  font-size: 36px;
  font-weight: 500;
  line-height: 150%; /* 54px */
  text-align: center;
  margin-bottom: 36px;
}

.modal-p {
  font-size: 18px;
  font-weight: 500;
  line-height: 150%; /* 27px */
  margin-bottom: 16px;
}
.modal-p-w {
  /* width: 200px; */
}
/* .modal-form {
  position: relative;
} */
.modal-form-sqr {
  position: relative;
  width: 100px;
  border-bottom: 1px solid #bfbfbf;
}
.modal-form label {
  font-weight: 500;
}
.modal-form-sqr input {
  width: 100px;
  height: 42px;
  background-color: var(--accent-color-d);
  border: none;
  font-size: 26px;
  font-weight: 500;
  line-height: 150%; /* 42px */
}
.modal-form-sqr input:hover,
.modal-form-sqr input:active {
}
input {
  outline: none;
}
.modal-form-sqr-m2 {
  position: absolute;
  left: 80px;
  bottom: 5px;
  color: #bfbfbf;
  font-size: 22px;
  font-weight: 500;
  line-height: 150%; /* 33px */
}
.input-wrap {
  position: relative;
}
.modal-form-row {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
  flex-wrap: wrap;
}

.modal-form form input {
    display: block;
  
  width: 100%;
  border-radius: 39px;
  border: 1px solid #fafafa;
  background: transparent;
  padding: 16px 16px 16px 36px;
  margin-bottom: 16px;
  color: var(--primary-text-color);
  font-size: 18px;
}
/* .counter {
  width: 130px;
  display: flex;
  margin-top: 16px;

}
.counter input {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; 
}
.counter-btn {
  width: 32px;
  height: 32px;
  border: 1px solid var(--primary-text-color);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
}
.counter-btn:hover {
  cursor: pointer;
  background-color: #fff;
  color: #222223;
}
.counter-btn-input {
  border: none;
}
.counter input {
  width: 50px;
  background-color: var(--accent-color-d);
  border: none;
  text-align: center;
}
.counter-btn-input input {
  width: 100%;
  background-color: var(--accent-color-d);
  border: none;
  text-align: center;
} */

.modal-form-bdr label input {
  /* width: 32px;
  height: 32px;
  background-color: transparent;
  border-radius: 50%;
  border: 1px solid var(--primary-text-color); */
}
.modal-form-bdr {
  display: flex;
  gap: 36px;
}
.modal-form-bdr label {
  padding-top: 5px;
  font-weight: 500;
  line-height: 150%; /* 24px */
}
.modal-form-wrap div {
  margin-bottom: 24px;
}
.modal-form-row-2 {
  /* position: relative; */
  max-width: 967px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.modal-form-row-2 input {
  max-width: 500px;
  width: 100%;
  height: 48px;
  /* padding-bottom: 12px; */
  border-bottom: 1px solid var(--accent-color-l);
  background-color: transparent;
  font-size: 18px;

  font-weight: 500;
  line-height: 150%; /* 42px */
}
.modal-form-row-2-input {
  max-width: 500px;
  width: 100%;
  height: 48px;
   padding-bottom: 12px; 
  border-bottom: 1px solid var(--accent-color-l);
  background-color: transparent;
}
.modal-form-row-2-input-group{
     max-width: 500px;
  width: 100%;
}
.paperclip-1 {
  position: absolute;
  top: 3px;
  left: 480px;
  background-color: transparent;
}
.modal-btn-blur {
  width: 182px;
  height: 182px;
  margin-right: 0;
}
.modal-btn-blue {
  width: 162px;
  height: 162px;
  padding: 0 20px;
  text-align: center;
  margin-right: 10px;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 27px */
  padding-left: 20px;
  padding-right: 20px;
}
.calc-btn-blur {
  width: 182px;
  height: 182px;
  margin-right: 0;
}
.calc-btn {
  width: 162px;
  height: 162px;
  font-size: 18px;
  padding-left: 20px;
  padding-right: 20px;
}
.options-class {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.radio-ceiling {
  display: flex;
  flex-direction: column;
}
.bathroom-class {
  margin-top: 15px;
  display: flex;
  gap: 36px;
}
.furniture-class {
  display: flex;
  gap: 36px;
  align-items: center;
}
.radio-ceiling span {
  /* height: 40px; */
}
input[type="radio"]:checked,
input[type="radio"]:not(:checked) {
  /* width: 20px; */
}
.calc-btn {
  /* margin-top: 15px; */
  padding-bottom: 20px;
}
/* custom checkbox styling for contact form 7 checkbox */
span.wpcf7-list-item {
  display: inline-block;
  margin: 0;
}
.wpcf7 .wpcf7-list-item {
  display: block;
  /* margin-bottom: 10px; */
}
.wpcf7-list-item label {
  display: flex;
  align-items: center;
}
.wpcf7-checkbox label {
  position: relative;
  cursor: pointer;
}
.wpcf7-checkbox input[type="checkbox"] {
  /*position: relative;*/
  position: absolute;
  visibility: hidden;
  width: 32px;
  height: 32px;
  top: 0;
  left: 0;
}

.wpcf7-checkbox input[type="checkbox"] + span:before {
  display: block;
  position: absolute;
  content: "";
  border-radius: 50%;
  height: 32px;
  width: 32px;
  top: 0px;
  left: 0px;
  border: 1px solid #fafafa;
}
.wpcf7-checkbox input[type="checkbox"] + span:after {
  display: block;
  position: absolute;
  content: url("assets/img/icon/CheckCircle-w.svg");
  /* content: "\2713"; */
  /* background-color: #fff; */
  height: 20px;
  width: 20px;
  top: 0;
  left: 0;
  border-radius: 50%;
  visibility: hidden;
  font-size: 18px;
  text-align: center;
  line-height: 30px;
}
.wpcf7-checkbox input[type="checkbox"]:checked + span:before {
  background: transparent;
}
.wpcf7-checkbox input[type="checkbox"]:checked + span:after {
  visibility: visible;
}
.options-class .wpcf7-list-item-label {
  margin-left: 50px;
  display: inline-block;
}
.bathroom-class .wpcf7-list-item-label {
  margin-left: 50px;
  display: inline-block;
}
/*----------------------------*/
span.wpcf7-list-item {
  display: inline-block;
  margin: 0;
}
.wpcf7 .wpcf7-list-item {
  display: block;
  margin-bottom: 10px;
}
.wpcf7-radio label {
  position: relative;
  cursor: pointer;
}
.wpcf7-radio input[type="radio"] {
  /*position: relative;*/
  position: absolute;
  visibility: hidden;
  width: 32px;
  height: 32px;
  top: 0;
  left: 0;
}
.wpcf7-radio input[type="radio"] + span:before {
  display: block;
  position: absolute;
  content: "";
  border-radius: 100%;
  height: 32px;
  width: 32px;
  top: 0px;
  left: 0px;
  border: 2px solid #fafafa;
}
.wpcf7-radio input[type="radio"] + span:after {
  display: block;
  position: absolute;
  content: "";
  border-radius: 100%;
  height: 22px;
  width: 22px;
  top: 5px;
  left: 5px;
  visibility: hidden;
}
.wpcf7-radio input[type="radio"]:checked + span:before {
  background: transparent;
}
.wpcf7-radio input[type="radio"]:checked + span:after {
  visibility: visible;
}

.wpcf7-list-item-label {
  margin-left: 16px;
  display: inline-block;
}

.wpcf7-form .wpcf7-radio input[type="radio"] {
  position: relative;
  visibility: hidden;
}

.wpcf7-form .wpcf7-radio input[type="radio"]:checked + span:after {
  background: #fafafa;
  visibility: visible;
}

/*------------------------------*/
/* input[type="checkbox"]:checked,
input[type="checkbox"]:not(:checked),
input[type="radio"]:checked,
input[type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
} */

/* input[type="checkbox"]:checked + label,
input[type="checkbox"]:not(:checked) + label,
input[type="radio"]:checked + label,
input[type="radio"]:not(:checked) + label {
  display: inline-block;
  position: relative;
  padding-left: 44px;
  line-height: 20px;
  cursor: pointer;
} */

/* input[type="checkbox"]:checked + label:before,
input[type="checkbox"]:not(:checked) + label:before,
input[type="radio"]:checked + label:before,
input[type="radio"]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 32px;
  height: 32px;
  border: 1px solid var(--primary-text-color);
  background-color: transparent;
  border-radius: 50%;
} */

/* input[type="checkbox"]:checked + label:before,
input[type="checkbox"]:not(:checked) + label:before {
  border-radius: 2px;
}

input[type="radio"]:checked + label:before,
input[type="radio"]:not(:checked) + label:before {
  border-radius: 100%;
}

input[type="checkbox"]:checked + label:after,
input[type="checkbox"]:not(:checked) + label:after,
input[type="radio"]:checked + label:after,
input[type="radio"]:not(:checked) + label:after {
  content: "";
  position: absolute;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
} */

/* input[type="checkbox"]:checked + label:after,
input[type="checkbox"]:not(:checked) + label:after {
  content: url("assets/img/icon/CheckCircle-w.svg");
  left: 0;
  top: 0; */
/* width: 34px; */

/* height: 10px; */
/* border-radius: 1px;
  border-left: 2px solid #000000;
  border-bottom: 2px solid #000000; */

/* -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); */
/* } */

/* input[type="radio"]:checked + label:after,
input[type="radio"]:not(:checked) + label:after {
  left: 4px;
  top: 4px;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  background-color: #ffffff;
}

input[type="checkbox"]:not(:checked) + label:after,
input[type="radio"]:not(:checked) + label:after {
  opacity: 0;
}

input[type="checkbox"]:checked + label:after,
input[type="radio"]:checked + label:after {
  opacity: 1;
} */

.modal-btn {
  width: 100%;
  height: 100px;
}
.modal form input:active,
.modal form input:hover,
.modal form input:focus {
  border: 2px solid var(--accent-color);
  outline: none;
}

.modal-form {
  /* padding-bottom: 40px; */
}
.backdrop.is-hidden-op .modal {
  transform: translate(-50%, 0%) scale(0);
  transition: transform 300ms linear;
}
.button-x {
  position: absolute;
  top: 12px;
  right: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  border-radius: 50%;
  border: none;
  /* border: 1px solid var(--social-networks-icon); */
  width: 30px;
  height: 30px;
  /* color: var(--title-text-color); */
}
.button-x:hover {
  padding: 10px;
  border: 2px solid var(--accent-color);
  /* background-color: var(--accent-color); */
  color: inherit;
  cursor: pointer;
}
/* @media screen and (max-width: 768px) {
  .modal {
  }
}
@media screen and (max-width: 520px) {
  .modal {
    width: 100%;
    height: 100%;
    padding-top: 180px;
   
  }
  .modal form input {
    height: 64px;
  }
  .modal-btn {
    height: 64px;
  }
  .modal-title {
    font-size: 24px;
    line-height: 1.35;
  }
} */
/*------------------BTN-UP--------------*/
.btn-up {
  /* фиксированное позиционирование */
  position: fixed;
  /* цвет фона */
  background-color: rgba(50, 51, 53, 0.7);
  /*background-color: rgba(0, 56, 255, 0.33);*/
  /* расстояние от правого края окна браузера */
  right: 20px;
  /* расстояние от нижнего края окна браузера */
  bottom: 0;
  /* скругление верхнего левого угла */
  border-top-left-radius: 8px;
  /* скругление верхнего правого угла */
  border-top-right-radius: 8px;
  /* вид курсора */
  cursor: pointer;
  /* отображение элемента как flex */
  display: flex;
  /* выравниваем элементы внутри элемента по центру вдоль поперечной оси */
  align-items: center;
  /* выравниваем элементы внутри элемента по центру вдоль главной оси */
  justify-content: center;
  /* ширина элемента */
  width: 60px;
  /* высота элемента */
  height: 50px;
}

.btn-up::before {
  content: "";
  width: 40px;
  height: 40px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
  background-image: url("assets/img/icons-up1.png");
}

.btn-up_hide {
  display: none;
}

@media (hover: hover) and (pointer: fine) {
  .btn-up:hover {
    background-color: rgba(0, 56, 255, 0.33); /* цвет заднего фона при наведении */
  }
}


/*--------------------ADAPTIV--------------------------------------------*/
@media screen and (max-width: 1600px) {
  .header-menu .header-menu-list li a {
    padding-right: 30px;
  }
  .section-item {
  max-width: 584px;
  width: 100%;
  flex: none;
 
}
  .advantages-container{
     gap:50px; 
  }
  .blog-list.blog-list-desctop.section-list{
      flex-wrap: nowrap;
  }
   .blog-list.blog-list-desctop .services-item.section-item{
      flex-shrink: 1;
  }
}
@media screen and (max-width: 1430px) {
  .header-container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .header-menu ul li a {
    padding-right: 14px;
    font-size: 18px;
  }

  .menu-tel a {
    font-size: 18px;
    padding-right: 10px;
  }
  .menu-tel-wrap{
      display: flex;
      flex-wrap: wrap;
      max-width:170px;
  }
  .hero-form form {
    gap: 16px;
  }
  .advantages-container {
    gap: 50px;
}
.advantages-item-title{
    height: 100px;
}
  .request-wrap {
    gap: 20px;
  }
  .request-wrap-img {
    max-width: 500px;
    width: 100%;
  }

   
  .about-wrap-part {
    gap: 20px;
  }

  .about-article-title {
    font-size: 46px;
  }
    .blog-list.blog-list-desctop.section-list{
      flex-wrap: wrap;
  }
  .blog-list.blog-list-desctop.section-list li:last-child{
      display:none;
  }
  .footer-wrap {
    padding: 50px 50px 16px 50px;
  }
  .footer-btn-blur-mob {
    display: block;
  }
  .footer-btn-blue {
    margin: 10px;
  }
  .footer-btn-blur-desc {
    display: none;
  }
  
}
@media screen and (max-width: 1268px) {
     .menu-tel-wrap{
     
      max-width:140px;
  }
  .hero {
    padding-top: 100px;
    padding-bottom: 120px;
  }
  .hero-form {
    margin-top: 70px;
  }
  .hero-form form {
    gap: 20px;
    flex-wrap: wrap;
  }
  .hero-btn-row {
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 30px;
  }
  .header-menu ul li a {
    font-size: 16px;
  }
  .menu-tel a {
    font-size: 16px;
  }
  .header-menu-about {
    top: 50px;
    left: 90px;
  }
  .section-item {
    max-width: 500px;
    width: 100%;
    padding: 24px;
  }
   .services-item.section-item {
    max-width: 510px;
    width: 100%;
    padding: 24px;
  }
  .menu-btn-mob {
    padding-left: 15px;
    padding-right: 15px;
  }
  .request-wrap-img {
    display: none;
  }
  .request-form {
    justify-content: center;
  }
  .about-article-title {
    font-size: 38px;
}
  .about-wrap-part {
    position: relative;
    /*flex-direction: column-reverse;*/
    /*gap: 16px;*/
  }
  .about-btn-row {
    position: absolute;
    top: 8px;
    right: 8px;
    flex-direction: column;
    align-items: end;
  }
  .about-btn-row li {
    border-radius: 42px;
    background: rgba(0, 56, 255, 0.78);
    border: none;
    font-size: 14px;
  }
}
@media screen and (max-width: 1130px) {
  .header-container {
    flex-wrap: wrap;
    justify-content: center;
  }
  .header-menu ul li a {
    font-size: 16px;
  }
  .menu-tel a {
    font-size: 16px;
  }

  .advantages-container {
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
  }
  .advantages-item img {
    margin: 0 auto;
  }
  .advantages-item-title {
    text-align: center;
    margin: 0 auto;
    height: auto;
  }
  .advantages-item-text {
    text-align: center;
    margin: 0 auto;
  }

  .about-article-title {
    font-size: 36px;
  }

  .calc-item-descr {
    font-size: 26px;
  }
  .request-new-img {
    display: none;
  }
  .request-new {
    padding: 70px 20px 70px 20px;
  }
  .request-new div {
    margin-left: auto;
    margin-right: auto;
  }
  .work-list.work-list-desctop {
    display: none;
  }
  .work-card.effect__click {
    max-width: 520px;
    width: 100%;
  }
  .work-list-swiper.swiper {
    display: block;
  }
  .work {
    position: relative;
  }
  .btn-swiper {
    display: block;
  }
  .sw-button-prev,
  .sw-button-next {
    position: absolute;
  }
  .sw-button-prev {
    top: 0px;
    left: 0;
  }
  .sw-button-next {
    top: 0px;
    right: 0;
  }
  .blog-list.blog-list-desctop {
    display: none;
  }
  .blog-list-swiper.swiper {
    display: block;
  }
  .blog {
    position: relative;
  }
  .btn-swiper {
    display: block;
  }
  .swb-button-prev,
  .swb-button-next {
    position: absolute;
  }
  .swb-button-prev {
    top: 0;
    left: 0;
  }
  .swb-button-next {
    top: 0px;
    right: 0;
  }
}
@media screen and (max-width: 1062px) {
}
@media screen and (max-width: 1024px) {
  .header-container {
    flex-wrap: wrap;
    justify-content: center;
  }
  .hero-title {
    font-size: 48px;
  }
  .menu-btn-mob {
    margin-bottom: 10px;
    padding-left: 30px;
    padding-right: 30px;
  }
   .services-item.section-item {
    max-width: 607px;
  
  }
    .about-article-title {
    font-size: 28px;
  }
  .about-wrap-btn {
    display: block;
  }
  .about-btn-blur {
    margin-top: 20px;
    width: 340px;
    height: 68px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 48px;
  }
  .about-btn-blue {
    width: 320px;
    height: 48px;
    font-size: 22px;
    padding: 0 20px;
    border-radius: 48px;
    font-size: 16px;
    /* margin-top: 10px; */
  }
  .footer-btn-blur.btn-blur {
    display: none;
  }
  .modal {
    overflow-y: scroll;
  }
}
@media screen and (max-width: 830px) {
  .hero-form form input {
    width: 435px;
  }
}
@media screen and (max-width: 768px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }
  .section-title {
    font-size: 24px;
  }
  .section-text {
    font-size: 16px;
    line-height: 150%;
  }
  .title-item {
    font-size: 20px;
    font-weight: 500;
    line-height: 150%; /* 36px */
  }
  .text-item {
    font-size: 15px;
    line-height: 150%; /* 24px */
  }
  .section-list {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .section-item {
    max-width: 584px;
    width: 100%;
    padding: 16px;
    border-radius: 32px;
    background: var(--accent-color-d);
  }
  .menu-tel {
    display: none;
  }
  .header-container {
    justify-content: space-between;
  }
  .header-burger {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .header-container {
    padding-left: 8px;
    padding-right: 8px;
  }
  .header-logo {
    display: none;
  }
  .header-menu {
    display: none;
  }
  .header-burger {
    display: block;
  }
  .header-logo-mob {
    padding-bottom: 0;
    padding-top: 0;
  }
  .header-logo-mob a {
    font-size: 18px;
  }
  .header-mobil-top {
    padding-bottom: 6px;
    padding-top: 16px;
    display: flex;
  }
  .menu-btn-mob {
    margin-bottom: 0;
  }
  .menu-tel-mob a {
    color: var(--primary-text-color);
    font-weight: 500;
  }
  .hero {
    border-radius: 24px;
    padding: 36px 40px;
  }
  .hero-subtitle {
    margin-bottom: 48px;
    font-size: 16px;
  }
  .hero-title {
    max-width: none;
    width: 100%;
    font-size: 28px;
    margin-bottom: 48px;
    line-height: 150%; /* 42px */
  }
  .hero-btn-row {
    flex-direction: column;
    justify-content: start;
    margin-bottom: 80px;

    /* align-items: start; */
  }
  .hero-btn-row a {
    font-size: 14px;
  }
  .hero-btn-row a img {
    width: 21px;
    height: 21px;
  }
  .hero-form {
    display: none;
  }
  .advantages-container {
    gap: 24px;
  }
  .advantages-item {
    padding-bottom: 24px;
    border-bottom: 1px solid var(--accent-color-l);
  }
  .advantages-item:last-child {
    padding-bottom: 0;
    border-bottom: none;
  }
  .request-calc-mob {
    display: block;
  }
  .request-new-mob {
    background-color: transparent;
  }
  .request {
    display: none;
  }
  .calc {
    display: none;
  }
  .btn-blue-mob {
    max-width: 532px;
    width: 100%;
    height: 44px;
    border-radius: 39px;
    background: var(--btn-color);
    color: var(--white, #fafafa);
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 150%; /* 24px */
    margin-left: 10px;
    margin-right: 10px;
  }
  .btn-blur-mob {
    max-width: 552px;
    width: 100%;
    height: 64px;
    border-radius: 48px;
    background: rgba(13, 60, 224, 0.33);
  }
  .services-row {
    display: block;
  }
  .services-item-descr {
    max-width: none;
    width: 100%;
    margin-bottom: 12px;
  }
  .work-item-text {
    margin-bottom: 16px;
  }
  .about-wrap-part {
    position: relative;
    flex-direction: column-reverse;
    gap: 16px;
  }
  .about-btn-row {
    position: absolute;
    top: 8px;
    right: 8px;
    flex-direction: column;
    align-items: end;
  }
  .about-btn-row li {
    border-radius: 42px;
    background: rgba(0, 56, 255, 0.78);
    border: none;
    font-size: 14px;
  }
  .about-article-title {
    display: none;
  }
  .about-item-text {
    margin-top: 0;
  }
  .about-btn-blur {
    padding-left: 0;
    padding-right: 0;
  }
  .about-img2 {
    height: 126px;
    border-radius: 14px;
  }
  .request-new {
    background-color: transparent;
  }
  .footer-wrap {
    border-radius: 32px;
    padding: 36px 37px 16px 37px;
  }
  .footer-wrap-in {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 24px;
    margin: 0 auto;
  }
  .footer-logo {
    padding-right: 0;
    margin: 0 auto;
    text-align: center;
  }
  .footer-wrap-el {
    margin: 0 auto;
    text-align: center;
  }
  .footer-btn-blur.btn-blur.footer-btn-blur-mob {
    display: block;
  }
  .menu-btn {
    display: none;
  }
  .calc-page {
    position: static;
    background-color: transparent;
    max-width: none;
    width: 100%;
    padding: 20px 20px;
  }
  .menu-btn-mob {
    display: block;
  }
  .modal-form-row {
    display: block;
  }
  .modal-form-row-wrap {
    margin-bottom: 56px;
  }
  .modal-form-sqr input {
    background-color: #222223;
  }
  .modal-form-bdr {
    height: 40px;
  }
  .counter input {
    background-color: var(--primary-color);
  }
  .modal-form-row-2 {
    display: block;
  }
  .calc-btn-blur {
    display: block;
  }
  /* calc-btn btn-blue btn-blue-mob */
  /* .calc-btn.btn-blue.btn-blue-mob {
    max-width: 500px;
    width: 100%;
  } */
  /*-------------mobile-menu-----------*/
  .mobile-menu-close {
    margin-top: 20px;
    margin-right: 18px;
  }
  .mobile-menu-wrap {
    width: 100%;
   background: rgba(50, 51, 53);
    /*backdrop-filter: blur(8px);*/
    display: flex;
    padding: 60px 68px 60px 68px;
    flex-direction: column;
    align-items: center;
    gap: 60px;
  }
  .mobile-menu-list li {
    padding-bottom: 40px;
  }
  .mobile-menu-list li a {
    color: var(--primary-text-color);
    font-size: 20px;
    font-weight: 500;
  }
  .mobile-menu-list li a:hover {
    text-decoration-line: underline;
  }
  .mobile-menu-logo {
    margin: 0 auto;
    padding-right: 0;
  }
  .footer-btn-blur {
    display: block;
    width: 182px;
    height: 182px;
    margin-bottom: 24px;
  }
  .footer-btn-blue {
    width: 162px;
    height: 162px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 520px) {
  .hero {
    background-image: url(assets/img/bunner2.jpg);
    border-radius: 52px;
  }
  .footer-subtitle {
    margin: 0 auto;
    text-align: center;
  }
}
@media screen and (max-width: 480px) {
  .mobile-menu-list li {
    padding-bottom: 20px;
    font-size: 16px;
  }
  .mobile-menu-list li a {
    font-size: 16px;
  }
  .hero {
    border-radius: 30px;
    padding: 36px 10px;
  }
  .hero-btn-row {
    align-items: start;
    margin-bottom: 0;
  }
  .hero-btn-row.about-btn-row {
    align-items: end;
  }
  .repair-request-text {
    font-size: 10px;
  }
  .work-card.effect__click {
    /*height: 680px;*/
}
  .footer-logo a {
    font-size: 28px;
  }
  .footer-subtitle {
    font-size: 16px;
  }
  .footer-wrap-el h4 {
    font-size: 22px;
  }
  .footer-list li a {
    font-size: 16px;
  }
}


.calc-page .modal-form .wpcf7{
	display: block;
}

.calc-page .modal-form .wpcf7 .hero-btn-blur{
	width: 100%;
}

.calc-page .modal-form .wpcf7 .hero-btn-blur .hero-btn-blue{
	width: 100%;
	padding: 1rem 2rem;
}