/*============= MIXINS ===============*/
/*============= ALIGNES ===============*/
.alignwide {
  width: 100%;
}

.alignfull {
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  max-width: 1920px;
}

@media only screen and (min-width: 1920px) {
  .alignfull {
    width: 100vw !important;
    max-width: unset;
    margin-left: -375px !important;
    margin-right: -375px !important;
  }
}

/* =========== BASE CONFIG =========== */
html {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  box-sizing: inherit;
}

body {
  background-color: var(--card);
  overflow-x: hidden;
  margin: 0 auto;
  width: auto;
}

a {
  text-decoration: none;
  color: var(--text);
  transition: all 0.4s ease-out;
}

a:hover {
  color: var(--hover);
}

ul li {
  list-style-position: inside;
  color: var(--text);
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 10px;
}

ul li::marker {
  color: var(--primary);
}

ol li {
  list-style-position: inside;
  color: var(--text);
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 10px;
}

p {
  color: var(--text);
  font-size: 18px;
  line-height: 26px;
}

h1.page-title {
  padding-top: 40px;
  font-size: calc(0.0125 * 100vw + 16px);
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  color: var(--h1);
  margin-bottom: 20px;
}

h1.product_title {
  color: var(--h1);
  margin-bottom: 40px;
}

.h1 {
  font-weight: 600;
  font-size: 40px;
  line-height: normal;
  color: var(--h1);
}

.h2 {
  font-weight: 600;
  font-size: 32px;
  line-height: normal;
  color: var(--h1);
}

.h3 {
  font-weight: 500;
  font-size: 20px;
  line-height: normal;
  color: var(--h1);
}

.h4 {
  font-weight: 600;
  font-size: 24px;
  line-height: 135%;
  color: var(--h1);
}

.h5 {
  font-weight: 600;
  font-size: 16px;
  line-height: normal;
  color: var(--h1);
}

.p1 {
  font-weight: 400;
  font-size: 20px;
  line-height: 135%;
  color: var(--h1);
}

.p2 {
  font-weight: 400;
  font-size: 16px;
  line-height: 135%;
  color: var(--h1);
}

.p3 {
  font-weight: 400;
  font-size: 14px;
  line-height: normal;
  color: var(--h1);
}

.p4 {
  font-weight: 400;
  font-size: 12px;
  line-height: normal;
  color: var(--h1);
}

@media (max-width: 769px) {
  .h1 {
    font-size: 22px;
  }

  .h2 {
    font-size: 18px;
  }

  .h4 {
    font-size: 16px;
  }

  .h3,
  .h5 {
    font-size: 14px;
  }

  .p1,
  .p2 {
    font-size: 14px;
  }
}

.breadcrumbs {
  padding: 20px 0 10px;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 18px;
  color: var(--hover);
}

.breadcrumbs span {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: var(--text);
  transition: 0.4s ease-out;
}

.breadcrumbs span:hover {
  color: var(--hover);
}

.breadcrumbs span.current-item {
  color: var(--hover);
}

.container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

.container-m {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

.btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  background: var(--primary);
  border-radius: 5555px;
  border: 2px solid var(--primary);
  outline: none;
  color: var(--card);
  cursor: pointer;
  font-size: calc(0.00125 * 100vw + 13.6px);
  font-style: normal;
  font-weight: 400;
  line-height: 135%;
  padding: 18px;
  /* white-space: nowrap; */
  text-align: center;
  transition: all 0.4s ease-in;
}

.btn svg {
  transition: all 0.3s ease-in;
}

.btn svg path {
  transition: all 0.3s ease-in;
}

.btn:hover {
  background: var(--hover);
  border-color: var(--hover);
  color: var(--card);
}

.btn.invert:hover {
  border-color: #bb7010;
  background: #bb7010;
  color: var(--card);
}

#main,
#primary {
  min-height: 83vh;
}

.title {
  font-size: 50px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  color: var(--h1);
  text-align: center;
  margin-bottom: 40px;
  font-family: "Montserrat" !important;
}

input.error {
  transition: 0.4s ease-out;
  border-bottom: 1px solid red !important;
}

input.error::-moz-placeholder {
  color: red !important;
}

input.error::placeholder {
  color: red !important;
}

.swiper-navigation-btn {
  display: flex;
  gap: 10px;
  margin-top: 40px;
  justify-content: center;
}

.slide__prev,
.slide__next {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  background: var(--primary);
  flex-shrink: 0;
  transition: background 0.4s ease-out;
  cursor: pointer;
}

.slide__prev svg,
.slide__next svg {
  color: var(--card);
}

.slide__prev:hover,
.slide__next:hover {
  background: var(--hover);
}

.swiper-slide {
  box-sizing: border-box;
}

.swiper-button-disabled {
  opacity: 0.6;
  pointer-events: none;
}

.privacy__page p {
  font-size: calc(0.00125 * 100vw + 13.6px);
  font-style: normal;
  font-weight: 400;
  line-height: 135%;
  color: var(--text);
}

/*====== NAVIGATION ===========*/
.navigation.pagination {
  width: 100%;
  margin-top: 40px;
  display: flex;
  justify-content: center;
  text-align: center;
}

.navigation.pagination .nav-links {
  display: flex;
  justify-content: center;
  text-align: center;
}

.navigation.pagination .page-numbers {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: var(--h1);
  margin: 0 10px;
}

.navigation.pagination .page-numbers.current {
  font-weight: 750;
}

.navigation.pagination a.prev {
  margin-right: 100px;
  margin-left: -100px;
}

.navigation.pagination a.next {
  margin-right: -100px;
  margin-left: 100px;
}

/*============ HEADER =================*/
/* #header {
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 999;
  background: var(--card);
} */

#header .header__top {
  padding: 9px 0;
}

#header .header__top .header_top_wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

#header .header__top .header_top_wrapper .logo__holder {
  width: 256px;
  height: 50px;
}

#header .header__top .header_top_wrapper .logo__holder.logo__image img {
  width: 100%;
  height: 100%;
  padding-left: 10px;
  -o-object-fit: contain;
  object-fit: contain;
  object-position: left;
  display: block;
  align-self: center;
}
#header .header__top .header_top_wrapper .logo__holder.logo__image {
  display: flex;
  align-items: center;
}
#header .header__top .header_top_wrapper .logo__holder.logo__text {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: var(--h1);
}

#header .header__top .header_top_wrapper .contacts__holder {
  display: flex;
  align-items: center;
  gap: 30px;
}

#header .header__top .header_top_wrapper .contacts__holder .phones__holder {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

#header
  .header__top
  .header_top_wrapper
  .contacts__holder
  .phones__holder
  .phone__item {
  display: flex;
  align-items: center;
  gap: 10px;
}

#header
  .header__top
  .header_top_wrapper
  .contacts__holder
  .phones__holder
  .phone__item
  .text {
  font-size: calc(0.0025 * 100vw + 15.2px);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: var(--h1);
  transition: color 0.4s ease-out;
}

#header
  .header__top
  .header_top_wrapper
  .contacts__holder
  .phones__holder
  .phone__item
  img {
  max-width: 24px;
  max-height: 24px;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  display: block;
}

#header
  .header__top
  .header_top_wrapper
  .contacts__holder
  .phones__holder
  .phone__item:hover
  .text {
  color: var(--primary);
}

#header .header__top .header_top_wrapper .soc__holder {
  display: flex;
  gap: 10px;
}

#header .header__top .header_top_wrapper .soc__holder .soc__item {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  transition: all 0.3s ease-in;
}

#header .header__top .header_top_wrapper .soc__holder .soc__item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

#header .header__top .header_top_wrapper .soc__holder .soc__item:hover {
  transform: scale(1.15);
}

#header .header__top .header_top_wrapper .header__btn {
  padding-right: 65px;
  padding-left: 65px;
}

#header .header__bottom {
  background: black;
  padding: 8px 0;
}

#header .header__bottom .header_bottom_wrapper .menuTop {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  list-style: none;
}

#header .header__bottom .header_bottom_wrapper .menuTop .nav-menu-element {
  margin: 0;
}

#header .header__bottom .header_bottom_wrapper .menuTop .nav-menu-element a {
  font-size: calc(0.00125 * 100vw + 13.6px);
  font-style: normal;
  font-weight: 400;
  line-height: 135%;
  color: var(--card);
  transition: color 0.4s ease-out;
}

#header
  .header__bottom
  .header_bottom_wrapper
  .menuTop
  .nav-menu-element:hover
  a {
  color: var(--primary);
}

#header
  .header__bottom
  .header_bottom_wrapper
  .menuTop
  .nav-menu-element.active
  a {
  color: var(--primary);
}

/*================ MOBILE MNU =============*/
#header .burger.open_menu {
  display: none;
  flex-direction: column;
  background-color: transparent;
  height: 40px;
  width: 40px;
  justify-content: space-evenly;
  align-items: center;
  border-radius: 2px;
  flex-shrink: 0;
}

#header .burger.open_menu span {
  background-color: var(--primary);
  width: 30px;
  height: 4px;
  transition: all 0.3s ease-in;
  pointer-events: none;
}

#header .burger.open_menu.clicked {
  background-color: var(--primary);
}

#header .burger.open_menu.clicked span {
  background-color: var(--card);
}

#header #mobile-mnu {
  display: flex;
  flex-direction: column;
  position: fixed;
  gap: 30px;
  top: 0;
  left: 0;
  height: 100%;
  width: 320px;
  background-color: var(--card);
  padding: 30px;
  transition: all 0.3s ease-in;
  transform: translateX(-350px);
  z-index: 9999;
  overflow: auto;
}

#header #mobile-mnu .btn {
  width: 100%;
}

#header #mobile-mnu #close-mnu {
  font-size: 45px;
  position: absolute;
  right: 15px;
  top: -10px;
  cursor: pointer;
  display: block;
  color: var(--hover);
}

#header #mobile-mnu a {
  font-size: 16px;
  line-height: 1;
  color: var(--text);
  font-weight: 450;
}

#header #mobile-mnu a:hover {
  color: var(--hover);
}

#header #mobile-mnu .logo__holder {
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

#header #mobile-mnu .logo__holder img {
  max-width: 100%;
  max-height: 60px;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: left;
  padding-left: 10px;
}

#header #mobile-mnu .menuTop {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

#header #mobile-mnu .menuTop li {
  margin-bottom: 0px;
}

#header #mobile-mnu .menuTop li a {
  font-size: 16px;
  line-height: 1;
  color: var(--text);
  font-weight: 450;
}

#header #mobile-mnu .menuTop li a:hover {
  color: var(--hover);
}

#header #mobile-mnu .menuTop li.active a {
  color: var(--hover);
}

#header #mobile-mnu .adresses__holder {
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: relative;
  width: 100%;
}

#header #mobile-mnu .adresses__holder p {
  font-size: 16px;
  line-height: 1;
  color: var(--h1);
  font-weight: 450;
}

#header #mobile-mnu .email__holder {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
}

#header #mobile-mnu .email__holder .email__item {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  font-size: 16px;
  line-height: 1;
  color: var(--text);
  font-weight: 450;
}

#header #mobile-mnu .email__holder .email__item:hover {
  color: var(--hover);
}

#header #mobile-mnu .email__holder .email__item svg {
  margin-right: 10px;
}

#header #mobile-mnu .phones__holder {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
}

#header #mobile-mnu .phones__holder .phone__item {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  font-size: 16px;
  line-height: 1;
  color: var(--text);
  font-weight: 450;
}

#header #mobile-mnu .phones__holder .phone__item:hover {
  color: var(--hover);
}

#header #mobile-mnu .phones__holder .phone__item svg {
  margin-right: 10px;
}

#header #mobile-mnu .soc__holder {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-wrap: wrap;
}

#header #mobile-mnu .soc__holder .soc__item {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  transition: background-color 0.3s ease-in;
}

#header #mobile-mnu .soc__holder .soc__item:hover {
  transform: scale(1.15);
}

#header #mobile-mnu .soc__item img {
  width: 100%;
  height: 100%;
}

#header #mobile-mnu.opened {
  transform: translateX(0);
  background: #212730;
}

/*============ FOOTER ===============*/
#footer {
  padding: 43px 0;
  background: black;
}

#footer .footer__holder {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

#footer .footer__holder .privacy_link {
  font-size: calc(0.00125 * 100vw + 13.6px);
  font-style: normal;
  font-weight: 400;
  line-height: 135%;
  color: var(--text);
  cursor: pointer;
  transition: color 0.4s ease-out;
}

#footer .footer__holder .privacy_link:hover {
  color: var(--primary);
}

#footer .footer__holder .dev {
  display: flex;
  gap: 10px;
  font-size: calc(0.00125 * 100vw + 13.6px);
  font-style: normal;
  font-weight: 400;
  line-height: 135%;
  color: var(--text);
  transition: color 0.4s ease-out;
}

#footer .footer__holder .dev svg path {
  fill: var(--text);
  transition: fill 0.4s ease-out;
}

#footer .footer__holder .dev:hover {
  color: var(--primary);
}

#footer .footer__holder .dev:hover svg path {
  fill: var(--primary);
}

/* ============== ERROR PAGE ============= */
.error-404 .page__content {
  display: flex;
  flex-direction: column;
  padding-top: 80px;
  padding-bottom: 80px;
}

.error-404 .page__content .number__page {
  font-size: calc(0.0625 * 100vw + 100px);
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  color: var(--h1);
  text-align: center;
}

.error-404 .page__content .name__page {
  color: var(--card);
  font-size: calc(0.0125 * 100vw + 16px);
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-align: center;
}

.error-404 .page__content .desc__page {
  font-size: calc(0.0125 * 100vw + 16px);
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  color: var(--text);
  text-align: center;
  margin: 10px 0 30px;
}

.error-404 .page__content .btn {
  margin: 0 auto;
}

.error-404 .page__content .btn:hover {
  color: var(--card);
}

/* ============== MODAL ============= */
.wpcf7 .wpcf7-response-output,
.wpcf7 .wpcf7-not-valid-tip {
  display: none;
}

.wpcf7 .ajax-loader {
  display: none;
}

.wpcf7 .wpcf7-spinner {
  display: none;
}

.theme-modal {
  min-width: 400px;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  max-height: 90vh;
  max-width: 90vw;
  background-color: var(--card);
  position: fixed;
  left: 50%;
  top: 50%;
  padding: 60px 40px;
  transform: translate(-50%, -50%) scale(0);
  pointer-events: none;
  transition: transform 0.3s ease-in;
  z-index: 99999;
}

.theme-modal.modal-open {
  pointer-events: all;
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}

.theme-modal .close-modal {
  position: absolute;
  right: 15px;
  top: 0px;
  font-size: 30px;
  font-weight: 500;
  color: var(--h1);
  cursor: pointer;
}

.theme-modal.privacy {
  width: 70%;
  overflow-y: auto;
}

.theme-modal.privacy p {
  font-size: calc(0.00125 * 100vw + 13.6px);
  font-style: normal;
  font-weight: 400;
  line-height: 135%;
  color: var(--text);
}

.theme-modal.privacy .modal-name {
  font-size: calc(0.0025 * 100vw + 15.2px);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: var(--h1);
  margin-bottom: 5px;
}

.theme-modal .close-modal:hover {
  color: var(--hover);
}

.theme-modal .name__form {
  font-size: calc(0.0025 * 100vw + 15.2px);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: black;
  margin-bottom: 5px;
}

.theme-modal .desc__form {
  font-size: calc(0.00125 * 100vw + 11.6px);
  font-style: normal;
  font-weight: 400;
  line-height: 135%;
  color: black;
  margin-bottom: 20px;
}

.theme-modal .form__privacy {
  font-size: calc(0.00125 * 100vw + 11.6px);
  font-style: normal;
  font-weight: 400;
  line-height: 135%;
  color: var(--h1);
  margin-top: 20px;
  margin-bottom: 0;
  text-align: center;
}

.theme-modal .form {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.theme-modal .subtitle {
  text-align: center;
}

.theme-modal .form input {
  width: 100%;
  margin: 0 auto;
  padding: 20px;
  border: none;
  border-bottom: 2px solid var(--h1);
  background: var(--bgDark);
  transition: border 0.4s ease-out;
}

.theme-modal .form input:focus {
  outline: none;
}

.theme-modal .form input::-moz-placeholder {
  font-size: calc(0.00125 * 100vw + 13.6px);
  font-style: normal;
  font-weight: 400;
  line-height: 135%;
  color: var(--text);
  -moz-transition: color 0.4s ease-out;
  transition: color 0.4s ease-out;
}

.theme-modal .form input::placeholder {
  font-size: calc(0.00125 * 100vw + 13.6px);
  font-style: normal;
  font-weight: 400;
  line-height: 135%;
  transition: color 0.4s ease-out;
}

.theme-modal .form input {
  margin-bottom: 10px;
}

.theme-modal .form textarea {
  width: 100%;
  height: 120px;
  margin: 0 auto;
  padding: 13px 10px;
  border: 1px solid var(--hover);
  background: transparent;
  border-radius: 5px;
  color: var(--text);
  resize: none;
}

.theme-modal .form textarea:focus {
  outline: none;
}

.theme-modal .form .btn {
  margin-top: 10px;
  width: 100%;
}

.theme-modal .form .btn svg {
  color: var(--card);
  display: none;
}

.theme-modal .form .input-file {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
  transition: 0.6s;
  cursor: pointer;
}

.theme-modal .form .input-file input[type="file"] {
  position: absolute;
  z-index: -1;
  opacity: 0;
  display: block;
  width: 0;
  height: 0;
}

.theme-modal .form .input-file .input-file-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  cursor: pointer;
  outline: none;
  text-decoration: none;
  vertical-align: middle;
  color: var(--text);
  text-align: center;
  padding: 13px 20px;
  box-sizing: border-box;
  margin: 0;
  transition: background-color 0.2s;
  transition: 0.6s;
  width: 100%;
  background: transparent;
  border: 1px solid var(--hover);
}

.theme-modal .form .input-file .input-file-btn svg path {
  transition: 0.6s;
}

.theme-modal .form .input-file .input-file-btn:hover {
  color: var(--hover);
}

.theme-modal .form .input-file .input-file-btn:hover svg path {
  stroke: var(--hover);
}

.theme-modal .form .input-file .input-file-text {
  display: none;
  color: var(--text);
  line-height: 150%;
}

.theme-modal .form .input-file .input-file-text.visible {
  display: flex;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* ============= MEDIA QUERIES =========== */
@media (max-width: 992px) {
  .title {
    font-size: 30px;
  }

  .title,
  h1.page-title,
  h1.product_title {
    margin-bottom: 20px;
  }

  #header .header__top .header_top_wrapper .burger.open_menu {
    display: flex;
  }

  #header .header__bottom {
    display: none;
  }

  #header .header__top .header_top_wrapper .header__btn {
    padding-right: 18px;
    padding-left: 18px;
  }

  #header .header__top .header_top_wrapper .soc__holder {
    display: none;
  }
}

@media (max-width: 769px) {
  .title {
    font-size: 24px;
  }

  .swiper-navigation-btn {
    margin-top: 20px;
  }

  #header .header__top .header_top_wrapper .logo__holder {
    width: 160px;
  }

  #header
    .header__top
    .header_top_wrapper
    .contacts__holder
    .phones__holder
    .phone__item
    img {
    display: none;
  }

  /* #header .header__top .header_top_wrapper .contacts__holder .phones__holder .phone__item .text {
    display: none;
  } */

  #header .header__top .header_top_wrapper .logo__holder.logo__text {
    font-size: 14px;
  }

  #header .header__top .header_top_wrapper .contacts__holder .btn {
    display: none;
  }

  .theme-modal {
    padding: 40px 20px;
  }
}

@media (max-width: 670px) {
  #footer .footer__holder {
    flex-direction: column;
  }
}

@media (max-width: 498px) {
  #header
    .header__top
    .header_top_wrapper
    .contacts__holder
    .phones__holder
    .phone__item
    .text {
    font-size: 12px;
  }

  #header .header__top .header_top_wrapper .logo__holder.logo__text {
    font-size: 12px;
  }

  .theme-modal {
    min-width: 90%;
    width: 100%;
  }

  #header .header__top .header_top_wrapper .logo__holder {
    width: 100px;
  }

  .error-404 .page__content {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  #footer {
    padding: 20px 0;
  }
}

@media (max-width: 375px) {
  .title {
    font-size: 20px;
  }
}

/*====== CONTENT ===========*/
.content > p {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: var(--text);
  margin-bottom: 15px;
}

.content > p:not(:last-child) {
  margin-bottom: 15px;
}

.content th {
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  color: var(--text);
}

.content td {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: var(--text);
}

.content table {
  margin-bottom: 10px;
}

.content > h1,
.content > h1 * {
  font-weight: 800;
  font-size: 42px;
  line-height: 120%;
  color: var(--text);
}

.content > h1:not(:last-child) {
  margin-bottom: 25px;
}

.content > h2,
.content > h2 * {
  font-weight: 800;
  font-size: 40px;
  line-height: 130%;
  color: var(--text);
}

.content > h2:not(:last-child) {
  margin-bottom: 25px;
}

.content > h2:not(:first-child) {
  padding-top: 10px;
}

.content > h3,
.content > h3 * {
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
  color: var(--text);
}

.content > h3:not(:last-child) {
  margin-bottom: 20px;
}

.content > h4,
.content > h4 * {
  font-weight: 600;
  font-size: 20px;
  line-height: 130%;
  color: var(--text);
}

.content > h3:not(:first-child) {
  padding-top: 20px;
}

.content > h4:not(:last-child) {
  margin-bottom: 15px;
}

.content > h4:not(:first-child) {
  padding-top: 15px;
}

.content > h5,
.content > h5 * {
  font-weight: 700;
  font-size: 18px;
  line-height: 130%;
  color: var(--text);
}

.content > h5 {
  margin-bottom: 10px;
}

.content > h5:not(:first-child) {
  padding-top: 10px;
}

.content > h6,
.content > h6 * {
  font-weight: 700;
  font-size: 16px;
  line-height: 130%;
  color: var(--text);
}

.content > h6:not(:last-child) {
  margin-bottom: 10px;
}

.content > h6:not(:first-child) {
  padding-top: 10px;
}

.privacy__page .content {
  padding-bottom: 80px;
}

@media (max-width: 498px) {
  .privacy__page .content {
    padding-bottom: 40px;
  }
}

.advantages-block {
  background: #080f18 !important;
}
.rates-block {
  background: #080f18 !important;
}
.portfolio-block {
  background: #080f18 !important;
}
.services-block {
  background: #080f18 !important;
}
.reviews-block {
  background: #080f18 !important;
}
.gallery-block {
  background: #080f18 !important;
}
.question-block {
  background: #080f18 !important;
}
.form-block {
  background: #080f18 !important;
}
.contacts-block .contacts__holder {
  background: #080f18 !important;
}

.title {
  color: #ff7e24 !important;
}
.stages-block {
  background: #080f18 !important;
}
.stages-block .stage-item__title:not(:last-child) {
  color: #080f18 !important;
}
.services-block .service-item .service-item__title:not(:last-child) {
  color: #080f18 !important;
}
.rates-block .rates__holder .rate__item .info__rate .name:not(:last-child) {
  color: #080f18 !important;
}
.rates-block .rates__holder .rate__item .info__rate .price:not(:last-child) {
  color: #080f18 !important;
}
.advantages-block .advantages__holder .advantages__item .name:not(:last-child) {
  color: #080f18 !important;
}
#header .header__top {
  background: #080f18 !important;
}

/* Изолируем чекбокс от глобальных стилей темы */
.policy-checkbox input[type="checkbox"] {
  /* Сбрасываем всё, что может мешать */
  all: unset;

  /* Восстанавливаем базовое поведение */
  display: inline-block;
  box-sizing: border-box;

  /* Жёсткий размер */
  width: 20px !important;
  height: 20px !important;
  min-width: 20px !important;
  min-height: 20px !important;
  max-width: 20px !important;
  max-height: 20px !important;

  /* Визуальные стили */
  border: 1px solid #000 !important;
  border-radius: 3px !important;
  background-color: #fff !important;
  cursor: pointer !important;
  position: relative !important;
  margin: 0 !important;
  padding: 0 !important;
  flex-shrink: 0 !important;
  z-index: 100 !important;
}

.policy-checkbox input[type="checkbox"]:checked {
  background-color: var(--primary, #007bff) !important;
  border-color: var(--primary, #007bff) !important;
}

.policy-checkbox input[type="checkbox"]:checked::after {
  content: "✓" !important;
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  color: white !important;
  font-size: 14px !important;
  line-height: 1 !important;
  pointer-events: none !important;
  user-select: none !important;
}

.policy-checkbox label {
  font-size: 14px;
  line-height: 1.4;
  cursor: pointer;
  user-select: none;
  margin-left: 8px;
  width: auto !important;
  max-width: calc(100% - 30px);
}

.form-block .policy-checkbox label {
  color: var(--h1);
}

.policy-checkbox {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding-top: 15px;
  position: relative;
}

@media (max-width: 768px) {
  .mainbanner-block,
  #main-block,
  .hero-section {
    padding-top: 100px !important;
  }
}
#header {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  z-index: 9999 !important;

  background: #212730 !important;
  backdrop-filter: blur(16px) !important;
  -webkit-backdrop-filter: blur(16px) !important;

  border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25) !important;
}

#header .header__top,
#header .header__bottom,
.header-main__top,
.header-main__bot {
  background: transparent !important;
  box-shadow: none !important;
  border: none !important;
}

.header_top_wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}

.logo__holder {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-decoration: none;
  flex-shrink: 0;
}

.logo__holder p {
  margin: 0 0 5px 0;
  font-size: 12px;
  font-weight: 500;
  color: var(--text);
  white-space: nowrap;
  line-height: 1.2;
}

.logo__image {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.logo__image img {
  max-width: 100%;
  height: auto;
  display: block;
  margin-left: -30px;
}

.contacts__holder {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-left: auto;
  flex-shrink: 0;
}

.burger {
  flex-shrink: 0;
}

@media (max-width: 768px) {
  .header_top_wrapper {
    gap: 10px;
  }

  .logo__holder p {
    font-size: 10px;
    white-space: normal;
    max-width: 180px;
    line-height: 1.3;
  }

  .logo__image img {
    max-width: 120px;
  }

  .contacts__holder {
    gap: 10px;
  }
}

@media (max-width: 480px) {
  .logo__holder p {
    font-size: 8px;
    max-width: 140px;
  }

  .logo__image img {
    max-width: 100px;
  }
}

#header
  .header__top
  .header_top_wrapper
  .contacts__holder
  .phones__holder
  .phone__item
  img,
.contacts-block
  .contacts__holder
  .left__side
  .adresses__holder
  .adress__item
  img,
.contacts-block .contacts__holder .left__side .email__holder .email__item img {
  filter: brightness(0) saturate(100%) invert(55%) sepia(87%) saturate(1574%)
    hue-rotate(350deg) brightness(99%) contrast(101%);
}

#mobile-mnu {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  height: 100vh !important;
  z-index: 99999 !important;
  overflow-y: auto !important;
}

.grampus-cookie-notice {
  display: none;
  position: sticky;
  bottom: 0;
  margin: 0 auto;
  width: 80%;
  height: fit-content;
  padding: 10px 0;
  z-index: 2000;
  background-color: var(--cookie-bg, #fff);
  padding: 30px;
  border-radius: 20px;
}

.cookie-notice-container {
  flex-direction: row;
}

/*# sourceMappingURL=main.css.map */

.privacy-policy #main,
.privacy-policy #primary {
  background: #080f18 !important;
}

.privacy-policy h1.page-title {
  padding-top: 150px;
}

@media (max-width: 995px) {
  .privacy-policy h1.page-title {
    padding-top: 100px;
  }
}
