@charset "UTF-8";
@import "../fonts/graphik/stylesheet.css";
* {
  padding: 0px;
  margin: 0px;
  border: 0px;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

aside,
nav,
footer,
header,
section {
  display: block;
}

html {
  font-size: 20px;
}

html,
body {
  height: 100%;
  padding: 0 !important;
}

body {
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
  font-family: "Graphik LCG", sans-serif;
  font-size: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
  background-color: inherit;
}

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

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}

svg:focus {
  outline: none;
}

html {
  overflow-y: scroll;
  scrollbar-gutter: stable;
  --fancybox-scrollbar-compensate: 0px !important;
}
body {
  color: #374151;
  font-family: "Graphik LCG", sans-serif;
  font-weight: 400;
  line-height: 1.4em;
  background: #FEF9F2;
}

.container {
  width: 100%;
  max-width: 1540px;
  margin: 0 auto;
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 620px) {
  .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.wrapper {
  overflow-x: clip;
}

.section {
  margin-bottom: 160px;
}
@media (max-width: 860px) {
  .section {
    margin-bottom: 120px;
  }
}
@media (max-width: 620px) {
  .section {
    margin-bottom: 100px;
  }
}
@media (max-width: 440px) {
  .section {
    margin-bottom: 80px;
  }
}
.section__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 80px;
}
@media (max-width: 940px) {
  .section__header {
    margin: 0 0 60px;
  }
}
@media (max-width: 620px) {
  .section__header {
    margin: 0 0 40px;
  }
}
.section__header_center {
  margin: 0 auto 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  text-align: center;
}
@media (max-width: 620px) {
  .section__header_center {
    margin: 0 auto 40px;
  }
}
@media (max-width: 440px) {
  .section__header_center {
    margin: 0 auto 30px;
  }
}
.section__header_center .section__subtitle {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.section__header_nav {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 60px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.section__header_nav .col:nth-child(1) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.section__header_nav .col:last-of-type {
  padding-bottom: 10px;
}
@media (max-width: 440px) {
  .section__header_nav .col:last-of-type {
    display: none;
  }
}
.section__header_info {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1.5fr 1fr;
  grid-template-columns: 1.5fr 1fr;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
@media (max-width: 940px) {
  .section__header_info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -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: start;
  }
}
.section__header_info .col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.section__header_info p {
  line-height: 1.7em;
  font-size: 18px;
  color: #7d8491;
}
.section__header .col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.section__subtitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 20px;
  white-space: nowrap;
  line-height: 1em;
}
@media (max-width: 1260px) {
  .section__subtitle {
    font-size: 18px;
    gap: 18px;
  }
}
@media (max-width: 940px) {
  .section__subtitle {
    font-size: 16px;
    gap: 16px;
  }
}
@media (max-width: 520px) {
  .section__subtitle {
    font-size: 14px;
    gap: 14px;
  }
}
.section__title {
  font-size: 60px;
  font-weight: 600;
  line-height: 1.2em;
}
@media (max-width: 1260px) {
  .section__title {
    font-size: 50px;
  }
}
@media (max-width: 940px) {
  .section__title {
    font-size: 40px;
  }
}
@media (max-width: 520px) {
  .section__title {
    font-size: 34px;
  }
}
@media (max-width: 440px) {
  .section__title {
    font-size: 28px;
  }
}

.slider-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
.slider-nav__btn {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  background: #FFFFFF;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.slider-nav__btn i {
  font-size: 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.slider-nav__btn:hover {
  background: #374151;
}
.slider-nav__btn:hover i {
  color: #FFFFFF;
}

span.important {
  background-color: #CBD6A2;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  padding: 2px 8px;
  border-radius: 4px;
}

a {
  display: inline-block;
  color: #374151;
  border-bottom: 1px solid rgba(55, 65, 81, 0.3);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  line-height: 1.2em;
  padding-bottom: 1px;
  font-weight: 500;
}
a:hover {
  border-color: #374151;
}

.bullet {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  position: relative;
  top: -1px;
}
.bullet_1 {
  background: #CBD6A2;
}
.bullet_2 {
  background: #F3897E;
}
@media (max-width: 1260px) {
  .bullet {
    width: 18px;
    height: 18px;
  }
}
@media (max-width: 940px) {
  .bullet {
    width: 16px;
    height: 16px;
  }
}
@media (max-width: 520px) {
  .bullet {
    width: 14px;
    height: 14px;
  }
}

.ax-ui {
  position: fixed;
  inset: 0;
  padding: 40px 0;
  z-index: 999;
  pointer-events: none;
  width: 100vw;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  height: 100dvh;
}
.ax-ui::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 120px;
  background: rgba(55, 65, 81, 0.5);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  opacity: 0;
  -webkit-transition: opacity 0.8s ease-in-out;
  transition: opacity 0.8s ease-in-out;
  pointer-events: none;
}
@media (max-width: 860px) {
  .ax-ui::before {
    height: 100px;
  }
}
@media (max-width: 520px) {
  .ax-ui::before {
    height: 80px;
  }
}
@media (max-width: 440px) {
  .ax-ui::before {
    height: 60px;
  }
}
@media (max-width: 860px) {
  .ax-ui {
    padding: 30px 0;
  }
}
@media (max-width: 520px) {
  .ax-ui {
    padding: 20px 0;
  }
}
@media (max-width: 440px) {
  .ax-ui {
    padding-top: 10px;
  }
}
.ax-ui .ax-container {
  height: 100%;
}
.ax-ui__wrapper {
  position: relative;
  height: 100%;
  width: 100%;
}
.ax-ui__logo {
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 860px) {
  .ax-ui__logo {
    width: 200px;
  }
}
@media (max-width: 520px) {
  .ax-ui__logo {
    width: 120px;
    top: 10px;
  }
}
.ax-ui__btn {
  position: absolute;
  top: 7px;
  left: calc(50% - 30px);
}
@media (max-width: 860px) {
  .ax-ui__btn {
    left: calc(50% - 25px);
  }
}
@media (max-width: 520px) {
  .ax-ui__btn {
    left: calc(50% - 20px);
  }
}
.ax-ui__phone {
  pointer-events: all;
  position: absolute;
  right: 0;
  top: 5px;
}
.ax-ui__phone a {
  color: #A3A3A3;
  font-size: 40px;
  font-weight: 800;
  line-height: 1em;
  white-space: nowrap;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 860px) {
  .ax-ui__phone a {
    font-size: 28px;
  }
}
@media (max-width: 520px) {
  .ax-ui__phone a {
    font-size: 18px;
  }
}
@media (max-width: 860px) {
  .ax-ui__phone {
    top: 10px;
  }
}
@media (max-width: 520px) {
  .ax-ui__phone {
    top: 12px;
  }
}
.ax-ui__indicator {
  width: 24px;
  height: 40px;
  position: absolute;
  bottom: 0;
  left: calc(50% - 12px);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  pointer-events: all;
}
.ax-ui__indicator .__border {
  stroke: #A3A3A3;
}
.ax-ui__indicator .__arrow {
  -webkit-animation: mouse-down 1s linear infinite;
          animation: mouse-down 1s linear infinite;
  stroke: #A3A3A3;
}
.ax-ui__indicator.is-reversed {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  cursor: pointer;
}
.ax-ui__indicator.is-reversed:hover .__arrow, .ax-ui__indicator.is-reversed:hover .__border {
  stroke: #FFFFFF;
}
@media (max-width: 520px) {
  .ax-ui__indicator {
    left: 0;
  }
}
.ax-ui__socials {
  pointer-events: all;
  position: absolute;
  bottom: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.ax-ui__socials a {
  width: 40px;
  height: 40px;
  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;
  background: #353535;
  color: #FFFFFF;
  font-size: 20px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.ax-ui__socials a:hover {
  background: #F24530;
}
.ax-ui._underlay::before {
  opacity: 1;
}

.ax-burger {
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 10px;
  pointer-events: all;
}
.ax-burger span {
  background: #FFFFFF;
  width: 40px;
  height: 2px;
  display: block;
  margin: 0px auto;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.ax-burger span:nth-child(2) {
  margin: 10px auto;
}
@media (max-width: 860px) {
  .ax-burger span:nth-child(2) {
    margin: 8px auto;
  }
}
@media (max-width: 860px) {
  .ax-burger span {
    width: 30px;
  }
}
@media (max-width: 520px) {
  .ax-burger {
    padding: 5px;
  }
}

._overlay-open .ax-ui__phone {
  pointer-events: all;
}
._overlay-open .ax-ui__phone a {
  color: #B5B9C6;
}
._overlay-open .ax-ui__socials {
  pointer-events: all;
}
._overlay-open .ax-ui__socials a {
  background: #B5B9C6;
  color: #A3A3A3;
}
._overlay-open .ax-ui__socials a:hover {
  color: #FFFFFF;
  background: #F24530;
}
._overlay-open .ax-burger {
  pointer-events: all;
  -webkit-animation: smallbig 0.6s forwards;
          animation: smallbig 0.6s forwards;
  background: rgba(124, 128, 140, 0.8);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
}
._overlay-open .ax-burger span {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
._overlay-open .ax-burger span:nth-child(1) {
  -webkit-transform: translateY(12px) rotate(45deg);
          transform: translateY(12px) rotate(45deg);
}
@media (max-width: 860px) {
  ._overlay-open .ax-burger span:nth-child(1) {
    -webkit-transform: translateY(10px) rotate(45deg);
            transform: translateY(10px) rotate(45deg);
  }
}
._overlay-open .ax-burger span:nth-child(2) {
  opacity: 0;
}
._overlay-open .ax-burger span:nth-child(3) {
  -webkit-transform: translateY(-12px) rotate(-45deg);
          transform: translateY(-12px) rotate(-45deg);
}
@media (max-width: 860px) {
  ._overlay-open .ax-burger span:nth-child(3) {
    -webkit-transform: translateY(-10px) rotate(-45deg);
            transform: translateY(-10px) rotate(-45deg);
  }
}
._overlay-open .ax-ui__indicator {
  opacity: 0;
}
._overlay-open._underlay::before {
  opacity: 0;
}

@-webkit-keyframes smallbig {
  0%, 100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}

@keyframes smallbig {
  0%, 100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}
@-webkit-keyframes mouse-down {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  20%, 80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(10%);
            transform: translateY(10%);
  }
}
@keyframes mouse-down {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  20%, 80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(10%);
            transform: translateY(10%);
  }
}
.ax-overlay {
  background: rgba(124, 128, 140, 0.9);
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  z-index: 998;
  -webkit-transition: -webkit-clip-path 0.6s ease-in-out;
  transition: -webkit-clip-path 0.6s ease-in-out;
  transition: clip-path 0.6s ease-in-out;
  transition: clip-path 0.6s ease-in-out, -webkit-clip-path 0.6s ease-in-out;
  pointer-events: none;
}
.ax-overlay__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease 0.3s;
  transition: opacity 0.4s ease 0.3s;
  padding: 160px 0;
}
@media (max-width: 940px) {
  .ax-overlay__content {
    padding: 120px 0 40px;
  }
}
@media (max-width: 860px) {
  .ax-overlay__content {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media (max-width: 520px) {
  .ax-overlay__content {
    padding: 100px 0 0;
  }
}
@media (max-width: 440px) {
  .ax-overlay__content {
    padding: 80px 0 40px;
  }
}
.ax-overlay__wrapper {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -ms-grid-columns: 1fr 40px 1fr 40px 1fr 40px 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}
@media (max-width: 1260px) {
  .ax-overlay__wrapper {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 940px) {
  .ax-overlay__wrapper {
    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: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
    max-height: 100dvh;
    height: 100%;
    padding-bottom: 80px;
  }
}
@media (max-width: 520px) {
  .ax-overlay__wrapper {
    gap: 20px;
  }
}
.ax-overlay__col--1 {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
}
@media (max-width: 1260px) {
  .ax-overlay__col--1 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    padding-left: 60px;
  }
}
@media (max-width: 1260px) and (max-width: 940px) {
  .ax-overlay__col--1 {
    padding-left: 0;
  }
}
.ax-overlay__col--2 {
  -ms-grid-column: 3;
  -ms-grid-column-span: 2;
  grid-column: 3/5;
}
@media (max-width: 1260px) {
  .ax-overlay__col--2 {
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
    grid-column: 2/4;
  }
}
.ax-overlay__slogan {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: rotate(-90deg) translateX(-50%);
          transform: rotate(-90deg) translateX(-50%);
  -webkit-transform-origin: left;
          transform-origin: left;
  padding-top: 40px;
}
.ax-overlay__slogan span {
  font-size: 24px;
  color: #B5B9C6;
  font-weight: 500;
}
@media (max-width: 520px) {
  .ax-overlay__slogan span {
    font-size: 18px;
  }
}
@media (max-width: 940px) {
  .ax-overlay__slogan {
    position: static;
    -webkit-transform: none;
            transform: none;
    padding-top: 0px;
  }
}
.ax-overlay__lines {
  position: absolute;
  inset: 0;
  width: 100vw;
  padding: 0 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: -1;
}
.ax-overlay__lines span {
  width: 1px;
  height: 100%;
  background: rgba(152, 156, 169, 0.5);
  overflow: hidden;
  position: relative;
}
.ax-overlay__lines span::after {
  content: "";
  display: block;
  position: absolute;
  height: 15vh;
  width: 100%;
  top: -50%;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(75%, #ffffff), to(#ffffff));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 75%, #ffffff 100%);
  -webkit-animation: drop 7s 0s infinite;
          animation: drop 7s 0s infinite;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
          animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
}
.ax-overlay__lines span:nth-child(1)::after {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
@media (max-width: 1260px) {
  .ax-overlay__lines span:nth-child(2)::after {
    -webkit-animation-delay: 2.5s;
            animation-delay: 2.5s;
  }
}
@media (max-width: 1260px) {
  .ax-overlay__lines span:nth-child(2) {
    opacity: 1;
  }
}
@media (max-width: 940px) {
  .ax-overlay__lines span:nth-child(2) {
    display: none;
  }
}
.ax-overlay__lines span:nth-child(3)::after {
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}
@media (max-width: 1260px) {
  .ax-overlay__lines span:nth-child(3) {
    opacity: 0;
  }
}
@media (max-width: 940px) {
  .ax-overlay__lines span:nth-child(3) {
    opacity: 1;
  }
}
.ax-overlay__lines span:nth-child(4) {
  opacity: 0;
}
@media (max-width: 1260px) {
  .ax-overlay__lines span:nth-child(4) {
    display: none;
  }
}
@media (max-width: 620px) {
  .ax-overlay__lines {
    padding: 0 10px;
  }
}
.ax-overlay._is-open {
  pointer-events: auto;
}
.ax-overlay._is-open .ax-overlay__content {
  opacity: 1;
}

.ax-menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
@media (max-width: 440px) {
  .ax-menu__list {
    gap: 20px;
  }
}
.ax-menu__link {
  font-size: 40px;
  font-weight: 700;
  white-space: nowrap;
  color: #FFFFFF;
  line-height: 1em;
  position: relative;
}
.ax-menu__link::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: -4px;
  right: -4px;
  max-width: 0;
  z-index: -1;
  background: #F24530;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.ax-menu__link:hover::before {
  max-width: 600px;
}
@media (max-width: 1440px) {
  .ax-menu__link {
    font-size: 36px;
  }
}
@media (max-width: 1260px) {
  .ax-menu__link {
    font-size: 30px;
  }
}
@media (max-width: 520px) {
  .ax-menu__link {
    font-size: 26px;
  }
}
@media (max-width: 440px) {
  .ax-menu__link {
    font-size: 22px;
  }
}

.ax-cf {
  position: relative;
  padding-left: 60px;
}
@media (max-width: 940px) {
  .ax-cf {
    padding-left: 0;
  }
}
@media (max-width: 520px) {
  .ax-cf {
    padding-bottom: 80px;
  }
}
.ax-cf__title {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: rotate(-90deg) translateX(-50%);
          transform: rotate(-90deg) translateX(-50%);
  -webkit-transform-origin: left;
          transform-origin: left;
  padding-top: 40px;
}
.ax-cf__title span {
  font-size: 30px;
  color: #B5B9C6;
  font-weight: 700;
}
@media (max-width: 1440px) {
  .ax-cf__title span {
    font-size: 26px;
  }
}
@media (max-width: 520px) {
  .ax-cf__title span {
    font-size: 24px;
  }
}
@media (max-width: 940px) {
  .ax-cf__title {
    position: static;
    -webkit-transform: none;
            transform: none;
    margin-bottom: 40px;
  }
}
@media (max-width: 520px) {
  .ax-cf__title {
    margin-bottom: 20px;
  }
}
.ax-cf .ax-textarea__field {
  height: 160px;
}

@-webkit-keyframes drop {
  0% {
    top: -50%;
  }
  100% {
    top: 110%;
  }
}

@keyframes drop {
  0% {
    top: -50%;
  }
  100% {
    top: 110%;
  }
}
.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 60px;
  background: #374151;
  padding: 0 40px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
  border-radius: 80px;
  border: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.btn__name {
  color: #FFFFFF;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 18px;
  font-weight: 500;
  line-height: 1em;
  white-space: nowrap;
}
.btn:hover {
  background: #FFFFFF;
}
.btn:hover .btn__name {
  color: #374151;
}
.btn_trans {
  background: transparent;
  border: 1px solid #374151;
}
.btn_trans .btn__name {
  color: #374151;
}
.btn_trans:hover {
  background: #374151;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transform: none;
          transform: none;
  border-color: #374151;
}
.btn_trans:hover .btn__name {
  color: #FFFFFF;
}
.btn_w {
  background: #374151;
  border: 1px solid #FFFFFF !important;
}
.btn_w .btn__name {
  color: #FFFFFF;
}
.btn_w:hover {
  background: #FFFFFF;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transform: none;
          transform: none;
  border: 1px solid #FFFFFF !important;
}
.btn_w:hover .btn__name {
  color: #374151;
}

.project-modal {
  width: 100%;
  max-width: 640px;
  padding: 60px;
  background: #FEF9F2;
  border-radius: 40px;
}
@media (max-width: 620px) {
  .project-modal {
    padding: 30px 20px;
    border-radius: 24px;
  }
}
.project-modal__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  margin-bottom: 40px;
}
@media (max-width: 620px) {
  .project-modal__header {
    margin-bottom: 30px;
  }
}
.project-modal__title {
  font-size: 30px;
  font-weight: 600;
  line-height: 1.3em;
}
@media (max-width: 940px) {
  .project-modal__title {
    font-size: 26px;
  }
}
@media (max-width: 620px) {
  .project-modal__title {
    font-size: 22px;
  }
}
.project-modal__stats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0;
}
.project-modal__stat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
  padding: 20px 0;
  border-bottom: 1px solid rgba(10, 10, 10, 0.08);
}
.project-modal__stat:first-child {
  padding-top: 0;
}
.project-modal__stat:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.project-modal__stat_text {
  padding-top: 24px;
}
.project-modal__stat_text .project-modal__value {
  font-size: 18px;
  font-weight: 400;
  color: #7d8491;
  line-height: 1.6em;
}
.project-modal__label {
  font-size: 14px;
  line-height: 1em;
  color: #7d8491;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}
@media (max-width: 620px) {
  .project-modal__label {
    font-size: 13px;
  }
}
.project-modal__value {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4em;
  color: #374151;
}
@media (max-width: 940px) {
  .project-modal__value {
    font-size: 22px;
  }
}
@media (max-width: 620px) {
  .project-modal__value {
    font-size: 20px;
  }
}
.project-modal__body p {
  font-size: 20px;
  line-height: 1.7em;
  margin-bottom: 16px;
}
.project-modal__body p:last-child {
  margin-bottom: 0;
}
@media (max-width: 620px) {
  .project-modal__body p {
    font-size: 16px;
  }
}

.modal__close {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 10;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #FAECE2;
  color: #374151;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: none;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 18px;
  line-height: 1;
}
.modal__close:hover {
  background: #F3897E;
  color: #FFFFFF;
}
@media (max-width: 620px) {
  .modal__close {
    width: 40px;
    height: 40px;
    top: 12px;
    right: 12px;
    font-size: 16px;
  }
}

.fancybox__content:has(.project-modal),
.fancybox__content:has(.news-modal) {
  padding: 0;
  background: transparent;
  border-radius: 0;
  max-width: none;
  width: auto !important;
}

.fancybox__slide:has(.news-modal) {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.news-modal {
  width: 100%;
  max-width: 900px;
  max-height: 90vh;
  background: #FFFFFF;
  border-radius: 40px;
  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;
}
@media (max-width: 520px) {
  .news-modal {
    border-radius: 8px;
  }
}
.news-modal__inner {
  overflow-y: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-height: 0;
}
.news-modal__img {
  aspect-ratio: 3/2;
  width: 100%;
  position: relative;
  border-radius: 40px;
  overflow: hidden;
}
.news-modal__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
  display: block;
}
.news-modal__header {
  padding: 40px 0 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: 16px;
}
@media (max-width: 1260px) {
  .news-modal__header {
    padding: 30px 0 0;
  }
}
@media (max-width: 620px) {
  .news-modal__header {
    padding: 24px 0 0;
    gap: 12px;
  }
}
.news-modal__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.news-modal__tags span {
  height: 30px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 40px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 400;
  border: 1px solid #7d8491;
  color: #7d8491;
  padding: 0 20px;
}
@media (max-width: 620px) {
  .news-modal__tags {
    gap: 10px;
  }
}
.news-modal__title {
  font-weight: 600;
  font-size: 30px;
  line-height: 1.4em;
}
@media (max-width: 1440px) {
  .news-modal__title {
    font-size: 28px;
  }
}
@media (max-width: 1260px) {
  .news-modal__title {
    font-size: 26px;
  }
}
@media (max-width: 940px) {
  .news-modal__title {
    font-size: 22px;
  }
}
@media (max-width: 620px) {
  .news-modal__title {
    font-size: 20px;
  }
}
.news-modal__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.news-modal__meta .date {
  font-size: 18px;
  color: #7d8491;
  line-height: 1em;
  white-space: nowrap;
  font-weight: 400;
}
@media (max-width: 620px) {
  .news-modal__meta .date {
    font-size: 14px;
  }
}
.news-modal__body {
  padding: 30px 0 60px;
  font-weight: 400;
  line-height: 1.7em;
  font-size: 20px;
}
@media (max-width: 1440px) {
  .news-modal__body {
    font-size: 19px;
  }
}
@media (max-width: 1260px) {
  .news-modal__body {
    padding: 24px 0 40px;
    font-size: 18px;
  }
}
@media (max-width: 940px) {
  .news-modal__body {
    font-size: 16px;
  }
}
@media (max-width: 620px) {
  .news-modal__body {
    padding: 20px 0 30px;
    font-size: 14px;
  }
}
.news-modal__body p {
  margin-bottom: 16px;
}
.news-modal__body p:last-child {
  margin-bottom: 0;
}
.news-modal__body img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin: 20px 0;
}
.news-modal__body h2, .news-modal__body h3, .news-modal__body h4 {
  font-weight: 600;
  margin: 24px 0 12px;
}
.news-modal__body ul, .news-modal__body ol {
  margin: 16px 0;
  padding-left: 24px;
}

.header {
  position: fixed;
  top: 40px;
  width: 100%;
  max-width: 1920px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 100;
}
.header__wrapper {
  padding-left: 40px;
  padding-right: 40px;
  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;
}
@media (max-width: 620px) {
  .header__wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.header__logo {
  height: 80px;
}
.header__logo a {
  display: inline;
}
.header__logo img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 940px) {
  .header__logo {
    height: 50px;
  }
}
.header__overlay {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  -webkit-transition: 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  position: fixed;
  inset: 0;
  z-index: 101;
  background: #FEF9F2;
}
.header__overlay::after {
  content: "";
  position: absolute;
  bottom: -500px;
  left: -500px;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: #FFFFFF;
  -webkit-transform: translate(50%, -50%) scale(0);
          transform: translate(50%, -50%) scale(0);
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: -webkit-transform 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: transform 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: transform 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -webkit-transform-origin: center;
          transform-origin: center;
  z-index: -1;
}

.nav-main {
  background: #FFFFFF;
  height: 74px;
  border-radius: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  padding: 0 12px 0 24px;
  border: 1px solid rgba(55, 65, 81, 0.1);
}
.nav-main__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
.nav-main__footer {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px 20px;
}
.nav-main__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1em;
  white-space: nowrap;
  font-size: 16px;
  font-weight: 500;
  color: #7d8491;
  padding: 12px 0;
  border: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.nav-main__link:hover {
  color: #91411a;
}
@media (max-width: 940px) {
  .nav-main__link {
    opacity: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
}
.nav-main__item_btn .nav-main__link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 60px;
  background: #374151;
  border: 1px solid #374151;
  padding: 0 40px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 80px;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 500;
  line-height: 1em;
  white-space: nowrap;
}
.nav-main__item_btn .nav-main__link:hover {
  background: #FFFFFF;
  color: #374151;
}
@media (max-width: 940px) {
  .nav-main {
    display: none;
  }
}

.burger {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50px;
  height: 50px;
  position: relative;
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: -webkit-transform 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: transform 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: transform 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  border: 1px solid rgba(55, 65, 81, 0.1);
  border-radius: 50%;
}
.burger__face {
  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: 100%;
  height: 100%;
  position: absolute;
  border-radius: 50%;
  background-color: #FFFFFF;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.burger__face_back {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
@media (max-width: 940px) {
  .burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (max-width: 940px) {
  .menu-visible .burger {
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
  }
}
@media (max-width: 940px) {
  .menu-visible .header {
    z-index: 102;
  }
}
@media (max-width: 940px) {
  .menu-visible .header__overlay {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
  }
}
.menu-visible .header__overlay::after {
  -webkit-transform: translate(50%, -50%) scale(2.5);
          transform: translate(50%, -50%) scale(2.5);
}
@media (max-width: 940px) {
  .menu-visible .nav-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    top: 80px;
    width: 100%;
    left: 0;
    right: 0;
    padding-left: 40px;
    padding-right: 40px;
    background: transparent;
    height: calc(100svh - 80px);
    border-radius: 0;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: stretch;
        -ms-flex-pack: stretch;
            justify-content: stretch;
    border: none;
    gap: 40px;
    overflow-y: auto;
    overflow-x: hidden;
    opacity: 0;
    -webkit-animation: menuFadeIn 0.5s 0.8s forwards;
            animation: menuFadeIn 0.5s 0.8s forwards;
  }
}
@media (max-width: 620px) {
  .menu-visible .nav-main {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 940px) {
  .menu-visible .nav-main__list {
    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;
    gap: 12px;
  }
}
@media (max-width: 940px) {
  .menu-visible .nav-main__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 20px;
    width: 100%;
    border-top: 1px solid rgba(55, 65, 81, 0.1);
  }
}
@media (max-width: 620px) {
  .menu-visible .nav-main__footer {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (max-width: 940px) {
  .menu-visible .nav-main__footer .nav-main__link {
    font-size: 22px;
    margin-top: auto;
  }
}
@media (max-width: 620px) {
  .menu-visible .nav-main__footer .nav-main__link {
    font-size: 18px;
  }
}
@media (max-width: 940px) {
  .menu-visible .nav-main__item_btn .nav-main__link {
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
    height: auto;
    background: unset;
    border: unset;
    padding: 12px 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: unset;
    color: unset;
    font-size: 28px;
    font-weight: 500;
    line-height: 1em;
    white-space: nowrap;
  }
  .menu-visible .nav-main__item_btn .nav-main__link:hover {
    background: unset;
    color: unset;
  }
}
@media (max-width: 940px) {
  .menu-visible .nav-main__link {
    font-size: 28px;
    color: #374151;
    opacity: 1;
  }
}

@-webkit-keyframes menuFadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes menuFadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.hero {
  position: relative;
  z-index: 10;
  min-height: max(100svh, 800px);
}
@media (max-width: 620px) {
  .hero {
    min-height: 100svh;
  }
}
@media (max-width: 620px) and (orientation: landscape) {
  .hero {
    min-height: auto;
  }
}
.hero__bg {
  overflow: hidden;
  border-bottom-left-radius: 80px;
  border-bottom-right-radius: 80px;
  position: absolute;
  inset: 0;
  z-index: -1;
}
.hero__bg::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.6)), color-stop(50%, rgba(0, 0, 0, 0)));
  background: linear-gradient(to right, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 50%);
}
@media (max-width: 620px) {
  .hero__bg {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
}
.hero__bg-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero__bg-img_desktop {
  -o-object-position: 55% center;
     object-position: 55% center;
}
@media (max-width: 620px) {
  .hero__bg-img_desktop {
    display: none;
  }
}
.hero__bg-img_mobile {
  display: none;
  -o-object-position: center center;
     object-position: center center;
}
@media (max-width: 620px) {
  .hero__bg-img_mobile {
    display: block;
  }
}
.hero__wrapper {
  height: 100svh;
  min-height: 800px;
  padding: 100px 0 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
@media (max-width: 620px) {
  .hero__wrapper {
    min-height: 0;
    padding: 80px 0 40px;
  }
}
@media (max-width: 620px) and (orientation: landscape) {
  .hero__wrapper {
    height: auto;
    min-height: 480px;
  }
}
.hero__content {
  margin: auto 0;
  width: 100%;
  max-width: 550px;
}
@media (max-width: 620px) {
  .hero__content {
    margin: auto 0 0;
  }
}
.hero__title {
  font-weight: 700;
  font-size: 90px;
  color: #FFFFFF;
  line-height: 1em;
}
@media (max-width: 1260px) {
  .hero__title {
    font-size: 60px;
  }
}
@media (max-width: 940px) {
  .hero__title {
    font-size: 50px;
  }
}
.hero__desc {
  margin-top: 60px;
  color: #FFFFFF;
  font-size: 18px;
  line-height: 1.4em;
  font-weight: 500;
}
@media (max-width: 1260px) {
  .hero__desc {
    font-size: 16px;
  }
}
@media (max-width: 620px) {
  .hero__desc {
    font-size: 14px;
    margin-top: 30px;
  }
}
.hero__desc-full {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: max-height 0.5s ease, opacity 0.3s ease;
  transition: max-height 0.5s ease, opacity 0.3s ease;
}
.hero__desc-toggle {
  margin-top: 12px;
  padding: 0;
  border: 0;
  background: none;
  color: #FFFFFF;
  font-size: inherit;
  font-weight: 500;
  cursor: pointer;
  text-decoration: underline;
}
.hero__desc-toggle:hover {
  opacity: 0.8;
}
.hero__desc.is-open .hero__desc-full {
  opacity: 1;
}
.hero__action {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}

.section-intro {
  margin: 80px auto;
  position: relative;
  z-index: 0;
}
.section-intro__content {
  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: 40px 0;
  max-width: 900px;
  margin: 0 auto;
}
@media (max-width: 1260px) {
  .section-intro__content {
    max-width: 800px;
    padding: 160px 0;
  }
}
@media (max-width: 940px) {
  .section-intro__content {
    max-width: 600px;
    padding: 130px 0;
  }
}
@media (max-width: 860px) {
  .section-intro__content {
    max-width: 400px;
    padding: 90px 0;
  }
}
@media (max-width: 620px) {
  .section-intro__content {
    padding: 40px 0;
  }
}
@media (max-width: 440px) {
  .section-intro__content {
    max-width: 250px;
    padding: 20px 0;
  }
}
.section-intro__content p {
  font-size: 40px;
  text-align: center;
  font-weight: 500;
  line-height: 1.4em;
}
@media (max-width: 1260px) {
  .section-intro__content p {
    font-size: 34px;
  }
}
@media (max-width: 940px) {
  .section-intro__content p {
    font-size: 26px;
  }
}
@media (max-width: 620px) {
  .section-intro__content p {
    font-size: 22px;
  }
}
@media (max-width: 440px) {
  .section-intro__content p {
    font-size: 20px;
  }
}
@media (max-width: 940px) {
  .section-intro {
    margin: 40px auto;
  }
}
.section-intro_1 {
  padding: 160px 0;
}
@media (max-width: 940px) {
  .section-intro_1 {
    padding: 100px 0;
  }
}
@media (max-width: 520px) {
  .section-intro_1 {
    padding: 40px 0;
  }
}

.circle-reveal {
  position: absolute;
  width: 600px;
  height: 600px;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: -1;
  will-change: transform;
}
@media (max-width: 860px) {
  .circle-reveal {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 520px) {
  .circle-reveal {
    width: 300px;
    height: 300px;
  }
}
@media (max-width: 440px) {
  .circle-reveal {
    width: 200px;
    height: 200px;
  }
}

.about {
  position: relative;
  z-index: 10;
}

.about-person {
  margin-top: 60px;
  position: relative;
  z-index: 10;
}
@media (max-width: 1260px) {
  .about-person {
    margin-top: 50px;
  }
}
@media (max-width: 860px) {
  .about-person {
    margin-top: 40px;
  }
}
.about-person__wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media (max-width: 1260px) {
  .about-person__wrapper {
    gap: 20px;
  }
}
@media (max-width: 860px) {
  .about-person__wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    justify-items: center;
  }
}
.about-person__item {
  border-radius: 40px;
  overflow: hidden;
}
@media (max-width: 860px) {
  .about-person__item {
    max-width: 400px;
    border-radius: 8px;
  }
}
@media (max-width: 620px) {
  .about-person__item {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 40% 1fr;
    grid-template-columns: 40% 1fr;
  }
}
.about-person__img {
  aspect-ratio: 3/4;
  width: 100%;
}
.about-person__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-person__info {
  background: #FFFFFF;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  height: 100%;
}
@media (max-width: 1260px) {
  .about-person__info {
    padding: 20px;
  }
}
.about-person__name {
  font-size: 26px;
  line-height: 1.4em;
  font-weight: 500;
}
@media (max-width: 1260px) {
  .about-person__name {
    font-size: 24px;
  }
}
@media (max-width: 940px) {
  .about-person__name {
    font-size: 20px;
  }
}
@media (max-width: 620px) {
  .about-person__name {
    font-size: 16px;
  }
}
.about-person__desc {
  color: #7d8491;
  font-size: 18px;
  line-height: 1.4em;
}
@media (max-width: 1260px) {
  .about-person__desc {
    font-size: 16px;
  }
}
@media (max-width: 940px) {
  .about-person__desc {
    font-size: 14px;
  }
}

.about-info {
  margin-top: 160px;
  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;
}
@media (max-width: 620px) {
  .about-info {
    margin-top: 100px;
  }
}
@media (max-width: 440px) {
  .about-info {
    margin-top: 80px;
  }
}
.about-info__description {
  width: 100%;
  max-width: 900px;
  position: relative;
}
@media (max-width: 1260px) {
  .about-info__description {
    max-width: 700px;
  }
}
@media (max-width: 940px) {
  .about-info__description {
    max-width: 500px;
  }
}
@media (max-width: 620px) {
  .about-info__description {
    max-width: 400px;
    margin-top: 200px;
  }
}
@media (max-width: 520px) {
  .about-info__description {
    max-width: 300px;
  }
}
@media (max-width: 440px) {
  .about-info__description {
    max-width: 280px;
  }
}
.about-info__text {
  line-height: 1.7em;
  font-weight: 500;
  text-align: center;
}
.about-info__text_1 {
  font-size: 40px;
}
@media (max-width: 1260px) {
  .about-info__text_1 {
    font-size: 30px;
  }
}
@media (max-width: 940px) {
  .about-info__text_1 {
    font-size: 26px;
  }
}
@media (max-width: 620px) {
  .about-info__text_1 {
    font-size: 22px;
  }
}
@media (max-width: 520px) {
  .about-info__text_1 {
    font-size: 20px;
  }
}
@media (max-width: 440px) {
  .about-info__text_1 {
    font-size: 16px;
  }
}
.about-info__text_2 {
  font-size: 20px;
}
@media (max-width: 1260px) {
  .about-info__text_2 {
    font-size: 18px;
  }
}
@media (max-width: 940px) {
  .about-info__text_2 {
    font-size: 16px;
  }
}
@media (max-width: 620px) {
  .about-info__text_2 {
    font-size: 14px;
  }
}
.about-info .edge-icon {
  position: absolute;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1260px) {
  .about-info .edge-icon {
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 620px) {
  .about-info .edge-icon {
    width: 50px;
    height: 50px;
  }
}
.about-info .bottom-icon {
  display: block;
  margin: 24px auto 0;
  width: 160px;
  border-radius: 80px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1260px) {
  .about-info .bottom-icon {
    width: 120px;
    height: 60px;
  }
}
@media (max-width: 620px) {
  .about-info .bottom-icon {
    width: 100px;
    height: 50px;
  }
}
.about-info__bg {
  margin-bottom: 80px;
  width: 60vw;
  max-width: 900px;
  aspect-ratio: 900/520;
  border-radius: 40px;
  overflow: hidden;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  z-index: 5;
}
@media (max-width: 620px) {
  .about-info__bg {
    border-radius: 8px;
    width: 100%;
    height: auto;
    margin-bottom: 40px;
  }
}
@media (max-width: 440px) {
  .about-info__bg {
    margin-bottom: 30px;
  }
}
.about-info__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-info__content {
  margin-top: 100px;
  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;
  position: relative;
  width: 100%;
  max-width: 900px;
}
.about-info__images {
  position: absolute;
  top: -120px;
  bottom: -120px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100vw;
  pointer-events: none;
  z-index: 1;
}
.about-info__img {
  position: absolute;
  border-radius: 24px;
  overflow: hidden;
  -webkit-box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
          box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
  will-change: transform;
}
.about-info__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-info__text_2 {
  position: relative;
  z-index: 2;
}
.about-info__text_2 p {
  margin-bottom: 20px;
}
.about-info__text_2 p:last-of-type {
  margin-bottom: 0;
}

.about-info__img._mob {
  position: relative !important;
  height: auto !important;
  aspect-ratio: 7/4;
  border-radius: 16px;
  -webkit-box-shadow: 0 14px 40px rgba(0, 0, 0, 0.18);
          box-shadow: 0 14px 40px rgba(0, 0, 0, 0.18);
  margin-bottom: 16px;
  will-change: auto;
}
.about-info__img._mob img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-info__img._mob._mob-0 {
  width: 72%;
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin-left: -40px;
  -webkit-transform: rotate(-5deg) !important;
          transform: rotate(-5deg) !important;
}
.about-info__img._mob._mob-1 {
  width: 65%;
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin-right: -35px;
  -webkit-transform: rotate(3.5deg) !important;
          transform: rotate(3.5deg) !important;
}
.about-info__img._mob._mob-2 {
  width: 68%;
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin-left: -45px;
  -webkit-transform: rotate(4deg) !important;
          transform: rotate(4deg) !important;
}
.about-info__img._mob._mob-3 {
  width: 74%;
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin-right: -40px;
  -webkit-transform: rotate(-3deg) !important;
          transform: rotate(-3deg) !important;
}

.reviews__wrapper {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  margin-top: 60px;
  overflow: visible;
}
@media (max-width: 620px) {
  .reviews__wrapper {
    margin-top: 40px;
  }
}
@media (max-width: 440px) {
  .reviews__wrapper {
    margin-top: 0;
  }
}

.slider-reviews-item {
  width: 100%;
  max-width: 300px;
  height: 100%;
  background: #FFFFFF;
  padding: 30px;
  border-radius: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
.slider-reviews-item i {
  position: absolute;
  top: 30px;
  left: 130px;
  z-index: 2;
  font-size: 60px;
  color: #F3897E;
  -webkit-transition: left 0.5s ease;
  transition: left 0.5s ease;
}
.slider-reviews-item__img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  overflow: hidden;
  -webkit-transition: width 0.5s ease, height 0.5s ease;
  transition: width 0.5s ease, height 0.5s ease;
}
.slider-reviews-item__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.slider-reviews-item__content {
  font-size: 14px;
  line-height: 1.7em;
  -webkit-transition: font-size 0.5s ease;
  transition: font-size 0.5s ease;
}
.slider-reviews-item__info {
  font-size: 14px;
  line-height: 1.7em;
  color: #7d8491;
  -webkit-transition: font-size 0.5s ease;
  transition: font-size 0.5s ease;
}

.slider-reviews {
  overflow: visible;
  padding: 40px 0;
}
@media (max-width: 620px) {
  .slider-reviews {
    padding: 30px 0;
  }
}
@media (max-width: 440px) {
  .slider-reviews {
    padding: 0;
  }
}
.slider-reviews .splide__slide {
  height: auto;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.slider-reviews .splide__slide:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  z-index: 2;
}
@media (max-width: 440px) {
  .slider-reviews .splide__slide:hover {
    -webkit-transform: unset;
            transform: unset;
  }
}
.slider-reviews .splide__list {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.slider-reviews_few .splide__list {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.slider-reviews .splide__track {
  overflow: visible;
}

.endowment__wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 80px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
}
@media (max-width: 1260px) {
  .endowment__wrapper {
    gap: 60px;
  }
}
@media (max-width: 940px) {
  .endowment__wrapper {
    gap: 40px;
  }
}
@media (max-width: 860px) {
  .endowment__wrapper {
    gap: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.endowment__main {
  border-radius: 40px;
  padding: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  background: #FFFFFF;
  height: 100%;
}
@media (max-width: 1260px) {
  .endowment__main {
    padding: 60px;
  }
}
@media (max-width: 940px) {
  .endowment__main {
    padding: 40px;
  }
}
.endowment__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
.endowment__col:first-child .endowment__main {
  background: #FAECE2;
}
@media (max-width: 860px) {
  .endowment__col {
    gap: 20px;
  }
}
@media (max-width: 520px) {
  .endowment__col {
    font-size: 16px;
  }
}
.endowment__qr {
  margin-bottom: 20px;
}
.endowment__name {
  font-size: 28px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1em;
  white-space: nowrap;
}
@media (max-width: 620px) {
  .endowment__name {
    font-size: 22px;
  }
}
.endowment__el .name {
  font-size: 14px;
  line-height: 1em;
  white-space: nowrap;
  color: #A3A3A3;
}
@media (max-width: 520px) {
  .endowment__el .name {
    font-size: 12px;
  }
}
.endowment__el .value {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.7em;
}
@media (max-width: 520px) {
  .endowment__el .value {
    font-size: 16px;
  }
}

.projects {
  position: relative;
  z-index: 10;
}
.projects__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 120px;
}
@media (max-width: 1260px) {
  .projects__wrapper {
    gap: 80px;
  }
}

.projects-item {
  display: -ms-grid;
  display: grid;
  gap: 160px;
  position: relative;
  -ms-grid-columns: 1fr 160px 1fr;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 1440px) {
  .projects-item {
    gap: 80px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 1260px) {
  .projects-item {
    gap: 40px;
  }
}
@media (max-width: 940px) {
  .projects-item {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
@media (max-width: 940px) {
  .projects-item:nth-child(even) .projects-item__img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media (max-width: 940px) {
  .projects-item:nth-child(even) .projects-item__content {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.projects-item__img {
  aspect-ratio: 600/400;
  border-radius: 40px;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  position: relative;
  overflow: hidden;
  z-index: 10;
}
.projects-item__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 40px;
}
.projects-item__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  position: relative;
  z-index: 10;
}
@media (max-width: 1440px) {
  .projects-item__content {
    gap: 20px;
  }
}
@media (max-width: 520px) {
  .projects-item__content {
    gap: 10px;
  }
}
.projects-item__name {
  font-size: 34px;
  font-weight: 600;
  line-height: 1.4em;
}
@media (max-width: 1440px) {
  .projects-item__name {
    font-size: 28px;
  }
}
@media (max-width: 520px) {
  .projects-item__name {
    font-size: 22px;
  }
}
.projects-item__text {
  line-height: 1.7em;
  font-size: 20px;
  position: relative;
  z-index: 10;
}
@media (max-width: 520px) {
  .projects-item__text {
    font-size: 16px;
  }
}
.projects-item__info {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px auto;
  grid-template-columns: 1fr auto;
  gap: 40px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
@media (max-width: 1440px) {
  .projects-item__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
@media (max-width: 940px) {
  .projects-item__info {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.projects-item__more {
  margin-left: 10px;
  font-size: 16px;
}
.projects-item__target {
  border-radius: 8px;
  border: 1px solid #F3897E;
  padding: 20px;
  font-size: 16px;
}
@media (max-width: 520px) {
  .projects-item__target {
    padding: 10px;
  }
}
.projects-item__target .name {
  font-weight: 500;
}
.projects-item:hover:nth-child(odd) .projects-item__img {
  -webkit-transform: rotate(-5deg);
          transform: rotate(-5deg);
}
.projects-item:hover:nth-child(even) .projects-item__img {
  -webkit-transform: rotate(5deg);
          transform: rotate(5deg);
}

.projects-line {
  position: absolute;
  pointer-events: none;
  z-index: 0;
  overflow: visible;
}
@media (max-width: 940px) {
  .projects-line {
    display: none;
  }
}

.projects-line-mobile {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 0;
  overflow: visible;
  opacity: 0.5;
}
@media (min-width: 941px) {
  .projects-line-mobile {
    display: none;
  }
}

.sambo__wrapper {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -ms-grid-columns: 600px 160px 1fr;
  grid-template-columns: 600px 1fr;
  gap: 160px;
  position: relative;
  z-index: 10;
}
@media (max-width: 1440px) {
  .sambo__wrapper {
    gap: 100px;
  }
}
@media (max-width: 1260px) {
  .sambo__wrapper {
    gap: 60px;
    -ms-grid-columns: 1fr 60px 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 940px) {
  .sambo__wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.sambo__images {
  position: relative;
  width: 100%;
  max-height: 720px;
  height: auto;
  aspect-ratio: 600/720;
}
@media (max-width: 940px) {
  .sambo__images {
    height: 33vh;
    aspect-ratio: auto;
    border-radius: 8px;
  }
}
.sambo__img {
  width: 100%;
  position: absolute;
  inset: 0;
  border-radius: 40px;
  overflow: hidden;
}
@media (max-width: 940px) {
  .sambo__img {
    position: absolute;
    inset: 0;
  }
}
.sambo__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}
.sambo__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
@media (max-width: 940px) {
  .sambo__content {
    gap: 20px;
  }
}
.sambo__el {
  border-radius: 40px;
  background: #FFFFFF;
  padding: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
@media (max-width: 940px) {
  .sambo__el {
    padding: 40px;
  }
}
@media (max-width: 520px) {
  .sambo__el {
    padding: 20px;
  }
}
.sambo__name {
  font-weight: 600;
  font-size: 40px;
  line-height: 1.4em;
}
@media (max-width: 940px) {
  .sambo__name {
    font-size: 30px;
  }
}
@media (max-width: 520px) {
  .sambo__name {
    font-size: 20px;
  }
}
.sambo__text {
  font-size: 20px;
  line-height: 1.7em;
}
@media (max-width: 940px) {
  .sambo__text {
    font-size: 16px;
  }
}
@media (max-width: 520px) {
  .sambo__text {
    font-size: 14px;
  }
}

.news__header {
  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;
}
@media (max-width: 1440px) {
  .news__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media (max-width: 940px) {
  .news__header {
    -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;
    gap: 20px;
    margin-bottom: 40px;
  }
}
@media (max-width: 620px) {
  .news__header {
    margin-bottom: 30px;
  }
}
.news__wrapper {
  display: -ms-grid;
  display: grid;
  gap: 40px;
  -ms-grid-columns: 1fr 40px 1fr 40px 1fr;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 1260px) {
  .news__wrapper {
    gap: 20px;
  }
}
@media (max-width: 940px) {
  .news__wrapper {
    -ms-grid-columns: 1fr 10px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}
@media (max-width: 620px) {
  .news__wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.news__more {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.news__load-all._loading {
  pointer-events: none;
  opacity: 0.5;
}
.news__load-all._loading .btn__name::after {
  content: "...";
}
.news__filters {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.news-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE */
  -webkit-overflow-scrolling: touch;
  min-width: 0;
  max-width: 100%;
  padding: 1px 0;
}
.news-nav::-webkit-scrollbar {
  display: none; /* Chrome, Safari */
}
@media (max-width: 620px) {
  .news-nav {
    gap: 10px;
  }
}
.news-nav__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  height: 50px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 40px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 400;
  border: 1px solid #374151 !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 0 40px;
  cursor: pointer;
}
.news-nav__item:hover {
  background: #374151;
  border-color: #374151;
  color: #FFFFFF;
}
.news-nav__item._active {
  border-color: #F3897E !important;
  background: #F3897E;
  color: #FFFFFF;
}
@media (max-width: 620px) {
  .news-nav__item {
    height: 40px !important;
    max-height: 40px !important;
    min-height: 40px !important;
    font-size: 14px;
    padding: 0 20px;
  }
}

@media (max-width: 620px) {
  .news-select .news-select__inner, .news-select .choices__inner {
    height: 40px !important;
    max-height: 40px !important;
    min-height: 40px !important;
  }
}

.news-item {
  border-radius: 40px;
  overflow: hidden;
  background: #FFFFFF;
  border: none;
  display: block;
  padding: 0;
}
@media (max-width: 520px) {
  .news-item {
    border-radius: 8px;
  }
}
.news-item._news-fade {
  -webkit-animation: newsCardIn 0.4s ease both;
          animation: newsCardIn 0.4s ease both;
}
.news-item__img {
  height: 320px;
  width: 100%;
  position: relative;
}
@media (max-width: 1260px) {
  .news-item__img {
    height: 280px;
  }
}
@media (max-width: 940px) {
  .news-item__img {
    height: 240px;
  }
}
@media (max-width: 440px) {
  .news-item__img {
    height: 180px;
  }
}
.news-item__img::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
}
.news-item__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}
.news-item__content {
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
@media (max-width: 1260px) {
  .news-item__content {
    padding: 30px;
    gap: 14px;
  }
}
@media (max-width: 520px) {
  .news-item__content {
    padding: 20px;
    gap: 10px;
  }
}
.news-item__name {
  font-weight: 600;
  font-size: 26px;
  line-height: 1.4em;
}
@media (max-width: 1440px) {
  .news-item__name {
    font-size: 24px;
  }
}
@media (max-width: 1260px) {
  .news-item__name {
    font-size: 20px;
  }
}
@media (max-width: 940px) {
  .news-item__name {
    font-size: 18px;
  }
}
@media (max-width: 620px) {
  .news-item__name {
    font-size: 16px;
  }
}
.news-item__text {
  font-weight: 400;
  line-height: 1.7em;
  font-size: 20px;
  display: none;
}
@media (max-width: 1440px) {
  .news-item__text {
    font-size: 19px;
  }
}
@media (max-width: 1260px) {
  .news-item__text {
    font-size: 18px;
  }
}
@media (max-width: 940px) {
  .news-item__text {
    font-size: 16px;
  }
}
@media (max-width: 620px) {
  .news-item__text {
    font-size: 14px;
  }
}
.news-item__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  position: absolute;
  bottom: 20px;
  left: 40px;
  right: 40px;
  z-index: 2;
}
.news-item__tags span {
  height: 30px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 40px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 400;
  border: 1px solid #FFFFFF;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 0 20px;
  color: #FFFFFF;
}
@media (max-width: 1260px) {
  .news-item__tags {
    bottom: 15px;
    left: 30px;
    right: 30px;
    gap: 16px;
  }
}
@media (max-width: 860px) {
  .news-item__tags {
    bottom: 10px;
    left: 20px;
    right: 20px;
    gap: 10px;
  }
}
.news-item__meta {
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.news-item__meta .date {
  font-size: 18px;
  color: #7d8491;
  line-height: 1em;
  white-space: nowrap;
  font-weight: 400;
}
@media (max-width: 620px) {
  .news-item__meta .date {
    font-size: 14px;
  }
}
.news-item_full {
  -ms-grid-column-span: 2;
  grid-column: span 2;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  border: 1px solid #F3897E;
}
.news-item_full .news-item__img {
  height: 100%;
  width: 100%;
}
.news-item_full .news-item__img::before {
  display: none;
}
.news-item_full .news-item__tags {
  position: static;
}
.news-item_full .news-item__tags span {
  border-color: #7d8491;
  color: #7d8491;
}
.news-item_full .news-item__name {
  font-size: 22px;
}
.news-item_full .news-item__text {
  display: block;
}
@media (max-width: 620px) {
  .news-item_full {
    -ms-grid-column-span: 1;
    grid-column: span 1;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .news-item_full .news-item__img {
    height: 260px;
  }
}

.news-select {
  position: relative;
  display: inline-block;
  font-family: "Graphik LCG", sans-serif;
  overflow: visible !important;
}
.news-select .news-select__inner,
.news-select .choices__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 50px;
  padding: 0 40px 0 20px !important;
  border-radius: 40px;
  border: 1px solid #374151;
  background: transparent;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  white-space: nowrap;
  min-width: 140px;
}
@media (max-width: 620px) {
  .news-select .news-select__inner,
.news-select .choices__inner {
    height: 40px;
    font-size: 14px;
    padding: 0 40px 0 20px !important;
    min-width: 110px;
  }
}
.news-select .choices__list--single {
  padding: 0;
}
.news-select .news-select:hover .choices__inner {
  background: #374151;
  color: #FFFFFF;
}
.news-select:hover .choices__inner {
  background: #374151;
  color: #FFFFFF;
}
.news-select:hover::after {
  color: #FFFFFF !important;
}
.news-select.is-open::after {
  border-color: transparent transparent #FFFFFF !important;
}
.news-select::after {
  content: "\f078" !important;
  position: absolute;
  font-family: "Font Awesome 6 Pro";
  font-size: 12px;
  right: 16px !important;
  height: auto !important;
  width: auto !important;
  border: none !important;
  margin: 0 !important;
  -webkit-transform: translateY(calc(-50% - 1px)) rotate(0deg);
          transform: translateY(calc(-50% - 1px)) rotate(0deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  pointer-events: none;
  color: #374151 !important;
}
.news-select.is-open .choices__inner {
  border-color: #374151;
  background: #374151;
  color: #FFFFFF !important;
}
.news-select.is-open::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
  color: #FFFFFF !important;
}
.news-select .choices__list--dropdown {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  left: auto;
  min-width: 100%;
  background: #FFFFFF;
  border-radius: 16px;
  -webkit-box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
          box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
  padding: 8px 0;
  z-index: 10;
  overflow: hidden;
}
.news-select .choices__list--dropdown.is-active {
  border: none;
}
.news-select .choices__list--dropdown .choices__item {
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  white-space: nowrap;
  color: #374151;
}
.news-select .choices__list--dropdown .choices__item:hover, .news-select .choices__list--dropdown .choices__item.is-highlighted {
  background: #FEF9F2;
}
.news-select .choices__list--dropdown .choices__item.is-selected {
  font-weight: 600;
}
.news-select select {
  display: none !important;
}

@-webkit-keyframes newsCardIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(12px);
            transform: translateY(12px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes newsCardIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(12px);
            transform: translateY(12px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.gratitude__wrapper {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  margin-top: 60px;
  overflow: visible;
}
@media (max-width: 620px) {
  .gratitude__wrapper {
    margin-top: 40px;
  }
}
@media (max-width: 440px) {
  .gratitude__wrapper {
    margin-top: 20px;
  }
}

.slider-gratitude {
  --gratitude-h: 460px;
  --gratitude-max-w: 620px;
  --gratitude-min-w: 200px;
  overflow: visible;
  padding: 40px 0;
}
@media (max-width: 1260px) {
  .slider-gratitude {
    --gratitude-h: 420px;
  }
}
@media (max-width: 940px) {
  .slider-gratitude {
    --gratitude-h: 380px;
    --gratitude-max-w: 520px;
  }
}
@media (max-width: 620px) {
  .slider-gratitude {
    --gratitude-h: 320px;
    --gratitude-max-w: 78vw;
    --gratitude-min-w: 160px;
    padding: 30px 0;
  }
}
@media (max-width: 440px) {
  .slider-gratitude {
    --gratitude-h: 280px;
    padding: 10px 0;
  }
}
.slider-gratitude .splide__track {
  overflow: visible;
}
.slider-gratitude .splide__list {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.slider-gratitude .splide__slide {
  height: auto;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.slider-gratitude .splide__slide:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  z-index: 2;
}
@media (max-width: 620px) {
  .slider-gratitude .splide__slide:hover {
    -webkit-transform: unset;
            transform: unset;
  }
}

.slider-gratitude-item {
  height: 100%;
  margin: 0;
  padding: 20px;
  background: #FFFFFF;
  border-radius: 40px;
  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;
  gap: 20px;
  /* Горизонтальные письма: не даём им «съесть» всю ширину экрана */
}
@media (max-width: 620px) {
  .slider-gratitude-item {
    padding: 14px;
    gap: 14px;
    border-radius: 20px;
  }
}
.slider-gratitude-item__img {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: var(--gratitude-h);
  min-width: var(--gratitude-min-w);
  max-width: var(--gratitude-max-w);
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 8px;
  overflow: hidden;
  background: #FEF9F2;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
  -webkit-tap-highlight-color: transparent;
}
.slider-gratitude-item__img img {
  display: block;
  height: 100%;
  width: auto;
  max-width: var(--gratitude-max-w);
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-user-drag: none;
  pointer-events: none;
}
.slider-gratitude-item__zoom {
  position: absolute;
  inset: 0;
  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-size: 28px;
  color: #FFFFFF;
  background: rgba(53, 53, 53, 0.35);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (max-width: 620px) {
  .slider-gratitude-item__zoom {
    display: none;
  }
}
.slider-gratitude-item__img:hover .slider-gratitude-item__zoom, .slider-gratitude-item__img:focus-visible .slider-gratitude-item__zoom {
  opacity: 1;
}
.slider-gratitude-item__caption {
  margin: 0;
  font-size: 14px;
  line-height: 1.7em;
  text-align: center;
  color: #7d8491;
  max-width: var(--gratitude-max-w);
}
@media (max-width: 620px) {
  .slider-gratitude-item__caption {
    font-size: 13px;
  }
}
.slider-gratitude-item_horizontal .slider-gratitude-item__img {
  max-width: min(var(--gratitude-max-w), 88vw);
}
.slider-gratitude-item_horizontal .slider-gratitude-item__img img {
  max-width: min(var(--gratitude-max-w), 88vw);
}

/* Лайтбокс благодарностей */
.fancybox__container.gratitude-lightbox .fancybox__caption {
  font-size: 14px;
  line-height: 1.7em;
}

.footer {
  background: #374151;
  border-top-left-radius: 80px;
  border-top-right-radius: 80px;
  padding: 120px 0;
}
@media (max-width: 860px) {
  .footer {
    border-radius: 0;
    padding: 80px 0;
  }
}
@media (max-width: 520px) {
  .footer {
    border-radius: 0;
    padding: 40px 0;
  }
}
.footer__wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 860px) {
  .footer__wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.footer__logo a {
  border: none !important;
}
.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;
  gap: 20px;
}
.footer__col:nth-child(1) {
  padding-right: 40px;
}
@media (max-width: 860px) {
  .footer__col:nth-child(1) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media (max-width: 860px) {
  .footer__col:nth-child(2) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.footer__links {
  position: relative;
  height: 250px;
  overflow: hidden;
}
.footer__links .btn {
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
  will-change: transform;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}
@media (max-width: 860px) {
  .footer__links {
    height: 200px;
  }
}
.footer__title {
  color: #FFFFFF;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.4em;
}
@media (max-width: 520px) {
  .footer__title {
    font-size: 20px;
  }
}
.footer__text {
  color: #FFFFFF;
  font-size: 20px;
  line-height: 1.4em;
}
@media (max-width: 520px) {
  .footer__text {
    font-size: 16px;
  }
}
.footer__copyright {
  margin-top: auto;
  color: #FFFFFF;
  font-size: 18px;
  line-height: 1.4em;
}
@media (max-width: 520px) {
  .footer__copyright {
    font-size: 14px;
  }
}
.footer a {
  color: #FFFFFF;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  font-weight: 400;
}
.footer a:hover {
  border-color: #FFFFFF;
}