/*============= 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: 5px;
  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 {
  background: transparent;
  color: var(--primary);
}

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

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

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

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;
}

.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;
  background: linear-gradient(to right, black, #1c3b7c);
}

#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: 100px;
}

#header .header__top .header_top_wrapper .logo__holder.logo__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  object-position: left;
  display: block;
}

#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(--card);
  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;
  border-color: var(--card);
  color: var(--card);
}

#header .header__top .header_top_wrapper .header__btn:hover{
  border-color: var(--primary);
}

#header .header__bottom {
  background: var(--h1);
  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;
}

#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(--h1);
  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(--h1);
  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(--h1);
  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.opened {
  transform: translateX(0);
}

/*============ FOOTER ===============*/
#footer {
  padding: 43px 0;
  background: var(--h1);
}

#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: var(--h1);
  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: var(--h1);
  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%;
  color: var(--text);
  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);
}

.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;
  }
}

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

/* Находим инпут внутри блока с файлом */
.form-input.file input[type="file"] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    /* Или просто display: none;, если не важна доступность с клавиатуры */
}

/* Стилизуем обертку-лейбл, чтобы она выглядела как интерактивный элемент */
.form-input.file {
    display: flex;
    align-items: center;
    cursor: pointer;
    gap: 8px;
	border: 1px solid var(--primary);
    border-radius: 50px;
    width: fit-content;
    padding: 10px;
    margin: 10px auto;
    /* margin-bottom: 10px; */
	transition: color 0.3s ease, opacity 0.3s ease;
	transition: all 0.3s ease, opacity 0.3s ease;
}

.form-input.file:hover{
	background: var(--primary);
	color: white;
	
	svg path{
		fill: white;
	}
}

.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;
}
.grampus-cookie-notice p{
    text-align: center;
}
.grampus-cookie-accept-button{
    background-color: var(--primary);
    border: 1px solid var(--primary);
    border-radius: 10px;
}
@media (max-width: 600px){
    .grampus-cookie-accept-button{
        width: 100%;
    }
    .cookie-notice-container{
    flex-direction: column;
    }
}
.policy-checkbox input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    border: 1px solid #ccc;
    border-radius: 2px;
    outline: none;
    cursor: pointer;
    position: relative;
    vertical-align: middle;
    border: 1px solid #000000;
    padding: 0;
}
    /* Стиль для отмеченного чекбокса */
    .policy-checkbox input[type="checkbox"]:checked {
    background-color: #007bff !important;
    border-color: #007bff !important;
}
    /* Галочка внутри чекбокса */
.policy-checkbox input[type="checkbox"]:checked::after {
    content: "✓";
    position: absolute;
    color: white;
    font-size: 12px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}  
    /* Стиль для ошибки (только чекбокс) */
.policy-checkbox input[type="checkbox"].error {
    border-color: red;
    box-shadow: 0 0 0 2px rgba(255, 0, 0, 0.2);
} 
.policy-checkbox{
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 15px;
    padding-top: 20px;
    align-items: center;
}
#consent-checkbox{
    width: 20px !important;
    height: 20px !important;
    border: 1px solid #000000 !important;
	padding: 10px;
}
.policy-checkbox label{
    width: 80% !important;
	font-size: 12px;
}
.policy-checkbox label a{
    color: var(--colors-main);
}
.policy-checkbox label a:hover{
    color: var(--hover-main);
}

label.form_block_text {
    color: white;
    font-size: 14px;
}
span.file-label2 {
    color: white;
}