@charset "UTF-8";

/*========= VARIABLES ==========*/
:root {
  --bg-primary-main: #0c0e13;
  --bg-primary-second: #181922;
  --bg-primary-third: #191c26;
  --bg-primary-stroke: #2a2e3d;
  --text-primary-head: #fafafa;
  --text-primary-main: #dedede;
  --text-primary-second: #a1a1a1;
  --colors-main: #ee2c54;
  --colors-second: #cc032c;
  --hover-main: #fafafa;
	--f-family: "Montserrat", sans-serif;
  --font-family: "Inter Tight", sans-serif;
  --second-family: "PT Sans Narrow", sans-serif;
  --danger: #F84747;
  --warning: #FD8E4A;
  --success: #23B754;
  --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;
}

span {
  color: rgba(250, 250, 250, 0.2);
}

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

body {
  background-color: var(--bg-primary-main);
  overflow-x: hidden !important;
  margin: 0 auto;
  width: auto;
}

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

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

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

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

ul li {
  list-style-position: inside;
  color: var(--text-primary-head);
}

ul li::marker {
  color: #1f2f47;
}

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

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

h1.page-title {
  margin-bottom: 40px;
}

h1,
.h1 {
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 72px;
  line-height: 110%;
  text-transform: uppercase;
  color: var(--text-primary-head);
}

h2,
.h2 {
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 42px;
  line-height: 110%;
  text-transform: uppercase;
  color: var(--text-primary-head);
}

h3,
.h3 {
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 32px;
  line-height: 120%;
  color: var(--text-primary-head);
}

h4,
.h4 {
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
  color: var(--text-primary-head);
}

h5,
.wp-editor h3,
.h5,
#footer .address *,
#footer .footer__work-time * {
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 20px;
  line-height: 120%;
  color: var(--text-primary-head);
}

h6,
.h6,
#footer .footer__menu .nav-menu-element a,
#header .header__nav .nav-menu-element.has-childs .sub-menu a {
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 16px;
  line-height: 120%;
  color: var(--text-primary-head);
}

.p1,
.theme-modal .file span {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  color: var(--text-primary-head);
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  font-family: var(--font-family);
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 130%;
  letter-spacing: 0%;
}

.p2,
#footer .footer__menu a,
#footer .footer__menu .sub-menu a,
#header #mobile-mnu .mobile__menu a,
.wp-editor p,
.wp-editor li,
.input__placeholder,
input::placeholder,
textarea::placeholder,
input,
textarea {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: var(--text-primary-head);
}

.p3,
.theme-modal .form__privacy-text a,
.theme-modal .form__privacy-text,
#footer .footer__requisites p,
.form__privacy-text a,
.form__privacy-text,
.form__privacy a,
.form__privacy,
.input__wrapper.focus .input__placeholder,
.breadcrumbs span,
.breadcrumbs {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: var(--text-primary-head);
}

.p4 {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  color: var(--text-primary-head);
}

.menu,
#header .header__nav .nav-menu-element a {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: var(--text-primary-head);
}

.button,
.btn {
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  text-transform: uppercase;
  color: var(--text-primary-head);
}

.button:hover,
.btn:hover {
  border: 1px solid var(--colors-main);
  border-radius: 1000px;
  background: var(--bg-primary-main);
  color: var(--text-primary-head);
}

.number {
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 72px;
  line-height: 120%;
  color: var(--text-primary-head);
}

.breadcrumbs {
  padding: 15px 0;
  color: var(--text-primary-second);
  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(--colors-second);
}

.breadcrumbs .separator {
  display: block;
  width: 8px;
  height: 8px;
  background: var(--colors-main);
}

.breadcrumbs a {
  color: var(--text-primary-main);
}

.breadcrumbs a:hover {
  color: var(--text-primary-main);
}

.breadcrumbs a.current-item {
  color: var(--colors-second);
  pointer-events: none;
}

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

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

.btn-reset {
  background: unset;
  border: none;
  outline: none;
}

.btn {
  display: flex;
  align-items: center;
  gap: 5px;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  background: var(--colors-main);
  border: 1px solid var(--colors-main);
  outline: none;
  color: var(--card);
  cursor: pointer;
  transition: all 0.3s ease-in;
  padding: 20px;
  box-sizing: border-box;
  color: var(--text-alt-head);
}

.btn svg path {
  transition: var(--transition);
}

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

.btn.white {
  background-color: var(--bg-primary-main);
  color: var(--text-primary-head);
  border-color: var(--bg-primary-stroke);
}

.btn.white:hover {
  border-color: var(--hover-main);
  background: var(--hover-main);
  color: var(--bg-primary-main);
}

.btn.invert {
  background: transparent;
  color: var(--text-primary-head);
  border: 1px solid var(--bg-primary-stroke);
}

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

.btn.grey {
  background: var(--bg-primary-stroke);
  border-color: var(--bg-primary-stroke);
  color: var(--text-primary-head);
}

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

input,
textarea {
  width: 100%;
  outline: none;
  transition: var(--transition);
  color: var(--text-primary-main);
  border: 1px solid var(--bg-primary-stroke);
  padding: 19.5px 20px;
  max-height: 60px;
  background: var(--bg-primary-main);
  cursor: pointer;
}

input:hover,
textarea:hover {
  border: 1px solid var(--colors-second) !important;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: var(--text-primary-second);
}

input::placeholder,
textarea::placeholder {
  color: var(--text-primary-second);
}

input:focus,
textarea:focus {
  border-color: var(--hover-main);
}

input.error,
textarea.error {
  border-color: red !important;
}

input.error+label,
textarea.error+label {
  color: red;
}

.form__privacy input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 16px;
  height: 16px;
  min-width: 16px;
  border: 1px solid #ccc;
  border-radius: 3px;
  background-color: white;
  padding: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
}

.form__privacy input[type=checkbox].error {
  border-color: red;
}

.form__privacy input[type=checkbox]:checked {
  background-color: var(--colors-main);
}

.form__privacy input[type=checkbox]:checked::after {
  opacity: 1;
}

.form__privacy input[type=checkbox]::after {
  content: '';
  position: absolute;
  color: white;
  font-size: 12px;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  border-radius: 5px;
  background-color: var(--colors-second);
  border: 1px solid var(--colors-second);
  transition: var(--transition);
  justify-content: center;
  display: flex;
  width: 100%;
  height: 100%;
  background-image: url('../images/check.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px 16px;
}

select option {
  background: rgba(250, 250, 250, 0.1);
}

textarea {
  resize: none;
  width: 100%;
  max-height: 160px;
  min-height: 160px;
}

.inputs__holder {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-bottom: 15px;
}

.input__wrapper {
  position: relative;
}

.input__placeholder {
  position: absolute;
  left: 20px;
  top: 19.5px;
  color: var(--text-primary-second);
  line-height: 1 !important;
  background: var(--bg-primary-main);
  transition: all 0.3s;
  font-family: var(--font-family);
  padding: 4px;
}

.input__wrapper.focus .input__placeholder {
  top: 4px;
  font-family: var(--font-family);
  background-color: transparent;
}

.input__wrapper input,
.input__wrapper textarea {
  color: transparent;
}

.input__wrapper.focus input,
.input__wrapper.focus textarea {
  padding-top: 28px;
  padding-bottom: 12px;
  color: var(--text-primary-second);
}

.input__wrapper.write input,
.input__wrapper.write textarea {
  border-color: var(--success) !important;
  color: var(--success);
}

.input__wrapper.write .input__placeholder {
  color: var(--success);
}

input[type=file] {
  display: none;
}

.file span {
  position: relative;
  display: block;
  transition: 0.3s;
  cursor: pointer;
  text-align: center;
}

.file {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
}

.file svg path {
  transition: var(--transition);
}

.file:hover svg path {
  fill: var(--bg-primary-main);
}

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

.soc:hover {
  fill: var(--colors-second) !important;
  background-color: var(--colors-second) !important;
  border: 1px solid var(--colors-second) !important;
}

.contact-holder .btn {
  border: 1px solid var(--colors-main);
  border-radius: 1000px;
  padding: 20px 30px;
  max-width: 128px;
  max-height: 50px;

  font-family: var(--second-family);
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  text-transform: uppercase;
  color: var(--text-primary-head);
  background: transparent;
}

.contact-holder .btn:hover {
  background: var(--colors-main);
}

.soc {
  width: 50px;
  height: 50px;
  border-radius: 1000px;
  fill: var(--bg-primary-third);
  border: 1px solid var(--bg-primary-stroke);
  align-content: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.soc img,
.soc svg {
  width: 22px;
  height: 22px;
  -o-object-fit: cover;
  object-fit: cover;
}



.soc:hover svg path {
  fill: var(--text-primary-head);
}

.soc svg path {
  transition: var(--transition);
}

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

#main,
#primary {
  min-height: 63vh;
  padding-top: 140px;
}

section,
.archive__wrapper {
  margin-bottom: 100px;
}

.block-padding {
  padding: 100px 0;
}

.section__title {
  margin-bottom: 40px;
}

.section__title span {
  color: var(--colors-main);
}

.swiper__bottom {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  align-items: center;
}

.swiper__bottom .nav-holder {
  margin-top: 0;
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1px;
  margin-top: 30px;
}

.pagination span.page-numbers.next svg path,
.pagination span.page-numbers.prev svg path {
  fill: var(--bg-primary-second);
}

.pagination span.page-numbers {
  background: var(--colors-main);
  color: var(--bg-primary-main);
}

.pagination span.page-numbers.dots {
  background: none;
  color: var(--text-primary-head);
}

.pagination a.page-numbers:hover {
  background: var(--hover-main);
  color: var(--bg-primary-main);
}

.pagination a.page-numbers.next:hover:hover,
.pagination a.page-numbers.prev:hover:hover {
  background: var(--hover-main);
  border-color: var(--hover-main);
  border-color: var(--hover-main);
}

.pagination a.page-numbers.next:hover:hover svg path,
.pagination a.page-numbers.prev:hover:hover svg path {
  stroke: var(--bg-primary-main);
}

.pagination .page-numbers {
  width: 60px;
  height: 60px;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--bg-primary-stroke);
}

.pagination .page-numbers.next,
.pagination .page-numbers.prev {
  min-width: 60px;
  position: static;
  inset: 0 !important;
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent;
  transition: var(--transition);
  background: var(--bg-primary-main);
}

.archive__title {
  max-width: 880px;
}

.archive__wrapper-doctors {
  padding-top: 0;
}

.nav__wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin-bottom: 30px;
}

.nav__link {
  box-sizing: border-box;
  display: block;
  color: var(--text-primary-head);
  transition: var(--transition);
  padding: 17px;
  background: var(--bg-primary-second);
  border: 1px solid var(--bg-primary-stroke);
}

.nav__link:hover,
.nav__link.current {
  background: var(--hover-main);
  border-color: var(--hover-main);
  color: var(--bg-primary-main);
}

.nav__link.current {
  pointer-events: none;
}

.form__privacy {
  color: var(--text-primary-second);
}

.form__privacy a {
  color: var(--colors-second);
  text-decoration: underline;
}

.form__privacy {
  margin-top: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.form__privacy-text {
  color: var(--secondary-text);
}

.form__privacy-text a {
  color: var(--colors-second);
  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;
}

.swiper-holder {
  position: relative;
}

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

.nav-holder .slider-button {
  position: static;
  inset: 0;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  flex-shrink: 0;
  border: 1px solid var(--bg-primary-stroke);
  transition: var(--transition);
  background: transparent;
}

.nav-holder .slider-button svg,
.nav-holder .slider-button img {
  width: 20px;
  height: 20px;
  -o-object-fit: cover;
  object-fit: cover;
}

.nav-holder .slider-button svg path,
.nav-holder .slider-button img path {
  transition: var(--transition);
}

.nav-holder .slider-button::after {
  display: none;
}

.nav-holder .slider-button:hover {
  background: var(--hover-main);
}

.nav-holder .slider-button:hover svg path {
  stroke: var(--bg-primary-main);
}

.swiper-pagination {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  inset: 0;
  position: static;
  max-width: -moz-fit-content;
  max-width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.swiper-pagination-bullet {
  opacity: 1 !important;
  margin: 0 !important;
  width: 8px;
  height: 8px;
  background: var(--bg-primary-third) !important;
  border-radius: unset !important;
  transition: var(--transition);
}

.swiper-pagination-bullet-active {
  border-radius: 100% !important;
  fill: var(--colors-second) !important;
  width: 10px !important;
  height: 10px !important;
  background: var(--colors-second) !important;
}

.swiper-holder {
  z-index: 0;
}

.swiper-holder:hover .nav-holder {
  opacity: 1;
}

.swiper-holder .nav-holder {
  opacity: 0;
  transition: var(--transition);
  margin-top: 0;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: -70px;
  right: -70px;
  transform: translatey(-50%);
}

.swiper-holder .nav-holder .nav-btns {
  width: 100%;
  justify-content: space-between;
}

.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(--text-primary-main);
  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;
}

.wp-editor p:first-child {
  margin-top: 0 !important;
}

.wp-editor p:last-child {
  margin-bottom: 0 !important;
}

.wp-editor p,
.wp-editor li {
  color: var(--text-primary-main);
}

.wp-editor p {
  margin-bottom: 10px;
}

.wp-editor ul {
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.wp-editor ul li {
  list-style: none;
  padding-left: 20px;
  position: relative;
}

.wp-editor ul li::before {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 0;
  width: 12px;
  height: 12px;
  background: url("../images/li-icon.svg");
  background-repeat: no-repeat;
  background-size: cover;
}

.wp-editor h2,
.wp-editor h3,
.wp-editor h4,
.wp-editor h5,
.wp-editor h6 {
  margin-top: 20px;
  margin-bottom: 10px;
}

@media screen and (max-width: 1840px) {
  .swiper-holder:hover .nav-holder {
    z-index: 1;
    left: 30px;
    right: 30px;
  }

  .swiper-holder .nav-holder {
    left: 30px;
    right: 30px;
  }
}

@media screen and (max-width: 1200px) {

  section,
  .archive__wrapper {
    margin-bottom: 40px;
  }

  .block-padding {
    padding: 40px 0;
  }
}

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

  h1,
  .h1 {
    font-size: 32px;
    line-height: 110%;
  }

  .section__title {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 600px) {
  .pagination .page-numbers {
    min-width: 40px;
    height: 40px;
    width: 40px;
  }
}

@media screen and (max-width: 550px) {

  h1,
  .h1 {
    font-size: 26px;
  }

  h3,
  .h3,
  h2,
  .h2 {
    font-size: 26px;
  }
}

@media screen and (max-width: 450px) {
  .btn {
    width: 100%;
  }

  .swiper__bottom {
    gap: 5px;
    flex-wrap: wrap;
    justify-content: center;
  }

  h3,
  .h3,
  h2,
  .h2 {
    font-size: 24px;
  }
}

@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 {
  position: fixed;
  z-index: 30;
  top: 0;
  width: 100%;
  border-radius: 30px;
  padding: 20px 195px;
  max-width: 100%;
  max-height: 139px;
  background: rgba(24, 25, 34, 0.01);
}

#header::after {
  display: block;
  content: '';
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  backdrop-filter: blur(30px);
  opacity: 1;
  transition: 0.3s all ease-in-out;
}

/* #header.painted {

  background: unset;

  padding: 20px;
  align-items: center;
  justify-content: center;
  padding: 0;
  backdrop-filter: unset;
}

#header.painted::after {
  opacity: 0;
}

#header.painted .header__inner {
  background: #18192233;
  border: 1px solid #2A2E3D;
  backdrop-filter: blur(50px);
  padding: 20.5px 20px;
  border-radius: 1000px;
}

#header.painted .header__top {
  margin: 0;
} */

#header .header__inner {}

/* #header.painted .header__bottom {
  display: none;
}

#header.painted .header_line {
  display: none;
} */

#header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 25px;
}

@media (max-width: 480px) {
	#header .container {
		padding: 0;
	}
}

#header .header__inner {
  display: flex;
  width: 100%;
  flex-direction: column;
}



#header .header__top {
  display: flex;
  gap: 10px;
  justify-content: space-between;
  max-width: 1530px;
  align-items: center;
  max-height: 50px;
  width: 100%;
  height: 100%;
  margin-bottom: 15px;
}

#header .header__top .logo_content {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}

#header .header_line {
  border: 1px solid var(--bg-primary-stroke);
  max-width: 1530px;
  height: 0px;
}

#header .header__top .address p {
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 20px !important;
  line-height: 120%;
  color: #fff;
}

.addresses-holder,
.mobile-mnu__addresses-holder {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.addresses-holder .address,
.mobile-mnu__addresses-holder .address {
  flex-direction: row;
  display: flex;
  gap: 10px;
}

.addresses-holder .root_link,
.mobile-mnu__addresses-holder .root_link {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  margin-left: 30px;
  color: var(--colors-second);
}

#header .header__top .phone,
.mobile-mnu__phones-holder .phone {
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 20px;
  gap: 10px;
  display: flex;
  flex-direction: row;
  line-height: 120%;
  color: var(--text-primary-head);
}

#header .contact-holder {
  display: flex;
  flex-direction: row;
  gap: 10px;
}

#header .phones-holder,
.mobile-mnu__phones-holder {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

#header .phones-holder .phone-info,
.mobile-mnu__phone-info {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
}

#header .phones-holder .phone-info svg,
.mobile-mnu__phones-holder .phone-info svg {
  height: 1lh;
}

#header .phones-holder .phone-info .p3,
.mobile-mnu__phones-holder .phone-info .p3 {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #fff;
}

#header .header__bottom {
  margin-top: 15px;

}

#header .header__bottom ul {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: space-between;
}

#header .header__btns {
  display: flex;
  gap: 0;
  align-items: center;
}

#header .header__btn {
  height: 60px;
}

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

#header .header__right {
  width: 100%;
  flex-basis: 100%;
}

#header .header__logo {
  height:60px;
  width: 130px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#header .header__logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

#header .header_text_holder {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  width: max-content;
  color: var(--text-primary-main);
}


#header .header__nav ul {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  list-style: none;
}

#header .header__nav .nav-menu-element {
  position: relative;
  list-style: none;
}



.numbers {
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 72px;
  line-height: 120%;
  color: var(--text-primary-head);
}

#header .header__nav .nav-menu-element a {
  color: var(--text-primary-head);
  transition: var(--transition);
  display: flex;
  gap: 5px;
  align-items: center;
}

#header .header__nav .nav-menu-element a img {
  transition: var(--transition);
}

#header .header__nav .nav-menu-element a:hover {
  color: var(--hover-main);
}

#header .header__nav .nav-menu-element a:hover img {
  filter: brightness(0) saturate(100%) invert(12%) sepia(94%) saturate(2532%) hue-rotate(346deg) brightness(90%) contrast(116%);
}

#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: 1fr;
  gap: 15px;
  position: absolute;
  align-items: start;
  top: 20px;
  width: -moz-max-content;
  width: max-content;
  height: -moz-max-content;
  height: max-content;
  min-width: 280px;
  left: 0;
  right: 0;
  opacity: 0;
  transform: translate(0%, 10px);
  visibility: hidden;
  padding: 30px 40px;
  background: var(--bg-primary-main);
  border: 1px solid var(--bg-primary-stroke);
  z-index: 100;
  transition: all 0.3s;
  transition-delay: 0.15s;
  box-shadow: 0px 4px 32px 0px rgba(0, 0, 0, 0.0784313725);
}

#header .header__nav .nav-menu-element.has-childs .sub-menu a {
  color: var(--text-primary-head);
}

#header .header__nav .nav-menu-element.has-childs .sub-menu a:hover {
  color: var(--hover-main);
}

#header .header__nav .nav-menu-element.has-childs>a::after {
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  background: url("../images/dropdown.svg");
  background-repeat: no-repeat;
  background-size: cover;
  transition: var(--transition);
}

#header .header__nav .nav-menu-element.has-childs:hover>a {
  color: var(--hover-main);
}

#header .header__nav .nav-menu-element.has-childs:hover>a:after {
  filter: brightness(0) saturate(100%) invert(14%) sepia(27%) saturate(7494%) hue-rotate(345deg) brightness(86%) contrast(116%);
  transform: rotate(180deg);
}

#header .header__nav .nav-menu-element.active a,
#header #mobile-mnu .mobile__menu a {
  color: var(--hover-main) !important;
}

#header .header__nav .nav-menu-element.active a:hover,
#header #mobile-mnu .mobile__menu a:hover {
  color: var(--colors-second) !important;
}

#header .header__nav .nav-menu-element.active a img {
  filter: brightness(0) saturate(100%) invert(12%) sepia(94%) saturate(2532%) hue-rotate(346deg) brightness(90%) contrast(116%);
}


@media (max-width: 1920px) {
  #header {
    padding: 20px 0px;
  }
}

@media (max-width: 1350px) {

  #header .header_text_holder,
  #header .header__top .logo_content svg {
    display: none;
  }
}

/*================ MOBILE MNU =============*/
#header .mobile__nav {
  list-style: none;
  margin-bottom: 20px;
}

#header .mobile__nav a {
  color: var(--card);
}

#header .logo-holder {
  margin-bottom: 20px;
}

#header .burger.open_menu {
  display: none;
  flex-direction: column;
  background-color: transparent;
  height: 30px;
  width: 30px;
  align-items: flex-start;
  justify-content: center;
  gap: 6px;
  border-radius: 2px;
  flex-shrink: 0;
  cursor: pointer;
}

#header .burger.open_menu span {
  display: flex;
  background-color: var(--text-primary-head);
  border-radius: 10px;
  width: 30px;
  height: 2px;
  transition: var(--transition);
}

#header .burger.open_menu span:last-child {
  width: 15px;
}

#header #mobile-mnu {
  display: flex;
  flex-direction: column;
  position: fixed;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 390px;
  gap: 30px;
  background-color: var(--bg-primary-main);
  padding: 30px;
  padding-bottom: 80px;
  transition: all 0.3s ease-in;
  transform: translateX(-390px);
  z-index: 9999;
  overflow-y: auto;
  overflow-x: hidden;
}

#header #mobile-mnu #close-mnu {
  position: absolute;
  right: 30px;
  top: 33px;
  cursor: pointer;
  display: block;
}

#header #mobile-mnu #close-mnu svg path {
  transition: var(--transition);
}

#header #mobile-mnu #close-mnu:hover svg path {
  fill: var(--hover-main);
}




#header #mobile-mnu .mobile-mnu__logo {
  max-width: 100px;
}

#header #mobile-mnu .mobile-mnu__logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

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

#header #mobile-mnu .mobile__menu a {
  color: var(--text-primary-second);
}

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

#header #mobile-mnu .mobile__menu-title {}

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

#header #mobile-mnu .phones-holder {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

#header #mobile-mnu .soc-holder {
  margin-bottom: 20px;
}

#header #mobile-mnu .address-holder {
  margin-bottom: 20px;
}

#header #mobile-mnu .address-holder p {
  color: var(--card);
}

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

#header .dgwt-wcas-search-wrapp {
  width: 100%;
  width: 20.833vw;
  max-width: 400px;
}

#header .dgwt-wcas-search-wrapp input {
  border-radius: unset;
}

#header .dgwt-wcas-sf-wrapp {
  min-height: 60px;
}

@media screen and (max-width: 1440px) {
  #header .header__nav {
    gap: 15px;
  }
}

@media screen and (max-width: 1400px) {
  #header .header__top .address-holder {
    display: none;
  }

  #header .header__bottom,
  #header .header__top {
    padding-left: 10px;
  }
}

@media screen and (max-width: 1260px) {
  #header .header__nav {
    display: none;
  }




}

@media (max-width: 1150px) {
  #header .addresses-holder {
    display: none;
  }
}

@media (max-width: 950px) {
  #header .burger.open_menu {
    display: flex;
  }

  #header .header_line {
    display: none;
  }

  #header .header__bottom {
    display: none;
  }

  #header .header__top {
    margin-bottom: 0px;
    padding-right: 10px;
  }

  #header .soc-holder {
    display: none;
  }

  #mainbanner-block {
    margin-bottom: 40px !important;
  }

  .advants-twelve-block {
    margin-bottom: 60px !important;
  }

  .works-four-block {
    margin-bottom: 60px !important;
  }

  .form-two-block {
    margin-bottom: 60px !important;
  }

  .about-twenty-block {
    margin-bottom: 60px !important;
  }

  .stocks-fourteen-block {
    margin-bottom: 60px !important;
  }

  .prices-five-block {
    margin-bottom: 60px !important;
  }

  .services-eleven-block {
    margin-bottom: 60px !important;
  }

  .reviews-twenty-block {
    margin-bottom: 60px !important;
  }

  .team-twelve-block {
    margin-bottom: 60px !important;
  }

  .gallery-nineteen-block {
    margin-bottom: 60px !important;
  }

  .contacts-six-block {
    margin-bottom: 60px !important;
  }

  .form-two-block__wrap .form_right {
    display: none !important;
  }

  .form-two-block__wrap {
    justify-content: center !important;
  }

  .form-two-block__title {
    text-align: center !important;
  }

  .about-twenty-block-container .about-top-image {
    width: -webkit-fill-available;
    border-radius: 30px;
    overflow: hidden;
  }

  .about-twenty-block-container .about-bottom {
    width: 100%;
    height: fit-content !important;
  }

  .about-twenty-block-container .about-bottom .video-item__main-videoWrap {
    max-height: 400px !important;
    height: -webkit-fill-available !important;
  }

  #footer .inputs__holder {
    display: flex !important;
    flex-direction: column !important;
    gap: 20px !important;
  }

  #footer .footer__top .logo_content {
    margin-right: 40px;
    
    
  }
}

@media (max-width: 768px) {

  #main,
  #primary {
    padding-top: 110px;
  }

  h2,
  .h2 {
    font-size: 38px !important;
    line-height: 110%;
  }

  #footer .form {
    flex-direction: column !important;
  }

  #footer .form .form_left {
    max-width: 100% !important;
  }

  #footer .form .form_right {
    max-width: 100% !important;
    width: 100% !important;
  }

  #footer .footer__bottom {
    flex-direction: column !important;
    gap: 10px !important;
  }

  #footer .footer__top {
height: 100%;
    display: flex !important;
    flex-direction: column !important;
    gap: 20px !important;
    justify-content: left !important;
  }
  #footer .footer_all_content{
    height: auto;
  }

  #footer .footer__top .logo_content {
    margin-right: 0 !important;
    gap: 30px !important;
    justify-content: left !important;
  }

  .advanteges-card-content {
    grid-template-columns: repeat(1, 1fr) !important;
  }

  .mainbanner_bottom {
    margin-top: 140px !important;
  }

  .advantages_big-card {
    width: 100% !important;
  }
}

@media (max-width: 650px) {
  .mainbanner_title h1 {
    font-size: 38px !important;
  }

  .mainbanner_title p {
    font-size: 18px !important;
  }

  html :where(img[class*=wp-image-]) {
    height: 35px !important;
    max-width: 100% !important;
    object-fit: contain !important;
  }

  #header .contact-holder .btn {
    display: none;
  }

  #header .phones-holder .phone-info {
    display: none;
  }

  .advants-twelve-block__first-advants .first-advants__text {
    padding: 0 !important;
  }

  .works-grid {
    display: flex !important;
    flex-direction: column !important;
    gap: 20px !important;
  }

  .works-four-block .work__title {
    max-width: 100% !important;
  }

  .mobile-mnu__addresses-holder .address p {
    font-size: 16px !important;
  }
}

@media screen and (max-width: 700px) {
  #header .header__btn {
    display: none;
  }
}

@media screen and (max-width: 600px) {
  #header .header__top .header__work-time {
    display: none;
  }
}

@media screen and (max-width: 550px) {
  #header #mobile-mnu {
    width: 320px;
  }
	
	 #mainbanner-block .background-mainbanner {
    margin-top: 120px !important;
  }

  #header .header__top .phone svg {
    display: none;
  }

  #main,
  #primary {
    padding-top: 90px;
  }

  #header .header__logo {
    min-width: unset;
    width: fit-content;
  }

  #header .phones-holder svg {
    display: none;
  }

  #header .header__logo img {
    -o-object-fit: contain;
    object-fit: contain;
    max-width: 110px;
  }

  #header .header__top .phone {
    font-size: 16px;
  }

  .header__socs {
    top: unset;
    bottom: 0;
  }

  h1,
  .h1 {
    font-size: 28px !important;
  }

  h2,
  .h2 {
    font-size: 28px !important;
  }

  h3,
  .h3 {
    font-size: 24px !important;
  }

  .mainbanner_title h1 {
    font-size: 32px !important;
  }
}

@media (max-width: 450px) {
  #header .shop-btn {
    height: 50px;
    width: 50px;
  }

 

  #header .dgwt-wcas-search-wrapp {
    margin-right: 0;
  }

  #header .shop-btn {
    min-width: 30px;
    min-height: 30px;
  }

  #header .container {
    gap: 10px;
  }

  #footer .form .form_left {
    min-width: 0px !important;
  }

  #footer .form {
    padding: 40px !important;
  }

  #footer .footer__top {
    margin-bottom: 20px !important;
  }
}

@media (max-width: 400px) {
  #header .header__top .phone {
    font-size: 14px;
  }

  #header .header__logo img {
    max-width: 100px !important;
  }

  #header .burger.open_menu span{
    width: 20px;
  }

  #header .contact-holder {
    display: none;
  }
}

/*============ FOOTER ===============*/
#footer {
  position: relative;
  z-index: 0;
  width: 100%;

}

#footer .footer_all_content {
  border-radius: 30px;
  padding: 60px 195px 30px;
  max-width: 100%;
  background: var(--bg-primary-second);
}

#footer .form {
  border-radius: 30px 30px 0 0;
  padding: 60px 195px;
  max-width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  background: radial-gradient(69.75% 69.75% at 49.68% 0%, #474c57 0%, #2c323e 100%);
}

#footer .h3 {
  font-family: var(--second-family) !important;
  font-weight: 700 !important;
  font-size: 32px !important;
  line-height: 120% !important;
  color: var(--text-primary-head) !important;
}

#footer .form .form__descr {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: var(--text-primary-main);
  margin-top: 30px;
}

#footer .form .form_left {
  max-width: 500px;
  min-width: 400px;
}

#footer .inputs__holder {
  display: flex;
  flex-direction: row;
  gap: 10px;
  margin-bottom: 20px;
  width: 100%;
}

select {
  background-color: rgba(250, 250, 250, 0.1);
  display: block;
  width: 362px;
  height: 60px !important;
  border: 1px solid var(--bg-primary-stroke);
  border-radius: 1000px;
  color: var(--text-primary-second);
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  padding: 14px 40px 14px 22px;
  vertical-align: top;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none !important;
  cursor: pointer;

  background-image: url("data:image/svg+xml,%3Csvg width='9' height='5' viewBox='0 0 9 5' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.5 0.5L4.5 4.5L8.5 0.5' stroke='%23A1A1A1' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 9px 5px;
}



select:not(:-internal-list-box):not([multiple]) option {
  min-inline-size: 24px;
  background-color: rgba(250, 250, 250, 0.1) !important;
  color: var(--text-primary-second);
  font-family: var(--font-family);
  font-weight: 400;
  border: 1px solid var(--bg-primary-stroke);
  border-radius: 1000px;
  font-size: 16px;
  padding-block-end: -internal-auto-base(1px, 0);
  display: -internal-auto-base(block, flex);
  align-items: center;
  padding-inline: -internal-auto-base(2px, 0.5em);

}




#footer .form .form_right {
  width: max-content;
}

#footer .form .form_right .inputs__holder .btn {
  border-radius: 1000px;
  padding: 20px 30px;
  max-width: 136px;
  background: var(--colors-main);
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  text-transform: uppercase;
  color: var(--text-primary-head);
  margin-bottom: 0px;
}

#footer .form .form_right .inputs__holder .btn:hover {
  background: var(--text-primary-head);
  color: var(--colors-main);
  border-color: var(--text-primary-head);
}

#footer .form .form_right .form__privacy {
  justify-content: flex-start;
}

#footer .inputs__holder input {
  border: 1px solid var(--bg-primary-stroke);
  border-radius: 1000px;
  padding: 22px;
  width: 100%;
  background: rgba(250, 250, 250, 0.1);
}

#footer .inputs__holder .input__placeholder {
  display: none;
}

#footer .form__privacy-text {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: var(--text-primary-main);
}

#footer .form__privacy-text a {
  text-decoration: none;
}

#footer .form__privacy input[type=checkbox] {
  border: 1px solid var(--text-primary-main);
  border-radius: 5px;
  padding: 4px;
  width: 24px;
  min-width: 24px;
  height: 24px;
  background: transparent;
}

#footer .footer__top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 60px;
}

#footer .footer__top .logo_content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height:auto;
}

#footer .footer__top .logo_content a {
  width: 160px;
  height:100px;
}

#footer .footer__top .menu_content {
  display: flex;
  flex-direction: column;
  height: auto;
}

#footer .footer__top .menu_content .menu_title {
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 20px;
  line-height: 120%;
  color: var(--text-primary-head);
  margin-bottom: 30px;
}

#footer .footer__top .menu_content ul li a {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: var(--text-primary-head);
}

#footer a:hover {
  color: var(--colors-second) !important;

}

#footer .footer__top .menu_content ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

#footer .footer__top .footer__socials .socials_title {
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 20px;
  line-height: 120%;
  color: var(--text-primary-head);
}

#footer .footer__top .emails-holder {
  margin-bottom: 0;
}

#footer .footer__top .phone,
#footer .footer__top .email,
#footer .footer__top .address * {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: var(--text-primary-head);
}

#footer .footer__top .footer__socials {
  display: flex;
  flex-direction: column;
  height: auto;
  gap: 30px;
}

#footer .footer__top .footer__socials .socials_content {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

#footer .footer__middle {
  padding-top: 60px;
  padding-bottom: 80px;
}

#footer .footer__column {
  flex-basis: 100%;
}

.footer__bottom {}

#footer .footer__column .phone,
#footer .footer__column .email,
#footer .footer__column .address {
  color: var(--bg-primary-stroke);
}

#footer .footer__column-first {
  display: flex;
  gap: 10px;
  flex-direction: column;
  justify-content: space-between;
}

#footer .footer__column-title {
  margin-bottom: 20px;
  color: var(--bg-primary-main);
}

#footer .footer__subtitle {
  color: var(--bg-primary-main);
  border: 1px solid var(--bg-primary-main);
  padding: 10px 20px;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin-bottom: 20px;
}

#footer .footer__title {
  margin-bottom: 15px;
  color: var(--text-alt-head);
}

#footer .footer__descr {
  margin-bottom: 40px;
  color: var(--text-alt-head);
}

#footer .footer__logo {
  max-width: 156px;
  max-height: 100px;
}

#footer .footer__left {
  max-width: 650px;
}

#footer .footer__right {
  max-width: 500px;
}

#footer .footer__requisites {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

#footer .footer__requisites p {
  color: var(--bg-primary-stroke);
}

#footer .footer__bottom {
  padding-top: 30px;
  border-top: 1px solid var(--bg-primary-stroke);
  ;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  background: var(--bg-primary-second);
}

#footer .footer__dev {
  display: flex;
  gap: 13px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  align-items: center;
  text-align: center;
  overflow: hidden;
  color: var(--text-primary-main);
}

#footer .footer__dev .glogo {
  transition: var(--transition);
}

#footer .footer__dev:hover {
  color: var(--text-primary-main) !important;
}

#footer .footer__dev:hover .glogo {
  background-color: var(--colors-main);
}

#footer .footer__copyright {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  text-align: right;
  color: var(--text-primary-main);
}

#footer .footer__menu {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-width: 270px;
}

#footer .footer__menu .nav-menu-element a {
  color: var(--bg-primary-main);
}

#footer .footer__menu .nav-menu-element a[href="#"] {
  pointer-events: none;
}

#footer .footer__menu .sub-menu {
  margin-top: 20px;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

#footer .footer__menu .sub-menu a {
  color: var(--bg-primary-stroke);
}

#footer .footer__menu .sub-menu a:hover {
  color: var(--bg-primary-main);
}

#footer .footer__menu a {
  color: var(--text-primary-second);
}

#footer .footer__work-time {
  margin-bottom: 10px;
}

#footer .footer__contacts {
  min-width: 270px;
}

#footer .footer__middle {
  display: flex;
  gap: 30px;
}

#footer .footer__contacts-gallery {
  display: flex;
  gap: 10px;
}

#footer .footer__contacts-title {
  margin-bottom: 20px;
  color: var(--bg-primary-main);
}

#footer .footer__contacts-icon {
  max-height: 20px;
}

#footer .footer__soc svg path {
  transition: var(--transition);
}

#footer .footer__soc:hover svg path {
  fill: var(--colors-main);
}


#footer .phone,
#footer .email {
  max-width: -moz-fit-content;
  max-width: fit-content;
  transition: var(--transition);
}

#footer .phone:hover,
#footer .email:hover {
  color: var(--colors-second) !important;
}

#footer .address-holder {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-bottom: 20px;
}

#footer .address,
#footer .footer__work-time {
  color: var(--text-primary-second);
}

#footer .address *,
#footer .footer__work-time * {
  color: var(--text-primary-second);
}

#footer .email {
  color: var(--bg-primary-main);
}

#footer .privacy-policy {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  color: var(--text-primary-main);
}

#footer .privacy-policy:hover {
  color: var(--text-primary-main) !important;
}


@media(max-width: 1500px) {
  #footer .form {
    padding: 60px;
    gap: 40px;
  }

  #footer .footer_all_content {
    padding: 60px 30px 30px;
  }
}

@media screen and (max-width: 1440px) {
  #footer .footer__menu {
    min-width: unset;
  }
}

@media (max-width: 1350px) {
  #footer .inputs__holder {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  #footer .form .form_right .inputs__holder .btn {
    max-width: 100%;
    grid-column: 1 / span 2;
  }

}

@media screen and (max-width: 1050px) {
  #footer .footer__top {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
  }
}

@media screen and (max-width: 850px) {
  #footer .footer__middle {
    flex-wrap: wrap;
  }

  #footer .footer__column {
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
}

@media screen and (max-width: 600px) {
  #footer .footer__bottom {
    flex-direction: column;
  }
}

z .wpcf7 .wpcf7-response-output,
z .wpcf7 .wpcf7-not-valid-tip {
  display: none;
}

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

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

.form.form-v2 button,
.form.form-v2 .btn {
  width: 100%;
  margin-bottom: 10px;
}

.form.form-v2 .form-subtitle {
  text-transform: uppercase;
  margin-bottom: 20px;
  color: var(--text-primary-main);
}

.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(--text-primary-second);
}

.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(--text-primary-second);
  transition: var(--transition);
}

.form.form-v2 .checkbox-holder .form_radio label:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 2px solid var(--text-primary-second);
  background: #fff;
  transition: var(--transition);
}

.form.form-v2 .checkbox-holder .form_radio input[type=radio]:checked+label:before {
  background: var(--hover-main);
  border-color: var(--card);
  box-shadow: 0 0 0 1px var(--hover-main);
}

.form.form-v2 .checkbox-holder .form_radio input[type=radio]:checked:before {
  background: var(--hover-main);
  border-color: var(--card);
  box-shadow: 0 0 0 1px var(--hover-main);
}

.form.form-v2 .checkbox-holder .form_radio input[type=radio]:checked+label {
  color: var(--hover-main);
}

.form.form-v2 .checkbox-holder .form_radio label:hover:before {
  background: var(--hover-main);
  border-color: var(--card);
  box-shadow: 0 0 0 1px var(--hover-main);
}

.form.form-v2 .checkbox-holder .form_radio label:hover {
  color: var(--hover-main);
}

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

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

.theme-modal {
  display: none;
}

.theme-modal.fancybox__content {

  background: radial-gradient(69.75% 69.75% at 49.68% 0%, #1f202a 0%, #0c0e13 100%);
  box-sizing: border-box;
  position: relative;
  border-radius: 30px;
  padding: 30px;
  width: 620px;
}

.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(--colors-main);
}

.theme-modal.fancybox__content>.form__holder .form {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.theme-modal.fancybox__content>.form__holder .form .form_left {
  display: flex;
  flex-direction: column;
  gap: 15px;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.theme-modal.fancybox__content>.form__holder .form .form_right {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}

.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(--text-primary-head);
}

.theme-modal .file span:hover {
  color: var(--hover-main);
}

.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(--text-primary-second);
}

.theme-modal .close-modal {
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
}

.theme-modal .form__title {
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 32px;
  line-height: 120%;
  text-align: center;
  color: var(--text-primary-head);
}

.theme-modal .form__descr {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  text-align: center;
  color: var(--text-primary-main);
}

.theme-modal .f-button.is-close-btn {
  display: none;
}

.theme-modal .input__wrapper input {
  border: 1px solid var(--bg-primary-stroke);
  border-radius: 1000px;
  padding: 22px;
  width: 100%;
  max-height: 50px;
  background: rgba(250, 250, 250, 0.1);
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: var(--text-primary-second);
}


.theme-modal .input__placeholder {
  display: none;
}

.theme-modal .form__privacy {
  margin-top: 0px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.theme-modal .form__privacy .form__privacy-text {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: var(--text-primary-main);
}

.theme-modal .form__privacy .form__privacy-text a {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: var(--text-primary-main);
  text-decoration: none;
}

.theme-modal button {
  margin-bottom: 0px !important;
  width: 100%;
  border-radius: 1000px;
  padding: 20px 30px;
  background: var(--colors-main);
  max-height: 50px;
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  text-transform: uppercase;
  color: var(--text-primary-head);
}

.theme-modal button:hover {
  border: 1px solid var(--text-primary-head);
  background: var(--text-primary-head);
  color: var(--colors-main);
}

.theme-modal .form__privacy input[type=checkbox] {
  border: 1px solid var(--text-primary-main);
  border-radius: 5px;
  padding: 4px;
  width: 24px;
  height: 24px;
  background: transparent;
}

.theme-modal .inputs__holder {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 0px;
}

#modal-review-single .review__item-text {
  display: block;
}

#modal-review-single .review__link {
  display: none;
}

#modal-review-single .review__date {
  margin-right: 40px;
}

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

.error-page .error__content {
  min-height: 750px;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 0;

}

.error-page .error__full {
  padding: 120px 0;
  align-content: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.error-page .error__img {
  max-width: 350px;
  max-height: 143px;
  margin-bottom: 40px;
}

.error-page .error__img svg {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.error-page .error__title {
  margin-bottom: 15px;
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 72px;
  line-height: 110%;
  text-transform: uppercase;
  color: var(--text-primary-head);
}

.error-page .error__descr {
  margin-bottom: 40px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  text-align: center;
  color: var(--text-primary-main);
  max-width: 620px;
}

.error-page .btn {
  border-radius: 1000px;
  padding: 20px 30px;
  width: fit-content;
  background: var(--colors-main);
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  text-transform: uppercase;
  color: var(--text-primary-head);
}

.error-page .error__bg {
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
}

.error-page .error__bg::after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  height: 100%;
  width: 100%;
  transform: translate(-50%, -50%);
  background: #1f1f1f;
  opacity: 0.1;
}

.error-page .error__bg::before {
  content: "";
  position: absolute;
  z-index: 2;
  background-image: url("../images/fon.png");
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  transform: var(--transition);
}

@media screen and (max-width: 992px) {
  .error-page .error__img img {
    -o-object-fit: contain;
    object-fit: contain;
  }
}

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




.wp-block-table table * {
  color: var(--text-primary-main);

}

.form__privacy a {
	color: var(--colors-main) !important;
}

@media (max-width: 650px) {
	#header .header__top {
		display: grid;
		grid-template-columns: 60px 1fr 30px;
		gap: 0px 10px;
	}
	
	#header .logo_content {
		grid-column: 1;
		grid-row: span 2;
	}
	
	#header .phones-holder .phone {
		display: inline-block;
		text-align: center;
	}
	
	#header .addresses-holder,
	#header .phones-holder {
		grid-column: 2;
	}
	
	#header .addresses-holder {
		display: flex;
		grid-row: 1;
	}
	
	#header .phones-holder {
		grid-row: 2;
	}
	
	#header .burger.open_menu {
		grid-column: 3;
		grid-row: span 2;
	}
	
	#header .contact-holder {
		display: none;
		position: absolute;
	}
	
	#header .header__top .address p {
		font-size: 14px !important;
	}
	
	#header .addresses-holder .root_link {
		display: none;
	}
}

.soc-fixed {
	position: fixed;
	right: 20px;
	bottom: 100px;
	display: flex;
	flex-direction: column;
	gap: 20px;
    z-index: 1;
}

.soc-fixed .soc {
	backdrop-filter: blur(10px);
}

@media (max-width: 480px) {
	.soc-fixed {
		right: 10px;
		/* bottom: 40px; */
		gap: 10px;
	}
}

.form__links {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(275px, 1fr));
	gap: 10px;
}

.form__links a {
	    margin-bottom: 0px !important;
    width: 100%;
    border-radius: 1000px;
    padding: 20px 30px;
    max-height: 50px;
    font-family: var(--second-family);
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    text-transform: uppercase;
    color: var(--text-primary-head);
	display: flex;
	gap: 20px;
	align-items: center;
	    background: rgba(255, 255, 255, .1);
    border: 1px solid rgba(255, 255, 255, .3);
	transition: all .3s ease-in-out;
}
.form__links a:hover {
	    border: 1px solid var(--text-primary-head);
    background: var(--text-primary-head);
    color: var(--colors-main);
}

.btn-up{
    width: 50px;
    height: 50px;
    backdrop-filter: blur(10px);
    background: transparent;
    border-radius: 1000px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    bottom: 30px;
    right: 20px;
    z-index: 100;
    padding: 0;
    border-color: var(--bg-primary-stroke);
    transition: all .3s ease-in-out;
}

.btn-up:hover {
    background: var(--colors-second);
    border-color: var(--colors-second);
    
}

.btn-up.hidden {
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    
}
@media (max-width: 480px) {
    .btn-up {
        right: 10px;
        bottom: 40px;
    }
}