/*========= VARIABLES ==========*/
:root {
  --primary: linear-gradient(169.9deg, #ee0a76 -42.8%, #fe6604 100%);
  --primary_hover: linear-gradient(133.9deg, #ee0a76 -42.8%, #fe6604 100%);
  --second: #fe6604;
  --third: #fff;
  --head: #262e39;
  --text_primary: #464d57;
  --text_secondary: #6d7074;
  --secondary_text: #f6f6f6;
  --bg_secondary: #f5f7f9;
  --bg_thirdly: #37404e;
  --bg_fourthly: #262e39;
  --bg_gradient_primary: linear-gradient(
      0deg,
      rgba(0, 0, 0, 0.4),
      rgba(0, 0, 0, 0.4)
    ),
    linear-gradient(0deg, rgba(55, 64, 78, 0.6), rgba(55, 64, 78, 0.6));
  --stroke: linear-gradient(133.9deg, #ee0a76 -42.8%, #fe6604 100%);
  --stroke_secondary: #414c5d;
  --stroke_thirdly: #d6d6d6;
  --font-family: "Manrope", sans-serif;
}

/*============= ALIGNES ===============*/
.alignwide {
  width: 100%;
}

.alignfull {
  margin-left: calc(-100vw / 2 + 100% / 2);
  margin-right: calc(-100vw / 2 + 100% / 2);
  max-width: 1920px;
}

@media only screen and (min-width: 1920px) {
  .alignfull {
    width: 100vw !important;
    max-width: unset;
  }
}

/* =========== BASE CONFIG =========== */
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

body {
  background-color: #fff;
  overflow-x: hidden;
  margin: 0 auto;
  width: auto;
}

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

a:hover {
  color: #f6c4df;
}

ul li {
  list-style-position: inside;
  color: #121212;
  font-weight: 500;
  font-size: clamp(12px, calc(0.0025 * 100vw + 11.2px), 16px);
  line-height: 100%;
  letter-spacing: 0%;
}

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

ol li {
  list-style-position: inside;
  color: #121212;
  font-weight: 500;
  font-size: clamp(12px, calc(0.0025 * 100vw + 11.2px), 16px);
  line-height: 100%;
  letter-spacing: 0%;
}

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

h1.page-title {
  font-weight: 700;
  font-size: clamp(26px, 0.02375 * 100vw + 18.4px, 64px);
  line-height: 110.00000000000001%;
  letter-spacing: 0%;
  background: linear-gradient(166.9deg, #ee0a76 -42.8%, #fe6604 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-transition: color 0.4s ease-out;
  transition: color 0.4s ease-out;
}

h1,
.h1 {
  font-weight: 700;
  font-size: clamp(28px, calc(0.0225 * 100vw + 20.8px), 64px);
  line-height: 110.00000000000001%;
  letter-spacing: 0%;
  margin-bottom: 40px;
}

h1 * {
  font-weight: 700;
  font-size: clamp(28px, calc(0.0225 * 100vw + 20.8px), 64px);
  line-height: 110.00000000000001%;
  letter-spacing: 0%;
}

h1 span {
  font-weight: 700;
  font-size: clamp(28px, calc(0.0225 * 100vw + 20.8px), 64px);
  line-height: 110.00000000000001%;
  letter-spacing: 0%;
  background: linear-gradient(166.9deg, #ee0a76 -42.8%, #fe6604 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-transition: color 0.4s ease-out;
  transition: color 0.4s ease-out;
}

h2,
.h2 {
  margin-bottom: 35px;
  font-weight: 700;
  font-size: clamp(28px, calc(0.0125 * 100vw + 24px), 48px);
  line-height: 110.00000000000001%;
  letter-spacing: 0%;
  color: #333333;
}

h2 * {
  font-weight: 700;
  font-size: clamp(28px, calc(0.0125 * 100vw + 24px), 48px);
  line-height: 110.00000000000001%;
  letter-spacing: 0%;
}

h2 span {
  font-weight: 700;
  font-size: clamp(28px, calc(0.0125 * 100vw + 24px), 48px);
  line-height: 110.00000000000001%;
  letter-spacing: 0%;
  background: linear-gradient(166.9deg, #ee0a76 -42.8%, #fe6604 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-transition: color 0.4s ease-out;
  transition: color 0.4s ease-out;
}

h3,
.h3 {
  margin-bottom: 30px;
  font-weight: 700;
  font-size: clamp(26px, calc(0.00875 * 100vw + 23.2px), 40px);
  line-height: 110.00000000000001%;
  letter-spacing: 0%;
  color: #333333;
}

h3 * {
  font-weight: 700;
  font-size: clamp(26px, calc(0.00875 * 100vw + 23.2px), 40px);
  line-height: 110.00000000000001%;
  letter-spacing: 0%;
}

h3 span {
  font-weight: 700;
  font-size: clamp(26px, calc(0.00875 * 100vw + 23.2px), 40px);
  line-height: 110.00000000000001%;
  letter-spacing: 0%;
  background: linear-gradient(166.9deg, #ee0a76 -42.8%, #fe6604 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-transition: color 0.4s ease-out;
  transition: color 0.4s ease-out;
}

h4,
.h4 {
  font-weight: 700;
  font-size: clamp(24px, calc(0.005 * 100vw + 22.4px), 32px);
  line-height: 110.00000000000001%;
  letter-spacing: 0%;
  color: #333333;
}

h4 * {
  font-weight: 700;
  font-size: clamp(24px, calc(0.005 * 100vw + 22.4px), 32px);
  line-height: 110.00000000000001%;
  letter-spacing: 0%;
}

h4 span {
  font-weight: 700;
  font-size: clamp(24px, calc(0.005 * 100vw + 22.4px), 32px);
  line-height: 110.00000000000001%;
  letter-spacing: 0%;
  background: linear-gradient(166.9deg, #ee0a76 -42.8%, #fe6604 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-transition: color 0.4s ease-out;
  transition: color 0.4s ease-out;
}

h5,
.h5 {
  margin-bottom: 20px;
  font-weight: 700;
  font-size: clamp(20px, calc(0.0025 * 100vw + 19.2px), 24px);
  line-height: 120%;
  letter-spacing: 0%;
  color: #333333;
}

h5 * {
  font-weight: 700;
  font-size: clamp(20px, calc(0.0025 * 100vw + 19.2px), 24px);
  line-height: 120%;
  letter-spacing: 0%;
}

h5 span {
  font-weight: 700;
  font-size: clamp(20px, calc(0.0025 * 100vw + 19.2px), 24px);
  line-height: 120%;
  letter-spacing: 0%;
  background: linear-gradient(166.9deg, #ee0a76 -42.8%, #fe6604 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-transition: color 0.4s ease-out;
  transition: color 0.4s ease-out;
}

h6,
.h6 {
  margin-bottom: 20px;
  font-weight: 700;
  font-size: clamp(16px, calc(0.0025 * 100vw + 15.2px), 20px);
  line-height: 120%;
  letter-spacing: 0%;
  color: #333333;
}

h6 * {
  font-weight: 700;
  font-size: clamp(16px, calc(0.0025 * 100vw + 15.2px), 20px);
  line-height: 120%;
  letter-spacing: 0%;
}

h6 span {
  font-weight: 700;
  font-size: clamp(16px, calc(0.0025 * 100vw + 15.2px), 20px);
  line-height: 120%;
  letter-spacing: 0%;
  background: linear-gradient(166.9deg, #ee0a76 -42.8%, #fe6604 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-transition: color 0.4s ease-out;
  transition: color 0.4s ease-out;
}

.breadcrumbs {
  padding: 20px 0;
  font-weight: 500;
  font-size: clamp(12px, calc(0.0025 * 100vw + 11.2px), 16px);
  line-height: 100%;
  letter-spacing: 0%;
  color: var(--text_primary);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}

.breadcrumbs span {
  font-weight: 500;
  font-size: clamp(12px, calc(0.0025 * 100vw + 11.2px), 16px);
  line-height: 100%;
  letter-spacing: 0%;
  color: var(--text_primary);
}

.breadcrumbs span.current-item {
  font-weight: 500;
  font-size: clamp(12px, calc(0.0025 * 100vw + 11.2px), 16px);
  line-height: 100%;
  letter-spacing: 0%;
  background: linear-gradient(166.9deg, #ee0a76 -42.8%, #fe6604 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-transition: color 0.4s ease-out;
  transition: color 0.4s ease-out;
}

.breadcrumbs span:hover {
  background: linear-gradient(166.9deg, #ee0a76 -42.8%, #fe6604 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-transition: color 0.4s ease-out;
  transition: color 0.4s ease-out;
}

.breadcrumbs a {
  font-weight: 500;
  font-size: clamp(12px, calc(0.0025 * 100vw + 11.2px), 16px);
  line-height: 100%;
  letter-spacing: 0%;
  color: var(--text_primary);
  -webkit-transition: color 0.4s ease-out;
  transition: color 0.4s ease-out;
}

.breadcrumbs a.current-item span {
  font-weight: 500;
  font-size: clamp(12px, calc(0.0025 * 100vw + 11.2px), 16px);
  line-height: 100%;
  letter-spacing: 0%;
  background: linear-gradient(166.9deg, #ee0a76 -42.8%, #fe6604 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-transition: color 0.4s ease-out;
  transition: color 0.4s ease-out;
}

.breadcrumbs.breadcrumbs-light {
  color: var(--third);
}

.breadcrumbs.breadcrumbs-light span {
  color: var(--thrid);
}

.breadcrumbs.breadcrumbs-light span.current-item {
  background: linear-gradient(166.9deg, #ee0a76 -42.8%, #fe6604 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-transition: color 0.4s ease-out;
  transition: color 0.4s ease-out;
}

.breadcrumbs.breadcrumbs-light span:hover {
  background: linear-gradient(166.9deg, #ee0a76 -42.8%, #fe6604 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-transition: color 0.4s ease-out;
  transition: color 0.4s ease-out;
}

.breadcrumbs.breadcrumbs-light a {
  color: var(--third);
}

.p1 {
  font-weight: 500;
  font-size: clamp(16px, calc(0.00375 * 100vw + 14.8px), 22px);
  line-height: 140%;
  letter-spacing: 0%;
}

.p1 ul {
  list-style: none;
}

.p1 li {
  font-weight: 500;
  font-size: clamp(16px, calc(0.00375 * 100vw + 14.8px), 22px);
  line-height: 140%;
  letter-spacing: 0%;
  position: relative;
  padding-left: 18px;
}

.p1 li::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background: var(--primary);
  border-radius: 100%;
  top: 7px;
  left: 0;
}

.p1 p {
  font-weight: 500;
  font-size: clamp(16px, calc(0.00375 * 100vw + 14.8px), 22px);
  line-height: 140%;
  letter-spacing: 0%;
}

.p2 {
  font-weight: 500;
  font-size: clamp(14px, calc(0.00125 * 100vw + 13.6px), 16px);
  line-height: 145%;
  letter-spacing: 0%;
}

.p2 ul {
  list-style: none;
}

.p2 li {
  font-weight: 500;
  font-size: clamp(14px, calc(0.00125 * 100vw + 13.6px), 16px);
  line-height: 145%;
  letter-spacing: 0%;
  position: relative;
  padding-left: 18px;
}

.p2 li::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background: var(--primary);
  border-radius: 100%;
  top: 7px;
  left: 0;
}

.p2 p {
  font-weight: 500;
  font-size: clamp(14px, calc(0.00125 * 100vw + 13.6px), 16px);
  line-height: 145%;
  letter-spacing: 0%;
}

.p3 {
  font-weight: 500;
  font-size: clamp(12px, calc(0.00125 * 100vw + 11.6px), 14px);
  line-height: 150%;
  letter-spacing: 0%;
}

.p3 ul {
  list-style: none;
}

.p3 li {
  font-weight: 500;
  font-size: clamp(12px, calc(0.00125 * 100vw + 11.6px), 14px);
  line-height: 150%;
  letter-spacing: 0%;
  position: relative;
  padding-left: 18px;
}

.p3 li::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background: var(--primary);
  border-radius: 100%;
  top: 7px;
  left: 0;
}

.p3 p {
  font-weight: 500;
  font-size: clamp(12px, calc(0.00125 * 100vw + 11.6px), 14px);
  line-height: 150%;
  letter-spacing: 0%;
}

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

.btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: var(--primary);
  border-radius: 200px;
  gap: 10px;
  outline: none;
  border: none;
  color: var(--third);
  padding: 20px 50px;
  cursor: pointer;
  font-weight: 600;
  font-size: clamp(12px, calc(0.00375 * 100vw + 10.8px), 18px);
  line-height: 100%;
  letter-spacing: 0%;
  overflow: hidden;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.btn:hover {
  background: var(--second);
  -webkit-transition: background 0.4s ease-out;
  transition: background 0.4s ease-out;
}

.btn:is(.gradient) {
  background: unset;
  border: unset;
  outline: unset;
}

.btn > * {
  font-weight: 600;
  font-size: clamp(12px, calc(0.00375 * 100vw + 10.8px), 18px);
  line-height: 100%;
  letter-spacing: 0%;
}

.btn.btn-invert {
  background: var(--third);
}

.btn.btn-invert img {
  max-height: 24px;
  display: block;
  -o-object-fit: contain;
  object-fit: contain;
}

.btn.btn-invert:not(.hover-lock) {
  border: none;
  background: linear-gradient(166.9deg, #ee0a76 -42.8%, #fe6604 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-transition: color 0.4s ease-out;
  transition: color 0.4s ease-out;
}

.btn.btn-invert:not(.hover-lock)::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--third);
  pointer-events: none;
  z-index: -1;
  -webkit-transition: background 0.4s ease-out;
  transition: background 0.4s ease-out;
}

.btn.btn-invert:not(.hover-lock):hover {
  color: var(--third);
}

.btn.btn-invert:not(.hover-lock):hover::after {
  background: var(--primary);
}

.btn.btn-invert:is(.hover-lock) {
  gap: 5px;
  font-weight: 700;
  font-size: clamp(16px, calc(0.0025 * 100vw + 15.2px), 20px);
  line-height: 120%;
  letter-spacing: 0%;
  color: var(--head);
}

.btn.btn-outline .btn-outline_content {
  font-weight: 600;
  font-size: clamp(12px, calc(0.00375 * 100vw + 10.8px), 18px);
  line-height: 100%;
  letter-spacing: 0%;
  background: linear-gradient(166.9deg, #ee0a76 -42.8%, #fe6604 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-transition: color 0.4s ease-out;
  transition: color 0.4s ease-out;
  position: relative;
  z-index: 1;
  transition: color 0.4s ease-out;
}

.btn.btn-outline .btn-outline_border {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  background: var(--primary);
  border-radius: 30px;
}

.btn.btn-outline .btn-outline_fill {
  background-color: var(--third);
  position: absolute;
  left: 1px;
  right: 1px;
  bottom: 1px;
  top: 1px;
  display: block;
  width: auto;
  height: auto;
  border-radius: 30px;
  -webkit-transition: background-color 0.4s ease-out;
  transition: background-color 0.4s ease-out;
}

.btn.btn-outline:hover .btn-outline_content {
  color: var(--third);
}

.btn.btn-outline:hover .btn-outline_fill {
  background-color: var(--primary);
}

.btn.invert {
  background-color: #f6c4df;
  color: #fff;
}

.gradient-primary {
  position: relative;
}

.gradient-primary_content {
  position: relative;
  z-index: 1;
}

.gradient-primary_border {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  background: var(--primary);
  border-radius: 30px;
  -webkit-transition: background 0.4s ease-out;
  transition: background 0.4s ease-out;
}

.gradient-primary_fill {
  background-color: var(--primary);
  position: absolute;
  left: 1px;
  right: 1px;
  bottom: 1px;
  top: 1px;
  display: block;
  width: auto;
  height: auto;
  border-radius: 30px;
  -webkit-transition: background-color 0.4s ease-out;
  transition: background-color 0.4s ease-out;
}

.gradient-primary:hover .gradient-primary_content {
  color: var(--third);
}

.gradient-primary:hover .gradient-primary_border {
  background: var(--second);
}

.gradient-primary:hover .gradient-primary_fill {
  background: var(--second);
}

.gradient-outline_content {
  font-weight: 600;
  font-size: clamp(12px, calc(0.00375 * 100vw + 10.8px), 18px);
  line-height: 100%;
  letter-spacing: 0%;
  background: linear-gradient(166.9deg, #ee0a76 -42.8%, #fe6604 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-transition: color 0.4s ease-out;
  transition: color 0.4s ease-out;
  position: relative;
  z-index: 1;
  transition: color 0.4s ease-out;
}

.gradient-outline_border {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  background: var(--primary);
  border-radius: 30px;
}

.gradient-outline_fill {
  background-color: var(--third);
  position: absolute;
  left: 1px;
  right: 1px;
  bottom: 1px;
  top: 1px;
  display: block;
  width: auto;
  height: auto;
  border-radius: 30px;
  -webkit-transition: background-color 0.4s ease-out;
  transition: background-color 0.4s ease-out;
}

.gradient-outline:hover .gradient-outline_content {
  color: var(--third);
}

.gradient-outline:hover .gradient-outline_fill {
  background-color: var(--primary);
}

.gradient-invert_content {
  font-weight: 600;
  font-size: clamp(12px, calc(0.00375 * 100vw + 10.8px), 18px);
  line-height: 100%;
  letter-spacing: 0%;
  background: linear-gradient(166.9deg, #ee0a76 -42.8%, #fe6604 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-transition: color 0.4s ease-out;
  transition: color 0.4s ease-out;
  position: relative;
  z-index: 1;
  transition: color 0.4s ease-out;
}

.gradient-invert_border {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  background: var(--third);
  border-radius: 30px;
  -webkit-transition: background 0.4s ease-out;
  transition: background 0.4s ease-out;
}

.gradient-invert_fill {
  background-color: var(--third);
  position: absolute;
  left: 1px;
  right: 1px;
  bottom: 1px;
  top: 1px;
  display: block;
  width: auto;
  height: auto;
  border-radius: 30px;
  -webkit-transition: background-color 0.4s ease-out;
  transition: background-color 0.4s ease-out;
}

.gradient-invert:hover .gradient-invert_content {
  color: var(--third);
}

.gradient-invert:hover .gradient-invert_border {
  background: var(--primary);
}

.gradient-invert:hover .gradient-invert_fill {
  background: var(--primary);
}

.gradient-stroke {
  position: relative;
}

.gradient-stroke_content {
  position: relative;
  z-index: 1;
}

.gradient-stroke_border {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  background: var(--primary);
  border-radius: 30px;
}

.gradient-stroke_fill {
  background-color: var(--bg_fourthly);
  position: absolute;
  left: 1px;
  right: 1px;
  bottom: 1px;
  top: 1px;
  display: block;
  width: auto;
  height: auto;
  border-radius: 30px;
  -webkit-transition: background-color 0.4s ease-out;
  transition: background-color 0.4s ease-out;
}

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

#main.error-page,
#primary.error-page {
  min-height: 103vh;
}

.scroll.scroll-custom {
  scrollbar-width: 3px;
}

.scroll.scroll-custom::-webkit-scrollbar {
  width: 3px;
}

.scroll.scroll-custom::-webkit-scrollbar-track {
  border-radius: 50px;
  background: -webkit-gradient(
    linear,
    right top,
    left top,
    from(rgba(175, 175, 178, 0)),
    color-stop(30%, rgba(175, 175, 178, 0)),
    color-stop(50%, white),
    color-stop(70%, rgba(175, 175, 178, 0)),
    to(rgba(175, 175, 178, 0))
  );
  background: linear-gradient(
    to left,
    rgba(175, 175, 178, 0) 0%,
    rgba(175, 175, 178, 0) 30%,
    white 50%,
    rgba(175, 175, 178, 0) 70%,
    rgba(175, 175, 178, 0) 100%
  );
}

.scroll.scroll-custom::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: var(--primary);
}

/*====== NAVIGATION ===========*/
.navigation.pagination {
  width: 100%;
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.navigation.pagination .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.navigation.pagination .page-numbers {
  font-weight: 700;
  font-size: clamp(16px, calc(0.0025 * 100vw + 15.2px), 20px);
  line-height: 120%;
  letter-spacing: 0%;
  color: var(--head);
  -webkit-transition: color 0.4s ease-out;
  transition: color 0.4s ease-out;
}

.navigation.pagination .page-numbers:hover {
  background: linear-gradient(166.9deg, #ee0a76 -42.8%, #fe6604 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-transition: color 0.4s ease-out;
  transition: color 0.4s ease-out;
}

.navigation.pagination .page-numbers.current {
  background: linear-gradient(166.9deg, #ee0a76 -42.8%, #fe6604 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-transition: color 0.4s ease-out;
  transition: color 0.4s ease-out;
}

.navigation.pagination .page-numbers:not(:is(.prev, .next)) {
  margin-right: 30px;
}

.navigation.pagination .page-numbers:not(:is(.prev, .next)):nth-last-child(2) {
  margin-right: 0;
}

.navigation.pagination .page-numbers.dots {
  pointer-events: none;
}

.navigation.pagination .prev,
.navigation.pagination .next {
  width: 50px;
  height: 50px;
  background: var(--primary);
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: background 0.4s ease-out;
  transition: background 0.4s ease-out;
}

.navigation.pagination .prev:hover,
.navigation.pagination .next:hover {
  background: var(--second);
}

.navigation.pagination .prev.inactive,
.navigation.pagination .next.inactive {
  pointer-events: none;
}

.navigation.pagination .prev {
  margin-right: 76.5px;
}

.navigation.pagination .next {
  margin-left: 76.5px;
}

/*============ HEADER =================*/
.header {
  position: -webkit-sticky;
  position: sticky;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 10px 30px 10px 10px;
  border-radius: 0 0 20px 20px;
  background: transparent;
  -webkit-transition: background 0.4s ease-out;
  transition: background 0.4s ease-out;
}

.header.position-absolute {
  position: fixed;
}

.header.header-fulled {
  background: var(--third);
}

.header.header-fulled .header-icon img {
  -webkit-filter: invert(1);
  filter: invert(1);
}

.header.header-fulled .header-column .btn.hover-lock {
  border: 1px solid var(--stroke_secondary);
}

.header.header-fulled .header-column .header-column_raiting {
  padding: 17.5px 20px;
}

.header.header-fulled .header-menu-top_item-title {
  color: var(--text_primary);
}

.header.header-fulled .header-menu-top_item-title p {
  color: var(--text_primary);
}

.header.header-fulled .header-menu-bottom .nav-menu-element {
  position: relative;
}

.header.header-fulled .header-menu-bottom .nav-menu-element a {
  color: var(--text_primary);
}

.header.header-fulled .header-menu-bottom .nav-menu-element:hover > a {
  background: linear-gradient(166.9deg, #ee0a76 -42.8%, #fe6604 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-transition: color 0.4s ease-out;
  transition: color 0.4s ease-out;
}

.header.header-fulled .header-menu-bottom .nav-menu-element.active > a {
  background: linear-gradient(166.9deg, #ee0a76 -42.8%, #fe6604 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-transition: color 0.4s ease-out;
  transition: color 0.4s ease-out;
}

.header.header-fulled .header-contacts-phones .phone-item-link {
  color: var(--head);
  -webkit-transition: color 0.4s ease-out;
  transition: color 0.4s ease-out;
}

.header.header-fulled .header-contacts-phones .phone-item-link:hover {
  background: linear-gradient(166.9deg, #ee0a76 -42.8%, #fe6604 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-transition: color 0.4s ease-out;
  transition: color 0.4s ease-out;
}

.header-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 23px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-icon {
  max-width: 160px;
  width: 100%;
}

.header-icon img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-transition: -webkit-filter 0.4s ease-out;
  transition: -webkit-filter 0.4s ease-out;
  transition: filter 0.4s ease-out;
  transition: filter 0.4s ease-out, -webkit-filter 0.4s ease-out;
}

.header-menu-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 50px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid var(--stroke_secondary);
}

.header-menu-top_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

.header-menu-top_item-icon {
  width: 16px;
  height: 16px;
  display: block;
  -o-object-fit: contain;
  object-fit: contain;
}

.header-menu-top_item-title {
  font-weight: 500;
  font-size: clamp(12px, calc(0.00125 * 100vw + 11.6px), 14px);
  line-height: 150%;
  letter-spacing: 0%;
  color: var(--secondary_text);
}

.header-menu-top_item-title p {
  font-weight: 500;
  font-size: clamp(12px, calc(0.00125 * 100vw + 11.6px), 14px);
  line-height: 150%;
  letter-spacing: 0%;
  color: var(--secondary_text);
  margin-bottom: 0;
}

.header-menu-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  list-style: none;
  gap: 40px;
}

.header-menu-bottom .nav-menu-element {
  margin-bottom: 0;
  position: relative;
}

.header-menu-bottom .nav-menu-element a {
  font-weight: 500;
  font-size: clamp(12px, calc(0.0025 * 100vw + 11.2px), 16px);
  line-height: 100%;
  letter-spacing: 0%;
  color: var(--secondary_text);
  -webkit-transition: color 0.4s ease-out;
  transition: color 0.4s ease-out;
}

.header-menu-bottom .nav-menu-element:hover > a {
  background: linear-gradient(166.9deg, #ee0a76 -42.8%, #fe6604 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-transition: color 0.4s ease-out;
  transition: color 0.4s ease-out;
}

.header-menu-bottom .nav-menu-element.active > a {
  background: linear-gradient(166.9deg, #ee0a76 -42.8%, #fe6604 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-transition: color 0.4s ease-out;
  transition: color 0.4s ease-out;
}

.header-menu-bottom .nav-menu-element .sub-menu {
  position: absolute;
  top: 37px;
  left: -18px;
  z-index: 1;
  width: 438px;
  padding: 30px;
  list-style: none;
  opacity: 0;
  top: -10px;
  pointer-events: none;
  -webkit-transition: opacity 0.4s ease-out, top 0.4s ease-out;
  transition: opacity 0.4s ease-out, top 0.4s ease-out;
}

.header-menu-bottom .nav-menu-element .sub-menu * {
  position: relative;
  z-index: 1;
}

.header-menu-bottom .nav-menu-element .sub-menu .nav-menu-element {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 500;
  font-size: clamp(12px, calc(0.0025 * 100vw + 11.2px), 16px);
  line-height: 100%;
  letter-spacing: 0%;
  color: var(--text_primary);
  margin-bottom: 15px;
}

.header-menu-bottom .nav-menu-element .sub-menu .nav-menu-element:last-child {
  margin-bottom: 0;
}

.header-menu-bottom .nav-menu-element .sub-menu .nav-menu-element a {
  color: var(--text_primary);
}

.header-menu-bottom .nav-menu-element .sub-menu .nav-menu-element:hover > a {
  background: linear-gradient(166.9deg, #ee0a76 -42.8%, #fe6604 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-transition: color 0.4s ease-out;
  transition: color 0.4s ease-out;
}

.header-menu-bottom .nav-menu-element .sub-menu::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  background: var(--primary);
  border-radius: 0 0 20px 20px;
}

.header-menu-bottom .nav-menu-element .sub-menu::after {
  content: "";
  background-color: var(--third);
  position: absolute;
  left: 1px;
  right: 1px;
  bottom: 1px;
  top: 1px;
  display: block;
  width: auto;
  height: auto;
  border-radius: 0 0 20px 20px;
  -webkit-transition: background-color 0.4s ease-out;
  transition: background-color 0.4s ease-out;
}

.header-menu-bottom .nav-menu-element.has-childs a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
}

.header-menu-bottom .nav-menu-element.has-childs a svg {
  width: 13px;
  height: 13px;
}

.header-menu-bottom .nav-menu-element.has-childs:hover::after {
  content: "";
  position: absolute;
  bottom: -37px;
  left: 0;
  width: 100%;
  height: 37px;
  opacity: 0;
}

.header-menu-bottom .nav-menu-element.has-childs:hover .sub-menu {
  pointer-events: unset;
  top: 37px;
  opacity: 1;
}

.header-contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
}

.header-contacts-phones {
  list-style: none;
}

.header-contacts-phones .phone-item {
  margin-bottom: 15px;
}

.header-contacts-phones .phone-item-link {
  font-weight: 700;
  font-size: clamp(16px, calc(0.0025 * 100vw + 15.2px), 20px);
  line-height: 120%;
  letter-spacing: 0%;
  color: var(--third);
  -webkit-transition: color 0.4s ease-out;
  transition: color 0.4s ease-out;
}

.header-contacts-phones .phone-item:hover .phone-item-link {
  background: linear-gradient(166.9deg, #ee0a76 -42.8%, #fe6604 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-transition: color 0.4s ease-out;
  transition: color 0.4s ease-out;
}

.header-contacts-phones .phone-item:last-child {
  margin-bottom: 2px;
}

.header-contacts-socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}

.header-contacts-socials .social-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 15px;
  border-radius: 100%;
  -webkit-transition: background 0.4s ease-out;
  transition: background 0.4s ease-out;
  position: relative;
  overflow: hidden;
}

.header-contacts-socials .social-item img {
  width: 24px;
  height: 24px;
  display: block;
  -o-object-fit: contain;
  object-fit: contain;
  position: relative;
  z-index: 5;
}

.header-contacts-socials .social-item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--primary);
  opacity: 0;
  z-index: 1;
  -webkit-transition: opacity 0.4s ease-out;
  transition: opacity 0.4s ease-out;
}

.header-contacts-socials .social-item:hover::after {
  opacity: 1;
}

/*================ MOBILE MNU =============*/
#header .burger.open_menu {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: transparent;
  height: 40px;
  width: 40px;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  cursor: pointer;
}

#header .burger.open_menu span {
  background: var(--primary);
  width: 30px;
  height: 4px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  pointer-events: none;
}

#header .burger.open_menu.clicked {
  background: var(--primary);
}

#header .burger.open_menu.clicked span {
  background: var(--third);
}

#header #mobile-mnu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 320px;
  background-color: var(--third);
  padding: 30px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  -webkit-transform: translateX(-350px);
  transform: translateX(-350px);
  z-index: 9999;
  overflow-y: auto;
  overflow-x: hidden;
}

#header #mobile-mnu #close-mnu {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 15px;
  height: 15px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#header #mobile-mnu #close-mnu svg {
  width: 100%;
  height: 100%;
}

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

#header #mobile-mnu .mobile-menu_logo img {
  -webkit-filter: invert(1);
  filter: invert(1);
}

#header #mobile-mnu .mobile-menu_menu {
  margin-bottom: 30px;
  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-weight: 500;
  font-size: clamp(14px, 0.00125 * 100vw + 13.6px, 16px);
  line-height: 100%;
  letter-spacing: 0%;
  color: var(--text_secondary);
  -webkit-transition: color 0.4s ease-out;
  transition: color 0.4s ease-out;
}

#header #mobile-mnu .mobile-menu_menu .nav-menu-element:hover > a {
  background: linear-gradient(166.9deg, #ee0a76 -42.8%, #fe6604 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-transition: color 0.4s ease-out;
  transition: color 0.4s ease-out;
}

#header #mobile-mnu .mobile-menu_menu .nav-menu-element.active > a {
  background: linear-gradient(166.9deg, #ee0a76 -42.8%, #fe6604 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-transition: color 0.4s ease-out;
  transition: color 0.4s ease-out;
}

#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 {
  margin-top: 10px;
  padding-left: 10px;
  list-style: none;
}

#header
  #mobile-mnu
  .mobile-menu_menu
  .nav-menu-element
  .sub-menu
  .nav-menu-element {
  margin-bottom: 10px;
}

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

#header #mobile-mnu .mobile-menu_contacts .value {
  font-weight: 700;
  font-size: clamp(16px, calc(0.0025 * 100vw + 15.2px), 20px);
  line-height: 120%;
  letter-spacing: 0%;
  color: var(--head);
  display: block;
  -webkit-transition: color 0.4s ease-out;
  transition: color 0.4s ease-out;
}

#header #mobile-mnu .mobile-menu_contacts .value p {
  font-weight: 700;
  font-size: clamp(16px, calc(0.0025 * 100vw + 15.2px), 20px);
  line-height: 120%;
  letter-spacing: 0%;
  color: var(--head);
}

#header #mobile-mnu .mobile-menu_contacts .value:is([href]):hover {
  background: linear-gradient(166.9deg, #ee0a76 -42.8%, #fe6604 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-transition: color 0.4s ease-out;
  transition: color 0.4s ease-out;
}

#header #mobile-mnu .mobile-menu_socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#header #mobile-mnu .mobile-menu_socials .value {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 10px;
}

#header #mobile-mnu .mobile-menu_socials .value img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: contain;
  object-fit: contain;
}

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

/*============ FOOTER ===============*/
.footer {
  margin-top: 75px;
  padding: 30px 0;
  background: var(--bg_fourthly);
  border-radius: 30px 30px 0 0;
}

.footer ul li {
  list-style-type: none;
}

.footer .sub-menu {
  margin-top: 12px;
}

.footer-head {
  border-bottom: 1px solid var(--stroke_secondary);
}

.footer-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  padding-bottom: 30px;
}

.footer-content {
  width: 76%;
}

.footer-content_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 10px;
  padding-bottom: 30px;
  border-bottom: 1px solid var(--stroke_secondary);
}

.footer-content_logo {
  width: 160px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.footer-content_logo img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: contain;
  object-fit: contain;
}

.footer-content_contacts-title {
  font-weight: 500;
  font-size: clamp(12px, calc(0.00125 * 100vw + 11.6px), 14px);
  line-height: 150%;
  letter-spacing: 0%;
  color: var(--secondary_text);
  margin-bottom: 20px;
}

.footer-content_contacts-value {
  font-weight: 700;
  font-size: clamp(16px, calc(0.0025 * 100vw + 15.2px), 20px);
  line-height: 120%;
  letter-spacing: 0%;
  color: var(--third);
  display: block;
  margin-bottom: 15px;
}

.footer-content_contacts-value:last-child {
  margin-bottom: 0;
}

.footer-content_contacts-value:is([href]) {
  -webkit-transition: color 0.4s ease-out;
  transition: color 0.4s ease-out;
}

.footer-content_contacts-value:is([href]):hover {
  background: linear-gradient(166.9deg, #ee0a76 -42.8%, #fe6604 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-transition: color 0.4s ease-out;
  transition: color 0.4s ease-out;
}

.footer-content_foot {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [3];
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  padding-top: 30px;
}

.footer-content_foot .foot-column_name {
  color: var(--third);
  margin-bottom: 20px;
}

.footer-content_foot .foot-column_menu {
  list-style: none;
}

.footer-content_foot .foot-column_menu li {
  margin-bottom: 20px;
}

.footer-content_foot .foot-column_menu li:last-child {
  margin-bottom: 0;
}

.footer-content_foot .foot-column_menu li a {
  font-weight: 500;
  font-size: clamp(12px, calc(0.0025 * 100vw + 11.2px), 16px);
  line-height: 100%;
  letter-spacing: 0%;
  color: var(--secondary_text);
  -webkit-transition: color 0.4s ease-out;
  transition: color 0.4s ease-out;
}

.footer-content_foot .foot-column_menu li a:hover {
  background: linear-gradient(166.9deg, #ee0a76 -42.8%, #fe6604 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-transition: color 0.4s ease-out;
  transition: color 0.4s ease-out;
}

.footer-callback {
  width: 24%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
}

.footer-callback_title {
  text-align: center;
  color: var(--third);
}

.footer-callback_content {
  position: relative;
  z-index: 1;
  padding: 30px;
  border-radius: 20px;
}

.footer-callback_content .form-input-row {
  margin-bottom: 20px;
}

.footer-callback_content .form-input-submit {
  width: 100%;
}

.footer-callback_content .form-privacy {
  margin-top: 15px;
  text-align: center;
  font-weight: 500;
  font-size: clamp(12px, calc(0.00125 * 100vw + 11.6px), 14px);
  line-height: 150%;
  letter-spacing: 0%;
  color: var(--secondary_text);
  text-wrap: balance;
}

.footer-callback_content .form-privacy a {
  font-weight: 500;
  font-size: clamp(12px, calc(0.00125 * 100vw + 11.6px), 14px);
  line-height: 150%;
  letter-spacing: 0%;
  color: var(--secondary_text);
  -webkit-transition: color 0.4s ease-out;
  transition: color 0.4s ease-out;
}

.footer-callback_content .form-privacy a:hover {
  background: linear-gradient(166.9deg, #ee0a76 -42.8%, #fe6604 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-transition: color 0.4s ease-out;
  transition: color 0.4s ease-out;
}

.footer-callback_border {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  background: var(--primary);
  border-radius: 30px;
}

.footer-callback_fill {
  background-color: var(--bg_thirdly);
  position: absolute;
  left: 1px;
  right: 1px;
  bottom: 1px;
  top: 1px;
  display: block;
  width: auto;
  height: auto;
  border-radius: 30px;
}

.footer-foot {
  padding-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 10px;
}

.footer-foot_privacy {
  color: var(--third);
  text-decoration: underline;
  -webkit-transition: color 0.4s ease-out;
  transition: color 0.4s ease-out;
}

.footer-foot_privacy:hover {
  color: var(--second);
}

.footer-foot_dev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  color: var(--third);
  -webkit-transition: color 0.4s ease-out;
  transition: color 0.4s ease-out;
}

.footer-foot_dev:hover {
  background: linear-gradient(166.9deg, #ee0a76 -42.8%, #fe6604 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-transition: color 0.4s ease-out;
  transition: color 0.4s ease-out;
}

.footer-foot_copyright {
  color: var(--third);
}

/*============ 404 ===============*/
.error404 .footer {
  margin-top: -30px;
}

.error-page {
  position: relative;
  padding-bottom: 100px;
}

.error-page_breadcrumbs {
  padding-top: 130px;
}

.error-page_holder {
  margin-top: 249px;
  max-width: 856px;
  width: 100%;
}

.error-page_title {
  color: var(--third);
}

.error-page_desc {
  width: 62%;
  font-weight: 500;
  font-size: clamp(14px, calc(0.00125 * 100vw + 13.6px), 16px);
  line-height: 145%;
  letter-spacing: 0%;
  color: var(--secondary_text);
}

.error-page_message {
  margin-top: 30px;
  background: var(--third);
  border-radius: 200px;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.error-page_message .message-image {
  width: 55px;
  height: 55px;
  border-radius: 100%;
  margin-right: 20px;
}

.error-page_message .message-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

.error-page_message .message-text {
  font-weight: 500;
  font-size: clamp(14px, calc(0.00125 * 100vw + 13.6px), 16px);
  line-height: 145%;
  letter-spacing: 0%;
  color: var(--text_primary);
  max-width: 187px;
}

.error-page_message .message-button {
  margin-left: 40px;
}

.error-page_background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: -1;
}

.error-page_background::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(
      linear,
      left bottom,
      left top,
      from(rgba(0, 0, 0, 0.4)),
      to(rgba(0, 0, 0, 0.4))
    ),
    -webkit-gradient(linear, left bottom, left top, from(rgba(55, 64, 78, 0.2)), to(rgba(55, 64, 78, 0.2)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    linear-gradient(0deg, rgba(55, 64, 78, 0.2), rgba(55, 64, 78, 0.2));
}

.error-page_background img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}

/* ============== SWIPER ============= */
.swiper-theme.swiper-arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
}

.swiper-theme-prev:has(.gradient),
.swiper-theme-next:has(.gradient) {
  display: unset;
}

.swiper-prev,
.swiper-next {
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 100%;
  padding: 13px;
  cursor: pointer;
}

.swiper-prev svg,
.swiper-next .gradient-primary_content {
  display: flex;
  align-items: center;
  justify-content: center;
}

.swiper-prev svg,
.swiper-next svg {
  width: 24px;
  height: 24px;
}

.swiper-prev.swiper-button-disabled,
.swiper-next.swiper-button-disabled {
  pointer-events: none;
}

.swiper-prev.swiper-button-disabled .gradient-primary_fill,
.swiper-next.swiper-button-disabled .gradient-primary_fill {
  background-color: var(--third);
}

.swiper-prev.swiper-button-disabled .gradient-primary_content svg path,
.swiper-next.swiper-button-disabled .gradient-primary_content svg path {
  fill: var(--second);
}

/* ============== HIDE TEXT ============= */
[data-hide]:is(.hide) .text-content {
  -webkit-line-clamp: 4;
  line-clamp: 4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

[data-hide] .text-more {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
  margin-top: 15px;
}

/* ============== BANNER ============= */
.banner {
  position: relative;
  min-height: 940px;
  width: 100%;
  padding-bottom: 40px;
}

.banner-content {
  max-width: 916px;
  width: 100%;
  height: 100%;
}

.banner-breadcrumbs {
  padding-top: 140px;
}

.banner-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.banner-background::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(
      linear,
      left bottom,
      left top,
      from(rgba(0, 0, 0, 0.4)),
      to(rgba(0, 0, 0, 0.4))
    ),
    -webkit-gradient(linear, left bottom, left top, from(rgba(55, 64, 78, 0.6)), to(rgba(55, 64, 78, 0.6)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    linear-gradient(0deg, rgba(55, 64, 78, 0.6), rgba(55, 64, 78, 0.6));
  z-index: 0;
}

.banner-background img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}

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

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

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

.fancybox__backdrop {
  background: #00000066 !important;
  -webkit-backdrop-filter: blur(10px) !important;
  backdrop-filter: blur(10px) !important;
  -webkit-transition: -webkit-backdrop-filter 0.4s ease-out;
  transition: -webkit-backdrop-filter 0.4s ease-out;
  transition: backdrop-filter 0.4s ease-out;
  transition: backdrop-filter 0.4s ease-out,
    -webkit-backdrop-filter 0.4s ease-out;
}

.theme-modal {
  display: none;
}

.theme-modal.fancybox__content {
  width: 550px;
}

.theme-modal.fancybox__content > .f-button.is-close-btn {
  width: 14px;
  height: 14px;
  top: 10px !important;
  right: 10px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 1;
  background: transparent;
}

.theme-modal.fancybox__content > .f-button.is-close-btn svg {
  width: unset;
  height: unset;
}

.theme-modal.fancybox__content > .f-button.is-close-btn svg path {
  stroke-width: 1px;
  stroke: var(--head);
  -webkit-transition: stroke 0.3s ease-in;
  transition: stroke 0.3s ease-in;
}

.theme-modal.modal {
  padding: 30px;
  border-radius: 20px;
  background: var(--third);
}

.theme-modal.modal .modal-title {
  font-weight: 700;
  font-size: clamp(24px, calc(0.005 * 100vw + 22.4px), 32px);
  line-height: 110.00000000000001%;
  letter-spacing: 0%;
  text-align: center;
  color: var(--head);
  margin-bottom: 20px;
}

.theme-modal.modal .modal-desc {
  font-weight: 500;
  font-size: clamp(14px, calc(0.00125 * 100vw + 13.6px), 16px);
  line-height: 145%;
  letter-spacing: 0%;
  color: var(--text_primary);
  text-align: center;
  text-wrap: balance;
  margin-bottom: 30px;
}

.theme-modal.modal.modal-success .modal-desc,
.theme-modal.modal.modal-error .modal-desc {
  margin-bottom: 0;
}

.theme-modal.modal .form {
  width: 100%;
}

.theme-modal.modal .form-input-row {
  margin-bottom: 20px;
}

.theme-modal.modal .form-input-row.form-input-row-media {
  position: relative;
}

.theme-modal.modal .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.modal .form-input-row.form-input-row-media > span {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 10px;
  position: relative;
  z-index: 1;
  height: 55px;
  border-radius: 200px;
  position: relative;
  z-index: 1;
  width: 100%;
  border: none;
  outline: none;
  padding: 22.5px 30px;
}

.theme-modal.modal .form-input-row.form-input-row-media > span .input-text {
  font-weight: 500;
  font-size: clamp(12px, calc(0.00125 * 100vw + 11.6px), 14px);
  line-height: 150%;
  letter-spacing: 0%;
  color: var(--text_secondary);
}

.theme-modal.modal .form-input-row.form-input-row-media > span .input-icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
}

.theme-modal.modal .form-input-submit {
  width: 100%;
}

.theme-modal.modal .form-privacy {
  margin-top: 15px;
  text-align: center;
  font-weight: 500;
  font-size: clamp(12px, calc(0.00125 * 100vw + 11.6px), 14px);
  line-height: 150%;
  letter-spacing: 0%;
  color: var(--text_secondary);
}

.theme-modal.modal .form-privacy a {
  font-weight: 500;
  font-size: clamp(12px, calc(0.00125 * 100vw + 11.6px), 14px);
  line-height: 150%;
  letter-spacing: 0%;
  color: var(--text_secondary);
}

.theme-modal.modal .form-privacy a:hover {
  background: linear-gradient(166.9deg, #ee0a76 -42.8%, #fe6604 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-transition: color 0.4s ease-out;
  transition: color 0.4s ease-out;
}

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

.form-input-row {
  position: relative;
  display: block;
  width: 100%;
}

.form-input-row:hover .form-input_border {
  background: var(--primary);
}

.form-input_input {
  height: 55px;
  border-radius: 200px;
  position: relative;
  z-index: 1;
  width: 100%;
  border: none;
  outline: none;
  padding: 22.5px 30px;
  background: transparent;
  font-weight: 500;
  font-size: clamp(12px, calc(0.00125 * 100vw + 11.6px), 14px);
  line-height: 150%;
  letter-spacing: 0%;
  color: var(--text_secondary);
}

.form-input_input::-webkit-input-placeholder {
  font-weight: 500;
  font-size: clamp(12px, calc(0.00125 * 100vw + 11.6px), 14px);
  line-height: 150%;
  letter-spacing: 0%;
  color: var(--text_secondary);
}

.form-input_input:-ms-input-placeholder {
  font-weight: 500;
  font-size: clamp(12px, calc(0.00125 * 100vw + 11.6px), 14px);
  line-height: 150%;
  letter-spacing: 0%;
  color: var(--text_secondary);
}

.form-input_input::-ms-input-placeholder {
  font-weight: 500;
  font-size: clamp(12px, calc(0.00125 * 100vw + 11.6px), 14px);
  line-height: 150%;
  letter-spacing: 0%;
  color: var(--text_secondary);
}

.form-input_input::placeholder {
  font-weight: 500;
  font-size: clamp(12px, calc(0.00125 * 100vw + 11.6px), 14px);
  line-height: 150%;
  letter-spacing: 0%;
  color: var(--text_secondary);
}

.form-input_input.error {
  color: red;
}

.form-input_input.error::-webkit-input-placeholder {
  color: red;
}

.form-input_input.error:-ms-input-placeholder {
  color: red;
}

.form-input_input.error::-ms-input-placeholder {
  color: red;
}

.form-input_input.error::placeholder {
  color: red;
}

.form-input_input.error + div {
  background: red;
}

.form-input_border {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  background: var(--primary);
  border-radius: 30px;
  background: var(--bg_secondary);
  -webkit-transition: background 0.4s ease-out;
  transition: background 0.4s ease-out;
}

.form-input_fill {
  background-color: var(--bg_thirdly);
  position: absolute;
  left: 1px;
  right: 1px;
  bottom: 1px;
  top: 1px;
  display: block;
  width: auto;
  height: auto;
  border-radius: 30px;
  background: var(--bg_secondary);
}

.form-privacy {
  font-weight: 500;
  font-size: clamp(12px, calc(0.00125 * 100vw + 11.6px), 14px);
  line-height: 150%;
  letter-spacing: 0%;
}

/* ============== SERVICE POST ============= */
.service-item {
  padding: 30px;
  border-radius: 20px;
  background: var(--bg_secondary);
  -webkit-transition: background 0.4s ease-out;
  transition: background 0.4s ease-out;
}

.service-item_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}

.service-item_image {
  width: 100%;
  height: 250px;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 30px;
}

.service-item_image img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: -webkit-transform 0.4s ease-out;
  transition: -webkit-transform 0.4s ease-out;
  transition: transform 0.4s ease-out;
  transition: transform 0.4s ease-out, -webkit-transform 0.4s ease-out;
}

.service-item_title {
  color: var(--head);
  margin-bottom: 30px;
  -webkit-transition: color 0.4s ease-out;
  transition: color 0.4s ease-out;
}

.service-item_bottom {
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.service-item_price {
  margin-bottom: 0;
  color: var(--head);
  -webkit-transition: color 0.4s ease-out;
  transition: color 0.4s ease-out;
}

.service-item_arrow {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background: var(--primary);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: background 0.4s ease-out;
  transition: background 0.4s ease-out;
  padding: 12px;
}

.service-item_arrow svg {
  width: 100%;
  height: 100%;
}

.service-item:hover {
  background: var(--bg_thirdly);
}

.service-item:hover .service-item_image img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.service-item:hover .service-item_title {
  background: linear-gradient(166.9deg, #ee0a76 -42.8%, #fe6604 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-transition: color 0.4s ease-out;
  transition: color 0.4s ease-out;
}

.service-item:hover .service-item_price {
  color: var(--third);
}

.service-item:hover .service-item_arrow {
  background: var(--second);
}

.archive-services_wrapper {
  padding-bottom: 75px;
}

.archive-services_holder {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [3];
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.single-services_banner-holder {
  margin-top: 121px;
}

.single-services_title {
  color: var(--third);
  margin-bottom: 30px;
}

.single-services_desc {
  font-weight: 500;
  font-size: clamp(16px, calc(0.00375 * 100vw + 14.8px), 22px);
  line-height: 140%;
  letter-spacing: 0%;
  color: var(--third);
  margin-bottom: 40px;
}

.single-services_advantages {
  width: 80%;
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 15px;
}

.single-services_advantages-item {
  position: relative;
}

.single-services_advantages-item .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
  background: var(--bg_fourthly);
  padding: 15px;
  border-radius: 100px;
}

.single-services_advantages-item .item-text {
  position: relative;
  z-index: 1;
  font-weight: 500;
  font-size: clamp(14px, calc(0.00125 * 100vw + 13.6px), 16px);
  line-height: 145%;
  letter-spacing: 0%;
  color: var(--secondary_text);
}

.single-services_advantages-item .item-image {
  background: var(--bg_thirdly);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 100%;
  position: relative;
  z-index: 1;
  padding: 7px;
}

.single-services_advantages-item .item-image img {
  width: 16px;
  height: 16px;
  display: block;
  -o-object-fit: contain;
  object-fit: contain;
}

.single-services_advantages-item .item-border {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  background: var(--primary);
  border-radius: 30px;
}

.single-services_advantages-item .item-fill {
  background-color: var(--bg_fourthly);
  position: absolute;
  left: 1px;
  right: 1px;
  bottom: 1px;
  top: 1px;
  display: block;
  width: auto;
  height: auto;
  border-radius: 30px;
}

.single-services_adv {
  background: var(--third);
  border-radius: 200px;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.single-services_adv .adv-item_image {
  width: 55px;
  height: 55px;
  border-radius: 100%;
  margin-right: 20px;
}

.single-services_adv .adv-item_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

.single-services_adv .adv-item_title {
  font-weight: 500;
  font-size: clamp(14px, calc(0.00125 * 100vw + 13.6px), 16px);
  line-height: 145%;
  letter-spacing: 0%;
  color: var(--text_primary);
  max-width: 187px;
}

.single-services_adv .adv-item_button {
  margin-left: 40px;
}

/* ============== STOCK POST ============= */
.stock-item {
  padding: 30px;
  border-radius: 20px;
  background: var(--bg_secondary);
  -webkit-transition: background 0.4s ease-out;
  transition: background 0.4s ease-out;
}

.stock-item_image {
  width: 100%;
  height: 250px;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 30px;
  position: relative;
}

.stock-item_image img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: -webkit-transform 0.4s ease-out;
  transition: -webkit-transform 0.4s ease-out;
  transition: transform 0.4s ease-out;
  transition: transform 0.4s ease-out, -webkit-transform 0.4s ease-out;
}

.stock-item_date {
  position: absolute;
  top: 20px;
  left: 20px;
  border-radius: 100px;
  padding: 5px 10px;
  background: var(--third);
  font-weight: 500;
  font-size: clamp(12px, calc(0.00125 * 100vw + 11.6px), 14px);
  line-height: 150%;
  letter-spacing: 0%;
  color: var(--text_secondary);
}

.stock-item_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.stock-item_title {
  color: var(--head);
  margin-bottom: 30px;
  -webkit-transition: color 0.4s ease-out;
  transition: color 0.4s ease-out;
}

.stock-item_desc {
  margin-bottom: 30px;
  color: var(--text_primary);
  -webkit-transition: color 0.4s ease-out;
  transition: color 0.4s ease-out;
}

.stock-item_button {
  width: 100%;
  margin-top: auto;
}

.stock-item:hover {
  background: var(--bg_thirdly);
}

.stock-item:hover .stock-item_image img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.stock-item:hover .stock-item_title {
  background: linear-gradient(166.9deg, #ee0a76 -42.8%, #fe6604 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-transition: color 0.4s ease-out;
  transition: color 0.4s ease-out;
}

.stock-item:hover .stock-item_desc {
  color: var(--third);
}

.stock-item:hover .stock-item_button .gradient-primary_border,
.stock-item:hover .stock-item_button .gradient-primary_fill {
  background: var(--second);
}

/* ============== WORK POST ============= */
.work-item_thumbnails {
  position: relative;
  margin-bottom: 20px;
  height: 450px;
  border-radius: 20px;
  overflow: hidden;
}

.work-item_thumbnails .thumbnail-content {
  display: block;
  height: 100%;
}

.work-item_thumbnails .thumbnail-item {
  height: 100%;
  position: relative;
  display: none;
}

.work-item_thumbnails .thumbnail-item img {
  position: absolute;
  left: 0px;
  top: 0px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  display: block;
  width: 100%;
  height: 100%;
}

.work-item_thumbnails .thumbnail-item.thumbnail-item-active {
  display: block;
}

.work-item_thumbnails .thumbnail-nav {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.work-item_thumbnails .thumbnail-nav .nav-item {
  height: 100%;
  position: relative;
}

.work-item_thumbnails .thumbnail-pagination {
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 9px;
}

.work-item_thumbnails .thumbnail-pagination .pagination-item {
  height: 3px;
  background: var(--third);
  width: 20px;
  border-radius: 100px;
  -webkit-transition: width 0.4s ease-out, background 0.4s ease-out;
  transition: width 0.4s ease-out, background 0.4s ease-out;
}

.work-item_thumbnails
  .thumbnail-pagination
  .pagination-item.pagination-item-active {
  width: 50px;
  background: var(--primary);
}

.work-item_tags {
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
  z-index: 10;
}

.work-item_tags-tag {
  padding: 5px 10px;
  border-radius: 100px;
  background: var(--third);
}

.work-item_tags-tag .tag-content {
  font-weight: 500;
  font-size: clamp(12px, calc(0.00125 * 100vw + 11.6px), 14px);
  line-height: 150%;
  letter-spacing: 0%;
  background: linear-gradient(166.9deg, #ee0a76 -42.8%, #fe6604 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-transition: color 0.4s ease-out;
  transition: color 0.4s ease-out;
}

.works-block .swiper-slide {
  height: auto !important;
}

.work-item {
  height: 100%;
}

.work-item_content {
  height: calc(100% - 470px);
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.work-item_title {
  margin-bottom: auto !important;
}

@media (max-width: 1240px) {
  .work-item_content {
    height: calc(100% - 400px);
  }
}

@media (max-width: 992px) {
  .work-item_content {
    height: calc(100% - 320px);
  }
}

.work-item_content {
  padding: 0 20px;
}

.work-item_title {
  width: 80%;
  text-wrap: balance;
  margin-bottom: 20px;
  -webkit-transition: color 0.4s ease-out;
  transition: color 0.4s ease-out;
}

.work-item_desc {
  margin-bottom: 20px;
  color: var(--text_primary);
}

.work-item_desc .text-more {
  font-weight: 600;
  font-size: clamp(12px, calc(0.00375 * 100vw + 10.8px), 18px);
  line-height: 100%;
  letter-spacing: 0%;
  color: var(--head);
  -webkit-transition: color 0.4s ease-out;
  transition: color 0.4s ease-out;
}

.work-item_desc .text-more:hover {
  background: linear-gradient(166.9deg, #ee0a76 -42.8%, #fe6604 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-transition: color 0.4s ease-out;
  transition: color 0.4s ease-out;
}

.work-item:hover .work-item_title {
  background: linear-gradient(166.9deg, #ee0a76 -42.8%, #fe6604 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-transition: color 0.4s ease-out;
  transition: color 0.4s ease-out;
}

.work-item:hover .work-item_button .gradient-outline_content {
  color: var(--third);
}

.work-item:hover .work-item_button .gradient-outline_fill {
  background: var(--primary);
}

.archive-works_banner {
  margin-bottom: 75px;
}

.archive-works_banner-content {
  max-width: 1000px;
}

.archive-works_banner-title {
  padding-top: 121px;
  color: var(--third);
}

.archive-works_banner-desc {
  width: 54%;
  margin-top: 30px;
  font-weight: 500;
  font-size: clamp(16px, calc(0.00375 * 100vw + 14.8px), 22px);
  line-height: 140%;
  letter-spacing: 0%;
  color: var(--secondary_text);
}

.archive-works_wrapper {
  padding: 75px 0;
}

.archive-works_holder {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [4];
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

/* ============== REVIEW POST ============= */
.review-item {
  background: var(--bg_secondary);
  padding: 30px;
  border-radius: 20px;
}

.review-item_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px;
}

.review-item_image {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  /*   padding: 20px; */
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--third);
  border-radius: 100%;
}

.review-item_image img {
  width: 40px;
  height: 40px;
  display: block;
  -o-object-fit: contain;
  object-fit: contain;
}

.review-item_name {
  text-align: right;
  margin-bottom: 0;
}

.review-item_date {
  margin-top: 15px;
  font-weight: 500;
  font-size: clamp(12px, calc(0.00125 * 100vw + 11.6px), 14px);
  line-height: 150%;
  letter-spacing: 0%;
  color: var(--text_secondary);
  text-align: right;
}

.review-item_review .text-content {
  font-weight: 500;
  font-size: clamp(14px, calc(0.00125 * 100vw + 13.6px), 16px);
  line-height: 145%;
  letter-spacing: 0%;
  color: var(--text_primary);
  text-wrap: balance;
}

.review-item_review .text-more {
  font-weight: 500;
  font-size: clamp(12px, calc(0.0025 * 100vw + 11.2px), 16px);
  line-height: 100%;
  letter-spacing: 0%;
  color: var(--head);
  -webkit-transition: color 0.4s ease-out;
  transition: color 0.4s ease-out;
}

.review-item_review .text-more:hover {
  background: linear-gradient(166.9deg, #ee0a76 -42.8%, #fe6604 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-transition: color 0.4s ease-out;
  transition: color 0.4s ease-out;
}

.review-item_gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 30px;
}

.review-item_gallery-image {
  border-radius: 15px;
  width: 90px;
  height: 90px;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  z-index: 2;
}

.review-item_gallery-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: -webkit-gradient(
      linear,
      left bottom,
      left top,
      from(rgba(55, 64, 78, 0.6)),
      to(rgba(55, 64, 78, 0.6))
    ),
    -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4)));
  background: linear-gradient(
      0deg,
      rgba(55, 64, 78, 0.6),
      rgba(55, 64, 78, 0.6)
    ),
    linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
  opacity: 0;
  z-index: 3;
  -webkit-transition: opacity 0.4s ease-out;
  transition: opacity 0.4s ease-out;
}

.review-item_gallery-image img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}

.review-item_gallery-image .hover {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  pointer-events: none;
  opacity: 0;
  z-index: 4;
  -webkit-transition: opacity 0.4s ease-out;
  transition: opacity 0.4s ease-out;
}

.review-item_gallery-image:hover::before {
  opacity: 1;
}

.review-item_gallery-image:hover .hover {
  opacity: 1;
}

.archive-reviews_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  padding-bottom: 75px;
}

.archive-reviews_callback {
  width: 24%;
  position: -webkit-sticky;
  position: sticky;
  top: 130px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 30px;
}

.archive-reviews_callback .callback-title {
  color: var(--third);
  font-weight: 700;
  font-size: clamp(20px, calc(0.0025 * 100vw + 19.2px), 24px);
  line-height: 120%;
  letter-spacing: 0%;
  margin-bottom: 20px;
}

.archive-reviews_callback .callback-desc {
  font-weight: 500;
  font-size: clamp(14px, calc(0.00125 * 100vw + 13.6px), 16px);
  line-height: 145%;
  letter-spacing: 0%;
  color: var(--third);
  margin-bottom: 30px;
}

.archive-reviews_callback .callback-button {
  width: 100%;
}

.archive-reviews_holder {
  width: 76%;
}

.archive-reviews_content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [3];
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

/* ============== PRICE POST ============= */
.price-item {
  margin-bottom: 30px;
}
.price-item:last-child {
  margin-bottom: 0;
}
.price-item_head {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 10px;
  padding: 15px;
  border-radius: 100px;
  background: var(--bg_secondary);
}

.price-item_title {
  color: var(--head);
  margin-bottom: 0;
  padding-left: 15px;
}

.price-item_icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  cursor: pointer;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.price-item_icon svg {
  -webkit-transition: -webkit-transform 0.4s ease-out;
  transition: -webkit-transform 0.4s ease-out;
  transition: transform 0.4s ease-out;
  transition: transform 0.4s ease-out, -webkit-transform 0.4s ease-out;
}

.price-item_icon svg path {
  -webkit-transition: fill 0.4s ease-out;
  transition: fill 0.4s ease-out;
}

.price-item_body {
  display: none;
}

.price-item_holder {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [2];
  grid-template-columns: repeat(2, 1fr);
  gap: 0 70px;
}

.price-item_post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 10px;
  padding: 30px 0;
  border-bottom: 1px solid var(--stroke_thirdly);
}

.price-item_post .post-title {
  font-weight: 500;
  font-size: clamp(14px, calc(0.00125 * 100vw + 13.6px), 16px);
  line-height: 145%;
  letter-spacing: 0%;
  color: var(--text_secondary);
  width: 65%;
}

.price-item_post .post-price {
  font-weight: 500;
  font-size: clamp(14px, calc(0.00125 * 100vw + 13.6px), 16px);
  line-height: 145%;
  letter-spacing: 0%;
  color: var(--text_primary);
  width: 35%;
  text-align: right;
}

.price-item_post:last-child,
.price-item_post:nth-last-child(2) {
  border: none;
}

.price-item.price-item-active .price-item_icon .gradient-primary_fill {
  background: var(--third);
}

.price-item.price-item-active .price-item_icon svg {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.price-item.price-item-active .price-item_icon svg path {
  fill: var(--second);
}

.archive-prices_banner {
  margin-bottom: 75px;
}

.archive-prices_banner-title {
  margin-top: 121px;
  color: var(--third);
  margin-bottom: 30px;
}

.archive-prices_banner-desc {
  font-weight: 500;
  font-size: clamp(16px, calc(0.00375 * 100vw + 14.8px), 22px);
  line-height: 140%;
  letter-spacing: 0%;
  color: var(--third);
}

.archive-prices_banner-advantages {
  margin-top: 40px;
  width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 15px;
}

.archive-prices_banner-advantages-item {
  position: relative;
}

.archive-prices_banner-advantages-item .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
  background: var(--bg_fourthly);
  padding: 15px;
  border-radius: 100px;
}

.archive-prices_banner-advantages-item .item-text {
  position: relative;
  z-index: 1;
  font-weight: 500;
  font-size: clamp(14px, calc(0.00125 * 100vw + 13.6px), 16px);
  line-height: 145%;
  letter-spacing: 0%;
  color: var(--secondary_text);
}

.archive-prices_banner-advantages-item .item-image {
  background: var(--bg_thirdly);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 100%;
  position: relative;
  z-index: 1;
  padding: 7px;
}

.archive-prices_banner-advantages-item .item-image img {
  width: 16px;
  height: 16px;
  display: block;
  -o-object-fit: contain;
  object-fit: contain;
}

.archive-prices_banner-advantages-item .item-border {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  background: var(--primary);
  border-radius: 30px;
}

.archive-prices_banner-advantages-item .item-fill {
  background-color: var(--bg_fourthly);
  position: absolute;
  left: 1px;
  right: 1px;
  bottom: 1px;
  top: 1px;
  display: block;
  width: auto;
  height: auto;
  border-radius: 30px;
}

.archive-prices_wrapper {
  padding: 75px 0;
}

/* ============= MEDIA QUERIES =========== */
@media (max-width: 1860px) {
  .header-wrapper {
    gap: 10px;
  }
  .header-menu-bottom {
    gap: 10px;
  }
  .header-contacts-socials {
    position: fixed;
    bottom: 30px;
    right: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
  }
}

@media (max-width: 1500px) {
  .header-menu-top {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: unset;
    gap: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .header-menu-bottom {
    display: none;
  }
  .header-column button.hover-lock {
    display: none;
  }
  #header .burger.open_menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (max-width: 1360px) {
  .header-column_raiting {
    display: none;
  }
}

@media (max-width: 1240px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin-bottom: 20px;
  }
  .header {
    padding: 10px;
  }
  .header-icon {
    max-width: 120px;
  }
  .header-contacts-phones .phone-item {
    margin-bottom: 5px;
  }
  .service-item {
    padding: 15px;
  }
  .service-item_title {
    margin-bottom: 10px;
  }
  .service-item_image {
    height: 160px;
    margin-bottom: 20px;
  }
  .service-item_arrow {
    width: 40px;
    height: 40px;
    padding: 10px;
  }
  .stock-item {
    padding: 10px;
  }
  .stock-item_image {
    height: 200px;
    margin-bottom: 15px;
  }
  .stock-item_date {
    top: 10px;
    left: 10px;
  }
  .stock-item_title {
    margin-bottom: 10px;
  }
  .stock-item_desc {
    margin-bottom: 20px;
  }
  .work-item_thumbnails {
    height: 380px;
    margin-bottom: 10px;
  }
  .work-item_content {
    padding: 0 10px;
  }
  .work-item_title {
    margin-bottom: 10px;
  }
  .footer-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
  }
  .footer-content {
    width: 100%;
  }
  .footer-callback {
    width: 100%;
  }
  .archive-services_holder {
    gap: 15px;
  }
  .archive-works_holder {
    -ms-grid-columns: (1fr) [3];
    grid-template-columns: repeat(3, 1fr);
  }
  .archive-reviews_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px;
  }
  .archive-reviews_callback {
    position: relative;
    top: 0;
    width: 100%;
    padding: 15px;
  }
  .archive-reviews_holder {
    width: 100%;
  }
  .archive-reviews_content {
    gap: 15px;
  }
  .price-item_holder {
    gap: 0 20px;
  }
  .price-item_post {
    padding: 15px 0;
  }
}

@media (max-width: 1025px) {
  .banner-breadcrumbs {
    padding-top: 120px;
  }
}

@media (max-width: 992px) {
  .btn {
    padding: 15px 30px;
  }
  .breadcrumbs {
    gap: 5px;
  }
  .navigation.pagination {
    margin-top: 20px;
  }
  .navigation.pagination .page-numbers:not(:is(.prev, .next)) {
    margin-right: 15px;
  }
  .navigation.pagination .prev,
  .navigation.pagination .next {
    width: 40px;
    height: 40px;
  }
  .navigation.pagination .prev {
    margin-right: 30px;
  }
  .navigation.pagination .next {
    margin-left: 30px;
  }
  .swiper-theme.swiper-arrows {
    gap: 10px;
  }
  .swiper-next,
  .swiper-prev {
    width: 40px;
    height: 40px;
    padding: 15px;
  }
  .header-menu {
    display: none;
  }
  .header-contacts-socials {
    bottom: 20px;
    right: 10px;
  }
  .header-contacts-socials .social-item {
    padding: 10px;
  }
  .stock-item_image {
    height: 160px;
    margin-bottom: 5px;
  }
  .stock-item_desc {
    margin-bottom: 10px;
  }
  .work-item_thumbnails {
    height: 300px;
  }
  .work-item_thumbnails .thumbnail-pagination {
    bottom: 15px;
  }
  .work-item_title {
    width: 100%;
  }
  .review-item {
    padding: 15px;
  }
  .review-item_head {
    margin-bottom: 15px;
  }
  .review-item_image {
    width: 40px;
    height: 40px;
    padding: 10px;
  }
  .review-item_gallery-image {
    width: 60px;
    height: 60px;
  }
  .footer {
    border-radius: 15px 15px 0 0;
    margin-top: 20px;
    padding: 15px 0;
  }
  .footer-wrapper {
    padding-bottom: 15px;
  }
  .footer-content_head {
    padding-bottom: 15px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .footer-content_contacts-title {
    margin-bottom: 15px;
  }
  .footer-content_contacts-value {
    margin-bottom: 10px;
  }
  .footer-content_foot {
    padding-top: 15px;
    gap: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .footer-content_foot .foot-column_name {
    margin-bottom: 15px;
  }
  .footer-content_foot .foot-column_menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px;
  }
  .footer-content_foot .foot-column_menu li {
    margin-bottom: 0;
  }
  .footer-callback_content {
    padding: 15px;
  }
  .footer-foot {
    padding-top: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 5px;
  }
  .banner {
    min-height: 640px;
  }
  .banner-breadcrumbs {
    padding-top: 100px;
  }
  .archive-services_wrapper {
    padding-bottom: 20px;
  }
  .archive-works_banner {
    margin-bottom: 20px;
  }
  .archive-works_banner-title {
    padding-top: 60px;
  }
  .archive-works_banner-desc {
    width: 100%;
  }
  .archive-works_wrapper {
    padding: 20px 0;
  }
  .archive-works_holder {
    gap: 15px;
  }
  .archive-prices_banner {
    margin-bottom: 20px;
  }
  .archive-prices_banner-title {
    margin-top: 60px;
    margin-bottom: 15px;
  }
  .archive-prices_banner-advantages {
    margin-top: 20px;
  }
  .archive-prices_banner-advantages .item {
    padding: 10px;
    gap: 10px;
  }
  .archive-prices_wrapper {
    padding: 20px 0;
  }
  .error-page_breadcrumbs {
    padding-top: 100px;
  }
}

@media (max-width: 820px) {
  .archive-services_holder {
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .archive-reviews_content {
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
  }
  .service-item {
    padding: 10px;
  }
  .service-item_image {
    height: 180px;
    margin-bottom: 10px;
  }
  .service-item_arrow {
    height: 35px;
    width: 35px;
    padding: 10px;
  }

  .work-item_thumbnails .thumbnail-pagination {
    display: none;
  }
}

@media (max-width: 769px) {
  .theme-modal.modal {
    padding: 15px;
  }
  .header {
    padding: 5px;
  }
  .header-wrapper {
    gap: 5px;
  }
  .header-icon {
    max-width: 100px;
  }
  .header-contacts .btn {
    display: none;
  }
  .header-contacts-phones .phone-item {
    display: none;
    margin-bottom: 0;
  }
  .header-contacts-phones .phone-item:first-child {
    display: block;
  }
  .price-item {
    margin-bottom: 15px;
  }
  .price-item_title {
    padding: 0;
  }
  .price-item_head {
    padding: 10px;
    border-radius: 15px;
  }
  .price-item_icon {
    width: 45px;
    height: 45px;
  }
  .price-item_holder {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    gap: 0;
  }
  .price-item_post {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .archive-works_holder {
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
  }
  .error-page_holder {
    margin-top: 150px;
  }
  .error-page_title {
    text-align: center;
  }
  .error-page_desc {
    text-align: center;
    width: 100%;
  }
  .error-page_message {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px;
    border-radius: 30px;
    margin: 20px auto 0 auto;
  }
  .error-page_message .message-image {
    margin-right: 0;
  }
  .error-page_message .message-button {
    margin-left: 0;
    width: 100%;
  }
}

@media (max-width: 600px) {
  .single-services_banner-holder {
    margin-top: 80px;
  }
  .single-services_advantages {
    gap: 10px;
  }
  .single-services_advantages .item {
    padding: 10px;
    gap: 5px;
  }
  .single-services_adv {
    border-radius: 30px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px;
  }
  .single-services_adv .adv-item_button {
    margin: 0;
    width: 100%;
  }
  .archive-works_holder {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
  }
  .archive-reviews_content {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
  }
}

@media (max-width: 430px) {
  .archive-services_holder {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
  }
}
/*# sourceMappingURL=main.css.map */
