/*!***************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/scss/styles.scss ***!
  \***************************************************************************************************************/
@charset "UTF-8";
@font-face {
  font-family: "PF Din Pro Con";
  src: local("Din Pro"), url(../js/../fonts/PFDinTextCondPro-Regular.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "PF Din Pro Con";
  src: local("Din Pro"), url(../js/../fonts/PFDinTextCondPro-Bold.ttf) format("truetype");
  font-weight: 700;
  font-style: normal;
}
:root {
  --text-color: #222;
  --main-color: #ff6a00;
  --btn-rashet: #ff6a00;
  --color1: #9b9b9b;
  --color2: #595959;
  --color3: #959595;
  --color4: #f5f5f5;
  --color5: #9F9F9F;
  --color6: #0065f2;
  --color7: #d52196;
  --color8: #2AABEE;
  --color9: #2BB741;
  --background-color1: #26282e;
  --radius: 6px;
  --gray-color: #696969;
  --white: #fff;
  --black: #333;
}

html {
  font-family: "PF Din Pro Con";
  font-size: 16px;
  font-weight: 400;
}

body {
  color: var(--text-color);
  font-size: 1rem;
  margin: 0;
  padding: 0;
}

input {
  font-family: "PF Din Pro Con";
}

h1,
h2 {
  font-weight: 700;
}

h3,
h4,
h5 {
  font-weight: 400;
}

h1 {
  font-size: 3rem;
}

* {
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
}

blockquote {
  background-color: #f3f3f3;
  border-left: 8px solid var(--main-color);
  margin: 0;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 20px;
}

.overflow-hidden {
  overflow: hidden;
}

.full {
  width: 100% !important;
}

.no-indent .row {
  margin: 0;
}

.pdf-icon-list {
  margin: 0;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 0;
  list-style: none;
}

.pdf-icon-list__offer {
  margin-top: 25px;
  margin-bottom: 25px;
  font-size: 1.25rem;
}

.pdf-icon {
  display: flex;
  flex-direction: row;
  align-items: center;
  color: #fff;
}
.pdf-icon:before {
  content: "";
  display: block;
  background-image: url(../js/../images/pdf.png);
  width: 34px;
  height: 38px;
  margin-right: 10px;
}

.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output, .wpcf7 .wpcf7-file {
  display: none;
}

.grecaptcha-badge {
  visibility: hidden;
}

.break-word {
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word; /* добавляем для подстраховки */
}

.container {
  margin: unset !important;
  margin-right: auto !important;
  margin-left: auto !important;
}
@media (min-width: 1200px) {
  .container {
    max-width: 1400px;
  }
}

.section {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
}
.section__bg-dark {
  background-color: var(--color4);
}
.section__title {
  z-index: 2;
  position: relative;
  font-size: 2.75rem;
  font-weight: 700;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .section__title {
    font-size: 1.7rem;
  }
}

.header {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (max-width: 1200px) {
  .header {
    gap: 0;
  }
}
.header__burger {
  background-image: url(../js/../images/burger.png);
  background-color: var(--main-color);
  background-repeat: no-repeat;
  background-position: center;
  width: 40px;
  height: 40px;
}
@media (min-width: 1200px) {
  .header__burger {
    display: none;
  }
}
.header__contacts {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.header__contacts-mobile {
  display: none;
}
@media (max-width: 1200px) {
  .header__contacts-mobile {
    display: flex;
    flex-direction: row;
    background-color: var(--color2);
    position: fixed;
    justify-content: space-around;
    width: calc(100% - 60px);
    gap: 15px;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
    margin-left: 60px;
  }
}
@media (max-width: 576px) {
  .header__contacts-mobile {
    gap: 5px;
  }
}
.header__phone {
  display: none;
  z-index: 5;
  bottom: 0;
  right: 0;
  color: #fff !important;
  text-align: center;
  line-height: 60px;
  background-color: var(--color2);
  width: calc(100% - 60px);
  height: 60px;
}
@media (min-width: 1200px) {
  .header__phone {
    display: flex;
    position: relative;
    bottom: unset;
    right: unset;
    color: var(--text-color) !important;
    line-height: 1.4;
    text-align: usnet;
    background-color: unset;
    width: unset;
    height: unset;
  }
}
.header__social-links {
  display: flex;
  margin-top: 13px;
  margin-left: 20px;
}
@media (max-width: 576px) {
  .header__social-links {
    margin-left: 0;
  }
}
.header__social-links__item {
  width: 35px;
  height: 35px;
}
.header__social-links__item.btn__telegram {
  margin-right: 20px;
}
@media (max-width: 576px) {
  .header__social-links__item.btn__telegram {
    margin-right: 15px;
  }
}
.header__social-links__item svg {
  width: 25px;
  height: 25px;
}
@media (max-width: 1200px) {
  .header__phone-mobile {
    display: flex;
    width: auto;
    justify-content: flex-end;
    margin-right: 20px;
  }
}
@media (max-width: 576px) {
  .header__phone-mobile {
    font-size: 1.2rem !important;
    margin-right: 0px;
  }
}

.footer {
  z-index: 2;
  position: relative;
}
.footer__wrap:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.1);
  background-repeat: no-repeat;
  background-size: initial;
  width: 100%;
  height: 100%;
}
.footer__order {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: -450px;
  overflow: hidden;
  background-image: url(../js/../images/footer__img.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: var(--radius);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
  padding: 20px;
}
@media (min-width: 768px) {
  .footer__order {
    width: 100%;
    height: 300x;
  }
}
@media (min-width: 992px) {
  .footer__order {
    top: -550px;
    height: 415px;
    padding: 100px;
  }
}
.footer__order:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
}
.footer__order-title {
  position: relative;
  z-index: 2;
  color: #fff;
  max-width: 600px;
  margin-bottom: 40px;
}
.footer__order-buttons {
  display: flex;
  gap: 15px;
}
@media (max-width: 768px) {
  .footer__order-buttons {
    flex-direction: column;
  }
}
.footer__wrap {
  position: relative;
  padding-top: 400px;
  padding-bottom: 40px;
}
@media (min-width: 992px) {
  .footer__wrap {
    padding-top: 500px;
  }
}
.footer__contacts {
  display: flex;
  flex-direction: column;
  color: #fff;
  margin-top: 40px;
}
@media (min-width: 992px) {
  .footer__contacts {
    text-align: right;
    margin-top: 0;
  }
}
.footer__copywriting {
  display: flex;
  flex-direction: column;
  color: var(--color5);
  font-size: 0.9375rem;
}
@media (min-width: 992px) {
  .footer__copywriting {
    display: flex;
    flex-direction: row;
  }
}
.footer__lidolov {
  margin-top: 10px;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .footer__lidolov {
    margin: 0;
    margin-left: 10px;
    margin-right: 10px;
  }
}

.logo {
  display: flex;
  flex-direction: row;
  align-items: center;
  color: var(--text-color);
  text-decoration: none;
  max-width: 370px;
}
.logo--footer .logo__description-location {
  color: inherit;
}
.logo__title {
  display: none;
  font-size: 1.125rem;
  max-width: 170px;
}
@media (min-width: 768px) {
  .logo__title {
    display: block;
  }
}
.logo__img {
  margin-right: 20px;
  max-width: 45px;
}
.logo__description-location {
  color: var(--color6);
  text-decoration: underline;
}

.menu__main-wrap {
  display: none;
}
@media (min-width: 992px) {
  .menu__main-wrap {
    display: unset;
  }
}
.menu__main-wrap.active {
  display: block;
}
.menu__main {
  display: flex;
  flex-direction: column;
  position: fixed;
  z-index: 3;
  bottom: 44px;
  left: 0;
  background-color: var(--white);
  list-style: none;
  padding: 40px 20px;
  width: 100%;
}
@media (min-width: 992px) {
  .menu__main {
    display: flex;
    flex-direction: row;
    position: unset;
    left: unset;
    bottom: unset;
    background-color: transparent;
    margin: 0;
    padding: 0;
    width: unset;
  }
}
.menu__main-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 0 5px;
  position: relative;
}
@media (min-width: 992px) {
  .menu__main-item {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
}
.menu__main-item.menu-item-has-children::after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 0;
  top: 16px;
  margin-left: 3px;
  width: 12px;
  height: 12px;
  background-image: url(../js/../images/chevron.png);
  background-size: contain;
  background-repeat: no-repeat;
  filter: grayscale(1);
  transform: rotate(90deg);
  transition: transform 0.3s ease;
}
@media (min-width: 992px) {
  .menu__main-item.menu-item-has-children::after {
    position: unset;
    right: unset;
    top: unset;
  }
}
.menu__main-item.menu-item-has-children.submenu-open::after {
  transform: rotate(-90deg);
}
.menu__main-link {
  color: var(--black);
  font-size: 1.25rem;
  text-decoration: none;
  padding: 10px 0;
  display: inline-block;
  transition: color 0.2s;
}
@media (min-width: 992px) {
  .menu__main-link {
    font-size: 1.125rem;
    padding: 5px;
  }
}
.menu__main-link:hover {
  color: var(--accent, #007bff);
}
.menu__submain {
  display: none;
  background: #fff;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 992px) {
  .menu__submain {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 3;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    min-width: 300px;
    padding: 10px 0;
  }
}
.menu__submain.active {
  display: block;
}
.menu__submain-item {
  padding: 0;
}
.menu__submain-item:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.menu__submain-link {
  display: block;
  padding: 8px 16px;
  font-size: 1rem;
  color: var(--black);
  text-decoration: none;
  transition: background 0.2s;
}
.menu__submain-link:hover {
  background: var(--light-gray, #f0f0f0);
}
.menu__footer {
  display: flex;
  flex-direction: row;
  margin: 0;
  margin-top: 40px;
  padding: 0;
}
@media (min-width: 992px) {
  .menu__footer {
    justify-content: flex-end;
    margin-top: 0;
  }
}
.menu__footer-link {
  color: var(--color5);
  font-size: 0.9375rem;
  margin-left: 20px;
  margin-right: 20px;
}
.menu__footer-link:first-child {
  margin-left: 0;
}
.menu__footer-link:last-child {
  margin-right: 0;
}

.phone {
  color: #333;
  font-size: 1.5rem;
  font-weight: 700;
  text-decoration: none;
}
@media (min-width: 1200px) {
  .phone {
    font-size: 1.2rem;
  }
}
.email--header {
  display: none;
  font-size: 1rem;
}
@media (min-width: 1200px) {
  .email--header {
    display: inline-block;
  }
}
.email--footer {
  font-size: 1.25rem;
}

.btn {
  position: relative;
  z-index: 2;
  font-family: "PF Din Pro Con";
  text-decoration: none;
  border: 0;
  border-radius: 4px;
  background-color: transparent;
}
.btn__default {
  cursor: pointer;
  display: inline-block;
  font-size: 1.125rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  background-color: transparent;
  border: 1px solid #fff;
  padding: 10px 35px;
}
.btn__default:hover {
  color: var(--color1);
  background-color: #fff;
}
.btn__main {
  cursor: pointer;
  color: #ffe8e8;
  background-color: var(--main-color);
  border: none;
}
.btn__main:hover {
  color: #ffe8e8;
  background-color: var(--main-color);
  opacity: 0.9;
}
.btn__rashet {
  background-color: var(--btn-rashet);
}
.btn__submit {
  background-color: var(--color9);
}
.btn__submit:hover {
  background-color: var(--btn-rashet);
  color: #fff;
}
.btn__link {
  color: var(--text-color);
}
.btn__show-question {
  width: 20px;
  height: 20px;
  stroke: var(--black);
  fill: var(--black);
}
.btn__telegram, .btn__whatsapp {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
}
.btn__telegram svg, .btn__whatsapp svg {
  fill: #fff;
}
.btn__telegram {
  background-color: var(--color8);
}
.btn__whatsapp {
  background-color: var(--color9);
}
.btn__social-link {
  max-width: 253px;
  height: auto;
  max-height: 43px;
  padding: 0px 35px;
  text-decoration: none;
  gap: 15px;
}
.btn__social-link:hover {
  opacity: 0.9;
}
@media (max-width: 768px) {
  .btn__social-link {
    justify-content: flex-start;
  }
}
.btn__social-link svg {
  width: 25px;
  height: 25px;
}
.btn__social-link span {
  text-transform: uppercase;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 38px;
}
.btn__social-link__img {
  padding: 0;
  max-width: 50px;
  width: 50px;
}
@media (max-width: 768px) {
  .btn__social-link__img {
    justify-content: center;
    height: 43px;
  }
}
.btn__social-link__img svg {
  width: 30px;
  height: 30px;
}
.btn__contacts-zayvka {
  font-size: 1.25rem !important;
  text-align: center;
  text-decoration: none;
  line-height: 60px;
  background-color: var(--main-color);
  box-shadow: 0px 10px 20px rgba(39, 39, 39, 0.3);
  border-radius: 20px;
  padding: 0 35px !important;
  height: 60px !important;
}
.btn__contacts-zayvka:hover {
  color: white;
  background-color: var(--main-color);
  opacity: 0.8;
}

.offer {
  position: relative;
  z-index: 2;
}
.offer__wrap {
  position: relative;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 100px;
}
.offer__wrap:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  background-repeat: no-repeat;
  background-size: initial;
  width: 100%;
  height: 100%;
}
.offer__wrap:has(.stories) .offer__services {
  margin: 0;
}
.offer__buttons {
  display: flex;
  gap: 20px;
}
@media (max-width: 768px) {
  .offer__buttons {
    flex-direction: column;
  }
}
.offer__social {
  display: flex;
  gap: 20px;
}
@media (max-width: 768px) {
  .offer__social {
    flex-direction: column;
    gap: 10px;
  }
}
.offer__social__item {
  margin-top: 3rem;
}
@media (max-width: 768px) {
  .offer__social__item {
    margin-top: 0;
  }
}
.offer__title {
  color: var(--white);
  font-size: 2.5rem;
  text-transform: uppercase;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word; /* добавляем для подстраховки */
  margin: 0;
  margin-bottom: 28px;
}
@media (min-width: 576px) {
  .offer__title {
    font-size: 3rem;
  }
}
@media (min-width: 992px) {
  .offer__title {
    font-size: 6rem;
  }
}
.offer__description {
  color: #fff;
  font-size: 1.5rem;
  margin-bottom: 40px;
}
@media (min-width: 1200px) {
  .offer__description {
    font-size: 1.8rem;
    margin-bottom: 0;
  }
}
.offer__description ul {
  padding-left: 20px;
}
.offer__description ul li {
  font-size: 1.5rem;
  margin-top: 5px;
  margin-bottom: 5px;
}
.offer__description ul li:first-child {
  margin-top: 0;
}
.offer__description ul li:last-child {
  margin-bottom: 0;
}
.offer__description ul li a {
  color: var(--white);
}
.offer__video-wrap {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}
@media (min-width: 1200px) {
  .offer__video-wrap {
    justify-content: flex-end;
  }
}
.offer__video-preview {
  cursor: pointer;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
}
.offer__video-preview:hover {
  opacity: 0.9;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
}
.offer__services {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 20px;
}
@media (min-width: 992px) {
  .offer__services {
    grid-template-columns: repeat(3, 1fr);
    margin-top: 40px;
    width: 100%;
  }
}
.offer__services-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  overflow: hidden;
  text-decoration: none;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: var(--radius);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
  box-sizing: content-box;
  min-height: 350px;
  padding: 30px;
  margin-top: 10px;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .offer__services-item {
    padding: 40px;
  }
}
.offer__services-item:hover {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
}
.offer__services-item:hover:after {
  background-color: rgba(0, 0, 0, 0.5);
}
.offer__services-item:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
}
.offer__services-item__archive {
  margin-top: 0 !important;
}
.offer__services-item-title {
  position: relative;
  z-index: 2;
  color: #fff;
  font-size: 2.3rem;
  word-break: break-word;
  margin: 0;
}
@media (max-width: 992px) {
  .offer__services-item-title {
    font-size: 2.1rem;
  }
}
@media (max-width: 768px) {
  .offer__services-item-title {
    font-size: 1.7rem;
  }
}
@media (max-width: 576px) {
  .offer__services-item-title {
    font-size: 1.4rem;
  }
}
.offer__services-item-btn {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  color: #fff;
  margin-top: 40px;
  margin-bottom: 40px;
}
.offer__services-item-btn img {
  margin-right: 10px;
}
.offer__services-item-desc {
  position: relative;
  z-index: 2;
  color: #fff;
  font-size: 1.5rem;
  line-height: 1;
}
.offer__services-item-desc big, .offer__services-item-desc strong {
  font-size: 4rem;
  font-weight: 400;
  letter-spacing: -3px;
}
@media (min-width: 992px) {
  .offer__services-item-desc big, .offer__services-item-desc strong {
    font-size: 6rem;
  }
}
.offer__cost {
  color: #ffd600;
  font-size: 2rem;
  font-weight: 700;
}
.offer__edit-bg-btn {
  position: absolute;
  right: 0;
  top: 0;
  color: var(--white);
  background-color: var(--gray-color);
  width: fit-content;
}

.content {
  font-size: 1.5rem;
}
@media (min-width: 1200px) {
  .content {
    max-width: 1000px;
  }
}

.about__wrap {
  position: relative;
}
.about__wrap:after {
  background-image: url(../js/../images/logo_bg_opacity.png);
  background-position: left center;
}
@media (min-width: 992px) {
  .about__wrap .contacts-wrap__wp-block {
    gap: 30px;
  }
}
.about__title {
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .about__title {
    margin-bottom: 100px;
  }
}
.about__content {
  position: relative;
  z-index: 2;
  font-size: 1.125rem;
  line-height: 1.4;
}
@media (min-width: 992px) {
  .about__content .contacts-wrap__wp-block .phone {
    font-size: 1.125rem !important;
  }
}
.about__content .contacts-wrap__wp-block .btn__contacts-zayvka {
  display: flex;
  align-items: center;
}
@media (min-width: 992px) {
  .about__content .contacts-wrap__wp-block .btn__contacts-zayvka {
    padding: 10px 25px !important;
  }
}
.about__content-img {
  position: relative;
  z-index: 2;
  margin-top: 40px;
}
@media (min-width: 992px) {
  .about__content-img {
    margin-top: 0;
  }
}
.about__line {
  background-color: #616161;
  border: 0;
  margin-top: 50px;
  margin-bottom: 50px;
  width: 100%;
  height: 2px;
}
.about__links {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 40px;
}
.about__links li {
  margin-top: 20px;
  margin-bottom: 20px;
}
.about__links li:first-child {
  margin-top: 0;
}
.about__links li:last-child {
  margin-bottom: 0;
}
.about__links li a {
  font-size: 1.25rem;
}
.about__scheme-item {
  display: flex;
  flex-direction: column;
  z-index: 2;
  position: relative;
  margin-top: 40px;
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .about__scheme-item {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.about__scheme-item--center {
  justify-content: center;
  align-items: flex-start;
  height: 100%;
}
.about__scheme-item-step {
  font-weight: 700;
  text-transform: uppercase;
}
.about__scheme-item-title {
  position: relative;
  font-size: 1.5rem;
  width: 100%;
}
.about__scheme-item-title:after {
  content: "";
  display: block;
  position: absolute;
  right: 40px;
  top: -40px;
  background-image: url(../js/../images/about-right.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 39px;
  height: 30px;
  transform: rotate(90deg);
  filter: brightness(0) saturate(100%);
}
@media (min-width: 992px) {
  .about__scheme-item-title:after {
    transform: unset;
  }
}
.about__scheme-item-title--last:after {
  display: none;
}
@media (min-width: 992px) {
  .about__scheme-item-title--down:after {
    transform: rotate(90deg);
  }
}
.about__scheme-item-title--big {
  font-size: 2.5rem;
}
.about__scheme-item-desc {
  color: var(--color3);
  max-width: 80%;
}
.about__scheme-item-desc--big {
  font-size: 1.25rem;
}
.about__scheme-item-img {
  z-index: 2;
  position: relative;
  margin-top: 20px;
}
@media (min-width: 992px) {
  .about__scheme-item-img {
    margin-top: 0;
  }
}
.about__scheme-item-buttons {
  display: flex;
  gap: 20px;
}
@media (max-width: 768px) {
  .about__scheme-item-buttons {
    gap: 15px;
  }
}
@media (max-width: 576px) {
  .about__scheme-item-buttons {
    flex-direction: column;
  }
}
.about__scheme-item-buttons__socials {
  display: flex;
  gap: 20px;
}
@media (max-width: 768px) {
  .about__scheme-item-buttons__socials {
    gap: 15px;
  }
}

.clients {
  margin-top: 100px;
}
.clients__review {
  max-width: 600px !important;
}
.clients__item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #F8F8F8;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  border: 1px solid #EAEAEA;
  padding: 20px;
  height: 100%;
}
.clients__item-img {
  display: flex;
}
.clients__item-label {
  color: var(--color4);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.clients__item-text {
  color: var(--text-color);
  font-size: 1.25rem;
  text-decoration: none;
  margin-bottom: 20px;
}
.clients__item-text--big {
  font-size: 1.8rem;
}
.clients__item-cost {
  font-size: 2.25rem;
  font-weight: 700;
}
.clients__item-section {
  display: flex;
  flex-direction: column;
}
.clients__item-bufer {
  flex-grow: 2;
}
.clients__item-btn {
  display: flex;
  flex-direction: row;
  align-items: center;
  color: var(--text-color);
  font-size: 1.125rem;
}
.clients__item-btn img {
  margin-right: 10px;
  max-width: 24px;
}

.archive__map-objects-wrap {
  padding-left: 0;
  padding-right: 0;
}
.archive__map-objects-ballon {
  padding-top: 1px;
  padding-bottom: 15px;
}

.accordion__title {
  font-size: 1.5rem;
  text-align: left;
}
.accordion__wrap {
  margin-top: 40px;
}
@media (min-width: 992px) {
  .accordion__wrap {
    margin-top: 100px;
  }
}
.accordion__item {
  margin-top: 20px;
  margin-bottom: 20px;
}
.accordion__item:first-child {
  margin-top: 0;
}
.accordion__item:last-child {
  margin-bottom: 0;
}
.accordion__item.active .btn__show-question {
  transform: rotate(180deg);
}
.accordion__item.active .btn__show-question svg g {
  fill: #fff;
}
.accordion__item.active .accordion__item-content {
  display: block;
}
.accordion__item.active .accordion__item-content a {
  text-decoration: underline;
}
.accordion__item.active .accordion__item-btn {
  background-color: var(--background-color1);
  color: #fff;
}
.accordion__item-btn {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-size: 1rem;
  background-color: transparent;
  border: 1px solid var(--color4);
  width: 100%;
  padding: 20px;
}
@media (min-width: 992px) {
  .accordion__item-btn {
    font-size: 1.125rem;
  }
}
.accordion__item-btn:hover {
  background-color: var(--background-color1);
  color: var(--white);
}
.accordion__item-btn:hover .btn__show-question {
  stroke: var(--white);
}
.accordion__item-btn span {
  text-align: left;
}
.accordion__item-content {
  display: none;
  padding: 40px;
  margin-bottom: 20px;
  font-size: 1.1em;
  border: 1px solid var(--color4);
}
.accordion__item-content.show {
  display: block;
}

.cost__table {
  z-index: 2;
  position: relative;
  margin-top: 80px;
  margin-bottom: 80px;
  width: 100%;
}
.cost__table tbody {
  vertical-align: top;
}
.cost__table tbody tr td {
  font-size: 0.875rem;
}
@media (min-width: 992px) {
  .cost__table tbody tr td {
    font-size: 1.25rem;
  }
}
.cost__table-title {
  font-size: 2rem;
  margin: 0;
  margin-bottom: 20px;
}
.cost__table-dotted {
  border-bottom: 1px dotted var(--black);
  margin: 10px;
  min-width: 10px;
}
@media (min-width: 992px) {
  .cost__table-dotted {
    border-bottom: 2px dotted var(--black);
    min-width: 200px;
  }
}
.cost__table-img-wrap {
  display: none;
}
@media (min-width: 992px) {
  .cost__table-img-wrap {
    display: table-cell;
    width: 350px;
  }
}
@media (max-width: 768px) {
  .cost__table-geolog {
    display: flex;
    flex-direction: column;
  }
  .cost__table-geolog .cost__table-socials__item {
    margin-top: 0 !important;
  }
  .cost__table-geolog:has(.cost__table-geolog-pc) {
    display: table-row;
  }
}
.cost__table-geolog-pc {
  display: flex;
}
@media (max-width: 768px) {
  .cost__table-geolog-pc {
    display: none !important;
  }
}
.cost__table-geolog-mobile {
  display: flex;
}
@media (min-width: 768px) {
  .cost__table-geolog-mobile {
    display: none;
  }
}
@media (max-width: 768px) {
  .cost__table-geolog-mobile .cost__table-socials {
    margin-left: 0;
  }
  .cost__table-geolog-mobile .cost__table-socials__item {
    margin-top: 0 !important;
  }
}
.cost__table-buttons {
  display: flex;
  max-width: 100% !important;
}
@media (max-width: 768px) {
  .cost__table-buttons {
    flex-direction: column;
    width: auto;
    display: table-cell;
  }
}
.cost__table-buttons .btn__default {
  width: 100%;
  max-width: 400px;
  display: flex;
}
@media (max-width: 768px) {
  .cost__table-buttons .btn__default {
    width: auto;
    padding: 10px 20px;
  }
}
.cost__table-buttons-geolog {
  display: -webkit-box;
}
@media (max-width: 768px) {
  .cost__table-buttons-geolog {
    display: table-cell;
  }
}
.cost__table-socials {
  display: flex;
  gap: 15px;
  margin-left: 15px;
}
@media (max-width: 768px) {
  .cost__table-socials {
    gap: 10px;
    margin-left: 0;
  }
}
.cost__table-socials__item {
  margin-top: 3rem;
}
@media (max-width: 768px) {
  .cost__table-socials__item {
    margin-top: 20px;
  }
}

.contacts-wrap {
  display: flex;
  margin-top: 25px;
  margin-bottom: 25px;
  gap: 35px;
  align-items: center;
  justify-content: center;
}
@media (max-width: 576px) {
  .contacts-wrap {
    flex-direction: column;
    gap: 15px;
  }
}
.contacts-wrap__wp-block {
  margin-top: 30px;
  margin-bottom: 30px;
}
@media (min-width: 1200px) {
  .contacts-wrap__wp-block {
    margin-top: 50px;
    margin-bottom: 50px;
    gap: 50px;
  }
}
.contacts-num {
  display: flex;
  flex-direction: column;
}
.contacts-num__title {
  font-size: 1.2rem;
  color: var(--color2);
}
@media (min-width: 1200px) {
  .contacts-num__title {
    font-size: 1.3rem;
  }
}
.contacts-num .phone {
  font-size: 1.125rem;
}
@media (min-width: 1200px) {
  .contacts-num .phone {
    font-size: 1.25rem;
  }
}

.stories {
  padding-top: 40px;
  padding-bottom: 40px;
}
.stories__wrap {
  display: flex;
  flex-direction: row;
}
.stories__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border-radius: 50%;
  height: 100px;
  --swiper-theme-color: #fff;
}
.stories__item:first-child {
  margin-left: 0;
}
.stories__item:last-child {
  margin-right: 0;
}
@media (min-width: 992px) {
  .stories__item {
    width: 120px;
    height: 120px;
  }
}
@media (max-width: 768px) {
  .stories__item {
    width: revert-layer !important;
  }
}
.stories__item:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  background-color: var(--main-color);
  border: 1px solid transparent;
  border-radius: 50%;
  width: 100px;
  height: 100px;
}
@media (min-width: 992px) {
  .stories__item:after {
    width: 128px;
    height: 128px;
  }
}
.stories__item:hover:after {
  transition: 0.3s all;
  background-color: var(--main-color);
  border-color: var(--main-color);
}
.stories__item img {
  position: relative;
  z-index: 1;
  border-radius: 50%;
  width: 100px;
  height: 100px;
}
@media (min-width: 992px) {
  .stories__item img {
    width: 120px;
    height: 120px;
  }
}
.stories__item.inactive:after {
  background-color: transparent;
  border-color: var(--gray-color);
}
.stories__item.inactive:hover:after {
  background-color: transparent;
}

.sprav__wrap {
  position: relative;
  z-index: 2;
  max-width: 170px;
  cursor: pointer;
}
.sprav__wrap:first-child {
  margin-left: 0;
}
.sprav__wrap:last-child {
  margin-right: 0;
}
.sprav__wrap-footer .sprav__title {
  color: var(--black);
}
.sprav__wrap-footer .sprav__title strong {
  color: var(--black);
}
.sprav__title {
  display: inline-block;
  font-size: 1rem;
  line-height: 1;
  margin-bottom: 5px;
}
.sprav__title strong {
  color: var(--white);
  font-weight: 500;
}
.sprav__title--label {
  color: var(--white);
}
.sprav__label-img-wrap {
  background-color: var(--white);
  border-radius: 6px;
  display: flex;
  padding: 4px 10px;
}
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  background-color: transparent;
  list-style: none;
  margin: 0;
}
.breadcrumb__wrap {
  z-index: 20;
  position: relative;
}
.breadcrumb__page.active {
  display: flex !important;
}
.breadcrumb__page.active .breadcrumb {
  margin: 0;
}
.breadcrumb__shown {
  display: flex !important;
}
.breadcrumb__list-item {
  display: flex;
  padding: 0;
  color: var(--white);
  font-size: 1rem;
  letter-spacing: 0.05rem;
  line-height: 1.2;
  text-transform: uppercase;
}
.breadcrumb__list-item.active {
  color: var(--white);
}
.breadcrumb__list-item.active::after {
  content: "";
}
.breadcrumb__list-item::after {
  content: "»";
  margin: 0;
  padding: 0 5px;
  vertical-align: middle;
  background: none;
}
.breadcrumb__list-item::before {
  content: "";
}
@media (min-width: 768px) {
  .breadcrumb__list-item::before {
    color: initial;
  }
}
.breadcrumb__list-item__link {
  color: var(--white);
  text-decoration: none;
}
.breadcrumb__list-item__link:hover {
  color: var(--main-color);
}
.breadcrumb__list-item__link span {
  text-decoration: underline;
}

.popup {
  max-width: 450px;
  min-width: 320px;
}
.popup .wpcf7 {
  display: flex;
  justify-content: center;
}
.popup__form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 380px;
}
.popup__title {
  font-weight: 700;
}
.popup__desc {
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  text-align: center;
  margin: 25px 0;
}
.popup .popup__field {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-bottom: 25px;
}
.popup-form__input {
  padding: 16px;
  text-align: center;
  width: inherit;
  border: none;
}
.popup-zayvka {
  max-width: 600px;
}
.popup-zayvka .popup__form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 380px;
}
.popup-zayvka__title {
  font-size: 36px;
  line-height: 46px;
  margin: 0;
  text-align: center;
}
.popup-zayvka__field-add-org__content {
  position: absolute;
  width: 100%;
  border: 1px solid #333;
  height: 3px;
  background: #333;
  z-index: 2;
}
.popup-zayvka__field-add-org__text {
  background: white;
  position: relative;
  z-index: 10;
  width: 270px;
  text-align: center;
}
.popup-zayvka__field-file {
  flex-direction: column !important;
}
.popup-zayvka__field-file span {
  color: var(--main-color);
  margin-top: 15px;
}
.popup-zayvka-form__input {
  color: #999;
  font-size: 22px;
  font-weight: 400;
  line-height: 26px;
  background: rgb(237, 237, 237);
  position: relative;
}
.popup-zayvka-form__input--file {
  cursor: pointer;
}
.popup-zayvka-form__input--file::before {
  content: ".";
  background-image: url(../js/../images/attach-file.svg);
  background-repeat: no-repeat;
  position: absolute;
  left: 90px;
  top: 0;
  width: 32px;
  height: 32px;
  font-size: 0;
}
@media (max-width: 576px) {
  .popup-zayvka-form__input--file::before {
    left: 30px;
  }
}
.popup--big {
  max-width: 800px;
}

#popup__regions ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (min-width: 992px) {
  #popup__regions ul {
    grid-template-columns: repeat(4, 1fr);
  }
}
#popup__regions li {
  text-decoration: underline;
  color: var(--color6);
  margin-top: 5px;
  margin-bottom: 5px;
}
#popup__regions li:first-child {
  margin-top: 0;
}
#popup__regions li:last-child {
  margin-bottom: 0;
}

.fly-btns {
  display: flex;
  flex-direction: column;
  gap: 15px;
  position: fixed;
  right: 30px;
  bottom: 40px;
  z-index: 300;
}
@media (max-width: 1200px) {
  .fly-btns {
    display: none;
  }
}
.fly-btns__item {
  height: 43px;
}

@keyframes toggle-opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
