/* ========== Переопределяем дефолтные стили Bootstrap ========== */
html body {
  font-family: "Museo Sans", sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #212121;
}
body a,
body a:hover,
body a:focus {
  color: #212121;
  text-decoration: none;
  transition: 0.3s;
}
section {
  overflow: hidden;
}
/* ========== Стили общих элементов ========== */
.section {
  padding: 90px 0 100px;
}
.section h2 {
  position: relative;
  text-align: center;
  font-size: 36px;
  line-height: 36px;
  margin: 0 0 70px;
  font-weight: 900;
}
.theme-btn {
  display: inline-block;
  font-weight: 700;
  font-size: 18px;
  line-height: 18px;
  background: #ffd300;
  padding: 18px 40px;
  outline: none;
  border: none;
  border-radius: 50px;
  border: 3px solid #ffd300;
}
.theme-btn:hover {
  background: transparent;
}
#touch-menu {
  display: none;
}

/* ========== Меню ========== */
.nav-wrap {
  background: #f6f6f6;
  padding-bottom: 2px;
  padding-top: 2px;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 99;
}
.nav ul {
  margin: 0;
  padding: 0;
  font-size: 0;
  text-align: justify;
  overflow: hidden;
}
.nav ul:after {
  content: "";
  display: inline-block;
  width: 100%;
}
.nav ul li {
  display: inline-block;
  list-style: none;
}
.nav ul li a {
  display: inline-block;
  font-size: 12px;
  font-weight: 300;
  border-bottom: 1px dotted;
}

/* ========== Главный экран ========== */
.main-wrap {
  background: url(img/bg-main.jpg) no-repeat center top;
  padding: 75px 0 100px;
  background-size: cover;
}
.callback {
  text-align: right;
}
.callback p {
  display: inline-block;
  margin: 0;
  line-height: 30px;
  padding-left: 40px;
  background: url(img/icons/icon-phone.png) no-repeat center left;
}
.callback p a {
  color: #ffd300;
  font-weight: 900;
  font-size: 24px;
}
.callback > a {
  font-size: 18px;
  color: #fff;
  border-bottom: 1px dotted;
}
.callback > a:hover {
  color: #ffd300;
}
.main-wrap h1 {
  position: relative;
  display: inline-block;
  font-weight: 900;
  color: #fff;
  font-size: 48px;
  line-height: 48px;
  margin: 50px 0 0;
  text-align: center;
}
.main-wrap h1 span {
  color: #ffd300;
}
.page-description {
  font-size: 24px;
  line-height: 24px;
  font-weight: 300;
  color: #fff;
  margin: 30px 0 47px;
  text-align: center;
}
.main-form {
  display: block;
  border: 15px solid #ffd300;
  background: #fff;
  padding: 40px 40px 45px;
  text-align: center;
}
.main-form h3 {
  font-weight: 900;
  font-size: 24px;
  line-height: 24px;
  margin: 0 0 20px;
}
.main-form p {
  margin: 0;
  display: inline-block;
  position: relative;
}
.main-form p:first-of-type {
  margin-right: 7px;
}
.main-form p:first-of-type:after {
  display: block;
  content: "";
  width: 18px;
  height: 18px;
  background: url(img/icons/icon-input-name.png) no-repeat center;
  position: absolute;
  top: 50%;
  margin-top: -9px;
  left: 15px;
}
.main-form p:last-of-type:after {
  display: block;
  content: "";
  width: 16px;
  height: 16px;
  background: url(img/icons/icon-input-phone.png) no-repeat center;
  position: absolute;
  top: 50%;
  margin-top: -8px;
  left: 15px;
}
.main-form p input {
  color: #a4a4a4;
  font-weight: 300;
  font-size: 14px;
  border: none;
  outline: none;
  background: #f7f7f7;
  border-radius: 5px;
  padding: 17px 19px 17px 47px;
  text-align: left;
}
.main-form button {
  margin: 20px 0 14px;
  transition: 0.3s;
}
.main-form a {
  font-size: 14px;
  line-height: 14px;
  font-weight: 700;
  background: url(img/icons/icon-download.png) no-repeat top left;
  padding-left: 23px;
}

/* ========== Что мы делаем? ========== */
.service-thumb {
  border: 10px solid #ffd300;
  position: relative;
}
.service-thumb img {
  margin: 0 auto;
}
.service-thumb:after {
  display: block;
  content: "";
  width: 96px;
  height: 85px;
  background: url(img/m2.png) no-repeat center;
  position: absolute;
  top: 0;
  right: 0;
}
.service-item h3 {
  text-align: center;
  font-size: 18px;
  margin: 20px 0 15px;
  font-weight: 500;
  min-height: 75px;
}
.service-item .theme-btn {
  display: block;
  text-align: center;
  padding-left: 0;
  padding-right: 0;
}
.item-price {
  font-size: 18px;
  line-height: 18px;
  font-weight: 900;
  display: block;
  position: absolute;
  top: 25px;
  right: -5px;
  z-index: 2;
}
.service-item {
  margin-top: 35px;
}

/* ========== Выполненные работы ========== */
.work-wrap {
  background: #f9f9f9;
}
.work {
  text-align: center;
}
.work-item {
  background: #fff;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
  margin-bottom: 30px;
  text-align: left;
}
.work-inner {
  padding: 30px 30px 30px 0;
}
.work-inner h3 {
  font-size: 24px;
  line-height: 24px;
  font-weight: 700;
  margin: 0;
}
.work-inner hr {
  width: 70px;
  height: 4px;
  background: #ffd300;
  border: none;
  margin: 23px 0;
}
.work-text {
  overflow: hidden;
  height: 125px;
}
.work-inner p {
  margin: 0;
} /*
.work .theme-btn{margin-top: 20px;}*/

/* ========== Таргетная форма ========== */
.target-wrap {
  background: url(img/bg-target.jpg) no-repeat center;
  padding: 230px 0 255px;
  background-size: cover;
}
.target .main-form {
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
  padding: 40px 25px 45px;
}

/* ========== О нашей компании ========== */
.about-wrap {
  background: url(img/bg-about.jpg) no-repeat center top;
  background-size: cover;
  overflow: hidden;
}
.about h2 {
  text-align: left;
}
.about > p {
  /*text-indent: 70px;*/
  margin: 0 0 30px;
}
.about-item {
  margin-bottom: 35px;
}
.about-item-last {
  margin-bottom: 0;
}
.about-item h3 {
  font-size: 23px;
  line-height: 23px;
  font-weight: 700;
  margin: 0;
}
.about-item p {
  margin: 12px 0 0;
  min-height: 80px;
  font-size: 14px;
}

/* ========== Благодарственные письма ========== */
.letters-wrap {
  padding-bottom: 40px;
  background: #f9f9f9;
}

/* ========== Оборудование ========== */
.technics-wrap {
  background: url(img/buble.jpg) no-repeat center center #ffffff;
}
.technics-item {
  text-align: center;
  margin-bottom: 40px;
}
.technics-item-last {
  margin-bottom: 0;
}
.technics-item img {
  margin: 0 auto;
  max-width: 80%;
  position: relative;
}
.technics-item p {
  font-weight: 700;
  font-size: 13px;
  line-height: 24px;
  margin: 0;
}

/* ========== Как мы работаем ========== */
.process {
  text-align: center;
  font-size: 0;
}
.process-item {
  text-align: center;
  display: inline-block;
  vertical-align: top;
  width: 126px;
  margin: 0 50px;
}
.process-item:first-of-type {
  margin-left: 0;
}
.process-item:last-of-type {
  margin-right: 0;
}
.process-item .thumb {
  position: relative;
}
.process-item .thumb:before {
  display: block;
  content: "";
  width: 32px;
  height: 5px;
  background: url(img/process-line.png) no-repeat center;
  position: absolute;
  right: 100%;
  top: 50%;
}
.process-item .thumb:after {
  display: block;
  content: "";
  width: 60px;
  height: 13px;
  background: url(img/process-arrow.png) no-repeat center;
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -4px;
  margin-left: -4px;
}
.process-item:first-of-type .thumb:before {
  display: none;
}
.process-item:last-of-type .thumb:after {
  display: none;
}
.process-item .thumb img {
  margin: 0 auto;
}
.process-item h3 {
  font-size: 24px;
  line-height: 24px;
  font-weight: 700;
  margin: 20px 0 10px;
}
.process-item p {
  margin: 0;
  font-size: 14px;
}

/* ========== Отзывы о нас ========== */
.testimonials-wrap {
  background: url(img/bg-testimonials.jpg) no-repeat center top;
  background-size: cover;
}
.testimonials-slider,
.testimonials-slider * {
  outline: none;
}
.testimonial-slide {
  text-align: center;
}
.testimonial-slide img {
  margin: 0 auto;
  width: 166px;
  height: 166px;
  border-radius: 50%;
  border: 5px solid #fff;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.25);
}
.testimonial-slide h3 {
  font-size: 24px;
  line: 24px;
  font-weight: 700;
  color: #ffd300;
  margin: 30px 0 15px;
}
.testimonial-slide p {
  margin: 0;
  font-size: 14px;
  margin-bottom: 10px;
}
.testimonials-slider .slick-dot1s {
  bottom: -55px;
}
.testimonials-slider .slick-dots li {
  width: 10px;
  height: 10px;
  border: 2px solid #828282;
  border-radius: 50%;
}
.testimonials-slider .slick-dots li.slick-active {
  width: 15px;
  height: 15px;
  border: none;
  background: #ffd300;
  margin-bottom: -2px;
}
.testimonials-slider .slick-dots li * {
  display: none;
}

/* ========== Ответы на часто задаваемые вопросы ========== */
.questions-wrap {
  background: url(img/bg-questions.png) no-repeat center bottom 155px #f9f9f9;
}
.question-block {
  background: #fff;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
  border-radius: 50px;
  padding: 0 45px;
  margin-bottom: 30px;
}
.question-block h3 {
  margin: 0;
  font-size: 18px;
  line-height: 18px;
  font-weight: 700;
  padding: 21px 0;
  background: url(img/icons/icon-arrow.png) no-repeat center right 10px;
  cursor: pointer;
}
.question-inner {
  padding-bottom: 21px;
  display: none;
}
.question-block-open .question-inner {
  display: block;
}
.question-inner p {
  margin: 0;
}
.question .main-form textarea {
  resize: none;
  border: none;
  outline: none;
  color: #a4a4a4;
  font-weight: 300;
  font-size: 14px;
  background: #f7f7f7;
  border-radius: 5px;
  padding: 17px 19px 17px 47px;
  display: block;
  width: 100%;
  margin-top: 10px;
  height: 90px;
}

/* ========== Карта ========== */
.map-wrap {
  font-size: 0;
}
.map {
  border: 15px solid #ffd300;
  background: #fff;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
  text-align: center;
  padding: 50px 85px;
  position: absolute;
  top: 100px;
  z-index: 99;
}
.map h3 {
  margin: 0;
  font-size: 24px;
  line-height: 24px;
  font-weight: 900;
  margin: 0 0 30px;
}
.map ul {
  margin: 0 0 50px;
  padding: 0;
  text-align: left;
}
.map ul li {
  list-style: none;
  padding-left: 45px;
  line-height: 25px;
  margin-bottom: 20px;
  font-size: 18px;
}
.map ul li:nth-of-type(1) {
  background: url(img/icons/icon-phone-rounded.png) no-repeat center left;
}
.map ul li:nth-of-type(2) {
  background: url(img/icons/icon-place-rounded.png) no-repeat center left;
}
.map ul li:nth-of-type(3) {
  background: url(img/icons/icon-mail-rounded.png) no-repeat center left;
  margin-bottom: 0;
}

/* ========== SEO текст ========== */
.seo-wrap {
  background: rgba(192, 192, 192, 0.25);
}
.seo {
  text-align: left;
}
.seo p {
  margin: 0;
}

/* ========== Подвал ========== */
.footer-wrap {
  padding: 23px 0;
}
.footer-col p {
  margin: 0;
  font-weight: 300;
}
.footer-col > a {
  color: #ffd300;
}
.footer-col ul {
  margin: 0;
  padding: 0;
}
.footer-col ul li {
  list-style: none;
}
.footer-col ul li a {
  font-size: 14px;
  font-weight: 400;
}

/* ========== Всплывающая форма ========== */
.hidden-form {
  max-width: 420px;
  position: fixed;
  z-index: 6;
  display: none;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  transition: all 0.5s;
  top: 50%;
  width: 100%;
}

.hidden-form .main-form p {
  display: block;
  margin: 0 18px 10px;
}
.hidden-form .main-form p:last-of-type {
  margin-bottom: 0;
}
.hidden-form .main-form p input {
  width: 100%;
}
.close-form {
  position: absolute;
  right: 0;
  bottom: 100%;
  width: 30px;
  height: 30px;
  display: block;
  background: url(img/icons/icon-close.png) no-repeat center;
  margin-bottom: 10px;
  cursor: pointer;
}
.overlay {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(256, 256, 256, 0.95);
  z-index: 5;
  display: none;
}

/* ========== Адаптация ========== */
@media only screen and (max-width: 1199px) {
  .nav ul li a {
    font-size: 10px;
  }
  .main-wrap h1 {
    margin: 30px 0 0;
  }
  .main-wrap {
    padding: 75px 0 70px;
  }
  .service-item .theme-btn {
    font-size: 16px;
  }
  .work-text {
    height: 75px;
  }
  .target-wrap {
    padding: 220px 0 180px;
  }
  .technics-item img {
    padding: 0 !important;
  }
  .process-item {
    width: 105px;
  }
  .main-form p {
    display: block;
  }
  .main-form p:first-of-type {
    margin-bottom: 10px;
    margin-right: 0;
  }
  .main-form p input {
    width: 100%;
  }
  .footer-col p {
    font-size: 16px;
  }
  .footer-col > a {
    font-size: 16px;
  }
}

@media only screen and (max-width: 991px) {
  .about-wrap {
    background: none;
  }
  .nav ul {
    text-align: center;
  }
  .nav ul:after {
    display: none;
  }
  .nav ul li a {
    margin: 5px;
  }
  .main-wrap h1 {
    margin: 10px 0 0;
  }
  .page-description {
    margin: 20px 0;
  }
  .service-item {
    margin-bottom: 30px;
  }
  .process-item {
    margin-bottom: 30px;
  }
  .section-callback h3 {
    text-align: center;
  }
}

@media only screen and (max-width: 767px) {
  .main-wrap .main-logo {
    font-size: 18px !important;
  }
  .logo-desc {
    font-size: 10px !important;
  }
  .open-form {
    font-size: 14px !important;
  }
  #touch-menu {
    display: block;
    font-size: 12px;
    line-height: 12px;
    font-weight: 900;
    text-transform: uppercase;
  }
  .nav ul {
    text-align: left; /* display: none;*/
  }
  .callback p a {
    font-size: 18px !important;
  }
  .callback p {
    line-height: 20px !important;
    background-size: contain;
    padding-left: 30px;
  }
  .nav ul li {
    display: block;
  }
  .nav ul li a {
    display: block;
    font-size: 12px;
    padding: 7px;
  }
  .work-item img {
    margin: 0 auto;
  }
  .work-inner {
    padding: 20px;
    text-align: center;
  }
  .work-inner hr {
    margin: 18px auto 15px;
  }
  .about-wrap {
    background: #fff;
  }
  .about h2 {
    text-align: center;
  }
  .about-item {
    text-align: center;
  }
  .about-item img {
    margin: 0 auto;
  }
  .letters img {
    margin: 0 auto;
  }
  .technics-item-last {
    margin-bottom: 40px;
  }
  .map {
    margin: 0 -15px;
    position: static;
  }
  .footer-col {
    margin-bottom: 30px;
  }
  .callback {
    text-align: center;
    padding-top: 10px;
  }
  .main-wrap {
    padding-top: 5px;
  }
  .nav-wrap {
    display: none;
    position: relative;
  }
  .main-wrap .burger {
    display: block;
  }
}

@media only screen and (max-width: 480px) {
  #map .ymaps-map {
    display: none;
  }
  #service {
    padding-bottom: 0;
  }
  .section h2 {
    font-size: 28px;
    line-height: 28px;
  }
  .main-wrap h1 {
    font-size: 32px;
    line-height: 32px;
  }
  .page-description {
    font-size: 18px;
    line-height: 18px;
    margin: 10px 0 20px;
  }
  .map {
    padding: 10px;
  }
  .main-form {
    padding: 10px;
  }
  .process-item {
    display: block;
    margin: 0 auto !important;
    margin-bottom: 20px !important;
  }
  #map {
    height: auto !important;
  }
}

@media only screen and (max-width: 320px) {
}
.image-wrap {
  text-align: center;
  min-height: 180px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.image-wrap img {
  max-width: 100%;
}
.field-text {
  font-size: 14px;
  margin-top: 10px;
}
li.fild_link {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
}
a.footer_link {
  display: block;
  padding-left: 10px;
}
.footer-col ul li .theme-btn {
  color: #212121;
  font-size: 18px;
}
.footer-col ul li .last-link {
  font-size: 20px;
  font-weight: 700;
  color: #333333;
}
.footer-col .last-field {
  text-align: center;
}
.fild_link span {
  min-width: 85px;
}
.form-desc.last {
  font-size: 12px;
}
.main-form .politik-link {
  background: none;
  padding-left: 0;
  font-size: 12px;
  text-decoration: underline;
}
.form.main-form .f-phone:after {
  content: "\f095";
  background: none;
  font: normal normal normal 14px/1 FontAwesome;
}
.form.main-form .f-email:after {
  content: "\f0e0";
  background: none;
  font: normal normal normal 14px/1 FontAwesome;
}
.section-callback {
  background-color: #f0f0f0;
  padding: 40px 0;
}
.img-field {
  position: relative;
}
.img-field:before {
  content: "";
  position: absolute;
  width: 100%;
  max-width: 80%;
  height: 100%;
  background: #ffd300;
  left: 10%;
  top: 0;
  border-radius: 100%;
}
.main-wrap .main-logo {
  margin: 0;
  font-size: 30px;
  text-align: left;
  line-height: 1;
}
.logo-desc {
  margin: 0;
  font-weight: 500;
  color: #ffd300;
  line-height: 1;
}
.logo-desc:before {
  content: "";
  height: 1px;
  width: 23px;
  background: #ffd300;
  display: inline-block;
  margin-bottom: 5px;
  margin-right: 6px;
}
.main-wrap .h2-line:before,
.main-wrap .h2-line:after {
  content: "";
  position: absolute;
  height: 10px;
  width: 400%;
  background-color: #ffd300;
  top: 50%;
  margin-top: -5px;
  right: calc(100% + 30px);
}
.main-wrap .h2-line:before {
  right: auto;
  left: calc(100% + 30px);
}
.title {
  text-align: center;
}
.section .h1-line:before {
  content: "";
  position: absolute;
  height: 10px;
  width: 400%;
  background-color: #ffd300;
  top: 50%;
  margin-top: -5px;
  right: calc(100% + 30px);
}
.section .h1-line {
  position: relative;
}
.h3-line {
  position: relative;
}
.section .h3-line:before {
  content: "";
  position: absolute;
  height: 10px;
  width: 400%;
  background-color: #ffd300;
  top: 50%;
  margin-top: -5px;
  left: calc(100% + 30px);
}
.section .h3-line {
  position: relative;
}
.nav ul li .nav-button {
  padding: 11px 0px 11px 0px;
  line-height: 1;
  width: 239px;
  text-align: center;
  border-radius: 50px;
  border-bottom: none;
  background-color: #ffd300;
  font-size: 11px;
  font-weight: 900;
}
.burger {
  background: #ffd300;
  display: none;
  padding: 6px 7px 6px 7px;
  border-radius: 3px;
  float: right;
  cursor: pointer;
  margin-right: 20px;
  margin-top: 10px;
  line-height: 1;
}

.developer__label {
  display: inline-block;
  vertical-align: middle;
  font-weight: 300;
}

.developer__img {
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
  width: 58px;
  height: 16px;
  position: relative;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  width: 58px;
  overflow: hidden;
}

.developer__img::before,
.developer__img::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  padding-top: 100%;
  width: 100%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  overflow: hidden;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.developer__img::before {
  background-image: url("../img/sprite.svg#developer--white");
}

.developer__img::after {
  -webkit-clip-path: inset(0 0 0 100%);
  clip-path: inset(0 0 0 100%);
  background-image: url("../img/sprite.svg#developer");
}

.developer__link:hover .developer__img::after {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
}

.developer__link:active .developer__img {
  opacity: 0.7;
}

/* ============================================
   СТИЛИ ДЛЯ СТРАНИЦ ПОЛИТИК
   (requisites, user-agreement, privacy-policy, 
    cookie-policy, consent)
   ============================================ */

/* --- Breadcrumbs (хлебные крошки) --- */
.breadcrumbs ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}

.breadcrumbs li {
  display: inline-flex;
  align-items: center;
  margin-right: 10px;
}

.breadcrumbs li:not(:last-child):after {
  content: "/";
  margin-left: 10px;
  color: #999;
}

/* --- Заголовок H1 --- */
h1.border_wave.border_wave_long.h1-left {
  color: #000 !important;
  text-align: left !important;
  padding-bottom: 0 !important;
  margin: 20px 0;
}

/* --- Заголовок H2 --- */
h2.border_wave.border_wave_long.h2-left {
  text-align: left !important;
  padding-bottom: 0 !important;
  margin: 30px 0 15px;
}

.h2-left {
  padding-bottom: 5px;
  margin-bottom: 15px;
  text-align: left;
}

/* --- Контент страницы политики --- */
.policy-page p {
  margin-bottom: 15px;
  line-height: 1.6;
  color: #555;
}

.policy-page ul {
  margin: 15px 0;
  line-height: 1.6;
}

.policy-page li {
  margin-bottom: 8px;
  color: #555;
}

.policy-page a {
  color: #555;
  text-decoration: none;
}

.policy-page a:hover {
  text-decoration: underline;
}

.policy-footer {
  font-size: 16px;
  font-weight: 300;
}

.hidden-form .policy-checkboxes-wrapper {
  margin-top: 10px;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 0;
  border: 1px solid transparent;
  border-radius: 5px;
  padding: 0;
  transition: all 0.2s ease;
}

.hidden-form .policy-checkboxes-wrapper.has-error {
  border-color: #ee1c29 !important;
  background-color: #fff0f0 !important;
  padding: 10px 12px;
}

.hidden-form .policy-checkbox-item {
  display: flex;
  align-items: flex-start;
  cursor: pointer;
  position: relative;
  font-size: 12px;
  line-height: 1.4;
  color: #666;
}

.hidden-form .policy-checkbox-input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  pointer-events: none;
}

.hidden-form .policy-checkbox-input-wrapper {
  position: relative;
  flex-shrink: 0;
}

.hidden-form .policy-checkbox-custom {
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 1px solid #ccc;
  background-color: #fff;
  border-radius: 3px;
  position: relative;
  transition: all 0.2s ease;
}

.hidden-form .policy-checkbox-custom::after {
  content: "";
  position: absolute;
  display: none;
  left: 5px;
  top: 2px;
  width: 4px;
  height: 8px;
  border: solid #ee1c29;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.hidden-form .policy-checkbox-item:hover .policy-checkbox-custom {
  border-color: #ee1c29;
}

.hidden-form .policy-checkbox-input:checked + .policy-checkbox-custom {
  background-color: #ee1c29;
  border-color: #ee1c29;
}

.hidden-form .policy-checkbox-input:checked + .policy-checkbox-custom::after {
  display: block;
  border-color: #fff;
}

.hidden-form .policy-checkbox-text {
  display: inline;
  margin-left: 12px;
}

.hidden-form .policy-checkbox-text a {
  color: #ee1c29;
  text-decoration: underline;
  transition: color 0.2s ease;
}

.hidden-form .policy-checkbox-text a:hover {
  text-decoration: none;
  color: #b71c1c;
}

.hidden-form .checkbox-error-banner--inline {
  display: none;
  align-items: flex-start;
  gap: 8px;
  background-color: #ee1c29;
  color: #fff;
  padding: 8px 14px;
  border-radius: 4px;
  font-size: 12px;
  line-height: 1.3;
  margin-bottom: 0;
  box-shadow: 0 2px 8px rgba(238, 28, 41, 0.3);
  animation: errorBannerFadeIn 0.3s ease;
}

.hidden-form .checkbox-error-banner--inline.--show {
  display: flex !important;
}

.hidden-form .checkbox-error-banner--inline .checkbox-error-banner__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  background-color: #fff;
  color: #ee1c29;
  border-radius: 50%;
  font-weight: bold;
  font-size: 12px;
  flex-shrink: 0;
  line-height: 1;
}

.hidden-form .checkbox-error-banner--inline .checkbox-error-banner__text {
  font-weight: 500;
}

@keyframes errorBannerFadeIn {
  from {
    opacity: 0;
    transform: translateY(-5px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 767px) {
  .hidden-form .policy-checkbox-item {
    font-size: 11px;
  }

  .hidden-form .checkbox-error-banner--inline {
    font-size: 11px;
    padding: 6px 10px;
  }
}

.form-desc.last {
  padding-left: 3%;
}

/* ============================================
   ЧЕКБОКСЫ ПОЛИТИК ДЛЯ ФОРМЫ form_1 (CLEANSERVICE)
   ============================================ */

.form.main-form .policy-checkboxes-wrapper {
  margin-top: 10px;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 0;
  border: 1px solid transparent;
  border-radius: 5px;
  padding: 0;
  transition: all 0.2s ease;
}

.form.main-form .policy-checkboxes-wrapper.has-error {
  border-color: #ee1c29 !important;
  background-color: #fff0f0 !important;
  padding: 10px 12px;
}

.form.main-form .policy-checkbox-item {
  display: flex;
  align-items: flex-start;
  cursor: pointer;
  position: relative;
  font-size: 12px;
  line-height: 1.4;
  color: #666;
}

.form.main-form .policy-checkbox-input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  pointer-events: none;
}

.form.main-form .policy-checkbox-input-wrapper {
  position: relative;
  flex-shrink: 0;
  margin-top: 2px;
}

.form.main-form .policy-checkbox-custom {
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 1px solid #ccc;
  background-color: #fff;
  border-radius: 3px;
  position: relative;
  transition: all 0.2s ease;
}

.form.main-form .policy-checkbox-custom::after {
  content: "";
  position: absolute;
  display: none;
  left: 5px;
  top: 2px;
  width: 4px;
  height: 8px;
  border: solid #ee1c29;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.form.main-form .policy-checkbox-item:hover .policy-checkbox-custom {
  border-color: #ee1c29;
}

.form.main-form .policy-checkbox-input:checked + .policy-checkbox-custom {
  background-color: #ee1c29;
  border-color: #ee1c29;
}

.form.main-form
  .policy-checkbox-input:checked
  + .policy-checkbox-custom::after {
  display: block;
  border-color: #fff;
}

.form.main-form .form-desc.last {
  display: inline;
  margin-left: 12px;
  padding-left: 0;
  font-size: 12px;
  color: #666;
}

.form.main-form .form-desc.last .politik-link {
  /* color: #EE1C29; */
  text-decoration: underline;
  transition: color 0.2s ease;
}

.form.main-form .form-desc.last .politik-link:hover {
  text-decoration: none;
  color: #b71c1c;
}

/* Плашка ошибки */
.form.main-form .checkbox-error-banner--inline {
  display: none;
  align-items: center;
  gap: 8px;
  background-color: #ee1c29;
  color: #fff;
  padding: 8px 14px;
  border-radius: 4px;
  font-size: 12px;
  line-height: 1.3;
  margin-top: 15px;
  margin-bottom: 10px;
  box-shadow: 0 2px 8px rgba(238, 28, 41, 0.3);
  animation: errorBannerFadeIn 0.3s ease;
}

.form.main-form .checkbox-error-banner--inline.--show {
  display: flex !important;
}

.form.main-form .checkbox-error-banner--inline .checkbox-error-banner__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  background-color: #fff;
  color: #ee1c29;
  border-radius: 50%;
  font-weight: bold;
  font-size: 12px;
  flex-shrink: 0;
  line-height: 1;
}

.form.main-form .checkbox-error-banner--inline .checkbox-error-banner__text {
  font-weight: 500;
}

@keyframes errorBannerFadeIn {
  from {
    opacity: 0;
    transform: translateY(-5px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 767px) {
  .form.main-form .policy-checkbox-item {
    font-size: 11px;
  }

  .form.main-form .checkbox-error-banner--inline {
    font-size: 11px;
    padding: 6px 10px;
  }
}

/* ============================================
   ЧЕКБОКСЫ ПОЛИТИК ДЛЯ ФОРМЫ form_4 (hidden-form form-1)
   ============================================ */

.hidden-form .form.main-form .policy-checkboxes-wrapper {
  margin-top: 10px;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 0;
  border: 1px solid transparent;
  border-radius: 5px;
  padding: 0;
  transition: all 0.2s ease;
}

.hidden-form .form.main-form .policy-checkboxes-wrapper.has-error {
  border-color: #ee1c29 !important;
  background-color: #fff0f0 !important;
  padding: 10px 12px;
}

.hidden-form .form.main-form .policy-checkbox-item {
  display: flex;
  align-items: flex-start;
  cursor: pointer;
  position: relative;
  font-size: 12px;
  line-height: 1.4;
  color: #666;
}

.hidden-form .form.main-form .policy-checkbox-input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  pointer-events: none;
}

.hidden-form .form.main-form .policy-checkbox-input-wrapper {
  position: relative;
  flex-shrink: 0;
  margin-top: 2px;
}

.hidden-form .form.main-form .policy-checkbox-custom {
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 1px solid #ccc;
  background-color: #fff;
  border-radius: 3px;
  position: relative;
  transition: all 0.2s ease;
}

.hidden-form .form.main-form .policy-checkbox-custom::after {
  content: "";
  position: absolute;
  display: none;
  left: 5px;
  top: 2px;
  width: 4px;
  height: 8px;
  border: solid #ee1c29;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.hidden-form
  .form.main-form
  .policy-checkbox-item:hover
  .policy-checkbox-custom {
  border-color: #ee1c29;
}

.hidden-form
  .form.main-form
  .policy-checkbox-input:checked
  + .policy-checkbox-custom {
  background-color: #ee1c29;
  border-color: #ee1c29;
}

.hidden-form
  .form.main-form
  .policy-checkbox-input:checked
  + .policy-checkbox-custom::after {
  display: block;
  border-color: #fff;
}

.hidden-form .form.main-form .form-desc.last {
  display: inline;
  margin-left: 12px;
  padding-left: 3%;
  font-size: 12px;
  color: #666;
}

.hidden-form .form.main-form .form-desc.last .politik-link {
  text-decoration: underline;
  transition: color 0.2s ease;
}

.hidden-form .form.main-form .form-desc.last .politik-link:hover {
  text-decoration: none;
}

/* Плашка ошибки */
.hidden-form .form.main-form .checkbox-error-banner--inline {
  display: none;
  align-items: center;
  gap: 8px;
  background-color: #ee1c29;
  color: #fff;
  padding: 8px 14px;
  border-radius: 4px;
  font-size: 12px;
  line-height: 1.3;
  margin-top: 15px;
  margin-bottom: 10px;
  box-shadow: 0 2px 8px rgba(238, 28, 41, 0.3);
  animation: errorBannerFadeIn 0.3s ease;
}

.hidden-form .form.main-form .checkbox-error-banner--inline.--show {
  display: flex !important;
}

.hidden-form
  .form.main-form
  .checkbox-error-banner--inline
  .checkbox-error-banner__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  background-color: #fff;
  color: #ee1c29;
  border-radius: 50%;
  font-weight: bold;
  font-size: 12px;
  flex-shrink: 0;
  line-height: 1;
}

.hidden-form
  .form.main-form
  .checkbox-error-banner--inline
  .checkbox-error-banner__text {
  font-weight: 500;
}

@media (max-width: 767px) {
  .hidden-form .form.main-form .policy-checkbox-item {
    font-size: 11px;
  }

  .hidden-form .form.main-form .checkbox-error-banner--inline {
    font-size: 11px;
    padding: 6px 10px;
  }
}

/* ============================================
   ЧЕКБОКСЫ ПОЛИТИК ДЛЯ ФОРМЫ form_5 (hidden-form form-2)
   ============================================ */

.hidden-form .form.main-form .policy-checkboxes-wrapper {
  margin-top: 10px;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 0;
  border: 1px solid transparent;
  border-radius: 5px;
  padding: 0;
  transition: all 0.2s ease;
}

.hidden-form .form.main-form .policy-checkboxes-wrapper.has-error {
  border-color: #ee1c29 !important;
  background-color: #fff0f0 !important;
  padding: 10px 12px;
}

.hidden-form .form.main-form .policy-checkbox-item {
  display: flex;
  align-items: flex-start;
  cursor: pointer;
  position: relative;
  font-size: 12px;
  line-height: 1.4;
  color: #666;
}

.hidden-form .form.main-form .policy-checkbox-input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  pointer-events: none;
}

.hidden-form .form.main-form .policy-checkbox-input-wrapper {
  position: relative;
  flex-shrink: 0;
  margin-top: 2px;
}

.hidden-form .form.main-form .policy-checkbox-custom {
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 1px solid #ccc;
  background-color: #fff;
  border-radius: 3px;
  position: relative;
  transition: all 0.2s ease;
}

.hidden-form .form.main-form .policy-checkbox-custom::after {
  content: "";
  position: absolute;
  display: none;
  left: 5px;
  top: 2px;
  width: 4px;
  height: 8px;
  border: solid #ee1c29;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.hidden-form
  .form.main-form
  .policy-checkbox-item:hover
  .policy-checkbox-custom {
  border-color: #ee1c29;
}

.hidden-form
  .form.main-form
  .policy-checkbox-input:checked
  + .policy-checkbox-custom {
  background-color: #ee1c29;
  border-color: #ee1c29;
}

.hidden-form
  .form.main-form
  .policy-checkbox-input:checked
  + .policy-checkbox-custom::after {
  display: block;
  border-color: #fff;
}

.hidden-form .form.main-form .form-desc.last {
  display: inline;
  margin-left: 12px;
  padding-left: 3%;
  font-size: 12px;
  color: #666;
}

.hidden-form .form.main-form .form-desc.last .politik-link {
  text-decoration: underline;
  transition: color 0.2s ease;
}

.hidden-form .form.main-form .form-desc.last .politik-link:hover {
  text-decoration: none;
}

/* Плашка ошибки */
.hidden-form .form.main-form .checkbox-error-banner--inline {
  display: none;
  align-items: center;
  gap: 8px;
  background-color: #ee1c29;
  color: #fff;
  padding: 8px 14px;
  border-radius: 4px;
  font-size: 12px;
  line-height: 1.3;
  margin-top: 15px;
  margin-bottom: 10px;
  box-shadow: 0 2px 8px rgba(238, 28, 41, 0.3);
  animation: errorBannerFadeIn 0.3s ease;
}

.hidden-form .form.main-form .checkbox-error-banner--inline.--show {
  display: flex !important;
}

.hidden-form
  .form.main-form
  .checkbox-error-banner--inline
  .checkbox-error-banner__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  background-color: #fff;
  color: #ee1c29;
  border-radius: 50%;
  font-weight: bold;
  font-size: 12px;
  flex-shrink: 0;
  line-height: 1;
}

.hidden-form
  .form.main-form
  .checkbox-error-banner--inline
  .checkbox-error-banner__text {
  font-weight: 500;
}

@media (max-width: 767px) {
  .hidden-form .form.main-form .policy-checkbox-item {
    font-size: 11px;
  }

  .hidden-form .form.main-form .checkbox-error-banner--inline {
    font-size: 11px;
    padding: 6px 10px;
  }
}

/* ============================================
   ЧЕКБОКСЫ ПОЛИТИК ДЛЯ ФОРМЫ form_2 (Получить КП)
   ============================================ */

.form.main-form .policy-checkboxes-wrapper {
  margin-top: 10px;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 0;
  border: 1px solid transparent;
  border-radius: 5px;
  padding: 0;
  transition: all 0.2s ease;
}

.form.main-form .policy-checkboxes-wrapper.has-error {
  border-color: #ee1c29 !important;
  background-color: #fff0f0 !important;
  padding: 10px 12px;
}

.form.main-form .policy-checkbox-item {
  display: flex;
  align-items: flex-start;
  cursor: pointer;
  position: relative;
  font-size: 12px;
  line-height: 1.4;
  color: #666;
}

.form.main-form .policy-checkbox-input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  pointer-events: none;
}

.form.main-form .policy-checkbox-input-wrapper {
  position: relative;
  flex-shrink: 0;
  margin-top: 2px;
}

.form.main-form .policy-checkbox-custom {
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 1px solid #ccc;
  background-color: #fff;
  border-radius: 3px;
  position: relative;
  transition: all 0.2s ease;
}

.form.main-form .policy-checkbox-custom::after {
  content: "";
  position: absolute;
  display: none;
  left: 5px;
  top: 2px;
  width: 4px;
  height: 8px;
  border: solid #ee1c29;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.form.main-form .policy-checkbox-item:hover .policy-checkbox-custom {
  border-color: #ee1c29;
}

.form.main-form .policy-checkbox-input:checked + .policy-checkbox-custom {
  background-color: #ee1c29;
  border-color: #ee1c29;
}

.form.main-form
  .policy-checkbox-input:checked
  + .policy-checkbox-custom::after {
  display: block;
  border-color: #fff;
}

.form.main-form .form-desc.last {
  display: inline;
  margin-left: 12px;
  padding-left: 3%;
  font-size: 12px;
  color: #666;
}

.form.main-form .form-desc.last .politik-link {
  text-decoration: underline;
  transition: color 0.2s ease;
}

.form.main-form .form-desc.last .politik-link:hover {
  text-decoration: none;
}

/* Плашка ошибки */
.form.main-form .checkbox-error-banner--inline {
  display: none;
  align-items: center;
  gap: 8px;
  background-color: #ee1c29;
  color: #fff;
  padding: 8px 14px;
  border-radius: 4px;
  font-size: 12px;
  line-height: 1.3;
  margin-top: 15px;
  margin-bottom: 10px;
  box-shadow: 0 2px 8px rgba(238, 28, 41, 0.3);
  animation: errorBannerFadeIn 0.3s ease;
}

.form.main-form .checkbox-error-banner--inline.--show {
  display: flex !important;
}

.form.main-form .checkbox-error-banner--inline .checkbox-error-banner__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  background-color: #fff;
  color: #ee1c29;
  border-radius: 50%;
  font-weight: bold;
  font-size: 12px;
  flex-shrink: 0;
  line-height: 1;
}

.form.main-form .checkbox-error-banner--inline .checkbox-error-banner__text {
  font-weight: 500;
}

@keyframes errorBannerFadeIn {
  from {
    opacity: 0;
    transform: translateY(-5px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 767px) {
  .form.main-form .policy-checkbox-item {
    font-size: 11px;
  }

  .form.main-form .checkbox-error-banner--inline {
    font-size: 11px;
    padding: 6px 10px;
  }
}

.map {
  z-index: 1;
}

/* Плашка Cookie (Внизу слева) — адаптировано под cleanservice.su */
.cookie-banner-fixed {
  position: fixed;
  left: 20px;
  bottom: 20px;
  z-index: 10060;
  max-width: 340px;
  width: 100%;
  background: #1a1a1a;
  /* Темный фон для контраста */
  border-radius: 0;
  /* Прямые углы */
  border-left: 4px solid #ffd300;
  /* Желтая полоска слева */
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.35);
  padding: 16px 20px;
  display: none;
  opacity: 0;
  transform: translateY(20px);
  transition:
    opacity 0.4s ease,
    transform 0.4s ease;
}

.cookie-banner-fixed.--show {
  display: block;
  animation: cookieSlideIn 0.5s forwards;
}

.cookie-banner-fixed__content {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.cookie-banner-fixed__text {
  margin: 0;
  font-size: 11px;
  line-height: 1.4;
  color: #fff;
}

.cookie-banner-fixed__text a {
  color: #ffd300;
  /* Желтые ссылки как на сайте */
  text-decoration: underline;
  font-weight: 600;
  transition: color 0.2s ease;
}

.cookie-banner-fixed__text a:hover {
  color: #ffe04f;
  text-decoration: none;
}

/* Кнопка на всю ширину, овальная, низкая */
.cookie-banner-fixed__btn {
  background-color: #ffd300;
  color: #000;
  width: stretch;
  border: none;
  border-radius: 50px;
  padding: 5px 20px;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 0.5px;
  cursor: pointer;
  align-self: stretch;
  transition:
    background-color 0.2s ease,
    transform 0.1s ease;
}

.cookie-banner-fixed__btn:hover {
  background-color: #ffe04f;
}

.cookie-banner-fixed__btn:active {
  transform: scale(0.98);
}

@keyframes cookieSlideIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Адаптив для мобильных */
@media (max-width: 767px) {
  .cookie-banner-fixed {
    left: 10px;
    right: 10px;
    bottom: 10px;
    max-width: none;
    padding: 14px 16px;
  }

  .cookie-banner-fixed__text {
    font-size: 12px;
  }

  .cookie-banner-fixed__btn {
    padding: 10px 20px;
  }
}
