@charset "UTF-8";
/*========= VARIABLES ==========*/
:root {
  --bg-primary-main: #fff;
  --bg-primary-second: #f2f3f7;
  --bg-primary-third: #dcdcdc;
  --bg-primary-stroke: #e6e6e6;
  --bg-alt-main: #1f1f1f;
  --bg-alt-second: #2a2a2a;
  --bg-alt-third: #353535;
  --bg-alt-stroke: #4c4c4c;
  --text-primary-head: #282d3e;
  --text-primary-main: #474a54;
  --text-primary-second: #61646b;
  --text-alt-head: #fff;
  --text-alt-main: #eaeaea;
  --text-alt-second: #e0efff;
  --colors-main: #184973;
  --colors-second: #fe6604;
  --hover-main: #142232;
  --hover-second: #c21567;
  --additional-main: #fff;
  --additional-second: #fff;
  --additional-third: #fff;
  --font-family: "Manrope";
  --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;
}

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

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

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

body::-webkit-scrollbar-track {
  background: var(--bg-primary-stroke);
}

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 {
  color: var(--text-primary-head);
  margin-bottom: 30px;
}

h1,
.h1 {
  font-family: var(--font-family);
  font-weight: 600;
  font-style: SemiBold;
  font-size: 60px;
  line-height: 110%;
  letter-spacing: 0%;
}

h2,
.h2 {
  font-family: var(--font-family);
  font-weight: 500;
  font-style: Medium;
  font-size: 42px;
  line-height: 110%;
  letter-spacing: 0%;
}

h3,
.h3 {
  font-family: var(--font-family);
  font-family: Manrope;
  font-weight: 500;
  font-style: Medium;
  font-size: 32px;
  line-height: 110%;
  letter-spacing: 0%;
}

h4,
.h4 {
  font-family: var(--font-family);
  font-weight: 500;
  font-style: Medium;
  font-size: 24px;
  line-height: 110%;
  letter-spacing: 0%;
}

h5, .wp-editor h3,
.h5,
#footer .address *,
#footer .footer__work-time * {
  font-family: var(--font-family);
  font-weight: 500;
  font-style: Medium;
  font-size: 19px;
  line-height: 110%;
  letter-spacing: 0%;
}

h6,
.h6,
#header .header__nav .nav-menu-element.has-childs .sub-menu a {
  font-family: var(--font-family);
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0%;
}

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

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

.p2, .theme-modal .form__privacy-text a, .theme-modal .form__privacy-text, #header #mobile-mnu .mobile__menu a, .wp-editor p,
.wp-editor li, .form__privacy-text a, .form__privacy-text, .form__privacy a, .form__privacy, .input__placeholder, input::placeholder,
textarea::placeholder, input,
textarea {
  font-family: var(--font-family);
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: 0%;
}

.p3, #footer .footer__requisites p, .breadcrumbs span, .breadcrumbs {
  font-family: var(--font-family);
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: 0%;
}

.p4, .input__wrapper.focus .input__placeholder {
  font-family: var(--font-family);
  font-weight: 400;
  font-style: Regular;
  font-size: 12px;
  line-height: 120%;
  letter-spacing: 0%;
}

.menu, #footer .footer__menu .nav-menu-element a, #header .header__nav .nav-menu-element a {
  font-family: var(--font-family);
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0%;
}

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

.number {
  font-family: var(--font-family);
  font-weight: 500;
  font-style: Medium;
  font-size: 100px;
  line-height: 120%;
  letter-spacing: 0%;
}

.breadcrumbs {
  margin-bottom: 30px;
  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-main);
}
.breadcrumbs .separator {
  display: block;
  width: 8px;
  height: 8px;
  background: var(--colors-main);
}
.breadcrumbs a {
  color: inherit;
}
.breadcrumbs a:hover {
  color: #000;
}
.breadcrumbs a.current-item {
  color: var(--colors-main);
  pointer-events: none;
}

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

.container {
  max-width: 1890px;
  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: 22px 30px;
  border-radius: 1000px;
  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(--colors-main);
  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;
  border-radius: 1000px;
  max-height: 60px;
  background: var(--bg-primary-main);
}
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: 24px;
  height: 24px;
  min-width: 24px;
  border: 1px solid var(--text-primary-main);
  border-radius: 5px;
  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: var(--bg-primary-main);
  font-size: 12px;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: var(--transition);
}

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: 15px;
  align-items: center;
}

.soc {
  width: 60px;
  height: 60px;
  background: var(--bg-primary-main);
  border: 1px solid var(--bg-primary-stroke);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: var(--transition);
}
.soc img,
.soc svg {
  width: 30px;
  height: 30px;
  -o-object-fit: cover;
     object-fit: cover;
}
.soc:hover {
  background: var(--hover-main);
  border-color: var(--hover-main);
}
.soc:hover svg path {
  fill: var(--bg-primary-main);
}
.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;
}

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

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

.section__title {
  color: var(--text-primary-head);
  margin-bottom: 40px;
}
.section__title span {
  color: var(--colors-main);
}

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

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

.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: 5px;
  margin-top: 30px;
}
.pagination span.page-numbers.next,
.pagination span.page-numbers.prev {
  background: var(--bg-primary-second);
}
.pagination span.page-numbers.next svg path,
.pagination span.page-numbers.prev svg path {
  stroke: var(--text-primary-second);
}
.pagination span.page-numbers {
  background: var(--hover-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, .pagination a.page-numbers.prev:hover {
  background: var(--hover-main);
  border-color: var(--hover-main);
  border-color: var(--hover-main);
}
.pagination a.page-numbers.next:hover svg path, .pagination a.page-numbers.prev:hover svg path {
  stroke: var(--bg-primary-main);
}
.pagination .page-numbers {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination .page-numbers.next, .pagination .page-numbers.prev {
  width: 60px;
  height: 60px;
  min-width: 60px;
  position: static;
  inset: 0 !important;
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent;
  transition: var(--transition);
  background: var(--colors-main);
}
.pagination .page-numbers.next {
  margin-left: 100px;
}
.pagination .page-numbers.prev {
  margin-right: 100px;
}

.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(--colors-main);
  transition: var(--transition);
  padding: 17px 30px;
  background: var(--bg-primary-second);
  border: 1px solid var(--bg-primary-stroke);
  border-radius: 1000px;
}
.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-main);
  text-decoration: underline;
}

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

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

.form__privacy-text a {
  color: var(--colors-main);
  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;
  gap: 15px;
  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;
  border-radius: 50%;
  flex-shrink: 0;
  transition: var(--transition);
  background: var(--colors-main);
}
.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.swiper-button-disabled {
  pointer-events: none;
  background: var(--bg-primary-second);
  opacity: 100%;
}
.nav-holder .slider-button.swiper-button-disabled svg path {
  stroke: var(--text-primary-second);
}
.nav-holder .slider-button:hover {
  background: var(--hover-main);
}
.nav-holder .slider-button:hover svg path {
  stroke: var(--bg-primary-main);
}
.nav-holder .slider-button.white {
  background: var(--bg-primary-main);
}
.nav-holder .slider-button.white.swiper-button-disabled {
  background: var(--bg-primary-second) !important;
  opacity: 100%;
}
.nav-holder .slider-button.white.swiper-button-disabled svg path {
  stroke: var(--text-primary-second) !important;
}
.nav-holder .slider-button.white svg path {
  stroke: var(--colors-main);
}
.nav-holder .slider-button.white:hover {
  background: var(--hover-main);
}
.nav-holder .slider-button.white:hover svg path {
  stroke: var(--bg-primary-main);
}
.swiper-pagination {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  inset: 0 !important;
  position: static !important;
  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: 10px;
  height: 10px;
  background: var(--bg-primary-third) !important;
  border-radius: 50% !important;
  transition: var(--transition);
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
}
.swiper-pagination-bullet-active {
  background: var(--colors-main) !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(--bg-primary-stroke);
  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 {
  color: var(--text-primary-head);
  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;
}
.wp-editor h2:first-child,
.wp-editor h3:first-child,
.wp-editor h4:first-child,
.wp-editor h5:first-child,
.wp-editor h6:first-child {
  margin-top: 0;
}

@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: 1500px) {
  h1,
  .h1 {
    font-size: 48px;
    line-height: 110%;
  }
}
@media screen and (max-width: 1200px) {
  section, .archive__wrapper {
    margin-bottom: 40px;
  }
  .block-padding {
    padding: 40px 0;
  }
  h1,
  .h1 {
    font-size: 40px;
    line-height: 110%;
  }
}
@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;
  }
}
@media screen and (max-width: 400px) {
  .nav-holder .slider-button {
    width: 40px;
    height: 40px;
  }
}
@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: sticky;
  z-index: 30;
  top: 0;
  width: 100%;
  margin-bottom: 30px;
}
#header .header__inner {
  display: flex;
  gap: 10px;
  justify-content: space-between;
  width: 100%;
  padding: 15px;
  padding-left: 30px;
  box-shadow: 0px 8px 24px 0px rgba(149, 157, 165, 0.1411764706);
  border-radius: 40px;
  background: var(--bg-primary-main);
}
#header .header__top {
  border-bottom: 1px solid var(--bg-primary-stroke);
  padding: 15px 30px;
  padding-right: 0;
  display: flex;
  gap: 10px;
  justify-content: space-between;
}
#header .header__top .email,
#header .header__top .phone,
#header .header__top .address,
#header .header__top .header__work-time {
  color: var(--text-primary-second);
  transition: var(--transition);
  display: flex;
  gap: 5px;
  align-items: center;
}
#header .header__bottom {
  padding: 0 30px;
  padding-right: 0;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
}
#header .header__btns {
  display: flex;
  gap: 0;
  align-items: center;
}
#header .header__contacts {
  display: flex;
  gap: 30px;
  align-items: center;
}
#header .header__left {
  display: flex;
  gap: 30px;
  align-items: center;
}
#header .header__right {
  display: flex;
  align-items: center;
  gap: 15px;
}
#header .header__logo {
  max-width: 88px;
  max-height: 100px;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#header .header__nav {
  display: flex;
  align-items: center;
  gap: 10px;
  list-style: none;
}
#header .header__nav .nav-menu-element {
  position: relative;
  list-style: none;
}
#header .header__nav .nav-menu-element a {
  color: var(--text-primary-head);
  transition: var(--transition);
  display: flex;
  gap: 5px;
  align-items: center;
  padding: 10px 15px;
  border-radius: 15px;
  border: 1px solid var(--bg-primary-second);
}
#header .header__nav .nav-menu-element a img {
  transition: var(--transition);
}
#header .header__nav .nav-menu-element a:hover {
  background: var(--colors-main);
  color: var(--text-alt-head);
}
#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 {
  border-radius: 0 0 40px 40px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px;
  position: absolute;
  align-items: start;
  top: 76px;
  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;
  padding-top: 10px;
  background: var(--bg-primary-main);
  border: 1px solid var(--bg-primary-stroke);
  border-top: unset;
  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::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: -50px;
  height: 50%;
  left: 0;
  right: 0;
  width: 100%;
}
#header .header__nav .nav-menu-element.has-childs .sub-menu a {
  color: var(--text-primary-head);
  background: unset;
  padding: 0;
  border: unset;
}
#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:after {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(268deg) brightness(108%) contrast(101%);
  transform: rotate(180deg);
}
#header .header__nav .nav-menu-element.has-childs.active > a:after {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(268deg) brightness(108%) contrast(101%);
}
#header .header__nav .nav-menu-element.active a {
  background: var(--colors-main);
  color: var(--text-alt-head);
}

.header__socs {
  position: fixed;
  top: 50%;
  right: 0;
  transform: translatey(-50%);
  background: var(--bg-primary-main);
  padding: 20px;
  padding-right: 10px;
  z-index: 11;
}
.header__socs .soc-holder {
  flex-direction: column;
}

/*================ 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: 24px;
  width: 24px;
  align-items: flex-start;
  justify-content: center;
  gap: 4px;
  border-radius: 2px;
  flex-shrink: 0;
  cursor: pointer;
}
#header .burger.open_menu span {
  background-color: var(--text-primary-second);
  border-radius: 10px;
  width: 24px;
  height: 2px;
  transition: var(--transition);
}
#header #mobile-mnu {
  display: flex;
  flex-direction: column;
  position: fixed;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 390px;
  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__menu {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-bottom: auto;
}
#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 {
  margin-bottom: auto;
}
#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;
  }
  #header .burger.open_menu {
    display: flex;
  }
  #header .header__top {
    justify-content: flex-end;
  }
  #header .header__inner {
    padding: 15px;
    padding-left: 15px;
  }
}
@media screen and (max-width: 800px) {
  #header .header__right .soc-holder {
    display: none;
  }
}
@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: 500px) {
  #header #mobile-mnu {
    width: 320px;
  }
  #header {
    margin-bottom: 15px;
  }
  #header .header__inner {
    padding: 5px 10px;
  }
  #header .header__logo {
    min-width: unset;
  }
  #header .header__logo img {
    -o-object-fit: contain;
       object-fit: contain;
  }
  .header__socs {
    top: unset;
    bottom: 0;
  }
}
@media screen and (max-width: 400px) {
  #header .shop-btn {
    height: 50px;
    width: 50px;
  }
  #header .header__right .header__phone-text {
    display: none;
  }
  #header .header__right .phone {
    font-size: 16px;
    white-space: nowrap;
  }
  #header .dgwt-wcas-search-wrapp {
    margin-right: 0;
  }
  #header .shop-btn {
    min-width: 30px;
    min-height: 30px;
  }
  #header .container {
    gap: 10px;
  }
}
/*============ FOOTER ===============*/
#footer {
  position: relative;
  z-index: 0;
  background-image: url("../images/footer_bg.svg");
  background-color: var(--colors-main);
  background-repeat: repeat;
  background-position: center;
  background-size: cover;
}
#footer .footer__top {
  padding-top: 50px;
  padding-bottom: 40px;
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
#footer .footer__top .phone,
#footer .footer__top .email {
  color: var(--text-alt-head);
}
#footer .footer__middle {
  padding-top: 60px;
  padding-bottom: 80px;
}
#footer .footer__column {
  max-width: 250px;
}
#footer .footer__column .phone,
#footer .footer__column .email,
#footer .footer__column .address {
  color: var(--bg-primary-main);
}
#footer .footer__column-first {
  display: flex;
  gap: 10px;
  flex-direction: column;
}
#footer .footer__column-last {
  display: flex;
  flex-direction: column;
}
#footer .footer__column-nav {
  max-width: 230px;
}
#footer .footer__column-title {
  margin-bottom: 20px;
  color: var(--text-alt-second);
}
#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: 88px;
  max-height: 100px;
  height: 100%;
  width: 100%;
  margin-bottom: 20px;
}
#footer .footer__logo img {
  -o-object-fit: contain;
     object-fit: contain;
}
#footer .footer__right {
  flex-basis: 100%;
  max-width: 785px;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: space-between;
}
#footer .footer__requisites {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
#footer .footer__requisites p {
  color: var(--text-alt-main);
}
#footer .footer__bottom {
  padding-bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
#footer .footer__dev {
  display: flex;
  align-items: center;
  color: var(--text-alt-main);
  gap: 10px;
}
#footer .footer__dev .glogo {
  transition: var(--transition);
}
#footer .footer__dev:hover {
  opacity: 0.7;
}
#footer .footer__copyright {
  color: var(--text-alt-main);
  text-align: center;
}
#footer .footer__menu {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
#footer .footer__menu .nav-menu-element a {
  color: var(--text-alt-head);
  transition: var(--transition);
}
#footer .footer__menu .nav-menu-element a:hover {
  opacity: 0.7;
}
#footer .footer__menu .nav-menu-element a[href="#"] {
  pointer-events: none;
}
#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 .footer__btn {
  width: 100%;
}
#footer .footer__btn:hover {
  background: var(--colors-main);
}
#footer .phones-holder,
#footer .emails-holder,
#footer .address-holder {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 17px;
}
#footer .phone,
#footer .email {
  max-width: -moz-fit-content;
  max-width: fit-content;
  transition: var(--transition);
}
#footer .phone:hover,
#footer .email:hover {
  opacity: 0.6;
}
#footer .address-holder {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
#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 {
  color: var(--text-alt-main);
}
#footer .privacy-policy:hover {
  opacity: 0.7;
}

@media screen and (max-width: 1440px) {
  #footer .footer__menu {
    min-width: unset;
  }
  #footer .footer__top {
    display: flex;
    flex-wrap: wrap;
  }
  #footer .footer__column {
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
}
@media screen and (max-width: 850px) {
  #footer .footer__middle {
    flex-wrap: wrap;
  }
  #footer .footer__column {
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
  #footer .footer__column-last {
    align-items: flex-start;
  }
}
@media screen and (max-width: 600px) {
  #footer .footer__bottom {
    flex-direction: column;
  }
  #footer .footer__top {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 460px) {
  #footer .soc-holder {
    justify-content: flex-start;
  }
  #footer .phones-holder,
  #footer .emails-holder {
    align-items: flex-start;
  }
}
/* ============== 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,
.form.form-v2 .btn {
  width: 100%;
}
.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 {
  width: 780px;
  border-radius: 30px;
  padding: 30px;
  background: var(--bg-primary-main);
  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(--colors-main);
}
.theme-modal input[type=file] {
  display: none;
}
.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: 30px;
  right: 30px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid var(--bg-primary-stroke);
  background: var(--bg-primary-second);
}
.theme-modal .form__title {
  margin-bottom: 15px;
  padding-right: 90px;
  color: var(--text-primary-head);
}
.theme-modal .form__descr {
  margin-bottom: 20px;
  color: var(--text-primary-main);
}
.theme-modal .f-button.is-close-btn {
  display: none;
}
.theme-modal .inputs__holder {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 20px;
}

#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;
  }
}
.services__holder {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

@media screen and (max-width: 1200px) {
  .services__holder {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 810px) {
  .services__holder {
    grid-template-columns: 1fr;
  }
}
.stocks__holder {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  margin-bottom: 30px;
}

@media screen and (max-width: 1240px) {
  .stocks__holder {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (max-width: 992px) {
  .stocks__holder {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 600px) {
  .stocks__holder {
    grid-template-columns: 1fr;
  }
}
.reviews__form-holder {
  display: flex;
  gap: 30px;
  margin-bottom: 50px;
}
.reviews__form-left {
  flex-basis: 100%;
}
.reviews__form-right {
  flex-basis: 100%;
  padding: 40px;
  background: var(--background-thirdly);
}
.reviews__form-right .form__title,
.reviews__form-right .form__descr {
  color: var(--text-primary-main);
}
.reviews__form-right .form__title {
  margin-bottom: 20px;
}
.reviews__form-right .form__descr {
  margin-bottom: 45px;
}
.reviews__form-right .inputs__holder {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
.reviews__form-right .input__wrapper:last-child {
  grid-column: 2 span;
}
.reviews__form-right .file__holder {
  margin-bottom: 20px;
}

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

@media screen and (max-width: 1240px) {
  .reviews__form-holder {
    flex-direction: column;
  }
  .reviews__holder {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (max-width: 992px) {
  .reviews__holder {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 700px) {
  .reviews__holder {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 500px) {
  .reviews__form-right {
    padding: 20px;
  }
  .reviews__form-right .inputs__holder {
    grid-template-columns: 1fr;
  }
  .reviews__form-right .input__wrapper:last-child {
    grid-column: 1 span;
  }
}
.works__holder {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-bottom: 40px;
}

.service__item {
  min-height: 320px;
  background: var(--bg-primary-second);
  position: relative;
  transition: var(--transition);
  z-index: 0;
  padding: 30px;
  border-radius: 30px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.service__item:hover .service__item-title {
  color: var(--text-alt-head);
}
.service__item:hover::after {
  opacity: 1;
}
.service__item::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 50%;
  height: 100%;
  width: 100%;
  transform: translate(-50%, -50%);
  background: url("../images/service_item_bg.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 30px;
  overflow: hidden;
  transition: var(--transition);
  opacity: 0;
}
.service__item-img {
  position: absolute;
  width: 100%;
  height: 100%;
  max-width: 266px;
  max-height: 233px;
  bottom: 0;
  right: 0;
}
.service__item-title {
  transition: var(--transition);
  color: var(--text-primary-head);
}
.service__item-btn {
  margin-top: auto;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.service__item-btn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  height: 100%;
  width: 100%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 1440px) {
  .service__item-img {
    max-width: 50%;
  }
}
@media screen and (max-width: 420px) {
  .service__item-btn {
    margin-top: 20px;
  }
  .service__item {
    min-height: 380px;
  }
  .service__item-img {
    max-width: 75%;
    max-height: 190px;
  }
  .service__item-img img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.stock__item {
  min-height: 440px;
  padding: 20px;
  position: relative;
  z-index: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--bg-primary-stroke);
}
.stock__item-img {
  height: 240px;
  margin-bottom: 15px;
}
.stock__item-title {
  color: var(--text-primary-head);
  margin-bottom: 10px;
}
.stock__item-descr {
  color: var(--text-primary-main);
  margin-bottom: 10px;
}
.stock__item-date {
  margin-top: auto;
  padding-top: 10px;
  border-top: 1px solid var(--bg-primary-stroke);
  color: var(--text-primary-main);
}
.stock__item-tags {
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
}
.stock__item-tag {
  padding: 6px 12px;
  color: var(--bg-primary-main);
  background: var(--colors-second);
}

@media screen and (max-width: 992px) {
  .stock__item {
    min-height: 44.355vw;
  }
}
@media screen and (max-width: 500px) {
  .stock__item {
    min-height: 70vw;
  }
}
.new__item {
  display: block;
  background: var(--bg-primary-second);
}
.new__item:hover .new__item-btn {
  color: var(--hover-main);
}
.new__item-img {
  position: relative;
  max-height: 170px;
  overflow: hidden;
}
.new__item-date {
  display: block;
  position: absolute;
  left: 10px;
  top: 8.5px;
  padding: 7px 10px;
  background: var(--bg-primary-main);
  color: var(--text-primary-head);
}
.new__item-bottom {
  padding: 15px 20px;
}
.new__item-title {
  margin-bottom: 5px;
  color: var(--text-primary-head);
  transition: var(--transition);
}
.new__item-descr {
  margin-bottom: 5px;
  color: var(--secondary-text);
}
.new__item-btn {
  color: var(--colors-main);
}

@media screen and (min-width: 1340px) {
  .news__holder .new__item:first-child {
    grid-column: 3 span;
    display: flex;
  }
  .news__holder .new__item:first-child .new__item-img {
    max-width: 670px;
    max-height: 360px;
    height: 100%;
    width: 100%;
  }
  .news__holder .new__item:first-child .new__item-bottom {
    padding: 30px;
    display: flex;
    flex-direction: column;
  }
  .news__holder .new__item:first-child .new__item-title {
    margin-bottom: 15px;
  }
  .news__holder .new__item:first-child .new__item-btn {
    margin-top: auto;
    width: -moz-fit-content;
    width: fit-content;
    color: var(--text-primary-main);
    padding: 15px 25px;
    background: var(--colors-main);
    transition: var(--transition);
  }
  .news__holder .new__item:first-child .new__item-btn:hover {
    background: var(--hover-main);
  }
}
@media screen and (max-width: 950px) {
  .new__item-img {
    max-height: 240px;
  }
}
.review__item {
  padding: 20px;
  background: var(--bg-primary-second);
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  height: 100%;
  box-sizing: border-box;
}
.review__top {
  margin-bottom: 22.5px;
  gap: 5px;
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
}
.review__gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-top: 22.5px;
}
.review__img {
  width: 60px;
  height: 60px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  z-index: 0;
}
.review__img svg {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 20px;
  height: 20px;
  transform: translate(-50%, -50%);
  opacity: 0;
  z-index: 2;
  transition: var(--transition);
}
.review__img::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  height: 100%;
  width: 100%;
  transform: translate(-50%, -50%);
  background: var(--background-fourthly);
  z-index: 1;
  opacity: 0;
  transition: var(--transition);
}
.review__img:hover svg, .review__img:hover::after {
  opacity: 1;
}
.review__img-count {
  color: var(--secondary);
  border-radius: 50%;
  background: var(--bgSecondary);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  pointer-events: none;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.review__item-title {
  margin-bottom: 5px;
  color: var(--text-primary-head);
}
.review__date {
  text-align: end;
  color: var(--secondary-text);
}
.review__link {
  display: flex;
  gap: 10px;
  cursor: pointer;
  color: var(--colors-main);
}
.review__link:hover {
  color: var(--hover-main);
}
.review__item-text {
  margin-top: auto;
  color: var(--secondary-text);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
  overflow: hidden;
  margin-bottom: 10px;
}

@media screen and (max-width: 500px) {
  .review__item {
    padding: 15px;
  }
}
.work__item {
  display: flex;
  gap: 50px;
}
.work__item .swiper-pagination-bullet {
  background: var(--bg-primary-main) !important;
}
.work__item .swiper-pagination-bullet-active {
  background: var(--colors-main) !important;
}
.work__item-left {
  padding: 30px;
  border: 1px solid var(--bg-primary-stroke);
  border-radius: 30px;
  flex-basis: 100%;
  max-width: 795px;
}
.work__item-tags {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
.work__item-tag {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--text-primary-head);
  background: var(--text-alt-second);
  padding: 10px 20px;
  border-radius: 1000px;
}
.work__item-tag::before {
  content: "";
  display: flex;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--colors-main);
}
.work__item-title {
  color: var(--text-primary-head);
  margin-bottom: 30px;
  max-width: 500px;
}
.work__item-descr {
  max-height: 165px;
  overflow: auto;
  margin-bottom: 30px;
}
.work__item-descr::-webkit-scrollbar {
  width: 3px;
}
.work__item-descr::-webkit-scrollbar-track {
  background: var(--bg-primary-stroke);
}
.work__item-descr::-webkit-scrollbar-thumb {
  background-color: var(--colors-main);
}
.work__item-gallery {
  border-radius: 30px;
  overflow: hidden;
  max-width: 1015px;
  flex-basis: 100%;
  position: relative;
  z-index: 0;
  height: auto;
}
.work__item-gallery .swiper__bottom {
  position: absolute;
  z-index: 1;
  bottom: 30px;
  left: 30px;
  right: 30px;
}
.work__gallery-img {
  height: 100%;
  cursor: pointer;
}
.work__gallery-swiper {
  height: 100%;
  max-height: 453px;
}

@media screen and (max-width: 1440px) {
  .work__gallery-swiper {
    max-height: unset;
  }
}
@media screen and (max-width: 992px) {
  .work__item {
    gap: 30px;
  }
  .work__item-left {
    padding: 20px;
  }
}
@media screen and (max-width: 860px) {
  .work__item {
    flex-direction: column;
  }
  .work__item-left {
    max-width: 100%;
  }
}
@media screen and (max-width: 450px) {
  .work__item-gallery .swiper__bottom {
    justify-content: space-between;
  }
  .work__item-title {
    margin-bottom: 10px;
  }
  .work__item .nav-holder .slider-button {
    width: 40px;
    height: 40px;
  }
}
.partner__item {
  height: 140px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--bg-primary-second);
  border-radius: 15px;
  transition: var(--transition);
}
.partner__item-img {
  height: 80px;
  max-width: 140px;
  width: auto;
}
.partner__item-img img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

@media screen and (max-width: 450px) {
  .partner__item {
    height: 30vw;
  }
}
.error-page .error__content {
  background-image: url("../images/404_bg.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 30px;
  border: 1px solid var(--bg-primary-stroke);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 50px;
  padding-right: 140px;
  margin-bottom: 60px;
}
.error-page .error__left {
  max-width: 620px;
}
.error-page .error__img {
  max-width: 640px;
  max-height: 285px;
}
.error-page .error__title {
  margin-bottom: 20px;
  color: var(--text-primary-head);
}
.error-page .error__descr {
  margin-bottom: 50px;
  color: var(--text-primary-main);
}

@media screen and (max-width: 1440px) {
  .error-page .error__content {
    padding: 40px;
  }
  .error-page .error__img {
    max-width: 50%;
  }
}
@media screen and (max-width: 800px) {
  .error-page .error__content {
    flex-direction: column-reverse;
    gap: 30px;
  }
  .error-page .error__img {
    max-width: 100%;
  }
}
@media screen and (max-width: 700px) {
  .error-page .error__content {
    padding: 30px;
  }
}
@media screen and (max-width: 400px) {
  .error-page .error__content {
    padding: 20px;
  }
}/*# sourceMappingURL=main.css.map */