html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: .67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace,monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: 700;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

@font-face {
  font-family: Manrope;
  src: url(../fonts/Manrope-Regular.ttf),url(../fonts/Manrope-Regular.woff2);
  font-style: normal;
  font-display: swap;
  font-weight: 400;
}

@font-face {
  font-family: Manrope;
  src: url(../fonts/Manrope-Medium.ttf),url(../fonts/Manrope-Medium.woff2);
  font-style: normal;
  font-display: swap;
  font-weight: 500;
}

@font-face {
  font-family: Manrope;
  src: url(../fonts/Manrope-Bold.ttf),url(../fonts/Manrope-Bold.woff2);
  font-style: normal;
  font-display: swap;
  font-weight: 600;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

::-webkit-scrollbar {
  background: var(--background);
  width: 3px;
}

::-webkit-scrollbar-thumb {
  background: hsla(0,0%,100%,.96);
  border-radius: 2px;
}

body {
  font-family: var(--font-family);
  -webkit-tap-highlight-color: rgba(255,255,255,0);
  font-weight: 500;
  background: var(--background);
  color: var(--white);
  font-size: 20px;
  position: relative;
}

body.not-scroll {
  overflow: hidden;
}

body:before {
  background: url(../../dist/images/decore/Ellipse-35.png) no-repeat 0 100%/contain;
  bottom: 0;
  right: 0;
  width: 600px;
  height: 600px;
  content: "";
  position: absolute;
  opacity: .65;
  z-index: -1;
}

body:after {
  content: "";
  background-color: var(--background);
  z-index: 999;
  position: fixed;
  inset: 0;
  background-image: url(../../dist/images/preloader.gif);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 200px;
  -webkit-transition: 1.8s ease-out;
  -o-transition: 1.8s ease-out;
  transition: 1.8s ease-out;
}

body.loaded:after {
  opacity: 0;
  pointer-events: none;
  background-color: var(--white);
}

.section-top {
  padding-top: 136px;
}

ul, ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.service-page_main ol {
  list-style-type: initial;
  margin: revert;
  padding: revert;
}

.service-page_main ul {
  list-style-type: circle;
  margin: revert;
  padding: revert;
}



a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: .31s ease-out;
  -o-transition: .31s ease-out;
  transition: .31s ease-out;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

p {
  opacity: .8;
}

.s-contact_form .title-section {
  margin-top: -65px; 
}

.title-section {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 94px;
  line-height: 112%;
  text-transform: uppercase;
}

.title-section .current {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 8px;
}

.title-section .gray {
  opacity: .4;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.title-section .gray:hover {
  opacity: 1;
}

.title-sub-section {
  font-size: 74px;
  font-family: var(--second-family);
  line-height: 112%;
  text-transform: uppercase;
  text-align: center;
  font-weight: 400;
}

.mt-0 {
  margin-top: 0;
}

.contacts-phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 84px;
  height: 84px;
  border-radius: 50%;
  border: 1px solid #fff;
}

.contacts-phone img {
  display: block;
  width: 38px;
  height: auto;
  margin: 0 auto;
  will-change: transform;
}

.contacts-phone--fixed {
  position: fixed;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 0;
  height: 100%;
  z-index: 9;
  pointer-events: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contacts-phone--fixed .contacts-phone {
  margin: 1px;
  margin-bottom: 50px;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  background: rgba(51,61,80,.42);
  pointer-events: auto;
  margin-top: auto;
  margin-left: auto;
  position: relative;
}

.contacts-phone--fixed .contacts-phone:after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  border: 1px solid rgba(51,61,80,.15);
  -webkit-transition: 0;
  -o-transition: 0;
  transition: 0;
  -webkit-box-shadow: 0 0 0 1px var(--white);
  box-shadow: 0 0 0 1px var(--white);
  pointer-events: none;
}

@-webkit-keyframes tell {
  0%, to {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  21% {
    -webkit-transform: rotate(12deg);
    transform: rotate(12deg);
  }

  50% {
    -webkit-transform: rotate(-9deg);
    transform: rotate(-9deg);
  }
}

@keyframes tell {
  0%, to {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  21% {
    -webkit-transform: rotate(12deg);
    transform: rotate(12deg);
  }

  50% {
    -webkit-transform: rotate(-9deg);
    transform: rotate(-9deg);
  }
}

@-webkit-keyframes pulseCall {
  0% {
    opacity: 1;
  }

  23% {
    opacity: .02;
    border-color: #333d50;
  }

  to {
    -webkit-transform: scale(3.6);
    transform: scale(3.6);
    opacity: 0;
    border-color: #333d50;
  }
}

@keyframes pulseCall {
  0% {
    opacity: 1;
  }

  23% {
    opacity: .02;
    border-color: #333d50;
  }

  to {
    -webkit-transform: scale(3.6);
    transform: scale(3.6);
    opacity: 0;
    border-color: #333d50;
  }
}

.animatedText {
  -webkit-transition: color .1s;
  -o-transition: color .1s;
  transition: color .1s;
  will-change: color;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.animatedText .char {
  display: inline-block;
  opacity: .5;
  -webkit-transition: opacity .2s ease;
  -o-transition: opacity .2s ease;
  transition: opacity .2s ease;
}

.animatedText .letter {
  display: inline-block;
  white-space: inherit;
  will-change: opacity;
}

.animatedText .para-word {
  -webkit-transition: .1s;
  -o-transition: .1s;
  transition: .1s;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.contact-us .viewbox {
  overflow: hidden;
}

.contact-us .viewbox .inner {
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  will-change: transform;
}

.contact-us .viewbox.in-view .inner {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: -webkit-transform .8s ease-in;
  transition: -webkit-transform .8s ease-in;
  -o-transition: transform .8s ease-in;
  transition: transform .8s ease-in;
  transition: transform .8s ease-in, -webkit-transform .8s ease-in;
}

.contact-us .form-wrap {
  opacity: 0;
  -webkit-transform: translateY(-14px);
  -ms-transform: translateY(-14px);
  transform: translateY(-14px);
  -webkit-transition: 1s ease-out;
  -o-transition: 1s ease-out;
  transition: 1s ease-out;
}

.contact-us .contact-us_form {
  background: transparent;
  -webkit-transition: background 1s ease-out;
  -o-transition: background 1s ease-out;
  transition: background 1s ease-out;
}

body.loaded .contact-us .form-wrap {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

body.loaded .contact-us .contact-us_form {
  background: var(--white);
}

.container {
  width: 100%;
  padding-left: 60px;
  padding-right: 60px;
  max-width: 1840px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.header {
  border-bottom: 1px solid;
  border-color: #fff;
  padding: 34.5px 0;
  z-index: 10;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: all .65s ease-out;
  -o-transition: all .65s ease-out;
  transition: all .65s ease-out;
  background: -webkit-gradient(linear,left top, left bottom,from(rgba(51,61,80,.41)),to(transparent));
  background: -o-linear-gradient(top,rgba(51,61,80,.41),transparent);
  background: linear-gradient(180deg,rgba(51,61,80,.41),transparent);
  backdrop-filter: blur(7px);
}

.header.scroll {
  border-color: hsla(0,0%,100%,.079);
}

.header.scroll:before {
  opacity: 1;
}

.header:before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(51,61,80,.46);
  z-index: -1;
  opacity: .01;
  -webkit-transition: opacity .65s;
  -o-transition: opacity .65s;
  transition: opacity .65s;
}

.header_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header_logo {
  width: 226px;
}

.header_logo img {
  display: block;
  width: 100%!important;
  height: auto;
}

.header_inner {
  margin-left: auto;
}

.header_inner .btn,
.header_inner__bottom {
  display: none;
}

.header .contacts-phone {
  margin-right: 32px;
}

.header_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 500;
  font-size: 20px;
  line-height: 100%;
  gap: 38px;
}

.header_menu li.current-menu-item a {
  opacity: 1;
}

.header_menu li.current-menu-item a:after {
  width: 100%;
}

.header_menu a {
  opacity: .8;
  position: relative;
  text-align: center;
}

.header_menu a:after {
  content: "";
  position: absolute;
  left: 0;
  width: 0;
  -webkit-transition: inherit;
  -o-transition: inherit;
  transition: inherit;
  height: 1px;
  background: var(--white);
  bottom: 0;
  -webkit-transition: all .34s ease-out;
  -o-transition: all .34s ease-out;
  transition: all .34s ease-out;
}

.header_menu a:hover {
  opacity: .94;
}

.header_menu a:hover:after {
  width: 100%;
}

.header .btn-burger {
  display: none;
  margin-left: auto;
}

.header .s-hero-home_lang {
  margin-bottom: 0;
  margin-left: auto;
  margin-right: 40px;
}

.header .lang-swith--desktop {
  position: relative;
  min-width: 160px;
  height: 50px;
  margin-left: auto;
}

.header .lang-swith--desktop ul.lang-swith {
  right: 50%;
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
  top: 0;
  bottom: auto;
  cursor: auto;
  max-height: 50px;
}

.header .lang-swith--desktop ul.lang-swith.active li {
  background: rgba(51,61,80,.45);
}

.header .lang-swith--desktop ul.lang-swith.active li:not(.active) {
  pointer-events: auto;
}

.header .lang-swith--desktop ul.lang-swith li.active {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
  cursor: pointer;
}

.header .lang-swith--desktop ul.lang-swith li:not(.active) {
  pointer-events: none;
}

.header .lang-swith--desktop ul.lang-swith li:not(.active):hover {
  background: var(--white);
  color: var(--background);
  border-color: var(--background);
}

.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-align: center;
  outline: none;
  border-radius: 57px;
  padding: 10px 20px;
  border: 1px solid;
  cursor: pointer;
  font-weight: 500;
  font-size: 20px;
  line-height: 100%;
  font-family: var(--font-family);
  -webkit-transition: all .36s ease-out;
  -o-transition: all .36s ease-out;
  transition: all .36s ease-out;
  gap: 14px;
  min-height: 66px;
}

.btn,
.btn_icon {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.btn_icon {
  width: 44px;
  min-width: 44px;
  height: 44px;
  border-radius: 50%;
  -webkit-transition: inherit;
  -o-transition: inherit;
  transition: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.btn_icon:after {
  content: "";
  background-image: url(../images/icons/arrow-right.svg);
  background-size: auto;
  background-repeat: no-repeat;
  background-position: 50%;
  width: 24px;
  height: 24px;
  -webkit-transition: inherit;
  -o-transition: inherit;
  transition: inherit;
}

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

.btn--white .btn_icon {
  background-color: var(--background);
}

.btn--white .btn_icon:after {
  -webkit-filter: grayscale(1) brightness(1000%);
  filter: grayscale(1) brightness(1000%);
}

.btn--white:hover {
  background: transparent;
  color: var(--white);
}

.btn--white:hover .btn_icon {
  background: var(--white);
}

.btn--white:hover .btn_icon:after {
  -webkit-filter: grayscale(0) brightness(1);
  filter: grayscale(0) brightness(1);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.btn--clear {
  border-color: var(--white);
}

.btn--clear .btn_icon {
  background: var(--white);
}

.btn--clear .btn_icon:after {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.btn--clear:hover {
  background: var(--white);
  color: var(--background);
}

.btn--clear:hover .btn_icon {
  background: var(--background);
}

.btn--clear:hover .btn_icon:after {
  -webkit-filter: invert(1) brightness(1000);
  filter: invert(1) brightness(1000);
  -webkit-transform: rotate(-80deg);
  -ms-transform: rotate(-80deg);
  transform: rotate(-80deg);
}

.btn-burger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  cursor: pointer;
  gap: 4px;
}

.btn-burger span {
  height: 1px;
  background: var(--white);
  width: 24px;
  -webkit-transition: .32s;
  -o-transition: .32s;
  transition: .32s;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
}

.btn-burger.active span:first-child {
  -webkit-transform: rotate(45deg) translate(5px,5px);
  -ms-transform: rotate(45deg) translate(5px,5px);
  transform: rotate(45deg) translate(5px,5px);
}

.btn-burger.active span:nth-child(2) {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  opacity: 0;
}

.btn-burger.active span:nth-child(3) {
  -webkit-transform: rotate(-45deg) translate(1px,-2px);
  -ms-transform: rotate(-45deg) translate(1px,-2px);
  transform: rotate(-45deg) translate(1px,-2px);
}

.lang-swith {
  position: relative;
  border-radius: 44px;
  text-align: center;
  font-weight: 500;
  font-size: 18px;
  line-height: 123%;
  cursor: pointer;
  position: absolute;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
}

.lang-swith li {
  border: 1px solid var(--white);
  border-radius: inherit;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

.lang-swith li a {
  padding: 13px 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 6px;
}

.lang-swith li a:after {
  content: "";
  width: 16px;
  height: 16px;
  background: url(../images/icons/arrow-down.svg) no-repeat 50%/auto;
  -webkit-transition: inherit;
  -o-transition: inherit;
  transition: inherit;
}

.lang-swith li.active {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10;
}

.lang-swith li.active a {
  pointer-events: none;
}

.lang-swith li:not(.active) {
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
}

.lang-swith li:not(.active) a:after {
  display: none;
}

.lang-swith.active {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10;
}

.lang-swith.active li:after {
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
}

.lang-swith.active li:not(.active) {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.form-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 30px;
}

.form-field-wrapper {
  width: 100%;
  position: relative;
}

.form-field-wrapper:has(.form-field.w-50) {
  width: calc(50% - 15px);
}

form {
  position: relative;
  display: block;
}

input:-webkit-autofill,
input:-webkit-autofill:active,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover {
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
  -webkit-text-fill-color: #fff!important;
}

.notification {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  font-size: 14px;
  font-weight: 300;
  margin-top: 2px;
  z-index: 1;
}

.notification.error {
  color: #e15d5d;
}

.notification.success {
  font-size: 32px;
  margin-top: 20px;
  font-family: var(--second-family);
}

.form-field {
  background: transparent;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  display: block;
  outline: none;
  border: 0;
  border-bottom: 1px solid var(--white);
  padding: 11px 30px;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 20px;
  line-height: 100%;
  height: 52px;
  color: var(--white);
  width: 100%;
}

.form-field.error {
  border-color: #e15d5d!important;
}

.form-field::-webkit-input-placeholder {
  color: var(--white);
  opacity: .7;
}

.form-field::-moz-placeholder {
  color: var(--white);
  opacity: .7;
}

.form-field:-ms-input-placeholder {
  color: var(--white);
  opacity: .7;
}

.form-field::-ms-input-placeholder {
  color: var(--white);
  opacity: .7;
}

.form-field::placeholder {
  color: var(--white);
  opacity: .7;
}

textarea.form-field {
  height: 73px;
  resize: none;
}

option {
  color: var(--white);
  background: var(--background);
}

.footer {
  padding: 80px 0;
}

.footer .mob {
  display: none;
}

.footer_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-transform: translateY(28px);
  -ms-transform: translateY(28px);
  transform: translateY(28px);
  -webkit-transition: -webkit-transform .91s ease-out;
  transition: -webkit-transform .91s ease-out;
  -o-transition: transform .91s ease-out;
  transition: transform .91s ease-out;
  transition: transform .91s ease-out, -webkit-transform .91s ease-out;
  will-change: transform;
}

.footer_wrap.in-view {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.footer_logo {
  width: 226px;
  display: block;
}

.footer_logo img {
  width: 100%;
  height: auto;
  display: block;
}

.footer_col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
}

.footer_col:last-of-type {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  text-align: right;
}

.footer_social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

.footer_social a:hover {
  opacity: .73;
}

.footer_contacts {
  font-weight: 500;
  font-size: 32px;
  line-height: 123%;
  text-transform: uppercase;
  color: var(--white);
}

.footer_contacts li:not(:last-of-type) {
  margin-bottom: 15px;
}

.footer_location {
  font-weight: 500;
  font-size: 24px;
  line-height: 123%;
  text-transform: uppercase;
}

.footer_menu {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 20px;
  line-height: 100%;
}

.footer_menu li:not(.current-menu-item) a {
  opacity: .8;
}

.footer_menu li:not(:last-of-type) {
  margin-bottom: 24px;
}

.footer_menu li a {
  position: relative;
}

.footer_menu li a:after {
  content: "";
  position: absolute;
  left: 0;
  width: 0;
  -webkit-transition: inherit;
  -o-transition: inherit;
  transition: inherit;
  height: 1px;
  background: var(--white);
  bottom: 0;
  -webkit-transition: all .34sease-out;
  -o-transition: all .34sease-out;
  transition: all .34sease-out;
}

.footer_menu li a:hover {
  opacity: 1;
}

.footer_menu li a:hover:after {
  width: 100%;
}

.footer_info {
  font-weight: 500;
  font-size: 20px;
  line-height: 100%;
}

.footer_info p:not(:last-of-type) {
  margin-bottom: 10px;
}

a.cursor-area {
  cursor: none;
}

.custom-cursor {
  position: fixed;
  width: 112px;
  height: 112px;
  background: var(--white);
  color: var(--background);
  border-radius: 50%;
  -webkit-transform: translate(-50%,-50%) scale(0);
  -ms-transform: translate(-50%,-50%) scale(0);
  transform: translate(-50%,-50%) scale(0);
  text-align: center;
  font-weight: 500;
  font-size: 20px;
  line-height: 100%;
  z-index: 9999;
  pointer-events: none;
  cursor: none;
  padding-top: 46px;
  -webkit-transition: color .26s,background .26s,-webkit-transform .14s;
  transition: color .26s,background .26s,-webkit-transform .14s;
  -o-transition: transform .14s,color .26s,background .26s;
  transition: transform .14s,color .26s,background .26s;
  transition: transform .14s,color .26s,background .26s,-webkit-transform .14s;
}

.custom-cursor.small-text {
  font-size: 16px;
}

.custom-cursor.active {
  -webkit-transform: translate(-50%,-50%) scale(1);
  -ms-transform: translate(-50%,-50%) scale(1);
  transform: translate(-50%,-50%) scale(1);
}

.custom-cursor.active.in-active {
  color: var(--white);
  background: var(--background);
}

.select {
  position: relative;
  width: 100%;
  font-weight: 500;
  z-index: 2;
  font-size: 20px;
}

.select:has(.notification.error) .select-name {
  border-color: #e15d5d;
}

.select.open .select-name:after {
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
}

.select.open .select-options {
  opacity: 1;
  pointer-events: auto;
}

.select-name {
  padding: 11px 30px;
  color: hsla(0,0%,93%,.7);
  border-bottom: 1px solid var(--white);
  cursor: pointer;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  position: relative;
}

.select-name input {
  display: none;
}

.select-name:after {
  content: "";
  position: absolute;
  background: url(../images/icons/CaretDown.svg) no-repeat 50%/auto;
  width: 24px;
  height: 24px;
  right: 0;
  top: 11px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.select-name.selected {
  color: var(--white);
}

.select-options {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  opacity: 0;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  pointer-events: none;
  background: var(--white);
  color: var(--background);
  border-radius: 0 0 10px 10px;
  padding: 0 1px 1px;
  z-index: 2;
}

.select-options-wrap {
  max-height: 230px;
  overflow-y: auto;
  overflow-x: hidden;
  border-radius: inherit;
}

.select-item {
  padding: 19px 30px;
  cursor: pointer;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  display: block;
}

.select-item input {
  position: absolute;
  width: 0;
  height: 0;
  z-index: -99;
  pointer-events: none;
  opacity: 0;
}

.select-item:hover {
  background: var(--background);
  color: var(--white);
}

.select-item:not(:last-of-type) {
  border-bottom: 1px solid var(--background);
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 14px;
}

.pagination a {
  font-weight: 500;
  font-size: 22px;
  line-height: 123%;
  text-transform: uppercase;
  color: var(--white);
}

.pagination li {
  opacity: .8;
}

.pagination li.current,
.pagination li:hover {
  opacity: 1;
}

.modal {
  position: fixed;
  inset: 0;
  z-index: 99;
  background: rgba(51,61,80,.41);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 20px;
}

.modal_window {
  max-height: calc(100vh - 100px);
  overflow-y: auto;
  overflow-x: hidden;
  background: var(--white);
  text-align: center;
  padding: 48px;
  max-width: 700px;
  color: var(--background);
  position: relative;
}

.modal_title {
  font-family: var(--second-family);
  font-size: 60px;
  text-align: center;
  line-height: 1;
  text-transform: uppercase;
}

.modal p {
  margin-top: 24px;
}

.modal_close {
  position: absolute;
  top: 30px;
  right: 20px;
  width: 24px;
  height: 24px;
  opacity: .8;
  cursor: pointer;
  -webkit-transition: opacity .5s ease;
  -o-transition: opacity .5s ease;
  transition: opacity .5s ease;
}

.modal_close:after,
.modal_close:before {
  content: "";
  position: absolute;
  top: 10px;
  display: block;
  width: 24px;
  height: 2px;
  background: var(--background);
}

.modal_close:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.modal_close:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.modal_close:hover {
  opacity: 1;
}

.service-page {
  position: relative;
  margin-bottom: 100px;
}


/*.service-page:before {*/
/*  background: url(../../dist/images/decore/Ellipse-32.png) no-repeat 0 0/contain;*/
/*  bottom: -5%;*/
/*  left: 10%;*/
/*  right: 10%;*/
/*  height: 60vw;*/
/*  content: "";*/
/*  position: absolute;*/
/*  -webkit-transform: rotate(-90deg);*/
/*  -ms-transform: rotate(-90deg);*/
/*  transform: rotate(-90deg);*/
/*  opacity: .7;*/
/*}*/

.service-page .container {
  position: relative;
  z-index: 1;
}

.service-page_decoere {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: -1;
  overflow: hidden;
}

.service-page_decoere:after,
.service-page_decoere:before {
  content: "";
  width: 50vw;
  height: 50vw;
  position: absolute;
}

.service-page_decoere:after {
  background: url(../../dist/images/decore/Ellipse-27.png) no-repeat 100%/contain;
  top: -8%;
  right: 0;
}

.service-page_decoere:before {
  background: url(../../dist/images/decore/Ellipse-32.png) no-repeat 0 0/contain;
  top: 15%;
  left: -5%;
  width: 60vw;
  height: 60vw;
}

.service-page_section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.service-page_section:first-of-type {
  padding-top: 92px;
}

.service-page_section:not(:last-of-type) {
  margin-bottom: 86px;
}

.service-page_head {
  position: sticky;
  top: 148px;
  width: calc(47.9% - 37px);
}

.service-page_head .btn {
  margin-top: 32px;
}

.service-page_main {
  width: calc(52.1% - 37px);
}

.service-page_main img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 38px;
}

.service-page_title {
  font-size: 74px;
  line-height: 112%;
  letter-spacing: -2px;
}

.service-page_subtitle,
.service-page_title {
  font-family: var(--second-family);
  font-weight: 400;
  text-transform: uppercase;
  color: var(--white);
}

.service-page_subtitle {
  font-size: 50px;
  line-height: 100%;
}

.service-page .wp-block-heading {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 32px;
  line-height: 123%;
  text-transform: uppercase;
  color: var(--white);
  margin: 38px 0 34px;
}

.service-page .wp-block-heading:first-of-type {
  margin-top: 0!important;
}

.service-page p {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 24px;
  line-height: 144%;
  color: var(--white);
  opacity: 1;
}

.service-page p:not(:last-of-type) {
  margin-bottom: 32px;
}

.service-page ul {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 24px;
  line-height: 144%;
}

.news {
  position: relative;
  padding-bottom: 97px;
}

.news .title-section {
  text-align: center;
  margin-top: 62px;
}

.news .pagination {
  margin-top: 62px;
}

.news-page {
  border-top: 1px solid var(--white);
  margin-top: 66px;
}

.news-page_section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.news-page_section:nth-last-child(2) {
  margin-bottom: 0!important;
}

.news-page_section:not(:last-of-type) {
  margin-bottom: 136px;
}

.news-page_date {
  position: sticky;
  top: 96px;
  width: 45.8%;
  font-weight: 500;
  font-size: 50px;
  line-height: 123%;
  text-transform: uppercase;
  padding-top: 60px;
}

.news-page_content {
  width: 54.2%;
}

.news-page_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 64px 34px;
  gap: 41px;
  -webkit-transition: background .3s;
  -o-transition: background .3s;
  transition: background .3s;
  border-bottom: 1px solid var(--white);
}

.news-page_item .image {
  width: 285px;
  min-width: 285px;
  height: 285px;
}

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

.news-page_item .date {
  font-weight: 500;
  font-size: 24px;
  line-height: 123%;
  text-transform: uppercase;
  -webkit-transition: color .3s;
  -o-transition: color .3s;
  transition: color .3s;
  opacity: .6;
  margin-bottom: 6px;
}

.news-page_item .title {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 50px;
  line-height: 100%;
  -webkit-transition: color .3s;
  -o-transition: color .3s;
  transition: color .3s;
}

.news-page_item .descript,
.news-page_item .title {
  text-transform: uppercase;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.news-page_item .descript {
  font-weight: 500;
  font-size: 22px;
  line-height: 123%;
  margin-top: 20px;
  opacity: .8;
}

.news-page_item .more {
  font-weight: 500;
  font-size: 18px;
  line-height: 123%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
  border-bottom: 1px solid var(--white);
  display: none;
  -webkit-transition: color .3s;
  -o-transition: color .3s;
  transition: color .3s;
}

.news-page_item .more:after {
  content: "";
  background: url(../../dist/images/icons/arrow-right.svg) no-repeat 50%/18px;
  width: 20px;
  height: 20px;
  -webkit-filter: invert(1) brightness(1000);
  filter: invert(1) brightness(1000);
}

.new-article {
  padding-bottom: 200px;
}

.new-article_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 36px;
}

.new-article_head-mob {
  display: none;
}

.new-article_img {
  width: 51.4%;
  min-width: 51.4%;
  height: 100vh;
  position: sticky;
  top: 0;
}

.new-article_img img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
}

.new-article_main {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-top: 52px;
}

.new-article h1 {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 74px;
  line-height: 112%;
  text-transform: uppercase;
}

.new-article .dete {
  font-weight: 500;
  font-size: 32px;
  line-height: 123%;
  text-transform: uppercase;
  margin-bottom: 24px;
  opacity: .6;
}

.new-article .btn--clear {
  margin-top: 24px;
}

.new-article_head-desktop {
  margin-bottom: 50px;
}

.new-article ol,
.new-article p,
.new-article ul {
  font-size: 24px;
  opacity: 1;
}

.new-article ol:not(:last-of-type),
.new-article p:not(:last-of-type),
.new-article ul:not(:last-of-type) {
  margin-bottom: 34px;
}

.new-article ul {
  list-style: disc;
  padding-left: 26px;
}

.new-article h2,
.new-article h3,
.new-article h4,
.new-article h5,
.new-article h6 {
  margin-bottom: 30px;
}

.contact-us {
  position: relative;
  padding-bottom: 150px;
  border-bottom: 1px solid var(--white);
}

.contact-us .title-section {
  text-align: center;
  margin-top: 62px;
}

.contact-us_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  margin: 56px 0 150px;
}

.contact-us_col {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 1px solid var(--white);
  border-radius: 10px;
  padding: 50px 26px;
}

.contact-us_form {
  background: var(--white);
  color: var(--background);
}

.contact-us_form .title {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 50px;
  line-height: 100%;
  text-transform: uppercase;
  text-align: center;
  max-width: 462px;
  margin: 0 auto;
}

.contact-us .form-wrap {
  margin-top: 36px;
}

.contact-us .form-field {
  color: var(--background);
  border-color: var(--background);
}

.contact-us .form-field::-webkit-input-placeholder {
  color: rgba(51,61,80,.7);
}

.contact-us .form-field::-moz-placeholder {
  color: rgba(51,61,80,.7);
}

.contact-us .form-field:-ms-input-placeholder {
  color: rgba(51,61,80,.7);
}

.contact-us .form-field::-ms-input-placeholder {
  color: rgba(51,61,80,.7);
}

.contact-us .form-field::placeholder {
  color: rgba(51,61,80,.7);
}

.contact-us .select-name {
  border-color: var(--background);
  color: rgba(51,61,80,.5);
}

.contact-us .select-name.selected {
  color: var(--background);
}

.contact-us .select-name:after {
  -webkit-filter: invert(1);
  filter: invert(1);
}

.contact-us .select-options {
  background: var(--background);
  color: var(--white);
}

.contact-us .select-item {
  border-color: var(--white);
}

.contact-us .select-item:hover {
  color: var(--background);
  background: var(--white);
}

.contact-us .btn {
  background: var(--background);
  color: var(--white);
  -webkit-box-shadow: inset 0 0 0 1px var(--background);
  box-shadow: inset 0 0 0 1px var(--background);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  margin-top: 8px;
}

.contact-us .btn_icon {
  background: var(--white);
}

.contact-us .btn_icon:after {
  -webkit-filter: none;
  filter: none;
}

.contact-us .btn:hover {
  background: var(--white);
  color: var(--background);
}

.contact-us .btn:hover .btn_icon {
  background: var(--background);
}

.contact-us .btn:hover .btn_icon:after {
  -webkit-filter: grayscale(1) brightness(1000%);
  filter: grayscale(1) brightness(1000%);
}

.contact-us_info {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact-us_info .title {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 32px;
  line-height: 123%;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 14px;
}

.contact-us_info p {
  opacity: .7;
  font-weight: 500;
  font-size: 24px;
  text-transform: uppercase;
}

.contact-us_info p a:hover {
  -webkit-filter: brightness(1000);
  filter: brightness(1000);
}

.contact-us_item:not(:last-of-type) {
  margin-bottom: 34px;
}

.contact-us_social {
  gap: 15px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 32px;
}

.contact-us_social,
.contact-us_social a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.contact-us_social a {
  width: 47px;
  height: 47px;
  border: 1px solid hsla(0,0%,93%,.5);
  border-radius: 50%;
}

.contact-us_social a:hover {
  opacity: .73!important;
}

.contact-us_title {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 74px;
  line-height: 112%;
  text-transform: uppercase;
  text-align: center;
}

.contact-us_map {
  margin-top: 56px;
  border-radius: 10px;
  height: 666px;
  overflow: hidden;
}

.contact-us_map iframe,
.contact-us_map img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}

.s-contact {
  margin-bottom: 200px;
}

.s-contact--white {
  background: var(--white);
  padding: 119px 0;
  margin-bottom: 0!important;
  color: var(--background);
}

.s-contact--white .select-name {
  border-color: var(--background);
  color: rgba(51,61,80,.7);
}

.s-contact--white .select-name.selected {
  color: var(--background);
}

.s-contact--white .select-name:after {
  -webkit-filter: invert(1);
  filter: invert(1);
}

.s-contact--white .select-options {
  background: var(--background);
  color: var(--white);
}

.s-contact--white .select-item {
  border-color: var(--white);
}

.s-contact--white .select-item:hover {
  color: var(--background);
  background: var(--white);
}

.s-contact--white .form-field {
  border-bottom: 1px solid var(--background);
  color: var(--background);
}

.s-contact--white .form-field::-webkit-input-placeholder {
  color: rgba(var(--background),.7);
}

.s-contact--white .form-field::-moz-placeholder {
  color: rgba(var(--background),.7);
}

.s-contact--white .form-field:-ms-input-placeholder {
  color: rgba(var(--background),.7);
}

.s-contact--white .form-field::-ms-input-placeholder {
  color: rgba(var(--background),.7);
}

.s-contact--white .form-field::placeholder {
  color: rgba(var(--background),.7);
}

.s-contact--white .btn {
  background: var(--background);
  color: var(--white);
  -webkit-box-shadow: inset 0 0 0 1px var(--background);
  box-shadow: inset 0 0 0 1px var(--background);
}

.s-contact--white .btn_icon {
  background: var(--white);
}

.s-contact--white .btn_icon:after {
  -webkit-filter: none;
  filter: none;
}

.s-contact--white .btn:hover {
  background: var(--white);
  color: var(--background);
}

.s-contact--white .btn:hover .btn_icon {
  background: var(--background);
}

.s-contact--white .btn:hover .btn_icon:after {
  -webkit-filter: grayscale(1) brightness(1000%);
  filter: grayscale(1) brightness(1000%);
}

.s-contact:not(.s-contact--white) {
  position: relative;
}

.s-contact:not(.s-contact--white):before {
  content: "";
  width: 50vw;
  height: 50vw;
  background: url(../../dist/images/decore/Ellipse-28.png) no-repeat 0/contain;
  bottom: -74%;
  left: 0;
  position: absolute;
  pointer-events: none;
}

.s-contact_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.s-contact_col {
  width: calc(50% - 20px);
}

.s-contact_img img {
  width: 100%;
  height: auto;
  display: block;
}

.s-contact_form {
  padding-left: 10px;
}

.s-contact .form-wrap {
  margin-top: 58px;
}

.s-contact .btn {
  margin-top: 30px;
}

.s-contact .title-section.mob {
  display: none;
}

.s-hero-home {
  overflow: hidden;
}

.s-hero-home_img {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.s-hero-home_img:before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 50%;
  z-index: 2;
  background: -webkit-gradient(linear,left bottom, left top,from(rgba(51,61,80,.17)),to(rgba(51,61,80,0))),-webkit-gradient(linear,left top, left bottom,from(rgba(51,61,80,0)),to(#333d50));
  background: -o-linear-gradient(bottom,rgba(51,61,80,.17),rgba(51,61,80,0)),-o-linear-gradient(top,rgba(51,61,80,0),#333d50);
  background: linear-gradient(0deg,rgba(51,61,80,.17),rgba(51,61,80,0)),linear-gradient(180deg,rgba(51,61,80,0),#333d50);
}

.s-hero-home_img__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.s-hero-home_img__hero {
  -o-object-fit: contain;
  object-fit: contain;
  position: relative;
  z-index: 1;
  -o-object-position: bottom;
  object-position: bottom;
}

.s-hero-home_img img {
  width: 100%;
  height: 100%;
  display: block;
}

.s-hero-home_inner {
  min-height: calc(100vh - 136px);
  padding: 40px 0 20px;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 30px;
}

.s-hero-home_descript {
  font-weight: 500;
  font-size: 22px;
  line-height: 123%;
  text-transform: uppercase;
  margin-bottom: 8px;
  -webkit-transform: translate(-40%,-40px) scaleY(0);
  -ms-transform: translate(-40%,-40px) scaleY(0);
  transform: translate(-40%,-40px) scaleY(0);
  -webkit-transition: all 1.6s ease-in;
  -o-transition: all 1.6s ease-in;
  transition: all 1.6s ease-in;
  -webkit-filter: blur(25px);
  filter: blur(25px);
  text-shadow: 0 0 20px #fff;
}

.s-hero-home_descript.in-view {
  -webkit-transform: translateX(0) scaleY(1);
  -ms-transform: translateX(0) scaleY(1);
  transform: translateX(0) scaleY(1);
  -webkit-filter: blur(0);
  filter: blur(0);
  text-shadow: 0 0 0 #000;
  will-change: transition;
}

.s-hero-home_left {
  max-width: 1107px;
  width: 100%;
}

.s-hero-home_right {
  text-align: right;
  -webkit-transition: all 1s ease-in;
  -o-transition: all 1s ease-in;
  transition: all 1s ease-in;
  will-change: transform;
  opacity: 0;
  -webkit-transform: translateY(18px);
  -ms-transform: translateY(18px);
  transform: translateY(18px);
}

.s-hero-home_right.in-view {
  text-shadow: 0 0 0 #fff;
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.s-hero-home_right a:hover {
  opacity: .73!important;
}

.s-hero-home_title {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 78px;
  line-height: 112%;
  text-transform: uppercase;
  color: var(--white);
  opacity: 0;
  -webkit-transition: opacity 1.26s ease-in,-webkit-transform 1.5s ease-out;
  transition: opacity 1.26s ease-in,-webkit-transform 1.5s ease-out;
  -o-transition: opacity 1.26s ease-in,transform 1.5s ease-out;
  transition: opacity 1.26s ease-in,transform 1.5s ease-out;
  transition: opacity 1.26s ease-in,transform 1.5s ease-out,-webkit-transform 1.5s ease-out;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}

.s-hero-home_title.in-view {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.s-hero-home_lang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 20px;
  line-height: 100%;
  margin-bottom: 20px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.s-hero-home_lang a {
  color: rgba(var(--white),.8);
  padding: 0 10px;
  opacity: .8;
}

.s-hero-home_lang a:hover {
  opacity: 1!important;
}

.s-hero-home_lang li.active a {
  opacity: 1;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
}

.s-hero-home_lang li:not(:last-of-type):after {
  content: "|";
}

.s-hero-home_text {
  position: relative;
  z-index: 1;
}

.s-hero-home_social {
  margin-top: 20px;
  gap: 20px;
}

.s-hero-home_contacts,
.s-hero-home_social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.s-hero-home_contacts {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 20px;
  line-height: 100%;
  color: var(--white);
}

.s-hero-home_contacts li {
  display: block;
}

.s-hero-home .scroll-down {
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  color: hsla(0,0%,93%,.4);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 6px;
  margin-top: 40px;
  overflow: hidden;
}

.s-hero-home .scroll-down:after {
  content: "";
  width: 24px;
  height: 24px;
  -webkit-animation: scroll 3s infinite ease-in;
  animation: scroll 3s infinite ease-in;
  background: url(../../dist/images/icons/ArrowDown.svg) no-repeat 50%/auto;
}

@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateY(-14px);
    transform: translateY(-14px);
    opacity: 0;
  }

  46% {
    opacity: 1;
  }

  86% {
    opacity: .05;
  }

  to {
    -webkit-transform: translateY(14px);
    transform: translateY(14px);
    opacity: 0;
  }
}

@keyframes scroll {
  0% {
    -webkit-transform: translateY(-14px);
    transform: translateY(-14px);
    opacity: 0;
  }

  46% {
    opacity: 1;
  }

  86% {
    opacity: .05;
  }

  to {
    -webkit-transform: translateY(14px);
    transform: translateY(14px);
    opacity: 0;
  }
}

.s-latest-news {
  background: var(--white);
  position: relative;
}

.s-latest-news_head {
  position: sticky;
  top: 0;
  color: var(--background);
  text-align: center;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 60px 0;
}

.s-latest-news_descript {
  font-weight: 500;
  font-size: 24px;
  line-height: 123%;
  text-transform: uppercase;
  margin-top: 24px;
  max-width: 802px;
}

.s-latest-news_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 118px 103px;
  position: relative;
  z-index: 1;
  max-width: 1573px;
  margin-left: auto;
  margin-right: auto;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  padding-bottom: 80px;
}

.s-latest-news_item {
  position: relative;
  min-height: 595px;
  width: 100%;
  max-width: 474px;
  border-radius: 10px;
  -webkit-box-shadow: 0 8px 30px 0 rgba(12,12,28,.09);
  box-shadow: 0 8px 30px 0 rgba(12,12,28,.09);
  overflow: hidden;
  padding: 24px 34px;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  will-change: transform;
}

.s-latest-news_item:after {
  content: "";
  position: absolute;
  inset: 0;
  background: url(../../dist/images/decore/glow.png) no-repeat 50%/cover;
  -webkit-transition: .32s ease-out;
  -o-transition: .32s ease-out;
  transition: .32s ease-out;
}

.s-latest-news_item:first-child {
  margin-right: auto;
}

.s-latest-news_item:nth-child(2) {
  top: 174px;
}

.s-latest-news_item:nth-child(3) {
  left: 13%;
}

.s-latest-news_item:nth-child(4) {
  left: -1.4%;
  top: 202px;
}

.s-latest-news_item:has(.s-latest-news_see-all) {
  background: var(--white);
  border: 1px solid var(--background);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: var(--background);
  font-weight: 500;
  font-size: 22px;
  line-height: 100%;
  left: 5%;
  margin-right: auto;
  top: 90px;
}

.s-latest-news_item:has(.s-latest-news_see-all):before {
  opacity: 0;
  -webkit-transition: opacity .6s;
  -o-transition: opacity .6s;
  transition: opacity .6s;
}

.s-latest-news_item:has(.s-latest-news_see-all) .s-latest-news_see-all {
  -webkit-transform: translateX(-14px);
  -ms-transform: translateX(-14px);
  transform: translateX(-14px);
}

.s-latest-news_item:has(.s-latest-news_see-all) .s-latest-news_see-all:after {
  content: "";
  background: url(../../dist/images/icons/arrow-right.svg) no-repeat 50%/auto;
  width: 21px;
  height: 21px;
  position: absolute;
  top: 0;
  right: -28px;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  will-change: filter;
}

.s-latest-news_item:has(.s-latest-news_see-all):hover {
  color: var(--white);
}

.s-latest-news_item:has(.s-latest-news_see-all):hover:before {
  opacity: 1;
}

.s-latest-news_item:has(.s-latest-news_see-all):hover .s-latest-news_see-all:after {
  -webkit-filter: invert(1) brightness(1000);
  filter: invert(1) brightness(1000);
}

.s-latest-news_item:before {
  background: -o-linear-gradient(315deg,#66738b,#353e51);
  background: linear-gradient(135deg,#66738b,#353e51);
  z-index: -1;
  content: "";
  position: absolute;
  inset: 0;
}

.s-latest-news_item:hover:after {
  opacity: .8;
}

.s-latest-news_date {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 50px;
  line-height: 100%;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.s-latest-news_title {
  font-size: 40px;
  margin-bottom: 18px;
}

.s-latest-news_text,
.s-latest-news_title {
  font-weight: 500;
  line-height: 123%;
  text-transform: uppercase;
  color: var(--white);
}

.s-latest-news_text {
  font-size: 22px;
}

.s-latest-news_link {
  position: absolute;
  inset: 0;
  font-size: 0;
  opacity: 0;
  z-index: 1;
  cursor: none;
}

.s-our-clients {
  text-transform: uppercase;
  text-align: center;
  position: relative;
  z-index: 1;
  height: 300vh;
}

.s-our-clients .container {
  position: sticky;
  top: 0;
  z-index: 1;
}

.s-our-clients:before {
  background: url(../../dist/images/decore/Ellipse-32.png) no-repeat 0 0/contain;
  top: -7%;
  left: 0;
  opacity: .29;
}

.s-our-clients:after,
.s-our-clients:before {
  content: "";
  position: absolute;
  width: 46%;
  height: 46vw;
  pointer-events: none;
}

.s-our-clients:after {
  background: url(../../dist/images/decore/Ellipse-27.png) no-repeat 100%/contain;
  bottom: -8%;
  right: 0;
  opacity: .4;
}

.s-our-clients_link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.s-our-clients_wrap {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 88px;
}

.s-our-clients_inner {
  padding: 40px 0;
  max-width: 1254px;
}

.s-our-clients_title {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 74px;
  line-height: 112%;
  color: var(--white);
}

.s-our-clients_descript {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 24px;
  line-height: 123%;
  text-transform: uppercase;
  margin-top: 38px;
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
}

:root {
  --background: #333d50;
  --mob-background: #333d50;
  --grey: #333d50;
  --blue: #97a9cc;
  --white: #eee;
  --font-family: "Manrope",sans-serif;
  --second-family: "PlayfairDisplaySC";
  --third-family: "Montserrat Alternates",sans-serif;
}

.s-our-services {
  overflow: hidden;
  padding-bottom: 200px;
  position: relative;
  background: var(--background);
}

.s-our-services:after,
.s-our-services:before {
  content: "";
  width: 50%;
  height: 50vw;
  position: absolute;
  z-index: -1;
  pointer-events: none;
  max-width: 1100px;
  max-height: 1100px;
}

.s-our-services:before {
  background: url(../../dist/images/decore/Ellipse-28.png) no-repeat 0 0/contain;
}

.s-our-services:after {
  background: url(../../dist/images/decore/Ellipse-27.png) no-repeat 100%/contain;
  bottom: -3vw;
  right: 0;
}

.s-our-services .container {
  position: relative;
  z-index: 1;
}

.s-our-services_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 80px;
}

.s-our-services_text {
  width: 100%;
  max-width: 523px;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 24px;
  line-height: 123%;
  text-transform: uppercase;
}

.s-our-services_slider {
  counter-reset: my-numbers 0;
}

.s-our-services_slider__wrapper {
  pointer-events: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  will-change: transform;
  -webkit-transition: .1s ease-out;
  -o-transition: .1s ease-out;
  transition: .1s ease-out;
  gap: 27px;
}

.s-our-services_slider__wrapper.scroll-page {
  pointer-events: none;
}

.s-our-services_item {
  display: -webkit-box!important;
  display: -ms-flexbox!important;
  display: flex!important;
  max-height: 650px;
  min-height: 420px;
  height: 71vh;
  background-image: url(../../dist/images/decore/glow.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
  border-radius: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 24px 40px 40px;
  overflow: hidden;
  position: relative;
  width: 630px;
  min-width: 630px;
}

.s-our-services_item:after,
.s-our-services_item:before {
  content: "";
  position: absolute;
  inset: 0;
  -webkit-transition: .8s;
  -o-transition: .8s;
  transition: .8s;
}

.s-our-services_item:before {
  background-image: -o-linear-gradient(315deg,#66738b,#353e51);
  background-image: linear-gradient(135deg,#66738b,#353e51);
  z-index: -1;
}

.s-our-services_item:after {
  background: var(--white);
  opacity: 0;
}

.s-our-services_inner {
  position: relative;
  z-index: 2;
  height: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.s-our-services_inner:before {
  content: "0" counter(my-numbers);
  counter-increment: my-numbers;
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 50px;
  line-height: 100%;
  text-transform: uppercase;
  -webkit-transition: color .9s;
  -o-transition: color .9s;
  transition: color .9s;
}

.s-our-services_see-all {
  margin: auto;
  font-weight: 500;
  font-size: 20px;
  line-height: 100%;
  border-bottom: 1px solid;
  position: relative;
  -webkit-transform: translateX(-14px);
  -ms-transform: translateX(-14px);
  transform: translateX(-14px);
  z-index: 1;
}

.s-our-services_see-all:after {
  content: "";
  background: url(../../images/icons/arrow-right.svg) no-repeat 50%/auto;
  width: 21px;
  height: 21px;
  position: absolute;
  top: 0;
  right: -28px;
  -webkit-filter: invert(1) brightness(1000);
  filter: invert(1) brightness(1000);
}

.s-our-services_title {
  font-family: var(--font-family);
  font-size: 41px;
  -webkit-transition: color .9s;
  -o-transition: color .9s;
  transition: color .9s;
}

.s-our-services_descript,
.s-our-services_title {
  font-weight: 500;
  line-height: 123%;
  text-transform: uppercase;
}

.s-our-services_descript {
  -webkit-transition: color 1.2s;
  -o-transition: color 1.2s;
  transition: color 1.2s;
  font-size: 20px;
  margin-top: 28px;
}

.s-services {
  padding-bottom: 100px;
  position: relative;
}

.s-services:after,
.s-services:before {
  content: "";
  position: absolute;
  width: 40%;
  height: 40vw;
  opacity: .8;
  pointer-events: none;
}

.s-services .container {
  position: relative;
  z-index: 1;
}

.s-services:after {
  background: url(../../dist/images/decore/Ellipse-27.png) no-repeat 100%/contain;
  top: -2%;
  right: 0;
}

.s-services:before {
  background: url(../../dist/images/decore/Ellipse-32.png) no-repeat 0 0/contain;
  top: 7%;
  left: 0;
}

.s-services .title-section {
  text-align: center;
  margin-top: 62px;
}

.s-services .title-section .gray:before {
  content: " ";
}

.s-services_tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 500;
  font-size: 22px;
  line-height: 123%;
  text-transform: uppercase;
  border: 1px solid var(--white);
  border-radius: 63px;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-top: 34px;
}

.s-services_tabs li {
  border-radius: 63px;
  padding: 23px 29px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  cursor: pointer;
  text-align: center;
}

.s-services_tabs li.active {
  background: var(--white);
  color: var(--background);
}

.s-services_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 120px;
}

.s-services a.s-services_item:hover {
  color: var(--background);
}

.s-services a.s-services_item:hover .s-services_icon img {
  -webkit-filter: invert(0) brightness(1);
  filter: invert(0) brightness(1);
}

.s-services a.s-services_item:hover:after {
  opacity: 1;
}

.s-services_item {
  width: calc(25% - 15px);
  width: calc(33% - 40px/3);
  background: -o-linear-gradient(315deg,#66738b,#353e51);
  background: linear-gradient(135deg,#66738b,#353e51);
  min-height: 21vw;
  min-height: 300px;
  border-radius: 10px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
  padding: 40px;
  position: relative;
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  -o-transition: transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
}

.s-services_item:nth-child(3n+1) {
  top: 80px;
}

.s-services_item:nth-child(3n+2) {
  top: -80px;
}

.s-services_item:nth-child(3n) {
  top: 40px;
}

.s-services_item:after,
.s-services_item:before {
  content: "";
  position: absolute;
  inset: 0;
  -webkit-transition: .8s;
  -o-transition: .8s;
  transition: .8s;
}

.s-services_item:before {
  background: url(../../dist/images/decore/glow.png) no-repeat 50%/cover;
}

.s-services_item:after {
  background: var(--white);
  opacity: 0;
}

.s-services_icon {
  height: 82px;
  position: relative;
  z-index: 1;
}

.s-services_icon img {
  -webkit-filter: invert(1) brightness(1000);
  filter: invert(1) brightness(1000);
  -webkit-transition: inherit;
  -o-transition: inherit;
  transition: inherit;
  height: 100%;
}

.s-services_title {
  font-weight: 500;
  /*font-size: 32px;*/
  font-size: 26px;
  line-height: 123%;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  -webkit-transition: .8s;
  -o-transition: .8s;
  transition: .8s;
}

.s-prices {
  padding-bottom: 90px;
  position: relative;
}

.s-prices .title-section {
  text-align: center;
  margin-top: 62px;
}

.s-prices .title-section .gray:after {
  content: " ";
}

.s-prices_content {
  margin-top: 62px;
}

.s-prices_content:has(.s-prices_search__category.open) .s-prices_section,
.s-prices_content:has(.s-prices_search__dropdown.open) .s-prices_section {
  opacity: .6;
}

.s-prices_search,
.s-prices_search__field {
  position: relative;
}

.s-prices_search__field:after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 48px;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg width='39' height='39' viewBox='0 0 39 39' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='.8' stroke='%23EEE' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M18.688 34.125c8.525 0 15.437-6.912 15.437-15.438 0-8.525-6.912-15.437-15.438-15.437-8.525 0-15.437 6.912-15.437 15.438 0 8.525 6.912 15.437 15.438 15.437z' stroke-width='2'/%3E%3Cpath d='M35.75 35.75L32.5 32.5' stroke-width='1.5'/%3E%3C/g%3E%3C/svg%3E") no-repeat 50%/auto;
  width: 39px;
  height: 39px;
  content: "";
}

.s-prices_search__field input {
  display: block;
  width: 100%;
  -webkit-transform: .3s;
  -ms-transform: .3s;
  transform: .3s;
  background: transparent;
  border: 1px solid var(--white);
  border-radius: 10px;
  outline: none;
  height: 100px;
  color: var(--white);
  font-weight: 500;
  font-size: 24px;
  line-height: 123%;
  text-transform: uppercase;
  font-family: var(--font-family);
  padding: 8px 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 90px;
}

.s-prices_search__field input::-webkit-input-placeholder {
  color: var(--white);
  opacity: .8;
}

.s-prices_search__field input::-moz-placeholder {
  color: var(--white);
  opacity: .8;
}

.s-prices_search__field input:-ms-input-placeholder {
  color: var(--white);
  opacity: .8;
}

.s-prices_search__field input::-ms-input-placeholder {
  color: var(--white);
  opacity: .8;
}

.s-prices_search__field input::placeholder {
  color: var(--white);
  opacity: .8;
}

.s-prices_search__category {
  margin-top: 14px;
}

.s-prices_search__category.open .select-name:after {
  -webkit-transform: rotateX(0);
  transform: rotateX(0);
}

.s-prices_search__category .select-name {
  background: var(--white);
  color: var(--background);
  font-weight: 500;
  font-size: 24px;
  line-height: 123%;
  border-radius: 10px;
  padding: 35px 30px;
}

.s-prices_search__category .select-name:after {
  background: url(../images/icons/drop.svg) no-repeat 50%/auto;
  width: 66px;
  height: 66px;
  right: 30px;
  top: 16px;
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
}

.s-prices_search__category .select-options {
  margin-top: 20px;
  border-radius: 10px;
}

.s-prices_search__category .select-options-wrap {
  padding: 0 32px;
  max-height: calc(100vh - 230px);
}

.s-prices_search__category .select-item {
  font-size: 24px;
  text-transform: uppercase;
  padding: 28px 0;
  color: rgba(51,61,80,.8);
  border-color: rgba(51,61,80,.8);
}

.s-prices_search__category .select-item:hover {
  background: transparent;
  color: var(--background);
}

.s-prices_search__dropdown {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 3;
  top: 100%;
  margin-top: 14px;
  background: var(--white);
  border-radius: 10px;
  color: var(--background);
  padding: 0 32px;
  max-height: calc(100vh - 230px);
  overflow-y: auto;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  opacity: 0;
  pointer-events: none;
}

.s-prices_search__dropdown.open {
  opacity: 1;
  pointer-events: auto;
}

.s-prices_search__dropdown li {
  cursor: pointer;
  font-weight: 500;
  font-size: 24px;
  line-height: 123%;
  text-transform: uppercase;
  color: rgba(51,61,80,.5);
  display: block;
  padding: 33px 0;
}

.s-prices_search__dropdown li:not(:last-of-type) {
  border-bottom: 1px solid rgba(51,61,80,.8);
}

.s-prices_search__dropdown li span {
  color: var(--background);
  -webkit-transition: .18s;
  -o-transition: .18s;
  transition: .18s;
}

.s-prices_section {
  margin-top: 64px;
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s;
}

.s-prices_section__title {
  font-weight: 500;
  font-size: 32px;
  line-height: 123%;
  text-transform: uppercase;
  margin-bottom: 32px;
}

.s-prices_section__content {
  border-radius: 10px;
  padding: 0 35px;
  background: var(--white);
  color: var(--background);
  font-weight: 500;
  font-size: 22px;
  line-height: 123%;
}

.s-prices_section__content li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 32px 0;
}

.s-prices_section__content li span {
  font-weight: 800;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}

.s-prices_section__content li:not(:last-of-type) {
  border-bottom: 1px solid rgba(51,61,80,.8);
}

.s-prices_section__content p {
  opacity: 1;
}

.s-prices_section__content p:last-of-type {
  font-weight: 700;
  text-align: right;
  min-width: 30%;
}

.s-about {
  position: relative;
}

.s-about .container {
  position: relative;
  z-index: 1;
}

.s-about .pin-block-wrapper {
  will-change: opacity;
}

.s-about .pin-wrap {
  position: sticky!important;
  top: 0!important;
}

.s-about .pin-wrap:last-of-type {
  height: 230vh;
}

.s-about .pin-wrap:last-of-type .s-about_block {
  position: sticky!important;
  top: 0!important;
}

.s-about_block {
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 60px 0;
  text-align: center;
  background: var(--background);
  position: relative;
}

.s-about_block.s-about_hero {
  padding-top: 135px;
}

.s-about_block.s-about_hero:before {
  background: url(../../dist/images/decore/Ellipse-32.png) no-repeat 0 0/contain;
  bottom: -26%;
  left: -5%;
}

.s-about_block.s-about_hero:after,
.s-about_block.s-about_hero:before {
  content: "";
  position: absolute;
  width: 50%;
  height: 50vw;
  opacity: .8;
  pointer-events: none;
}

.s-about_block.s-about_hero:after {
  background: url(../../dist/images/decore/Ellipse-27.png) no-repeat 100%/contain;
  top: -38%;
  right: 0;
}

.s-about_block.s-about_hero .s-about_text {
  font-size: 60px;
  line-height: 112%;
  max-width: none;
}

.s-about_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
  will-change: opacity;
}
.container .s-about_text {
    margin-block: 100px;
}
.s-about_text {
  font-family: var(--second-family);
  font-weight: 400;
  text-transform: uppercase;
  font-size: 42px;
  line-height: 100%;
  max-width: 1319px;
  margin: 0 auto;
}

.s-team {
  padding: 150px 0;
  position: relative;
  z-index: 4;
  margin-top: -100vh;
}

.s-team .container {
  position: relative;
  z-index: 1;
}

.s-team:before {
  background: url(../../dist/images/decore/Ellipse-32.png) no-repeat 0 0/contain;
  bottom: 25%;
  left: -5%;
  width: 50%;
  height: 50vw;
}

.s-team:after,
.s-team:before {
  content: "";
  position: absolute;
  opacity: .8;
  pointer-events: none;
}

.s-team:after {
  background: url(../../dist/images/decore/Ellipse-27.png) no-repeat 100%/contain;
  top: -22%;
  right: 0;
  width: 70%;
  height: 70vw;
}

.s-team .title-section {
  text-align: center;
}

.s-team_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 41px 23px;
  margin-top: 60px;
}

.s-team_item {
  width: calc(25% - 18px);
}

.s-team .photo {
  max-height: 428px;
  height: 26vw;
  min-height: 196px;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 21px;
}

.s-team .photo img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: inherit;
  -o-object-position: top;
  object-position: top;
}

.s-team .name {
  font-weight: 500;
  font-size: 32px;
  line-height: 123%;
  text-transform: uppercase;
  margin-bottom: 9px;
}

.s-team .job-title {
  opacity: .8;
  font-weight: 500;
  font-size: 22px;
  line-height: 123%;
}

@media (min-width:1024px) {
  .header.on-hover {
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    border-color: #fff;
  }

  .header.on-hover:before {
    opacity: 1;
  }

  .header_inner .container {
    width: auto;
    padding: 0;
  }

  .header .contacts-phone {
    border: 0;
    width: auto;
    height: auto;
    background: transparent;
    font-size: 18px;
    gap: 6px;
  }

  .header .contacts-phone img {
    width: 24px;
  }

  .news-page_item:hover {
    background: var(--white);
    color: var(--background);
  }

  .news-page_item:hover .more {
    border-color: var(--background);
  }

  .news-page_item:hover .more:after {
    -webkit-filter: invert(0) brightness(0);
    filter: invert(0) brightness(0);
  }

  .s-our-services_item.active {
    color: var(--background);
  }

  .s-our-services_item.active:before {
    opacity: 0;
  }

  .s-our-services_item.active:after {
    opacity: 1;
  }

  .s-our-services_item.active .s-our-services_see-all:after {
    -webkit-filter: invert(0) brightness(1);
    filter: invert(0) brightness(1);
  }
}

@media (max-height:790px) and (min-width:1439px) {
  .s-about_block.s-about_hero .s-about_text {
    font-size: 52px;
  }
}

@media (max-width:1700px) {
  .title-section {
    font-size: 76px;
  }

  .service-page_title {
    font-size: 60px;
  }
}

@media (max-width:1660px) {
  .s-about_block.s-about_hero .s-about_text {
    font-size: 52px;
  }
}

@media (max-width:1600px) {
  .s-our-services_item {
    min-height: 460px;
    max-height: 40vw;
    width: 600px;
    min-width: 600px;
  }

  .s-our-services_title {
    font-size: 36px;
  }
}

@media (max-width:1560px) {
  .s-services_item {
    padding: 36px;
  }

  .s-services_title {
    font-size: 28px;
  }

  .s-services_icon {
    height: 70px;
  }
}

@media (max-width:1439px) {
  .section-top {
    padding-top: 103px;
  }

  .title-section {
    font-size: 62px;
  }

  .title-sub-section {
    font-size: 64px;
  }

  .container {
    padding-left: 40px;
    padding-right: 40px;
  }

  .header {
    padding: 18px 0;
  }

  .header_logo {
    width: 164px;
    margin-right: 16px;
  }

  .header_menu {
    font-size: 18px;
    gap: 28px;
  }

  .header .s-hero-home_lang {
    font-size: 16px;
    margin-right: 14px;
  }

  .header .lang-swith--desktop {
    min-width: 132px;
  }

  .header .contacts-phone {
    margin-right: 24px;
  }

  .footer_contacts {
    font-size: 27px;
  }

  .footer_location {
    font-size: 20px;
  }

  .service-page_title {
    font-size: 54px;
  }

  .service-page_subtitle {
    font-size: 40px;
  }

  .service-page .wp-block-heading {
    font-size: 29px;
  }

  .service-page p,
  .service-page ul {
    font-size: 22px;
  }

  .service-page_head {
    width: calc(47.9% - 28px);
    top: 118px;
  }

  .service-page_main {
    width: calc(52.1% - 28px);
  }

  .service-page_section:not(:last-of-type) {
    margin-bottom: 50px;
  }

  .news-page_item {
    padding: 54px 24px;
  }

  .news-page_item .title {
    font-size: 42px;
  }

  .news-page_item .descript {
    font-size: 20px;
  }

  .news-page_item .image {
    width: 270px;
    min-width: 270px;
    height: 270px;
  }

  .news-page_date {
    width: 40%;
    font-size: 40px;
    top: 62px;
  }

  .news-page_content {
    width: 60%;
  }

  .new-article h1 {
    font-size: 66px;
  }

  .s-contact .form-wrap {
    margin-top: 30px;
  }

  .s-hero-home_title {
    font-size: 64px;
  }

  .s-hero-home_inner {
    min-height: calc(100vh - 103px);
  }

  .s-latest-news_item {
    max-width: 425px;
    min-height: 460px;
  }

  .s-latest-news_title {
    font-size: 32px;
  }

  .s-latest-news_date {
    font-size: 36px;
  }

  .s-latest-news_text {
    font-size: 20px;
  }

  .s-our-clients_title {
    font-size: 66px;
  }

  .s-our-services_title {
    font-size: 28px;
  }

  .s-our-services_item {
    max-height: 36vw;
    width: 500px;
    min-width: 500px;
  }

  .s-our-services_descript {
    font-size: 18px;
  }

  .s-our-services_inner:before {
    font-size: 40px;
  }

  .s-our-services_text {
    font-size: 23px;
  }

  .s-services_item {
    padding: 32px;
  }

  .s-services_title {
    font-size: 22px;
  }

  .s-services_icon {
    height: 60px;
  }

  .s-about_block.s-about_hero .s-about_text {
    font-size: 48px;
    margin-top: 103px;
  }

  .s-about_text {
    font-size: 34px;
  }

  .s-team .name {
    font-size: 28px;
  }

  .s-team .job-title {
    font-size: 20px;
  }
}

@media (max-width:1280px) {
  .service-page_title {
    font-size: 48px;
  }
}

@media (max-width:1200px) {
  .footer_contacts {
    font-size: 26px;
  }

  .footer_location {
    font-size: 19px;
  }

  .footer_wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 30px 20px;
  }

  .footer_col {
    width: calc(50% - 10px);
  }

  .footer_col:last-of-type {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }

  .footer_info {
    font-size: 18px;
  }

  .news-page_item .title {
    font-size: 36px;
  }

  .news-page_item .image {
    width: 245px;
    min-width: 245px;
    height: 245px;
  }

  .news-page_date {
    width: 32%;
    font-size: 36px;
  }

  .news-page_content {
    width: 68%;
  }

  .new-article h1 {
    font-size: 54px;
  }

  .contact-us_wrap {
    gap: 14px;
  }

  .contact-us_info .title {
    font-size: 28px;
  }

  .contact-us_info p {
    font-size: 21px;
  }

  .contact-us_form .title {
    font-size: 42px;
  }

  .contact-us_title {
    font-size: 66px;
  }

  .contact-us_map {
    height: 580px;
  }

  .s-contact .title-section.mob {
    display: block;
  }

  .s-contact_wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 24px;
  }

  .s-contact_col {
    width: 100%;
  }

  .s-contact_col .title-section {
    display: none;
  }

  .s-contact_col.s-contact_img {
    max-width: 767px;
  }

  .s-latest-news_item:nth-child(3) {
    left: 6%;
  }

  .s-our-clients_title {
    font-size: 54px;
  }

  .s-our-clients_descript {
    font-size: 23px;
  }

  .s-our-services_slider {
    max-width: calc(100% - 100px);
  }

  .s-our-services_item {
    min-height: 420px;
    width: 440px;
    min-width: 440px;
  }

  .s-our-services_head {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 12px;
  }

  .s-our-services_text {
    max-width: 100%;
  }

  .s-our-services_title {
    font-size: 28px;
  }

  .s-services_wrap {
    gap: 16px;
  }

  .s-services_item {
    padding: 26px;
    width: calc(25% - 12px);
    width: calc(33% - 40px/3);
  }

  .s-services_title {
    font-size: 20px;
  }

  .s-services_icon {
    height: 54px;
  }

  .s-prices_section__title {
    font-size: 30px;
  }

  .s-prices_section__content {
    font-size: 20px;
  }

  .s-prices_section__content li {
    padding: 19px 0;
  }

  .s-team .name {
    font-size: 23px;
  }

  .s-team .job-title {
    font-size: 19px;
  }
}

@media (max-width:1023px) {
  .section-top {
    padding-top: 88px;
  }

  .title-section {
    font-size: 58px;
  }

  .title-sub-section {
    font-size: 56px;
  }

  .contacts-phone--fixed .contacts-phone {
    width: 58px;
    height: 58px;
    margin-bottom: 9vh;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    background: rgba(51,61,80,.7);
  }

  .contacts-phone--fixed .contacts-phone img {
    width: 28px;
  }

  .container {
    padding-left: 30px;
    padding-right: 30px;
    max-width: 827px;
  }

  .header {
    padding: 27px 0;
  }

  .header .lang-swith--desktop,
  .header .s-hero-home_lang {
    display: none;
  }

  .header.open-menu {
    background: var(--background);
    border-color: #fff;
  }

  .header.open-menu .header_inner {
    pointer-events: auto;
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    background: var(--background);
  }

  .header.open-menu .header_inner .container {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
  }

  .header.open-menu .header_wrap:after,
  .header.open-menu .header_wrap:before {
    opacity: 1;
  }

  .header_logo {
    width: 126px;
    max-width: 126px;
    margin-right: auto;
  }

  .header .btn-burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 30px;
  }

  .header_wrap>.btn {
    display: none;
  }

  .header_wrap:after,
  .header_wrap:before {
    content: "";
    position: fixed;
    width: 100%;
    height: 100%;
    -webkit-transition: 1.2s;
    -o-transition: 1.2s;
    transition: 1.2s;
    opacity: 0;
    pointer-events: none;
    z-index: 1;
  }

  .header_wrap:before {
    top: 0;
    right: 0;
    background: url(../images/decore/ellipse-192.png) no-repeat 100% 0/contain;
  }

  .header_wrap:after {
    bottom: 0;
    left: 0;
    background: url(../images/decore/ellipse-192-2.png) no-repeat 0 100%/contain;
  }

  .header_menu {
    display: block;
    text-align: center;
    font-weight: 500;
    font-size: 24px;
    line-height: 123%;
    text-transform: uppercase;
  }

  .header_menu li {
    margin-bottom: 27px;
  }

  .header_menu a {
    opacity: 1;
  }

  .header_inner {
    position: fixed;
    left: 0;
    bottom: 0;
    right: 0;
    top: 88px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 47px;
    padding-bottom: 33px;
    max-height: calc(100% - 88px);
    overflow-y: auto;
    overflow-x: hidden;
    pointer-events: none;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transition: .4s ease-out;
    -o-transition: .4s ease-out;
    transition: .4s ease-out;
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
  }

  .header_inner>.btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-bottom: 30px;
  }

  .header_inner__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: auto;
    width: 100%;
    gap: 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
  }

  .header_contacts {
    margin-bottom: 12px;
  }

  .header_contacts li {
    display: block;
  }

  .header_contacts a {
    opacity: .8;
    font-weight: 500;
    font-size: 18px;
    line-height: 123%;
  }

  .header .contacts-phone {
    margin-left: auto;
    width: 32px;
    height: 32px;
    margin-right: 0;
    font-size: 0;
    color: transparent;
  }

  .header .contacts-phone .header_icon {
    display: none;
  }

  .header .contacts-phone img {
    width: 18px;
  }

  .btn {
    padding: 7px 18px;
    font-size: 18px;
    line-height: 123%;
    min-height: 56px;
  }

  .btn_icon {
    width: 40px;
    min-width: 40px;
    height: 40px;
  }

  .btn--clear {
    min-height: 44px;
    font-size: 16px;
    gap: 8px;
  }

  .btn--clear .btn_icon {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    width: 20px;
    min-width: 20px;
    height: 20px;
    background: transparent;
  }

  .btn--clear .btn_icon:after {
    -webkit-filter: invert(1) brightness(1000);
    filter: invert(1) brightness(1000);
    background-size: 20px;
  }

  .btn--clear:hover {
    background: transparent;
    color: var(--white);
  }

  .btn--clear:hover .btn_icon {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    background: transparent;
  }

  .footer_contacts {
    font-size: 24px;
  }

  .footer_contacts li:not(:last-of-type) {
    margin-bottom: 12px;
  }

  .footer_location {
    font-size: 18px;
  }

  .footer_info {
    font-size: 16px;
  }

  a.cursor-area {
    cursor: pointer;
  }

  .custom-cursor {
    display: none;
  }

  .modal_title {
    font-size: 52px;
  }

  .service-page:before {
    opacity: .5;
    left: 2%;
    right: 2%;
  }

  .service-page_decoere:after {
    width: 90vw;
    height: 90vw;
  }

  .service-page_section {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .service-page_section:first-of-type {
    padding-top: 44px;
  }

  .service-page_section:not(:last-of-type) {
    margin-bottom: 30px;
  }

  .service-page_head {
    position: static;
    margin-bottom: 34px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .service-page_head .btn {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    margin-top: 0;
    margin-bottom: 18px;
  }

  .service-page_head,
  .service-page_main {
    width: 100%;
  }

  .service-page_title {
    font-size: 50px;
  }

  .service-page_subtitle {
    font-size: 32px;
  }

  .service-page p,
  .service-page ul {
    font-size: 20px;
  }

  .news {
    padding-bottom: 37px;
  }

  .news .title-section {
    margin-top: 42px;
  }

  .news-page {
    border-top: 0;
    margin-top: 37px;
  }

  .news-page_section {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .news-page_section:not(:last-of-type) {
    margin-bottom: 70px;
  }

  .news-page_section:last-of-type .news-page_date {
    display: none;
  }

  .news-page_date {
    width: 100%;
    font-size: 28px;
    position: static;
    padding-bottom: 30px;
    border-bottom: 1px solid var(--white);
    padding-top: 0;
  }

  .news-page_content {
    width: 100%;
  }

  .news-page_item.in-active {
    background: var(--white);
    color: var(--background);
  }

  .news-page_item.in-active .more {
    border-color: var(--background);
  }

  .news-page_item.in-active .more:after {
    -webkit-filter: invert(0) brightness(0);
    filter: invert(0) brightness(0);
  }

  .news .pagination {
    margin-top: 39px;
  }

  .news .pagination a {
    font-size: 20px;
  }

  .news .more {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-top: 12px;
  }

  .new-article {
    padding-bottom: 80px;
  }

  .new-article h1 {
    font-size: 54px;
  }

  .new-article_content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 44px;
  }

  .new-article_img {
    width: 100%;
    position: static;
    height: auto;
  }

  .new-article_head-desktop {
    display: none;
  }

  .new-article_head-mob {
    display: block;
  }

  .new-article .btn--clear {
    margin-top: 0;
    margin-bottom: 18px;
  }

  .new-article .dete {
    font-size: 24px;
    margin-top: 12px;
    margin-bottom: 0;
  }

  .new-article_main {
    padding-top: 0;
  }

  .new-article ol,
  .new-article p,
  .new-article ul {
    font-size: 22px;
  }

  .new-article ol:not(:last-of-type),
  .new-article p:not(:last-of-type),
  .new-article ul:not(:last-of-type) {
    margin-bottom: 21px;
  }

  .contact-us {
    padding-bottom: 80px;
  }

  .contact-us .title-section {
    margin-top: 42px;
  }

  .contact-us_title {
    font-size: 56px;
  }

  .contact-us_wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 34px;
    gap: 17px;
    margin-bottom: 100px;
  }

  .contact-us_col {
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
  }

  .contact-us_info {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .contact-us_map {
    margin-top: 40px;
    height: 500px;
  }

  .s-contact {
    margin-bottom: 160px;
  }

  .s-hero-home_inner {
    padding: 40px 0 100px;
  }

  .s-hero-home_title {
    font-size: 56px;
  }

  .s-hero-home_left {
    max-width: 100%;
  }

  .s-hero-home_right {
    display: none;
  }

  .s-hero-home_descript {
    font-size: 20px;
  }

  .s-hero-home .scroll-down {
    font-size: 18px;
  }

  .s-hero-home .scroll-down:after {
    background-size: 17px;
    width: 18px;
    height: 18px;
  }

  .s-hero-home_inner {
    min-height: calc(100vh - 88px);
  }

  .s-latest-news_descript {
    font-size: 22px;
  }

  .s-latest-news_content {
    gap: 20px;
    padding-bottom: 68px;
  }

  .s-latest-news_item {
    top: 36px!important;
    left: 0!important;
    max-width: 100%;
    -webkit-transform: none!important;
    -ms-transform: none!important;
    transform: none!important;
    position: sticky;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .s-latest-news_item:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-backdrop-filter: blur(var(--blur-value,0));
    backdrop-filter: blur(var(--blur-value,0));
    pointer-events: none;
    z-index: 1;
  }

  .s-latest-news_title {
    margin-top: auto;
  }

  .s-latest-news_text {
    margin-bottom: auto;
  }

  .s-latest-news_link {
    position: static;
    font-weight: 500;
    font-size: 18px;
    line-height: 123%;
    color: var(--white);
    opacity: 1;
    margin-top: 12px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 4px;
    border-bottom: 1px solid var(--white);
  }

  .s-latest-news_link:after {
    content: "";
    background: url(../../dist/images/icons/arrow-right.svg) no-repeat 50%/18px;
    width: 20px;
    height: 20px;
    -webkit-filter: invert(1) brightness(1000);
    filter: invert(1) brightness(1000);
  }

  .s-our-clients {
    height: auto;
  }

  .s-our-clients_wrap {
    padding-top: 0;
    min-height: calc(100vh - 100px);
  }

  .s-our-clients:after {
    z-index: 2;
  }

  .s-our-clients_link:before {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 50%;
    z-index: 2;
    background: -webkit-gradient(linear,left bottom, left top,from(rgba(51,61,80,.17)),to(rgba(51,61,80,0))),-webkit-gradient(linear,left top, left bottom,from(rgba(51,61,80,0)),to(#333d50));
    background: -o-linear-gradient(bottom,rgba(51,61,80,.17),rgba(51,61,80,0)),-o-linear-gradient(top,rgba(51,61,80,0),#333d50);
    background: linear-gradient(0deg,rgba(51,61,80,.17),rgba(51,61,80,0)),linear-gradient(180deg,rgba(51,61,80,0),#333d50);
  }

  .s-our-clients .container {
    position: relative;
    z-index: 3;
  }

  .s-our-clients .animatedText .letter {
    opacity: 1!important;
  }

  .s-our-clients_title {
    font-size: 40px;
  }

  .s-our-clients_descript {
    font-size: 22px;
  }

  .s-our-clients:after,
  .s-our-clients:before {
    width: 100%;
    height: 100vw;
  }

  .s-our-clients:before {
    left: -20%;
    top: -30%;
  }

  .s-our-clients:after {
    bottom: -10%;
  }

  .s-our-clients_inner {
    padding: 20px 0 60px;
  }

  .s-our-services_item.in-active {
    color: var(--background);
  }

  .s-our-services_item.in-active:before {
    opacity: 0;
  }

  .s-our-services_item.in-active:after {
    opacity: 1;
  }

  .s-our-services {
    padding-bottom: 160px;
    position: static!important;
    -webkit-transform: none!important;
    -ms-transform: none!important;
    transform: none!important;
  }

  .s-our-services:after,
  .s-our-services:before {
    width: 100%;
    height: 100vw;
  }

  .s-our-services:before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    top: 20%;
  }

  .s-our-services:after {
    bottom: 3%;
  }

  .s-our-services_slider {
    max-width: 100%;
  }

  .s-our-services_slider .swiper-slide {
    margin: 0!important;
    width: 100%!important;
    min-width: 100%;
  }

  .s-our-services .swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-transform: none!important;
    -ms-transform: none!important;
    transform: none!important;
    gap: 20px;
  }

  .s-our-services_text {
    font-size: 22px;
  }

  .s-our-services_descript {
    font-size: 17px;
  }

  .s-services:after,
  .s-services:before {
    width: 100vw;
    height: 100vw;
  }

  .s-services:before {
    top: 40%;
  }

  .s-services_wrap {
    margin-top: 50px;
  }

  .s-services_item {
    width: calc(50% - 8px);
    -webkit-transform: translateZ(0)!important;
    transform: translateZ(0)!important;
    top: 0!important;
    min-height: 239px;
  }

  .s-services_tabs {
    font-size: 16px;
    margin-top: 22px;
  }

  .s-services_tabs li {
    padding: 18px 29px;
  }

  .s-services .title-section {
    margin-top: 42px;
  }

  .s-prices {
    padding-bottom: 50px;
  }

  .s-prices .title-section {
    margin-top: 42px;
  }

  .s-prices_content {
    margin-top: 29px;
  }

  .s-prices_search__field:after {
    width: 20px;
    height: 20px;
    background-size: 20px;
    right: 18px;
  }

  .s-prices_search__field input {
    height: 49px;
    padding: 6px 16px;
    font-size: 18px;
    border-radius: 6px;
  }

  .s-prices_search__dropdown {
    margin-top: 10px;
    border-radius: 6px;
    padding: 0 16px;
  }

  .s-prices_search__dropdown li {
    font-size: 18px;
    padding: 18px 0;
    text-transform: none;
  }

  .s-prices_search__category {
    margin-bottom: 56px;
    margin-top: 10px;
  }

  .s-prices_search__category .select-name {
    font-size: 18px;
    padding: 14px 16px;
  }

  .s-prices_search__category .select-name:after {
    width: 30px;
    height: 30px;
    background-size: 30px;
    top: 11px;
    right: 16px;
  }

  .s-prices_search__category .select-options-wrap {
    padding: 0 16px;
    border-radius: 6px;
  }

  .s-prices_search__category .select-item {
    font-size: 18px;
    padding: 18px 0;
    text-transform: none;
  }

  .s-prices_search__category .select-options {
    margin-top: 6px;
  }

  .s-prices_section {
    margin-top: 60px;
  }

  .s-prices_section__title {
    font-size: 26px;
    margin-bottom: 12px;
  }

  .s-prices_section__content {
    background: transparent;
    color: var(--white);
    padding: 0;
    font-size: 16px;
  }

  .s-prices_section__content li {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    border-bottom: 1px solid hsla(0,0%,93%,.6)!important;
  }

  .s-prices_section__content li p:first-of-type {
    color: #c8cace;
  }

  .s-prices_section__content li p:first-of-type span {
    color: #fff;
  }

  .s-prices_section__content li p:last-of-type {
    min-width: 39%;
  }

  .s-prices_section__content li p:last-of-type span {
    display: block;
  }

  .s-about_block.s-about_hero {
    padding-top: 88px;
  }

  .s-about_block.s-about_hero:after {
    top: -50vw;
    width: 150%;
    height: 150vw;
    opacity: .6;
  }

  .s-about_block.s-about_hero .s-about_text {
    font-size: 40px;
    margin-top: 88px;
  }

  .s-about_text {
    font-size: 28px;
  }

  .s-team:after {
    top: -50vw;
    width: 150%;
    height: 150vw;
    opacity: .6;
  }

  .s-team {
    padding: 100px 0;
  }

  .s-team .name {
    font-size: 20px;
  }

  .s-team .job-title {
    font-size: 16px;
  }

  .s-team_item {
    width: calc(50% - 12px);
  }

  .s-team .photo {
    height: 48vw;
  }

  .s-team_wrap {
    margin-top: 40px;
  }
}

@media (max-width:767px) {
  body:before {
    width: 400px;
    height: 400px;
  }

  body:after {
    background-size: 150px;
  }

  .title-section {
    font-size: 52px;
  }

  .title-sub-section {
    font-size: 48px;
  }

  .container {
    padding-left: 20px;
    padding-right: 20px;
    max-width: 747px;
  }

  .form-wrap {
    gap: 22px;
  }

  .form-field {
    font-size: 18px;
    line-height: 123%;
    padding-left: 0;
    padding-right: 0;
  }

  textarea.form-field {
    height: 106px;
  }

  .footer {
    padding: 99px 0 70px;
  }

  .footer_col {
    width: 100%;
    display: block;
  }

  .footer_col:first-of-type .footer_social {
    display: none;
  }

  .footer_col:last-of-type {
    border-top: 1px solid var(--white);
    padding-top: 32px;
  }

  .footer_col:last-of-type .btn {
    display: none;
  }

  .footer .mob {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }

  .footer_logo {
    margin-bottom: 54px;
  }

  .footer_wrap {
    gap: 0;
  }

  .footer_contacts {
    margin-top: 36px;
  }

  .footer_location,
  .footer_social {
    margin-top: 16px;
  }

  .footer_social {
    gap: 7px;
  }

  .footer_social a {
    border: 1px solid hsla(0,0%,93%,.3);
    border-radius: 50%;
    width: 52px;
    height: 52px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .footer_menu {
    margin-top: 30px;
    margin-bottom: 38px;
  }

  .select {
    font-size: 18px;
  }

  .select-name {
    padding-left: 0;
    padding-right: 0;
  }

  .select-item {
    padding: 12px 16px;
  }

  .service-page_title {
    font-size: 46px;
  }

  .service-page p,
  .service-page ul {
    font-size: 19px;
  }

  .service-page_subtitle {
    font-size: 29px;
  }

  .service-page p:not(:last-of-type) {
    margin-bottom: 20px;
  }

  .service-page img {
    margin-bottom: 24px;
  }

  .service-page .wp-block-heading {
    margin: 28px 0 24px;
  }

  .news .service-page_decoere:after {
    top: -2%;
    opacity: .55;
  }

  .news-page_content,
  .news-page_date {
    margin-left: -20px;
    width: calc(100% + 40px);
    min-width: calc(100% + 40px);
  }

  .news-page_date {
    padding-left: 20px;
    padding-right: 20px;
  }

  .news-page_item {
    gap: 23px;
  }

  .news-page_item .date {
    font-size: 24px;
  }

  .news-page_item .title {
    font-size: 34px;
  }

  .news .pagination {
    margin-top: 32px;
  }

  .new-article h1 {
    font-size: 42px;
  }

  .new-article .dete,
  .new-article ol,
  .new-article p,
  .new-article ul {
    font-size: 20px;
  }

  .contact-us {
    padding-bottom: 0;
    border-bottom: 0;
  }

  .contact-us_info {
    padding: 32px;
  }

  .contact-us_info .title {
    font-size: 24px;
    margin-bottom: 6px;
  }

  .contact-us_info p {
    font-size: 19px;
  }

  .contact-us_title {
    font-size: 44px;
  }

  .contact-us_form {
    padding: 40px 20px;
  }

  .contact-us_form .title {
    font-size: 38px;
  }

  .contact-us_social {
    margin-bottom: 16px;
    margin-top: 10px;
  }

  .contact-us_social a {
    width: 43px;
    height: 43px;
  }

  .contact-us_social a img {
    width: 28px;
  }

  .contact-us_col {
    border-radius: 6px;
  }

  .contact-us_item:not(:last-of-type) {
    margin-bottom: 30px;
  }

  .contact-us .form-wrap {
    margin-top: 26px;
  }

  .contact-us_map {
    height: 440px;
    border-radius: 0;
  }

  .s-contact {
    margin-bottom: 120px;
  }

  .s-contact .form-wrap {
    margin-top: 0;
  }

  .s-contact .btn {
    margin-top: 2px;
  }

  .s-hero-home_title {
    font-size: 44px;
  }

  .s-hero-home_img__hero {
    -o-object-fit: cover;
    object-fit: cover;
  }

  .s-latest-news_date,
  .s-latest-news_title {
    font-size: 32px;
  }

  .s-latest-news_text {
    font-size: 19px;
  }

  .s-our-clients_title {
    font-size: 36px;
  }

  .s-our-clients_descript {
    font-size: 21px;
  }

  .s-our-services {
    padding-bottom: 120px;
  }

  .s-our-services_item {
    min-height: 407px;
  }

  .s-our-services_descript {
    font-size: 16px;
    margin-top: 14px;
  }

  .s-our-services_head {
    margin-bottom: 38px;
  }

  .s-about_block.s-about_hero .s-about_text {
    font-size: 32px;
  }

  .s-about_text {
    font-size: 24px;
  }

  .s-team .name {
    font-size: 18px;
    margin-bottom: 0;
  }

  .s-team .job-title {
    font-size: 14px;
  }

  .s-team .photo {
    margin-bottom: 10px;
  }
}

@media (max-width:690px) {
  .news-page_item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .news-page_item .date {
    display: none;
  }

  .news-page_item .image {
    width: 100%;
    min-width: 100%;
    height: 44vw;
    min-height: 174px;
  }

  .news-page_item .image img {
    -o-object-position: top;
    object-position: top;
  }
}

@media (max-width:580px) {
  .title-section {
    font-size: 40px;
  }

  .title-sub-section {
    font-size: 35px;
  }

  .form-field-wrapper:has(.form-field.w-50) {
    width: 100%;
  }

  .notification {
    font-size: 20px;
    text-align: center;
    position: static;
  }

  .footer_logo {
    width: 205px;
  }

  .footer_menu {
    font-size: 18px;
  }

  .modal_title {
    font-size: 36px;
  }

  .modal_window {
    padding: 34px;
  }

  .modal_close {
    top: 20px;
  }

  .modal p {
    font-size: 18px;
  }

  .service-page_title {
    font-size: 35px;
  }

  .service-page .wp-block-heading,
  .service-page_subtitle {
    font-size: 24px;
  }

  .service-page p,
  .service-page ul {
    font-size: 18px;
  }

  .news-page_date {
    font-size: 24px;
  }

  .news-page_item {
    padding: 28px 18px;
  }

  .news-page_item .title {
    font-size: 24px;
  }

  .news-page_item .descript {
    font-size: 18px;
    margin-top: 12px;
  }

  .new-article {
    padding-bottom: 0;
  }

  .new-article h1 {
    font-size: 35px;
  }

  .new-article .dete,
  .new-article ol,
  .new-article p,
  .new-article ul {
    font-size: 18px;
  }

  .new-article h2,
  .new-article h3,
  .new-article h4,
  .new-article h5,
  .new-article h6 {
    margin-bottom: 20px;
    font-size: 24px;
  }

  .contact-us_info .title {
    font-size: 20px;
  }

  .contact-us_info p {
    font-size: 18px;
  }

  .contact-us_form .title,
  .contact-us_title {
    font-size: 35px;
  }

  .contact-us_map {
    height: 388px;
  }

  .s-contact--white {
    padding: 80px 0;
    padding: 60px 0;
  }

  .s-contact {
    margin-bottom: 60px;
  }

  .s-contact .btn {
    width: 100%;
  }

  .s-hero-home_title {
    font-size: 36px;
  }

  .s-hero-home_descript {
    opacity: .6;
    font-size: 18px;
  }

  .s-hero-home .scroll-down {
    font-size: 16px;
  }

  .s-hero-home .scroll-down:after {
    background-size: 16px;
    width: 17px;
    height: 17px;
  }

  .s-latest-news_date,
  .s-latest-news_title {
    font-size: 28px;
  }

  .s-latest-news_title {
    margin-bottom: 12px;
  }

  .s-latest-news_item {
    min-height: 389px;
    padding: 26px;
  }

  .s-latest-news_descript {
    font-size: 20px;
  }

  .s-latest-news_text {
    font-size: 16px;
  }

  .s-our-clients_title {
    font-size: 30px;
  }

  .s-our-clients_descript {
    font-size: 20px;
    margin-top: 36px;
  }

  .s-our-services_item {
    padding: 20px 26px 26px;
  }

  .s-our-services_item:has(.s-our-services_see-all) {
    background: transparent;
    border: 1px solid var(--white);
  }

  .s-our-services_item:has(.s-our-services_see-all):before {
    display: none;
  }

  .s-our-services_title {
    font-size: 26px;
  }

  .s-our-services_text {
    font-size: 20px;
  }

  .s-our-services_inner:before {
    font-size: 32px;
  }

  .s-our-services_see-all {
    font-size: 18px;
  }

  .s-services_item {
    padding: 16px;
  }

  .s-services_title {
    font-size: 18px;
  }

  .s-services_icon {
    height: 37px;
  }

  .s-prices {
    padding-bottom: 0;
  }

  .s-prices_section__title {
    font-size: 24px;
  }

  .s-about_block.s-about_hero .s-about_text {
    font-size: 26px;
  }

  .s-about_text {
    font-size: 20px;
  }

  .s-team .name {
    font-size: 16px;
  }

  .s-team .job-title {
    font-size: 12px;
  }

  .s-team_wrap {
    gap: 24px 12px;
  }

  .s-team_item {
    width: calc(50% - 6px);
  }
}

@media (max-width:490px) {
  .s-services_tabs {
    max-width: 100%;
    font-size: 15px;
  }

  .s-services_tabs li {
    padding: 18px 8px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }

  .s-services_title {
    font-size: 16px;
  }
}

@media (max-width:460px) {
  .s-about_block.s-about_hero .s-about_text {
    font-size: 22px;
  }
}

@media (max-width:425px) {
  .s-services_item {
    padding: 14px;
  }

  .s-services_title {
    font-size: 14px;
  }
}

@media (max-width:420px) {
  .footer_contacts {
    font-size: 21px;
  }
}

@media (min-width:1024px) and (max-width:1250px) {
  .header .contacts-phone {
    font-size: 14px;
  }
}

@media (hover:hover) {
  .contacts-phone--fixed .contacts-phone:hover {
    -webkit-transition: background 1s ease-out;
    -o-transition: background 1s ease-out;
    transition: background 1s ease-out;
    background: rgba(51,61,80,.71);
  }

  .contacts-phone--fixed .contacts-phone:hover img {
    -webkit-animation: tell .9s ease-out;
    animation: tell .9s ease-out;
  }

  .contacts-phone--fixed .contacts-phone:hover:after {
    -webkit-animation: pulseCall 1.6s ease-out infinite;
    animation: pulseCall 1.6s ease-out infinite;
    -webkit-animation-delay: .2s;
    animation-delay: .2s;
  }
}

.s-services_tabs.scroller {
  display: none;
}

@media (max-width: 1023px){
  .s-services_tabs.scroller {
    display: flex;
  }
  .s-services_tabs.switcher {
    display: none;
  }
}

@media (min-width: 1024px) {


  .tabs-flex-wrapper {
    display: flex;
    gap: 20px;
  }

  .tab-item {
    width: 80%;
    transition: all 1s;
  }

  .tab-item.non-active {
    width: calc(20% - 20px);
    transition: all 1s;
  }

  .tab-item.non-active .s-services_wrap {
    flex-direction: column;
    transition: all 1s;
  }

  .tab-item.non-active .s-services_item {
    width: 100%;
    min-height: 0;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    top: 0;
    bottom: 0;
    padding: 15px;
    /*transition: all 1s;*/
    background: none;
    border: 1px solid var(--white);
  }

  .tab-item.non-active .s-services_item .s-services_icon {
    height: 0;
    transition: all 1s;
  }

  .tab-item.non-active .s-services_item .s-services_title {
    font-size: 16px;
    line-height: 1.2;
    transition: all 1s;
  }
}
.services-price-title {
  font-family: var(--second-family);
  font-size: 36px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 30px;
}
.services-price-list {
  display: grid;
  grid-template-columns: 1fr;
  border-radius: 10px;
  padding: 0 20px;
  background: var(--white);

  font-weight: 500;
  font-size: 22px;
  line-height: 123%;
}
.services-price-item {
  display: flex;
  justify-content: space-between;
  padding: 20px;
  gap: 15px;
}
.services-price-item + .services-price-item {
  border-top: 1px solid var(--background);
}

.services-price-item p.services-price-item-title,
.services-price-item p.services-price-item-price {
  margin-bottom: 0;
  color: var(--background);
}
@media (max-width: 1023px) {
  .services-price-list {
    background: transparent;
  }
  .services-price-item p.services-price-item-title,
  .services-price-item p.services-price-item-price {
    color: var(--white);
  }
  .services-price-item + .services-price-item {
    border-color: var(--white);
  }
  .services-price-list {
    font-size: 18px;
  }
  .services-price-item {
    padding: 10px;
    gap: 5px;
  }
}

.service-page .text-404 {
	font-size: 100px;
}
