@import url("https://fonts.googleapis.com/css2?family=Arsenal:wght@700&display=swap");
/*============= ALIGNES ===============*/
:root {
  --Card: #FFF;
  --Background-light: #F7F2EF;
  --Background-dark: #EFE2D9;
  --Stroke: #C0B2A7;
  --Accent: #A89392;
  --Primary: #543680;
  --Hover: #6A44A0;
  --Head: #16111F;
  --Main-text: #514C57;
  --Accent-1: #F1E6DF;
  --swiper-pagination-color: var(--Primary);
}

.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;
  }
}
/* =========== BASE CONFIG =========== */
.simplebar-content-wrapper {
  scrollbar-width: auto;
  -ms-overflow-style: auto;
  margin-right: 60px;
}

.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
  display: initial;
  width: initial;
  height: initial;
  background: var(--Background-dark, #EFE2D9);
}

.simplebar-vertical {
  overflow: visible !important;
  width: 1px !important;
  background: var(--Background-dark, #EFE2D9);
}
.simplebar-vertical .simplebar-scrollbar {
  width: 5px !important;
  background: var(--Background-dark, #EFE2D9);
}
.simplebar-vertical .simplebar-scrollbar::before {
  width: 5px !important;
  left: 2.5px !important;
  right: unset;
  background-color: var(--Background-dark);
}

html {
  box-sizing: border-box;
}

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

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

.swiper-slide{
    box-sizing: border-box;
    height: auto !important;
}

.phone, .email {
  white-space: nowrap;
}

a {
  text-decoration: none;
  color: inherit;
}

ul {
  font-family: inherit;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
}
ul li {
  list-style-position: inside;
  font-family: inherit;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
}
ul li::marker {
  color: var(--Main-text);
}

ol {
  font-family: inherit;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
}
ol li {
  list-style-position: inside;
  font-family: inherit;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
}
ol li::marker {
  color: var(--Main-text);
}

p {
  font-family: inherit;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
}

.breadcrumbs {
  padding: 20px 0;
  color: var(--Main-text, #514C57);
  font-family: "Wix Madefor Text", sans-serif;
  font-size: calc(0.00125 * 100vw + 11.6px);
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 18.2px */
}
.breadcrumbs a {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
}
.breadcrumbs span {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
}
.breadcrumbs span.current-item {
  color: var(--Primary);
}

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

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

h1, h2.big {
  color: var(--Head, #020202);
  font-size: calc(0.00875 * 100vw + 29.2px);
  font-style: normal;
  font-weight: 700;
  line-height: 110%; /* 50.6px */
  transition: color 0.15s ease-in;
}
h1.page-title, h2.big.page-title {
  margin-bottom: 40px;
}

h2 {
  color: var(--Head, #020202);
  font-size: calc(0.0025 * 100vw + 31.2px);
  font-style: normal;
  font-weight: 700;
  line-height: 110%; /* 39.6px */
  transition: color 0.15s ease-in;
}
h2.block-title {
  margin-bottom: 40px;
}

h3 {
  color: var(--Head, #020202);
  font-size: calc(0.005 * 100vw + 22.4px);
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 41.6px */
  transition: color 0.15s ease-in;
}

h4 {
  color: var(--Head, #020202);
  font-size: calc(0.0025 * 100vw + 19.2px);
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 31.2px */
  transition: color 0.15s ease-in;
}

h5 {
  color: var(--Head, #020202);
  font-size: calc(0.0025 * 100vw + 15.2px);
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 26px */
  transition: color 0.15s ease-in;
}

h6 {
  color: var(--Head, #020202);
  font-size: calc(0.00125 * 100vw + 13.6px);
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 20.8px */
  transition: color 0.15s ease-in;
}

.p1 {
  color: var(--Main-text, #414141);
  font-size: calc(0.0025 * 100vw + 15.2px);
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 26px */
  transition: color 0.15s ease-in;
}

.p2 {
  color: var(--Main-text, #414141);
  font-size: calc(0.00125 * 100vw + 13.6px);
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 22.4px */
  transition: color 0.15s ease-in;
}

.p3 {
  color: var(--Main-text, #414141);
  font-size: calc(0.00125 * 100vw + 11.6px);
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 18.2px */
  transition: color 0.15s ease-in;
}

.input {
  outline: none;
  padding: 16px 30px;
  border-radius: 30px;
  border: 1px solid var(--Stroke, #C0B2A7);
  background: var(--Card, #FFF);
  color: var(--Main-text, #514C57);
  font-family: "Wix Madefor Text", sans-serif;
  font-size: calc(0.00125 * 100vw + 11.6px);
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 18.2px */
  transition: border-color 0.15s ease-in, color 0.15s ease-in;
}
.input:hover {
  border-color: var(--Head);
  color: var(--Head);
}
.input.error {
  border-color: red;
}

.text-block {
  color: var(--Main-text, #514C57);
  font-family: "Wix Madefor Text", sans-serif;
  font-size: calc(0.00125 * 100vw + 13.6px);
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 22.4px */
}
.text-block.accent ol {
  counter-reset: num;
}
.text-block.accent ol li {
  position: relative;
  list-style: none;
  padding-left: 47px;
}
.text-block.accent ol li::before {
  content: counter(num);
  counter-increment: num;
  position: absolute;
  left: 0;
  z-index: -1;
  display: flex;
  width: 30px;
  height: 30px;
  flex-direction: column;
  justify-content: center;
  flex-shrink: 0;
  background-color: var(--Accent);
  border-radius: 50%;
  color: var(--Card);
  text-align: center;
  font-family: "Wix Madefor Text", sans-serif;
  font-size: calc(0.00125 * 100vw + 11.6px);
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 18.2px */
}
.text-block p {
  margin-bottom: 15px;
}
.text-block p:last-child {
  margin-bottom: 0;
}
.text-block ul {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-bottom: 15px;
}
.text-block ul li {
  list-style: none;
  position: relative;
  padding-left: 18px;
  margin: 0;
}
.text-block ul li::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--Accent);
}
.text-block ol {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-bottom: 15px;
}
.text-block h2 {
  margin-top: 40px;
  margin-bottom: 35px;
}
.text-block h3 {
  margin-top: 35px;
  margin-bottom: 30px;
}
.text-block h4 {
  margin-top: 30px;
  margin-bottom: 25px;
}
.text-block h5 {
  margin-top: 25px;
  margin-bottom: 20px;
}
.text-block h6 {
  margin-top: 20px;
  margin-bottom: 15px;
}

.btn {
  cursor: pointer;
  display: block;
  width: fit-content;
  height: fit-content;
  padding: 14px 35px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 30px;
  background: var(--Primary, #543680);
  border: none;
  text-align: center;
  font-family: "Wix Madefor Text", sans-serif;
  color: var(--Card, #FFF);
  font-size: calc(0.00125 * 100vw + 13.6px);
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 22.4px */
  transition: background-color 0.15s ease-in, color 0.15s ease-in, border-color 0.15s ease-in;
}
.btn:hover {
  background-color: var(--Hover);
}
.btn.transparent {
  border: 1px solid var(--Primary, #543680);
  background-color: transparent;
  color: var(--Primary);
}
.btn.transparent:hover {
  background-color: var(--Hover);
  border-color: var(--Hover);
  color: var(--Card);
}
.btn.accent {
  border: 1px solid var(--Primary, #543680);
  background-color: var(--Card);
  color: var(--Primary);
}
.btn.accent:hover, .btn.accent.active {
  background-color: var(--Accent);
  border-color: var(--Accent);
  color: var(--Card);
}
.btn-circle {
  cursor: pointer;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--Background-dark);
  flex-shrink: 0;
  border-radius: 50%;
  transition: background-color 0.15s ease-in, rotate 0.15s ease-in;
}
.btn-circle svg path {
  stroke: var(--Accent);
  transition: stroke 0.15s ease-in;
}
.btn-circle.card {
  background-color: var(--Card);
}
.btn-circle.card svg path {
  stroke: var(--Primary);
}
.btn-circle:hover, .btn-circle.active {
  background-color: var(--Hover);
}
.btn-circle:hover svg path, .btn-circle.active svg path {
  stroke: var(--Card);
}

.link-btn {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  flex-shrink: 0;
  color: var(--Head, #0B0B0B);
  font-size: calc(0.00125 * 100vw + 13.6px);
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 22.4px */
  transition: color 0.15s ease-in;
}
.link-btn svg circle {
  fill: var(--Primary);
  transition: fill 0.15s ease-in;
}
.link-btn:hover {
  color: var(--Hover);
}
.link-btn:hover svg circle {
  fill: var(--Hover);
}

.mini-link-btn {
  display: flex;
  align-items: center;
  gap: 5px;
  color: var(--Hover, #6A44A0);
  font-family: "Arsenal", sans-serif;
  font-size: calc(0.00125 * 100vw + 13.6px);
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 20.8px */
}

.swiper-additionals {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 30px;
}
.swiper-btns {
  display: flex;
  align-items: center;
  gap: 10px;
}
.swiper-pagination {
  position: relative !important;
  top: 0 !important;
  left: 0 !important;
  bottom: 0 !important;
  right: 0 !important;
  width: fit-content !important;
}
.swiper-pagination-bullet {
  width: 8px !important;
  height: 8px !important;
  margin: 0 10px !important;
  opacity: 1 !important;
  background-color: var(--Background-dark) !important;
  border-radius: 50% !important;
  transition: background-color 0.15s ease-in;
}
.swiper-pagination-bullet-active, .swiper-pagination-bullet:hover {
  background-color: var(--Accent) !important;
}
.swiper-pagination-wide {
  position: relative !important;
  top: 0 !important;
  left: 0 !important;
  bottom: 0 !important;
  right: 0 !important;
  width: fit-content !important;
}
.swiper-pagination-wide .swiper-pagination-bullet {
  width: 15px !important;
  height: 3px !important;
  margin: 0 5px !important;
  opacity: 1 !important;
  background-color: var(--Card) !important;
  border-radius: 3px !important;
  transition: background-color 0.15s ease-in;
}
.swiper-pagination-wide .swiper-pagination-bullet-active,  .swiper-pagination-wide .swiper-pagination-bullet:hover{
  background-color: var(--Primary) !important;
}
.swiper-btn-prev {
  scale: -1;
}
.swiper-btn-prev, .swiper-btn-next {
  cursor: pointer;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border-radius: 50%;
  background-color: var(--Background-dark);
  transition: background-color 0.15s ease-in;
}
.swiper-btn-prev:hover, .swiper-btn-next:hover {
  background-color: var(--Hover);
}
.swiper-btn-prev:hover svg path, .swiper-btn-next:hover svg path {
  stroke: var(--Card);
}
.swiper-btn-prev svg path, .swiper-btn-next svg path {
  stroke: var(--Accent);
  transition: stroke 0.15s ease-in;
}

.block-margin {
  margin-bottom: 80px;
}

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

.scroll-top-btn {
  width: 56px;
  height: 56px;
  flex-shrink: 0;
  background: var(--Accent);
  position: fixed;
  bottom: 130px;
  right: 20px;
  cursor: pointer;
  border-radius: 100px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s linear;
  z-index: 99;
  border: 2px solid #fff;
}
@media (max-width: 1200px) {
  .scroll-top-btn {
    width: 56px;
    height: 56px;
  }
}
.scroll-top-btn svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  max-width: 56px;
  max-height: 56px;
  flex-shrink: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 1200px) {
  .scroll-top-btn svg {
    width: 32px;
    height: 32px;
  }
}

.scroll-top-btn.is-show {
  opacity: 1;
  visibility: visible;
}
.scroll-top-btn.is-show:hover {
  background: var(--Hover);
  transition: all 0.3s ease-in;
}

/*====== NAVIGATION ===========*/
.nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 40px;
}
.nav-links .page-numbers {
  color: var(--Accent, #A89392);
  font-family: "Arsenal", sans-serif;
  font-size: calc(0.00125 * 100vw + 13.6px);
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 20.8px */
  transition: color 0.15s ease-in;
}
.nav-links .page-numbers.current, .nav-links .page-numbers:hover {
  color: var(--Primary);
}
.nav-links .page-numbers.prev, .nav-links .page-numbers.next {
  cursor: pointer;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--Background-dark);
  border-radius: 50%;
  flex-shrink: 0;
  transition: background-color 0.15s ease-in;
}
.nav-links .page-numbers.prev:hover, .nav-links .page-numbers.next:hover {
  background-color: var(--Primary);
}
.nav-links .page-numbers.prev:hover svg path, .nav-links .page-numbers.next:hover svg path {
  stroke: var(--Card);
  transition: stroke 0.15s ease-in;
}
.nav-links .page-numbers.prev {
  margin-right: 200px;
}
.nav-links .page-numbers.next {
  margin-left: 200px;
}

.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: #1C0130;
  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{
  z-index: 100;
  position: sticky;
  top: 0;
}
#header .logo {
  display: flex;
  align-items: center;
  gap: 20px;
}
#header .logo__image {
  width: 60px;
  height: 69px;
  flex-shrink: 0;
  object-fit: contain;
}
#header .logo__text {
  max-width: 115px;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
#header .logo__text-title {
  color: var(--Head, #16111F);
  font-family: "Arsenal", sans-serif;
  font-size: calc(0.0025 * 100vw + 19.2px);
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 31.2px */
}
#header .logo__text-subtitle {
  color: var(--Main-text, #514C57);
  font-family: "Wix Madefor Text", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 14.4px */
}
#header #mini-menu {
  position: fixed;
  right: 20px;
  bottom: 200px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  z-index: 9;
}
#header #mini-menu .mini-menu__item {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background-color: var(--Accent);
  border-radius: 50%;
  transition: background-color 0.15s ease-in;
  border: 2px solid #fff;
}
#header #mini-menu .mini-menu__item:hover {
  background-color: var(--Hover);
}
#header #mini-menu .mini-menu__item img, #header #mini-menu .mini-menu__item svg {
  width: 20px;
  height: 20px;
}
#header #mini-menu .mini-menu__item svg path {
  fill: var(--Card);
}
#header .header {
  box-shadow: 0px 0px 30px 0px rgba(140, 115, 111, 0.15);
}
#header .header__top {
  padding: 10px 0;
  background-color: var(--Background-light);
}
#header .header__top-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  column-gap: 60px;
  row-gap: 20px;
}
#header .header__top-wrapper .contact {
  display: flex;
  align-items: center;
  gap: 10px;
}
#header .header__top-wrapper .contact__value {
  color: var(--Main-text);
}
#header .header__top-wrapper .contact-mini {
  display: none;
  width: 30px;
  height: 30px;
  align-items: center;
  justify-content: center;
  background-color: var(--Card);
  border-radius: 50%;
  flex-shrink: 0;
}
#header .header__top-wrapper .socials {
  display: flex;
  align-items: center;
  gap: 10px;
}
#header .header__top-wrapper .socials .social {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: var(--Card);
  flex-shrink: 0;
}
#header .header__top-wrapper .socials .social:nth-child(2){
	display: none;	
}
#header .header__top-wrapper .socials .social img, #header .header__top-wrapper .socials .social svg {
  object-fit: contain;
}
#header .header__bottom {
  padding: 15px 0;
  background-color: var(--Card);
}
#header .header__bottom-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
#header .header__bottom-wrapper .menuTop {
  display: flex;
  align-items: center;
  gap: 35px;
}
#header .header__bottom-wrapper .menuTop li {
  list-style: none;
}
#header .header__bottom-wrapper .menuTop li a {
  display: flex;
  align-items: center;
  gap: 5px;
  white-space: nowrap;
  color: var(--Head, #16111F);
  font-size: calc(0.00125 * 100vw + 13.6px);
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 20.8px */
  transition: color 0.15s ease-in;
}
#header .header__bottom-wrapper .menuTop li a:hover {
  color: var(--Hover);
}
#header .header__bottom-wrapper .menuTop li.has-childs {
  position: relative;
}
#header .header__bottom-wrapper .menuTop li.has-childs > a::after {
  content: url("../images/mini-arrow.svg");
  position: relative;
  display: block;
  flex-shrink: 0;
  transition: scale 0.15s ease-in;
}
#header .header__bottom-wrapper .menuTop li.has-childs:hover .sub-menu {
  pointer-events: auto;
  opacity: 1;
}
#header .header__bottom-wrapper .menuTop li.has-childs:hover > a::after {
  scale: -1;
}
#header .header__bottom-wrapper .menuTop li.has-childs::before {
  content: "";
  position: absolute;
  bottom: 0;
  transform: translateY(100%);
  height: 40px;
  width: 100%;
  z-index: 2;
}
#header .header__bottom-wrapper .menuTop li.has-childs .sub-menu {
  pointer-events: none;
  position: absolute;
  left: -50px;
  bottom: -39px;
  transform: translateY(100%);
  z-index: 2;
  padding: 30px 50px;
  background: var(--Background-light, #F7F2EF);
  display: flex;
  flex-direction: column;
  gap: 15px;
  opacity: 0;
  transition: opacity 0.15s ease-in;
}
#header .header__bottom-wrapper .menuTop li.has-childs .sub-menu li {
  margin: 0;
}
#header .header__bottom-wrapper .menuTop li.has-childs .sub-menu li a {
  white-space: nowrap;
}

/*================ 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: #fff;
}
#header #mobile-mnu {
  overflow: auto;
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 320px;
  background-color: #f1f2f3;
  padding: 30px;
  transition: all 0.3s ease-in;
  transform: translateX(-350px);
  z-index: 9999;
}
#header #mobile-mnu #close-mnu {
  font-size: 45px;
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
  display: block;
  color: var(--Primary);
}
#header #mobile-mnu .logo {
  margin-bottom: 40px;
}
#header #mobile-mnu a {
  font-size: 16px;
  line-height: 1;
  color: #374957;
  font-weight: 450;
}
#header #mobile-mnu a:hover {
  color: var(--Primary);
}
#header #mobile-mnu .logo__holder {
  text-align: center;
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
#header #mobile-mnu .logo__holder img {
  max-height: 60px;
}
#header #mobile-mnu .menuTop {
  list-style-type: none;
  margin-bottom: 10px;
}
#header #mobile-mnu .menuTop li {
  margin-bottom: 10px;
}
#header #mobile-mnu .menuTop li.has-childs >a{
  display: block;
  margin-bottom: 10px;
}
#header #mobile-mnu .menuTop li a {
  font-size: 16px;
  line-height: 1;
  color: #374957;
  font-weight: 450;
}
#header #mobile-mnu .menuTop li a:hover {
  color: var(--Primary);
}
#header #mobile-mnu .menuTop li.active a {
  color: var(--Primary);
}
#header #mobile-mnu .adresses__holder {
  display: flex;
  flex-direction: column;
  position: relative;
  padding-left: 30px;
  margin-bottom: 20px;
  width: 100%;
}
#header #mobile-mnu .adresses__holder:before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  background-image: url("../images/map.svg");
  background-position: center center;
  background-repeat: no-repeat;
}
#header #mobile-mnu .adresses__holder p {
  font-size: 16px;
  line-height: 1;
  color: #374957;
  font-weight: 450;
}
#header #mobile-mnu .email__holder {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 20px;
}
#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: #374957;
  font-weight: 450;
}
#header #mobile-mnu .email__holder .email__item:hover {
  color: var(--Primary);
}
#header #mobile-mnu .email__holder .email__item svg {
  margin-right: 10px;
}
#header #mobile-mnu .email__holder .email__item svg path {
  stroke: var(--Primary);
}
#header #mobile-mnu .phones__holder {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 20px;
}
#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: #374957;
  font-weight: 450;
}
#header #mobile-mnu .phones__holder .phone__item:hover {
  color: var(--Primary);
}
#header #mobile-mnu .phones__holder .phone__item svg {
  margin-right: 10px;
}
#header #mobile-mnu .phones__holder .phone__item svg path {
  stroke: var(--Hover);
}
#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;
  margin-bottom: 20px;
}
#header #mobile-mnu .soc__holder .soc__item {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: var(--Background-dark);
  transition: background-color 0.3s ease-in;
}
#header #mobile-mnu .soc__holder .soc__item svg path {
  fill: var(--Stroke);
  transition: fill 0.15s ease-in;
}
#header #mobile-mnu .soc__holder .soc__item:hover {
  background-color: var(--Hover);
}
#header #mobile-mnu .soc__holder .soc__item:hover svg path {
  fill: var(--Card);
}
#header #mobile-mnu.opened {
  transform: translateX(0);
}

/*============ FOOTER ===============*/
#footer .footer__top {
  background-color: var(--Main-text);
}
#footer .footer__top-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  padding: 40px 0;
}
#footer .footer__top-wrapper .menus {
  display: flex;
  gap: 140px;
}
#footer .footer__top-wrapper .menus .menu__title {
  margin-bottom: 20px;
  color: var(--Card, #FFF);
}
#footer .footer__top-wrapper .menus .menu .menuFooter {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
#footer .footer__top-wrapper .menus .menu .menuFooter li {
  list-style: none;
  margin: 0;
}
#footer .footer__top-wrapper .menus .menu .menuFooter li.active a {
  color: var(--Card);
}
#footer .footer__top-wrapper .menus .menu .menuFooter li a {
  color: var(--Background-dark, #EFE2D9);
  font-family: "Wix Madefor Text", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 22.4px */
  transition: color 0.15s ease-in;
}
#footer .footer__top-wrapper .menus .menu .menuFooter li a:hover {
  color: var(--Card);
}
#footer .footer__top-wrapper .additionals .btn {
  margin-bottom: 30px;
}
#footer .footer__top-wrapper .additionals .contacts {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}
#footer .footer__top-wrapper .additionals .contacts__value {
  color: var(--Background-light);
}
#footer .footer__top-wrapper .additionals .socials {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
#footer .footer__top-wrapper .additionals .socials .social {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background-color: var(--Card);
  border-radius: 50%;
  transition: background-color 0.15s ease-in;
}
#footer .footer__top-wrapper .additionals .socials .social svg path {
  transition: fill 0.15s ease-in;
}
#footer .footer__top-wrapper .additionals .socials .social:hover {
  background-color: var(--Hover);
}
#footer .footer__top-wrapper .additionals .socials .social:hover svg path {
  fill: var(--Card);
}
#footer .footer__bottom {
  padding: 20px 0;
  background-color: var(--Head);
}
#footer .footer__bottom-wrapper {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
}
#footer .footer__bottom-wrapper .policy {
  cursor: pointer;
  color: var(--Background-dark, #EFE2D9);
  font-family: "Wix Madefor Text", sans-serif;
  font-size: calc(0.00125 * 100vw + 11.6px);
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 18.2px */
  text-decoration-line: underline;
}
#footer .footer__bottom-wrapper .grampus {
  display: flex;
  gap: 10px;
  text-align: center;
  color: var(--Background-dark);
  font-family: "Wix Madefor Text", sans-serif;
}
#footer .footer__bottom-wrapper .additional-text {
  text-align: right;
  color: var(--Background-dark);
  font-family: "Wix Madefor Text", sans-serif;
}

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

.theme-modal {
  overflow: auto;
  height: fit-content;
  width: 570px;
  max-height: 90vh;
  max-width: 90vw;
  padding: 50px 80px;
  background-color: var(--Card);
  border-radius: 0 30px;
  position: fixed;
  left: 50%;
  top: 50%;
  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: 30px;
  top: 30px;
  cursor: pointer;
}
.theme-modal .form__title {
  margin-bottom: 30px;
}
.theme-modal .form__inputs {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 20px;
}
.theme-modal .form__inputs textarea {
  resize: none;
  height: 122px;
}
.theme-modal .form__bottom {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.theme-modal .form__bottom .btn {
  width: 100%;
}
.theme-modal .form__bottom .policy {
  color: var(--Main-text, #514C57);
  text-align: center;
  font-family: "Wix Madefor Text", sans-serif;
}
.theme-modal .form__bottom .policy .p3 {
  color: var(--Primary, #543680);
  font-family: "Wix Madefor Text", sans-serif;
  text-decoration-line: underline;
}

.archive-products .products__holder {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px;
}
.archive-products .products__holder .product {
  position: relative;
  display: flex;
  gap: 30px;
  padding: 30px;
  border-radius: 0 30px;
  background: var(--Background-light, #F7F2EF);
  z-index: 1;
}
.archive-products .products__holder .product__bg {
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 100%;
  max-height: 100%;
  z-index: -1;
}
.archive-products .products__holder .product__thumbnail {
  aspect-ratio: 1/1;
  width: 240px;
  height: auto;
  border-radius: 0px 30px;
  background: var(--Card, #FFF);
  padding: 22px;
  flex-shrink: 0;
}
.archive-products .products__holder .product__thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.archive-products .products__holder .product__content {
  display: flex;
  flex-direction: column;
  padding: 10px 0;
}
.archive-products .products__holder .product__title {
  margin-bottom: 15px;
  color: var(--Head, #16111F);
}
.archive-products .products__holder .product__description {
  color: var(--Main-text, #514C57);
  font-family: "Wix Madefor Text", sans-serif;
  margin-bottom: 20px;
}
.archive-products .products__holder .product__file-link {
  margin-top: auto;
}

.stocks-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
}

.single-stocks .main-info {
  display: flex;
  gap: 60px;
}
.single-stocks .main-info__thumbnail {
  position: relative;
  width: 540px;
  flex-shrink: 0;
}
.single-stocks .main-info__thumbnail img {
  position: sticky;
  top: 15px;
  width: 100%;
  height: auto;
  border-radius: 0px 30px;
  object-fit: cover;
}

.stock {
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 0 30px;
}
.stock:hover .stock__title {
  color: var(--Hover);
}
.stock:hover .stock__bottom {
  background-color: var(--Background-dark);
}
.stock.even {
  flex-direction: column-reverse;
}
.stock.even .stock__date {
  top: unset;
  bottom: 20px;
}
.stock.even .stock__thumbnail {
  margin-top: -30px;
  margin-bottom: 0;
}
.stock__date {
  position: absolute;
  top: 20px;
  left: 20px;
  padding: 5px 15px;
  border-radius: 20px;
  background: var(--Primary, #543680);
  color: var(--Card, #FFF);
  font-family: "Wix Madefor Text", sans-serif;
  font-size: calc(0.00125 * 100vw + 11.6px);
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 18.2px */
}
.stock__thumbnail {
  width: 100%;
  height: 280px;
  object-fit: cover;
  margin-bottom: -30px;
}
.stock__bottom {
  position: relative;
  padding: 30px 30px 35px 30px;
  border-radius: 0px 30px;
  background: var(--Background-light, #EFE2D9);
  z-index: 1;
  transition: background-color 0.15s ease-in;
}
.stock__title {
  margin-bottom: 10px;
  color: var(--Head);
}
.stock__short-description {
  margin-bottom: 15px;
  font-family: "Wix Madefor Text", sans-serif;
  color: var(--Main-text);
}

.services__main-info {
  position: relative;
  height: 540px;
  display: flex;
  gap: 85px;
  background: var(--Background-dark, #EFE2D9);
  z-index: 0;
}
.services__main-info .main-info__text {
  padding: 100px 0;
  margin-left: calc((100% - 1170px) / 2);
  margin-bottom: auto;
  margin-right: 15px;
}
.services__main-info .main-info__title {
  margin-bottom: 15px;
}
.services__main-info .main-info__short-description {
  color: var(--Main-text);
  font-family: "Wix Madefor Text", sans-serif;
}
.services__main-info .main-info__callback {
  margin-top: 30px;
}
.services__main-info .main-info__thumbnail {
  width: 50%;
  height: 100%;
  border-radius: 0px 0px 0px 200px;
  object-fit: cover;
  flex-shrink: 0;
}
.services__main-info .main-info__bg {
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  z-index: -1;
}

.archive-reviews .archive__holder {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.archive-reviews .text-reviews {
  display: flex;
  gap: 30px;
}
.archive-reviews .text-reviews .block-title {
  margin-bottom: 30px;
}
.archive-reviews .text-reviews .review-form {
  position: relative;
  width: 370px;
  flex-shrink: 0;
}
.archive-reviews .text-reviews .review-form__wrapper {
  position: sticky;
  top: 15px;
  aspect-ratio: 1/1;
  width: 100%;
  height: auto;
  border-radius: 0px 30px;
  background: var(--Accent, #A89392);
  padding: 45px;
  z-index: 1;
}
.archive-reviews .text-reviews .review-form__title {
  margin-bottom: 20px;
  color: var(--Card);
}
.archive-reviews .text-reviews .review-form__subtitle {
  margin-bottom: 30px;
  color: var(--Background-light, #F7F2EF);
  font-family: "Wix Madefor Text", sans-serif;
}
.archive-reviews .text-reviews .review-form__bg {
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  z-index: -1;
}
.archive-reviews .review-text {
  padding-right: 100px;
}
.archive-reviews .review-text__head {
  flex-direction: row-reverse;
  justify-content: space-between;
  gap: 20px;
}
.archive-reviews .review-video {
  aspect-ratio: 37/48;
  width: 100%;
  height: auto;
}

.review-video {
  box-sizing: border-box;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border-radius: 0 30px;
  padding: 40px;
  z-index: 1;
}
.review-video .play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: var(--Primary);
}
.review-video::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0px 30px;
  background: linear-gradient(180deg, rgba(247, 242, 239, 0) 0%, #F7F2EF 100%);
  z-index: -1;
}
.review-video__thumbnail {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -2;
}
.review-video__date {
  margin-bottom: 10px;
  color: var(--Main-text, #514C57);
  font-family: "Wix Madefor Text", sans-serif;
}
.review-video__title {
  color: var(--Head, #16111F);
}
.review-text {
  position: relative;
  box-sizing: border-box;
  border-radius: 0px 30px;
  background: var(--Background-light, #F7F2EF);
  padding: 40px 40px 56px 40px;
  z-index: 0;
}
.review-text__bg {
  position: absolute;
  bottom: 0;
  right: 0;
  max-height: 100%;
  max-width: 100%;
  z-index: -1;
}
.review-text__head {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.review-text__date {
  color: var(--Main-text, #514C57);
  font-family: "Wix Madefor Text", sans-serif;
}
.review-text__title {
  margin-bottom: 25px;
}
.review-text__text {
  margin-bottom: 15px;
  color: var(--Main-text, #514C57);
}
.review-text__text.hidden {
  overflow: hidden;
  text-overflow: fade;
  display: -webkit-box;
  -webkit-line-clamp: 12;
  -webkit-box-orient: vertical;
}
.review-text .readmore {
  cursor: pointer;
  color: var(--Primary);
}
.review-text__images {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 30px;
}
.review-text__images img {
  cursor: pointer;
  width: 80px;
  height: 80px;
  flex-shrink: 0;
}

.services__wrapper h2.big {
  margin-bottom: 40px;
}
.services__holder {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 30px;
}
.services__holder .service:hover .service__thumbnail img {
  scale: 1.1;
}
.services__holder .service:hover .service__title {
  color: var(--Hover);
}
.services__holder .service__thumbnail {
  overflow: hidden;
  aspect-ratio: 1/1;
  width: 100%;
  border-radius: 0 30px;
  margin-bottom: 15px;
  object-fit: cover;
}
.services__holder .service__thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: scale 0.15s ease-in;
}
.services__holder .service__title {
  color: var(--Head, #16111F);
}

.single-services__text-blocks {
  display: flex;
  gap: 60px;
}
.single-services__text-blocks .text-blocks__image {
  width: 340px;
  height: 340px;
  flex-shrink: 0;
  border-radius: 0px 30px;
  object-fit: cover;
}
.single-services__text-blocks .text-blocks__wrapper {
  overflow: auto;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.single-services__text-blocks .text-blocks__pagination {
  overflow: auto;
  max-width: 100%;
  display: flex;
  align-items: center;
  gap: 30px;
  padding-bottom: 10px;
  border-bottom: 2px solid var(--Background-light);
}
.single-services__text-blocks .text-blocks__pagination .tab {
  cursor: pointer;
  position: relative;
  white-space: nowrap;
}
.single-services__text-blocks .text-blocks__pagination .tab.selected, .single-services__text-blocks .text-blocks__pagination .tab:hover {
  color: var(--Primary, #543680);
}
.single-services__text-blocks .text-blocks__pagination .tab.selected::before, .single-services__text-blocks .text-blocks__pagination .tab:hover::before {
  background-color: var(--Primary);
}
.single-services__text-blocks .text-blocks__pagination .tab::before {
  content: "";
  position: absolute;
  bottom: -10px;
  height: 2px;
  width: 100%;
  background-color: transparent;
  transition: background-color 0.15s ease-in;
}
.single-services__text-blocks .text-blocks__text {
  transition: opacity 0.15s ease-in;
}
.single-services__text-blocks .text-blocks__text.loading {
  opacity: 0.5;
}
.single-services__table {
  overflow: auto;
}
.single-services__table table {
  width: 100%;
  border: 1px solid var(--Stroke, #C0B2A7);
  border-collapse: collapse;
}
.single-services__table * {
  white-space: nowrap;
}
.single-services__table caption {
  padding: 20px 40px;
  background: var(--Primary, #543680);
}
.single-services__table caption h6 {
  text-align: left;
  color: var(--Card);
}
.single-services__table thead td {
  padding: 15px 40px;
  background-color: var(--Card);
  border: 1px solid var(--Stroke, #C0B2A7);
  color: var(--Head);
  font-family: "Wix Madefor Text", sans-serif;
}
.single-services__table tbody {
  background-color: var(--Background-light);
}
.single-services__table tbody tr td {
  padding: 15px 40px;
  border: 1px solid var(--Stroke, #C0B2A7);
  color: var(--Main-text, #514C57);
  font-family: "Wix Madefor Text", sans-serif;
}

.archive-works .terms {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.archive-works .terms .term {
  white-space: nowrap;
}
.archive-works .archive__holder {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px;
}

.work {
  display: flex;
  flex-direction: column;
}
.work__images-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 10px;
  margin-bottom: 20px;
}
.work__images-wrapper .image {
  position: relative;
  aspect-ratio: 10/12;
  flex-shrink: 0;
}
.work__images-wrapper .image__text {
  position: absolute;
  top: 20px;
  left: 20px;
  padding: 5px 15px;
  border-radius: 20px;
  background: var(--Primary, #543680);
  color: var(--Card, #FFF);
  font-family: "Wix Madefor Text", sans-serif;
  font-size: calc(0.00125 * 100vw + 11.6px);
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 18.2px */
}
.work__images-wrapper .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.work__additionals {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
.work__additionals .additional-text, .work__additionals .date {
  color: var(--Main-text);
  font-family: "Wix Madefor Text", sans-serif;
}
.work__additionals .additional-text {
  display: flex;
  align-items: center;
  gap: 10px;
}
.work__additionals .additional-text::before {
  content: "";
  position: relative;
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: var(--Main-text);
  flex-shrink: 0;
}
.work__title {
  color: var(--Head, #16111F);
}

.archive-employees .archive__holder {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
}

.single-employees__main-block {
  display: flex;
  gap: 130px;
}
.single-employees__main-block .main-block__content {
  display: flex;
  flex-direction: column;
}
.single-employees__main-block .main-block__additional-info {
  display: flex;
  align-items: center;
  padding: 10px;
  border-radius: 50px;
  background: var(--Background-light, #F7F2EF);
}
.single-employees__main-block .main-block__additional-info .additional-info__icon {
  width: 50px;
  height: 50px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--Card);
  border-radius: 50%;
  margin-right: 20px;
}
.single-employees__main-block .main-block__additional-info .additional-info__icon svg, .single-employees__main-block .main-block__additional-info .additional-info__icon img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}
.single-employees__main-block .main-block__additional-info .additional-info__text {
  color: var(--Main-text, #514C57);
  font-family: "Wix Madefor Text", sans-serif;
}
.single-employees__main-block .main-block__thumbnail {
  position: relative;
  width: 470px;
  height: auto;
  flex-shrink: 0;
}
.single-employees__main-block .main-block__thumbnail img {
  position: sticky;
  top: 15px;
  aspect-ratio: 1/1;
  width: 100%;
  height: auto;
  border-radius: 0px 80px;
  object-fit: cover;
}

.employee {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  background-color: var(--Background-light);
  padding: 30px;
  z-index: 1;
  transition: background-color 0.15s ease-in;
}
.employee:hover {
  background-color: var(--Accent);
}
.employee:hover .employee__btn {
  opacity: 1;
}
.employee__bg {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.employee__bg img, .employee__bg svg {
}
.employee__btn {
  position: absolute;
  bottom: 20px;
  right: 20px;
  opacity: 0;
  transition: opacity 0.15s ease-in;
}
.employee__thumbnail {
  overflow: hidden;
  position: relative;
  aspect-ratio: 10/12;
  border-radius: 0px 80px 0px 0px;
  margin-bottom: 15.5px;
}
.employee__thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.employee__additional-text {
  position: absolute;
  bottom: 20px;
  left: 20px;
  padding: 5px 15px;
  border-radius: 20px;
  background: var(--Primary, #543680);
  color: var(--Card, #FFF);
  font-family: "Wix Madefor Text", sans-serif;
  font-size: calc(0.00125 * 100vw + 11.6px);
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 18.2px */
}
.employee__title {
  margin-bottom: 5px;
  color: var(--Head, #16111F);
}
.employee__subtitle {
  font-family: "Wix Madefor Text", sans-serif;
}

.error-page__wrapper {
  display: flex;
  align-items: center;
  gap: 105px;
}
.error-page__title {
  color: var(--Accent, #A89392);
  font-family: "Arsenal", sans-serif;
  font-size: calc(0.0375 * 100vw + 168px);
  font-style: normal;
  font-weight: 700;
  line-height: 110%; /* 264px */
}
.error-page__content .content__title {
  margin-bottom: 15px;
  color: var(--Head, #16111F);
}
.error-page__content .content__subtitle {
  margin-bottom: 30px;
  color: var(--Main-text, #514C57);
  font-family: "Wix Madefor Text", sans-serif;
}






/*========= CITIES ============*/
.cities .current-city {
  cursor: pointer;
}
.cities .current-city:hover {
  color: var(--Hover);
}

#cities-select-list .cities-group-letter {
  margin-bottom: 5px;
  color: var(--Hover);
  font-weight: 700;
}
#cities-select-list .cities-group {
  margin-bottom: 15px;
}
#cities-select-list .cities-group span:hover {
  color: var(--Hover);
}




/* ============= MEDIA QUERIES =========== */
@media (max-width: 1240px) {
  .services__main-info .main-info__text {
    margin-left: 15px;
  }
}
@media (max-width: 1221px) {
  #header .header__bottom-wrapper .menuTop {
    display: none;
  }
  #header .header__bottom-wrapper .btn {
    margin-left: auto;
  }
  #header .header__bottom-wrapper .burger {
    display: flex;
  }
  .nav-links .page-numbers.next, .nav-links .page-numbers.prev {
    margin: 0;
  }
  .stocks-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
  .single-stocks .main-info {
    flex-direction: column-reverse;
  }
  .single-stocks .main-info__thumbnail {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
  .single-stocks .main-info__thumbnail img {
    display: block;
    max-height: 350px;
    width: 100%;
    margin: 0 auto;
    object-fit: contain;
  }
  .archive-products .products__holder {
    grid-template-columns: 1fr;
  }
  .single-employees__main-block {
    flex-direction: column-reverse;
    gap: 40px;
  }
  .single-employees__main-block .main-block__thumbnail {
    width: auto;
    margin: 0 auto;
  }
  .single-employees__main-block .main-block__thumbnail img {
    max-height: 350px;
    width: 100%;
  }
  .single-employees__main-block .main-block__additional-info {
    width: fit-content;
  }
  .single-employees__main-block .main-block__additional-info .additional-info__text {
    padding-right: 15px;
  }
  #footer .footer__top-wrapper {
    flex-direction: column;
  }
  #footer .footer__top-wrapper .menus {
    justify-content: space-between;
    gap: 20px;
  }
}
@media (max-width: 992px) {
  .services__main-info {
    height: auto;
    flex-direction: column;
  }
  .services__main-info .main-info__text {
    padding-bottom: 0;
  }
  .services__main-info .main-info__thumbnail {
    aspect-ratio: 16/9;
    width: 100%;
  }
  .single-services__text-blocks .text-blocks__image {
    display: none;
  }
  .services__holder {
    grid-template-columns: repeat(3, 1fr);
  }
  .archive-employees .archive__holder {
    grid-template-columns: repeat(2, 1fr);
  }
  .archive-reviews .text-reviews {
    flex-direction: column-reverse;
  }
  .archive-reviews .text-reviews .review-form {
    width: 100%;
  }
  .archive-reviews .text-reviews .review-form__wrapper {
    aspect-ratio: unset;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .archive-reviews .text-reviews .review-form__wrapper * {
    text-align: center;
  }
}
@media (max-width: 769px) {
	#header .header__top-wrapper{
		justify-content: space-between;
	}
  #header .header__top-wrapper .contact {
    display: none;
  }
  #header .header__top-wrapper .contact-mini {
    display: none;
  }
  #header .header__top-wrapper .contact.phone {
    display: flex;
  }
  .services__main-info .main-info__text {
    padding-top: 40px;
  }
  .review-video {
    padding: 20px;
  }
  .review-video .play {
    width: 40px;
    height: 40px;
  }
  .error-page__wrapper {
    flex-direction: column;
  }
  .error-page__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .error-page__content * {
    text-align: center;
  }
  #footer .footer__bottom-wrapper {
    flex-wrap: wrap;
  }
}
@media (max-width: 576px) {
	#header .header__top-wrapper{
		column-gap: 20px;
	}
  .btn-circle{
    width: 35px;
    height: 35px;
  }
  .simplebar-content-wrapper {
    margin-right: 30px;
  }
  .breadcrumbs {
    padding: 10px 0;
  }
  .text-block p {
    margin-bottom: 10px;
  }
  .text-block p:last-child {
    margin-bottom: 0;
  }
  .text-block ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 10px;
  }
  .text-block ul li {
    list-style: none;
    position: relative;
    padding-left: 18px;
    margin: 0;
  }
  .text-block ul li::before {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: var(--Accent);
  }
  .text-block ol {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 10px;
  }
  .text-block h2 {
    margin-top: 30px;
    margin-bottom: 25px;
  }
  .text-block h3 {
    margin-top: 25px;
    margin-bottom: 20px;
  }
  .text-block h4 {
    margin-top: 20px;
    margin-bottom: 15px;
  }
  .text-block h5 {
    margin-top: 15px;
    margin-bottom: 10px;
  }
  .text-block h6 {
    margin-top: 10px;
    margin-bottom: 5px;
  }
  .scroll-top-btn {
	right: 10px
  }
  #header #mini-menu {
/*     bottom: 10px; */
    right: 18px;
    gap: 10px;
  }
  #header #mini-menu .mini-menu__item {
    width: 40px;
    height: 40px;
  }
  #header #mini-menu .mini-menu__item img, #header #mini-menu .mini-menu__item svg {
    width: 15px;
    height: 15px;
  }
  #header .header__bottom-wrapper .btn {
    display: none;
  }
  h1.page-title {
    margin-bottom: 20px;
  }
  h2.big {
    margin-bottom: 20px;
  }
  h2.block-title {
    margin-bottom: 20px;
  }
  .btn {
    padding: 10px 15px;
  }
  .btn.accent {
    padding: 5px 10px;
  }
  .block-margin {
    margin-bottom: 40px;
  }
  .swiper-pagination-bullet {
    margin: 0 5px !important;
  }
  .swiper-additionals {
    margin-top: 15px;
  }
  .swiper-btn-prev, .swiper-btn-next {
    width: 35px;
    height: 35px;
  }
  .nav-links {
    margin-top: 20px;
  }
  .nav-links .page-numbers.next, .nav-links .page-numbers.prev {
    width: 35px;
    height: 35px;
  }
  .stocks-wrapper {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .services__main-info {
    min-height: unset;
    gap: 30px;
  }
  .services__main-info .main-info__text {
    padding-top: 20px;
  }
  .services__main-info .main-info__callback {
    margin-top: 15px;
  }
  .services__main-info .main-info__thumbnail {
    border-radius: 0px 0px 0px 100px;
  }
  .single-services__text-blocks .text-blocks__wrapper {
    gap: 15px;
  }
  .single-services__text-blocks .text-blocks__pagination {
    gap: 15px;
  }
  .single-services__table caption {
    padding: 10px 20px;
  }
  .single-services__table thead td {
    padding: 5px 20px;
  }
  .single-services__table tbody tr td {
    padding: 5px 20px;
  }
  .work__images-wrapper .image__text {
    top: 10px;
    left: 10px;
    padding: 3px 10px;
  }
  .employee {
    padding: 15px;
  }
  .employee__additional-text {
    bottom: 10px;
    left: 10px;
  }
  .services__holder {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 15px;
  }
  .archive-products .products__holder {
    grid-gap: 15px;
  }
  .archive-products .products__holder .product {
    padding: 15px;
    gap: 15px;
  }
  .archive-products .products__holder .product__thumbnail {
    width: 40%;
  }
  .archive-works .terms {
    gap: 5px;
  }
  .archive-works .archive__holder {
    grid-template-columns: 1fr;
    grid-gap: 15px;
  }
  .review-text {
    padding: 20px 10px 20px 20px;
  }
  .review-text__images img {
    width: 60px;
    height: 60px;
  }
  .archive-reviews .review-text {
    padding-right: 20px;
  }
  .archive-reviews .archive__holder {
    gap: 15px;
  }
  .archive-reviews .text-reviews {
    gap: 15px;
  }
  .archive-reviews .text-reviews .block-title {
    margin-bottom: 15px;
  }
  .archive-reviews .text-reviews .review-form__wrapper {
    padding: 20px;
  }
  .archive-reviews .text-reviews .review-form__bg {
    opacity: 0.3;
  }
  .error-page__wrapper {
    gap: 40px;
  }
  .theme-modal {
    padding: 15px 20px;
    padding-top: 25px;
  }
  .theme-modal .close-modal {
    top: 15px;
    right: 15px;
  }
  .theme-modal .form__title {
    margin-bottom: 15px;
  }
  .theme-modal .form__inputs {
    gap: 5px;
    margin-bottom: 10px;
  }
  .theme-modal .form__bottom {
    gap: 10px;
  }
  #footer .footer__top-wrapper {
    gap: 20px;
    padding: 20px 0;
  }
  #footer .footer__top-wrapper .menus {
    flex-direction: column;
  }
  #footer .footer__top-wrapper .menus .menu__title {
    margin-bottom: 10px;
  }
  #footer .footer__top-wrapper .menus .menu .menuFooter {
    gap: 10px;
  }
  #footer .footer__top-wrapper .additionals .btn {
    margin-bottom: 15px;
  }
  #footer .footer__bottom {
    padding: 10px 0;
  }
  #footer .footer__bottom-wrapper {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
  #footer .footer__bottom-wrapper .policy, #footer .footer__bottom-wrapper .grampus, #footer .footer__bottom-wrapper .additional-text {
    text-align: center;
  }
}
@media (max-width: 498px) {
  .single-employees__main-block {
    gap: 20px;
  }
  .stock__bottom {
    padding: 15px 15px 20px 15px;
  }
  .archive-products .products__holder .product {
    flex-direction: column;
    align-items: center;
  }
  .archive-products .products__holder .product__thumbnail {
    max-height: 250px;
    width: 100%;
  }
  .archive-products .products__holder .product__content {
    align-items: center;
  }
  .archive-products .products__holder .product__content * {
    text-align: center;
  }
  .archive-employees .archive__holder {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 375px) {
  .review-video {
    padding: 10px;
  }
  .review-video__date {
    margin-bottom: 5px;
  }
  .review-video .play {
    width: 24px;
    height: 24px;
  }
	.cities .current-city,
	#header .header__top-wrapper .contact__value{
		font-size: 12px;
	}
	#header .header__top-wrapper{
		gap: 10px;
	}
}


#modal-city .cities {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 20px;
}

.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;
        border-color: #007bff;
    }
    
    /* Галочка внутри чекбокса */
    .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;
	}

.policy-checkbox label{
		width: 90% !important;
	}

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