@charset "UTF-8";
@font-face {
  font-family: "TT Firs Neue";
  src: url("../fonts/TTFirsNeue-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "TT Firs Neue";
  src: url("../fonts/TTFirsNeue-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "TT Firs Neue";
  src: url("../fonts/TTFirsNeue-DemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "TT Firs Neue";
  src: url("../fonts/TTFirsNeue-Bold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "TT Firs Neue";
  src: url("../fonts/TTFirsNeue-ExtraBold.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "TT Firs Neue";
  src: url("../fonts/TTFirsNeue-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "TT Firs Neue";
  src: url("../fonts/TTFirsNeue-Black.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Benzin";
  src: url("../fonts/Benzin-Bold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Benzin";
  src: url("../fonts/Benzin-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
.container {
  max-width: 1320px;
  width: 100%;
  margin: 0 auto;
  padding: 0 0px;
}
@media screen and (max-width: 1440px) {
  .container {
    padding: 0 35px;
  }
}
@media screen and (max-width: 1024px) {
  .container {
    padding: 0 15px;
  }
}

.content__page {
  margin-top: 160px;
}
.content__page h1, .content__page h2, .content__page h3, .content__page h4, .content__page h5, .content__page h6 {
  margin-bottom: 30px;
}
.content__page p {
  margin-bottom: 30px;
}

/* Указываем box sizing */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Убираем внутренние отступы */
ul[class],
ol[class] {
  padding: 0;
}

/* Убираем внешние отступы */
body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

html {
  overflow-x: hidden;
}

/* Выставляем основные настройки по-умолчанию для body */
body {
  overflow-x: hidden;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  color: #000;
  background: #fff;
}

/* Удаляем стандартную стилизацию для всех ul и il, у которых есть атрибут class*/
ul[class],
ol[class] {
  list-style: none;
}

/* Элементы a, у которых нет класса, сбрасываем до дефолтных стилей */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Упрощаем работу с изображениями */
img {
  max-width: 100%;
  display: block;
}

/* Указываем понятную периодичность в потоке данных у article*/
article > * + * {
  margin-top: 1em;
}

/* Наследуем шрифты для инпутов и кнопок */
input,
button,
textarea,
select {
  font: inherit;
}

.lang__arrow {
  margin-left: 6px;
  -webkit-transition: 0.5s ease 0s;
  transition: 0.5s ease 0s;
}

.pll-parent-menu-item {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.current__lang {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-size: 15px;
  color: #fff;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid rgba(158, 158, 158, 0.168627451);
  border-radius: 100px;
  padding: 10px 10px;
}

.rotate {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.i1 {
  margin-right: 5px;
}

.lang__hover {
  display: none;
  -webkit-transition: 0.3s ease 0s;
  transition: 0.3s ease 0s;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  width: 100%;
  z-index: 2;
  bottom: -36px;
  background: #121212;
  border-radius: 100px 100px 100px 100px;
  padding: 8px 0 !important;
}
@media screen and (max-width: 1024px) {
  .lang__hover {
    bottom: -36px;
    width: 85.7px;
  }
}
.lang__hover li {
  text-align: center;
}
.lang__hover li a {
  text-decoration: none;
  color: #000;
  padding: 5px 10px;
  font-size: 15px;
  color: #fff;
}

.opened {
  -webkit-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
  opacity: 1;
  visibility: visible;
  display: block;
  opacity: 1;
  visibility: visible;
}

.burger__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  display: none;
  margin-left: 30px;
}
@media screen and (max-width: 1200px) {
  .burger__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 600px) {
  .burger__button {
    margin-left: 15px;
  }
}

.mail {
  display: none;
}

.lang {
  margin-right: 8px !important;
  margin-left: 50px !important;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .lang {
    margin-right: 0px !important;
    margin-left: 0px !important;
  }
}

.burger__name {
  font-size: 17px;
  color: #fff;
  line-height: 100%;
  margin-right: 11px;
  display: none;
}
@media screen and (max-width: 1024px) {
  .burger__name {
    font-size: 14px;
  }
}

.burger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 24px;
  height: 24px;
  position: relative;
}
.burger span {
  width: 24px;
  height: 1px;
  margin-bottom: 4px;
  background: #fff;
  display: block;
  -webkit-transition: 0.6s ease 0s;
  transition: 0.6s ease 0s;
}
.burger span:nth-last-child(1) {
  margin-bottom: 0;
}
.burger__opened span {
  position: absolute;
  margin-bottom: 0;
}
.burger__opened span:nth-child(1) {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  width: 24px;
  position: relative;
  right: 4px;
  color: #fff;
  background: #fff;
  opacity: 1;
}
.burger__opened span:nth-child(2) {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.burger__opened span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.body__opened {
  overflow: hidden;
}

.back {
  background: rgba(0, 0, 0, 0.7);
  /* backdrop-filter: blur(16.7px); */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 98;
  -webkit-transition: 0.6s ease 0s;
  transition: 0.6s ease 0s;
  opacity: 0;
  visibility: hidden;
}

.back__opened {
  opacity: 1;
  visibility: visible;
}

.body__opened .back {
  opacity: 1;
  visibility: visible;
}

.mobile {
  position: fixed;
  top: 95px;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  -webkit-transform: translate(100%, 0);
          transform: translate(100%, 0);
  -webkit-transition: 0.6s ease 0s;
  transition: 0.6s ease 0s;
}
.mobile .top__menu .menu {
  -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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mobile .top__menu .menu .menu-item {
  margin-right: 0;
  margin-bottom: 10px;
}
.mobile .top__menu .menu .menu-item a {
  font-size: 20px;
  display: block;
}
@media screen and (max-width: 1024px) {
  .mobile {
    width: 100%;
    overflow-y: scroll;
  }
}

.mob {
  background: #161616;
  padding: 15px;
  border-radius: 12px;
}

.mobile__opened {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.header {
  position: fixed;
  width: 100%;
  z-index: 100;
  top: 20px;
}
@media screen and (max-width: 1300px) {
  .header {
    top: 10px;
  }
}
@media screen and (max-width: 1200px) {
  .header {
    top: 20px;
  }
}

.header-fixed .header__row {
  background: #121212;
  border-radius: 12px;
}

.header__row {
  padding: 15px;
}

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

.logo a {
  text-decoration: none;
  color: #fff;
  font-style: italic;
  font-size: 19px;
}
@media screen and (max-width: 1024px) {
  .logo a {
    font-size: 17px;
  }
}

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

@media screen and (max-width: 1200px) {
  .top__menu {
    margin-right: 0px;
  }
}
.top__menu .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.top__menu .menu .menu-item {
  margin-right: 39px;
}
@media screen and (max-width: 1200px) {
  .top__menu .menu .menu-item {
    margin-right: 25px;
  }
}
.top__menu .menu .menu-item:nth-last-child(1) {
  margin-right: 0;
}
.top__menu .menu .menu-item a {
  font-size: 16px;
  font-weight: 300;
  text-decoration: none;
  -webkit-transition: 0.6s ease 0s;
  transition: 0.6s ease 0s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: rgba(255, 255, 255, 0.968627451);
}
.top__menu .menu .menu-item a:hover {
  color: #fff;
}

.header__contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1300px) {
  .header__contacts .button2 {
    font-size: 14px;
    padding: 10px 15px;
  }
}
@media screen and (max-width: 1200px) {
  .header__contacts .button2 {
    width: 50px;
    height: 50px;
    padding: 0;
    font-size: 16px;
  }
  .header__contacts .button2 .mail {
    display: block;
  }
  .header__contacts .button2 span {
    display: none;
  }
}

.cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 13.2px;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
  -webkit-transition: 0.6s ease 0s;
  transition: 0.6s ease 0s;
  margin-right: 24px;
}
.cont:nth-last-child(1) {
  margin-right: 0;
}
.cont img {
  margin-right: 10px;
}
@media screen and (max-width: 600px) {
  .cont img {
    margin-right: 0;
  }
}
.cont:hover {
  opacity: 0.6;
}
@media screen and (max-width: 600px) {
  .cont span {
    display: none;
  }
}

.header__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1024px) {
  .header__buttons {
    display: none;
  }
}

.h__button1 {
  width: 85px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 12px;
  border: 1px solid #EFEFEF;
  -webkit-transition: 0.6s ease 0s;
  transition: 0.6s ease 0s;
  margin-left: 2px;
  background: #060606;
}
@media screen and (max-width: 1200px) {
  .h__button1 {
    width: 75px;
  }
}
.h__button1:hover {
  opacity: 0.6;
}

.h__button2 {
  width: 85px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 12px;
  border: 1px solid #EFEFEF;
  -webkit-transition: 0.6s ease 0s;
  transition: 0.6s ease 0s;
  margin-left: 2px;
  background: #EFEFEF;
}
@media screen and (max-width: 1200px) {
  .h__button2 {
    width: 75px;
  }
}
.h__button2:hover {
  opacity: 0.6;
}

.page-template-default .header__row {
  background: #121212;
  border-radius: 12px;
}

.section1 {
  background: #171717;
  position: relative;
  overflow: hidden;
  padding-top: 150px;
}
@media screen and (max-width: 1300px) {
  .section1 {
    padding-top: 100px;
  }
}
@media screen and (max-width: 1024px) {
  .section1 {
    padding-top: 95px;
  }
}

.section1__decor1 {
  position: absolute;
  left: 0;
  bottom: -50%;
}

.section1__decor2 {
  position: absolute;
  right: 0;
  top: -50%;
}

.section1__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 1300px) {
  .section1__row {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media screen and (max-width: 1024px) {
  .section1__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.section1__left {
  width: 56%;
}
@media screen and (max-width: 1024px) {
  .section1__left {
    width: 100%;
  }
}

.section1__right {
  width: 40%;
}
@media screen and (max-width: 1024px) {
  .section1__right {
    width: 100%;
  }
}

.section1__title {
  background: linear-gradient(151.05deg, #FFFFFF 13.97%, #D2D2D2 58.39%, #999999 76.73%, #FFFFFF 114.39%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-size: 59px;
  line-height: 115%;
  font-family: "IBM Plex Sans";
  font-weight: 400;
  margin-bottom: 40px;
}
.section1__title span {
  font-weight: 700;
}
@media screen and (max-width: 1300px) {
  .section1__title {
    font-size: 36px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .section1__title {
    font-size: 32px;
    margin-bottom: 20px;
  }
}

.section1__text {
  font-size: 20px;
  margin-bottom: 40px;
  color: #F1F1F1;
}
@media screen and (max-width: 1024px) {
  .section1__text {
    font-size: 14px;
    margin-bottom: 30px;
  }
}

.section1__row2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 1024px) {
  .section1__row2 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.section1__button {
  margin-bottom: 100px;
}
@media screen and (max-width: 1300px) {
  .section1__button {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .section1__button {
    margin-bottom: 0;
    margin-right: 20px;
  }
}
.section1__button .button1 {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.button1 {
  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;
  -webkit-transition: 0.6s ease 0s;
  transition: 0.6s ease 0s;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  color: #121212;
  padding: 18px 40px;
  border-radius: 100px;
  background: #fff;
  cursor: pointer;
  border: none;
  outline: none;
}
@media screen and (max-width: 1024px) {
  .button1 {
    font-size: 15px;
    padding: 15px 40px;
  }
}
.button1:hover {
  opacity: 0.6;
  background: #1E10B5;
  color: #fff;
}

.section1__mini__about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 285px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 40px;
}

.mini__photo {
  width: 110px;
  margin-right: 10px;
}
@media screen and (max-width: 1024px) {
  .mini__photo {
    width: 58px;
  }
}

.mini__works {
  font-size: 37px;
  font-weight: 500;
  color: #fff;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.3098039216);
}
@media screen and (max-width: 1024px) {
  .mini__works {
    font-size: 19px;
  }
}

.mini__text {
  font-size: 17px;
  color: rgba(241, 241, 241, 0.768627451);
  margin-top: 12px;
}
@media screen and (max-width: 1024px) {
  .mini__text {
    font-size: 12px;
  }
}

.main__photo {
  position: relative;
}
@media screen and (max-width: 1300px) {
  .main__photo img {
    width: 80%;
  }
}
@media screen and (max-width: 1024px) {
  .main__photo img {
    width: 100%;
  }
}

.tag {
  padding: 10px 17.5px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  border-radius: 100px;
  background: #171717;
  color: #fff;
  border: 1px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  position: absolute;
  top: 0;
}
@media screen and (max-width: 1024px) {
  .tag {
    padding: 6.5px 11.8px;
    font-size: 11px;
  }
}
.tag:nth-child(1) {
  top: 80px;
  left: 0px;
}
.tag:nth-child(2) {
  top: 170px;
  right: 35px;
}
@media screen and (max-width: 1024px) {
  .tag:nth-child(2) {
    top: 107px;
    right: 0;
  }
}
.tag:nth-child(3) {
  top: 420px;
  left: -25px;
}
@media screen and (max-width: 1024px) {
  .tag:nth-child(3) {
    top: 212px;
    left: 0;
  }
}
.tag:nth-child(4) {
  bottom: 100px;
  right: 0;
  top: initial;
}
@media screen and (max-width: 1024px) {
  .tag:nth-child(4) {
    bottom: 45px;
  }
}

.section2 {
  margin-top: 65px;
}
@media screen and (max-width: 1024px) {
  .section2 {
    margin-top: 40px;
  }
}
.section2 .section__title {
  text-align: center;
  margin-bottom: 20px;
}
.section2 .section__txt {
  text-align: center;
}

.section__title {
  font-weight: bold;
  font-size: 48px;
  line-height: 51px;
  font-family: "IBM Plex Sans";
  letter-spacing: -0.02em;
}
@media screen and (max-width: 1024px) {
  .section__title {
    font-size: 30px;
    line-height: 120%;
  }
}

.section__txt {
  font-size: 18px;
}
@media screen and (max-width: 1024px) {
  .section__txt {
    font-size: 15px;
  }
}

.section2__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 65px;
}
@media screen and (max-width: 1024px) {
  .section2__row {
    margin-top: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.section2__item {
  color: #000;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: 0.6s ease 0s;
  transition: 0.6s ease 0s;
  width: calc(33.3333333333% - 15px);
  padding: 24px;
  padding-top: 50px;
  background: #f5f5f5;
  border-radius: 16px;
  margin-bottom: 20px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .section2__item {
    width: 100%;
    padding: 18px;
    padding-top: 40px;
    margin-bottom: 10px;
  }
}
.section2__item:nth-last-child(1) {
  width: 100%;
  margin-bottom: 0;
}
.section2__item:nth-last-child(1) .section2__item__img {
  position: absolute;
  right: 200px;
  top: 0px;
  bottom: 0;
  margin: 0 auto;
  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;
}
@media screen and (max-width: 1024px) {
  .section2__item:nth-last-child(1) .section2__item__img {
    position: relative;
    right: 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin: 0;
    margin-bottom: 30px;
  }
}
.section2__item:nth-last-child(1) .section2__item__title {
  width: 70%;
  margin-bottom: 28px;
}
@media screen and (max-width: 1024px) {
  .section2__item:nth-last-child(1) .section2__item__title {
    width: 100%;
    margin-bottom: 50px;
  }
}
.section2__item:nth-last-child(1) .section2__item__bottom {
  width: 70%;
}
@media screen and (max-width: 1024px) {
  .section2__item:nth-last-child(1) .section2__item__bottom {
    width: 100%;
  }
}
.section2__item:nth-last-child(1) .section2__item__button {
  position: absolute;
  right: 24px;
  top: 24px;
}
@media screen and (max-width: 1024px) {
  .section2__item:nth-last-child(1) .section2__item__button {
    position: relative;
    right: 0;
    top: 0;
  }
}
.section2__item:hover .section2__item__button {
  background: #1E10B5;
}
.section2__item:hover .section2__item__button::after {
  background: #fff;
}

.section2__item__title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 70px;
  height: 52px;
}
@media screen and (max-width: 1024px) {
  .section2__item__title {
    font-size: 17px;
    margin-bottom: 50px;
    height: auto;
  }
}

.section2__item__img {
  margin-bottom: 30px;
}
.section2__item__img img {
  height: 120px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 1024px) {
  .section2__item__img img {
    height: 70px;
  }
}

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

.section2__item__desc {
  font-size: 17px;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.8);
}
@media screen and (max-width: 1024px) {
  .section2__item__desc {
    font-size: 14px;
  }
}

.section2__item__button {
  min-width: 54px;
  min-height: 54px;
  border: 1px solid #000;
  border-radius: 100px;
  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;
  -webkit-transition: 0.6s ease 0s;
  transition: 0.6s ease 0s;
  margin-left: 15px;
}
.section2__item__button::after {
  content: "";
  width: 17px;
  height: 17px;
  -webkit-mask-image: url("../img/arrow1.svg");
          mask-image: url("../img/arrow1.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
  display: block;
  background: #000;
}
@media screen and (max-width: 1024px) {
  .section2__item__button {
    width: 42px;
    height: 42px;
    min-width: 42px;
    min-height: 42px;
  }
}

.section3 {
  margin-top: 100px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .section3 {
    margin-top: 60px;
  }
}
.section3 .section__title {
  width: 56%;
  margin-bottom: 45px;
}
@media screen and (max-width: 1300px) {
  .section3 .section__title {
    width: 46%;
  }
}
@media screen and (max-width: 1024px) {
  .section3 .section__title {
    width: 100%;
    margin-bottom: 114px;
    text-align: center;
  }
}
.section3 .container {
  position: relative;
}

.section3__decor1 {
  position: absolute;
  right: 0;
  top: -50px;
  will-change: transform;
  -webkit-transform: translateZ(0);
          transform: translateZ(0); /* прискорення GPU */
  -webkit-animation: floatUpDown 2.8s ease-in-out infinite;
          animation: floatUpDown 2.8s ease-in-out infinite;
}
.section3__decor1 img {
  width: 354px;
}
@media screen and (max-width: 1024px) {
  .section3__decor1 {
    top: 160px;
  }
  .section3__decor1 img {
    width: 192px;
  }
}

@-webkit-keyframes floatUpDown {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(18px);
            transform: translateY(18px);
  } /* вниз на 18px */
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes floatUpDown {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(18px);
            transform: translateY(18px);
  } /* вниз на 18px */
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.section3__img {
  position: relative;
}
.section3__img img {
  border-radius: 12px;
}
@media screen and (max-width: 1024px) {
  .section3__img img {
    display: none;
  }
}

.section3__block {
  background: #f5f5f5;
  border-radius: 12px;
  width: 40%;
  padding: 40px;
  position: absolute;
  right: 80px;
  top: -113px;
}
@media screen and (max-width: 1024px) {
  .section3__block {
    position: relative;
    right: 0;
    top: 0;
    width: 100%;
    padding: 15px;
    padding-top: 50px;
  }
}
.section3__block h3 {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .section3__block h3 {
    font-size: 17px;
    margin-bottom: 17px;
  }
}
.section3__block p {
  font-size: 15px;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.8);
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .section3__block p {
    font-size: 14px;
    margin-bottom: 17px;
  }
}
.section3__block p:nth-last-child(1) {
  margin-bottom: 0;
}

.section4 {
  margin-top: 140px;
}
@media screen and (max-width: 1024px) {
  .section4 {
    margin-top: 65px;
  }
  .section4 .container {
    padding: 0;
  }
}

.section4__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .section4__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.section4__left {
  width: 48%;
}
@media screen and (max-width: 1024px) {
  .section4__left {
    width: 100%;
    overflow-x: scroll;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.section4__right {
  width: 48%;
}
@media screen and (max-width: 1024px) {
  .section4__right {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 30px;
  }
}
.section4__right .section__title {
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .section4__right .section__title {
    padding: 0 15px;
    margin-bottom: 20px;
    text-align: center;
  }
}

.s4__row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 21px 1fr;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 21px;
  grid-row-gap: 21px;
}
@media screen and (max-width: 1024px) {
  .s4__row {
    padding-bottom: 30px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    overflow: hidden;
    overflow-y: scroll;
    padding-left: 15px;
    padding-right: 15px;
    grid-column-gap: 16px;
  }
}

.s4__item {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15);
  border-radius: 12px;
  padding: 35px;
}
@media screen and (max-width: 1024px) {
  .s4__item {
    min-width: 246px;
  }
}

.s4__item__img {
  width: 53px;
  height: 53px;
  border-radius: 200px;
  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: #1B1B1B;
  margin-bottom: 20px;
}

.s4__item__title {
  font-size: 18px;
  margin-bottom: 20px;
}
.s4__item__title span {
  display: block;
  font-weight: 600;
}

.s4__item__txt {
  font-size: 15px;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.8);
}

.section4__text1 {
  font-size: 18px;
  margin-bottom: 25px;
}
@media screen and (max-width: 1024px) {
  .section4__text1 {
    font-size: 17px;
    text-align: center;
    padding: 0 15px;
    margin-bottom: 12px;
  }
}

.section4__text2 {
  font-size: 15px;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.8);
  margin-bottom: 35px;
}
@media screen and (max-width: 1024px) {
  .section4__text2 {
    font-size: 14px;
    margin-bottom: 0;
    text-align: center;
    padding: 0 15px;
  }
}

.section4__button .button2 {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.button2 {
  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;
  -webkit-transition: 0.6s ease 0s;
  transition: 0.6s ease 0s;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
  padding: 18px 40px;
  border-radius: 100px;
  background: #1E10B5;
}
@media screen and (max-width: 1024px) {
  .button2 {
    font-size: 15px;
    padding: 15px 40px;
  }
}
.button2:hover {
  opacity: 0.6;
  background: #1E10B5;
  color: #fff;
}

.section4__button__mobile {
  padding: 0 15px;
}
.section4__button__mobile .button2 {
  width: 100%;
}

.section5 {
  margin-top: 90px;
  background: #171717;
  border-radius: 88px;
  padding-top: 90px;
  padding-bottom: 120px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .section5 {
    padding-top: 80px;
    border-radius: 40px;
    padding-bottom: 55px;
  }
}
.section5 .container {
  position: relative;
}
.section5 .section__title {
  text-align: center;
  margin-bottom: 20px;
  color: #fff;
}
.section5 .section__txt {
  text-align: center;
  color: #fff;
}

.section5__decor1 {
  position: absolute;
  right: 0;
  top: -280px;
  will-change: transform;
  -webkit-transform: translateZ(0);
          transform: translateZ(0); /* прискорення GPU */
  -webkit-animation: floatUpDown 2.8s ease-in-out infinite;
          animation: floatUpDown 2.8s ease-in-out infinite;
}
.section5__decor1 img {
  width: 299px;
}
@media screen and (max-width: 1024px) {
  .section5__decor1 {
    top: -160px;
  }
  .section5__decor1 img {
    width: 145px;
  }
}

.s5__row {
  margin-top: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .s5__row {
    margin-top: 100px;
  }
}

.s5__item {
  background: #222222;
  border: 1px solid rgba(255, 255, 255, 0.15);
  -webkit-box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.07);
  border-radius: 12px;
  padding: 45px;
  width: calc(20% - 20px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 0;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .s5__item {
    width: calc(50% - 6px);
    margin-bottom: 40px;
  }
}
.s5__item:nth-child(1)::after {
  content: "";
  width: 273px;
  height: 50px;
  border-radius: 15px;
  border-top: 1px dashed #fff;
  border-left: 1px dashed #fff;
  border-right: 1px dashed #fff;
  position: absolute;
  top: -50px;
  left: 120px;
  z-index: 0;
}
@media screen and (max-width: 1440px) {
  .s5__item:nth-child(1)::after {
    left: 110px;
    width: 260px;
  }
}
@media screen and (max-width: 1200px) {
  .s5__item:nth-child(1)::after {
    display: none;
  }
}
.s5__item:nth-child(2)::after {
  content: "";
  width: 273px;
  height: 50px;
  border-radius: 15px 15px 0 0;
  border-top: 1px dashed #fff;
  border-left: 1px dashed #fff;
  border-right: 1px dashed #fff;
  position: absolute;
  bottom: -50px;
  left: 120px;
  z-index: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media screen and (max-width: 1440px) {
  .s5__item:nth-child(2)::after {
    left: 110px;
    width: 260px;
  }
}
@media screen and (max-width: 1200px) {
  .s5__item:nth-child(2)::after {
    display: none;
  }
}
.s5__item:nth-child(3)::after {
  content: "";
  width: 273px;
  height: 50px;
  border-radius: 15px;
  border-top: 1px dashed #fff;
  border-left: 1px dashed #fff;
  border-right: 1px dashed #fff;
  position: absolute;
  top: -50px;
  left: 120px;
  z-index: 0;
}
@media screen and (max-width: 1440px) {
  .s5__item:nth-child(3)::after {
    left: 110px;
    width: 260px;
  }
}
@media screen and (max-width: 1200px) {
  .s5__item:nth-child(3)::after {
    display: none;
  }
}
.s5__item:nth-child(4)::after {
  content: "";
  width: 273px;
  height: 50px;
  border-radius: 15px 15px 0 0;
  border-top: 1px dashed #fff;
  border-left: 1px dashed #fff;
  border-right: 1px dashed #fff;
  position: absolute;
  bottom: -50px;
  left: 120px;
  z-index: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media screen and (max-width: 1440px) {
  .s5__item:nth-child(4)::after {
    left: 110px;
    width: 260px;
  }
}
@media screen and (max-width: 1200px) {
  .s5__item:nth-child(4)::after {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .s5__item:nth-last-child(1) {
    width: 100%;
    margin-bottom: 0;
  }
}

.s5__item__number {
  width: 58px;
  height: 58px;
  background: #1E10B5;
  border-radius: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 21px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 17px;
  margin-top: -29px;
  position: relative;
  z-index: 1;
}

.s5__item__title {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .s5__item__title {
    font-size: 17px;
  }
}

.section6 {
  margin-top: 80px;
}
@media screen and (max-width: 1024px) {
  .section6 {
    overflow: hidden;
  }
}
.section6 .section__title {
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .section6 .section__title {
    text-align: center;
  }
}
@media screen and (max-width: 1024px) {
  .section6 .section__txt {
    text-align: center;
    margin-bottom: 12px;
  }
}

.section6__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 50px;
}
@media screen and (max-width: 1024px) {
  .section6__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.section6__left {
  width: 48%;
}
@media screen and (max-width: 1024px) {
  .section6__left {
    width: 100%;
  }
}

.section6__right {
  width: 48%;
}
@media screen and (max-width: 1024px) {
  .section6__right {
    width: 100%;
  }
}

.section6__txt {
  font-size: 15px;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.8);
}
@media screen and (max-width: 1024px) {
  .section6__txt {
    text-align: center;
  }
}

.s6__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .s6__row {
    display: -ms-grid;
    display: grid;
    grid-column-gap: 20px;
    width: 100%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    overflow: hidden;
    overflow-x: scroll;
  }
}

.s6__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: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  width: 20%;
}
@media screen and (max-width: 1024px) {
  .s6__item {
    min-width: 250px;
    width: 250px;
  }
}

.s6__item__img {
  background: #1B1B1B;
  width: 53px;
  height: 53px;
  border-radius: 100px;
  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;
  margin-bottom: 30px;
}

.s6__item__title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .s6__item__title {
    font-size: 17px;
  }
}

.s6__item__txt {
  font-size: 15px;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.8);
}

.section7 {
  margin-top: 130px;
  background: #f5f5f5;
  border-radius: 88px;
  padding-top: 90px;
  padding-bottom: 120px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .section7 {
    padding-top: 80px;
    border-radius: 40px;
    padding-bottom: 55px;
  }
}
.section7 .container {
  position: relative;
}
.section7 .section__title {
  text-align: center;
  margin-bottom: 20px;
}
.section7 .section__txt {
  text-align: center;
}

.section7__decor1 {
  position: absolute;
  top: -200px;
  left: 0;
  will-change: transform;
  -webkit-transform: translateZ(0);
          transform: translateZ(0); /* прискорення GPU */
  -webkit-animation: floatUpDown 2.8s ease-in-out infinite;
          animation: floatUpDown 2.8s ease-in-out infinite;
}
.section7__decor1 img {
  width: 259px;
}
@media screen and (max-width: 1024px) {
  .section7__decor1 {
    top: -150px;
    left: 100px;
  }
  .section7__decor1 img {
    width: 130px;
  }
}

.slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 50px;
}
.slider .swiper {
  width: 90%;
}
@media screen and (max-width: 1024px) {
  .slider .swiper {
    width: 100%;
  }
}

.swiper-button-prev1 {
  border: 1px solid #121212;
  width: 32px;
  height: 32px;
  border-radius: 100px;
  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;
  cursor: pointer;
  -webkit-transition: 0.6s ease 0s;
  transition: 0.6s ease 0s;
}
.swiper-button-prev1::before {
  content: "";
  width: 7px;
  height: 11px;
  -webkit-mask-image: url("../img/arrow__left.svg");
          mask-image: url("../img/arrow__left.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  display: block;
  background: #121212;
}
.swiper-button-prev1:hover {
  background: #1E10B5;
}
.swiper-button-prev1:hover::before {
  background: #fff;
}
@media screen and (max-width: 1024px) {
  .swiper-button-prev1 {
    display: none;
  }
}

.swiper-button-next1 {
  border: 1px solid #121212;
  width: 32px;
  height: 32px;
  border-radius: 100px;
  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;
  cursor: pointer;
  -webkit-transition: 0.6s ease 0s;
  transition: 0.6s ease 0s;
}
.swiper-button-next1::before {
  content: "";
  width: 7px;
  height: 11px;
  -webkit-mask-image: url("../img/arrow__right.svg");
          mask-image: url("../img/arrow__right.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  display: block;
  background: #121212;
}
.swiper-button-next1:hover {
  background: #1E10B5;
}
.swiper-button-next1:hover::before {
  background: #fff;
}
@media screen and (max-width: 1024px) {
  .swiper-button-next1 {
    display: none;
  }
}

.slide {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.07);
  border-radius: 12px;
  padding: 26px 18px;
}

.slide__ico {
  font-weight: bold;
  font-size: 48px;
  line-height: 100%;
  font-family: "IBM Plex Sans";
}

.slide__txt {
  font-size: 15px;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.8);
}

.swiper-pagination1 {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1024px) {
  .swiper-pagination1 {
    margin-top: 30px;
  }
}

.swiper-pagination-bullet {
  width: 33px;
  height: 6px;
  opacity: 1;
  border-radius: 12px;
  background: #CACACA;
  -webkit-transition: 0.6s ease 0s;
  transition: 0.6s ease 0s;
}

.swiper-pagination-bullet-active {
  width: 80px;
  background: #1E10B5;
}

.section8 {
  margin-top: 100px;
}
@media screen and (max-width: 1024px) {
  .section8 {
    margin-top: 65px;
  }
  .section8 .section__title {
    text-align: center;
    margin-bottom: 20px;
  }
  .section8 .section__txt {
    text-align: center;
  }
}

.section8__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 80px;
}
@media screen and (max-width: 1024px) {
  .section8__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 20px;
  }
}

.section8__left {
  width: 48%;
}
@media screen and (max-width: 1024px) {
  .section8__left {
    width: 100%;
  }
}

.section8__right {
  width: 48%;
}
@media screen and (max-width: 1024px) {
  .section8__right {
    width: 100%;
  }
}

.s8__row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 54px 1fr 54px 1fr 54px 1fr 54px 1fr 54px 1fr 54px 1fr 54px 1fr 54px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-column-gap: 54px;
  grid-row-gap: 12px;
  margin-bottom: 55px;
}
@media screen and (max-width: 1024px) {
  .s8__row {
    -ms-grid-columns: 1fr 25px 1fr 25px 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 25px;
  }
}

.section8__txt {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
}
@media screen and (max-width: 1024px) {
  .section8__txt {
    font-size: 15px;
  }
}

.s8__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: center;
      -ms-flex-align: center;
          align-items: center;
}
.s8__item:nth-last-child(1) .s8__item__img {
  margin-bottom: 10px;
}

.s8__item__img img {
  height: 90px;
}
@media screen and (max-width: 1024px) {
  .s8__item__img img {
    height: 70px;
  }
}

.s8__item__name {
  text-align: center;
  font-size: 17px;
  font-weight: 600;
}
@media screen and (max-width: 1024px) {
  .s8__item__name {
    font-size: 13px;
  }
}

.section9 {
  margin-top: 100px;
}
.section9 .section__title {
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .section9 {
    margin-top: 65px;
  }
}

.questions {
  margin-top: 80px;
}
@media screen and (max-width: 1024px) {
  .questions {
    margin-top: 30px;
  }
}

.question__item {
  background: #FFFFFF;
  border: 1px solid #DFDFDF;
  border-radius: 12px;
  cursor: pointer;
  padding: 26px 30px;
  margin-bottom: 12px;
  -webkit-transition: 0.6s ease 0s;
  transition: 0.6s ease 0s;
}
@media screen and (max-width: 1024px) {
  .question__item {
    padding-right: 15px;
  }
}

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

.question__title {
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .question__title {
    font-size: 15px;
  }
}

.question__hidden {
  margin-top: 28px;
  font-size: 15px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.8);
}

.question__arrow {
  min-width: 44px;
  min-height: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 100px;
  background: #121212;
  -webkit-transition: 0.6s ease 0s;
  transition: 0.6s ease 0s;
}
.question__arrow img {
  -webkit-transition: 0.6s ease 0s;
  transition: 0.6s ease 0s;
}

.active2 {
  background: #121212;
}
.active2 .question__arrow {
  background: #1E10B5;
}
.active2 .question__arrow img {
  -webkit-transition: 0.6s ease 0s;
  transition: 0.6s ease 0s;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.active2 .question__title {
  color: #fff;
}

.section10 {
  margin-top: 130px;
  background: #171717;
  border-radius: 88px;
  padding-top: 90px;
  padding-bottom: 120px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .section10 {
    padding-top: 80px;
    border-radius: 40px;
    padding-bottom: 108px;
    margin-top: 50px;
  }
}
.section10 .container {
  position: relative;
}

.section10__decor1 {
  position: absolute;
  top: 0;
  left: 0;
}

.section10__decor2 {
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 1024px) {
  .section10__decor2 {
    display: none;
  }
}

.section10__decor3 {
  position: absolute;
  bottom: -100px;
  left: 350px;
  will-change: transform;
  -webkit-transform: translateZ(0);
          transform: translateZ(0); /* прискорення GPU */
  -webkit-animation: floatUpDown 2.8s ease-in-out infinite;
          animation: floatUpDown 2.8s ease-in-out infinite;
}
.section10__decor3 img {
  width: 254px;
}
@media screen and (max-width: 1024px) {
  .section10__decor3 {
    bottom: -150px;
    left: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    z-index: 1;
  }
  .section10__decor3 img {
    width: 167px;
  }
}

.section10__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .section10__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.section10__left {
  width: 48%;
}
@media screen and (max-width: 1024px) {
  .section10__left {
    width: 100%;
    margin-bottom: 50px;
  }
}

.section10__right {
  width: 48%;
  background: rgba(137, 126, 255, 0.23);
  border-radius: 12px;
  padding: 50px 35px;
}
@media screen and (max-width: 1024px) {
  .section10__right {
    width: 100%;
    padding: 24px 15px;
  }
}

.section10__title {
  background: linear-gradient(151.05deg, #FFFFFF 13.97%, #D2D2D2 58.39%, #999999 76.73%, #FFFFFF 114.39%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 50px;
}
@media screen and (max-width: 1024px) {
  .section10__title {
    font-size: 32px;
    text-align: center;
  }
}

.socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1024px) {
  .socials {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.soc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 70px;
  height: 70px;
  background: #1E10B5;
  border-radius: 200px;
  margin-right: 22px;
  -webkit-transition: 0.6s ease 0s;
  transition: 0.6s ease 0s;
}
.soc:nth-last-child(1) {
  margin-right: 0;
}
.soc:hover {
  opacity: 0.6;
}

.form__title {
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 40px;
}

.form__input {
  margin-bottom: 12px;
  width: 100%;
}
.form__input input {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(221, 221, 221, 0.62);
  border-radius: 6px;
  outline: none;
  width: 100%;
  padding: 17px 30px;
  color: #fff;
}
.form__input input::-webkit-input-placeholder {
  color: #fff;
}
.form__input input::-moz-placeholder {
  color: #fff;
}
.form__input input:-ms-input-placeholder {
  color: #fff;
}
.form__input input::-ms-input-placeholder {
  color: #fff;
}
.form__input input::placeholder {
  color: #fff;
}
.form__input:nth-last-child(1) {
  margin-bottom: 0;
  margin-top: 24px;
}

.section11 {
  margin-top: 65px;
}
@media screen and (max-width: 1024px) {
  .section11 .container {
    padding: 0;
  }
}

.s11 {
  position: relative;
  background: #171717;
  border-radius: 24px;
  padding: 126px 280px;
}
@media screen and (max-width: 1024px) {
  .s11 {
    padding: 30px 20px;
  }
}

.s11__img1 {
  position: absolute;
  top: 55px;
  left: 30px;
}
.s11__img1 img {
  width: 140px;
}
@media screen and (max-width: 1024px) {
  .s11__img1 {
    position: relative;
    top: 0;
    left: 0;
  }
  .s11__img1 img {
    width: 90px;
  }
}

.s11__img2 {
  position: absolute;
  top: 55px;
  right: 30px;
}
.s11__img2 img {
  width: 120px;
}
@media screen and (max-width: 1024px) {
  .s11__img2 {
    position: relative;
    top: 0;
    right: 0;
  }
  .s11__img2 img {
    width: 112px;
  }
}

.s11__img3 {
  position: absolute;
  bottom: 55px;
  left: 30px;
}
.s11__img3 img {
  width: 248px;
}
@media screen and (max-width: 1024px) {
  .s11__img3 {
    position: relative;
    top: 0;
    left: 0;
  }
  .s11__img3 img {
    width: 150px;
  }
}

.s11__img4 {
  position: absolute;
  bottom: 55px;
  right: 30px;
}
.s11__img4 img {
  width: 190px;
}
@media screen and (max-width: 1024px) {
  .s11__img4 {
    position: relative;
    top: 0;
    right: 0;
  }
  .s11__img4 img {
    width: 94px;
  }
}

.s11__title {
  text-align: center;
  background: linear-gradient(151.05deg, #FFFFFF 13.97%, #D2D2D2 58.39%, #999999 76.73%, #FFFFFF 114.39%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-size: 48px;
  margin-bottom: 25px;
}
@media screen and (max-width: 1024px) {
  .s11__title {
    font-size: 32px;
  }
}

.s11__txt {
  font-size: 18px;
  text-align: center;
  color: #fff;
  margin-bottom: 25px;
}
@media screen and (max-width: 1024px) {
  .s11__txt {
    font-size: 15px;
  }
}

.s11__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.s11__button .button1 {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.s11__block1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}

.s11__block3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 30px;
}

.footer {
  padding: 50px 0;
}
@media screen and (max-width: 1024px) {
  .footer {
    padding-top: 40px;
    padding-bottom: 20px;
  }
}

.footer__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1024px) {
  .footer__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.footer__copy {
  font-size: 14px;
  color: rgba(18, 18, 18, 0.768627451);
  width: 33.3333333333%;
}
@media screen and (max-width: 1024px) {
  .footer__copy {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    text-align: center;
  }
}

.footer__logo {
  font-size: 19px;
  font-style: italic;
  width: 33.3333333333%;
  text-align: center;
}
.footer__logo a {
  text-decoration: none;
  color: rgba(18, 18, 18, 0.768627451);
}
@media screen and (max-width: 1024px) {
  .footer__logo {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    text-align: center;
  }
}

.policy {
  width: 33.3333333333%;
  text-align: right;
}
@media screen and (max-width: 1024px) {
  .policy {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    text-align: center;
  }
}
.policy a {
  text-decoration: none;
  font-size: 14px;
  color: rgba(18, 18, 18, 0.768627451);
  font-weight: 300;
}
.policy a:hover {
  text-decoration: underline;
}

.wpcf7-response-output {
  color: #fff;
}

.wpcf7-response-output {
  border: none !important;
  outline: none;
  color: #fff;
  padding: 0 !important;
  margin-left: 0 !important;
}

@-webkit-keyframes pulseShadow {
  0% {
    -webkit-box-shadow: 0px 0px 0px rgba(255, 255, 255, 0);
            box-shadow: 0px 0px 0px rgba(255, 255, 255, 0);
  }
  50% {
    -webkit-box-shadow: 0px 0px 21px #ffffff;
            box-shadow: 0px 0px 21px #ffffff;
  }
  100% {
    -webkit-box-shadow: 0px 0px 0px rgba(255, 255, 255, 0);
            box-shadow: 0px 0px 0px rgba(255, 255, 255, 0);
  }
}

@keyframes pulseShadow {
  0% {
    -webkit-box-shadow: 0px 0px 0px rgba(255, 255, 255, 0);
            box-shadow: 0px 0px 0px rgba(255, 255, 255, 0);
  }
  50% {
    -webkit-box-shadow: 0px 0px 21px #ffffff;
            box-shadow: 0px 0px 21px #ffffff;
  }
  100% {
    -webkit-box-shadow: 0px 0px 0px rgba(255, 255, 255, 0);
            box-shadow: 0px 0px 0px rgba(255, 255, 255, 0);
  }
}