@import "../fonts/font-icons/style.css";
@import "../fonts/cera-pro/style.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: 16px;
}

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: "Cera Pro", 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;
}

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

.ax-page {
  color: #FFFFFF;
  font-family: "Cera Pro", sans-serif;
  font-weight: 400;
  line-height: 1.4em;
  min-height: 100dvh;
  background: #232323;
}
.ax-page._no-scroll {
  overflow: hidden;
}
@media (max-width: 520px) {
  .ax-page {
    min-height: auto;
  }
}

.ax-section {
  position: relative;
  min-height: 100dvh;
  overflow: hidden;
  background: radial-gradient(50% 50% at 50% 50%, #252222 0%, #000 100%);
  padding: 120px 0;
}
@media (max-width: 860px) {
  .ax-section {
    padding: 100px 0;
  }
}
@media (max-width: 620px) {
  .ax-section {
    padding: 80px 0;
  }
}
@media (max-width: 520px) {
  .ax-section {
    padding: 60px 0;
    min-height: auto;
    height: auto;
  }
}
.ax-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 60px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.06)), to(transparent));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.06), transparent);
  pointer-events: none;
  z-index: 1;
}
.ax-section .ax-container {
  height: 100%;
}
.ax-section__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 auto;
  gap: 20px;
  text-align: center;
  width: 100%;
  max-width: 800px;
  margin-bottom: 120px;
}
@media (max-width: 860px) {
  .ax-section__header {
    margin-bottom: 80px;
  }
}
@media (max-width: 620px) {
  .ax-section__header {
    margin-bottom: 60px;
  }
}
@media (max-width: 520px) {
  .ax-section__header {
    margin-bottom: 40px;
  }
}
.ax-section__title {
  color: #FFFFFF;
  font-weight: 900;
  font-size: 60px;
  line-height: 1.2em;
}
@media (max-width: 860px) {
  .ax-section__title {
    font-size: 50px;
  }
}
@media (max-width: 620px) {
  .ax-section__title {
    font-size: 40px;
  }
}
@media (max-width: 520px) {
  .ax-section__title {
    font-size: 34px;
  }
}
.ax-section__desc {
  font-weight: 500;
  font-size: 20px;
  color: #5B5E67;
  line-height: 1.7em;
}
@media (max-width: 860px) {
  .ax-section__desc {
    font-size: 18px;
  }
}
@media (max-width: 620px) {
  .ax-section__desc {
    font-size: 16px;
  }
}
.ax-section--test {
  background: green;
  height: 100dvh;
}

._brand-color {
  color: #F24530;
}

._neon {
  text-shadow: 0 5px 20px rgba(255, 255, 255, 0.4);
}

.custom-cursor {
  position: fixed;
  top: 0;
  left: 0;
  width: 80px;
  height: 80px;
  pointer-events: none;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 9999;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  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: 1px solid #FFFFFF;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.custom-cursor .cursor-icon {
  font-size: 50px;
  color: #FFFFFF;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.2), 0 0 15px rgba(0, 0, 0, 0.2);
}

*[data-cursor] {
  cursor: none;
}

.fancybox__content {
  background: #7C808C;
  width: 900px;
  max-width: 100%;
  padding: 120px 80px 80px;
}
@media (max-width: 860px) {
  .fancybox__content {
    padding: 80px 60px 60px;
  }
}
@media (max-width: 440px) {
  .fancybox__content {
    padding: 80px 40px 40px;
  }
}
.fancybox__content .f-button {
  left: calc(50% - 20px);
  right: unset;
  top: 40px !important;
  width: 40px;
  height: 40px;
}
.fancybox__content .f-button svg {
  width: 40px;
  height: 40px;
}
@media (max-width: 860px) {
  .fancybox__content .f-button svg {
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 860px) {
  .fancybox__content .f-button {
    top: 20px !important;
  }
}

.review-modal__title {
  font-size: 26px;
  font-weight: 600;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 860px) {
  .review-modal__title {
    font-size: 24px;
  }
}
.review-modal__content {
  margin-top: 40px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 100px 40px 1fr;
  grid-template-columns: 100px 1fr;
  gap: 40px;
}
@media (max-width: 860px) {
  .review-modal__content {
    margin-top: 20px;
    gap: 20px;
  }
}
@media (max-width: 520px) {
  .review-modal__content {
    display: block;
  }
}
.review-modal__quote i {
  font-size: 100px;
  color: rgba(255, 255, 255, 0.2);
}
@media (max-width: 860px) {
  .review-modal__quote i {
    font-size: 80px;
  }
}
@media (max-width: 520px) {
  .review-modal__quote {
    position: absolute;
    top: 40px;
    left: 40px;
    opacity: 0.5;
  }
}
.review-modal__text {
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.7em;
}
@media (max-width: 860px) {
  .review-modal__text {
    font-size: 16px;
  }
}
.review-modal__footer {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 160px 40px 1fr;
  grid-template-columns: 160px 1fr;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  gap: 40px;
  margin-top: 40px;
}
@media (max-width: 860px) {
  .review-modal__footer {
    -ms-grid-columns: 140px 1fr;
    grid-template-columns: 140px 1fr;
  }
}
@media (max-width: 520px) {
  .review-modal__footer {
    gap: 20px;
  }
}
@media (max-width: 440px) {
  .review-modal__footer {
    display: block;
  }
}
.review-modal__photo {
  width: 160px;
  height: 160px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 860px) {
  .review-modal__photo {
    width: 140px;
    height: 140px;
  }
}
@media (max-width: 440px) {
  .review-modal__photo {
    margin-bottom: 20px;
  }
}
.review-modal__position {
  font-size: 16px;
  color: #B5B9C6;
  line-height: 1.2em;
  margin-bottom: 5px;
}
@media (max-width: 860px) {
  .review-modal__position {
    font-size: 14px;
  }
}
.review-modal__name {
  color: #FFFFFF;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2em;
}
@media (max-width: 860px) {
  .review-modal__name {
    font-size: 18px;
  }
}

@-webkit-keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.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(35, 35, 35, 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: #5B5E67;
  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: #5B5E67;
}
.ax-ui__indicator .__arrow {
  -webkit-animation: mouse-down 1s linear infinite;
          animation: mouse-down 1s linear infinite;
  stroke: #5B5E67;
}
.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: #5B5E67;
}
._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%;
  }
}
.form {
  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;
}
@media (max-width: 440px) {
  .form {
    gap: 20px;
  }
}
.form__row {
  display: -ms-grid;
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  gap: 20px;
  justify-items: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.form__row._display-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.form__row._align-bottom {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
@media (max-width: 520px) {
  .form__row._align-bottom {
    -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;
  }
}
@media (max-width: 440px) {
  .form__row {
    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;
  }
}
.form__disclaimer {
  font-size: 16px;
  color: #FFFFFF;
}
.form__disclaimer a {
  color: #FFFFFF;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  padding-bottom: 2px;
  -webkit-transition: border-color 0.2s ease-in-out;
  transition: border-color 0.2s ease-in-out;
}
.form__disclaimer a:hover {
  border-color: #FFFFFF;
}

.ax-input {
  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;
  width: 100%;
}
.ax-input__name {
  font-size: 16px;
  color: #B5B9C6;
  font-weight: 500;
  line-height: 1em;
  white-space: nowrap;
}
.ax-input__field {
  width: 100%;
  height: 60px;
  background: #989CA9;
  padding: 0 40px;
  color: #FFFFFF;
  font-size: 20px;
  border: 1px solid transparent;
  -webkit-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
}
.ax-input__field:focus-visible {
  outline: none;
  border-color: #FFFFFF;
  background: #5B5E67;
}
.ax-input__field::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.ax-input__field::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.ax-input__field:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.ax-input__field::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.ax-input__field::placeholder {
  color: rgba(255, 255, 255, 0.6);
}
@media (max-width: 520px) {
  .ax-input__field {
    padding: 0 20px;
    height: 50px;
    font-size: 18px;
  }
}

.ax-textarea {
  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;
  width: 100%;
}
.ax-textarea__name {
  font-size: 16px;
  color: #B5B9C6;
  font-weight: 500;
  line-height: 1em;
  white-space: nowrap;
}
.ax-textarea__field {
  width: 100%;
  background: #989CA9;
  padding: 20px 40px;
  color: #FFFFFF;
  font-size: 20px;
  border: 1px solid transparent;
  resize: none;
  -webkit-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
}
.ax-textarea__field:focus-visible {
  outline: none;
  border-color: #FFFFFF;
  background: #5B5E67;
}
.ax-textarea__field::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.ax-textarea__field::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.ax-textarea__field:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.ax-textarea__field::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.ax-textarea__field::placeholder {
  color: rgba(255, 255, 255, 0.6);
}
@media (max-width: 520px) {
  .ax-textarea__field {
    padding: 20px;
    height: 50px;
    font-size: 18px;
  }
}

.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: #F24530;
  padding: 0 40px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
}
.btn__name {
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 500;
  line-height: 1em;
  white-space: nowrap;
}
.btn:hover {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
  -webkit-box-shadow: 0 2px 2px rgba(255, 255, 255, 0.1) inset, 0 5px 15px rgb(145, 23, 23), 0 0 5px rgba(255, 50, 50, 0.3);
          box-shadow: 0 2px 2px rgba(255, 255, 255, 0.1) inset, 0 5px 15px rgb(145, 23, 23), 0 0 5px rgba(255, 50, 50, 0.3);
}
.btn_light {
  background: transparent;
  border: 1px solid #FFFFFF;
}
.btn_light .btn__name {
  color: #FFFFFF;
}
.btn_light:hover {
  background: #FFFFFF;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transform: none;
          transform: none;
}
.btn_light:hover .btn__name {
  color: #232323;
}

.ax-hero {
  height: 100dvh;
}
@media (max-width: 520px) {
  .ax-hero {
    padding-bottom: 200px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}
@media (max-width: 440px) {
  .ax-hero {
    height: 100svh;
  }
}
.ax-hero__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translateX(20%);
          transform: translateX(20%);
  background-image: url("../img/bg-1.jpg");
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 860px) {
  .ax-hero__bg {
    width: 200%;
    height: 100%;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@media (max-width: 520px) {
  .ax-hero__bg {
    background-position: center bottom;
    -webkit-transform: none;
            transform: none;
    width: 200%;
  }
}
.ax-hero__content {
  position: relative;
  z-index: 10;
  max-width: 50%;
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
}
.ax-hero__content ._neon {
  display: inline-block;
  font-size: 60px;
  font-weight: 900;
  position: relative;
  -webkit-transform: translateY(20%);
          transform: translateY(20%);
}
@media (max-width: 1440px) {
  .ax-hero__content ._neon {
    font-size: 46px;
    -webkit-transform: translateY(10%);
            transform: translateY(10%);
  }
}
@media (max-width: 1260px) {
  .ax-hero__content ._neon {
    font-size: 40px;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@media (max-width: 620px) {
  .ax-hero__content ._neon {
    font-size: 26px;
  }
}
@media (max-width: 1260px) {
  .ax-hero__content {
    max-width: 70%;
  }
}
@media (max-width: 1260px) {
  .ax-hero__content {
    gap: 20px;
  }
}
@media (max-width: 860px) {
  .ax-hero__content {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 100%;
  }
}
@media (max-width: 520px) {
  .ax-hero__content {
    padding-top: 200px;
  }
}
.ax-hero__title {
  font-size: 80px;
  font-weight: 900;
  color: #FFFFFF;
  line-height: 1.2em;
}
@media (max-width: 1440px) {
  .ax-hero__title {
    font-size: 70px;
  }
}
@media (max-width: 1260px) {
  .ax-hero__title {
    font-size: 60px;
  }
}
@media (max-width: 860px) {
  .ax-hero__title {
    text-align: center;
  }
}
@media (max-width: 620px) {
  .ax-hero__title {
    font-size: 40px;
  }
}
.ax-hero__subtitle {
  color: #FFFFFF;
  font-size: 30px;
  line-height: 1.7em;
  font-weight: 500;
}
@media (max-width: 1440px) {
  .ax-hero__subtitle {
    font-size: 26px;
  }
}
@media (max-width: 1260px) {
  .ax-hero__subtitle {
    font-size: 22px;
    line-height: 1.4em;
  }
}
@media (max-width: 860px) {
  .ax-hero__subtitle {
    text-align: center;
  }
}
@media (max-width: 620px) {
  .ax-hero__subtitle {
    font-size: 18px;
  }
}
.ax-hero__gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, black), to(transparent));
  background: linear-gradient(to right, black 50%, transparent);
  pointer-events: none;
  background-position: right center;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (max-width: 1440px) {
  .ax-hero__gradient {
    background: -webkit-gradient(linear, left top, right top, color-stop(40%, black), to(transparent));
    background: linear-gradient(to right, black 40%, transparent);
  }
}
@media (max-width: 1260px) {
  .ax-hero__gradient {
    width: 80%;
    background: -webkit-gradient(linear, left top, right top, color-stop(30%, black), to(transparent));
    background: linear-gradient(to right, black 30%, transparent);
  }
}
@media (max-width: 860px) {
  .ax-hero__gradient {
    width: 100%;
    background: -webkit-gradient(linear, left top, right top, color-stop(30%, black), to(transparent));
    background: linear-gradient(to right, black 30%, transparent);
  }
}
@media (max-width: 520px) {
  .ax-hero__gradient {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(5%, black), to(transparent));
    background: linear-gradient(to top, black 5%, transparent);
  }
}

.ax-services {
  min-height: 100dvh;
}
@media (max-width: 520px) {
  .ax-services {
    min-height: auto;
  }
}
.ax-services .ax-container {
  height: 100%;
}
.ax-services__wrapper {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 40% 40px 60%;
  grid-template-columns: 40% 60%;
  gap: 40px;
  height: 100%;
  padding-bottom: 40px;
}
@media (max-width: 1260px) {
  .ax-services__wrapper {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 860px) {
  .ax-services__wrapper {
    display: block;
  }
}

.ax-services-nav {
  padding-left: 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: 30px;
  position: relative;
  z-index: 2;
}
@media (max-width: 860px) {
  .ax-services-nav {
    padding-left: 0px;
  }
}
.ax-services-nav__name {
  font-size: 28px;
  font-weight: 700;
  color: #FFFFFF;
  line-height: 1.2em;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media (max-width: 1260px) {
  .ax-services-nav__name {
    font-size: 22px;
  }
}
.ax-services-nav__content {
  display: none;
  gap: 20px;
  padding-top: 10px;
}
.ax-services-nav__desc {
  font-size: 16px;
  line-height: 1.7em;
  color: #FFFFFF;
  margin-bottom: 20px;
}
.ax-services-nav__item {
  position: relative;
}
@media (max-width: 860px) {
  .ax-services-nav__item {
    padding-left: 300px;
  }
}
@media (max-width: 620px) {
  .ax-services-nav__item {
    padding-left: 0;
  }
}
.ax-services-nav__item._open .ax-services-nav__gradient {
  opacity: 0.4;
}
.ax-services-nav__item._open .ax-services-nav__name {
  font-size: 38px;
  color: #F24530;
}
@media (max-width: 1260px) {
  .ax-services-nav__item._open .ax-services-nav__name {
    font-size: 28px;
  }
}
@media (max-width: 440px) {
  .ax-services-nav__item._open .ax-services-nav__name {
    font-size: 24px;
  }
}
.ax-services-nav__item:nth-child(1) .ax-services-nav__gradient {
  background: #C71610;
}
.ax-services-nav__item:nth-child(2) .ax-services-nav__img {
  left: -10%;
}
@media (max-width: 620px) {
  .ax-services-nav__item:nth-child(2) .ax-services-nav__img {
    left: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
}
.ax-services-nav__item:nth-child(2) .ax-services-nav__gradient {
  background: #8E363D;
}
@media (max-width: 620px) {
  .ax-services-nav__item:nth-child(3) .ax-services-nav__img {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
}
.ax-services-nav__item:nth-child(3) .ax-services-nav__gradient {
  background: #B08100;
}
.ax-services-nav__item:nth-child(4) .ax-services-nav__gradient {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(16.5%, #abd976), color-stop(63%, #fe3048), to(#1a0d1f));
  background: linear-gradient(180deg, #abd976 16.5%, #fe3048 63%, #1a0d1f 100%);
}
@media (max-width: 620px) {
  .ax-services-nav__item:nth-child(4) .ax-services-nav__img {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
    left: -30px;
    height: 100px;
  }
}
.ax-services-nav__item:nth-child(5) .ax-services-nav__gradient {
  background: -webkit-gradient(linear, left top, left bottom, from(#29fefc), color-stop(26.01%, #395cf7), color-stop(70.48%, #f638a6), to(#dd4596));
  background: linear-gradient(180deg, #29fefc 0%, #395cf7 26.01%, #f638a6 70.48%, #dd4596 100%);
}
@media (max-width: 620px) {
  .ax-services-nav__item:nth-child(5) .ax-services-nav__img {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
    height: 80px;
    left: -20px;
  }
}
.ax-services-nav__item:nth-child(6) .ax-services-nav__img {
  width: 50%;
  left: -10%;
}
.ax-services-nav__item:nth-child(6) .ax-services-nav__gradient {
  background: #5C6700;
}
.ax-services-nav__item:nth-child(7) .ax-services-nav__img {
  left: -10%;
}
@media (max-width: 620px) {
  .ax-services-nav__item:nth-child(7) .ax-services-nav__img {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    height: 160px;
    left: -50px;
  }
}
.ax-services-nav__item:nth-child(7) .ax-services-nav__gradient {
  background: #F78702;
}
.ax-services-nav__item:nth-child(8) .ax-services-nav__img {
  width: 30%;
  left: 5%;
}
@media (max-width: 620px) {
  .ax-services-nav__item:nth-child(8) .ax-services-nav__img {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}
.ax-services-nav__item:nth-child(8) .ax-services-nav__gradient {
  background: #E09F89;
}
.ax-services-nav__item:nth-child(9) .ax-services-nav__gradient {
  background: -webkit-gradient(linear, left top, left bottom, from(#fe1218), color-stop(50%, #475050), color-stop(75%, #fe9500), to(#3e4445));
  background: linear-gradient(180deg, #fe1218 0%, #475050 50%, #fe9500 75%, #3e4445 100%);
}
.ax-services-nav__img {
  display: none;
  position: absolute;
  width: 260px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  opacity: 0;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.ax-services-nav__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 860px) {
  .ax-services-nav__img {
    display: block;
  }
}
@media (max-width: 620px) {
  .ax-services-nav__img {
    position: relative;
    opacity: 1;
    top: 0;
    -webkit-transform: none;
            transform: none;
    pointer-events: none;
    margin-top: 10px;
  }
}
.ax-services-nav__gradient {
  display: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
  left: 0;
  width: 300px;
  height: 300px;
  z-index: -1;
  -webkit-filter: blur(40px);
          filter: blur(40px);
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  opacity: 0;
}
@media (max-width: 860px) {
  .ax-services-nav__gradient {
    display: block;
  }
}
@media (max-width: 620px) {
  .ax-services-nav__gradient {
    top: 0;
    -webkit-transform: none;
            transform: none;
  }
}

.ax-services-slides {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  z-index: 1;
}
@media (max-width: 1260px) {
  .ax-services-slides {
    right: 10%;
    width: 130%;
  }
}
@media (max-width: 860px) {
  .ax-services-slides {
    display: none;
  }
}
.ax-services-slides__img {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
}
.ax-services-slides__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.ax-services-slides__gradient {
  display: block;
  width: 600px;
  height: 600px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  border-radius: 50%;
  -webkit-filter: blur(50px);
          filter: blur(50px);
  opacity: 0;
}
.ax-services-slides__item {
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ax-services-slides__item._active {
  opacity: 1;
}
.ax-services-slides__item[data-service-index="0"] .ax-services-slides__gradient {
  background: #C71610;
}
.ax-services-slides__item[data-service-index="1"] .ax-services-slides__img {
  width: 90%;
}
.ax-services-slides__item[data-service-index="1"] .ax-services-slides__gradient {
  background: #8E363D;
}
.ax-services-slides__item[data-service-index="2"] .ax-services-slides__gradient {
  background: #B08100;
}
.ax-services-slides__item[data-service-index="3"] .ax-services-slides__img {
  width: 80%;
}
.ax-services-slides__item[data-service-index="3"] .ax-services-slides__gradient {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(16.5%, #abd976), color-stop(63%, #fe3048), to(#1a0d1f));
  background: linear-gradient(180deg, #abd976 16.5%, #fe3048 63%, #1a0d1f 100%);
}
.ax-services-slides__item[data-service-index="4"] .ax-services-slides__img {
  width: 80%;
}
.ax-services-slides__item[data-service-index="4"] .ax-services-slides__gradient {
  background: -webkit-gradient(linear, left top, left bottom, from(#29fefc), color-stop(26.01%, #395cf7), color-stop(70.48%, #f638a6), to(#dd4596));
  background: linear-gradient(180deg, #29fefc 0%, #395cf7 26.01%, #f638a6 70.48%, #dd4596 100%);
}
.ax-services-slides__item[data-service-index="5"] .ax-services-slides__gradient {
  background: #5C6700;
}
.ax-services-slides__item[data-service-index="6"] .ax-services-slides__img {
  right: 15%;
}
.ax-services-slides__item[data-service-index="6"] .ax-services-slides__gradient {
  background: #F78702;
}
.ax-services-slides__item[data-service-index="7"] .ax-services-slides__img {
  width: 60%;
}
.ax-services-slides__item[data-service-index="7"] .ax-services-slides__gradient {
  background: #E09F89;
}
.ax-services-slides__item[data-service-index="8"] .ax-services-slides__gradient {
  background: -webkit-gradient(linear, left top, left bottom, from(#fe1218), color-stop(50%, #475050), color-stop(75%, #fe9500), to(#3e4445));
  background: linear-gradient(180deg, #fe1218 0%, #475050 50%, #fe9500 75%, #3e4445 100%);
}

@-webkit-keyframes glowPulse {
  0% {
    opacity: 0.2;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    opacity: 0.5;
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    opacity: 0.2;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes glowPulse {
  0% {
    opacity: 0.2;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    opacity: 0.5;
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    opacity: 0.2;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.ax-about__content {
  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: 120px;
  padding-bottom: 200px;
}
@media (max-width: 1260px) {
  .ax-about__content {
    gap: 80px;
  }
}
@media (max-width: 860px) {
  .ax-about__content {
    gap: 60px;
    padding-bottom: 160px;
  }
}
@media (max-width: 620px) {
  .ax-about__content {
    padding-bottom: 120px;
  }
}
@media (max-width: 520px) {
  .ax-about__content {
    padding-bottom: 60px;
  }
}
.ax-about__item {
  position: relative;
  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;
  text-align: center;
  gap: 20px;
  width: 100%;
  max-width: 600px;
}
@media (max-width: 860px) {
  .ax-about__item {
    max-width: 400px;
  }
}
@media (max-width: 620px) {
  .ax-about__item {
    gap: 10px;
    max-width: 320px;
  }
}
.ax-about__item:nth-child(1) .ax-about__img {
  width: 400px;
  left: -500px;
  top: -150px;
}
@media (max-width: 1260px) {
  .ax-about__item:nth-child(1) .ax-about__img {
    left: -320px;
    width: 350px;
    top: -120px;
  }
}
@media (max-width: 860px) {
  .ax-about__item:nth-child(1) .ax-about__img {
    left: -200px;
    width: 220px;
    top: -40px;
  }
}
@media (max-width: 620px) {
  .ax-about__item:nth-child(1) .ax-about__img {
    left: -170px;
    width: 180px;
    top: -20px;
  }
}
.ax-about__item:nth-child(2) .ax-about__img {
  width: 350px;
  right: -500px;
  top: -50px;
}
@media (max-width: 1260px) {
  .ax-about__item:nth-child(2) .ax-about__img {
    width: 240px;
    right: -260px;
    top: -20px;
  }
}
@media (max-width: 860px) {
  .ax-about__item:nth-child(2) .ax-about__img {
    width: 160px;
    right: -180px;
    top: 0px;
  }
}
@media (max-width: 620px) {
  .ax-about__item:nth-child(2) .ax-about__img {
    width: 120px;
    right: -120px;
    top: 20px;
  }
}
.ax-about__item:nth-child(3) .ax-about__img {
  width: 350px;
  left: -450px;
  top: -100px;
}
@media (max-width: 1260px) {
  .ax-about__item:nth-child(3) .ax-about__img {
    width: 240px;
    left: -260px;
    top: -20px;
  }
}
@media (max-width: 860px) {
  .ax-about__item:nth-child(3) .ax-about__img {
    width: 160px;
    left: -160px;
    top: -20px;
  }
}
@media (max-width: 620px) {
  .ax-about__item:nth-child(3) .ax-about__img {
    width: 120px;
    left: -120px;
    top: 0px;
  }
}
.ax-about__item:nth-child(4) .ax-about__img {
  width: 450px;
  right: -550px;
  top: -150px;
}
@media (max-width: 1260px) {
  .ax-about__item:nth-child(4) .ax-about__img {
    width: 300px;
    right: -260px;
    top: -80px;
  }
}
@media (max-width: 860px) {
  .ax-about__item:nth-child(4) .ax-about__img {
    width: 220px;
    right: -180px;
    top: -20px;
  }
}
@media (max-width: 620px) {
  .ax-about__item:nth-child(4) .ax-about__img {
    width: 160px;
    right: -140px;
    top: -10px;
  }
}
.ax-about__item:nth-child(5) .ax-about__img {
  width: 300px;
  left: -450px;
  top: -100px;
}
@media (max-width: 1260px) {
  .ax-about__item:nth-child(5) .ax-about__img {
    width: 200px;
    left: -220px;
    top: -50px;
  }
}
@media (max-width: 860px) {
  .ax-about__item:nth-child(5) .ax-about__img {
    width: 120px;
    left: -160px;
    top: -10px;
  }
}
@media (max-width: 620px) {
  .ax-about__item:nth-child(5) .ax-about__img {
    width: 90px;
    left: -120px;
    top: 0px;
  }
}
.ax-about__item:nth-child(6) .ax-about__img {
  width: 180px;
  right: -350px;
  top: -150px;
}
@media (max-width: 1260px) {
  .ax-about__item:nth-child(6) .ax-about__img {
    width: 120px;
    right: -180px;
    top: -60px;
  }
}
@media (max-width: 860px) {
  .ax-about__item:nth-child(6) .ax-about__img {
    width: 90px;
    right: -100px;
    top: -30px;
  }
}
@media (max-width: 620px) {
  .ax-about__item:nth-child(6) .ax-about__img {
    width: 60px;
    right: -70px;
    top: -10px;
  }
}
.ax-about__item._left .ax-about__img {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.ax-about__item._right .ax-about__img {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
@media (max-width: 520px) {
  .ax-about__item .ax-about__img:nth-child(n) {
    position: relative;
    opacity: 0;
    -webkit-transform: none;
            transform: none;
    inset: unset;
  }
}
.ax-about__name {
  font-weight: 900;
  font-size: 40px;
  line-height: 1.2em;
  color: #FFFFFF;
  text-transform: uppercase;
  opacity: 0.2;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}
@media (max-width: 1260px) {
  .ax-about__name {
    font-size: 36px;
  }
}
@media (max-width: 860px) {
  .ax-about__name {
    font-size: 28px;
  }
}
@media (max-width: 620px) {
  .ax-about__name {
    font-size: 22px;
  }
}
.ax-about__desc {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4em;
  opacity: 0.2;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}
@media (max-width: 1260px) {
  .ax-about__desc {
    font-size: 20px;
  }
}
@media (max-width: 860px) {
  .ax-about__desc {
    font-size: 18px;
  }
}
@media (max-width: 620px) {
  .ax-about__desc {
    font-size: 16px;
  }
}
.ax-about__img {
  position: absolute;
  opacity: 0;
}
.ax-about__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.ax-portfolio__content {
  margin-top: 80px;
  padding: 0 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: 40px;
}
@media (max-width: 1440px) {
  .ax-portfolio__content {
    padding: 0;
  }
}
@media (max-width: 860px) {
  .ax-portfolio__content {
    gap: 20px;
    margin-top: 40px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 520px) {
  .ax-portfolio__content {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.ax-portfolio__more {
  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: 20px;
  height: 100px;
  border: 2px solid #5B5E67;
  margin: 40px 80px 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.ax-portfolio__more svg {
  height: 50px;
}
.ax-portfolio__more span {
  color: #FFFFFF;
  white-space: nowrap;
  line-height: 1em;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
}
@media (max-width: 520px) {
  .ax-portfolio__more span {
    font-size: 14px;
  }
}
.ax-portfolio__more:hover {
  background: #2F3136;
  border-color: #2F3136;
}
@media (max-width: 1440px) {
  .ax-portfolio__more {
    margin: 40px 0 0;
    height: 80px;
  }
}
@media (max-width: 520px) {
  .ax-portfolio__more {
    height: 60px;
  }
}

.ax-portfolio-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
@media (max-width: 860px) {
  .ax-portfolio-nav {
    gap: 10px;
  }
}
.ax-portfolio-nav__link {
  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;
  padding: 0 40px;
  color: #FFFFFF;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background: #2F3136;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 18px;
  font-weight: 600;
  line-height: 1em;
  white-space: nowrap;
}
.ax-portfolio-nav__link:hover {
  -webkit-box-shadow: 0 2px 2px rgba(44, 37, 37, 0.1) inset, 0 5px 15px rgba(16, 9, 9, 0.5), 0 0 5px rgba(0, 0, 0, 0.7);
          box-shadow: 0 2px 2px rgba(44, 37, 37, 0.1) inset, 0 5px 15px rgba(16, 9, 9, 0.5), 0 0 5px rgba(0, 0, 0, 0.7);
}
.ax-portfolio-nav__link._active {
  background: #F24530;
}
.ax-portfolio-nav__link._active:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media (max-width: 860px) {
  .ax-portfolio-nav__link {
    height: 50px;
    font-size: 16px;
  }
}
@media (max-width: 520px) {
  .ax-portfolio-nav__link {
    width: 100%;
  }
}

.ax-portfolio-item {
  display: -ms-grid;
  display: grid;
  background: #2F3136;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-grid-columns: 350px 1fr 480px;
  grid-template-columns: 350px 1fr 480px;
}
@media (max-width: 1440px) {
  .ax-portfolio-item {
    -ms-grid-columns: 300px 1fr 440px;
    grid-template-columns: 300px 1fr 440px;
  }
}
@media (max-width: 1260px) {
  .ax-portfolio-item {
    -ms-grid-columns: 300px 1fr 200px;
    grid-template-columns: 300px 1fr 200px;
  }
}
@media (max-width: 940px) {
  .ax-portfolio-item {
    -ms-grid-columns: 300px 1fr;
    grid-template-columns: 300px 1fr;
    -ms-grid-rows: 180px 80px;
    grid-template-rows: 180px 80px;
  }
  .ax-portfolio-item > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .ax-portfolio-item > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .ax-portfolio-item > *:nth-child(3) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .ax-portfolio-item > *:nth-child(4) {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
}
@media (max-width: 860px) {
  .ax-portfolio-item {
    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;
  }
}
.ax-portfolio-item__media {
  display: block;
  width: 350px;
  height: 250px;
}
.ax-portfolio-item__media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1440px) {
  .ax-portfolio-item__media {
    width: 300px;
  }
}
@media (max-width: 1260px) {
  .ax-portfolio-item__media {
    width: 300px;
    height: 240px;
  }
}
@media (max-width: 940px) {
  .ax-portfolio-item__media {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
    height: 260px;
  }
}
@media (max-width: 860px) {
  .ax-portfolio-item__media {
    width: 100%;
  }
}
@media (max-width: 620px) {
  .ax-portfolio-item__media {
    height: 200px;
  }
}
@media (max-width: 440px) {
  .ax-portfolio-item__media {
    height: 180px;
  }
}
.ax-portfolio-item__info {
  padding: 40px 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;
}
@media (max-width: 1440px) {
  .ax-portfolio-item__info {
    padding: 40px;
  }
}
@media (max-width: 940px) {
  .ax-portfolio-item__info {
    padding: 20px 20px 0 20px;
  }
}
@media (max-width: 860px) {
  .ax-portfolio-item__info {
    gap: 10px;
  }
}
@media (max-width: 520px) {
  .ax-portfolio-item__info {
    padding: 10px 10px 0 10px;
  }
}
.ax-portfolio-item__name {
  font-size: 22px;
  color: #FFFFFF;
  font-weight: 700;
  line-height: 1.2em;
}
@media (max-width: 860px) {
  .ax-portfolio-item__name {
    font-size: 20px;
  }
}
@media (max-width: 520px) {
  .ax-portfolio-item__name {
    font-size: 18px;
  }
}
.ax-portfolio-item__desc {
  font-size: 18px;
  color: #FFFFFF;
  line-height: 1.5em;
}
@media (max-width: 860px) {
  .ax-portfolio-item__desc {
    font-size: 16px;
  }
}
@media (max-width: 520px) {
  .ax-portfolio-item__desc {
    font-size: 14px;
  }
}
.ax-portfolio-item__time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.ax-portfolio-item__time i {
  font-size: 20px;
  color: #B5B9C6;
}
.ax-portfolio-item__time span {
  font-size: 16px;
  line-height: 1em;
  white-space: nowrap;
  color: #B5B9C6;
  font-weight: 600;
}
.ax-portfolio-item__action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  padding-right: 80px;
}
@media (max-width: 1440px) {
  .ax-portfolio-item__action {
    padding-right: 40px;
  }
}
@media (max-width: 1260px) {
  .ax-portfolio-item__action {
    -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;
  }
}
@media (max-width: 940px) {
  .ax-portfolio-item__action {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 20px;
  }
}
@media (max-width: 860px) {
  .ax-portfolio-item__action {
    -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;
    margin-top: auto;
  }
}
@media (max-width: 520px) {
  .ax-portfolio-item__action {
    gap: 10px;
  }
}
@media (max-width: 520px) {
  .ax-portfolio-item__action {
    padding: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media (max-width: 860px) {
  .ax-portfolio-item__action .btn {
    height: 50px;
    font-size: 16px;
  }
}
@media (max-width: 520px) {
  .ax-portfolio-item__action .btn {
    padding: 0 10px;
    width: 100%;
  }
}

.ax-contacts {
  height: auto;
  padding-bottom: 120px;
}
@media (max-width: 1260px) {
  .ax-contacts {
    padding-bottom: 80px;
  }
}
.ax-contacts__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 80px;
}
@media (max-width: 1260px) {
  .ax-contacts__list {
    gap: 40px;
  }
}
.ax-contacts__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (max-width: 620px) {
  .ax-contacts__item {
    width: 100%;
  }
}
.ax-contacts__item .name {
  color: #5B5E67;
  font-size: 14px;
  line-height: 1em;
  font-weight: 500;
  text-transform: uppercase;
}
.ax-contacts__item .value {
  color: #FFFFFF;
  font-size: 30px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1em;
}
@media (max-width: 1260px) {
  .ax-contacts__item .value {
    font-size: 24px;
  }
}
@media (max-width: 620px) {
  .ax-contacts__item .value {
    font-size: 20px;
  }
}
@media (max-width: 440px) {
  .ax-contacts__item .value {
    font-size: 17px;
  }
}
.ax-contacts__item_full {
  width: 100%;
}
.ax-contacts__map {
  width: 100%;
  height: 600px;
  margin: 80px 0 120px;
}
@media (max-width: 1260px) {
  .ax-contacts__map {
    height: 400px;
  }
}
@media (max-width: 860px) {
  .ax-contacts__map {
    margin: 60px 0;
  }
}
.ax-contacts__map .ymaps-2-1-79-ground-pane {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
.ax-contacts__map .map-marker-icon {
  font-size: 48px;
  color: #F24530;
}
.ax-contacts__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 860px) {
  .ax-contacts__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
}
.ax-contacts__bottom * {
  color: #5B5E67;
  font-size: 16px;
  line-height: 1.4em;
}
.ax-contacts__bottom a {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.ax-contacts__bottom a:hover {
  color: #FFFFFF;
}