/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}
@font-face {
  font-family: "SF Pro Text";
  src: url("../fonts/SF Pro Text/SF-Pro-Text-UltraLight.otf") format("opentype");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "SF Pro Display";
  src: url("../fonts/SF Pro Display/SF-Pro-Display-UltraLight.otf") format("opentype");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "SF Pro Text";
  src: url("../fonts/SF Pro Text/SF-Pro-Text-Thin.otf") format("opentype");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "SF Pro Display";
  src: url("../fonts/SF Pro Display/SF-Pro-Display-Thin.otf") format("opentype");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "SF Pro Text";
  src: url("../fonts/SF Pro Text/SF-Pro-Text-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "SF Pro Display";
  src: url("../fonts/SF Pro Display/SF-Pro-Display-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "SF Pro Text";
  src: url("../fonts/SF Pro Text/SF-Pro-Text-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "SF Pro Display";
  src: url("../fonts/SF Pro Display/SF-Pro-Display-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "SF Pro Text";
  src: url("../fonts/SF Pro Text/SF-Pro-Text-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "SF Pro Display";
  src: url("../fonts/SF Pro Display/SF-Pro-Display-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "SF Pro Text";
  src: url("../fonts/SF Pro Text/SF-Pro-Text-SemiBold.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "SF Pro Display";
  src: url("../fonts/SF Pro Display/SF-Pro-Display-SemiBold.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "SF Pro Text";
  src: url("../fonts/SF Pro Text/SF-Pro-Text-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "SF Pro Display";
  src: url("../fonts/SF Pro Display/SF-Pro-Display-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "SF Pro Text";
  src: url("../fonts/SF Pro Text/SF-Pro-Text-Heavy.otf") format("opentype");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "SF Pro Display";
  src: url("../fonts/SF Pro Display/SF-Pro-Display-Heavy.otf") format("opentype");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "SF Pro Text";
  src: url("../fonts/SF Pro Text/SF-Pro-Text-Black.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "SF Pro Display";
  src: url("../fonts/SF Pro Display/SF-Pro-Display-Black.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
}
body {
  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;
  width: 100vw;
  margin: 0;
  background-color: #222222;
  font: normal 400 16px/26px "SF Pro Text", sans-serif;
  color: #B9B9B9;
  cursor: default;
  overflow-y: auto;
  overflow-x: hidden;
}
body::-webkit-scrollbar {
  height: 0;
  width: 2px;
}
body::-webkit-scrollbar-track {
  background: transparent;
}
body::-webkit-scrollbar-button {
  display: none;
}
body::-webkit-scrollbar-thumb {
  background: -webkit-gradient(linear, left top, left bottom, from(#FFFF00), to(#222222));
  background: linear-gradient(to bottom, #FFFF00, #222222);
}
body.show-menu {
  overflow: hidden;
}
body.show-menu .header__menu {
  -webkit-transform: none;
  transform: none;
}
body * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
}
body img, body svg {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
body img path, body svg path {
  -webkit-transition: fill 0.3s;
  transition: fill 0.3s;
}
body iframe, body video {
  display: block;
  max-width: 100%;
  max-height: 100%;
}
body a {
  display: inline-block;
  color: inherit;
  text-decoration: none;
}
body .disabled,
body .disabled * {
  pointer-events: none;
  cursor: not-allowed;
}

.header__burger {
  position: fixed;
  top: 100px;
  left: 110px;
  width: 24px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  cursor: pointer;
  z-index: 50;
}
@media screen and (max-width: 767.9px) {
  .header__burger {
    top: 30px;
    left: 30px;
    width: 20px;
  }
}
@media screen and (min-width: 768px) {
  .header__burger:hover {
    opacity: 0.6;
  }
}
.header .menu {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  -webkit-transform: translateX(-100%);
  transform: translateX(-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: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 60px;
  width: 520px;
  height: 100vh;
  padding: 190px 40px 100px 110px;
  background-color: #313131;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  z-index: 40;
}
@media screen and (max-width: 767.9px) {
  .header .menu {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding: 40px 40px 80px;
  }
}
.header .menu__item {
  max-width: 230px;
  font-family: "SF Pro Display", sans-serif;
  font-weight: 900;
  font-size: 25px;
  line-height: 30px;
  color: #FFFFFF;
  text-transform: uppercase;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
@media screen and (max-width: 767.9px) {
  .header .menu__item {
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .header .menu__item:hover {
    color: #FFFF00;
  }
}

.footer {
  position: relative;
  margin-top: -600px;
  padding-top: 700px;
  padding-bottom: 80px;
  overflow: hidden;
}
@media screen and (max-width: 767.9px) {
  .footer {
    padding-top: 625px;
  }
}
.footer::before {
  content: "";
  position: absolute;
  bottom: -25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 200vw;
  height: 780px;
  background-color: #222222;
  -webkit-filter: blur(60px);
  filter: blur(60px);
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .footer::before {
    display: none;
  }
}
.footer__bg {
  position: absolute;
  bottom: -488px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100vw;
  max-width: initial;
  max-height: initial;
  z-index: -1;
}
@media screen and (max-width: 1919.9px) {
  .footer__bg {
    width: auto;
    height: 980px;
  }
}
@media screen and (max-width: 767.9px) {
  .footer__bg {
    bottom: 0;
    -webkit-transform: translateX(calc(-50% + 25px));
    transform: translateX(calc(-50% + 25px));
    height: auto;
    width: 640px;
    min-width: calc(100vw + 50px);
  }
}
.footer__content {
  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;
}
.footer__logo {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (min-width: 768px) {
  .footer__logo:hover {
    opacity: 0.6;
  }
}
.footer__logo img {
  height: 60px;
}
@media screen and (max-width: 1239.9px) {
  .footer__logo img {
    height: 45px;
  }
}
@media screen and (max-width: 767.9px) {
  .footer__logo img {
    height: 35px;
  }
}
.footer__email {
  position: absolute;
  top: 15px;
  right: 110px;
  font-family: "SF Pro Display", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  color: #FFFFFF;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 1239.9px) {
  .footer__email {
    right: 80px;
    font-size: 18px;
  }
}
@media screen and (max-width: 767.9px) {
  .footer__email {
    position: relative;
    top: initial;
    right: initial;
    margin-bottom: 25px;
    font-size: 15px;
    line-height: 200%;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
}
@media screen and (min-width: 768px) {
  .footer__email:hover {
    opacity: 0.6;
  }
}

.formarea input {
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: "SF Pro Display", sans-serif;
}
.formarea input::-webkit-input-placeholder {
  color: #D6D6D6;
}
.formarea input::-moz-placeholder {
  color: #D6D6D6;
}
.formarea input:-ms-input-placeholder {
  color: #D6D6D6;
}
.formarea input::-ms-input-placeholder {
  color: #D6D6D6;
}
.formarea input::placeholder {
  color: #D6D6D6;
}
.formarea__input {
  display: block;
  width: 100%;
  margin: 0;
  padding: 13px 0;
  background-color: transparent;
  font-weight: 500;
  font-size: 20px;
  line-height: 32px;
  color: #FFFFFF;
  text-align: center;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
@media screen and (max-width: 767.9px) {
  .formarea__input {
    font-size: 14px;
    line-height: 22px;
  }
}
.formarea__input.error {
  color: #E04748;
}
.formarea__input.error::-webkit-input-placeholder {
  color: #E04748;
}
.formarea__input.error::-moz-placeholder {
  color: #E04748;
}
.formarea__input.error:-ms-input-placeholder {
  color: #E04748;
}
.formarea__input.error::-ms-input-placeholder {
  color: #E04748;
}
.formarea__input.error::placeholder {
  color: #E04748;
}
.formarea__input.error + .formarea__divider {
  background-color: #E04748;
}
.formarea__divider {
  display: block;
  height: 2px;
  border-radius: 5px;
  background-color: #404040;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
@media screen and (max-width: 767.9px) {
  .formarea__divider {
    height: 1px;
  }
}
.formarea__submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  margin: 70px 0 0;
  padding: 17px;
  border-radius: 17px;
  background-color: #FFFF00;
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  color: #222222;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  cursor: pointer;
}
@media screen and (max-width: 767.9px) {
  .formarea__submit {
    margin-top: 45px;
    padding: 15px;
    border-radius: 12px;
    font-size: 17px;
    line-height: 22px;
  }
}
@media screen and (min-width: 1024px) {
  .formarea__submit:hover {
    opacity: 0.6;
  }
}
.formarea__response {
  margin-top: 30px;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #34C167;
  text-align: center;
}
.formarea__response.hide {
  display: none;
}
.formarea__response.error {
  color: #E04748;
}
@media screen and (max-width: 767.9px) {
  .formarea__response {
    margin-top: 20px;
    font-size: 14px;
    line-height: 22px;
  }
}

.page-home {
  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;
  overflow: hidden;
  z-index: 10;
}
.page-home__subtitle {
  margin-bottom: 50px;
  font-family: "SF Pro Display", sans-serif;
  font-weight: 900;
  font-size: 70px;
  line-height: 100%;
  color: #FFFF00;
  text-transform: uppercase;
  text-align: center;
}
@media screen and (max-width: 1239.9px) {
  .page-home__subtitle {
    margin-bottom: 40px;
    font-size: 60px;
  }
}
@media screen and (max-width: 767.9px) {
  .page-home__subtitle {
    margin-bottom: 30px;
    font-size: 35px;
  }
}
.page-home .banner {
  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;
  width: 100%;
  height: 800px;
  padding-top: 95px;
  margin-bottom: 80px;
  overflow: hidden;
}
@media screen and (max-width: 1239.9px) {
  .page-home .banner {
    height: 600px;
  }
}
@media screen and (max-width: 767.9px) {
  .page-home .banner {
    height: 500px;
    padding-top: 75px;
    margin-bottom: 60px;
  }
}
.page-home .banner::after {
  content: "";
  position: absolute;
  bottom: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 6px;
  height: 196px;
  border-radius: 5px;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFFF00), to(#222222));
  background: linear-gradient(to bottom, #FFFF00, #222222);
}
@media screen and (max-width: 1239.9px) {
  .page-home .banner::after {
    bottom: 0;
    height: 160px;
  }
}
@media screen and (max-width: 767.9px) {
  .page-home .banner::after {
    width: 4px;
    height: 148px;
  }
}
.page-home .banner__bg {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100vw;
  max-width: initial;
  max-height: initial;
  z-index: -1;
}
@media screen and (max-width: 1919.9px) {
  .page-home .banner__bg {
    width: 1920px;
  }
}
@media screen and (max-width: 767.9px) {
  .page-home .banner__bg {
    width: 870px;
  }
}
.page-home .banner__content {
  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;
  max-width: calc(100% - 80px);
}
@media screen and (max-width: 767.9px) {
  .page-home .banner__content {
    max-width: calc(100% - 10px);
  }
}
.page-home .banner__logo {
  padding: 11px 35px;
}
@media screen and (max-width: 1239.9px) {
  .page-home .banner__logo {
    padding: 0;
  }
}
.page-home .banner__logo img {
  height: 60px;
}
@media screen and (max-width: 767.9px) {
  .page-home .banner__logo img {
    height: 45px;
  }
}
.page-home .banner__title {
  margin-top: 160px;
  font-family: "SF Pro Display", sans-serif;
  font-weight: 900;
  font-size: 160px;
  line-height: 100%;
  color: #FFFFFF;
  text-transform: uppercase;
  text-align: center;
}
@media screen and (max-width: 1439.9px) {
  .page-home .banner__title {
    font-size: 120px;
  }
}
@media screen and (max-width: 1239.9px) {
  .page-home .banner__title {
    margin-top: 100px;
    font-size: 110px;
  }
}
@media screen and (max-width: 1023.9px) {
  .page-home .banner__title {
    max-width: 450px;
    margin-top: 90px;
  }
}
@media screen and (max-width: 767.9px) {
  .page-home .banner__title {
    margin-top: 55px;
    font-size: 75px;
  }
}
.page-home .banner__title span {
  color: #FFFF00;
}
.page-home .about {
  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;
  width: 1256px;
  max-width: calc(100% - 40px);
  margin-bottom: 80px;
}
@media screen and (max-width: 767.9px) {
  .page-home .about {
    max-width: calc(100% - 20px);
    margin-bottom: 50px;
  }
}
.page-home .about__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 64px;
  width: 100%;
  padding: 56px 56px 64px;
  border-radius: 120px;
  background: -webkit-gradient(linear, left top, left bottom, from(#313131), to(rgb(46, 46, 46)));
  background: linear-gradient(180deg, #313131 0%, rgb(46, 46, 46) 100%);
}
@media screen and (max-width: 1439.9px) {
  .page-home .about__content {
    gap: 40px;
  }
}
@media screen and (max-width: 1239.9px) {
  .page-home .about__content {
    -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: 60px;
    padding: 60px 40px;
    border-radius: 60px;
  }
}
@media screen and (max-width: 767.9px) {
  .page-home .about__content {
    gap: 30px;
    padding: 0;
    border-radius: 0;
    background: transparent;
  }
}
.page-home .about__photo {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 448px;
  max-width: 100%;
  border-radius: 80px;
  overflow: hidden;
}
@media screen and (max-width: 1439.9px) {
  .page-home .about__photo {
    width: 400px;
  }
}
@media screen and (max-width: 1239.9px) {
  .page-home .about__photo {
    max-width: calc(100% - 20px);
    border-radius: 60px;
  }
}
.page-home .about__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-item-align: center;
  align-self: center;
  gap: 32px;
}
@media screen and (max-width: 1239.9px) {
  .page-home .about__text {
    gap: 30px;
  }
}
@media screen and (max-width: 767.9px) {
  .page-home .about__text {
    gap: 0;
    width: 420px;
    max-width: 100%;
  }
}
.page-home .about__text p {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.32px;
  color: #B9B9B9;
}
@media screen and (max-width: 767.9px) {
  .page-home .about__text p {
    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: 10px;
    padding: 28px 20px 24px;
    margin: 0 10px;
    border-radius: 60px;
    background: -webkit-gradient(linear, left top, left bottom, from(#2E2E2E), to(rgb(46, 46, 46)));
    background: linear-gradient(180deg, #2E2E2E 0%, rgb(46, 46, 46) 100%);
    font-size: 13px;
    line-height: 24px;
    text-align: center;
  }
}
.page-home .about__text p span {
  font-weight: 700;
  color: #FFFF00;
}
@media screen and (max-width: 767.9px) {
  .page-home .about__text p span {
    display: block;
    padding: 0 20px;
    font-size: 28px;
    line-height: 110%;
  }
}
.page-home .about__text .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 7px;
  margin-top: 20px;
  padding: 0;
  list-style: none;
}
.page-home .about__text .slick-dots li {
  width: 16px;
  height: 2px;
  border-radius: 5px;
  background-color: #B9B9B9;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.page-home .about__text .slick-dots li.slick-active {
  background-color: #FFFF00;
}
.page-home .services {
  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;
  width: 100%;
  margin-bottom: 120px;
}
@media screen and (max-width: 1239.9px) {
  .page-home .services {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 767.9px) {
  .page-home .services {
    margin-bottom: 60px;
  }
}
.page-home .services__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  width: 1360px;
  max-width: 100vw;
  margin-top: -10px;
  padding: 0 20px;
  overflow: auto hidden;
}
@media screen and (max-width: 767.9px) {
  .page-home .services__content {
    gap: 20px;
    width: 1100px;
  }
}
.page-home .services__content::-webkit-scrollbar {
  display: none;
}
.page-home .services__content .service {
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 300px;
  min-height: 420px;
  padding: 50px 40px 50px 35px;
  border-radius: 60px;
  background-color: #313131;
  overflow: hidden;
  z-index: 10;
}
@media screen and (max-width: 767.9px) {
  .page-home .services__content .service {
    width: 260px;
    min-height: 350px;
    padding: 40px 35px 40px 30px;
    border-radius: 50px;
  }
}
.page-home .services__content .service::before {
  content: "";
  position: absolute;
  top: 55px;
  left: 0;
  width: 1.2px;
  height: 84px;
  border-radius: 5px;
}
@media screen and (max-width: 767.9px) {
  .page-home .services__content .service::before {
    top: 45px;
    height: 70px;
  }
}
.page-home .services__content .service__name {
  min-height: 35px;
  margin-bottom: 24px;
  font-weight: 700;
  font-size: 25px;
  line-height: 26px;
  letter-spacing: -0.32px;
  color: #FFFFFF;
  text-transform: uppercase;
}
@media screen and (max-width: 767.9px) {
  .page-home .services__content .service__name {
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 22px;
    letter-spacing: -0.27px;
  }
}
.page-home .services__content .service__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: -0.32px;
  color: #B9B9B9;
}
@media screen and (max-width: 767.9px) {
  .page-home .services__content .service__text {
    font-size: 14px;
    line-height: 22px;
    letter-spacing: -0.27px;
  }
}
.page-home .services__content .service__bg {
  position: absolute;
  bottom: -87px;
  height: 328px;
  max-width: initial;
  max-height: initial;
  z-index: -1;
}
@media screen and (max-width: 767.9px) {
  .page-home .services__content .service__bg {
    bottom: -74px;
    height: 280px;
  }
}
.page-home .services__content .service:nth-child(1) .service__bg {
  right: -94px;
}
@media screen and (max-width: 767.9px) {
  .page-home .services__content .service:nth-child(1) .service__bg {
    left: -28px;
    right: initial;
  }
}
.page-home .services__content .service:nth-child(2) .service__bg {
  right: 0;
}
.page-home .services__content .service:nth-child(3) .service__bg {
  left: -127px;
}
@media screen and (max-width: 767.9px) {
  .page-home .services__content .service:nth-child(3) .service__bg {
    left: -108px;
  }
}
.page-home .services__content .service:nth-child(4) .service__bg {
  left: 0;
}
.page-home .services__content .service:nth-child(1)::before {
  background: -webkit-gradient(linear, left top, left bottom, from(#00FF9A), to(#262626));
  background: linear-gradient(to bottom, #00FF9A, #262626);
}
.page-home .services__content .service:nth-child(2)::before {
  background: -webkit-gradient(linear, left top, left bottom, from(#ECFF00), to(#262626));
  background: linear-gradient(to bottom, #ECFF00, #262626);
}
.page-home .services__content .service:nth-child(3)::before {
  background: -webkit-gradient(linear, left top, left bottom, from(#DC00FF), to(#262626));
  background: linear-gradient(to bottom, #DC00FF, #262626);
}
.page-home .services__content .service:nth-child(4)::before {
  background: -webkit-gradient(linear, left top, left bottom, from(#0066FF), to(#262626));
  background: linear-gradient(to bottom, #0066FF, #262626);
}
.page-home .services__bg {
  position: absolute;
  top: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100vw;
  max-width: initial;
  max-height: initial;
  z-index: -1;
}
@media screen and (max-width: 1919.9px) {
  .page-home .services__bg {
    width: 1920px;
  }
}
@media screen and (max-width: 767.9px) {
  .page-home .services__bg {
    top: 280px;
    -webkit-transform: translateX(calc(-50% + 25px));
    transform: translateX(calc(-50% + 25px));
    width: 640px;
    min-width: calc(100vw + 50px);
  }
}
.page-home .contacts {
  width: 570px;
  max-width: calc(100% - 80px);
}
@media screen and (max-width: 767.9px) {
  .page-home .contacts {
    width: 400px;
  }
}
.page-home .contacts .formarea {
  margin-top: -10px;
}
@media screen and (max-width: 767.9px) {
  .page-home .contacts .formarea {
    margin-top: 0;
  }
}
/*# sourceMappingURL=style.min.css.map */