/*========= VARIABLES ==========*/
:root {
  --font_first: "RobotoSerif", sans-serif;
  --font_second: "InterTight", sans-serif;
  --bg: #FFFFFF;
  --bg_opacity_10: #ffffff10;
  --bg_opacity_20: #ffffff20;
  --bg_opacity_40: #ffffff40;
  --bg_secondary: #F4F4F4;
  --bg_thirdly: #1E1E1E;
  --bg_fourthly: #303030;
  --stroke: #E0E0E0;
  --primary: #1B8DDF;
  --primary_hover: #3867C6;
  --secondary: #FF6B35;
  --hover: #4DBFFF;
  --head: #1E1E1E;
  --text: #686868;
  --text_secondary: #C8C8C8;
  --error: rgb(230, 16, 16);
}

/*============= 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;
  }
}
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--bg);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.spinner {
  width: 50px;
  height: 50px;
  border: 5px solid var(--bg_secondary);
  border-top-color: var(--primary);
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* =========== BASE CONFIG =========== */
html {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
  font-family: var(--font-family);
  font-weight: 400;
  box-sizing: inherit;
}

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

a {
  text-decoration: none;
  color: #121212;
  transition: all 0.3s ease-in;
}
a:hover {
  color: #F6C4DF;
}

ul li {
  list-style-position: inside;
  color: #121212;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 10px;
}
ul li::marker {
  color: #1F2F47;
}

ol li {
  list-style-position: inside;
  color: #121212;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 10px;
}

p {
  margin-bottom: 15px;
  color: #121212;
  font-size: 18px;
  line-height: 26px;
}

.p1 {
  font-family: var(--font_second);
  font-weight: 400;
  font-size: clamp(16px, 0.0025 * 100vw + 15.2px, 20px);
  line-height: 130%;
  letter-spacing: 0%;
  color: var(--text);
}
.p1 * {
  font-family: var(--font_second);
  font-weight: 400;
  font-size: clamp(16px, 0.0025 * 100vw + 15.2px, 20px);
  line-height: 130%;
  letter-spacing: 0%;
  color: var(--text);
}

.p2 {
  font-family: var(--font_second);
  font-weight: 400;
  font-size: clamp(12px, 0.0025 * 100vw + 11.2px, 16px);
  line-height: 130%;
  letter-spacing: 0%;
  color: var(--text);
}
.p2 * {
  font-family: var(--font_second);
  font-weight: 400;
  font-size: clamp(12px, 0.0025 * 100vw + 11.2px, 16px);
  line-height: 130%;
  letter-spacing: 0%;
  color: var(--text);
}
.p2 ul {
  list-style: none;
  margin-bottom: 15px;
}
.p2 ul li {
  position: relative;
  padding-left: 18px;
  margin-bottom: 10px;
}
.p2 ul li::marker {
  display: none;
}
.p2 ul li::before {
  content: "";
  position: absolute;
  top: 5.5px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: var(--secondary);
}
.p2 ul li:last-child {
  margin-bottom: 0;
}

.p3 {
  font-family: var(--font_second);
  font-weight: 400;
  font-size: clamp(12px, 0.0025 * 100vw + 11.2px, 16px);
  line-height: 120%;
  letter-spacing: 0;
  color: var(--text);
}
.p3 * {
  font-family: var(--font_second);
  font-weight: 400;
  font-size: clamp(12px, 0.0025 * 100vw + 11.2px, 16px);
  line-height: 120%;
  letter-spacing: 0;
  color: var(--text);
}

.p4 {
  font-family: var(--font_second);
  font-weight: 500;
  font-size: clamp(12px, 0.00125 * 100vw + 11.6px, 14px);
  line-height: 110%;
  letter-spacing: 0;
  color: var(--text);
}
.p4 * {
  font-family: var(--font_second);
  font-weight: 500;
  font-size: clamp(12px, 0.00125 * 100vw + 11.6px, 14px);
  line-height: 110%;
  letter-spacing: 0;
  color: var(--text);
}

.p5 {
  font-family: var(--font_second);
  font-weight: 400;
  font-size: clamp(10px, 0.00125 * 100vw + 9.6px, 12px);
  line-height: 110%;
  letter-spacing: 0;
  color: var(--text);
}
.p5 * {
  font-family: var(--font_second);
  font-weight: 400;
  font-size: clamp(10px, 0.00125 * 100vw + 9.6px, 12px);
  line-height: 110%;
  letter-spacing: 0;
  color: var(--text);
}

h1 {
  font-weight: 700;
  font-size: clamp(24px, 0.015 * 100vw + 19.2px, 48px);
  font-family: var(--font_first);
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0;
  margin-bottom: 40px;
}
h1.page-title {
  font-weight: 700;
  font-size: clamp(20px, 0.0175 * 100vw + 14.4px, 48px);
  font-family: var(--font_first);
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0;
  color: var(--head);
  text-transform: uppercase;
}

h2 {
  text-transform: uppercase;
  font-family: var(--font_first);
  font-weight: 600;
  font-size: clamp(24px, 0.01125 * 100vw + 20.4px, 42px);
  line-height: 120%;
  letter-spacing: 0;
  color: var(--head);
  margin-bottom: 40px;
}

h3 {
  margin-bottom: 30px;
  font-family: var(--font_first);
  font-weight: 600;
  font-size: clamp(20px, 0.0075 * 100vw + 17.6px, 32px);
  line-height: 120%;
  letter-spacing: 0;
  color: var(--head);
}

h4 {
  font-family: var(--font_first);
  font-weight: 700;
  font-size: clamp(18px, 0.00375 * 100vw + 16.8px, 24px);
  line-height: 110%;
  letter-spacing: 0;
  margin-bottom: 25px;
  color: var(--head);
}

h5 {
  font-family: var(--font_first);
  font-weight: 700;
  font-size: clamp(16px, 0.0025 * 100vw + 15.2px, 20px);
  line-height: 100%;
  letter-spacing: 0;
  margin-bottom: 20px;
  color: var(--head);
}

h6 {
  margin-bottom: 15px;
  font-family: var(--font_first);
  font-weight: 700;
  font-size: clamp(14px, 0.00125 * 100vw + 13.6px, 16px);
  line-height: 110%;
  letter-spacing: 0;
  color: var(--head);
}

.breadcrumbs {
  padding: 20px 0;
  font-family: var(--font_second);
  font-weight: 400;
  font-size: clamp(12px, 0.0025 * 100vw + 11.2px, 16px);
  line-height: 120%;
  letter-spacing: 0;
  color: var(--text);
}
.breadcrumbs span {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}
.breadcrumbs span.current-item {
  color: var(--primary);
}
.breadcrumbs a {
  color: inherit;
}
.breadcrumbs a:hover {
  color: #000;
}

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

.btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 5px;
  border: 1px solid var(--primary);
  outline: none;
  color: var(--bg);
  background: var(--primary);
  padding: 15.5px 20px;
  font-family: var(--font_second);
  font-weight: 500;
  font-size: clamp(14px, 0.00125 * 100vw + 13.6px, 16px);
  line-height: 130%;
  cursor: pointer;
  transition: all 0.3s ease-in;
}
.btn svg {
  width: 20px;
  height: 20px;
}
.btn svg path {
  fill: var(--bg);
  transition: fill 0.4s ease-out;
}
.btn:hover {
  background: var(--hover);
  border-color: var(--hover);
}
.btn.btn-outline {
  background: transparent;
  border-color: var(--primary);
  color: var(--primary);
}
.btn.btn-outline svg path {
  fill: var(--primary);
}
.btn.btn-outline:hover {
  background: var(--hover);
  border-color: var(--hover);
  color: var(--bg);
}
.btn.btn-outline:hover svg path {
  fill: var(--bg);
}
.btn.btn-outline-secondary {
  border-color: var(--bg);
  color: var(--bg);
  background: var(--bg_opacity_10);
}
.btn.btn-outline-secondary svg path {
  fill: var(--bg);
}
.btn.btn-outline-secondary:hover {
  background: var(--hover);
  border-color: var(--hover);
}
.btn.btn-invert {
  background: var(--bg);
  border-color: var(--bg);
  color: var(--primary);
}
.btn.btn-invert svg path {
  fill: var(--primary);
}
.btn.btn-invert:hover {
  background: transparent;
  color: var(--bg);
}
.btn.btn-invert:hover svg path {
  fill: var(--bg);
}
.btn.btn-link {
  font-family: var(--font_first);
  font-weight: 700;
  font-size: clamp(14px, 0.00125 * 100vw + 13.6px, 16px);
  line-height: 110%;
  letter-spacing: 0;
  padding: 0;
  background: transparent;
  border: none;
  color: var(--primary);
  gap: 3px;
}
.btn.btn-link svg path {
  fill: var(--primary);
}
.btn.btn-link:hover {
  color: var(--hover);
  gap: 13px;
}
.btn.btn-link:hover svg path {
  fill: var(--hover);
}
.btn.btn-link.with-border {
  border-bottom: 1px dashed var(--primary);
  border-radius: 0;
}
.btn.btn-link.with-border:hover {
  border-bottom: 1px solid var(--hover);
}
.btn.btn-link-secondary {
  font-family: var(--font_first);
  font-weight: 700;
  font-size: clamp(14px, 0.00125 * 100vw + 13.6px, 16px);
  line-height: 110%;
  letter-spacing: 0;
  color: var(--hover);
  padding: 0;
  background: transparent;
  gap: 3px;
  border: none;
}
.btn.btn-link-secondary svg path {
  fill: var(--hover);
}
.btn.btn-link-secondary:hover {
  gap: 13px;
  color: var(--primary);
}
.btn.btn-link-secondary:hover svg path {
  fill: var(--primary);
}

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

/*====== SWIPER ===========*/
.swiper-wrapper {
  box-sizing: border-box;
}
.swiper-theme {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.swiper-arrows {
  display: flex;
  align-items: center;
  gap: 10px;
}
.swiper-button {
  width: 50px;
  height: 50px;
  border-radius: 5px;
  border: 1px solid var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background: transparent;
  transition: background 0.4s ease-out, border 0.4s ease-out;
}
.swiper-button svg path {
  fill: var(--primary);
  transition: fill 0.4s ease-out;
}
.swiper-button:hover {
  background: var(--hover);
  border-color: var(--hover);
}
.swiper-button:hover svg path {
  fill: var(--bg);
}
.swiper-button.swiper-button-disabled {
  cursor: not-allowed;
  background: var(--stroke);
  border-color: var(--stroke);
}
.swiper-button.swiper-button-disabled svg path {
  fill: var(--text);
}
.swiper-pagination {
  position: relative !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  top: unset !important;
  left: unset !important;
  bottom: unset !important;
  right: unset !important;
  display: flex;
  align-items: center;
}
.swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  opacity: 1;
  border-radius: 2px;
  border: 1px solid var(--stroke);
  background: transparent;
  margin: 0;
  transition: background 0.4s ease-out, border 0.4s ease-out;
}
.swiper-pagination .swiper-pagination-bullet-active {
  background: var(--primary);
  border-color: var(--primary);
}

/*====== NAVIGATION ===========*/
.navigation.pagination {
  width: 100%;
  margin-top: 40px;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  gap: 10px;
}
.navigation.pagination .prev,
.navigation.pagination .next {
  width: 50px;
  height: 50px;
  border-radius: 5px;
  border: 1px solid var(--primary);
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
}
.navigation.pagination .prev svg path,
.navigation.pagination .next svg path {
  fill: var(--primary);
  transition: fill 0.4s ease-out;
}
.navigation.pagination .prev:hover,
.navigation.pagination .next:hover {
  background: var(--primary);
}
.navigation.pagination .prev:hover svg path,
.navigation.pagination .next:hover svg path {
  fill: var(--bg);
}
.navigation.pagination .prev.inactive,
.navigation.pagination .next.inactive {
  background: var(--stroke);
  border-color: var(--stroke);
}
.navigation.pagination .prev.inactive svg path,
.navigation.pagination .next.inactive svg path {
  fill: var(--text);
}
.navigation.pagination .prev {
  margin-right: 110px;
}
.navigation.pagination .next {
  margin-left: 110px;
}
.navigation.pagination .page-numbers {
  font-family: var(--font_second);
  font-weight: 400;
  font-size: clamp(12px, 0.0025 * 100vw + 11.2px, 16px);
  line-height: 120%;
  letter-spacing: 0;
  color: var(--text);
}
.navigation.pagination .page-numbers.current {
  color: var(--primary);
}

/*============ HEADER =================*/
.header {
  padding: 19px 0;
  background: var(--bg);
  position: sticky;
  top: 0;
  z-index: 100;
}
.header.header-absolute {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background: transparent;
}
.header.header-absolute .header-logo img {
  filter: unset;
}
.header.header-absolute .header-menu .nav-menu-element > a {
  color: var(--bg);
}
.header.header-absolute .header-menu .nav-menu-element > a svg path {
  fill: var(--bg);
}
.header.header-absolute .header-menu .nav-menu-element .sub-menu {
  background: var(--bg_opacity_20);
  box-shadow: unset;
}
.header.header-absolute .header-menu .nav-menu-element .sub-menu .nav-menu-element a {
  color: var(--bg);
}
.header.header-absolute .header-menu .nav-menu-element .sub-menu .nav-menu-element:hover a {
  color: var(--primary);
}
.header.header-absolute .header-menu .nav-menu-element .sub-menu .nav-menu-element.active a {
  color: var(--primary);
}
.header.header-absolute .header-menu .nav-menu-element:hover > a {
  color: var(--primary);
}
.header.header-absolute .header-menu .nav-menu-element:hover > a svg path {
  fill: var(--primary);
}
.header.header-absolute .header-menu .nav-menu-element.active > a {
  color: var(--primary);
}
.header.header-absolute .header-menu .nav-menu-element.active > a svg path {
  fill: var(--primary);
}
.header.header-absolute .header-phone {
  color: var(--bg);
}
.header-phone__wrapper {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.header.header-absolute .header-phone:hover {
  color: var(--primary);
}
.header.header-absolute .header-button {
  background: var(--bg_opacity_10);
  border-color: var(--bg);
  color: var(--bg);
}
.header.header-absolute .header-button:hover {
  background: var(--hover);
  border-color: var(--hover);
}
.header-logo {
  width: 176px;
}
.header-logo img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  filter: brightness(0);
}
.header-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.header-menu {
  display: flex;
  align-items: center;
  gap: 30px;
  list-style: none;
}
.header-menu .nav-menu-element {
  position: relative;
  margin-bottom: 0;
}
.header-menu .nav-menu-element > a {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font_second);
  font-weight: 400;
  font-size: clamp(12px, 0.0025 * 100vw + 11.2px, 16px);
  line-height: 120%;
  letter-spacing: 0;
  color: var(--head);
  transition: color 0.4s ease-out;
}
.header-menu .nav-menu-element > a svg {
  width: 12px;
  height: 12px;
}
.header-menu .nav-menu-element > a svg path {
  fill: var(--head);
  transition: fill 0.4s ease-out;
}
.header-menu .nav-menu-element .sub-menu {
  position: absolute;
  top: 15px;
  left: 0;
  border-radius: 15px;
  padding: 30px;
  background: var(--bg);
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1019607843);
  list-style: none;
  min-width: 266px;
  top: -100px;
  opacity: 0;
  pointer-events: none;
  transition: top 0.4s ease-out, opacity 0.4s ease-out;
}
.header-menu .nav-menu-element .sub-menu .nav-menu-element {
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 20px;
}
.header-menu .nav-menu-element .sub-menu .nav-menu-element:last-child {
  margin-bottom: 0;
}
.header-menu .nav-menu-element .sub-menu .nav-menu-element a {
  font-family: var(--font_second);
  font-weight: 400;
  font-size: clamp(12px, 0.0025 * 100vw + 11.2px, 16px);
  line-height: 120%;
  letter-spacing: 0;
  color: var(--head);
}
.header-menu .nav-menu-element .sub-menu .nav-menu-element:hover a {
  color: var(--primary);
}
.header-menu .nav-menu-element .sub-menu .nav-menu-element.active a {
  color: var(--primary);
}
.header-menu .nav-menu-element:hover::before {
  content: "";
  position: absolute;
  height: 40px;
  width: 100%;
  bottom: -40px;
  left: 0;
  opacity: 0;
}
.header-menu .nav-menu-element:hover > a {
  color: var(--primary);
}
.header-menu .nav-menu-element:hover > a svg path {
  fill: var(--primary);
}
.header-menu .nav-menu-element:hover .sub-menu {
  pointer-events: unset;
  top: 40px;
  opacity: 1;
}
.header-menu .nav-menu-element.active > a {
  color: var(--primary);
}
.header-menu .nav-menu-element.active > a svg path {
  fill: var(--primary);
}
.header-contacts {
  display: flex;
  align-items: center;
  gap: 30px;
}
.header-phone {
  font-family: var(--font_first);
  font-weight: 700;
  font-size: clamp(13px, 0.004375 * 100vw + 11.6px, 20px);
  line-height: 100%;
  letter-spacing: 0;
  color: var(--head);
  transition: color 0.4s ease-out;
}
.header-phone:hover {
  color: var(--primary);
}
.header-socials {
  display: flex;
  align-items: center;
  gap: 5px;
}
.header-socials_item {
  width: 50px;
  height: 50px;
  background: var(--bg);
  border: 1px solid var(--stroke);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  transition: background 0.4s ease-out;
}
.header-socials_item img {
  width: 22px;
  height: 22px;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  transition: filter 0.4s ease-out;
}
.header-socials_item:hover {
  background: var(--hover);
  border-color: var(--hover);
}
.header-socials_item:hover img {
  filter: brightness(0) invert(1);
}
.header-button {
  border: 1px solid var(--primary);
  color: var(--primary);
  background: transparent;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 5px;
  outline: none;
  padding: 15.5px 20px;
  font-family: var(--font_second);
  font-family: var(--font_second);
  font-weight: 500;
  font-size: clamp(14px, 0.00125 * 100vw + 13.6px, 16px);
  line-height: 130%;
  cursor: pointer;
  transition: background 0.4s ease-out, border 0.4s ease-out, color 0.4s ease-out;
}
.header-button:hover {
  background: var(--hover);
  color: var(--bg);
  border-color: var(--hover);
}

/*================ MOBILE MNU =============*/
#header .burger.open_menu {
  display: none;
  flex-direction: column;
  background-color: transparent;
  height: 40px;
  width: 40px;
  justify-content: space-evenly;
  align-items: center;
  border-radius: 2px;
  flex-shrink: 0;
}
#header .burger.open_menu span {
  background-color: var(--primary);
  width: 30px;
  height: 4px;
  transition: all 0.3s ease-in;
  pointer-events: none;
}
#header .burger.open_menu.clicked {
  background-color: var(--primary);
}
#header .burger.open_menu.clicked span {
  background-color: #fff;
}
#header #mobile-mnu {
  display: flex;
  flex-direction: column;
  position: fixed;
  gap: 30px;
  top: 0;
  left: 0;
  height: 100%;
  width: 320px;
  background-color: var(--bg_secondary);
  padding: 30px;
  transition: all 0.3s ease-in;
  transform: translateX(-350px);
  z-index: 9999;
  overflow-y: auto;
  overflow-x: hidden;
}
#header #mobile-mnu #close-mnu {
  font-size: 45px;
  position: absolute;
  right: 10px;
  top: 0;
  cursor: pointer;
  display: block;
  color: var(--head);
}
#header #mobile-mnu .mobile-menu_logo {
  height: 100px;
}
#header #mobile-mnu .mobile-menu_logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  filter: invert(1);
}
#header #mobile-mnu .mobile-menu_menu {
  list-style: none;
}
#header #mobile-mnu .mobile-menu_menu .nav-menu-element {
  margin-bottom: 15px;
}
#header #mobile-mnu .mobile-menu_menu .nav-menu-element a {
  font-family: var(--font_first);
  font-weight: 700;
  font-size: clamp(14px, 0.00125 * 100vw + 13.6px, 16px);
  line-height: 110%;
  letter-spacing: 0;
  color: var(--head);
}
#header #mobile-mnu .mobile-menu_menu .nav-menu-element a svg {
  display: none;
}
#header #mobile-mnu .mobile-menu_menu .nav-menu-element:hover a, #header #mobile-mnu .mobile-menu_menu .nav-menu-element.active a {
  color: var(--primary);
}
#header #mobile-mnu .mobile-menu_menu .nav-menu-element:last-child {
  margin-bottom: 0;
}
#header #mobile-mnu .mobile-menu_menu .nav-menu-element .sub-menu {
  padding-left: 15px;
  margin-top: 10px;
  list-style: none;
}
#header #mobile-mnu .mobile-menu_menu .nav-menu-element .sub-menu .nav-menu-element {
  margin-bottom: 5px;
}
#header #mobile-mnu .mobile-menu_menu .nav-menu-element .sub-menu .nav-menu-element a {
  font-family: var(--font_second);
  font-weight: 400;
  font-size: clamp(16px, 0.0025 * 100vw + 15.2px, 20px);
  line-height: 130%;
  letter-spacing: 0%;
  color: var(--head);
}
#header #mobile-mnu .mobile-menu_menu .nav-menu-element .sub-menu .nav-menu-element:hover a, #header #mobile-mnu .mobile-menu_menu .nav-menu-element .sub-menu .nav-menu-element.active a {
  color: var(--primary);
}
#header #mobile-mnu .mobile-menu_menu .nav-menu-element .sub-menu .nav-menu-element:last-child {
  margin-bottom: 0;
}
#header #mobile-mnu .mobile-menu_contacts-item a {
  font-family: var(--font_first);
  font-weight: 700;
  font-size: clamp(16px, 0.0025 * 100vw + 15.2px, 20px);
  line-height: 100%;
  letter-spacing: 0;
  color: var(--head);
}
#header #mobile-mnu .mobile-menu_contacts-item a:hover {
  color: var(--primary);
}
#header #mobile-mnu .phones-holder {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
}
#header #mobile-mnu .mobile-menu_contacts-socials {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
#header #mobile-mnu .mobile-menu_contacts-socials .soc {
  width: 40px;
  height: 40px;
  border-radius: 5px;
  background: transparent;
  border: 1px solid var(--stroke);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: border 0.4s ease-out, background 0.4s ease-out;
}
#header #mobile-mnu .mobile-menu_contacts-socials .soc img {
  width: 24px;
  height: 24px;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  transition: filter 0.4s ease-out;
}
#header #mobile-mnu .mobile-menu_contacts-socials .soc:hover {
  background: var(--primary);
  border-color: var(--primary);
}
#header #mobile-mnu .mobile-menu_contacts-socials .soc:hover img {
  filter: brightness(0) invert(1);
}
#header #mobile-mnu.opened {
  transform: translateX(0);
}

/*============ FOOTER ===============*/
.glogo {
	width: 111px;
	height: 17px;
	mask-image: url("../images/grampus.svg");
	mask-origin: border-box;
	mask-size: contain;
	mask-repeat: no-repeat;
	background-color: var(--text);
	position: relative;
	cursor: pointer;
	display: inline-flex;
	vertical-align: sub;
	overflow: hidden;
}

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

@keyframes slideUp {
	0% {
		transform: translateX(-100%);
	}

	50% {
		transform: translateX(0);
	}

	100% {
		transform: translateX(100%);
	}
}

.footer {
  margin-top: 45px;
  padding: 50px 0 30px;
  background: var(--bg);
}
.footer-head {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 50px;
  padding-bottom: 30px;
}
.footer-logo {
  width: 173px;
  display: block;
  margin-bottom: 30px;
}
.footer-logo img {
  width: 100%;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  filter: invert(1);
}
.footer-requisites * {
  font-family: var(--font_second);
  font-weight: 400;
  font-size: clamp(12px, 0.0025 * 100vw + 11.2px, 16px);
  line-height: 120%;
  letter-spacing: 0;
  color: var(--text);
}
.footer-menu {
  list-style: none;
}
.footer-menu .nav-menu-element {
  margin-bottom: 15px;
}
.footer-menu .nav-menu-element a {
  font-family: var(--font_second);
  font-weight: 400;
  font-size: clamp(12px, 0.0025 * 100vw + 11.2px, 16px);
  line-height: 120%;
  letter-spacing: 0;
  color: var(--text);
  transition: color 0.4s ease-out;
}
.footer-menu .nav-menu-element a:hover {
  color: var(--primary);
}
.footer-menu .nav-menu-element:last-child {
  margin-bottom: 0;
}
.footer-contact {
  margin-bottom: 30px;
}
.footer-contact:last-child {
  margin-bottom: 0;
}
.footer-contact .footer-phones__items {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.footer-contact_value {
  font-family: var(--font_second);
  font-weight: 400;
  font-size: clamp(12px, 0.0025 * 100vw + 11.2px, 16px);
  line-height: 120%;
  letter-spacing: 0;
  color: var(--text);
  transition: color 0.4s ease-out;
}
.footer-contact_value:hover {
  color: var(--primary);
}
.footer-contact.footer-socials {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.footer-contact.footer-socials .footer-contact_value {
  width: 50px;
  height: 50px;
  border-radius: 5px;
  border: 1px solid var(--stroke);
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.4s ease-out, border 0.4s ease-out;
}
.footer-contact.footer-socials .footer-contact_value img {
  width: 22px;
  height: 22px;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  transition: filter 0.4s ease-out;
}
.footer-contact.footer-socials .footer-contact_value:hover {
  background: var(--hover);
  border-color: var(--hover);
}
.footer-contact.footer-socials .footer-contact_value:hover img {
  filter: brightness(0) invert(1);
}
.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding-top: 30px;
  border-top: 1px solid var(--stroke);
}
.footer-privacy {
  text-decoration: underline;
}
.footer-privacy:hover {
  color: var(--hover);
}
.footer-dev {
  display: flex;
  align-items: center;
  gap: 20px;
}
.footer-dev svg path {
  transition: fill 0.4s ease-out;
}
.footer-dev:hover {
  color: var(--hover);
}
.footer-dev:hover svg path {
  fill: var(--hover);
}

.banner-block {
  min-height: 567px;
  padding: 80px 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 45px;
}
.banner-title {
  text-align: center;
  color: var(--bg);
  text-transform: uppercase;
  margin-bottom: 20px;
}
.banner-desc {
  text-align: center;
  color: var(--bg);
}
.banner-content {
  max-width: 1270px;
  padding: 0 15px;
  width: 100%;
  margin: 0 auto;
}
.banner-content.medium {
  max-width: 810px;
}
.banner-content.medium_second {
	max-width: 780px;
}
.banner-image {
  position: absolute;
  bottom: 0;
  right: 0;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  pointer-events: none;
}
.banner-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
}
.banner-background:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
  background: rgba(0, 0, 0, 0.4);
}
.banner-background img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner-background.banner-background-light:after {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 6.6%, rgba(0, 0, 0, 0) 119.15%);
}

/* ============== 404 ============= */
.error-page_wrapper {
  margin-top: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
}
.error-page_number {
  font-family: var(--font_first);
  font-weight: 500;
  font-size: clamp(120px, 0.125 * 100vw + 80px, 320px);
  line-height: 120%;
  letter-spacing: -1%;
  text-align: center;
  text-transform: uppercase;
  color: var(--stroke);
}
.error-page_content {
  max-width: 500px;
}
.error-page_title {
  margin-bottom: 15px;
}
.error-page_desc {
  font-family: var(--font_second);
  font-weight: 400;
  font-size: clamp(12px, 0.0025 * 100vw + 11.2px, 16px);
  line-height: 130%;
  letter-spacing: 0%;
  color: var(--text);
}
.error-page_return {
  margin-top: 30px;
}

/* ============== WORK POST ============= */
.work-item {
  padding: 20px;
  background: var(--bg);
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  height: calc(100% - 40px);
}
.work-item_image {
  width: 100%;
  height: 321px;
  border-radius: 10px;
  margin-bottom: 20px;
  overflow: hidden;
}
.work-item_image img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  filter: grayscale(1);
  transition: filter 0.8s ease-out;
}
.work-item_title {
  margin-bottom: 10px;
}
.work-item_desc {
  margin-bottom: 40px;
}
.work-item_buttons {
  margin-top: auto;
  display: flex;
  justify-content: center;
  gap: 10px;
}
.work-item:hover .work-item_image img {
  filter: unset;
}

.archive-works_wrapper {
  padding-bottom: 45px;
}
.archive-works_holder {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

.single-works_wrapper {
  display: flex;
  gap: 30px;
  padding-bottom: 45px;
}
.single-works_gallery {
  width: 58%;
  display: flex;
  gap: 10px;
  height: 535px;
}
.single-works_gallery .swiper {
  height: 100%;
}
.single-works_gallery .swiper-wrapper {
  box-sizing: border-box;
}
.single-works_gallery-thumb {
  width: 14%;
  padding: 20px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}
.single-works_gallery-thumb .swiper {
  height: 90%;
}
.single-works_gallery-thumb .swiper-button {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: unset;
  border: none;
}
.single-works_gallery-thumb .swiper-button svg path {
  fill: var(--primary);
}
.single-works_gallery-thumb .swiper-button.swiper-button-disabled svg path {
  fill: var(--text);
}
.single-works_gallery-thumb .swiper-prev {
  transform: rotate(90deg);
}
.single-works_gallery-thumb .swiper-next {
  transform: rotate(90deg);
}
.single-works_gallery-thumb .thumb-item {
  cursor: pointer;
  width: 100%;
  max-height: 100px;
  height: 100%;
  border-radius: 15px;
  border: 1px solid var(--stroke);
  overflow: hidden;
}
.single-works_gallery-thumb .thumb-item img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.single-works_gallery-main {
  width: 86%;
  height: 100%;
}
.single-works_gallery-main .main-item {
  width: 100%;
  height: 100%;
  border: 1px solid var(--stroke);
  border-radius: 15px;
  overflow: hidden;
  cursor: pointer;
}
.single-works_gallery-main .main-item img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.single-works_attributes {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  list-style: none;
}
.single-works_attributes .attribute-item {
  display: flex;
  gap: 17px;
  margin-bottom: 0;
  min-width: 186px;
}
.single-works_attributes .attribute-item_image {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}
.single-works_attributes .attribute-item_image img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
.single-works_attributes .attribute-item_name {
  color: var(--text);
}
.single-works_attributes .attribute-item_value {
  margin-top: 5px;
  margin-bottom: 0;
}
.single-works_desc {
  color: var(--text);
  margin-top: 50px;
}
.single-works_content {
  width: 42%;
  display: flex;
	flex-direction: column;
}

.single-works_callback {
	margin-top: auto;
}

/* ============== SERVICE POST ============= */
.service-category {
  background: var(--bg);
  border-radius: 10px;
  padding: 25px;
  display: flex;
  height: 100%;
  flex-direction: column;
}
.service-category_image {
  width: 100%;
  height: 250px;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 50px;
  position: relative;
  transition: height 0.4s ease-out, margin 0.4s ease-out;
}
.service-category_image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  transition: opacity 0.4s ease-out;
}
.service-category_posts-count {
  width: -moz-fit-content;
  width: fit-content;
  margin-top: auto;
  font-family: var(--font_second);
  font-weight: 400;
  font-size: clamp(12px, 0.0025 * 100vw + 11.2px, 16px);
  line-height: 120%;
  letter-spacing: 0;
  color: var(--text);
  border-radius: 5px;
  padding: 8px 12px;
  background: var(--bg_secondary);
  margin-bottom: 20px;
  transition: margin 0.4s ease-out;
}
.service-category_info {
  margin-top: 58px;
  padding-top: 15px;
  border-top: 1px solid var(--stroke);
  display: flex;
  flex-direction: column;
  transition: margin 0.4s ease-out;
}
.service-category_desc {
  font-family: var(--font_second);
  font-weight: 400;
  font-size: clamp(12px, 0.0025 * 100vw + 11.2px, 16px);
  line-height: 120%;
  letter-spacing: 0;
  color: var(--text);
  text-align: center;
  overflow: hidden;
  transition: height 0.4s ease-out;
}
.service-category_bottom {
  overflow: hidden;
  height: 0;
  transition: height 0.4s ease-out;
}
.service-category_list {
  /*height: 122px;*/
  /*overflow-y: auto;*/
  list-style: none;
}
.service-category_list-item {
  padding-left: 30px;
  position: relative;
  font-family: var(--font_second);
  font-weight: 400;
  font-size: clamp(12px, 0.0025 * 100vw + 11.2px, 16px);
  line-height: 120%;
  letter-spacing: 0;
  color: var(--text);
  margin-bottom: 10px;
}
.service-category_list-item::before {
  content: url(../images/check.svg);
  position: absolute;
  top: 0;
  left: 0;
  background: var(--secondary);
  width: 20px;
  height: 20px;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.service-category_list-item:last-child {
  margin-bottom: 0;
}
.service-category_link {
  margin-top: 30px;
}
.service-category:hover .service-category_image {
  height: 0;
  margin-bottom: 0;
}
.service-category:hover .service-category_image img {
  opacity: 0;
}
.service-category:hover .service-category_posts-count {
  margin-top: 0;
}
.service-category:hover .service-category_info {
  margin-top: auto;
}
.service-category:hover .service-category_desc {
  height: 0;
}
.service-category:hover .service-category_bottom {
  height: 240px;
}
.service-item_link {
  display: block;
}
.service-item_link:hover .service-item_image img {
  transform: scale(1.2);
}
.service-item_image {
  width: 100%;
  height: 282px;
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 20px;
}
.service-item_image img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.4s ease-out;
}
.service-item_title {
  margin-bottom: 0;
}

.archive-services_wrapper {
  padding-bottom: 45px;
}
.archive-services_categories-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
.archive-services_posts-wrapper {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 30px;
}

.taxonomy-services_banner-title {
  color: var(--bg);
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 20px;
}
.taxonomy-services_banner-desc {
  text-align: center;
  color: var(--bg);
}
.taxonomy-services_banner-callback {
  margin: 40px auto 0;
}
.taxonomy-services_posts {
  padding: 45px 0;
}

.single-services_banner-title {
  width: 80%;
  margin: 0 auto;
  color: var(--bg);
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 20px;
}
.single-services_banner-desc {
  text-align: center;
  color: var(--bg);
}
.single-services_banner-bottom {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
}
.single-services_banner-price {
  color: var(--bg);
  margin-bottom: 0;
}

/* ============== QUESTION POST ============= */
.question-item {
  margin-bottom: 10px;
  background: var(--bg_secondary);
  border-radius: 10px;
  transition: background 0.4s ease-out;
}
.question-item_head {
  border: 1px solid var(--stroke);
  display: flex;
  align-items: center;
  padding: 10px 20px 10px 10px;
  border-radius: 10px;
  cursor: pointer;
}
.question-item_image {
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  border-radius: 5px;
  border: 1px solid var(--secondary);
  background: var(--secondary);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.4s ease-out;
}
.question-item_image svg path {
  transition: fill 0.4s ease-out;
}
.question-item_title {
  padding-left: 30px;
  padding-right: 15px;
  margin-bottom: 0;
}
.question-item_icon {
  flex-shrink: 0;
  width: 14px;
  height: 14px;
  position: relative;
  margin-left: auto;
  transition: transform 0.4s ease-out;
}
.question-item_icon::before {
  content: url(../images/plus.svg);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.4s ease-out;
}
.question-item_icon::after {
  content: url(../images/minus.svg);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.4s ease-out;
}
.question-item_body {
  display: none;
  padding: 30px 90px 40px 90px;
  color: var(--text);
}
.question-item_body * {
  color: var(--text);
}
.question-item_body *:last-child {
  margin-bottom: 0;
}
.question-item:last-child {
  margin-bottom: 0;
}
.question-item.question-item-active {
  background: var(--bg);
}
.question-item.question-item-active .question-item_image {
  background: transparent;
}
.question-item.question-item-active .question-item_image svg path {
  fill: var(--secondary);
}
.question-item.question-item-active .question-item_icon {
  transform: rotate(180deg);
}
.question-item.question-item-active .question-item_icon::before {
  opacity: 0;
}
.question-item.question-item-active .question-item_icon::after {
  opacity: 1;
}

/* ============== SERTIFICATE POST ============= */
.sertificate-item {
  background: var(--bg);
  border: 1px solid var(--bg);
  padding: 30px;
  border-radius: 10px;
  cursor: pointer;
  display: block;
  transition: background 0.4s ease-out, border 0.4s ease-out;
}
.sertificate-item_title {
  min-height: 100px;
  margin-bottom: 20px;
}
.sertificate-item_type {
  margin-left: auto;
  width: 60px;
  height: 60px;
  background: var(--secondary);
  border-radius: 5px;
  font-family: var(--font_second);
  font-weight: 400;
  font-size: clamp(12px, 0.0025 * 100vw + 11.2px, 16px);
  line-height: 130%;
  letter-spacing: 0%;
  color: var(--bg);
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.4s ease-out;
}
.sertificate-item:hover {
  background: transparent;
  border-color: var(--stroke);
}
.sertificate-item:hover .sertificate-item_type {
  background: var(--primary);
}

/* ============== REVIEW POST ============= */
.review-item {
  padding: 18px 15px;
  border-radius: 10px;
  background: var(--bg);
  display: block;
  max-height: 384px;
  cursor: pointer;
}
.review-item img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}

.archive-reviews_wrapper {
  display: flex;
  gap: 30px;
}
.archive-reviews_content {
  width: 81%;
}
.archive-reviews_holder {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
.archive-reviews_form {
  width: 19%;
  background: var(--secondary);
  border-radius: 5px;
  padding: 30px;
  height: -moz-fit-content;
  height: fit-content;
  position: sticky;
  top: 140px;
}
.archive-reviews_form .form-title {
  color: var(--bg);
  margin-bottom: 15px;
}
.archive-reviews_form .form-desc {
  color: var(--bg);
}
.archive-reviews_form .form-button {
  margin-top: 40px;
  width: 100%;
}

/* ============== PRICE POST ============= */
.price-category {
  background: var(--bg);
  border: 1px solid var(--bg);
  border-radius: 15px;
  margin-bottom: 10px;
  transition: border 0.4s ease-out, background 0.4s ease-out;
}
.price-category:last-child {
  margin-bottom: 0;
}
.price-category_head {
  margin: -1px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  border-radius: 15px;
  padding: 10px;
  border: 1px solid var(--bg);
  transition: border 0.4s ease-out, background 0.4s ease-out;
  cursor: pointer;
}
.price-category_title {
  padding-left: 20px;
  margin-bottom: 0;
}
.price-category_icon {
  flex-shrink: 0;
  cursor: pointer;
  width: 50px;
  height: 50px;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--primary);
  position: relative;
  transition: background 0.4s ease-out, transform 0.4s ease-out;
}
.price-category_icon .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 16px;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.4s ease-out;
}
.price-category_icon .icon.open {
  opacity: 0;
}
.price-category_icon svg {
  transition: transform 0.4s ease-out;
}
.price-category_icon svg path {
  fill: var(--bg);
  transition: fill 0.4s ease-out;
}
.price-category_body {
  list-style: none;
  display: none;
  padding: 10px 13px 30px 30px;
}
.price-category_body .price-item {
  margin-bottom: 0;
  padding: 10px 0;
  border-bottom: 1px solid var(--stroke);
  display: grid;
  grid-template-columns: 3fr 1fr 1fr 1fr;
  gap: 5px;
  align-items: center;
}
.price-category_body .price-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.price-category.price-category-active .price-category_head {
  background: var(--bg_secondary);
  border-color: var(--stroke);
}
.price-category.price-category-active .price-category_icon {
  background: var(--stroke);
  transform: rotate(-180deg);
}
.price-category.price-category-active .price-category_icon .icon.open {
  opacity: 1;
}
.price-category.price-category-active .price-category_icon .icon.close {
  opacity: 0;
}
.price-category.price-category-active .price-category_icon svg path {
  fill: var(--head);
}

/* ============== TEAM POST ============= */
/*.team-item_image {*/
/*  width: 100%;*/
/*  height: 425px;*/
/*  border-radius: 15px;*/
/*  overflow: hidden;*/
/*  margin-bottom: 20px;*/
/*}*/

.team-item {
  display: flex;
  flex-direction:column;
  align-items: center;
  gap: 20px;
}

.team-item_image {
  width: 280px;
  height: 280px;
  border-radius: 50%;
  overflow: hidden;

  filter: grayscale(1);
  transition: filter 0.8s ease-out;
}
.team-item_image:hover {
  filter: unset;
}
.team-item_image img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.team-item_title {
  text-align: center;
  margin-bottom: 10px;
}
.team-item_desc {
  text-align: center;
  color: var(--secondary);
}

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

.theme-modal {
  display: none;
}
	.fancybox__backdrop {
	background: var(--head) !important;
		opacity: 0.8 !important;
	}
.theme-modal.fancybox__content {
  background: var(--bg);
  border-radius: 15px;
  padding: 40px;
  width: 565px;
}
.theme-modal.fancybox__content > .f-button.is-close-btn {
  width: 20px;
  height: 20px;
  top: 15px;
  right: 15px;
}
.theme-modal.fancybox__content > .f-button.is-close-btn svg path {
  stroke-width: 0px;
  transition: fill 0.3s ease-in;
}
.theme-modal.fancybox__content > .f-button.is-close-btn:hover svg path {
  fill: var(--primary);
}
.theme-modal.fancybox__content .modal-title {
  margin-bottom: 15px;
}
.theme-modal.fancybox__content .modal-desc {
  font-family: var(--font_second);
  font-weight: 400;
  font-size: clamp(12px, 0.0025 * 100vw + 11.2px, 16px);
  line-height: 130%;
  letter-spacing: 0%;
  color: var(--text);
  margin-bottom: 25px;
  text-wrap: balance;
  width: 80%;
}
.theme-modal .modal-close {
	width: 100%;
}
	
.theme-modal.fancybox__content .form-textarea {
  width: 100%;
  height: 110px;
  resize: none;
  border-radius: 5px;
  border: 1px solid var(--stroke);
  background: transparent;
  padding: 16px 20px;
  font-family: var(--font_second);
  font-weight: 500;
  font-size: clamp(12px, 0.00125 * 100vw + 11.6px, 14px);
  line-height: 110%;
  letter-spacing: 0;
  outline: none;
  color: var(--text);
}
.theme-modal.fancybox__content .form-textarea::-moz-placeholder {
  font-family: var(--font_second);
  font-weight: 500;
  font-size: clamp(12px, 0.00125 * 100vw + 11.6px, 14px);
  line-height: 110%;
  letter-spacing: 0;
  color: var(--text);
}
.theme-modal.fancybox__content .form-textarea::placeholder {
  font-family: var(--font_second);
  font-weight: 500;
  font-size: clamp(12px, 0.00125 * 100vw + 11.6px, 14px);
  line-height: 110%;
  letter-spacing: 0;
  color: var(--text);
}
.theme-modal.fancybox__content .form-textarea:focus-visible {
  border-color: var(--primary);
  border-width: 1px;
}
.theme-modal.fancybox__content .form-input {
  margin-bottom: 10px;
}
.theme-modal.fancybox__content .form-input-row.form-input-row-media {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
.theme-modal.fancybox__content .form-input-row.form-input-row-media input[type=file] {
  position: absolute;
  z-index: -1;
  opacity: 0;
  display: block;
  width: 0;
  height: 0;
}
.theme-modal.fancybox__content .form-input-row.form-input-row-media .input-text {
  margin: 15px 0 25px;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
  font-family: var(--font_first);
  font-weight: 700;
  font-size: clamp(14px, 0.00125 * 100vw + 13.6px, 16px);
  line-height: 110%;
  letter-spacing: 0;
  color: var(--primary);
}
.theme-modal.fancybox__content .form-submit {
  margin-top: 10px;
}
.theme-modal.fancybox__content .form-privacy {
  color: var(--text) !important;
  margin-top: 15px;
}
.theme-modal.fancybox__content .form-privacy a {
  color: var(--text) !important;
  text-decoration: underline;
}

/* ============= FORM =========== */
[form-send][disabled] {
  opacity: 0.5;
}

.form.form-v2 .form-input {
  width: 100%;
  background: var(--bg_opacity_20);
  border: 1px solid var(--bg_opacity_40);
  padding: 16.5px 20px;
  border-radius: 5px;
  font-family: var(--font_second);
  font-weight: 500;
  font-size: clamp(12px, 0.00125 * 100vw + 11.6px, 14px);
  line-height: 110%;
  letter-spacing: 0;
  color: var(--bg);
  outline: none;
  transition: background 0.4s ease-out, border 0.4s ease-out;
  resize: none;
}
.form.form-v2 textarea.form-input {
  height: 100px;
}
.form.form-v2 .form-input::-moz-placeholder {
  font-family: var(--font_second);
  font-weight: 500;
  font-size: clamp(12px, 0.00125 * 100vw + 11.6px, 14px);
  line-height: 110%;
  letter-spacing: 0;
  color: var(--bg);
}
.form.form-v2 .form-input::placeholder {
  font-family: var(--font_second);
  font-weight: 500;
  font-size: clamp(12px, 0.00125 * 100vw + 11.6px, 14px);
  line-height: 110%;
  letter-spacing: 0;
  color: var(--bg);
}
.form.form-v2 .form-input:hover {
  background: transparent;
  border-color: var(--bg);
}
.form.form-v2 .form-input:focus-visible {
  border-width: 1px;
  border-color: var(--primary);
}
.form.form-v2 .form-input.error {
  border-color: var(--error);
  color: var(--error);
}
.form.form-v2 .form-input.error::-moz-placeholder {
  color: var(--error);
}
.form.form-v2 .form-input.error::placeholder {
  color: var(--error);
}
.form.form-v2 .form-input.form-input-second {
  border-color: var(--stroke);
  color: var(--text);
}
.form.form-v2 .form-input.form-input-second::-moz-placeholder {
  color: var(--text);
}
.form.form-v2 .form-input.form-input-second::placeholder {
  color: var(--text);
}
.form.form-v2 .form-input.form-input-second:focus-visible {
  border-width: 1px;
  border-color: var(--primary);
}
.form.form-v2 .form-input.form-input-second.error {
  border-color: var(--error);
  color: var(--error);
}
.form.form-v2 .form-input.form-input-second.error::-moz-placeholder {
  color: var(--error);
}
.form.form-v2 .form-input.form-input-second.error::placeholder {
  color: var(--error);
}
.form.form-v2 .form-submit {
  width: 100%;
}
.form.form-v2 .form-privacy {
  font-family: var(--font_second);
  font-weight: 500;
  font-size: clamp(12px, 0.00125 * 100vw + 11.6px, 14px);
  line-height: 110%;
  letter-spacing: 0;
  color: var(--bg);
}
.form.form-v2 .form-privacy a {
  font-family: var(--font_second);
  font-weight: 500;
  font-size: clamp(12px, 0.00125 * 100vw + 11.6px, 14px);
  line-height: 110%;
  letter-spacing: 0;
  color: var(--bg);
  text-decoration: underline;
  transition: color 0.4s ease-out;
}
.form.form-v2 .form-privacy a:hover {
  color: var(--primary);
}

/* ============= MEDIA QUERIES =========== */
@media (max-width: 1400px) {
  .work-item {
    padding: 5px;
  }
}
@media (max-width: 1240px) {
  #header .burger.open_menu {
    display: flex;
  }
  .header-wrapper {
    gap: 15px;
  }
  .header-menu {
    display: none;
  }
  .header-contacts {
    gap: 15px;
  }
  .work-item_image {
    height: 271px;
  }
  .service-category {
    padding: 10px;
  }
  .service-category_image {
    margin-bottom: 20px;
  }
  .service-category_info {
    margin-top: 30px;
  }
  .service-category_link {
    margin-top: 10px;
  }
  .service-category:hover .service-category_bottom {
    height: 186px;
  }
  .service-item_image {
    height: 242px;
    margin-bottom: 15px;
  }
  .archive-services_posts-wrapper {
    gap: 15px;
  }
  .archive-reviews_wrapper {
    flex-direction: column-reverse;
    gap: 20px;
  }
  .archive-reviews_holder {
    gap: 15px;
  }
  .archive-reviews_content {
    width: 100%;
  }
  .archive-reviews_form {
    position: relative;
    top: unset;
    width: 100%;
    padding: 15px;
  }
	.archive-works_holder{
		grid-template-columns: repeat(3, 1fr);
		gap: 15px;
	}
  /*.team-item_image {*/
  /*  height: 345px;*/
  /*  margin-bottom: 10px;*/
  /*}*/
}
@media (max-width: 1100px) {
  .single-works_wrapper {
    flex-direction: column;
  }
  .single-works_gallery {
    width: 100%;
  }
  .single-works_attributes {
    gap: 15px;
  }
  .single-works_content {
    width: 100%;
  }
}
@media (max-width: 992px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin-bottom: 20px;
  }
  .navigation.pagination {
    margin-top: 20px;
  }
  .navigation.pagination .prev {
    margin-right: 60px;
  }
  .navigation.pagination .next {
    margin-left: 60px;
  }
  .work-item_image {
    height: 200px;
    margin-bottom: 10px;
  }
  .work-item_desc {
    margin-bottom: 20px;
  }
  .work-item_buttons .btn {
    padding: 10px 15px;
  }
  .service-category_image {
    height: 0;
    margin-bottom: 0;
  }
  .service-category_posts-count {
    margin-top: 0;
  }
  .service-category_info {
    margin-top: auto;
  }
  .service-category_desc {
    height: 0;
  }
  .service-category_bottom {
    height: -moz-fit-content;
    height: fit-content;
  }
  .service-category_list {
    height: -moz-fit-content;
    height: fit-content;
    overflow-y: unset;
  }
  .service-category:hover .service-category_bottom {
    height: -moz-fit-content;
    height: fit-content;
  }
  .footer {
    margin-top: 20px;
    padding: 20px 0;
  }
  .footer-head {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px;
    padding-bottom: 15px;
  }
  .footer-bottom {
    padding-top: 15px;
    flex-direction: column;
  }
  .archive-services_wrapper {
    padding-bottom: 20px;
  }
  .archive-services_categories-wrapper {
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
  }
  .archive-services_posts-wrapper {
    gap: 15px;
    grid-template-columns: repeat(4, 1fr);
  }
  .banner-block {
    padding: 40px 0;
    margin-bottom: 20px;
  }
  .banner-image {
    display: none;
  }
  .taxonomy-services_posts {
    padding: 20px 0;
  }
  .sertificate-item {
    padding: 15px;
  }
  .sertificate-item_title {
    min-height: unset;
  }
  .sertificate-item_type {
    width: 40px;
    height: 40px;
  }
  .review-item {
    padding: 10px;
  }
  .price-category_body {
    padding: 10px;
  }
  .price-category_body .price-item {
    grid-template-columns: 1.5fr 1fr 1fr 1fr;
  }
  .price-category_body .price-item_callback {
    padding: 15px;
  }
  .single-services_banner-title {
    width: 100%;
  }
  .single-works_wrapper {
    padding-bottom: 20px;
  }
  .single-works_gallery {
    height: 380px;
  }
  .single-works_attributes {
    gap: 15px 30px;
  }
  .single-works_attributes .attribute-item {
    min-width: unset;
  }
  .single-works_desc {
    margin-top: 20px;
  }
}
@media (max-width: 820px) {
  .header-wrapper {
    gap: 5px;
  }
  .header-socials {
    display: none;
  }
	.archive-works_holder {
		grid-template-columns: repeat(2, 1fr);
		gap: 10px;
	}
}
@media (max-width: 769px) {
  .question-item_head {
    align-items: flex-start;
  }
  .question-item_title {
    padding-left: 15px;
    padding-right: 10px;
  }
  .question-item_image {
    width: 40px;
    height: 40px;
  }
  .question-item_body {
    padding: 15px 30px;
  }
  .footer-logo {
    margin-bottom: 10px;
  }
  .footer-column_title {
    margin-bottom: 10px;
  }
  .footer-contact_title {
    margin-bottom: 10px;
  }
  .footer-menu {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }
  .footer-menu .nav-menu-element {
    margin-bottom: 0;
  }
  .service-item_image {
    height: 180px;
  }
  .archive-services_posts-wrapper {
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  }
  .archive-reviews_holder {
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  }
  .error-page_wrapper {
    flex-direction: column;
    gap: 20px;
  }
  .error-page_title {
    text-align: center;
  }
  .error-page_desc {
    text-align: center;
  }
  .error-page_return {
    margin: 20px auto 0;
  }
}
@media (max-width: 720px) {
  .price-category_title {
    padding-left: 0;
  }
  .price-category_icon {
    width: 40px;
    height: 40px;
  }
  .price-category_body .price-item {
    grid-template-columns: repeat(2, 1fr);
  }
  .price-category_body .price-item_time {
    order: 3;
  }
  .price-category_body .price-item_price {
    order: 4;
    text-align: right;
  }
  .price-category_body .price-item_callback {
    order: 2;
    margin-left: auto;
    padding: 10px;
  }
  /*.team-item_image {*/
  /*  height: 325px;*/
  /*}*/
}
@media (max-width: 640px) {
  .header-logo {
    width: 100px;
  }
  .header-button {
    display: none;
  }
  .work-item_image {
    height: 180px;
    margin-bottom: 10px;
  }
  .work-item_title {
    margin-bottom: 10px;
  }
  .work-item_desc {
    margin-bottom: 10px;
  }
  .work-item_buttons {
    flex-wrap: wrap;
    gap: 5px;
  }
  .work-item_buttons .btn {
    width: 100%;
  }
  .service-category_list {
    height: unset;
    overflow-y: unset;
  }
  .service-category:hover .services-category_bottom {
    height: 156px;
  }
  .archive-services_categories-wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .single-works_gallery {
    height: -moz-fit-content;
    height: fit-content;
    flex-direction: column-reverse;
  }
  .single-works_gallery-thumb {
    width: 100%;
    padding: 0;
    flex-direction: row;
  }
  .single-works_gallery-thumb .swiper {
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    overflow: hidden;
  }
  .single-works_gallery-thumb .swiper-prev, .single-works_gallery-thumb .swiper-next {
    transform: unset;
  }
  .single-works_gallery-thumb .thumb-item {
    height: 100px;
    max-height: unset;
  }
  .single-works_gallery-main {
    width: 100%;
    height: 400px;
  }
  .single-works_gallery-main .swiper {
    width: 100%;
  }

  .theme-modal.fancybox__content {
    padding: 20px 15px;
  }
  .theme-modal.fancybox__content > .f-button.is-close-btn {
    background: unset;
  }
  .theme-modal.fancybox__content > .f-button.is-close-btn svg path {
    fill: var(--text);
  }
  .theme-modal.fancybox__content > .f-button.is-close-btn:hover svg path {
    fill: var(--primary);
  }
}
@media (max-width: 498px) {
  .archive-services_posts-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
  .archive-reviews_holder {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 420px) {
  .archive-services_categories-wrapper {
    grid-template-columns: 100%;
  }
  .review-item {
    padding: 5px;
  }
}
@media (max-width: 375px) {
  .archive-services_posts-wrapper {
    grid-template-columns: 100%;
  }
  .single-works_gallery-main {
    height: 300px;
  }
}/*# sourceMappingURL=main.css.map */