/* html {
  overflow-x: hidden;
} */

/*делталка новости*/

.itach-block:not(:last-child) {
  padding-bottom: 50px;
  margin-bottom: 50px;
}

.itach-block .title-l,
.itach-block .text-l,
.itach-block p:not(:last-child),
.itach-block .itach-list:not(:last-child) {
  margin-bottom: 60px;
}

.itach-block ul,
.itach-block ol {
  margin-top: 4px;
}

.itach-block ul li {
  position: relative;
  padding: 4px;
  padding-left: 24px;
}

.itach-block ul li::before {
  position: absolute;
  content: "";
  display: block;
  top: 15px;
  left: 9px;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #222222;
}

.itach-wrap-custom .itach-block h3 {
  margin-bottom: 50px;
  font-family: "Bebas Neue Bold";
  font-size: 28px;
  font-weight: 700;
  line-height: 30px;
  color: #222222;
  text-transform: uppercase;
}

.news-wrap-custom h2 {
  margin-bottom: 40px;
  font-family: "Gilroy Bold";
  font-size: 40px;
  font-weight: 700;
  line-height: 48.36px;
}

.news-wrap-custom h3 {
  margin-bottom: 30px;
  font-family: "Bebas Neue Bold";
  font-size: 28px;
  font-weight: 700;
  line-height: 30px;
  color: #222222;
  text-transform: uppercase;
}

.news-wrap-custom a {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  display: inline;
  text-decoration: underline;
  text-underline-offset: 2px;
  color: #222222;
}

.news-wrap-custom h5 {
  font-family: "Tahoma";
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  color: #999999;
}

/* конец */

.project-detailed-text h3 {
  margin-bottom: 36px;
  font-family: "Bebas Neue Bold";
  font-size: 28px;
  font-weight: 700;
  line-height: 30px;
  color: #222222;
  text-transform: uppercase;
}

.project-detailed-text h3:not(:first-child) {
  margin-top: 50px;
}

.project-detailed-text ul li {
  position: relative;
  padding: 4px;
  padding-left: 24px;
}

.project-detailed-text ul li::before {
  position: absolute;
  content: "";
  display: block;
  top: 15px;
  left: 9px;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #222222;
}

input[type="text"]:invalid {
  border: 1px solid red;
}

input[type="tel"]:invalid {
  border: 1px solid red;
}

.section-otrasli-info .brunch-item:first-child {
  padding: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.news-nav a {
  color: #222222;
}

.section-offer-item__title.title a {
  color: #222222;
}

.section-offer-item__title.title a:hover {
  color: #e8473a;
}

.menu-dropdown-item .menu-dropdown-item__title a {
  color: #222222;
}

.section-service-info__col-top .section-service-info__title a {
  color: #222222;
}

.section-service-info__col-top .section-service-info__title a:hover {
  color: #e8473a;
}

.section-service-info__col-top {
  max-width: 60%;
}

.slider-nav:has(.swiper-button-disabled + .swiper-pagination + .swiper-button-disabled) {
  opacity: 0;
  visibility: hidden;
}

.form-swiper.swiper-container .slider-nav-wrap .slider-nav {
  opacity: 1;
  visibility: visible;
}

.content-nav__title.service__title a {
  font-family: "Gilroy Bold";
  font-weight: 700;
  color: #e8473a;
}

.menu-dropdown--mobile.menu-active {
  overflow: auto;
}

.section-usp .title-l {
  max-width: 780px;
}

.client-item img {
  margin: 0 auto;
}

.client-item {
  margin: 0 45px;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: none;
  display: flex;
  align-items: center;
  left: -45px;
}



.swiper-button-next,
.swiper-container-rtl .swiper-button-next {
  background-image: none;
  display: flex;
  align-items: center;
  right: -20px;
}


.slider-nav-wrap {
  margin-left: calc(100% - 410px);
}

.btn-slider-wrap {
  position: relative;
}

.slider-nav-text {
  position: relative;
}

.btn-slider-wrap.after-left::after {
  content: '';
  position: absolute;
  left: -15px;
  width: 14px;
  height: 14px;
  border: solid #222222;
  border-width: 0 2px 2px 0;
  padding: 2px;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.btn-slider-wrap.after-right::after {
  content: '';
  position: absolute;
  left: 50px;
  width: 14px;
  height: 14px;
  border: solid #222222;
  border-width: 0 2px 2px 0;
  padding: 2px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.section-specializations__row:nth-child(5) {
  padding: 32px 280px 0;

}

.form-order__inner-center {
  justify-content: center;
}


/**/

.tariff-box-item:nth-child(1) .tariff-box-item__price {
  display: none;
}

.tariff-box-item:nth-child(1) .tariff-box-item__price.show {
  display: block;
}

.tariff-box-item:nth-child(1) .tariff-box-item__user-num {
  text-decoration: underline;
  text-underline-offset: 2px;
  cursor: pointer;
}

.tariff-box-item:nth-child(1) .tariff-box-item__user-num.active {
  color: #E8473A;
  text-decoration: none;
}

.tariff-box-item:nth-child(1) .tariff-box-item__user-num:not(:first-child) {
  margin-left: 26px;
}

.portfolio__cards-wrap .project-card__title {
  word-wrap: break-word;
}

.footer__contacts-wrap.contacts-wrap.d-flex {
  justify-content: flex-end;
}

.privacy-policy-page .link-custom {
  display: contents;
}

.privacy-policy-page p:not(:last-child) {
  margin-bottom: 16px;
}

@media screen and (max-width: 1240px) {
  .about-page .itach-block .text-l {
    font-size: 36px;
    line-height: 40px;
  }
}


.vue-portal-target .b24-window-popup.b24-window-popup-p-center {
  z-index: 10000000;
}

footer .contacts__col:nth-child(2n-1) {
  margin-right: 0;
}

@media screen and (max-width: 680px) {
  .itach-block:not(:last-child) {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }

  .itach-block .title-l,
  .itach-block .text-l,
  .itach-block p:not(:last-child),
  .itach-block .itach-list:not(:last-child) {
    margin-bottom: 40px;
  }

  .news-wrap-custom h2 {
    margin-bottom: 30px;
  }

  .news-wrap-custom h3 {
    margin-bottom: 30px;
  }

  .form-order__inner:first-child {
    max-width: 100%;
  }

  .form__radio-btn label {
    width: 100%;
  }

  .slider-nav-wrap {
    margin: auto;
  }

  .nav-container .swiper-pagination {
    width: 190px;
  }

  .slider-nav-text {
    font-size: 14px;
  }



  .btn-slider-wrap.after-right::after {
    left: 40px;
  }

  .form-order__inner {
    max-width: 100%;
  }
}

@media screen and (max-width: 480px) {

  .swiper-button-prev,
  .swiper-container-rtl .swiper-button-next {
    left: -20px;
  }

  .swiper-button-next,
  .swiper-container-rtl .swiper-button-next {
    right: -5px;
  }
}

/* Cookie */

.cookies {
  display: none;
  position: fixed;
  bottom: 5px;
  left: 0;
  z-index: 12;
  width: 100%;
}

.cookies__view {
  max-width: 1315px;
  position: relative;
  width: 100%;
  background-color: #fff;
  padding: 23px;
  margin: 0 auto;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 5px 15px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cookies__text {
  max-width: 900px;
  font-size: 12px;
}

.cookies__text a {
  display: inline;
  color: #0088ff;
}

.btn-cookies {
  min-width: 160px;
  justify-content: center;
}

.btn-cookies:hover {
  opacity: 1;
}

.btn-cookies::after {
  min-width: 160px;
  content: unset;
}

.js-cookie-agree {
  border-color: #FFF;
  background-color: #e8473ad6;
  color: #fff;
}

.js-cookie-agree:hover {
  color: #fff;
}

.cookies__buttons {
  display: flex;
  gap: 10px;
}

#cookies-save-btn {
  min-width: 210px;
}

.cookies-modal-confirm {
  position: fixed;
  width: 480px;
  background: #fff;
  display: block;
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
  padding: 40px;
  border-radius: 8px;
  z-index: 1000;
}

.cookies-modal-confirm__title {
  font-size: 18px;
  text-align: center;
  margin: 0;
}

.cookies-modal-confirm__body {
  margin: 8px 0;
}

.cookies-modal-confirm__text {
  font-size: 14px;
}

.cookies-modal-confirm__buttons {
  display: flex;
  justify-content: space-between;
}

.base-modal {
  display: none;
}

.base-modal_show {
  display: block;
}

.base-modal__backdrop {
  background-color: hsla(0, 0%, 5%, .5);
  max-width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
}


@media screen and (max-width: 960px) {
  .cookies__view {
    flex-direction: column;
    align-items: flex-start;
  }

  .cookies__buttons {
    margin-top: 20px;
  }
}

@media screen and (max-width: 500px) {
  .cookies__buttons {
    margin-top: 20px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 480px) {
  .cookies-modal-confirm {
    width: 320px;
  }

  .cookies-modal-confirm__buttons {
    flex-wrap: wrap;
    gap: 10px;
  }

  .btn-cookies {
    width: 100%;
  }
}

.cookies-setting {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.15);
  line-height: 1.3;
}

.cookies-setting__bg {
  width: 100%;
  height: 100%;
  padding: 20px;
  color: #323E48;
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cookies-setting__modal {
  position: relative;
  padding: 20px;
  background-color: #fff;
  border-radius: 10px;
}

.cookies-setting__buttons {
  margin-top: 20px;
}

.cookies-setting__title {
  margin: 0;
  margin-bottom: 10px;
  max-width: 80%;
}

.cookies-setting__close {
  position: absolute;
  right: 20px;
  width: 24px;
  height: 24px;
  cursor: pointer;
}

.cookies-setting__list {
  margin-top: 20px;
}

.cookies-setting__list>li:before {
  content: none;
}

.cookies-setting__body {
  max-width: 1000px;
  height: 400px;
  overflow-y: scroll;
}

.cookies-setting__description {
  font-size: 12px;
}

.cookies-setting__description_red {
  color: red;
}

.checkbox-item {
  display: flex;
  align-items: center;
}

.checkbox-item input {
  margin-right: 5px;
  -webkit-appearance: auto;
  position: static;
}

.cookies-setting__item {
  margin-bottom: 10px;
}

.cookies-setting a {
  text-decoration: underline;
  color: #0088ff;
}


/* Cookie end */