/*============= ALIGNES ===============*/

li.active>a:not(.header-main ul>li:first-child>a){
	color:var(--element-third) !important;
}

.wp-block-heading {
  margin-bottom: 10px;
}

body.error404 .breadcrumbs {
  padding-bottom: var(--thirty);
}

body:has(.content>.contacts-block:last-child) #footer,
body:has(#main>.contacts-block:last-child) #footer,
body:has(#primary>.contacts-block:last-child) #footer,
body:has(.archive-blocks>.contacts-block:last-child) #footer {
  margin-top: 0px;
}

.error-holder {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
  max-width: 1270px;
  margin-left: auto;
  margin-right: auto;
}

.error-pseudo {
  position: relative;
  display: flex;
  width: 100%;
}

.error-pseudo svg {
  width: 100%;
  height: auto;
}

.error-actions {
  display: flex;
  flex-direction: column;
  max-width: 869px;
  width: 100%;
  align-items: center;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  gap: var(--thirty);
  position: relative;
  z-index: 2;
  /* bottom: clamp(1.875rem, 1.375rem + 2.5vw, 4.375rem); */
  margin-top: -70px;
}

.error-text__holder {
  display: flex;
  flex-direction: column;
  text-align: center;
  gap: 10px;
}

.error-title {
  font-family: var(--font-family);
  font-weight: 800;
  font-size: var(--h2);
  line-height: 120%;
  text-align: center;
  color: var(--txt-head-primary);
}

.error-subtitle {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: var(--1814);
  line-height: 120%;
  text-align: center;
  color: var(--txt-secondary-text);
}

@media(max-width:700px) {
  .error-actions {
    bottom: 0px;
    margin-top: var(--thirty);
  }
}

body:has(.secBanner-block) .breadcrumbs {
  padding-bottom: 10px;
}

body.page-id-353:has(.secBanner-block) .about-block {
  margin-top: var(--eighty);
}

body.page-id-412 .content>*:first-child {
  margin-top: 0px;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
	cursor:pointer;
}

.no-results__message {
  font-family: var(--font-family);
  font-weight: 800;
  font-size: var(--h3);
  line-height: 110%;
  color: var(--txt-head-primary);
}

.error-bread input[type="number"] {
  -moz-appearance: textfield;
}

::-webkit-outer-spin-button,
::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.compensate-for-scrollbar {
  margin: 0 auto !important;
}

html.with-fancybox body.hide-scrollbar {
  margin: 0 auto !important;
}

.fancybox__container * {
  transition: unset !important
}

.fancybox__container,
.fancybox__container>* {
  transform: unset !important;
  transition: unset !important
}

.fancybox-image {
  border-radius: 10px;
}

.fancybox__container iframe {
  width: 100%;
  height: 100%;
  min-width: 70vw;
  max-height: 90vh;
  aspect-ratio: 16 / 9;
}

.fancybox__content:has(iframe) {
  padding: 10px;
  background: transparent;
  width: 90%;
}

html.with-fancybox body.hide-scrollbar {
  overflow: hidden;
  /* Prevent scrolling */
}

.fancybox__container *:not(.fancybox__container .theme-modal *) {
  transition: unset;
  --fancybox-bg: rgba(29, 29, 31, 0.8)
}

.loader {
  width: 45px;
  aspect-ratio: 1;
  --c: no-repeat linear-gradient(90deg, var(--secondary) 0%, var(--secondary) 56.5%);
  background:
    var(--c) 0% 50%,
    var(--c) 50% 50%,
    var(--c) 100% 50%;
  background-size: 20% 100%;
  animation: l1 1s infinite linear;
  opacity: 0;
  position: fixed;
  pointer-events: none;
  left: 0;
  z-index: 11000;
  top: 0;
  bottom: 0;
  right: 0;
  margin: 0px auto;
  margin-top: auto;
  margin-bottom: auto;
}

.pseudo-bg {
  opacity: 0;
  position: fixed;
  pointer-events: none;
  left: 0;
  z-index: 10001;
  top: 0;
  bottom: 0;
  right: 0;
  margin: 0px auto;
  margin-top: auto;
  margin-bottom: auto;
  width: 100%;
  height: 100%;
  background: var(--white);
}

@keyframes l1 {
  0% {
    background-size: 20% 100%, 20% 100%, 20% 100%
  }

  33% {
    background-size: 20% 10%, 20% 100%, 20% 100%
  }

  50% {
    background-size: 20% 100%, 20% 10%, 20% 100%
  }

  66% {
    background-size: 20% 100%, 20% 100%, 20% 10%
  }

  100% {
    background-size: 20% 100%, 20% 100%, 20% 100%
  }
}

::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}

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

::-webkit-scrollbar-thumb {
  background: var(--element-third);
}

::-webkit-scrollbar-thumb:hover {
  background: var(--element-third);
}

.archive-blocks {
  margin-top: var(--fourty);
}


.archive-blocks.archive-blocks__top {
  margin-top: 0px;
  margin-bottom: var(--eighty);
}

.archive-blocks.archive-blocks__bot {
  margin-top: var(--120);
  margin-bottom: 0px;
}

.archive-blocks>*:first-child {
  margin-top: 0px;
  /* padding-top: 0px; */
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus,
select:-webkit-autofill:active {
  transition: unset;
  -webkit-box-shadow: 0 0 0 30px #ffffff inset !important;
  -webkit-text-fill-color: #171717 !important;
}

img {
  image-rendering: -moz-crisp-edges;
  /* Firefox */
  image-rendering: -o-crisp-edges;
  /* Opera */
  image-rendering: -webkit-optimize-contrast;
  /* Webkit */
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
  /* IE */
}

.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;
    /*margin-left: calc(-1 * (1920px - 1170px) / 2) !important;*/
    /*margin-right: calc(-1 * (1920px - 1170px) / 2) !important;*/
  }
}

button {
  border: unset;
}

/* =========== BASE CONFIG =========== */

:root {
  --transition: all 0.2s ease-in-out;

  --ten: clamp(0.5rem, 0.475rem + 0.125vw, 0.625rem);
  /* 10 - 8 */
  --fifteen: clamp(0.5rem, 0.4125rem + 0.4375vw, 0.9375rem);
  /* 15 - 8 */
  --eighteen: clamp(0.625rem, 0.525rem + 0.5vw, 1.125rem);
  /* 18 - 10 */
  --twenty: clamp(0.875rem, 0.8rem + 0.375vw, 1.25rem);
  /* 20 - 14 */
  --twentyFive: clamp(1rem, 0.8875rem + 0.5625vw, 1.5625rem);
  /* 25 - 16 */
  --thirty: clamp(0.75rem, 0.525rem + 1.125vw, 1.875rem);
  /* 30 - 12 */
  --thirtyFive: clamp(1.125rem, 0.9125rem + 1.0625vw, 2.1875rem);
  /* 35 - 18 */
  --fourty: clamp(1.125rem, 0.85rem + 1.375vw, 2.5rem);
  /* 40 - 18 */
  --fourtyFive: clamp(1.25rem, 0.9375rem + 1.5625vw, 2.8125rem);
  /* 45 - 20 */
  --fifty: clamp(1.25rem, 0.875rem + 1.875vw, 3.125rem);
  /* 50 - 20 */
  --fiftyFive: clamp(1.25rem, 0.8125rem + 2.1875vw, 3.4375rem);
  --sixty: clamp(1.375rem, 0.9rem + 2.375vw, 3.75rem);
  /* 60 - 22 */
  --sixtyFive: clamp(1.375rem, 0.8375rem + 2.6875vw, 4.0625rem);
  --seventy: clamp(1.375rem, 0.775rem + 3vw, 4.375rem);
  /* 70 - 22 */
  --eighty: clamp(1.5rem, 0.8rem + 3.5vw, 5rem);
  /* 80 - 24 */
  --eightyFive: clamp(1.375rem, 0.5875rem + 3.9375vw, 5.3125rem);
  --ninety: clamp(1.125rem, 0.225rem + 4.5vw, 5.625rem);
  /* 90 - 18 */
  --100: clamp(1.75rem, 0.85rem + 4.5vw, 6.25rem);
  /* 100 - 28 */
  --110: clamp(1.375rem, 0.275rem + 5.5vw, 6.875rem);
  /* 110 - 22 */
  --120: clamp(1.125rem, -0.15rem + 6.375vw, 7.5rem);
  /* 120 - 22 */
  --125: clamp(1.375rem, 0.0875rem + 6.4375vw, 7.8125rem);
  /* 125 - 22 */
  --150: clamp(0rem, -1.5625rem + 7.8125vw, 7.8125rem);
  --170: clamp(1.375rem, -0.475rem + 9.25vw, 10.625rem);

  --5040: clamp(2.5rem, 2.375rem + 0.625vw, 3.125rem);
  --2420: clamp(1.25rem, 1.2rem + 0.25vw, 1.5rem);
  --2418: clamp(1.125rem, 1.05rem + 0.375vw, 1.5rem);
  --2018: clamp(1.125rem, 1.1rem + 0.125vw, 1.25rem);
  --2016: clamp(1rem, 0.95rem + 0.25vw, 1.25rem);
  --2014: clamp(0.875rem, 0.8rem + 0.375vw, 1.25rem);
  --1816: clamp(1rem, 0.975rem + 0.125vw, 1.125rem);
  --1814: clamp(0.875rem, 0.825rem + 0.25vw, 1.125rem);
  --1614: clamp(0.875rem, 0.85rem + 0.125vw, 1rem);
  --14: 14px;


  --third-hover: #f4f6fc;
  --txt-head-primary: #282d3c;
  --txt-main-text-primary: #fff;
  --txt-secondary-text: #828da6;
  --bg-background-secondary: #f4f6fc;
  --bg-stroke: #ecf0f8;
  --bg-background: #fff;
  --element-primary: #ff9a7b;
  --element-second: rgba(255, 154, 123, 0.2);
  --element-third: #027bfb;
  --element-fourth: #c6dae5;
  --element-fifth: #fbd0ca;
  --element-sixth: #f8d5b6;
  --element-seventh: #f9f2df;
  --element-eigth: #dfd8fc;
  --element-ninth: #282d3c;
  --element-tenth: #828da6;
  --element-eleventh: #d3e7fb;
  --hover-primary-hover: #ff9a7b;
  --hover-secondary-hover: rgba(255, 154, 123, 0.2);

  --font-family: "Manrope", sans-serif;
  --second-family: "Golos Text", sans-serif;
  --third-family: "Inter", sans-serif;
  --font3: "Geologica", sans-serif;
  --font4: "Raleway", sans-serif;
  --font5: "Inter Tight", sans-serif;
  --font6: "CoFo Sans", sans-serif;

  --h1: clamp(1.5rem, 1.15rem + 1.75vw, 3.25rem);
  --h2: clamp(1.375rem, 1.1rem + 1.375vw, 2.75rem);
  --h3: clamp(1.25rem, 1.125rem + 0.625vw, 1.875rem);
  --h4: clamp(1.125rem, 1.1rem + 0.125vw, 1.25rem);
  --h5: clamp(1rem, 0.975rem + 0.125vw, 1.125rem);
  --h6: clamp(0.875rem, 0.8375rem + 0.1875vw, 1.0625rem);
}

h1,
h1>* {
  font-family: var(--font-family);
  font-weight: 800;
  font-size: var(--h1);
  line-height: 110%;
  color: #1f1f1f;
}

h2,
h2>* {
  font-family: var(--font-family);
  font-weight: 800;
  font-size: var(--h2);
  line-height: 120%;
  color: #1f1f1f;
}

h3,
h3>* {
  font-family: var(--font-family);
  font-weight: 800;
  font-size: var(--h3);
  line-height: 120%;
  color: #1f1f1f;
}

h4,
h4>* {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: var(--h4);
  line-height: 120%;
  color: #1f1f1f;
}

h5,
h5>* {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: var(--h5);
  line-height: 120%;
  color: #1f1f1f;
}

h6,
h6>* {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: var(--h6);
  line-height: 110%;
  color: #1f1f1f;
}

html {
  box-sizing: border-box;

}

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

body {
  background: var(--txt-main-text-primary);
  /* max-width: 1920px; */
  overflow-x: hidden;
  margin: 0 auto;
  width: auto;
  /*-webkit-box-shadow: 0 0 20px 5px #747474;*/
  /*box-shadow: 0 0 20px 5px #747474;*/
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

a {
  text-decoration: none;
  color: #121212;
}


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

#mobile-mnu ul li::marker {
  font-size: 16px;
}

ul li::marker {
  color: var(--txt-secondary-text);
  width: 10px;
  height: 10px;
}

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

h1.page-title {
  font-family: var(--font-family);
  font-weight: 800;
  font-size: var(--h1);
  line-height: 110%;
  color: var(--txt-head-primary);
  margin-bottom: var(--eighty);
  text-wrap: balance;
}

.page-title__holder {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  gap: var(--twenty);
  flex-wrap: wrap;
  margin-bottom: var(--fourty);
}

.page-title__holder .page-title {
  margin-bottom: 0px;
}

main.foned {
  position: relative;
  overflow: hidden;
  z-index: 999;
}

main.foned:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
}

.breadcrumbs {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: fit-content;
  width: fit-content;
  gap: 0px 10px;
  padding-top: 10px;
  padding-bottom: var(--fourty);
  font-family: var(--font-family);
  font-weight: 500;
  font-size: var(--1614);
  line-height: 130%;
  color: var(--txt-secondary-text);
  flex-wrap: wrap;
}

.bread-dep {
  background: var(--element-primary);
  border-radius: 1px;
  width: 10px;
  height: 4px;
  display: flex;
}

.breadcrumbs span {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: var(--1614);
  line-height: 130%;
  color: var(--txt-secondary-text);
}

.breadcrumbs span.current-item,
.breadcrumbs span:hover,
.error-bread {
  color: var(--element-third) !important;
}

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

@media(max-width:1600px) {
  .container {
    padding: 0 12px;
  }
}

.swiper-holder {
  width: 100%;
  overflow: clip;
  position: relative;
  display: flex;
  flex-direction: column;
}

.swiper-holder .swiper {
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-top: -30px;
  margin-bottom: -30px;
}

/* .swiper-wrapper {
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1) !important;
} */

.swiper-slide {
  touch-action: pan-y;
  display: flex !important;
  height: auto !important;
  align-self: stretch !important;
}

.arrow.swiper-button-disabled {
  pointer-events: none !important;
}

.arrow.swiper-button-disabled svg path {
  fill: #828DA6 !important;
}

.swiper-pagination__holder {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  height: fit-content;
}

.swiper-pagination-bullets {
  display: flex;
  flex-direction: row;
  width: fit-content;
  height: fit-content;
  gap: 5px;
  width: fit-content !important;
  height: fit-content !important;
  flex-wrap: wrap;
}

.swiper-pagination-bullet {
  opacity: 1 !important;
  border-radius: 2px !important;
  width: 20px !important;
  height: 5px !important;
  background: var(--stroke) !important;
  margin: unset !important;
}

.swiper-pagination-bullet-active {
  background: var(--primary) !important;
}

#main,
#primary {
  min-height: 30vh;
  background: var(--black);
  flex-grow: 1;
  overflow: clip;
}

/* components start */

.btn {
  display: flex;
  flex-direction: row;
  width: fit-content;
  height: fit-content;
  text-align: center;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: var(--fifteen) var(--twentyFive);
  border-radius: 50px;
  background: var(--element-primary);
  /* border: 1px solid var(--element-primary); */
  font-family: var(--font-family);
  font-weight: 600;
  font-size: var(--1614);
  line-height: 120%;
  color: var(--txt-main-text-primary);
}

.btn:hover {
  color: var(--element-primary);
  background: var(--element-second);
  border-color: var(--element-second);
}

.btn.v2 {
  color: var(--element-primary);
  background: var(--element-second);
  border-color: var(--element-second);
}

.btn.v2:hover {
  color: var(--txt-main-text-primary);
  background: var(--element-primary);
  border-color: var(--element-primary);
}

.btn.v3 {
  background: var(--txt-main-text-primary);
  border-color: var(--txt-main-text-primary);
  color: var(--element-primary);
}

.btn.v3:hover {
  color: var(--txt-main-text-primary);
  background: var(--element-primary);
  border-color: var(--element-primary);
}

.arrow {
  width: clamp(2.5rem, 2.25rem + 1.25vw, 3.75rem);
  height: clamp(2.5rem, 2.25rem + 1.25vw, 3.75rem);
  display: flex;
  align-items: center;
  place-content: center;
  text-align: center;
  cursor: pointer;
  border-radius: 100%;
  background: var(--third-hover);
  flex-shrink: 0;
}

.arrow svg,
.arrow img {
  width: clamp(1.375rem, 1.275rem + 0.5vw, 1.875rem);
  height: clamp(1.375rem, 1.275rem + 0.5vw, 1.875rem);
  display: flex;
  margin: auto auto;
}

.arrow svg path {
  fill: #282D3C;
}

.arrow:hover {
  background: var(--element-primary) !important;
}

.arrow:hover svg path {
  fill: white !important;
}

.navigation.pagination {
  height: fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: var(--twenty);
  margin-top: var(--fifty);
}

.navigation.pagination .nav-links {
  display: flex;
  flex-direction: row;
  width: fit-content;
  height: fit-content;
  align-items: center;
  gap: var(--twenty);
  flex-wrap: wrap;
  justify-content: center;
}

.navigation.pagination .page-numbers {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: var(--2016);
  line-height: 120%;
  text-align: center;
  color: var(--txt-head-primary);
}

.navigation.pagination .nav-links .page-numbers {
  width: clamp(2.5rem, 2.25rem + 1.25vw, 3.75rem);
  height: clamp(2.5rem, 2.25rem + 1.25vw, 3.75rem);
  display: flex;
  align-items: center;
  place-content: center;
  text-align: center;
  position: relative;
  z-index: 2;
  border-radius: 100%;
  background: var(--third-hover);
}

.navigation.pagination .page-numbers.current {
  pointer-events: none;
  background: var(--element-primary);
  color: var(--txt-main-text-primary);
}

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

.navigation.pagination .page-numbers.disabled svg path {
  fill: #828DA6;
}

.swiper-nav {
  margin-top: var(--thirty);
  display: flex;
  width: 100%;
  height: fit-content;
  justify-content: space-between;
  align-items: center;
  gap: var(--twenty);
  flex-wrap: wrap;
  position: relative;
  z-index: 3;
}

.swiper-nav:has(.swiper-pagination-bullets) {
  flex-wrap: nowrap !important;
}

.swiper-nav:has(.swiper-pagination-bullets) .swiper-pagination-bullets {
  flex-wrap: wrap !important;
}

.swiper-nav__arrows-absolute {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  position: absolute;
  pointer-events: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  z-index: 3;
  height: fit-content;
}

@media(max-width:700px){
	.swiper-nav__arrows-absolute{
		position:relative;
		width:fit-content;
		gap:var(--twenty);
		margin-top:var(--twenty);
	}
	.swiper-nav__arrows-absolute>*{
		margin:unset !important;
	}
}

.swiper-nav__arrows-absolute>* {
  pointer-events: all;
}

.swiper-nav__arrows-absolute>*:first-child {
  margin-left: -30px;
}

.swiper-nav__arrows-absolute>*:last-child {
  margin-right: -30px;
}

@media(max-width:1650px) {
  .swiper-nav__arrows-absolute>*:first-child {
    margin-left: -10px;
  }

  .swiper-nav__arrows-absolute>*:last-child {
    margin-right: -10px;
  }
}

.swiper-holder .arrow {
  background: var(--txt-main-text-primary);
}

.swiper-nav__arrows {
  display: flex;
  flex-direction: row;
  width: fit-content;
  height: fit-content;
  gap: var(--twenty);
}

.swiper-nav__progressbar {
  position: relative;
  width: 100%;
  top: -2px;
}

.swiper-nav__pagination {
  flex-wrap: nowrap;
  gap: var(--thirty);
  position: relative;
  z-index: 4;
}

.swiper-pagination-progressbar {
  background: var(--bg-stroke) !important;
  height: 3px !important;
  border-radius: 10px !important;
  overflow: hidden !important;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--element-third) !important;
  height: 3px !important;
  border-radius: 10px !important;
  overflow: hidden !important;
}

.swiper-nav__pseudo {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 15px;
  z-index: 1;
  pointer-events: none;
  overflow: hidden;
}

.swiper-nav__pseudo * {
  pointer-events: all;
}

.swiper-nav__pseudo>* {
  padding: 10px;
  height: 100%;
  align-items: center;
  display: flex;
  background: rgba(255, 255, 255, 0.2);
  cursor: pointer;
}

.swiper-nav__pseudo .swiper-button-disabled {
  background: rgba(255, 255, 255, 0.2) !important;
  pointer-events: none !important;
}

.swiper-nav__pseudo>*:hover {
  background: var(--black);
}

.swiper-nav__pseudo>*:hover:not(.swiper-button-disabled) svg path {
  fill: var(--element-primary);
}

.swiper-nav .btn {
  flex-shrink: 0;
}

/* components end */


/* templates start */

.block-title__unique {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: var(--h2);
  line-height: 110%;
  color: var(--black);
  margin-bottom: var(--fourty);
}

.block-v2 {
  padding-top: var(--100);
  padding-bottom: var(--100);
  background-color: var(--black) !important;
  background-size: contain !important;
  background-position: right !important;
  background-repeat: no-repeat !important;
}

.block-v2 .block-title__unique {
  color: var(--white);
}

.block-v2__unique {
  background-position: left !important;
}

.block-v3 {
  padding-top: var(--100);
  padding-bottom: var(--100);
  background-color: var(--background) !important;
  background-size: contain !important;
  background-position: right !important;
  background-repeat: no-repeat !important;
}

.block-v3 .block-title__unique {
  color: var(--black);
}

.block-v4 {
  padding-top: var(--100);
  padding-bottom: var(--100);
  background-color: var(--white) !important;
  background-size: contain !important;
  background-position: right !important;
  background-repeat: no-repeat !important;
}

.block-v4 .block-title__unique {
  color: var(--black);
}

.block-v5 {
  padding-top: var(--100);
  padding-bottom: var(--100);
  background-color: var(--white) !important;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

.block-v5 .block-title__unique {
  color: var(--white);
}

.block-no__padding {
  padding-top: unset;
  padding-bottom: unset;
}

.block-no__padding-bot {
  padding-bottom: unset;
}

.block-subtitle {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: clamp(0.875rem, 0.8rem + 0.375vw, 1.25rem);
  line-height: 125%;
  color: var(--black);
}

.block-title__holder {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  gap: var(--twenty);
  margin-bottom: var(--fourty);
}

.block-title__holder>* {
  margin-bottom: unset;
}

.block-title__holder .block-title__unique {
  max-width: 690px;
}

.block-title__holder>div {
  max-width: 570px;
}

.columns-1 {
  display: grid;
  grid-template-columns: 1fr;
  width: 100%;
  gap: var(--thirty);
}

.columns-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  gap: var(--thirty);
}

.columns-4 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  gap: var(--fourty) var(--thirty);
}

.columns-4__unique {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  gap: var(--thirty);
}

.columns-3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  gap: var(--thirty);
}

@media(max-width:1200px) {
  .columns-2 {
    grid-template-columns: 1fr;
  }

  .columns-4__unique {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .columns-3 {
    grid-template-columns: 1fr 1fr;
  }
}

@media(max-width:1000px) {
  .columns-4 {
    grid-template-columns: 1fr 1fr 1fr;
  }


}

@media(max-width:850px) {


  .columns-4__unique {
    grid-template-columns: 1fr 1fr;
  }
}

@media(max-width:650px) {
  .columns-4 {
    grid-template-columns: 1fr 1fr;
  }

  .columns-4__unique {
    grid-template-columns: 1fr;
  }

  .columns-3 {
    grid-template-columns: 1fr;
  }
}

/* 
@media(max-width:550px) {
  .columns-4 {
    grid-template-columns: 1fr;
  }
} */


input,
textarea,
select {
  border: 1px solid var(--bg-stroke);
  border-radius: 50px;
  padding: var(--fifteen) var(--thirty);
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 15px;
  line-height: 120%;
  color: var(--txt-head-primary);
  background: var(--txt-main-text-primary);
  display: flex;
  width: fit-content;
  height: fit-content;
  outline: none;
  resize: none;
  transition: var(--transition);
}

select {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 15px;
  line-height: 120%;
  color: var(--txt-head-primary);
}

select option[value=""][disabled] {
  color: var(--txt-secondary-text);
}

select:invalid {
  color: var(--txt-secondary-text);
}

select option:not([disabled]) {
  color: var(--txt-head-primary);
}

select option[value=""][disabled]:checked,
select:has(option[value=""][disabled]:checked) {
  color: var(--txt-secondary-text);
}

select option,
select option::placeholder {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 15px;
  line-height: 120%;
  color: var(--txt-secondary-text);
}

textarea {
  min-height: 140px;
  border-radius: 20px;
}

input::placeholder,
textarea::placeholder,
select::placeholder {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 15px;
  line-height: 120%;
  color: var(--txt-secondary-text);
  transition: var(--transition);
}

input:hover,
select:hover,
textarea:hover {
  border: 1px solid var(--element-third);
  color: var(--txt-head-primary);
}

input:focus,
textarea:focus,
select:focus {
  border: 1px solid var(--element-third);
  color: var(--txt-head-primary);
}

input:focus::placeholder,
textarea:focus::placeholder,
select:focus::placeholder {
  color: var(--txt-head-primary);
}

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

.form-input__holder:has(input.error) .input-placeholder,
.form-input__holder:has(textarea.error) .input-placeholder,
input.error::placeholder,
textarea.error::placeholder {
  color: red !important;
}

.form-input__holder {
  position: relative;
  width: fit-content;
  height: fit-content;
}

.form-input__holder input::placeholder {
  opacity: 0;
  transition: var(--transition);
}

.form-input__holder input:hover::placeholder,
.form-input__holder input:focus::placeholder {
  opacity: 1;
}

.input-placeholder {
  position: absolute;
  /* left: var(--thirty); */
  /* right: var(--thirty); */
  /* top: var(--thirty); */
  /* bottom: var(--thirty); */
  left: var(--thirty);
  margin-top: auto;
  margin-bottom: auto;
  top: 0;
  bottom: 0;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: var(--1614);
  line-height: 140%;
  color: var(--gray);
  height: fit-content;
  pointer-events: none;
  transition: var(--transition);
}

.input-placeholder.active {
  top: -25px !important;
  font-size: clamp(0.75rem, 0.725rem + 0.125vw, 0.875rem) !important;
}

.form-input__holder:hover .input-placeholder {
  top: -25px;
  font-size: clamp(0.75rem, 0.725rem + 0.125vw, 0.875rem);
}


@media(max-width:1300px) {
  .form-input__holder:hover .input-placeholder {
    top: -25px;
    font-size: clamp(0.75rem, 0.725rem + 0.125vw, 0.875rem);
  }

  .form-input__holder .input-placeholder.active {
    top: -25px !important;
    font-size: clamp(0.75rem, 0.725rem + 0.125vw, 0.875rem) !important;
  }
}


@media(max-width:1300px) {
  .form-input__holder:hover .input-placeholder {
    top: -25px;
    font-size: clamp(0.75rem, 0.725rem + 0.125vw, 0.875rem);
  }

  .form-input__holder .input-placeholder.active {
    top: -25px !important;
    font-size: clamp(0.75rem, 0.725rem + 0.125vw, 0.875rem) !important;
  }
}

.has-childs {
  position: relative;
}

/*============ HEADER =================*/
#header {
  position: sticky;
  top: 0px;
  width: 100%;
  display: flex;
  z-index: 1000;
  background: var(--txt-main-text-primary);
  border-bottom: 1px solid var(--bg-stroke);
}

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

.header-contacts {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-top: var(--twenty);
  padding-bottom: var(--fifteen);
  border-bottom: 1px solid var(--bg-stroke);
}

.header-contacts__container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

.header-contacts__items {
  max-width: 1014px;
  gap: var(--thirty);
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  /* gap: 8px; */
  align-items: center;
}

.header-contacts__item,
.header-contacts__item * {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: var(--1614);
  line-height: 120%;
  color: var(--txt-secondary-text);
  margin: 0;
}

.header-eye__alternative {
  display: flex;
  flex-direction: row;
  width: fit-content;
  gap: 10px;
  align-items: center;
  cursor: pointer;
}

.header-eye__alternative svg,
.header-eye__alternative img {
  max-width: 17px;
  max-height: 17px;
  width: fit-content;
  height: fit-content;
  display: flex;
}

.header-eye__alternative-value {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: var(--1614);
  line-height: 120%;
  color: var(--txt-secondary-text);
}

.header-eye__alternative:hover svg path {
  fill: var(--element-primary);
}

.header-eye__alternative:hover .header-eye__alternative-value {
  color: var(--element-primary);
}

.header-main__actions {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-top: var(--twenty);
  padding-bottom: var(--twenty);
}

.header-main__actions-container {
  display: flex;
  flex-direction: row;
  width: 100%;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px var(--twenty);
  justify-content: space-between;
}

.header-main .logo-holder {
  font-family: var(--font-family);
  font-weight: 800;
  font-size: clamp(1.125rem, 1.025rem + 0.5vw, 1.625rem);
  line-height: 100%;
  color: var(--txt-head-primary);
}

.header-main .logo-holder * {
  font-family: var(--font-family);
  font-weight: 800;
  font-size: clamp(1.125rem, 1.025rem + 0.5vw, 1.625rem);
  line-height: 100%;
  color: var(--txt-head-primary);
  color: var(--element-third);
}

.header-main ul {
  display: flex;
  flex-direction: row;
  width: fit-content;
  flex-wrap: wrap;
  gap: 10px var(--thirty);
  align-items: center;
}

.header-main ul li {
  list-style: none;
  margin-bottom: 0px;
}

.header-main ul a {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: var(--1614);
  /* line-height: 120%; */
  color: var(--txt-head-primary);
}

.header-main ul>li:first-child>a {
  display: flex;
  flex-direction: row;
  width: fit-content;
  height: fit-content;
  text-align: center;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  gap: 8px;
  padding: 10px clamp(0.75rem, 0.675rem + 0.375vw, 1.125rem);
  border-radius: 50px;
  background: var(--element-primary);
  font-family: var(--font-family);
  font-weight: 600;
  font-size: var(--1614);
  line-height: 120%;
  color: var(--txt-main-text-primary);
  transition: unset;
}

.header-main ul>li:first-child>a::before {
  content: '';
  display: inline-block;
  width: 13px;
  height: 13px;
  background-image: url("data:image/svg+xml,%3Csvg width='13' height='13' viewBox='0 0 13 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_124_248)'%3E%3Cpath d='M4.875 0H1.21875C0.546812 0 0 0.546812 0 1.21875V4.875C0 5.54694 0.546812 6.09375 1.21875 6.09375H4.875C5.54694 6.09375 6.09375 5.54694 6.09375 4.875V1.21875C6.09375 0.546812 5.54694 0 4.875 0ZM11.7812 0H8.125C7.45306 0 6.90625 0.546812 6.90625 1.21875V4.875C6.90625 5.54694 7.45306 6.09375 8.125 6.09375H11.7812C12.4532 6.09375 13 5.54694 13 4.875V1.21875C13 0.546812 12.4532 0 11.7812 0ZM11.7812 6.90625H8.125C7.45306 6.90625 6.90625 7.45306 6.90625 8.125V11.7812C6.90625 12.4532 7.45306 13 8.125 13H11.7812C12.4532 13 13 12.4532 13 11.7812V8.125C13 7.45306 12.4532 6.90625 11.7812 6.90625ZM4.875 6.90625H1.21875C0.546812 6.90625 0 7.45306 0 8.125V11.7812C0 12.4532 0.546812 13 1.21875 13H4.875C5.54694 13 6.09375 12.4532 6.09375 11.7812V8.125C6.09375 7.45306 5.54694 6.90625 4.875 6.90625Z' fill='white' /%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_124_248'%3E%3Crect width='13' height='13' fill='white' /%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}

.header-main ul>li:first-child>a:hover {
  background: var(--element-second);
  border-color: var(--element-second);
  color: var(--element-primary);
}

.header-main ul>li:first-child>a:hover::before {
  filter: invert(15%) sepia(18%) saturate(5000%) hue-rotate(309deg) brightness(105%) contrast(101%);
}

.header-actions {
  display: flex;
  flex-direction: row;
  width: fit-content;
  gap: var(--twenty);
  align-items: center;
  max-width: 400px;
}

.header-actions__item {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: var(--1614);
  line-height: 120%;
  color: var(--txt-head-primary);
}

@media(max-width:1500px) {
  .header-main ul {
    width: 100%;
    order: 1;
  }
}

@media(max-width:1200px) {
  .header-contacts__container .header-contacts__item-address {
    display: none;
  }
}

@media(max-width:850px) {
  .header-main ul {
    display: none;
  }

  #header .burger.open_menu {
    display: flex !important;
  }
}

@media(max-width:650px) {
  .header-actions {
    max-width: 100%;
    width: 100%;
    order: 1;
  }

  .header-main__actions {
    padding-top: 5px;
  }

  .header-main__actions-container {
    gap: 0px var(--twenty);
  }
}

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

/*================ 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;
  cursor: pointer;
  order: 1;
}

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

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

#header .burger.open_menu.clicked span {
  background-color: #fff;
}

.mobile-socials {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
  width: fit-content;
  height: fit-content;
}

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

#mobile-mnu .logo-holder__text-holder {
  display: none;
}

#header #mobile-mnu {
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 320px;
  background-color: var(--bg-background);
  padding: 30px;
  transition: all 0.3s ease-in;
  transform: translateX(-350px);
  z-index: 9999;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  overflow-y: auto;
}

#header #mobile-mnu #close-mnu {
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
  display: block;
  color: var(--action);
}

#header #mobile-mnu #close-mnu svg path {
  fill: var(--txt-head-primary);
}

#header #mobile-mnu a {
  font-size: 16px;
  line-height: 1;
  color: var(--white);
  font-weight: 450;
}

/* #header #mobile-mnu a:hover {
  color: var(--element-primary);
} */

#header #mobile-mnu .menuTop {
  list-style-type: none;
  margin-bottom: 10px;
}

#header #mobile-mnu .menuTop li {
  margin-bottom: 10px;
}

#header #mobile-mnu .menuTop li a {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 16px;
  line-height: 120%;
  color: var(--txt-head-primary);
}

#header #mobile-mnu .nav-menu-element.has-childs .sub-menu {
  all: initial;
}

#header #mobile-mnu .menuTop>li.has-childs li {
  padding-left: 15px !important;
}

#header #mobile-mnu .menuTop>li.has-childs li::after {
  content: unset;
}

#header #mobile-mnu .menuTop>li.has-childs li a {
  font-size: 14px;
}

#header #mobile-mnu .menuTop li:first-child {
  padding-top: 10px !important;
}

#header #mobile-mnu .nav-menu-element.has-childs>a::before,
#header #mobile-mnu .nav-menu-element.has-childs>a::after {
  content: none;
}

#header #mobile-mnu .logo__holder {
  text-align: center;
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

#header #mobile-mnu .logo__holder img {
  max-height: 60px;
}

#header #mobile-mnu .menuTop {
  list-style-type: none;
  margin-bottom: 10px;
}

#header #mobile-mnu .menuTop li {
  margin-bottom: 10px;
  list-style: none;
}

/* #header #mobile-mnu .menuTop li a {
  font-size: 16px;
  line-height: 1;
  color: var(--white);
  font-weight: 450;
} */

/* #header #mobile-mnu .menuTop li:hover>a {
  color: var(--element-primary);
} */

#header #mobile-mnu .menuTop li.active>a {
  color: var(--element-primary);
}

#header #mobile-mnu .adresses__holder {
  display: flex;
  flex-direction: column;
  position: relative;
  margin-bottom: 20px;
  width: 100%;
  gap: 10px;
}

#header #mobile-mnu .adresses__holder:before {
  position: absolute;
  top: 4px;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  background-image: url("../images/map.svg");
  background-position: center center;
  background-repeat: no-repeat;
}

#mobile-mnu .contacts-item__outer {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 20px;
}

#header #mobile-mnu .adresses__holder p {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 16px;
  line-height: 120%;
  color: var(--txt-head-primary);
  margin-bottom: 0px;
}

#header #mobile-mnu .email__holder {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 20px;
  gap: 10px;
}

#header #mobile-mnu .email__holder .email__item {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 16px;
  line-height: 120%;
  color: var(--txt-head-primary);
}

#header #mobile-mnu .email__holder .email__item:hover {
  color: var(--element-primary);
}

#header #mobile-mnu .email__holder .email__item svg {
  margin-right: 10px;
}

#header #mobile-mnu .phones__holder {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 20px;
}

#header #mobile-mnu .phones__holder .phone__item {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 16px;
  line-height: 120%;
  color: var(--txt-head-primary);
}

#header #mobile-mnu .phones__holder .phone__item:hover {
  color: var(--element-primary);
}

#header #mobile-mnu .phones__holder .phone__item svg {
  margin-right: 10px;
}

#header #mobile-mnu .soc__holder {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-wrap: wrap;
}

#header #mobile-mnu .soc__holder .soc__item {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #3A899A;
  transition: background-color .3s ease-in;
}

#header #mobile-mnu .soc__holder .soc__item:hover {
  background-color: #609FA8;
}

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

#header #mobile-mnu .logo-holder__title,
#header #mobile-mnu .logo-holder__subtitle {
  color: var(--white);
}

#header #mobile-mnu .logo-holder,
#header #mobile-mnu .logo-holder * {
  font-family: var(--font-family);
  font-weight: 800;
  font-size: clamp(1.125rem, 1.025rem + 0.5vw, 1.625rem);
  line-height: 100%;
  color: var(--txt-head-primary);
}

#header #mobile-mnu .logo-holder {
  width: fit-content;
}

#header #mobile-mnu .logo-holder * {
  color: var(--element-third);
}

/*============ FOOTER ===============*/

#footer {
  background: var(--third-hover);
  width: 100%;
  height: fit-content;
  margin-top: var(--120);
  padding-top: var(--eighty);
  padding-bottom: var(--twenty);
}

.footer-top {
  padding-bottom: var(--fourty);
}

.footer-top__container {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: var(--thirty);
}

.footer-top__content {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: var(--fifty);
}

.footer-logo__holder,
.footer-logo__holder * {
  font-family: var(--font-family);
  width: fit-content;
  font-weight: 800;
  font-size: var(--h2);
  line-height: 120%;
  color: var(--txt-head-primary);
}

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

.footer-menu__title {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 15px;
  line-height: 120%;
  color: var(--txt-secondary-text);
  opacity: .8;
}

.footer-menu__nav .footer-menu__title {
  visibility: hidden;
}

.footer-menu__cat {
  max-width: 887px;
  width: 100%;
}

.footer-menu__cat ul {
  display: grid;
  grid-template-columns: auto auto auto auto auto;
  height: auto;
  width: 100%;
  gap: var(--fifteen) var(--thirty);
}

.footer-menu__cat li {
  margin-bottom: 0px;
  list-style: none;
  line-height: unset;
}

.footer-menu a {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: var(--1614);
  line-height: 120%;
  color: var(--txt-secondary-text);
}

.footer-menu__nav ul {
  display: flex;
  flex-direction: column;
  gap: var(--fifteen);
}

.footer-menu__nav li {
  list-style: none;
  margin-bottom: 0px;
}

.footer-contacts {
  display: flex;
  flex-direction: column;
  max-width: 230px;
  width: 100%;
  gap: var(--twenty);
}

.footer-contacts .footer-menu__title {
  visibility: hidden;
  margin-bottom: -10px;
}

.footer-contacts__item,
.footer-contacts__item * {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: var(--2016);
  line-height: 120%;
  color: var(--txt-secondary-text);
  margin-bottom: 0px;
}

.footer-bot__inner {
  display: flex;
  flex-direction: row;
  width: 100%;
  align-items: center;
  gap: var(--twenty);
  justify-content: space-between;
  padding-top: var(--fifteen);
  border-top: 1px solid #828DA620;
}

#footer .privacy,
#footer .privacy>* {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 15px;
  line-height: 120%;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  color: var(--txt-secondary-text);
}

.dev-holder a {
  display: flex;
  gap: 10px;
  align-items: flex-end;
  font-family: var(--font3);
  font-weight: 400;
  font-size: var(--1614);
  line-height: 130%;
  text-align: center;
  color: var(--txt-secondary-text);
}

.copyRight {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 15px;
  line-height: 120%;
  text-align: center;
  color: var(--txt-secondary-text);
}

.glogo {
  width: 111px;
  height: 20px;
  mask-image: url(../images/gmask.png);
  mask-origin: border-box;
  mask-size: contain;
  mask-repeat: no-repeat;
  background-color: var(--element-third);
  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 .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: 1s;
}

.glogo:hover:before {
  animation-name: unset;
  transform: translateX(0);
}

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

  50% {
    transform: translateX(0);
  }

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

@media(max-width:900px) {
  .footer-menu__cat ul {
    grid-template-columns: auto auto auto;
  }

  .footer-menu__nav .footer-menu__title,
  .footer-contacts .footer-menu__title {
    display: none;
  }

  .footer-bot__inner {
    flex-direction: column;
  }
}

@media(max-width:550px) {
  .footer-menu__cat ul {
    grid-template-columns: auto auto;
  }
}

/* ============== 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;
  padding: var(--fourty) !important;
}

.theme-modal .form__holder {
  width: 100%
}

.theme-modal.fancybox__content {
  width: 490px;
  border-radius: 15px;
  background: var(--bg-stroke);
  display: flex !important;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: unset;
  position: relative;
}

.theme-modal.fancybox__content::before {
  content: '';
  background-size: cover;
  background-repeat: no-repeat;
  transition: var(--transition);
  display: flex;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-image: url("data:image/svg+xml,%3Csvg width='490' height='484' viewBox='0 0 490 484' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.15' d='M-256.305 69.5526C-268.323 94.938 -281.997 168.573 -240.548 260.029C-209.667 328.166 -140.484 411.83 -74.798 459.017C0.557834 513.149 -26.9332 235.251 24.2207 281.063C75.3745 326.876 134.586 473.402 181.924 596.106C196.405 633.644 330.927 812.208 477.523 705.679C624.119 599.15 525.989 430.618 495.433 371.032C457.405 296.877 292.159 111.004 422.032 62.7703C649.101 -21.5613 925.533 254.7 989.135 249.246' stroke='white' stroke-width='260' /%3E%3C/svg%3E");
}

#modal-success.fancybox__content::before,
#modal-error.fancybox__content::before {
  background-image: url("data:image/svg+xml,%3Csvg width='490' height='210' viewBox='0 0 490 210' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.15' d='M-256.305 69.5526C-268.323 94.938 -281.997 168.573 -240.548 260.029C-209.667 328.166 -140.484 411.83 -74.798 459.017C0.557834 513.149 -26.9332 235.251 24.2207 281.063C75.3745 326.876 134.586 473.402 181.924 596.106C196.405 633.644 330.927 812.208 477.523 705.679C624.119 599.15 525.989 430.618 495.433 371.032C457.405 296.877 292.159 111.004 422.032 62.7703C649.101 -21.5613 925.533 254.7 989.135 249.246' stroke='white' stroke-width='260' /%3E%3C/svg%3E");
}

/* .f-button {
  color: initial !important;
}

.f-button svg {
  stroke: initial;
} */

.theme-modal.fancybox__content>.f-button.is-close-btn {
  top: 20px !important;
  right: 20px !important;
  padding: 0;
  width: 14px;
  height: 14px;
  opacity: 1 !important;
  background: unset !important
}

.theme-modal .f-button svg {
  fill: unset !important;
  stroke: unset !important
}

@media(max-width: 1100px) {
  .theme-modal.fancybox__content>.f-button.is-close-btn {
    top: 20px !important;
    right: 20px !important
  }
}

@media(max-width: 500px) {
  .theme-modal.fancybox__content>.f-button.is-close-btn {
    top: 15px !important;
    right: 15px !important
  }
}

.theme-modal .form__holder {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
  max-width: 410px;
  display: flex;
  flex-direction: column;
  gap: var(--eighty);
}

#modal-success .form__holder,
#modal-error .form__holder {
  gap: var(--twenty);
}

.theme-modal .form-title {
  font-family: var(--font-family);
  font-weight: 800;
  font-size: var(--h3);
  line-height: 120%;
  color: var(--txt-head-primary);
	padding-right:40px;
}

.theme-modal .form-subtitle {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: var(--2014);
  line-height: 120%;
  color: var(--txt-secondary-text);
}

.theme-modal .form-input__holder,
.theme-modal input,
.theme-modal textarea {
  width: 100%;
  transition: var(--transition);
}

.theme-modal * {
  transition: var(--transition) !important;
}

.form-input__holder:has(textarea) .input-placeholder {
  margin-top: unset;
  margin-bottom: unset;
  top: 19px;
}

.form-input__holder:has(textarea):hover .input-placeholder {
  top: 4px !important;
  font-size: 14px !important;
}

.form-input__holder:has(textarea) .input-placeholder.active {
  top: 4px !important;
  font-size: 14px !important;
}

@media (max-width: 1300px) {

  .form-input__holder:has(textarea):hover .input-placeholder,
  .form-input__holder:has(textarea) .input-placeholder.active {
    top: 4px !important;
    font-size: 14px !important;
  }
}

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

.theme-modal .privacy,
.theme-modal .privacy>* {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 170%;
  color: var(--light-text-2);
}

.theme-modal .form {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: var(--twenty);
}

.theme-modal .form-column {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: var(--fifteen);
}

.theme-modal .form-privacy,
.theme-modal .form-privacy * {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: clamp(0.75rem, 0.7125rem + 0.1875vw, 0.9375rem);
  line-height: 120%;
  text-align: center;
  color: var(--txt-secondary-text);
}

.theme-modal .form-privacy * {
  text-decoration: underline;
  text-decoration-skip-ink: none;
}

#modal-callback .form-row:first-child {
  flex-direction: row;
  gap: var(--twenty);
}

@media(max-width:600px) {
  #modal-callback .form-row:first-child {
    flex-direction: column;
  }
}

.theme-modal .form-row:last-child {
  gap: 10px;
}

.theme-modal input[type=file] {
  appearance: none;
  display: none;
}

.theme-modal .files,
.theme-modal .files label {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 5px;
  height: fit-content;
}

.file-additional__text {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: var(--black);
}

.theme-modal .files .file-label {
  cursor: pointer;
  border-radius: 10px;
  padding: var(--twenty) var(--twentyFive);
  background: #d3d3d3;
  display: flex;
  width: 100%;
  height: fit-content;
  place-content: center;
  align-items: center;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: var(--1614);
  line-height: 140%;
  color: #8b8b8b;
}

.theme-modal .files .file-label:hover {
  background: var(--elementy-primary);
  color: var(--tekst-secondary-primary);
}

.form-privacy,
.form-privacy>* {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: var(--black);
}

.form-privacy>* {
  text-decoration: underline;
  text-decoration-skip-ink: none;
}

#modal-error .form-subtitle,
#modal-success .form-subtitle {
  margin-bottom: 0px !important;
}

#modal-review .form-row:first-child {
  gap: var(--twenty) !important;
}

#modal-review .files {
  margin-top: var(--twenty);
}

/* blocks start */

/* mainbanner-block start */

.mainbanner-block {
  position: relative;
  width: 100%;
  background: var(--third-hover);
  padding-top: var(--thirty);
  padding-bottom: var(--thirty);
}

.mainbanner-block__container {
  display: flex;
  flex-direction: row;
  width: 100%;
  gap: var(--thirty);
}

.mainbanner-block__container>* {
  width: 100%;
}

.mainbanner-block__content {
  height: auto;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  gap: var(--thirty);
  width: 100%;
}

.mainbanner-block__actions {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  align-self: stretch;
  background: var(--txt-main-text-primary);
  border-radius: 20px;
  padding: var(--thirtyFive) var(--fourty);
  padding-bottom: var(--fourtyFive);
  justify-content: space-between;
  gap: var(--twenty);
}

.mainbanner-block__text-holder {
  display: flex;
  flex-direction: column;
  gap: var(--twenty);
}

.mainbanner-block__title {
  max-width: 550px;
}

.mainbanner-block__title,
.mainbanner-block__title>* {
  font-family: var(--font-family);
  font-weight: 800;
  font-size: var(--h1);
  line-height: 110%;
  color: var(--txt-head-primary);
}

.mainbanner-block__title>* {
  color: var(--element-third);
}

.mainbanner-block__subtitle {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: var(--1814);
  line-height: 120%;
  color: var(--txt-secondary-text);
  max-width: 400px;
}

.mainbanner-block__advantages {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  height: auto;
  gap: var(--twenty);
}

.advantage-custom__v1 {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto;
  align-self: stretch;
  border-radius: 20px;
  background: var(--txt-main-text-primary);
  min-height: clamp(6.25rem, 5.6375rem + 3.0625vw, 9.3125rem);
}

.advantage-custom__v1-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  gap: var(--fifteen);
  justify-content: space-between;
  padding: var(--twenty);
}

.advantage-custom__v1 svg,
.advantage-custom__v1 img {
  width: var(--5040);
  height: var(--5040);
  display: flex;
  object-fit: contain;
  flex-shrink: 0;
}

.advantage-custom__v1-value {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: var(--1614);
  line-height: 130%;
  color: var(--txt-head-primary);
}

.mainbanner-block__photo {
  width: 100%;
  height: auto;
  align-self: stretch;
  overflow: hidden;
  display: flex;
  border-radius: 20px;
}

.mainbanner-block__photo img {
  width: 100%;
  height: 100%;
  display: flex;
  object-fit: cover;
}

@media(max-width:1200px) {
  .mainbanner-block__advantages {
    grid-template-columns: 1fr 1fr;
  }
}

@media(max-width:650px) {
  .mainbanner-block__container {
    flex-direction: column;
  }

  .mainbanner-block__photo img {
    aspect-ratio: 2/1;
  }

  .mainbanner-block__btn {
    width: 100%;
  }

  .mainbanner-block__title,
  .mainbanner-block__subtitle {
    max-width: 100%;
    width: 100%;
  }

  .mainbanner-block__advantages {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media(max-width:500px) {
  .mainbanner-block__advantages {
    grid-template-columns: 1fr 1fr;
  }
}

/* mainbanner-block end */

/* servicesCats-block start */

.servicesCats-block {
  position: relative;
  margin-top: var(--120);
}

.servicesCats-block__title,
.servicesCats-block__title * {
  margin-bottom: var(--thirty);
  font-family: var(--font-family);
  font-weight: 800;
  font-size: var(--h2);
  line-height: 120%;
  color: var(--txt-head-primary);
}

.servicesCats-block__title * {
  color: var(--element-third);
}

.services-cats__tabs {
  display: flex;
  flex-direction: row;
  width: 100%;
  flex-wrap: wrap;
  gap: 10px;
}

.service-cat__tab {
  display: flex;
  flex-direction: row;
  width: fit-content;
  height: auto;
  border-radius: 10px;
  cursor: pointer;
  background-color: var(--element-fourth);
}

.service-cat__tab svg {
  width: 16px;
  height: 16px;
  display: flex;
  flex-shrink: 0;
}

.service-cat__tab-name {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: var(--1814);
  line-height: 120%;
  color: var(--txt-head-primary);
}

.service-cat__tab-container {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 100%;
  align-self: stretch;
  gap: var(--twentyFive);
  align-items: center;
  padding: var(--twentyFive) var(--thirty);
}

.service-cat__tab:hover {
  background: var(--third-hover) !important;
}

@media(max-width:650px) {
  .services-cats__tabs {
    overflow-x: auto;
    flex-wrap: nowrap;
    padding-bottom: 5px;
  }

  .service-cat__tab {
    flex-shrink: 0;
  }
}

/* servicesCats-block end */

/* form-block start */

.form-block {
  width: 100%;
  position: relative;
  margin-top: var(--120);
}

.form-custom__element {
  width: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  border-radius: 15px;
  background: var(--third-hover);
}

.form-custom__element::before {
  content: '';
  background-size: contain;
  background-position: right;
  background-repeat: no-repeat;
  transition: var(--transition);
  display: flex;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg width='819' height='351' viewBox='0 0 819 351' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.6' d='M144.162 -80C224.828 -62.1187 365 16 241.138 38.5557C84.821 67.0214 66.0341 147 61.7323 175.973C50.7121 250.192 93.029 281.791 167.083 281.791C241.138 281.791 299.323 205.366 395.858 219.574C492.393 233.781 463.742 281.791 590.692 295.998C719.059 310.363 968.344 166.219 846.242 123.598C778.724 100.03 544.609 141.665 500.356 73.3236C457.37 6.93894 781.004 -45.0022 846.242 -45.0022' stroke='%23D3E7FB' stroke-width='120' /%3E%3C/svg%3E%0A");
}

.form-custom__element-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  align-self: stretch;
  padding: var(--seventy);
  padding-top: var(--sixtyFive);
}

.form-custom__element-actions {
  display: flex;
  flex-direction: column;
  gap: var(--fifty);
  width: 100%;
  max-width: 655px;
  position: relative;
  z-index: 2;
}

.form-custom__element-text__holder {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.form-custom__element-title,
.form-custom__element-title * {
  font-family: var(--font-family);
  font-weight: 800;
  font-size: var(--h2);
  line-height: 120%;
  color: var(--txt-head-primary);
}

.form-custom__element-title * {
  color: var(--element-third);
}

.form-custom__element-subtitle {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: var(--2014);
  line-height: 120%;
  color: var(--txt-secondary-text);
}

.form-block {
  .form {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 10px;
  }

  .form-row {
    display: flex;
    flex-direction: row;
    width: 100%;
    gap: 10px;
  }

  input {
    width: 100%;
  }

  .form-privacy {
    padding-left: 10px;
  }

  .form-privacy,
  .form-privacy * {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: clamp(0.75rem, 0.7125rem + 0.1875vw, 0.9375rem);
    line-height: 120%;
    color: var(--txt-secondary-text);
  }

  .form-privacy * {
    text-decoration: underline;
    text-decoration-skip-ink: none;
  }
}

@media(max-width:650px) {
  .form-custom__element::before {
    content: unset;
  }

  .form-custom__element-container {
    padding: var(--thirty);
  }

  .form-custom__element-actions {
    gap: var(--twenty);
  }

  .form-block {
    .form-row {
      flex-direction: column;
    }

    .btn {
      width: 100%;
    }
  }
}

/* form-block end */

/* about-block start */

.about-block {
  width: 100%;
  position: relative;
  margin-top: var(--120);
}

.about-block__container {
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: var(--thirty);
  justify-content: space-between;
}

.about-block__container>* {
  width: 100%;
}

.about-block__container>*:only-child {
  max-width: 100% !important;
}

.about-block__photo {
  width: 100%;
  height: auto;
  align-self: stretch;
  overflow: hidden;
  display: flex;
  border-radius: 20px;
  max-width: 780px;
}

.about-block__photo img {
  width: 100%;
  height: 100%;
  display: flex;
  object-fit: cover;
}

.about-block__content {
  width: 100%;
  max-width: 620px;
  display: flex;
  flex-direction: column;
  gap: var(--fifteen);
  justify-content: space-between;
}

.about-block__text-holder {
  display: flex;
  flex-direction: column;
  gap: var(--thirty);
}

.about-block__title {
  font-family: var(--font-family);
  font-weight: 800;
  font-size: var(--h2);
  line-height: 120%;
  color: var(--txt-head-primary);
}

.about-block__text {
  display: flex;
  flex-direction: column;
  gap: var(--twenty);
}

.about-block__text p,
.about-block__text li {
  margin-bottom: 0px;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: var(--1614);
  line-height: 130%;
  color: var(--txt-secondary-text);
}

.about-block__text ol,
.about-block__text ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.about-block__actions {
  width: 100%;
  display: flex;
  gap: var(--thirty);
  flex-direction: column;
}

.about-block__chars {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  height: auto;
  gap: var(--thirty);
}

.about-block__char {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto;
  align-self: stretch;
  border-top: 1px solid var(--bg-stroke);
  padding-top: var(--fifteen);
  gap: 5px;
}

.about-block__char-value {
  font-family: var(--font-family);
  font-weight: 800;
  font-size: clamp(1.375rem, 1.1rem + 1.375vw, 2.75rem);
  line-height: 120%;
  color: var(--element-third);
}

.about-block__char-name {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 15px;
  line-height: 120%;
  color: var(--txt-secondary-text);
  text-wrap: balance;
}

@media(max-width:1200px) {
  .about-block__chars {
    grid-template-columns: 1fr 1fr;
  }
}

@media(max-width:900px) {
  .about-block__container {
    flex-direction: column;
  }

  .about-block__container>* {
    max-width: 100% !important;
  }

  .about-block__chars {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media(max-width:650px) {
  .about-block__chars {
    grid-template-columns: 1fr;
  }

  .about-block__btn {
    width: 100%;
  }
}

/* about-block end */

/* licenses-block start */

.licenses-block {
  margin-top: var(--thirty);
  width: 100%;
  position: relative;
}

.licenses-block.no-btn .licenses-block__element-text__holder {
  height: 100%;
  justify-content: space-between;
  padding-top: 5px;
  padding-left: 10px;
  padding-bottom: var(--fifteen);
}

.licenses-block__element.no-btn .licenses-block__element-container {
  padding: var(--twentyFive);
}

.licenses-block__element {
  width: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  position: relative;
  border-radius: 15px;
  background: var(--third-hover);
}

.licenses-block__element-container {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 100%;
  align-self: stretch;
  padding: var(--twentyFive);
  gap: var(--thirty);
  justify-content: space-between;
}

.licenses-block__element-container>* {
  width: 100%;
}

.licenses-block__element-container>*:only-child {
  max-width: 100% !important;
}

.licenses-block__element-content {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto;
  align-self: stretch;
  justify-content: space-between;
  gap: var(--thirty);
  max-width: 455px;
}

.licenses-block__element-text__holder {
  display: flex;
  flex-direction: column;
  gap: var(--fifteen);
}

.licenses-block__element-title {
  font-family: var(--font-family);
  font-weight: 800;
  font-size: var(--h2);
  line-height: 120%;
  color: var(--txt-head-primary);
}

.licenses-block:has(.btn) .licenses-block__element-title {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: var(--h4);
  line-height: 120%;
  color: var(--txt-head-primary);
}

.licenses-block__element-text {
  display: flex;
  flex-direction: column;
  gap: var(--twenty);
}

.licenses-block__element-text p,
.licenses-block__element-text li {
  margin-bottom: 0px;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: var(--1614);
  line-height: 130%;
  color: var(--txt-secondary-text);
}

.licenses-block__element-text ul,
.licenses-block__element-text ol {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.licenses-block__element-gal {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  width: fit-content;
  max-width: 590px;
  height: auto;
}

.licenses-block__element-gal__item {
  height: auto;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 10px;
  aspect-ratio: 19/26;
  width: 190px;
  height: 260px;
  box-sizing: border-box;
	position:relative;
	cursor:pointer;
}

.licenses-block__element-gal__item:hover .docs-block__section-item__photo-overlay{
	opacity:1;
}

.licenses-block__element-gal__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media(max-width:1250px) {
  .licenses-block__element-container {
    flex-direction: column;
  }

  .licenses-block.no-btn .licenses-block__element-text__holder {
    padding: unset;
  }

  .licenses-block__element-gal {
    max-width: 100%;
  }

  .licenses-block__element-content {
    max-width: 100%;
  }
}

@media(max-width:800px) {
  .licenses-block__element-gal {
    max-width: 100%;
    width: 100%;
  }

  .licenses-block__element-gal__item {
    width: calc(100% - 67% - 6px);
    height: auto;
  }

  .licenses-block__element-btn {
    width: 100%;
  }
}

/* licenses-block end */

/* stocks-block start */

.stocks-block {
  width: 100%;
  position: relative;
  margin-top: var(--120);
}

.stocks-block__title {
  font-family: var(--font-family);
  font-weight: 800;
  font-size: var(--h2);
  line-height: 120%;
  color: var(--txt-head-primary);
  margin-bottom: var(--thirty);
}

.stocks-block__title * {
  font-family: var(--font-family);
  font-weight: 800;
  font-size: var(--h2);
  line-height: 120%;
  color: var(--element-third);
}

.stocks-block__holder {
  width: 100%;
  overflow-x: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: var(--thirty);
  padding-bottom: 10px;
}

.stocks-block__btn {
  margin-top: var(--thirty);
}

.stocks-block .stock-card {
  max-width: 360px;
  width: 100%;
  flex-shrink: 0;
}

.stock-card {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto;
  align-self: stretch;
  gap: var(--fifteen);
  cursor: pointer;
}

.stock-card__photo-holder {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto;
  aspect-ratio: 36/25;
  position: relative;
  overflow: hidden;
}

.tab-small__v1 {
  display: flex;
  flex-direction: row;
  width: fit-content;
  height: fit-сontent;
  align-items: center;
  text-align: center;
  place-content: center;
  border-radius: 10px;
  padding: 5px 10px 6px 10px;
  background: var(--txt-main-text-primary);
  font-family: var(--font-family);
  font-weight: 500;
  font-size: var(--1614);
  line-height: 130%;
  color: var(--txt-head-primary);
  text-wrap: balance;
}

.stock-card__tab {
  position: absolute;
  pointer-events: none;
  z-index: 1;
  bottom: 10px;
  left: 10px;
  right: 10px;
}

.stock-card__photo {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 15px;
}

.stock-card__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: flex;
}

.stock-card__text-holder {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.stock-card__title {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: var(--2016);
  line-height: 120%;
  color: var(--txt-head-primary);
  text-wrap: pretty;
}

.stock-card__desc {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: var(--1614);
  line-height: 130%;
  color: var(--txt-secondary-text);
}

.stock-card:hover .stock-card__title {
  color: var(--element-third);
}

.stock-card:hover .stock-card__desc {
  color: var(--element-third);
}

@media(max-width:650px) {
  .stocks-block__btn {
    width: 100%;
  }
}

/* stocks-block end */

/* team-block start */

.team-block {
  margin-top: var(--120);
  width: 100%;
  position: relative;
  overflow: hidden;
  background: var(--third-hover);
  padding-top: var(--120);
  padding-bottom: var(--120);
}

.team-block::before {
  content: '';
  background-size: auto;
  background-position: right top;
  background-repeat: no-repeat;
  transition: var(--transition);
  display: flex;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg width='1360' height='710' viewBox='0 0 1360 710' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.6' d='M203.866 -50C341.757 -16.7986 581.368 128.249 369.637 170.13C102.429 222.984 70.3148 371.485 62.9611 425.281C44.1232 563.089 116.46 621.76 243.048 621.76C369.637 621.76 469.099 479.858 634.117 506.237C799.134 532.617 750.156 621.76 967.165 648.139C1186.6 674.813 1612.72 407.172 1404 328.034C1288.59 284.273 888.391 361.58 812.745 234.686C739.265 111.425 1292.49 14.9826 1404 14.9826' stroke='%23D3E7FB' stroke-width='120' /%3E%3C/svg%3E");
}

.team-block__title {
  font-family: var(--font-family);
  font-weight: 800;
  font-size: var(--h2);
  line-height: 120%;
  color: var(--txt-head-primary);
  margin-bottom: var(--thirty);
}

.team-block__title * {
  font-family: var(--font-family);
  font-weight: 800;
  font-size: var(--h2);
  line-height: 120%;
  color: var(--element-third);
}

.team-block .swiper-slide {
  max-width: 360px;
  margin-right: var(--thirty);
}

.team-block .swiper-slide:last-child {
  margin-right: 0px;
}

.team-block .swiper-holder {
  overflow: visible;
}

.team-block__container {
  position: relative;
  z-index: 5;
}

.team-card {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto;
  align-self: stretch;
  gap: var(--fifteen);
  cursor: pointer;
}

.team-card .tab-small__v1 {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: clamp(0.875rem, 0.8375rem + 0.1875vw, 1.0625rem);
  line-height: 110%;
  color: var(--txt-head-primary);
  text-align: left;
}

.team-card__photo-holder {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto;
  aspect-ratio: 36/40;
  position: relative;
  overflow: hidden;
}

.team-card__photo {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 15px;
}

.team-card__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: flex;
}

.team-card__text-holder {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.team-card__title {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: var(--2016);
  line-height: 120%;
  color: var(--txt-head-primary);
}

.team-card__subtitle {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 15px;
  line-height: 120%;
  color: var(--txt-secondary-text);
}

.team-card__tabs {
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: absolute;
  pointer-events: none;
  z-index: 1;
  left: 10px;
  bottom: 10px;
  right: 10px;
}

.team-card:hover .team-card__title {
  color: var(--element-third);
}

.team-card:hover .team-card__subtitle {
  color: var(--element-third);
}

/* team-block end */

/* reviews-block start */

.reviews-block {
  margin-top: var(--120);
  width: 100%;
  position: relative;
}

.reviews-block__title {
  font-family: var(--font-family);
  font-weight: 800;
  font-size: var(--h2);
  line-height: 120%;
  color: var(--txt-head-primary);
  margin-bottom: var(--thirty);
}

.reviews-block .swiper-slide {
  max-width: 490px;
  margin-right: var(--thirty);
}

.reviews-block .swiper-slide:last-child {
  margin-right: 0px;
}

.reviews-block .swiper-holder {
  overflow: visible;
}

.review-card {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  align-self: stretch;
  border-radius: 15px;
  overflow: hidden;
  background: var(--third-hover);
}

.review-card__container {
  width: auto;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-self: stretch;
  padding: var(--thirty);
  gap: var(--twenty);
}

.review-card__head {
  display: flex;
  flex-direction: row;
  gap: var(--twenty);
  align-items: center;
}

.review-card__icon {
  width: clamp(2.5rem, 2.25rem + 1.25vw, 3.75rem);
  height: clamp(2.5rem, 2.25rem + 1.25vw, 3.75rem);
  display: flex;
  border-radius: 100px;
  overflow: hidden;
}

.review-card__icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: flex;
}

.review-card__title-holder {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.review-card__title {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: var(--h4);
  line-height: 120%;
  color: var(--txt-head-primary);
}

.review-card__date {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 15px;
  line-height: 120%;
  color: var(--txt-secondary-text);
}

.review-card__text-holder-outer {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.review-card__text-holder {
  display: flex;
  flex-direction: column;
}

.review-card__text-holder>*:nth-child(2) {
  display: none;
}

.review-card__text-prev,
.review-card__text-full {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: var(--1614);
  line-height: 130%;
  color: var(--txt-secondary-text);
}

.review-card__action {
  cursor: pointer;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: var(--1816);
  line-height: 120%;
  color: var(--txt-head-primary);
  width: fit-content;
}

.review-card__gal {
  display: flex;
  flex-direction: row;
  width: fit-content;
  gap: 10px;
  align-items: center;
  margin-top: auto;
}

.review-card__gal-item {
  max-width: 90px;
  max-height: 70px;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  display: flex;
  overflow: hidden;
}

.review-card__gal-item img {
  width: 100%;
  height: 100%;
  display: flex;
  object-fit: cover;
}

.review-card__gal-more {
  display: flex;
  flex-shrink: 0;
  padding: clamp(0.625rem, 0.525rem + 0.5vw, 1.125rem);
  border-radius: 100%;
  background: var(--txt-main-text-primary);
  align-items: center;
  place-content: center;
  cursor: pointer;
}

.review-card__gal-more-count {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: var(--2016);
  line-height: 120%;
  color: var(--element-third);
}

@media(max-width:1700px){
	.reviews-block .swiper-nav__arrows-absolute{
		position:relative;
		width:fit-content;
		gap:var(--twenty);
		margin-top:var(--twenty);
	}
	.reviews-block .swiper-nav__arrows-absolute>*{
		margin:unset !important;
	}
	.reviews-block .swiper-holder .arrow {
		    background: var(--third-hover);
	}
}

/* reviews-block end */

/* interesting-block start */

.interesting-block {
  margin-top: var(--120);
  width: 100%;
  position: relative;
}

.interesting-block__title {
  font-family: var(--font-family);
  font-weight: 800;
  font-size: var(--h2);
  line-height: 120%;
  color: var(--txt-head-primary);
  margin-bottom: var(--thirty);
}

.interesting-block__title * {
  font-family: var(--font-family);
  font-weight: 800;
  font-size: var(--h2);
  line-height: 120%;
  color: var(--element-third);
}

.interesting-block__items {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  height: auto;
  width: 100%;
  gap: var(--thirty);
}

.interesting-block__item:nth-child(6n+1) {
  grid-column: span 3;
  grid-row: auto;
}

.interesting-block__item:nth-child(6n+2) {
  grid-column: span 6;
  grid-row: auto;
}

.interesting-block__item:nth-child(6n+3) {
  grid-column: span 3;
  grid-row: auto;
}

.interesting-block__item:nth-child(6n+4) {
  grid-column: span 3;
  grid-row: auto;
}

.interesting-block__item:nth-child(6n+5) {
  grid-column: span 3;
  grid-row: auto;
}

.interesting-block__item:nth-child(6n+6) {
  grid-column: span 6;
  grid-row: auto;
}

/* Medium screens (tablets) */
@media (max-width: 1024px) {
  .interesting-block__items {
    grid-template-columns: repeat(6, 1fr);
  }

  .interesting-block__item:nth-child(6n+1),
  .interesting-block__item:nth-child(6n+2),
  .interesting-block__item:nth-child(6n+3),
  .interesting-block__item:nth-child(6n+4),
  .interesting-block__item:nth-child(6n+5),
  .interesting-block__item:nth-child(6n+6) {
    grid-column: span 3;
    grid-row: auto;
  }

  /* .interesting-block__item:nth-child(6n+2),
  .interesting-block__item:nth-child(6n+6) {
    grid-column: span 6;
  } */
}

/* Small screens (mobile) */
@media (max-width: 768px) {
  .interesting-block__items {
    grid-template-columns: 1fr;
  }

  .interesting-block__item:nth-child(6n+1),
  .interesting-block__item:nth-child(6n+2),
  .interesting-block__item:nth-child(6n+3),
  .interesting-block__item:nth-child(6n+4),
  .interesting-block__item:nth-child(6n+5),
  .interesting-block__item:nth-child(6n+6) {
    grid-column: span 1;
    grid-row: auto;
  }
}

.interesting-block__item {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto;
  align-self: stretch;
  border-radius: 15px;
  background-color: var(--element-fourth);
  min-height: clamp(5rem, 4.2rem + 4vw, 9rem);
}

.interesting-block__item .arrow {
  background: var(--txt-main-text-primary);
}

.interesting-block__item-title {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: var(--h4);
  line-height: 120%;
  color: var(--txt-head-primary);
}

.interesting-block__item-subtitle {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: var(--1614);
  line-height: 130%;
  color: var(--txt-head-primary);
}

.interesting-block__item-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  align-self: stretch;
  padding: var(--twenty);
  padding-left: var(--twentyFive);
  justify-content: space-between;
  gap: var(--twenty);
}

.interesting-block__item-action {
  display: flex;
  flex-direction: row;
  width: 100%;
  align-items: flex-end;
  gap: 10px var(--twenty);
  justify-content: space-between;
}

.interesting-block__item:hover {
  background: var(--third-hover) !important;
}

/* interesting-block end */

/* questions-block start */

.questions-block {
  margin-top: var(--120);
  width: 100%;
  position: relative;
}

.questions-block__container {
  display: flex;
  flex-direction: row;
  width: 100%;
  gap: var(--thirty);
}

.questions-block__text-holder {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 360px;
  height: auto;
  align-self: stretch;
  justify-content: space-between;
  gap: var(--thirty);
}

.questions-block__title {
  position: sticky;
  top: 200px;
}

.questions-block:has(.questions-block__actions) .questions-block__title {
  padding-bottom: 160px;
}

.questions-block__title,
.questions-block__title * {
  font-family: var(--font-family);
  font-weight: 800;
  font-size: var(--h2);
  line-height: 120%;
  color: var(--txt-head-primary);
}

.questions-block__title * {
  color: var(--element-third);
}

.questions-block__actions {
  display: flex;
  flex-direction: column;
  gap: var(--thirty);
}

.questions-block__subtitle {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: var(--1814);
  line-height: 120%;
  color: var(--txt-secondary-text);
}

.questions-block__questions {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 10px;
}

.accordion-item {
  display: flex;
  flex-direction: column;
  width: 100%;
  overflow: hidden;
}

.accordion-header {
  all: initial;
  width: 100%;
  display: flex;
  flex-direction: column;
  cursor: pointer;
  border-radius: 20px;
  background: var(--third-hover);
  border: 1px solid var(--third-hover);
  position: relative;
  z-index: 2;
}

.accordion-header__container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: auto;
  align-items: center;
  padding: var(--twenty) var(--thirty);
  padding-right: var(--twentyFive);
  gap: 10px;
}

.accordion-title {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: var(--h4);
  line-height: 120%;
  color: var(--txt-head-primary);
  max-width: 826px;
}

.accordion-action__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .3s ease-in;
  cursor: pointer;
  flex-shrink: 0;
  pointer-events: none;
}

.accordion-item .close-svg {
  display: none;
}

.accordion-content__inner {
  display: flex;
  flex-direction: column;
  width: auto;
  padding-top: var(--thirty);
  padding-bottom: var(--thirtyFive);
  padding-left: var(--thirty);
  padding-right: var(--thirty);
}

.accordion-content {
  max-height: 0px;
  overflow: hidden;
  border: 1px solid var(--third-hover);
  border-radius: 20px;
  background: var(--third-hover);
  margin-top: -30px;
  padding-top: 30px;
}

.accordion-text {
  display: flex;
  flex-direction: column;
  gap: var(--twenty);
  max-width: 940px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.accordion-text p,
.accordion-text li {
  margin-bottom: 0px;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: var(--1614);
  line-height: 130%;
  color: var(--txt-secondary-text);
}

.accordion-text ul,
.accordion-text li {
  display: flex;
  flex-direction: column;
  gap: var(--twenty);
}

.accordion-header.active {
  border: 1px solid var(--bg-stroke);
}

.accordion-header.active .close-svg {
  display: flex;
}

.accordion-header.active .open-svg {
  display: none;
}

@media(max-width:900px) {
  .questions-block__container {
    flex-direction: column;
  }

  .questions-block__text-holder {
    max-width: 100%;
  }

  .questions-block__title {
    position: relative;
    top: 0px;
    padding-bottom: 0px !important;
  }

  .questions-block__btn {
    width: 100%;
  }
}

/* questions-block end */

/* consultation-block start */

.consultation-block {
  margin-top: var(--120);
  position: relative;
  width: 100%;
}

.consultation-element {
  width: 100%;
  display: flex;
  flex-direction: column;
  border-radius: 15px;
  background: var(--third-hover);
  position: relative;
  overflow: hidden;
}

.consultation-element::before {
  content: '';
  background-size: contain;
  background-position: right top;
  background-repeat: no-repeat;
  transition: var(--transition);
  display: flex;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg width='810' height='500' viewBox='0 0 810 500' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.6' d='M152.485 -60C241.13 -36.2847 395.165 67.321 259.052 97.2357C87.2758 134.989 66.6309 241.061 61.9036 279.486C49.7935 377.921 96.2957 419.829 177.674 419.829C259.052 419.829 322.992 318.47 429.075 337.312C535.158 356.155 503.672 419.829 643.178 438.671C784.24 457.724 1058.18 266.551 924.003 210.024C849.806 178.766 592.537 233.986 543.907 143.347C496.67 55.3036 852.312 -13.5838 924.003 -13.5838' stroke='%23D3E7FB' stroke-width='120' /%3E%3C/svg%3E");
}

.consultation-element__photo {
  max-width: 630px;
  height: 100%;
  position: absolute;
  width: 100%;
  display: flex;
  right: 0;
  bottom: 0;
  z-index: 2;
  top: 0;
}

.consultation-element__photo img {
  width: 100%;
  height: 100%;
  display: flex;
  object-fit: contain;
  object-position: right bottom;
}

.consultation-element__container {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  align-self: stretch;
  padding: var(--seventy);
  padding-top: var(--sixtyFive);
  position: relative;
  z-index: 3;
}

.consultation-element__content {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 631px;
  gap: var(--fourty);
}

.consultation-element__text-holder {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.consultation-element__title {
  font-family: var(--font-family);
  font-weight: 800;
  font-size: var(--h2);
  line-height: 120%;
  color: var(--txt-head-primary);
}

.consultation-element__subtitle {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: var(--2014);
  line-height: 120%;
  color: var(--txt-secondary-text);
}

.consultation-block {
  .form {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 610px;
    gap: var(--fifteen);
  }

  .form-row {
    display: flex;
    flex-direction: row;
    width: 100%;
    gap: 10px;
  }

  .form-column {
    display: flex;
    flex-direction: column;
    gap: var(--fifteen);
    width: 100%;
  }

  .form-privacy,
  .form-privacy * {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: clamp(0.75rem, 0.7125rem + 0.1875vw, 0.9375rem);
    line-height: 120%;
    text-align: center;
    color: var(--txt-secondary-text);
  }

  .form-privacy * {
    text-decoration: underline;
    text-decoration-skip-ink: none;
  }

  input,
  select,
  .btn {
    width: 100%;
  }

  .select-holder {
    display: flex;
    position: relative;
    width: 100%;
  }

  .select-holder svg {
    display: flex;
    position: absolute;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    right: var(--thirty);
    pointer-events: none;
    z-index: 1;
  }
}

@media(max-width:1100px) {
  .consultation-element__photo {
    display: none;
  }

  .consultation-element__content {
    max-width: 100%;
  }

  .consultation-element__container {
    padding: var(--twentyFive);
  }

  .consultation-block .form {
    max-width: 100%;
  }
}

@media(max-width:650px) {
  .consultation-block .form-row {
    flex-direction: column;
  }

  .consultation-element::before {
    content: unset;
  }

}

/* consultation-block end */

/* contacts-block start */

.contacts-block {
  width: 100%;
  position: relative;
  margin-top: var(--120);
}

.contacts-block__title {
  margin-bottom: var(--thirty);
  font-family: var(--font-family);
  font-weight: 800;
  font-size: var(--h2);
  line-height: 120%;
  color: var(--txt-head-primary);
}

.contacts-block__title * {
  font-family: var(--font-family);
  font-weight: 800;
  font-size: var(--h2);
  line-height: 120%;
  color: var(--element-third);
}

.contacts-block__container {
  width: 100%;
  position: relative;
  overflow: hidden;
  min-height: 500px;
  height: 100%;
  padding: var(--fourty);
  display: flex;
  flex-direction: column;
}

.contacts-block__map {
  position: absolute;
  z-index: 1;
  transition: unset;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.contacts-block__map .map-holder {
  width: 100%;
  height: 100%;
}

.contacts-block__uniq-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  align-self: stretch;
  pointer-events: none;
  position: relative;
  gap: var(--twenty);
  z-index: 3;
}

.contacts-block__uniq-container>* {
  pointer-events: all;
}

.contacts-block__items {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 360px;
  border: 1px solid var(--bg-stroke);
  border-radius: 15px;
  background: var(--txt-main-text-primary);
}

.contacts-block__items-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  align-self: stretch;
  padding: var(--thirty);
  gap: var(--twenty);
}

.contacts-block__sub-items__holder {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.contacts-block__sub-items__holder-title {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 15px;
  line-height: 120%;
  color: var(--txt-secondary-text);
}

.contacts-block__sub-item {
  width: fit-content;
  cursor: pointer;
}

.contacts-block__sub-item__phone {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: var(--2016);
  line-height: 120%;
  color: var(--element-third);
}

.contacts-block__sub-item__addr,
.contacts-block__sub-item__addr * {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: var(--2016);
  line-height: 120%;
  color: var(--txt-head-primary);
  margin-bottom: 0px;
}

.contacts-block__socials {
  display: flex;
  flex-direction: row;
  width: fit-content;
  flex-wrap: wrap;
  gap: 10px var(--twenty);
  margin-top: clamp(0rem, -0.125rem + 0.625vw, 0.625rem);
}

.soc-btn {
  padding: clamp(0.75rem, 0.675rem + 0.375vw, 1.125rem) 10px;
  display: flex;
  align-items: center;
  place-content: center;
  cursor: pointer;
  border: 1px solid var(--bg-stroke);
  border-radius: 10px;
  background: var(--third-hover);
  max-width: 60px;
  max-height: 60px;
}

.soc-btn svg,
.soc-btn img {
  width: 100%;
  height: 100%;
  display: flex;
  object-fit: contain;
}

.soc-btn:hover {
  background: var(--element-second);
  border-color: var(--element-second);
}

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

@media(max-width:900px) {
  .contacts-block__map {
    position: relative;
    height: 500px;
    max-height: 100vw;
    margin-left: calc(-100vw / 2 + 100% / 2);
    margin-right: calc(-100vw / 2 + 100% / 2);
    max-width: 1920px;
    width: 100vw !important;
  }

  .contacts-block__container {
    min-height: unset;
    padding: 0 12px;
    gap: var(--twenty);
    flex-direction: column-reverse;
  }

  .contacts-block__items {
    max-width: 100%;
  }

  .contacts-block__uniq-container {
    padding: 0 0;
  }
}

/* contacts-block end */

/* secBanner-block start */

.secBanner-element {
  width: 100%;
  display: flex;
  flex-direction: column;
  border-radius: 15px;
  background: var(--third-hover);
  position: relative;
  overflow: hidden;
  min-height: clamp(6.25rem, 3.125rem + 15.625vw, 21.875rem);
}

.secBanner-element::before {
  content: '';
  background-size: contain;
  background-position: right top;
  background-repeat: no-repeat;
  transition: var(--transition);
  display: flex;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg width='819' height='350' viewBox='0 0 819 350' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.6' d='M144.162 -80C224.828 -62.1187 365 16 241.138 38.5557C84.821 67.0214 66.0341 147 61.7323 175.973C50.7121 250.192 93.029 281.791 167.083 281.791C241.138 281.791 299.323 205.366 395.858 219.574C492.393 233.781 463.742 281.791 590.692 295.998C719.059 310.363 968.344 166.219 846.242 123.598C778.724 100.03 544.609 141.665 500.356 73.3236C457.37 6.93894 781.004 -45.0022 846.242 -45.0022' stroke='%23D3E7FB' stroke-width='120' /%3E%3C/svg%3E");
}

.secBanner-element__container {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  align-self: stretch;
  padding: var(--sixty);
  padding-top: var(--fiftyFive);
  position: relative;
  z-index: 3;
}

.secBanner-element__photo {
  max-width: 525px;
  height: 100%;
  position: absolute;
  width: 100%;
  display: flex;
  right: 0;
  bottom: 0;
  z-index: 2;
  top: 0;
}

.secBanner-element__photo img {
  width: 100%;
  height: 100%;
  display: flex;
  object-fit: contain;
  object-position: right bottom;
}

.secBanner-element__text-holder {
  /* max-width: 590px; */
  max-width: 1000px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: var(--twenty);
}

.secBanner-element__title,
.secBanner-element__title * {
  font-family: var(--font-family);
  font-weight: 800;
  font-size: var(--h1);
  line-height: 110%;
  color: var(--txt-head-primary);
}

.secBanner-element__title * {
  color: var(--element-third);
}

.secBanner-element__subtitle {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: var(--1814);
  line-height: 120%;
  color: var(--txt-secondary-text);
}

@media(max-width:1000px) {
  .secBanner-element__photo {
    display: none;
  }

  .secBanner-element {
    min-height: unset;
  }

  .secBanner-element__text-holder {
    max-width: 100%;
  }
}

@media(max-width:650px) {
  .secBanner-element::before {
    content: unset;
  }
}

/* secBanner-block end */

/* seo-block start */

.seo-block {
  width: 100%;
  position: relative;
  margin-top: var(--120);
}

.seo-element {
  display: flex;
  flex-direction: row;
  width: 100%;
  gap: var(--thirty);
}

.seo-element>* {
  width: 100%;
}

.seo-text__holder {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: var(--twenty);
}

.seo-title {
  font-family: var(--font-family);
  font-weight: 800;
  font-size: var(--h2);
  line-height: 120%;
  color: var(--txt-head-primary);
}

.seo-text {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-height: 421px;
  overflow-x: auto;
  padding-right: var(--thirty);
}

.seo-text p,
.seo-text li {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: var(--1614);
  line-height: 130%;
  color: var(--txt-secondary-text);
  margin-bottom: 0px;
}

.seo-text ol,
.seo-text ul {
  display: flex;
  flex-direction: column;
}

.seo-text ol li {
  list-style: none;
  display: flex;
  padding-left: 5px;
  flex-direction: row;
  gap: 5px;
}

.seo-text ul li {
  list-style: none;
  display: flex;
  padding-left: 5px;
  flex-direction: row;
  gap: 5px;
}

.seo-text ul li::before {
  content: '';
  display: block;
  width: 4px;
  height: 4px;
  margin-top: 8px;
  border-radius: 100%;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: var(--1614);
  line-height: 130%;
  background: var(--txt-secondary-text);
  flex-shrink: 0;
}

.seo-text ol {
  counter-reset: li;
}

.seo-text ol li::before {
  counter-increment: li;
  content: counter(li) ".";
  font-family: var(--font-family);
  font-weight: 500;
  font-size: var(--1614);
  line-height: 130%;
  color: var(--txt-secondary-text);
  flex-shrink: 0;
}

.seo-photo {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto;
  overflow: hidden;
  border-radius: 15px;
}

.seo-photo img {
  width: 100%;
  height: 100%;
  display: flex;
  object-fit: cover;
  aspect-ratio: 75 / 50;
}

@media(max-width:900px) {
  .seo-element {
    flex-direction: column;
  }

  .seo-photo img {
    aspect-ratio: 2/1;
  }

}

/* seo-block end */

/* serviceBanner-block start */

.serviceBanner-block {
  position: relative;
  width: 100%;
}

.serviceBanner-element {
  display: flex;
  flex-direction: row;
  width: 100%;
  gap: var(--thirty);
}

.serviceBanner-element>*:only-child {
  max-width: 100% !important;
}

.serviceBanner-element__content {
  width: 100%;
  height: auto;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  max-width: 880px;
  background: var(--third-hover);
  border-radius: 15px;
}

.serviceBanner-element__content-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  align-self: stretch;
  padding: var(--fourty);
  padding-top: var(--thirtyFive);
  gap: var(--twenty);
  justify-content: space-between;
}

.serviceBanner-element__photo {
  max-width: 620px;
  width: 100%;
  display: flex;
  border-radius: 15px;
  height: auto;
  align-self: stretch;
  overflow: hidden;
}

.serviceBanner-element__photo img {
  width: 100%;
  height: 100%;
  display: flex;
  object-fit: cover;
}

.serviceBanner-element__title {
  font-family: var(--font-family);
  font-weight: 800;
  font-size: var(--h3);
  line-height: 120%;
  color: var(--txt-head-primary);
  max-width: 558px;
}

.serviceBanner-element__text-holder {
  display: flex;
  flex-direction: column;
  max-width: 620px;
  gap: var(--thirty);
}

.serviceBanner-element__text {
  display: flex;
  flex-direction: column;
  gap: var(--fifteen);
}

.serviceBanner-element__text ul,
.serviceBanner-element__text ol {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.serviceBanner-element__text p,
.serviceBanner-element__text li {
  margin-bottom: 0px;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: var(--1614);
  line-height: 130%;
  color: var(--txt-secondary-text);
}

.serviceBanner-element__actions {
  width: fit-content;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: var(--twenty);
}

.serviceBanner-element__actions-phone {
  display: flex;
  flex-direction: column;
  width: fit-content;
  gap: 2px;
}

.serviceBanner-element__actions-phone__name {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 15px;
  line-height: 120%;
  color: var(--txt-secondary-text);
}

.serviceBanner-element__actions-phone__value {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: var(--1816);
  line-height: 120%;
  color: var(--element-third);
}

@media(max-width:1100px) {
  .serviceBanner-element {
    flex-direction: column;
  }

  .serviceBanner-element>* {
    max-width: 100% !important;
  }

  .serviceBanner-element__title {
    max-width: 100%;
  }

  .serviceBanner-element__text-holder {
    max-width: 100%;
  }

  .serviceBanner-element__photo img {
    aspect-ratio: 1.5/1;
  }
}

@media(max-width:650px) {
  .serviceBanner-element__actions {
    width: 100%;
  }

  .serviceBanner-element__actions .btn {
    width: 100%;
  }
}

/* serviceBanner-block end */

/* prices-block start */

.prices-block {
  margin-top: var(--120);
  position: relative;
  width: 100%;
  background: var(--third-hover);
  padding-top: clamp(1.125rem, -0.025rem + 5.75vw, 6.875rem);
  padding-bottom: clamp(1.125rem, -0.025rem + 5.75vw, 6.875rem);
}

.prices-block::before {
  content: '';
  background-size: cover;
  /* background-position: right top; */
  background-repeat: no-repeat;
  transition: var(--transition);
  display: flex;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg width='1920' height='790' viewBox='0 0 1920 790' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.5' d='M171.533 581.294C507.646 653.711 633.739 358.305 659.669 177.441C575.294 974.821 1387.47 1080.23 1623.24 1060.98C1921.44 1036.64 2049.94 56.6707 1746.12 -49.3025C1503.05 -134.081 1555.43 410.164 1555.43 410.164C1555.43 410.164 1381.6 62.662 1233.24 20.3477C1114.56 -13.5038 987.235 117.084 938.408 186.609C987.235 102.355 1038.36 -94.2382 852.243 -206.577C666.125 -318.916 428.804 -288.14 275.68 -118.953C93.2343 82.6334 -183.02 504.903 171.533 581.294Z' fill='%23D3E7FB' /%3E%3C/svg%3E");
}

.prices-block__container {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: row;
  width: 100%;
  gap: var(--thirty);
}

.prices-block__content {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 360px;
  height: auto;
  align-self: stretch;
  justify-content: space-between;
  gap: var(--thirty);
}

.prices-block__title,
.prices-block__title * {
  font-family: var(--font-family);
  font-weight: 800;
  font-size: var(--h2);
  line-height: 120%;
  color: var(--txt-head-primary);
}

.prices-block__title {
  position: sticky;
  top: 200px;
}

.prices-block__title * {
  color: var(--element-third);
}

.prices-block__actions {
  display: flex;
  flex-direction: column;
  gap: var(--thirty);
}

.prices-block__subtitle {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: var(--1814);
  line-height: 120%;
  color: var(--txt-secondary-text);
}

.prices-block:has(.prices-block__actions) .prices-block__title {
  padding-bottom: 180px;
}

.price-block__table {
  overflow-x: auto;
}

.prices-block table {
  width: 100%;
  border-collapse: collapse;
  background: var(--txt-main-text-primary);
  border-radius: 10px;
  overflow: hidden;
}

.prices-block thead {
  background: var(--third-hover);
  color: var(--txt-head-primary);
  border-radius: 15px 15px 0 0;
}

.prices-block th {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: var(--1816);
  line-height: 120%;
  color: var(--txt-head-primary);
  padding: var(--twenty) var(--thirty);
  text-align: left;
}

.prices-block td {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: clamp(0.9375rem, 0.9125rem + 0.125vw, 1.0625rem);
  line-height: 110%;
  color: var(--txt-secondary-text);
  padding: var(--twenty) var(--thirty);
  text-align: left;
}

.prices-block tr {
  border-bottom: 1px solid var(--bg-stroke);
  border-left: 1px solid var(--bg-stroke);
  border-right: 1px solid var(--bg-stroke);
}

.prices-block tr:last-child {
  border-radius: 0 0 15px 15px;
}


.prices-block th:last-child,
.prices-block td:last-child {
  text-align: right;
}

.prices-block td:last-child {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: clamp(0.9375rem, 0.9125rem + 0.125vw, 1.0625rem);
  line-height: 110%;
  text-align: right;
  color: var(--txt-head-primary);
}

@media(max-width:1300px) {
  .prices-block__container {
    flex-direction: column;
  }

  .prices-block__title {
    position: relative;
    top: 0px;
    padding-bottom: 0px !important;
  }

  .prices-block__content {
    max-width: 100%;
  }

  .price-block__table {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  }
}

@media(max-width:650px) {
  .prices-block__btn {
    width: 100%;
  }
}

/* prices-block end */

/* teamBanner-block start */

.teamBanner-block {
  position: relative;
  width: 100%;
}

.teamBanner-block__container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  height: auto;
  gap: var(--thirty);
}

.teamBanner-block__photo {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto;
  align-self: stretch;
  overflow: hidden;
  border-radius: 15px;
	aspect-ratio:49/50;
}

.teamBanner-block__photo img {
  width: 100%;
  height: 100%;
  display: flex;
  object-fit: cover;
}

.teamBanner-block__specs {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto;
  background: var(--third-hover);
  border-radius: 15px;
}

.teamBanner-block__specs-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: var(--twenty);
  padding: var(--thirty);
  padding-top: var(--twentyFive);
  height: 100%;
  width: 100%;
  align-self: stretch;
}

.teamBanner-block__specs-title__holder {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.teamBanner-block__specs-title {
  font-family: var(--font-family);
  font-weight: 800;
  font-size: var(--h3);
  line-height: 120%;
  color: var(--txt-head-primary);
}

.teamBanner-block__specs-subtitle {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: var(--1614);
  line-height: 130%;
  color: var(--txt-secondary-text);
}

.teamBanner-block__specs-text__holder {
  display: flex;
  flex-direction: column;
  gap: var(--fifteen);
}

.teamBanner-block__specs-text__title {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: var(--1614);
  line-height: 130%;
  color: var(--txt-secondary-text);
}

.teamBanner-block__specs-text {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-height: 260px;
  overflow-x: auto;
  padding-right: var(--twenty);
}

.teamBanner-block__specs-text p,
.teamBanner-block__specs-text li {
  margin-bottom: 0px;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: var(--1614);
  line-height: 130%;
  color: var(--txt-head-primary);
}

.teamBanner-block__specs-text ol,
.teamBanner-block__specs-text ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.teamBanner-block__specs-text ul li {
  list-style: none;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 12px;
  position: relative;
}

.teamBanner-block__specs-text ul li::before {
  content: '';
  display: block;
  margin-top: 7px;
  width: 7px;
  height: 7px;
  border-radius: 100%;
  background: var(--element-third);
  flex-shrink: 0;
}

.teamBanner-block__additional {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto;
  background: var(--third-hover);
  border-radius: 15px;
}

.teamBanner-block__additional-container {
  display: flex;
  flex-direction: column;
  gap: var(--thirty);
  padding: var(--thirty);
  padding-top: var(--twentyFive);
  height: 100%;
  width: 100%;
  align-self: stretch;
}

.teamBanner-block__additional-info {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 8px;
}

.teamBanner-block__additional-info__title {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: var(--1614);
  line-height: 130%;
  color: var(--txt-secondary-text);
}

.teamBanner-block__additional-info__chars {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 10px;
}

.teamBanner-block__additional-info__char {
  width: 100%;
  justify-content: space-between;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 3px;
}

.teamBanner-block__additional-info__char-dep {
  width: auto;
  height: 1px;
  flex-grow: 1;
  border-bottom: 1px dashed var(--element-fourth);
  margin-top: auto;
  min-width: 23px;
  margin-bottom: 4px;
}

.teamBanner-block__additional-info__char-name {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: var(--1614);
  line-height: 130%;
  color: var(--txt-head-primary);
}

.teamBanner-block__additional-info__char-value {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: var(--1614);
  line-height: 130%;
  color: var(--txt-head-primary);
  flex-shrink: 0;
}

.teamBanner-block__additional-edu {
  display: flex;
  flex-direction: column;
  gap: var(--fifteen);
}

.teamBanner-block__additional-edu__title {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: var(--1614);
  line-height: 130%;
  color: var(--txt-secondary-text);
}

.teamBanner-block__additional-edu__text {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-height: 157px;
  overflow-x: auto;
  padding-right: var(--twenty);
}

.teamBanner-block__additional-edu__text p,
.teamBanner-block__additional-edu__text li {
  margin-bottom: 0px;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: var(--1614);
  line-height: 130%;
  color: var(--txt-head-primary);
}

.teamBanner-block__additional-edu__text ol,
.teamBanner-block__additional-edu__text ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.teamBanner-block__additional-edu__text ul li {
  list-style: none;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 12px;
  position: relative;
}

.teamBanner-block__additional-edu__text ul li::before {
  content: '';
  display: block;
  margin-top: 7px;
  width: 7px;
  height: 7px;
  border-radius: 100%;
  background: var(--element-third);
  flex-shrink: 0;
}

.teamBanner-block__additional-actions {
  width: fit-content;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: var(--twenty);
  margin-top: auto;
}

.teamBanner-block__additional-phone {
  display: flex;
  flex-direction: column;
  width: fit-content;
  gap: 2px;
}

.teamBanner-block__additional-phone__name {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 15px;
  line-height: 120%;
  color: var(--txt-secondary-text);
}

.teamBanner-block__additional-phone__value {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: var(--1816);
  line-height: 120%;
  color: var(--element-third);
}

@media(max-width:1300px) {
  .teamBanner-block__container {
    grid-template-columns: 1fr 1fr;
  }

  .teamBanner-block__additional {
    grid-column: span 2;
  }
}

@media(max-width:650px) {
  .teamBanner-block__container {
    grid-template-columns: 1fr;
  }

  .teamBanner-block__additional {
    grid-column: unset;
  }

  .teamBanner-block__btn {
    width: 100%;
  }

  .teamBanner-block__additional-actions {
    width: 100%;
  }
}

/* teamBanner-block end */

/* history-block start */

.history-block {
  position: relative;
  width: 100%;
  margin-top: var(--120);
}

.history-block__title,
.history-block__title * {
  font-family: var(--font-family);
  font-weight: 800;
  font-size: var(--h2);
  line-height: 120%;
  color: var(--txt-head-primary);
}

.history-block__title {
  margin-bottom: var(--thirty);
}

.history-block__title * {
  color: var(--element-third);
}

.history-block__histories {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: var(--thirty);
}

.history-element {
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: var(--thirty);
}

.history-element>* {
  width: 100%;
}

.history-element>*:only-child {
  max-width: 100% !important;
}

.history-element__photo {
  width: 100%;
  height: auto;
  align-self: stretch;
  overflow: hidden;
  display: flex;
  border-radius: 15px;
  max-width: 620px;
}

.history-element__photo img {
  width: 100%;
  height: 100%;
  display: flex;
  object-fit: cover;
}

.history-element__content {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto;
  align-self: stretch;
  border-radius: 15px;
  background: var(--third-hover);
}

.history-element__content-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  justify-content: space-between;
  align-self: stretch;
  padding: var(--fourty);
  padding-top: var(--thirtyFive);
  gap: var(--fifty);
}

.history-element__title-holder {
  display: flex;
  flex-direction: column;
  max-width: 580px;
  gap: var(--fifteen);
  text-wrap: pretty;
}

.history-element__title {
  font-family: var(--font-family);
  font-weight: 800;
  font-size: var(--h3);
  line-height: 120%;
  color: var(--txt-head-primary);
}

.history-element__subtitle {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: var(--1614);
  line-height: 130%;
  color: var(--txt-secondary-text);
}

.history-element__actions-holder {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: var(--thirty);
  align-items: flex-start;
}

.history-element-chars {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 10px;
}


.history-element__char {
  display: flex;
  flex-direction: row;
  width: fit-content;
  align-items: center;
  gap: 5px;
  flex-wrap: wrap;
}

.history-element__char-name {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: var(--1614);
  line-height: 130%;
  color: var(--txt-secondary-text);
}

.history-element__char-value {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: var(--1614);
  line-height: 130%;
  color: var(--txt-head-primary);
}

.history-element__actions {
  width: fit-content;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: var(--twenty);
  margin-top: auto;
}

.history-element__phone {
  display: flex;
  flex-direction: column;
  width: fit-content;
  gap: 2px;
}

.history-element__phone-name {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 15px;
  line-height: 120%;
  color: var(--txt-secondary-text);
}

.history-element__phone-value {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: var(--1816);
  line-height: 120%;
  color: var(--element-third);
}

.history-element:nth-child(even) {
  flex-direction: row-reverse;
}

@media(max-width:900px) {
  .history-element {
    flex-direction: column !important;
  }

  .history-element__photo {
    aspect-ratio: 2/1;
    max-width: 100%;
  }
}

@media(max-width:650px) {
  .history-element__btn {
    width: 100%;
  }

  .history-element__actions {
    width: 100%;
  }
}

/* history-block end */

/* reviewsForm-block start */

.reviewsForm-block {
  width: 100%;
  position: relative;
}

.reviewsForm-block__container {
  display: flex;
  flex-direction: row;
  width: 100%;
  gap: var(--thirty);
}

.reviewsForm-block__container>* {
  width: 100%;
}

.reviewsForm-block__widget {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto;
  border: 1px solid var(--bg-stroke);
  border-radius: 15px;
  height: 570px;
  max-width: 750px;
}

.reviewsForm-block__widget>* {
  width: 100% !important;
  height: 100% !important;
  align-self: stretch;
  display: flex;
  flex-direction: column;
}

.reviewsForm-block__widget iframe {
  width: 100%;
  height: 100%;
}

.reviewsForm-block__form-element {
  width: 100%;
  height: auto;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  border-radius: 15px;
  background: var(--third-hover);
  overflow: hidden;
}

.reviewsForm-block__form-element__container {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  align-self: stretch;
  justify-content: space-between;
  gap: var(--thirty);
  padding: var(--fourty);
}

.reviewsForm-block__form-element__title-holder {
  display: flex;
  flex-direction: column;
  gap: var(--twenty);
}

.reviewsForm-block__form-element__title {
  font-family: var(--font-family);
  font-weight: 800;
  font-size: var(--h2);
  line-height: 120%;
  color: var(--txt-head-primary);
}

.reviewsForm-block__form-element__subtitle {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: var(--2014);
  line-height: 120%;
  color: var(--txt-secondary-text);
}

.reviewsForm-block {
  .form {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: var(--fifteen);
  }

  .form-row {
    display: flex;
    flex-direction: row;
    width: 100%;
    gap: 10px;
  }

  .form-column {
    display: flex;
    flex-direction: column;
    gap: var(--fifteen);
    width: 100%;
  }

  .form-privacy,
  .form-privacy * {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: clamp(0.75rem, 0.7125rem + 0.1875vw, 0.9375rem);
    line-height: 120%;
    text-align: center;
    color: var(--txt-secondary-text);
  }

  .form-privacy * {
    text-decoration: underline;
    text-decoration-skip-ink: none;
  }

  input,
  select,
  .btn {
    width: 100%;
  }

  .select-holder {
    display: flex;
    position: relative;
    width: 100%;
  }

  .select-holder svg {
    display: flex;
    position: absolute;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    right: var(--thirty);
    pointer-events: none;
    z-index: 1;
  }
}

@media(max-width:1100px) {
  .reviewsForm-block__container {
    flex-direction: column-reverse;
    align-items: center;
  }
	
}

@media(max-width:650px){
	.reviewsForm-block .form-row{
		flex-direction:column;
	}
}

/* reviewsForm-block end */

/* docs-block start */

.docs-block {
  width: 100%;
  position: relative;
}

.docs-block__items {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: var(--120);
}

.docs-block__section {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: var(--thirty);
}

.docs-block__section-title {
  font-family: var(--font-family);
  font-weight: 800;
  font-size: var(--h2);
  line-height: 110%;
  color: var(--txt-head-primary);
}

.docs-block__section-items {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  height: auto;
  gap: var(--thirty);
}

.docs-block__section-item {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto;
  align-self: stretch;
  gap: 10px;
  align-items: center;
  text-align: center;
  cursor: pointer;
}

.docs-block__section-item__photo {
  height: auto;
  width: 100%;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  overflow: hidden;
  aspect-ratio: 28/39;
  position: relative;
}

.docs-block__section-item__photo img {
  width: 100%;
  height: 100%;
  display: flex;
  object-fit: cover;
}

.docs-block__section-item__name {
  font-family: var(--font-family);
  font-weight: 800;
  font-size: var(--1614);
  line-height: 120%;
  text-align: center;
  color: var(--txt-head-primary);
}

.docs-block__section-item__photo-overlay {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
  background: var(--element-second);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  place-content: center;
}

.docs-block__section-item__photo-overlay__icon {
  width: clamp(1.875rem, 1.625rem + 1.25vw, 3.125rem);
  height: clamp(1.875rem, 1.625rem + 1.25vw, 3.125rem);
  display: flex;
  margin: auto auto;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: var(--element-third);
}

.docs-block__section-item__photo-overlay__icon svg {
  display: flex;
  width: clamp(0.75rem, 0.65rem + 0.5vw, 1.25rem);
  height: clamp(0.75rem, 0.65rem + 0.5vw, 1.25rem);
}

.docs-block__section-item:hover .docs-block__section-item__photo-overlay {
  opacity: 1;
}

@media(max-width:650px) {
  .docs-block__section-items {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .docs-block__section-item__photo-overlay {
    opacity: 1;
  }
}

/* docs-block end */

/* reqs-block start */

.reqs-block {
  width: 100%;
  position: relative;
  margin-top: var(--120);
}

.reqs-block__title,
.reqs-block__title * {
  font-family: var(--font-family);
  font-weight: 800;
  font-size: var(--h2);
  line-height: 120%;
  color: var(--txt-head-primary);
}

.reqs-block__title {
  margin-bottom: var(--thirty);
}

.reqs-block__title * {
  color: var(--element-third);
}

.reqs-block__table {
  overflow-x: auto;
}

.reqs-block table {
  width: 100%;
  border-collapse: collapse;
  background: var(--txt-main-text-primary);
  overflow: hidden;
}

.reqs-block thead {
  background: var(--third-hover);
  color: var(--txt-head-primary);
}

.reqs-block th {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: var(--1816);
  line-height: 120%;
  color: var(--txt-head-primary);
  padding: var(--twenty) var(--thirty);
  text-align: left;
}

.reqs-block td {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: clamp(0.9375rem, 0.9125rem + 0.125vw, 1.0625rem);
  line-height: 110%;
  color: var(--txt-secondary-text);
  padding: var(--twenty) var(--thirty);
  text-align: left;
}

.reqs-block tr {
  border-bottom: 1px solid var(--bg-stroke);
  border-left: 1px solid var(--bg-stroke);
  border-right: 1px solid var(--bg-stroke);
}

.reqs-block td:last-child {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: clamp(0.9375rem, 0.9125rem + 0.125vw, 1.0625rem);
  line-height: 110%;
  color: var(--txt-head-primary);
}

.reqs-block th:first-child,
.reqs-block td:first-child {
  min-width: clamp(6.25rem, 3.15rem + 15.5vw, 21.75rem);
}

/* reqs-block end */

/* blocks end */

.service-cat__card {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto;
  align-self: stretch;
  gap: var(--fifteen);
}

.service-cat__card-photo {
  display: flex;
  overflow: hidden;
  width: 100%;
  height: auto;
  border-radius: 15px;
  position: relative;
}

.service-cat__card-photo img {
  width: 100%;
  height: 100%;
  display: flex;
  object-fit: cover;
  aspect-ratio: 36/25;
}

.service-cat__card-tab {
  position: absolute;
  z-index: 1;
  pointer-events: none;
  left: clamp(0.3125rem, 0.25rem + 0.3125vw, 0.625rem);
  bottom: clamp(0.3125rem, 0.25rem + 0.3125vw, 0.625rem);
  right: clamp(0.3125rem, 0.25rem + 0.3125vw, 0.625rem);
  font-family: var(--font-family);
  font-weight: 600;
  font-size: clamp(0.75rem, 0.6875rem + 0.3125vw, 1.0625rem);
  line-height: 110%;
  color: var(--txt-head-primary);
}

.service-cat__card-name {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: var(--2014);
  line-height: 120%;
  color: var(--txt-head-primary);
  overflow-wrap: anywhere;
  min-height: clamp(0rem, -0.55rem + 2.75vw, 2.75rem);
}

.service-cat__card:hover .service-cat__card-name {
  color: var(--element-third);
}

.archive-holder__services {
  gap: var(--thirty);
}

.show-more-button {
  margin-top: var(--thirty);
  margin-left: auto;
  margin-right: auto;
}

@media(max-width:650px) {
  .show-more-button {
    width: 100%;
  }
}

.archive-tabs {
  margin-bottom: var(--fourty);
  display: flex;
  flex-direction: row;
  width: 100%;
  flex-wrap: wrap;
  gap: 10px;
}

@media(max-width:650px) {
  .archive-tabs {
    overflow-x: auto;
    flex-wrap: nowrap;
    padding-bottom: 5px;
  }

  .archive-cat__tab {
    flex-shrink: 0;
  }
}