@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@200;300;400;500;600;700;800;900&display=swap");
/*обнулення */
* {
  padding: 0;
  margin: 0;
  border: 0;
}

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

:focus, :active {
  outline: none;
}

a:focus, a:active {
  outline: none;
}

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

html, body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input, button, textarea {
  font-family: inherit;
}

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

button {
  cursor: pointer;
}

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

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

/*______обнуление*/
/*====================================================*/
/*в початковий шаблон для оболочки та контейнеру*/
/*знаходить в імені класу контеінер і застосовує стилі*/
[class*=__container] {
  max-width: 1210px;
  margin: 0px auto;
  padding: 0px 15px;
}

.wrapper {
  min-height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.page {
  flex: 1 1 auto;
}

/*==============================================*/
.comm-title h1 {
  color: var(--white, #FFF);
  font-weight: 400;
  line-height: 140%; /* 78.4px */
}
@media (max-width: 767px) {
  .comm-title h1 {
    font-size: calc(30px + 44.2 * (100vw - 320px) / 1920);
  }
}
@media (min-width: 767px) {
  .comm-title h1 {
    font-size: calc(30px + 26 * 100vw / 1920);
  }
}
.comm-title h2 {
  color: var(--orange, #F4900F);
  text-align: center;
  font-weight: 500;
  line-height: 140%; /* 50.4px */
  text-transform: uppercase;
  position: relative;
}
@media (max-width: 767px) {
  .comm-title h2 {
    font-size: calc(25px + 18.7 * (100vw - 320px) / 1920);
  }
}
@media (min-width: 767px) {
  .comm-title h2 {
    font-size: calc(25px + 11 * 100vw / 1920);
  }
}
.comm-title h2::after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  width: 120px;
  height: 4px;
  background-color: #F4900F;
  transform: translateX(-50%);
}
.comm-title span {
  color: #F4900F;
  font-weight: 800;
}

.comm-button {
  color: var(--white, #FFF);
  font-weight: 600;
  line-height: 140%; /* 22.4px */
  text-transform: uppercase;
  border-radius: 4px;
  background: linear-gradient(270deg, #EE9D00 0%, #FF7926 100%);
  padding: 10px 40px;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  .comm-button {
    font-size: calc(12px + 6.8 * (100vw - 320px) / 1920);
  }
}
@media (min-width: 767px) {
  .comm-button {
    font-size: calc(12px + 4 * 100vw / 1920);
  }
}
@media (min-width: 768px) {
  .comm-button:hover {
    background: var(--amber, linear-gradient(180deg, #b14706 0%, #bd7e00 100%));
    transition: all 0.3s ease;
  }
}

.header__burger {
  display: none;
}

.menu-list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}

@media (max-width: 768px) {
  .header__burger {
    position: relative;
    z-index: 3;
  }
  .header__logo {
    z-index: 52;
  }
  .header__burger {
    display: block;
    position: relative;
    width: 30px;
    height: 20px;
  }
  .header__burger span {
    position: absolute;
    left: 0;
    top: 9px;
    background-color: #fff;
    width: 100%;
    height: 2px;
    transition: all 0.3s ease 0s;
  }
  .header__burger:before,
  .header__burger:after {
    content: "";
    background-color: #fff;
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    transition: all 0.3s ease 0s;
  }
  .header__burger:before {
    top: 0;
  }
  .header__burger:after {
    bottom: 0;
  }
  .header__burger.active:before {
    transform: rotate(45deg);
    top: 9px;
  }
  .header__burger.active:after {
    transform: rotate(-45deg);
    bottom: 9px;
  }
  .header__burger.active span {
    transform: scale(0);
  }
  .header__body-menu {
    position: fixed;
    left: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background: var(--Background-Secondary, #070706);
    padding: 160px 0px 0px 0px;
    transition: all 0.3s ease 0s;
  }
  .header__body-menu.active {
    left: 0;
  }
  .menu-list {
    display: block;
    text-align: center;
  }
  .menu-list li {
    margin-bottom: 32px;
    font-size: 20px;
  }
  body.lock {
    overflow: hidden;
  }
}
/* Слайдер */
.slider {
  min-width: 0;
}

/* Слайдер запущен */
/* Слайдер с точками */
/* Ограничивающая оболочка */
.slick-list {
  min-width: 0px;
  overflow: hidden;
  text-align: center;
}

/* Лента слайдов */
.slick-track {
  min-width: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Слайд */
/* Слайд активный (показывается) */
/* Слайд основной */
/* Слайд по центру */
/* Клонированный слайд */
/* Стрелка */
/* Стрелка влево */
/* Стрелка вправо */
/* Стрелка не активная */
/* Точки (булиты) */
/* Активная точка */
/* Элемент точки */
/*=======================================*/
/*стилі для конкретного слайду*/
body {
  font-family: Raleway, sans-serif;
}

.header {
  transition: background-color 0.3s ease;
  transition: background-color 1s ease, padding 0.3s ease;
  position: fixed;
  z-index: 5;
  width: 100%;
  padding: 38px 0px;
}
.header.scrolled {
  background-color: #000;
  padding: 5px 0px;
  transition: background-color 1s ease, padding 0.3s ease;
}
@media (max-width: 768px) {
  .header {
    padding: 5px 0px;
  }
}
.header__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.menu-list li {
  transition: all 0.3s ease;
  padding: 6px;
  border: 1px solid transparent;
}
.menu-list li.active {
  border-bottom: 1px solid #fff;
}
.menu-list li.active a {
  color: var(--white, #FFF);
}
@media (min-width: 768px) {
  .menu-list li:hover {
    border-bottom: 1px solid #F4900F;
    transition: all 0.3s ease;
  }
  .menu-list li:hover a {
    color: var(--orange, #F4900F);
    transition: all 0.3s ease;
  }
}
.menu-list a {
  color: var(--text-secondary, #6B6B6B);
  font-size: 14px;
  font-weight: 400;
  line-height: 140%; /* 19.6px */
  text-transform: uppercase;
  padding-bottom: 6px;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .menu-list a {
    color: #fff;
  }
}

.promo {
  background: url("../img/mainbg.avif") 0 0 no-repeat;
  background-size: cover;
  padding-top: calc(130px + 82 * (100vw - 320px) / 1600);
  padding-bottom: 40px;
}
.promo__label {
  color: var(--text-secondary, #6B6B6B);
  font-size: 24px;
  font-weight: 400;
  line-height: 140%; /* 33.6px */
}
.promo__title {
  margin-bottom: 57px;
}
.promo__actions {
  display: flex;
  -moz-column-gap: 72px;
       column-gap: 72px;
  margin-bottom: calc(60px + 90 * (100vw - 320px) / 1600);
}
.promo__actions-item {
  margin-bottom: calc(40px + 60 * (100vw - 320px) / 1600);
}
.promo__actions-item button {
  position: relative;
  z-index: 1;
}
.promo__actions-item p {
  color: var(--text-secondary, #6B6B6B);
  font-size: 14px;
  font-weight: 400;
  line-height: 22px; /* 157.143% */
  max-width: 242px;
}
.promo__actions-item p a {
  text-decoration: underline;
  color: var(--text-secondary, #6B6B6B);
  font-size: 14px;
  font-weight: 400;
  line-height: 22px; /* 157.143% */
  transition: all 0.3s ease;
}
@media (min-width: 768px) {
  .promo__actions-item p a:hover {
    color: #FFF;
    transition: all 0.3s ease;
  }
}
.promo__actions-item img {
  max-width: 100%;
  border-radius: 55px;
}
.promo__slider {
  position: relative;
  min-width: 0;
  border-radius: 10px;
  background: #1A1A1A;
  padding: 50px 30px;
}
@media (max-width: 930px) {
  .promo__slider {
    padding: 10px 30px;
  }
}
.promo__slider .slick-arrow.slick-next {
  font-size: 0;
  position: absolute;
  top: 50%;
  left: 470px;
}
@media (max-width: 930px) {
  .promo__slider .slick-arrow.slick-next {
    left: 90%;
    top: 100%;
  }
}
.promo__slider .slick-arrow.slick-next::before {
  position: absolute;
  top: 0;
  left: 0;
  content: ">>";
  color: #F4900F;
  font-size: 36px;
}
.promo__slider .slick-arrow.slick-prev {
  font-size: 0;
  position: absolute;
  top: 50%;
  left: 0;
}
@media (max-width: 930px) {
  .promo__slider .slick-arrow.slick-prev {
    top: 100%;
  }
}
.promo__slider .slick-arrow.slick-prev::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "<<";
  color: #F4900F;
  font-size: 36px;
}
.promo__slider-item {
  display: flex;
  -moz-column-gap: 120px;
       column-gap: 120px;
  justify-content: space-between;
  min-width: 0px;
  max-width: 100%;
}
@media (max-width: 930px) {
  .promo__slider-item {
    display: block;
  }
}
.promo__slider-item-name {
  color: var(--white, #FFF);
  text-align: center;
  font-weight: 300;
  line-height: 140%; /* 39.2px */
  flex-basis: 50%;
  max-width: 380px;
  min-width: 0;
  padding-left: 30px;
}
@media (max-width: 767px) {
  .promo__slider-item-name {
    font-size: calc(20px + 13.6 * (100vw - 320px) / 1920);
  }
}
@media (min-width: 767px) {
  .promo__slider-item-name {
    font-size: calc(20px + 8 * 100vw / 1920);
  }
}
@media (max-width: 930px) {
  .promo__slider-item-name {
    margin: 0 auto 20px auto;
  }
}
.promo__slider-item-text {
  color: var(--white, #FFF);
  font-weight: 400;
  line-height: 30px; /* 166.667% */
  flex-basis: 50%;
  min-width: 0;
}
@media (max-width: 767px) {
  .promo__slider-item-text {
    font-size: calc(14px + 6.8 * (100vw - 320px) / 1920);
  }
}
@media (min-width: 767px) {
  .promo__slider-item-text {
    font-size: calc(14px + 4 * 100vw / 1920);
  }
}

.item__name-title {
  position: relative;
  min-width: 0;
}
.item__name-title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -30px;
  width: 107px;
  height: 1px;
  background-color: #F4900F;
  transform: translateX(-50%);
}
.item__name-label {
  color: var(--orange, #F4900F);
  font-size: 18px;
  font-weight: 700;
  line-height: 140%; /* 25.2px */
  text-transform: uppercase;
  margin-top: 50px;
  min-width: 0;
}

.values {
  padding-top: 30px;
  background-color: #000;
}
.values__title {
  margin-bottom: 75px;
}
.values__body {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
.values__body-item {
  padding: 50px 20px 50px 30px;
  padding-top: calc(20px + 30 * (100vw - 320px) / 1600);
  padding-bottom: calc(20px + 30 * (100vw - 320px) / 1600);
  border-radius: 10px;
  background: #1A1A1A;
  max-width: 280px;
  transition: all 0.3s ease;
}
@media (min-width: 768px) {
  .values__body-item:hover {
    background-color: #F4900F;
    box-shadow: 5px 15px 50px 0px rgba(244, 144, 15, 0.15);
    transition: all 0.3s ease;
  }
}
.values__body-item-title {
  color: var(--white, #FFF);
  font-weight: 600;
  line-height: 32px; /* 133.333% */
  text-transform: uppercase;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .values__body-item-title {
    font-size: calc(20px + 6.8 * (100vw - 320px) / 1920);
  }
}
@media (min-width: 767px) {
  .values__body-item-title {
    font-size: calc(20px + 4 * 100vw / 1920);
  }
}
.values__body-item-text {
  color: var(--white, #FFF);
  font-weight: 400;
  line-height: 30px; /* 166.667% */
}
@media (max-width: 767px) {
  .values__body-item-text {
    font-size: calc(14px + 6.8 * (100vw - 320px) / 1920);
  }
}
@media (min-width: 767px) {
  .values__body-item-text {
    font-size: calc(14px + 4 * 100vw / 1920);
  }
}

.choose {
  padding-top: 100px;
  padding-top: calc(60px + 40 * (100vw - 320px) / 1600);
  padding-bottom: calc(60px + 40 * (100vw - 320px) / 1600);
  position: relative;
  background: url("../img/bg2.avif") 50% 60% no-repeat;
  background-size: cover;
}
.choose::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background: rgb(0, 0, 0);
  background: linear-gradient(180deg, rgb(0, 0, 0) 17%, rgba(255, 255, 255, 0) 100%);
}
.choose::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #1A1A1A;
  opacity: 0.8;
}
.choose__title {
  margin-bottom: 70px;
}
.choose__body {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  padding: 0, 10px;
  justify-content: center;
  -moz-column-gap: 60px;
       column-gap: 60px;
  row-gap: 40px;
  align-items: center;
}
.choose__body-item {
  max-width: 340px;
}
.choose__body-item-title {
  color: var(--white, #FFF);
  text-align: center;
  font-weight: 600;
  line-height: 32px; /* 133.333% */
  text-transform: uppercase;
  margin-bottom: 35px;
}
@media (max-width: 767px) {
  .choose__body-item-title {
    font-size: calc(20px + 6.8 * (100vw - 320px) / 1920);
  }
}
@media (min-width: 767px) {
  .choose__body-item-title {
    font-size: calc(20px + 4 * 100vw / 1920);
  }
}
.choose__body-item-text {
  color: var(--white, #FFF);
  text-align: center;
  font-weight: 400;
  line-height: 30px; /* 166.667% */
}
@media (max-width: 767px) {
  .choose__body-item-text {
    font-size: calc(14px + 6.8 * (100vw - 320px) / 1920);
  }
}
@media (min-width: 767px) {
  .choose__body-item-text {
    font-size: calc(14px + 4 * 100vw / 1920);
  }
}

.opt {
  background: radial-gradient(50% 96.72% at 50% 56.7%, #262525 0%, #181818 100%);
  padding-top: calc(60px + 40 * (100vw - 320px) / 1600);
}
.opt__title {
  margin-bottom: calc(60px + 35 * (100vw - 320px) / 1600);
}
.opt__body {
  display: flex;
  -moz-column-gap: 108px;
       column-gap: 108px;
  row-gap: 30px;
  justify-content: center;
  flex-wrap: wrap;
}
.opt__body-item {
  max-width: 484px;
}
.opt__img {
  text-align: center;
  position: relative;
  top: -30px;
}
.opt__img img {
  max-width: 100%;
  opacity: 0.1;
}
.opt ul {
  padding-left: 38px;
}
.opt li {
  position: relative;
  color: var(--white, #FFF);
  font-weight: 300;
  line-height: 140%; /* 28px */
}
@media (max-width: 767px) {
  .opt li {
    font-size: calc(16px + 6.8 * (100vw - 320px) / 1920);
  }
}
@media (min-width: 767px) {
  .opt li {
    font-size: calc(16px + 4 * 100vw / 1920);
  }
}
.opt li:not(:last-child) {
  margin-bottom: calc(15px + 15 * (100vw - 320px) / 1600);
}
.opt li::before {
  position: absolute;
  content: "";
  top: 50%;
  left: -30px;
  width: 6px;
  height: 6px;
  background: var(--orange, #F4900F);
  transform: translateY(-50%);
}

.opt__button {
  text-align: center;
  position: relative;
  top: -200px;
}
@media (max-width: 500px) {
  .opt__button {
    top: -110px;
  }
}

.key {
  padding-top: 70px;
  background: #0F0F0F;
  padding-bottom: 70px;
}
.key__title {
  margin-bottom: 90px;
}
.key__body {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  -moz-column-gap: 50px;
       column-gap: 50px;
  row-gap: 30px;
  margin-bottom: 50px;
}
.key__body-item {
  max-width: 345px;
}
.key__body-item-icon {
  text-align: center;
  margin-bottom: 38px;
}
.key__body-item-title {
  color: var(--white, #FFF);
  text-align: center;
  font-weight: 700;
  line-height: 34px; /* 141.667% */
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .key__body-item-title {
    font-size: calc(18px + 10.2 * (100vw - 320px) / 1920);
  }
}
@media (min-width: 767px) {
  .key__body-item-title {
    font-size: calc(18px + 6 * 100vw / 1920);
  }
}
.key__body-item-text {
  color: var(--white, #FFF);
  text-align: center;
  font-weight: 400;
  line-height: 30px; /* 166.667% */
}
@media (max-width: 767px) {
  .key__body-item-text {
    font-size: calc(14px + 6.8 * (100vw - 320px) / 1920);
  }
}
@media (min-width: 767px) {
  .key__body-item-text {
    font-size: calc(14px + 4 * 100vw / 1920);
  }
}
.key__button {
  text-align: center;
}

.footer {
  background: rgba(26, 26, 26, 0.95);
}
.footer__container {
  padding-top: calc(25px + 30 * (100vw - 320px) / 1600);
  padding-bottom: calc(25px + 30 * (100vw - 320px) / 1600);
  display: flex;
  -moz-column-gap: 150px;
       column-gap: 150px;
  row-gap: 30px;
  justify-content: center;
  align-items: top;
  flex-wrap: wrap;
}
.footer__item {
  max-width: 279px;
}
.footer__item-title {
  color: var(--white, #FFF);
  font-weight: 600;
  line-height: 36px; /* 180% */
  text-transform: uppercase;
  margin-bottom: 31px;
  text-align: center;
}
@media (max-width: 767px) {
  .footer__item-title {
    font-size: calc(16px + 6.8 * (100vw - 320px) / 1920);
  }
}
@media (min-width: 767px) {
  .footer__item-title {
    font-size: calc(16px + 4 * 100vw / 1920);
  }
}
.footer__item-adress {
  color: var(--white, #FFF);
  font-weight: 400;
  line-height: 30px; /* 166.667% */
  text-align: center;
}
@media (max-width: 767px) {
  .footer__item-adress {
    font-size: calc(14px + 6.8 * (100vw - 320px) / 1920);
  }
}
@media (min-width: 767px) {
  .footer__item-adress {
    font-size: calc(14px + 4 * 100vw / 1920);
  }
}
.footer__item-img {
  border-radius: 50%;
  overflow: hidden;
}
.footer__item-img img {
  max-width: 100%;
}
.footer__item-links {
  text-align: center;
}
.footer__item-links li:not(:last-child) {
  margin-bottom: 10px;
}
.footer__item-links a {
  color: var(--white, #FFF);
  font-weight: 600;
  line-height: 36px; /* 180% */
  text-transform: uppercase;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  .footer__item-links a {
    font-size: calc(16px + 6.8 * (100vw - 320px) / 1920);
  }
}
@media (min-width: 767px) {
  .footer__item-links a {
    font-size: calc(16px + 4 * 100vw / 1920);
  }
}
@media (min-width: 768px) {
  .footer__item-links a:hover {
    color: #F4900F;
    transition: all 0.3s ease;
  }
}
.footer__item-social-title {
  color: var(--white, #FFF);
  font-weight: 600;
  line-height: 36px; /* 180% */
  text-transform: uppercase;
  margin-bottom: calc(30px + 45 * (100vw - 320px) / 1600);
  text-align: center;
}
@media (max-width: 767px) {
  .footer__item-social-title {
    font-size: calc(16px + 6.8 * (100vw - 320px) / 1920);
  }
}
@media (min-width: 767px) {
  .footer__item-social-title {
    font-size: calc(16px + 4 * 100vw / 1920);
  }
}
.footer__item-social-icons {
  display: flex;
  gap: 10px;
}
.footer__item-social-icons div {
  width: 35px;
  height: 35px;
  border-radius: 50px;
  background: var(--orange, #F4900F);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
}
@media (min-width: 768px) {
  .footer__item-social-icons div:hover {
    background-color: #7a4c0f;
    transition: all 0.3s ease;
  }
}
.footer__item-social-icons div img {
  max-width: 24px;
  max-height: 24px;
}
.footer__bot {
  background: #0F0F0F;
  padding: 22px 0px;
}
.footer__rights {
  color: var(--text-secondary, #6B6B6B);
  font-weight: 600;
  line-height: 140%; /* 22.4px */
}
@media (max-width: 767px) {
  .footer__rights {
    font-size: calc(12px + 6.8 * (100vw - 320px) / 1920);
  }
}
@media (min-width: 767px) {
  .footer__rights {
    font-size: calc(12px + 4 * 100vw / 1920);
  }
}
.footer__policy {
  display: flex;
  justify-content: space-between;
  align-items: center;
  -moz-column-gap: calc(40px + 55 * (100vw - 320px) / 1600);
       column-gap: calc(40px + 55 * (100vw - 320px) / 1600);
}
.footer__policy a {
  color: var(--text-secondary, #6B6B6B);
  font-weight: 600;
  line-height: 140%; /* 22.4px */
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  .footer__policy a {
    font-size: calc(12px + 6.8 * (100vw - 320px) / 1920);
  }
}
@media (min-width: 767px) {
  .footer__policy a {
    font-size: calc(12px + 4 * 100vw / 1920);
  }
}
@media (min-width: 768px) {
  .footer__policy a:hover {
    color: #F4900F;
    transition: all 0.3s ease;
  }
}

.footer-bot__container {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 10px;
  justify-content: space-between;
  align-items: center;
}

.register {
  background: url("../img/servicebg.webp") 0 0 no-repeat;
  background-size: cover;
  padding-top: calc(130px + 82 * (100vw - 320px) / 1600);
  padding-bottom: calc(50px + 100 * (100vw - 320px) / 1600);
}
.register__title {
  margin-bottom: 30px;
}
.register__text {
  color: var(--text-secondary, #dad1d1);
  font-size: 18px;
  font-weight: 400;
  line-height: 30px; /* 166.667% */
  margin-bottom: 70px;
  background-color: rgba(14, 10, 10, 0.568627451);
  padding: 10px;
  border-radius: 3px;
}
.why {
  background: #0F0F0F;
  padding-top: 30px;
  padding-bottom: calc(40px + 60 * (100vw - 320px) / 1600);
}
.why__title {
  margin-bottom: 130px;
}
.why__body {
  display: flex;
  justify-content: space-between;
  -moz-column-gap: 75px;
       column-gap: 75px;
  row-gap: 30px;
}
@media (max-width: 768px) {
  .why__body {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.why__body-img {
  max-width: 660px;
}
.why__body-img img {
  opacity: 0.8;
  max-width: 100%;
  aspect-ratio: 16/9;
  box-shadow: 2px 3px 10px 10px rgba(255, 121, 38, 0.5607843137);
}
.why__body-content {
  max-width: 580px;
}
.why__body-content-title {
  color: var(--white, #FFF);
  font-variant-numeric: lining-nums proportional-nums;
  font-weight: 500;
  line-height: 140%; /* 44.8px */
  text-transform: uppercase;
  max-width: 480px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .why__body-content-title {
    font-size: calc(20px + 20.4 * (100vw - 320px) / 1920);
  }
}
@media (min-width: 767px) {
  .why__body-content-title {
    font-size: calc(20px + 12 * 100vw / 1920);
  }
}
.why__body-content-label {
  position: relative;
  color: var(--text-secondary, #6B6B6B);
  font-size: 16px;
  font-weight: 400;
  line-height: 30px; /* 187.5% */
  margin-bottom: 60px;
}
.why__body-content-label::after {
  position: absolute;
  content: "";
  bottom: -30px;
  left: 0;
  width: 50px;
  height: 5px;
  background-color: #FF7926;
}
.why__body-content-text {
  color: var(--white, #FFF);
  font-size: 16px;
  font-weight: 400;
  line-height: 30px; /* 187.5% */
  margin-bottom: 48px;
}
.why__body-content-text p:not(:last-child) {
  margin-bottom: 30px;
}
.why__body-content-button {
  margin-bottom: calc(30px + 70 * (100vw - 320px) / 1600);
}

.why2 {
  background: #1A1A1A;
  padding-top: calc(40px + 60 * (100vw - 320px) / 1600);
  padding-bottom: calc(40px + 60 * (100vw - 320px) / 1600);
}

.why3 {
  background: #0F0F0F;
  padding-top: calc(40px + 60 * (100vw - 320px) / 1600);
}

.company {
  position: relative;
  background: url("../img/serviceimg3.avif") 0 0 no-repeat;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 70px;
}
.company::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #1A1A1A;
  opacity: 0.9;
  z-index: 1;
}
.company__container {
  position: relative;
  z-index: 2;
}
.company__title {
  margin-bottom: 100px;
}
.company__body {
  margin-bottom: 80px;
}
.company__body-item:not(:last-child) {
  margin-bottom: 70px;
}
.company__body-item-title {
  display: flex;
  gap: 20px;
  margin-bottom: 35px;
}
.company__body-item-title p:first-child {
  color: var(--orange, #F4900F);
  font-size: 74px;
  font-weight: 200;
  line-height: 32px; /* 43.243% */
  text-transform: uppercase;
}
.company__body-item-title p:last-child {
  color: var(--white, #FFF);
  font-variant-numeric: lining-nums proportional-nums;
  font-weight: 500;
  line-height: 140%; /* 44.8px */
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .company__body-item-title p:last-child {
    font-size: calc(24px + 13.6 * (100vw - 320px) / 1920);
  }
}
@media (min-width: 767px) {
  .company__body-item-title p:last-child {
    font-size: calc(24px + 8 * 100vw / 1920);
  }
}
.company__body-item-content {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
  align-items: top;
}
.company__body-item-content-left {
  position: relative;
  padding-left: 80px;
  max-width: 480px;
}
.company__body-item-content-left::before {
  position: absolute;
  content: "";
  top: 0;
  left: 30px;
  width: 2px;
  height: 90%;
  background-color: #FF7926;
  transform: translateY(5%);
}
.company__body-item-content-left p:first-child {
  color: var(--orange, #F4900F);
  font-size: 18px;
  font-weight: 700;
  line-height: 30px; /* 166.667% */
}
.company__body-item-content-left p:last-child {
  color: var(--white, #FFF);
  font-weight: 400;
  line-height: 30px; /* 166.667% */
}
@media (max-width: 767px) {
  .company__body-item-content-left p:last-child {
    font-size: calc(14px + 6.8 * (100vw - 320px) / 1920);
  }
}
@media (min-width: 767px) {
  .company__body-item-content-left p:last-child {
    font-size: calc(14px + 4 * 100vw / 1920);
  }
}
.company__body-item-content-right {
  max-width: 480px;
}
.company__body-item-content-right p:first-child {
  color: var(--orange, #F4900F);
  font-size: 18px;
  font-weight: 700;
  line-height: 30px; /* 166.667% */
}
.company__body-item-content-right p:last-child {
  color: var(--white, #FFF);
  font-size: 18px;
  font-weight: 400;
  line-height: 30px; /* 166.667% */
}
.company__button {
  text-align: center;
}

.works {
  position: relative;
  background: url("../img/worksbg.webp") 0 0 no-repeat;
  background-size: cover;
  padding-top: calc(40px + 60 * (100vw - 320px) / 1600);
  padding-bottom: calc(40px + 30 * (100vw - 320px) / 1600);
  z-index: 2;
}
.works::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #1A1A1A;
  opacity: 0.2;
  z-index: 1;
}
.works__container {
  position: relative;
  z-index: 2;
}
.works__title {
  margin-bottom: 90px;
}
.works__body {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 45px;
       column-gap: 45px;
  justify-content: center;
  row-gap: 70px;
  margin-bottom: 40px;
}
.works__body-item {
  max-width: 355px;
}
@media (max-width: 768px) {
  .works__body-item {
    text-align: center;
  }
}
.works__body-item-icon {
  margin-bottom: 35px;
}
.works__body-item-title {
  color: var(--white, #FFF);
  font-weight: 700;
  line-height: 38px; /* 158.333% */
  text-transform: uppercase;
  margin-bottom: 20px;
  max-width: 230px;
}
@media (max-width: 767px) {
  .works__body-item-title {
    font-size: calc(18px + 10.2 * (100vw - 320px) / 1920);
  }
}
@media (min-width: 767px) {
  .works__body-item-title {
    font-size: calc(18px + 6 * 100vw / 1920);
  }
}
@media (max-width: 768px) {
  .works__body-item-title {
    text-align: center;
    max-width: 100%;
  }
}
.works__body-item-text {
  color: var(--white, #FFF);
  font-weight: 400;
  line-height: 30px; /* 166.667% */
}
@media (max-width: 767px) {
  .works__body-item-text {
    font-size: calc(14px + 6.8 * (100vw - 320px) / 1920);
  }
}
@media (min-width: 767px) {
  .works__body-item-text {
    font-size: calc(14px + 4 * 100vw / 1920);
  }
}
.works__button {
  text-align: center;
}

.ready {
  padding-top: 52px;
  padding-bottom: 50px;
  background: var(--amber, linear-gradient(180deg, #FF7926 0%, #EE9D00 100%));
}
.ready__container {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 100px;
       column-gap: 100px;
  row-gap: 50px;
}
.ready__content {
  max-width: 700px;
}
.ready__content-title {
  color: var(--white, #FFF);
  font-weight: 400;
  line-height: 54px; /* 117.391% */
  line-height: calc(34px + 20 * (100vw - 320px) / 1600);
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .ready__content-title {
    font-size: calc(24px + 37.4 * (100vw - 320px) / 1920);
  }
}
@media (min-width: 767px) {
  .ready__content-title {
    font-size: calc(24px + 22 * 100vw / 1920);
  }
}
.ready__content-text {
  color: var(--white, #FFF);
  font-weight: 500;
  line-height: 32px; /* 133.333% */
}
@media (max-width: 767px) {
  .ready__content-text {
    font-size: calc(18px + 10.2 * (100vw - 320px) / 1920);
  }
}
@media (min-width: 767px) {
  .ready__content-text {
    font-size: calc(18px + 6 * 100vw / 1920);
  }
}
.ready__button {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

.white {
  color: var(--text-secondary, #6B6B6B);
  background: #FFF;
}

.setup {
  background: url("../img/servicebg.webp") 0 0 no-repeat;
  background-size: cover;
  padding-top: calc(130px + 82 * (100vw - 320px) / 1600);
  padding-bottom: 150px;
}
.setup__title {
  text-align: center;
  margin-bottom: 20px;
}
.setup__text {
  color: var(--text-secondary, #c7c2c2);
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px; /* 166.667% */
  max-width: 770px;
  margin: 0 auto;
  background-color: rgba(14, 10, 10, 0.568627451);
  padding: 10px;
  border-radius: 3px;
  margin-bottom: 38px;
}
.setup__text p:not(:last-child) {
  margin-bottom: 20px;
}
.setup__button {
  text-align: center;
}

.is {
  background: #0F0F0F;
  padding-top: 50px;
  padding-bottom: 100px;
}
.is__title {
  margin-bottom: 35px;
}
.is__label {
  color: var(--text-secondary, #6B6B6B);
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px; /* 166.667% */
  max-width: 500px;
  margin: 0 auto;
  margin-bottom: 75px;
}
.is__body {
  display: flex;
  -moz-column-gap: 91px;
       column-gap: 91px;
  row-gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}
.is__body-item {
  color: var(--white, #FFF);
  font-size: 20px;
  font-weight: 300;
  line-height: 140%; /* 28px */
  width: 290px;
  text-align: center;
}
.is__body-item p {
  position: relative;
}
.is__body-item p::before {
  position: absolute;
  content: "";
  top: 50%;
  left: -30px;
  width: 6px;
  height: 6px;
  background: var(--orange, #F4900F);
  transform: translateY(-50%);
}
.is__body-item p:not(:last-child) {
  margin-bottom: 20px;
}

.advantages {
  padding-top: 80px;
  padding-bottom: 50px;
  background: #1A1A1A;
}
.advantages__title {
  margin-bottom: 100px;
}
.advantages__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 50px;
}
.advantages__body-item {
  margin-bottom: 65px;
}
.advantages__body-item-title {
  display: flex;
  gap: 20px;
  margin-bottom: 35px;
}
.advantages__body-item-title p:first-child {
  color: var(--orange, #F4900F);
  font-size: 74px;
  font-weight: 200;
  line-height: 32px; /* 43.243% */
  text-transform: uppercase;
}
.advantages__body-item-title p:last-child {
  color: var(--white, #FFF);
  font-variant-numeric: lining-nums proportional-nums;
  font-weight: 500;
  line-height: 140%; /* 44.8px */
  text-transform: uppercase;
  max-width: 424px;
}
@media (max-width: 767px) {
  .advantages__body-item-title p:last-child {
    font-size: calc(24px + 13.6 * (100vw - 320px) / 1920);
  }
}
@media (min-width: 767px) {
  .advantages__body-item-title p:last-child {
    font-size: calc(24px + 8 * 100vw / 1920);
  }
}
.advantages__body-item-text {
  color: var(--white, #FFF);
  font-weight: 400;
  line-height: 30px; /* 166.667% */
  position: relative;
  padding-left: 80px;
  max-width: 680px;
}
@media (max-width: 767px) {
  .advantages__body-item-text {
    font-size: calc(14px + 6.8 * (100vw - 320px) / 1920);
  }
}
@media (min-width: 767px) {
  .advantages__body-item-text {
    font-size: calc(14px + 4 * 100vw / 1920);
  }
}
.advantages__body-item-text::before {
  position: absolute;
  content: "";
  top: 0;
  left: 30px;
  width: 2px;
  height: 90%;
  background-color: #FF7926;
  transform: translateY(5%);
}
.advantages__button {
  text-align: center;
}

.faq {
  padding-top: 212px;
  padding-bottom: 100px;
  background: url("../img/faqbg.avif") 0 0/100% no-repeat;
  background-size: cover;
}
.faq__title {
  margin-bottom: 100px;
}
.faq__body-item {
  border-radius: 10px;
  background: #1A1A1A;
  padding: 35px 100px;
  padding-top: calc(10px + 25 * (100vw - 320px) / 1600);
  padding-bottom: calc(10px + 25 * (100vw - 320px) / 1600);
  padding-left: calc(10px + 90 * (100vw - 320px) / 1600);
  padding-right: calc(10px + 90 * (100vw - 320px) / 1600);
  overflow: hidden;
}
.faq__body-item:not(:last-child) {
  margin-bottom: 16px;
}
.faq__body-item-title {
  cursor: pointer;
  position: relative;
  color: var(--white, #FFF);
  font-weight: 700;
  line-height: 32px; /* 160% */
  display: flex;
  gap: 15px;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .faq__body-item-title {
    font-size: calc(16px + 6.8 * (100vw - 320px) / 1920);
  }
}
@media (min-width: 767px) {
  .faq__body-item-title {
    font-size: calc(16px + 4 * 100vw / 1920);
  }
}
.faq__body-item-title img {
  transition: all 0.3s ease;
}
.faq__body-item-title.active img {
  transform: rotate(180deg);
  transition: all 0.3s ease;
}
.faq__body-item-text {
  color: var(--main-white, #EBEBEB);
  font-weight: 400;
  line-height: 30px; /* 166.667% */
  padding-top: 40px;
  position: absolute;
  transform: translateX(-100%);
  visibility: hidden;
  transition: transform 0.3s ease;
}
@media (max-width: 767px) {
  .faq__body-item-text {
    font-size: calc(14px + 6.8 * (100vw - 320px) / 1920);
  }
}
@media (min-width: 767px) {
  .faq__body-item-text {
    font-size: calc(14px + 4 * 100vw / 1920);
  }
}
.faq__body-item-text.opened {
  position: inherit;
  transform: translateX(0%);
  visibility: visible;
  transition: transform 0.3s ease;
}

.contacts {
  padding-top: calc(120px + 180 * (100vw - 320px) / 1600);
  padding-bottom: 100px;
  background: url("../img/faqbg.avif") 0 0/100% no-repeat;
  background-size: cover;
}
.contacts__form {
  background-color: #1A1A1A;
  display: flex;
  padding: 80px 100px;
  padding-top: calc(0px + 80 * (100vw - 320px) / 1600);
  padding-bottom: calc(20px + 60 * (100vw - 320px) / 1600);
  padding-left: calc(20px + 80 * (100vw - 320px) / 1600);
  padding-right: calc(20px + 80 * (100vw - 320px) / 1600);
  justify-content: space-between;
  -moz-column-gap: 40px;
       column-gap: 40px;
  row-gap: 40px;
}
@media (max-width: 768px) {
  .contacts__form {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.contacts__form label {
  color: var(--text-secondary, #6B6B6B);
  font-size: 18px;
  font-weight: 400;
  line-height: 30px; /* 166.667% */
}
.contacts__form input {
  width: calc(250px + 231 * (100vw - 320px) / 1600);
  color: var(--white, #FFF);
  font-size: 18px;
  font-weight: 400;
  line-height: 30px; /* 166.667% */
  background: #333;
  padding: 10px 20px;
  border: 1px solid transparent;
  margin-bottom: 20px;
}
.contacts__form input:focus {
  border: 1px solid #FF7926;
}
.contacts__form textarea {
  height: 110px;
  width: calc(250px + 231 * (100vw - 320px) / 1600);
  padding: 10px 20px;
  background: #333;
  color: var(--white, #FFF);
  font-size: 18px;
}
@media (max-width: 768px) {
  .contacts__form-actions {
    order: 2;
  }
}
.contacts__form-button {
  margin-top: 45px;
}
@media (max-width: 768px) {
  .contacts__form-content {
    order: 1;
  }
}
.contacts__form-content-title {
  color: var(--orange, #F4900F);
  text-align: right;
  font-variant-numeric: lining-nums proportional-nums;
  font-weight: 500;
  line-height: 140%; /* 89.6px */
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .contacts__form-content-title {
    font-size: calc(30px + 57.8 * (100vw - 320px) / 1920);
  }
}
@media (min-width: 767px) {
  .contacts__form-content-title {
    font-size: calc(30px + 34 * 100vw / 1920);
  }
}
@media (max-width: 768px) {
  .contacts__form-content-title {
    text-align: center;
  }
}
.contacts__form-content-text {
  color: var(--text-secondary, var(--white, #6B6B6B));
  font-weight: 400;
  line-height: 30px;
  text-align: right;
  max-width: 350px;
}
@media (max-width: 767px) {
  .contacts__form-content-text {
    font-size: calc(14px + 6.8 * (100vw - 320px) / 1920);
  }
}
@media (min-width: 767px) {
  .contacts__form-content-text {
    font-size: calc(14px + 4 * 100vw / 1920);
  }
}
@media (max-width: 768px) {
  .contacts__form-content-text {
    text-align: center;
  }
}
.contacts__form-content-text a {
  color: var(--orange, var(--white, #F4900F));
}
@media (min-width: 768px) {
  .contacts__form-content-text a:hover {
    text-decoration: underline;
  }
}