/*========= VARIABLES ==========*/
:root {
  --card: #fff;
  --primary: #1D68CC;
  --btnBg: var(--primary);
  --second: #1D1D1D;
  --third: #FFFFFF;
  --fourth: radial-gradient(100% 100% at 0% 0%, #1D68CC 0%, #0047A5 100%);
  --fifth: #43D854;
  --sixth: #27A7E7;
  --red: #CC1D1D;
  --hover: #FFFFFF;
  --secondaryHover: #1D68CC;
  --headPrimary: #1D1D1D;
  --headSecondary: #FFFFFF;
  --fontFamily: "Roboto";
  --mainTextPrimary: #3B3B3B;
  --mainTextSecond: #686868;
  --secondaryText: #F1F1F1;
  --bg: #F4F6F9;
  --bgSecondary: #1D1D1D;
  --bgThirdly: #FFFFFF;
  --stroke: #1D68CC;
  --strokeSecondary: #FFFFFF;
  --transition: 0.3s all ease-in-out;
}

/*============= 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;
  }
}
/* =========== BASE CONFIG =========== */
html {
  box-sizing: border-box;
  scroll-behavior: smooth;
}

* {
  margin: 0;
  padding: 0;
  font-family: var(--fontFamily), sans-serif;
  font-weight: 400;
  box-sizing: inherit;
  box-sizing: border-box;
}

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

body::-webkit-scrollbar {
  width: 8px;
}

body::-webkit-scrollbar-track {
  background: var(--bgThirdly);
}

body::-webkit-scrollbar-thumb {
  background-color: var(--primary);
}

a {
  text-decoration: none;
  color: var(--headPrimary);
  transition: var(--transition);
}

ul li {
  list-style-position: inside;
  color: var(--headPrimary);
  font-size: 18px;
  line-height: 26px;
}
ul li::marker {
  color: #1F2F47;
}

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

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

.wp-editor p {
  color: var(--mainTextPrimary);
  margin-bottom: 16px;
}
.wp-editor p:last-child {
  margin-bottom: 0;
}

h1,
.h1 {
  font-family: var(--fontFamily);
  font-weight: 500;
  font-size: 48px;
  line-height: 120%;
  letter-spacing: 0%;
  color: var(--headPrimary);
}

h2,
.h2 {
  font-family: var(--fontFamily);
  font-weight: 500;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: 0%;
  color: var(--headPrimary);
}

h3,
.h3 {
  font-family: var(--fontFamily);
  font-weight: 500;
  font-size: 36px;
  line-height: 100%;
  letter-spacing: 0%;
  color: var(--headPrimary);
}

h4,
.h4,
.price {
  font-family: var(--fontFamily);
  font-weight: 500;
  font-size: 32px;
  line-height: 100%;
  letter-spacing: 0%;
  color: var(--headPrimary);
}

h5,
.h5 {
  font-family: var(--fontFamily);
  font-weight: 500;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: 0%;
  color: var(--headPrimary);
}

h6,
.h6 {
  font-family: var(--fontFamily);
  font-weight: 500;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: 0%;
  color: var(--headPrimary);
}

.p1, .theme-modal .file span {
  font-family: var(--fontFamily);
  font-weight: 400;
  font-size: 20px;
  line-height: 130%;
  letter-spacing: 0%;
  color: var(--mainTextPrimary);
}

.p2, .theme-modal .form__privacy a, .theme-modal .form__privacy, #footer .footer__requisites *, #footer .footer__work-time *, .wp-editor p {
  font-family: var(--fontFamily);
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0%;
  color: var(--mainTextPrimary);
}

.p3, #header .header__nav .nav-menu-element.has-childs .sub-menu a, .breadcrumbs span {
  font-family: var(--fontFamily);
  font-weight: 300;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0%;
  color: var(--mainTextPrimary);
}

.numbers {
  font-family: var(--fontFamily);
  font-weight: 500;
  font-size: 48px;
  line-height: 100%;
  letter-spacing: 0%;
}

.button {
  font-family: var(--fontFamily);
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
}

span {
  font-weight: inherit;
  font-size: inherit;
  font-family: inherit;
}

.breadcrumbs {
  padding-top: 50px;
  padding-bottom: 20px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 150%;
  color: var(--mainTextSecond);
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 10px;
       column-gap: 10px;
  align-items: center;
}
.breadcrumbs span {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}
.breadcrumbs span.current-item {
  color: var(--primary);
}
.breadcrumbs .separator {
  display: block;
  width: 8px;
  height: 8px;
  background: var(--primary);
}
.breadcrumbs a {
  color: inherit;
}
.breadcrumbs a:hover {
  color: #000;
}

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

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  background: var(--btnBg);
  border: 2px solid var(--primary);
  outline: none;
  color: var(--headSecondary);
  font-family: var(--fontFamily);
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  cursor: pointer;
  transition: all 0.3s ease-in;
  padding: 18.5px 38px;
  text-transform: uppercase;
  box-sizing: border-box;
}
.btn:hover {
  background-color: var(--hover);
  border-color: var(--hover);
}
.btn.invert {
  background-color: var(--card);
  color: var(--primary);
}
.btn.invert:hover {
  background: var(--hover);
  color: var(--card);
}

.soc-btn {
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 10px;
  padding: 15px 20px;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  color: var(--headSecondary);
  transition: var(--transition);
}
.soc-btn svg {
  width: 30px;
  height: 30px;
  min-width: 30px;
  min-height: 30px;
}
.soc-btn svg path {
  fill: var(--third);
}
.soc-btn.wa {
  background: var(--fifth);
}
.soc-btn.tg {
  background: var(--sixth);
}
.soc-btn:hover {
  background: var(--primary);
}

input {
  width: 100%;
  outline: none;
  font-family: var(--fontFamily);
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: var(--mainTextPrimary);
  border: 2px solid transparent;
  padding: 17.5px 20px;
  margin-bottom: 10px;
}
input::-moz-placeholder {
  color: var(--mainTextSecond);
  font-family: var(--fontFamily);
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
input::placeholder {
  color: var(--mainTextSecond);
  font-family: var(--fontFamily);
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}
input:focus {
  border-color: var(--hover);
}
input.error {
  border-color: red !important;
}
input.error + label {
  color: red;
}

.soc-holder {
  display: flex;
  gap: 20px;
  align-items: center;
}

.soc {
  width: 60px;
  height: 60px;
  border-radius: 10px;
  background: var(--third);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: var(--transition);
}
.soc img,
.soc svg {
  width: 30px;
  height: 30px;
}
.soc:hover {
  background: var(--primary);
}
.soc:hover svg path {
  fill: var(--card);
}
.soc svg path {
  transition: var(--transition);
}

.img-holder img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

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

section, .services__holder, .archive__wrapper {
  scroll-margin-top: 150px;
  margin-bottom: 100px;
}
section:last-child, .services__holder:last-child, .archive__wrapper:last-child {
  margin-bottom: 0;
}

.section__top {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 40px;
}

.section__title {
  color: var(--headPrimary);
}

.section__descr {
  color: var(--mainTextPrimary);
}

.section__padding {
  padding: 100px 0;
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.pagination span.page-numbers.next,
.pagination span.page-numbers.prev {
  background: var(--card);
}
.pagination span.page-numbers.next svg path,
.pagination span.page-numbers.prev svg path {
  stroke: var(--headPrimary);
}
.pagination a.page-numbers.next,
.pagination a.page-numbers.prev {
  background: var(--headPrimary);
}
.pagination a.page-numbers.next svg path,
.pagination a.page-numbers.prev svg path {
  stroke: var(--card);
}
.pagination .page-numbers {
  width: 60px;
  height: 60px;
  min-width: 60px;
  background: var(--card);
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination .page-numbers.next, .pagination .page-numbers.prev {
  background: var(--headPrimary);
}
.pagination .page-numbers.next {
  margin-left: 90px;
}
.pagination .page-numbers.prev {
  margin-right: 90px;
}

.page__descr {
  margin-bottom: 40px;
  color: var(--mainTextSecond);
}

.price {
  color: var(--primary);
}
.price span {
  font-family: var(--fontFamily);
  color: var(--primary);
  font-size: 24px;
  font-weight: 700;
  line-height: 31.2px;
}

.form__privacy {
  margin-top: 10px;
  color: var(--mainTextPrimary);
}
.form__privacy a {
  color: var(--mainTextSecond);
  text-decoration: underline;
}

/*====== 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: #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;
}

.nav-holder {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 5px;
  align-items: center;
  margin-top: 30px;
}
.nav-holder .nav-btns {
  display: flex;
  align-items: center;
  gap: 10px;
}
.nav-holder .slider-button {
  position: static;
  inset: 0 !important;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--headPrimary);
  margin: 0 !important;
  transition: var(--transition);
}
.nav-holder .slider-button::after {
  content: none;
}
.nav-holder .slider-button svg {
  width: 20px;
  height: 20px;
  transition: var(--transition);
}
.nav-holder .swiper-button-disabled {
  background: var(--card);
  opacity: 1 !important;
}
.nav-holder .swiper-button-disabled svg path {
  fill: var(--headPrimary);
}
.nav-holder .swiper-pagination {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
  inset: 0 !important;
  position: static;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.nav-holder .swiper-pagination-bullet {
  opacity: 1 !important;
  margin: 0 !important;
  width: 22px;
  height: 10px;
  background: var(--card);
  border-radius: unset !important;
  transition: var(--transition);
  -webkit-clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
          clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
}
.nav-holder .swiper-pagination-bullet-active {
  background: var(--headPrimary);
  width: 36px;
  -webkit-clip-path: polygon(0 0, 100% 0%, 80% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0%, 80% 100%, 0% 100%);
}

.glogo {
  width: 111px;
  height: 17px;
  -webkit-mask-image: url("../images/gmask.png");
          mask-image: url("../images/gmask.png");
  -webkit-mask-origin: border-box;
          mask-origin: border-box;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: var(--mainTextSecond);
  transition: var(--transition);
  position: relative;
  cursor: pointer;
}

.glogo:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: red;
  transform: translateX(100%);
  transition: transform 0.7s ease-in;
  background: linear-gradient(90deg, #fe6604 10%, #ee0a76 30%, #ee0a76 60%, #fe6604 101%) repeat-x 0 0;
  background-size: 100px;
  animation-duration: 5s;
  animation-name: slideUp;
  animation-iteration-count: infinite;
  animation-delay: 3s;
}

.glogo:hover:before {
  /*transform: translateY(-100%);*/
  animation-name: unset;
  transform: translateX(0);
}

.page.privacy-policy .wp-block-heading {
  margin-top: 30px;
  margin-bottom: 20px;
}
.page.privacy-policy p {
  margin-bottom: 10px;
}
.page.privacy-policy main {
  margin-bottom: 40px;
}

@media screen and (max-width: 1200px) {
  section, .services__holder, .archive__wrapper {
    margin-bottom: 40px;
  }
  .section__padding {
    padding: 40px 0;
  }
  .section__top {
    gap: 10px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 992px) {
  .pagination .page-numbers.prev {
    margin-right: 0;
  }
  .pagination .page-numbers.next {
    margin-left: 0;
  }
  h2,
  .h2 {
    font-size: 28px;
    line-height: 110%;
  }
}
@media screen and (max-width: 610px) {
  h1,
  .h1 {
    font-size: 28px;
    line-height: 110%;
  }
}
@media screen and (max-width: 550px) {
  h2,
  .h2 {
    font-size: 22px;
  }
}
@keyframes slideUp {
  0% {
    transform: translateX(-100%);
  }
  50% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(100%);
  }
}
@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
/*============ HEADER =================*/
#header {
  background: rgba(255, 255, 255, 0.0509803922);
  padding: 10px 0;
  position: fixed;
  z-index: 12;
  top: 0;
  width: 100%;
  padding: 20px 0;
  transition: var(--transition);
}
#header .header__logo {
  max-height: 60px;
  max-width: 176px;
  min-width: 176px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
#header .header__logo img {
  width: auto;
}
#header .header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
#header .header__left {
  display: flex;
  align-items: center;
  gap: 20px;
}
#header .header__right {
  display: flex;
  align-items: center;
  gap: 20px;
}
#header .header__address {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--secondaryText);
  cursor: pointer;
}
#header .header__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
#header .header__logo-text {
  color: var(--mainTextSecond);
  max-width: 205px;
}
#header .header__contacts {
  display: flex;
  gap: 50px;
  align-items: center;
}
#header .header__contacts-right {
  display: flex;
  gap: 20px;
  align-items: center;
}
#header .header__contacts-info {
  flex-direction: column;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 5px;
}
#header .header__nav {
  display: flex;
  align-items: center;
  gap: 30px;
  list-style: none;
}
#header .header__nav .nav-menu-element {
  position: relative;
}
#header .header__nav .nav-menu-element a {
  font-family: var(--fontFamily);
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  color: var(--secondaryText);
  transition: var(--transition);
}
#header .header__nav .nav-menu-element a:hover {
  color: var(--primary);
}
#header .header__nav .nav-menu-element.active::before {
  content: "";
  position: absolute;
  height: 10px;
  background: var(--primary);
  width: 100%;
  bottom: -18px;
}
#header .header__nav .nav-menu-element {
  list-style: none;
}
#header .header__nav .nav-menu-element.has-childs > a {
  display: flex;
  align-items: center;
  gap: 6px;
}
#header .header__nav .nav-menu-element.has-childs > a::after {
  content: "";
  position: relative;
  display: block;
  width: 12px;
  height: 12px;
  flex-shrink: 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../images/arrow-menu-down.svg);
  background-position: center;
  transition: all 0.3s ease-in-out;
}
#header .header__nav .nav-menu-element.has-childs {
  position: relative;
}
#header .header__nav .nav-menu-element.has-childs.active::before {
  bottom: -20px;
}
#header .header__nav .nav-menu-element.has-childs:hover .sub-menu {
  opacity: 1;
  visibility: visible;
}
#header .header__nav .nav-menu-element.has-childs .sub-menu {
  display: grid;
  grid-template-columns: repeat(2, 220px);
  gap: 10px;
  position: absolute;
  align-items: start;
  top: 31px;
  width: -moz-max-content;
  width: max-content;
  height: -moz-max-content;
  height: max-content;
  min-width: 300px;
  left: 0;
  right: 0;
  opacity: 0;
  transform: translate(0%, 10px);
  visibility: hidden;
  gap: 10px;
  padding: 20px;
  background: var(--card);
  z-index: 100;
  transition: all 0.3s;
  transition-delay: 0.15s;
}
#header .header__nav .nav-menu-element.has-childs .sub-menu .nav-menu-element::before {
  content: unset;
}
#header .header__nav .nav-menu-element.has-childs .sub-menu a {
  color: var(--headPrimary);
}
#header .header__nav .nav-menu-element.has-childs .sub-menu a:hover {
  color: var(--hover);
}
#header .header__nav .nav-menu-element.has-childs:hover > a {
  color: var(--hover);
}
#header .header__nav .nav-menu-element.has-childs:hover > a:after {
  filter: brightness(0) saturate(100%) invert(43%) sepia(75%) saturate(2355%) hue-rotate(1deg) brightness(104%) contrast(104%);
  transform: rotate(180deg);
}
#header .header__workTime {
  color: var(--mainTextSecond);
}
#header .header__btn {
  color: var(--card);
  background: transparent;
}
#header .header__btn:hover {
  background: var(--primary);
}
#header .header__line {
  width: 100%;
  height: 1px;
  background: var(--mainTextPrimary);
}
#header .header__btn-modal {
  width: 100%;
}
#header .header__phones-fixed {
  position: fixed;
  z-index: 12;
  bottom: 50px;
  right: 50px;
}
#header .header__phones-fixed a {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: var(--card);
  display: flex;
  justify-content: center;
  align-items: center;
}
#header .header__phones-fixed a svg {
  max-width: 35px;
  max-height: 35px;
}
#header.painted, .privacy-policy #header {
  background: var(--bgSecondary);
}
#header .phone {
  color: var(--card);
  transition: var(--transition);
}
#header .phone:hover {
  color: var(--primary);
}
.privacy-policy #header {
  position: sticky;
}

/*================ MOBILE MNU =============*/
#header .mobile__nav {
  list-style: none;
  margin-bottom: 20px;
}
#header .mobile__nav a {
  color: var(--card);
}
#header .phones-holder {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
#header .address-holder {
  margin-bottom: 20px;
}
#header .address-holder p {
  color: var(--card);
}
#header .logo-holder {
  margin-bottom: 20px;
}
#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 {
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 320px;
  background-color: var(--headPrimary);
  padding: 30px;
  transition: all 0.3s ease-in;
  transform: translateX(-350px);
  z-index: 9999;
  overflow-y: auto;
  overflow-x: hidden;
}


#header #mobile-mnu .header__address {
margin-bottom: 30px;
}

#header #mobile-mnu #close-mnu {
  font-size: 45px;
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
  transform: rotate(45deg);
  display: block;
  color: var(--primary);
}
#header #mobile-mnu .phones-holder {
  margin-bottom: 20px;
}
#header #mobile-mnu.opened {
  transform: translateX(0);
}

@media screen and (max-width: 1280px) {
  #header .burger.open_menu {
    display: flex;
  }
  #header .header__nav {
    display: none;
  }
}
@media screen and (max-width: 790px) {
  #header .header__right .soc-holder {
    display: none;
  }
}
@media screen and (max-width: 632px) {
  #header .header__contacts .soc-holder {
    display: none;
  }
  #header .header__logo {
    min-width: unset;
    max-width: 100%;
  }
  #header .header__inner {
    gap: 10px;
  }
}
@media screen and (max-width: 590px) {
  #header .header__inner .phone {
    font-size: 16px;
    line-height: 110%;
  }
}
@media screen and (max-width: 540px) {
  #header .header__logo {
    max-width: 150px;
  }
  #header .header__left {
    gap: 10px;
  }
}
@media screen and (max-width: 490px) {
  #header .header__inner .header__address {
    display: none;
  }
}
@media screen and (max-width: 400px) {
  #header .header__logo {
    max-width: 90px;
  }
}
/*============ FOOTER ===============*/
#footer {
  background: var(--headPrimary);
  padding-top: 34.5px;
}
#footer .footer__top {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-bottom: 30px;
}
#footer .footer__column:last-child {
  display: flex;
  justify-content: flex-end;
}
#footer .footer__column-inner {
  max-width: 257px;
}
#footer .footer__item {
  margin-bottom: 30px;
}
#footer .footer__logo {
  max-height: 60px;
  max-width: 176px;
  min-width: 176px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
#footer .footer__logo img {
  width: auto;
}
#footer .footer__requisites *, #footer .footer__work-time * {
  color: var(--secondaryText);
}
#footer .footer__requisites p, #footer .footer__work-time p {
  margin-bottom: 10px;
}
#footer .footer__requisites p:last-child, #footer .footer__work-time p:last-child {
  margin-bottom: 0;
}
#footer .footer__title {
  margin-bottom: 20px;
  color: var(--mainTextSecond);
}
#footer .footer__shops {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
#footer .footer__shop {
  display: flex;
  gap: 15px;
}
#footer .footer__shop-text {
  color: var(--secondaryText);
}
#footer .footer__shop-icon {
  max-width: 24px;
  max-height: 24px;
  width: 24px;
  height: 24px;
  min-width: 24px;
}
#footer .footer__bottom {
  padding: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  border-top: 1px solid var(--mainTextSecond);
}
#footer .footer__dev {
  display: flex;
  gap: 10px;
  align-items: center;
  color: var(--mainTextSecond);
}
#footer .footer__dev:hover {
  color: var(--primary);
}
#footer .footer__dev:hover .glogo {
  background-color: var(--primary);
}
#footer .footer__copyright {
  color: var(--mainTextSecond);
}
#footer .phones-holder {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
#footer .phone {
  color: var(--headSecondary);
  transition: var(--transition);
}
#footer .phone:hover {
  color: var(--primary);
}
#footer .emails-holder {
  flex-direction: column;
}
#footer .email {
  color: var(--headSecondary);
  transition: var(--transition);
}
#footer .email:hover {
  color: var(--primary);
}
#footer .soc-holder {
  flex-direction: column;
}
#footer .soc-btn {
  width: 100%;
}
#footer .privacy-policy {
  color: var(--mainTextSecond);
  text-decoration: underline;
  transition: var(--transition);
}
#footer .privacy-policy:hover {
  color: var(--primary);
}
@media screen and (max-width: 1121px) {
  #footer .footer__logo,
  #footer .footer__btn,
  #footer .emails-holder {
    margin-bottom: 20px;
  }
  #footer .footer__column-inner {
    max-width: 100%;
  }
}
@media screen and (max-width: 744px) {
  #footer .footer__bottom {
    flex-direction: column;
  }
}
@media screen and (max-width: 870px) {
  #footer {
    padding-top: 30px;
  }
  #footer .footer__top {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
  }
  #footer .footer__column:first-child {
    order: 2;
  }
  #footer .footer__column:nth-child(2) {
    order: 1;
  }
  #footer .footer__column:nth-child(3) {
    order: 3;
  }
  #footer .footer__title {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 400px) {
  #footer .soc-holder {
    width: 100%;
  }
  #footer .soc-btn {
    justify-content: center;
  }
  #footer .footer__column {
    width: 100%;
  }
  #footer .footer__column:last-child {
    justify-content: flex-start;
  }
  #footer .footer__column-inner {
    width: 100%;
  }
}
/* ============== MODAL ============= */
.wpcf7 .wpcf7-response-output,
.wpcf7 .wpcf7-not-valid-tip {
  display: none;
}
.wpcf7 .ajax-loader {
  display: none;
}
.wpcf7 .wpcf7-spinner {
  display: none;
}

.form.form-v2 button {
  width: 100%;
}
.form.form-v2 .form-subtitle {
  text-transform: uppercase;
  margin-bottom: 20px;
  color: var(--mainTextPrimary);
}
.form.form-v2 .checkbox-holder {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 25px;
  /* Checked */
  /* Hover */
}
.form.form-v2 .checkbox-holder .form-line {
  height: 20px;
  width: 3px;
  display: block;
  background: var(--mainTextSecond);
}
.form.form-v2 .checkbox-holder .form_radio input[type=radio] {
  display: none;
}
.form.form-v2 .checkbox-holder .form_radio label {
  display: inline-block;
  cursor: pointer;
  display: flex;
  gap: 10px;
  align-items: center;
  margin-right: 0;
  line-height: 18px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  color: var(--mainTextSecond);
  transition: var(--transition);
}
.form.form-v2 .checkbox-holder .form_radio label:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 2px solid var(--mainTextSecond);
  background: #fff;
  transition: var(--transition);
}
.form.form-v2 .checkbox-holder .form_radio input[type=radio]:checked + label:before {
  background: var(--hover);
  border-color: var(--card);
  box-shadow: 0 0 0 1px var(--hover);
}
.form.form-v2 .checkbox-holder .form_radio input[type=radio]:checked:before {
  background: var(--hover);
  border-color: var(--card);
  box-shadow: 0 0 0 1px var(--hover);
}
.form.form-v2 .checkbox-holder .form_radio input[type=radio]:checked + label {
  color: var(--hover);
}
.form.form-v2 .checkbox-holder .form_radio label:hover:before {
  background: var(--hover);
  border-color: var(--card);
  box-shadow: 0 0 0 1px var(--hover);
}
.form.form-v2 .checkbox-holder .form_radio label:hover {
  color: var(--hover);
}

#modal-success,
#modal-error {
  max-width: 100%;
}
#modal-success .btn,
#modal-error .btn {
  width: 100%;
}

.theme-modal {
  display: none;
}

}
.theme-modal#modal-city #cities-select-list {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 10px;
}
.theme-modal#modal-city #cities-select-list .cities-group-letter {
  font-weight: 700;
  color: var(--primary);
}
.theme-modal#modal-city #cities-select-list .cities-group {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 5px 15px;
}
.theme-modal#modal-city span[data-gmr-city] {
  cursor: pointer;
  transition: color 0.3s ease-in;
  display: flex;
  font-size: 16px;
  line-height: 20px;
}
.theme-modal#modal-city span[data-gmr-city]:hover {
  color: var(--primary);
}



.theme-modal.fancybox__content {
  width: 515px;
  padding: 40px;
  background: var(--bg);
  box-sizing: border-box;
  position: relative;
  border-radius: 10px;
}
.theme-modal.fancybox__content > .f-button.is-close-btn svg path {
  transition: stroke 0.3s ease-in;
}
.theme-modal.fancybox__content > .f-button.is-close-btn:hover svg path {
  stroke: var(--primary);
}
.theme-modal input[type=file], .theme-modal .wc-block-checkout .wc-blocks-components-select__container select[type=file], .wc-block-checkout .wc-blocks-components-select__container .theme-modal select[type=file], .theme-modal [type=file].input {
  display: none;
}
.theme-modal button {
  margin-bottom: 20px;
}
.theme-modal .form__item {
  text-transform: uppercase;
  color: var(--mainTextSecond);
}
.theme-modal .close-modal {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}
.theme-modal .form__title {
  margin-bottom: 15px;
  color: var(--headPrimary);
}
.theme-modal .form__descr {
  margin-bottom: 17px;
  color: var(--mainTextPrimary);
}
.theme-modal .f-button.is-close-btn {
  display: none;
}
.theme-modal .reviews__link {
  display: none;
}
.theme-modal .reviews__content {
  max-height: unset;
}


.theme-modal#modal-city {
  width: 1240px;
}
.theme-modal#modal-city #cities-select-list {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 10px;
}
.theme-modal#modal-city #cities-select-list .cities-group-letter {
  font-weight: 700;
  color: var(--primary);
}
.theme-modal#modal-city #cities-select-list .cities-group {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 5px 15px;
}
.theme-modal#modal-city span[data-gmr-city] {
  cursor: pointer;
  transition: color 0.3s ease-in;
  display: flex;
  font-size: 16px;
  line-height: 20px;
}
.theme-modal#modal-city span[data-gmr-city]:hover {
  color: var(--primary);
}

[form-send][disabled] {
  opacity: 0.5;
}

@media screen and (max-width: 510px) {
  .theme-modal.fancybox__content {
    padding: 40px 20px;
  }
  .theme-modal .close-modal {
    top: 20px;
    right: 20px;
  }
}

.theme-modal.fancybox__content {
  width: 750px;
  padding: 73px 50px;
  background: var(--bgThirdly);
  box-sizing: border-box;
  position: relative;
}
.theme-modal.fancybox__content > .f-button.is-close-btn svg path {
  transition: stroke 0.3s ease-in;
}
.theme-modal.fancybox__content > .f-button.is-close-btn:hover svg path {
  stroke: var(--primary);
}
.theme-modal input[type=file] {
  display: none;
}
.theme-modal button {
  margin-bottom: 20px;
}
.theme-modal .file span {
  position: relative;
  display: block;
  transition: 0.3s;
  cursor: pointer;
  color: var(--headPrimary);
}
.theme-modal .file span:hover {
  color: var(--hover);
}
.theme-modal .file__holder {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.theme-modal .file__right {
  display: flex;
  align-items: center;
  gap: 20px;
}
.theme-modal .form__item {
  text-transform: uppercase;
  color: var(--mainTextSecond);
}
.theme-modal .close-modal {
  position: absolute;
  top: 40px;
  right: 40px;
  cursor: pointer;
}
.theme-modal .form__title {
  text-transform: uppercase;
  margin-bottom: 15px;
}
.theme-modal .form__descr {
  margin-bottom: 17px;
  color: var(--mainTextPrimary);
}
.theme-modal .f-button.is-close-btn {
  display: none;
}

[form-send][disabled] {
  opacity: 0.5;
}

@media screen and (max-width: 510px) {
  .theme-modal.fancybox__content {
    padding: 40px 20px;
  }
  .theme-modal .close-modal {
    top: 20px;
    right: 20px;
  }
}
.services__holder {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

@media screen and (max-width: 1300px) {
  .services__holder {
    grid-template-columns: 1fr;
  }
}
.error-page {
  position: relative;
  z-index: 0;
  display: flex;
  align-items: center;
}
.error-page .container {
  z-index: 1;
}
.error-page::after {
  z-index: -1;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  height: 100%;
  width: 100%;
  transform: translate(-50%, -50%);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), linear-gradient(90deg, rgba(0, 0, 0, 0) 28.72%, rgba(0, 0, 0, 0.4) 100%);
}
.error-page .error__content {
  display: flex;
  gap: 130px;
  align-items: center;
}
.error-page .error__title {
  color: var(--headSecondary);
  margin-bottom: 20px;
  text-align: center;
  margin-bottom: 30px;
}
.error-page .error__descr {
  color: var(--headSecondary);
  margin-bottom: 40px;
  text-align: center;
  max-width: 331px;
  margin: 0px auto;
  margin-bottom: 60px;
}
.error-page .error__btn {
  margin: 0px auto;
  background: var(--fifth);
  border-color: var(--fifth);
  text-decoration: unset;
  text-transform: unset;
  transition: var(--transition);
  border-radius: 10px;
}
.error-page .error__btn:hover {
  background: var(--primary);
  border-color: var(--primary);
}
.error-page .error__img {
  margin: 0px auto;
  margin-bottom: 60px;
  max-width: 342px;
  max-height: 142px;
}
@media screen and (max-width: 1440px) {
  .error-page .error__content {
    gap: 10px;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 1320px) {
  .error-page .error__content {
    justify-content: center;
    gap: 20px;
  }
  .error-page .error__title,
  .error-page .error__descr {
    text-align: center;
  }
  .error-page .btn {
    margin: 0px auto;
  }
}/*# sourceMappingURL=main.css.map */