@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;
}
.container {
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
  padding: 0 0px;
}
@media screen and (max-width: 1300px) {
  .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;
}

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

/* Удаляем стандартную стилизацию для всех 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;
}

.header {
  position: fixed;
  top: 45px;
  width: 100%;
  z-index: 100;
}
@media screen and (max-width: 1024px) {
  .header {
    top: 15px;
  }
}

.header__row {
  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;
  border-radius: 12px;
  background: #161616;
  padding: 20px 25px;
}
@media screen and (max-width: 1024px) {
  .header__row {
    padding: 20px 15px;
  }
}

.header__left {
  width: 20%;
}
@media screen and (max-width: 1024px) {
  .header__left {
    width: 50%;
  }
}

.header__center {
  width: 60%;
  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) {
  .header__center {
    display: none;
  }
}

.header__right {
  width: 20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 1024px) {
  .header__right {
    width: 50%;
  }
}

.logo {
  text-decoration: none;
  background: linear-gradient(118.01deg, #FFFFFF 19.31%, #C4C4C4 72.49%, #FFFFFF 133.35%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  letter-spacing: -0.01em;
  font-size: 22px;
  font-weight: 300;
}
@media screen and (max-width: 1024px) {
  .logo {
    font-size: 18px;
  }
}

.top__menu .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.top__menu .menu .menu-item {
  margin-right: 20px;
}
.top__menu .menu .menu-item:nth-last-child(1) {
  margin-right: 0;
}
.top__menu .menu .menu-item a {
  background: transparent;
  border-radius: 6px;
  font-size: 16px;
  font-family: 500;
  text-decoration: none;
  color: #fff;
  -webkit-transition: 0.6s ease 0s;
  transition: 0.6s ease 0s;
  padding: 10px 20px;
}
.top__menu .menu .menu-item a:hover {
  background: #2A2A2A;
}

.header__contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__contacts a {
  -webkit-transition: 0.6s ease 0s;
  transition: 0.6s ease 0s;
}
.header__contacts a:hover {
  opacity: 0.6;
}
.header__contacts a img {
  width: 25px;
}
.header__contacts .header__telegram {
  margin-left: 15px;
}
.header__contacts .header__telegram img {
  width: 20px;
}

.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: 1024px) {
  .burger__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 600px) {
  .burger__button {
    margin-left: 15px;
  }
}

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

.section1 {
  margin-top: 170px;
}
@media screen and (max-width: 1024px) {
  .section1 {
    margin-top: 110px;
  }
}

.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: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .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: 768px) {
  .section1__left {
    width: 100%;
    margin-bottom: 30px;
  }
}

.section1__right {
  width: 44%;
}
@media screen and (max-width: 768px) {
  .section1__right {
    width: 100%;
  }
}
.section1__right img {
  -webkit-transform: rotate(6deg);
          transform: rotate(6deg);
}
@media screen and (max-width: 1024px) {
  .section1__right img {
    width: 90%;
  }
}

.section1__title {
  font-size: 69px;
  line-height: 100%;
  background: linear-gradient(118.01deg, #FFFFFF 19.31%, #C4C4C4 72.49%, #FFFFFF 133.35%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  margin-bottom: 50px;
}
@media screen and (max-width: 1440px) {
  .section1__title {
    font-size: 60px;
  }
}
@media screen and (max-width: 1200px) {
  .section1__title {
    font-size: 55px;
  }
}
@media screen and (max-width: 1024px) {
  .section1__title {
    font-size: 45px;
  }
}
@media screen and (max-width: 600px) {
  .section1__title {
    font-size: 30px;
    margin-bottom: 30px;
  }
}

.section1__txt {
  font-size: 18px;
  line-height: 23px;
  color: rgba(255, 255, 255, 0.7607843137);
  margin-bottom: 50px;
}
@media screen and (max-width: 600px) {
  .section1__txt {
    font-size: 16px;
    margin-bottom: 30px;
  }
}

.button {
  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;
  text-decoration: none;
  max-width: 340px;
  width: 100%;
  border: 1px solid #fff;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  -webkit-transition: 0.6s ease 0s;
  transition: 0.6s ease 0s;
  border-radius: 6px;
  padding: 22px 0;
}
.button:hover {
  background: #fff;
  color: #000;
}
@media screen and (max-width: 600px) {
  .button {
    padding: 15px 0;
    max-width: 100%;
  }
}

.section1__decor1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  -webkit-animation: decorAnim 2s infinite alternate ease-in-out;
          animation: decorAnim 2s infinite alternate ease-in-out;
}

@-webkit-keyframes decorAnim {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes decorAnim {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.numbers__section {
  position: relative;
  margin-top: 35px;
}
.numbers__section::before {
  content: "";
  width: 100%;
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(20%, rgba(255, 255, 255, 0.55)), color-stop(80%, rgba(255, 255, 255, 0.55)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.55) 20%, rgba(255, 255, 255, 0.55) 80%, rgba(255, 255, 255, 0) 100%);
  display: block;
  margin-bottom: 20px;
}
.numbers__section::after {
  content: "";
  width: 100%;
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(20%, rgba(255, 255, 255, 0.55)), color-stop(80%, rgba(255, 255, 255, 0.55)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.55) 20%, rgba(255, 255, 255, 0.55) 80%, rgba(255, 255, 255, 0) 100%);
  display: block;
  margin-top: 30px;
}

.numbers__row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-row-gap: 30px;
}
@media screen and (max-width: 1024px) {
  .numbers__row {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (max-width: 600px) {
  .numbers__row {
    -ms-grid-columns: 1fr 30px 1fr;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 30px;
  }
}

.number__item {
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .number__item {
    text-align: left;
  }
}

.number {
  font-family: "Inter";
  font-size: 44px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 10px;
}
@media screen and (max-width: 1440px) {
  .number {
    font-size: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .number {
    font-size: 36px;
  }
}
@media screen and (max-width: 600px) {
  .number {
    font-size: 30px;
  }
}

.number__txt {
  font-family: "Inter";
}
@media screen and (max-width: 600px) {
  .number__txt {
    font-size: 15px;
  }
}

.section2 {
  margin-top: 90px;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .section2 {
    margin-top: 60px;
  }
}

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

.section2__left {
  width: 52%;
}
@media screen and (max-width: 1200px) {
  .section2__left {
    width: 100%;
    margin-bottom: 30px;
  }
}

.section2__right {
  width: 46%;
  text-align: right;
}
@media screen and (max-width: 1200px) {
  .section2__right {
    width: 100%;
    text-align: left;
  }
}

.section2__text1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.7607843137);
  margin-bottom: 15px;
}
@media screen and (max-width: 600px) {
  .section2__text1 {
    font-size: 16px;
  }
}

.circle {
  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;
  min-width: 15px;
  min-height: 15px;
  background: #000;
  -webkit-box-shadow: 0px 0px 21.1202px #FFFFFF;
          box-shadow: 0px 0px 21.1202px #FFFFFF;
  border-radius: 100px;
  margin-right: 25px;
  -webkit-animation: pulseShadow 3s infinite ease-in-out;
          animation: pulseShadow 3s infinite ease-in-out;
}

.circle__small {
  min-width: 5px;
  min-height: 5px;
  background: #fff;
  border-radius: 100px;
}

.section2__title {
  font-weight: 600;
  font-size: 50px;
  line-height: 54px;
}
@media screen and (max-width: 1440px) {
  .section2__title {
    font-size: 45px;
  }
}
@media screen and (max-width: 1200px) {
  .section2__title {
    font-size: 40px;
  }
}
@media screen and (max-width: 600px) {
  .section2__title {
    font-size: 20px;
    line-height: 100%;
  }
}

.section2__right {
  font-size: 17px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7607843137);
}
@media screen and (max-width: 1440px) {
  .section2__right {
    font-size: 16px;
  }
}
@media screen and (max-width: 1200px) {
  .section2__right br {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .section2__right {
    text-transform: initial;
  }
}

.section2__cards {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 16px 1fr 16px 1fr 16px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .section2__cards {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 600px) {
  .section2__cards {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.section2__card {
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #0E0E0E;
  border-radius: 6px;
  padding-top: 40px;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
}
@media screen and (max-width: 600px) {
  .section2__card {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.card__icon {
  margin-bottom: 40px;
}
@media screen and (max-width: 600px) {
  .card__icon {
    margin-bottom: 20px;
  }
}

.card__title {
  font-size: 18px;
  line-height: 23px;
  margin-bottom: 30px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.7607843137);
}
@media screen and (max-width: 1200px) {
  .card__title {
    font-size: 16px;
  }
}
@media screen and (max-width: 600px) {
  .card__title {
    font-size: 16px;
  }
}

.card__txt {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.5490196078);
  margin-bottom: 15px;
}

.card__number {
  font-size: 15px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.2509803922);
}

.section2__decor1 {
  position: absolute;
  right: 0;
  top: -100px;
  z-index: -1;
  -webkit-animation: decorAnim 2s infinite alternate ease-in-out;
          animation: decorAnim 2s infinite alternate ease-in-out;
}
@media screen and (max-width: 1024px) {
  .section2__decor1 {
    top: 50%;
  }
}

.section3 {
  margin-top: 90px;
}
@media screen and (max-width: 1024px) {
  .section3 {
    margin-top: 60px;
  }
}

.section3__header {
  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: 600px) {
  .section3__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.section3__left {
  width: 30%;
}
@media screen and (max-width: 600px) {
  .section3__left {
    width: 100%;
  }
}

.section3__right {
  width: 68%;
}
@media screen and (max-width: 600px) {
  .section3__right {
    width: 100%;
  }
}

.section3__text {
  font-size: 23px;
  text-transform: uppercase;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.3294117647);
}
@media screen and (max-width: 1440px) {
  .section3__text {
    font-size: 20px;
  }
}
@media screen and (max-width: 600px) {
  .section3__text {
    font-size: 16px;
    text-transform: initial;
  }
}
.section3__text span {
  color: #fff;
}

.section4 {
  margin-top: 90px;
}
@media screen and (max-width: 1024px) {
  .section4 {
    margin-top: 60px;
  }
}

.need {
  margin-top: 50px;
}
.need .question__item {
  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;
  margin-bottom: 11px;
  cursor: pointer;
}
@media screen and (max-width: 600px) {
  .need .question__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.need .question__number {
  background: linear-gradient(118.01deg, rgba(255, 255, 255, 0.11) 19.31%, rgba(196, 196, 196, 0.11) 72.49%, rgba(255, 255, 255, 0.11) 133.35%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  letter-spacing: -0.05em;
  font-size: 104px;
  font-weight: 600;
  width: 15%;
  line-height: 100%;
}
@media screen and (max-width: 1024px) {
  .need .question__number {
    font-size: 54px;
  }
}
@media screen and (max-width: 600px) {
  .need .question__number {
    font-size: 34px;
    width: 100%;
  }
}
.need .question__right {
  width: 83%;
  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;
}
.need .question__right::after {
  content: "";
  width: 100%;
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, from(#ffffff), color-stop(50%, rgba(153, 153, 153, 0.2196078431)));
  background: linear-gradient(to right, #ffffff 0%, rgba(153, 153, 153, 0.2196078431) 50%);
}
@media screen and (max-width: 600px) {
  .need .question__right {
    width: 100%;
  }
}
.need .question__title {
  font-size: 26px;
  font-weight: 600;
  letter-spacing: -0.01em;
  width: 45%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1024px) {
  .need .question__title {
    font-size: 18px;
  }
}
@media screen and (max-width: 600px) {
  .need .question__title {
    font-size: 16px;
  }
}
.need .question__text {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.5490196078);
  width: 45%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 600px) {
  .need .question__text {
    font-size: 14px;
  }
}
.need .question__arrow {
  width: 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.need .question__arrow::after {
  content: "+";
  font-size: 62px;
  font-weight: 300;
  -webkit-transition: 0.6s ease 0s;
  transition: 0.6s ease 0s;
}
.need .question__hidden {
  width: 100%;
  margin-top: 30px;
  padding-right: 40%;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.5490196078);
  margin-bottom: 30px;
}
@media screen and (max-width: 600px) {
  .need .question__hidden {
    padding-right: 0;
  }
}
.need .active2 .question__arrow {
  width: 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.need .active2 .question__arrow::after {
  content: "-";
  font-size: 62px;
  font-weight: 300;
  -webkit-transition: 0.6s ease 0s;
  transition: 0.6s ease 0s;
}

.section5 {
  margin-top: 90px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .section5 {
    margin-top: 60px;
  }
}
.section5 .section3__text {
  color: #fff;
  text-transform: initial;
  font-weight: initial;
  font-size: initial;
}

.section5__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px;
  margin: 50px 0;
}

.section5__item {
  border-radius: 6px;
  border: 1px solid #595959;
  color: rgba(255, 255, 255, 0.7607843137);
  padding: 27px 41px;
}
@media screen and (max-width: 1024px) {
  .section5__item {
    padding: 15px 15px;
  }
}

.section5__decor1 {
  position: absolute;
  top: 120px;
  z-index: -1;
}
@media screen and (max-width: 1024px) {
  .section5__decor1 img {
    width: 80%;
  }
}
@media screen and (max-width: 992px) {
  .section5__decor1 img {
    width: 60%;
  }
}
@media screen and (max-width: 600px) {
  .section5__decor1 {
    display: none;
  }
}

.section5__decor2 {
  position: absolute;
  top: -50%;
  z-index: -2;
  -webkit-animation: decorAnim 2s infinite alternate ease-in-out;
          animation: decorAnim 2s infinite alternate ease-in-out;
}

.section5__row2 {
  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: 1200px) {
  .section5__row2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.s5__row2__left {
  width: 48%;
}
@media screen and (max-width: 1200px) {
  .s5__row2__left {
    width: 100%;
    margin-bottom: 30px;
  }
}

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

.section5__title2 {
  font-weight: 600;
  font-size: 26px;
  letter-spacing: -0.01em;
  margin-bottom: 30px;
}
@media screen and (max-width: 1200px) {
  .section5__title2 {
    font-size: 22px;
  }
}
@media screen and (max-width: 1024px) {
  .section5__title2 {
    font-size: 18px;
  }
}

.section5__content {
  font-size: 17px;
  color: rgba(255, 255, 255, 0.5490196078);
}
@media screen and (max-width: 600px) {
  .section5__content {
    font-size: 16px;
  }
}
.section5__content ul {
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .section5__content ul {
    padding-left: 20px;
  }
}
.section5__content ul li {
  margin-bottom: 10px;
}
.section5__content ul li:nth-last-child(1) {
  margin-bottom: 0;
}

.section5__text1 {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.5490196078);
  margin-bottom: 20px;
}

.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;
  text-decoration: none;
  max-width: 100%;
  width: 100%;
  border: 1px solid #000;
  color: #000;
  background: #fff;
  font-size: 16px;
  font-weight: 500;
  -webkit-transition: 0.6s ease 0s;
  transition: 0.6s ease 0s;
  border-radius: 6px;
  padding: 22px 15px;
}
.button2:hover {
  background: #000;
  color: #fff;
  border: 1px solid #fff;
}
@media screen and (max-width: 600px) {
  .button2 {
    padding: 15px 0;
    max-width: 100%;
  }
}

.section6 {
  margin-top: 90px;
}
@media screen and (max-width: 1024px) {
  .section6 {
    margin-top: 60px;
  }
}

.section6__row {
  margin-top: 75px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px 1fr 40px 1fr 40px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 30px;
}
@media screen and (max-width: 1024px) {
  .section6__row {
    margin-top: 30px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 600px) {
  .section6__row {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.s6__item:nth-last-child(1) .s6__number {
  background: #fff;
  color: #000;
  -webkit-box-shadow: 0px 0px 107px #fff;
          box-shadow: 0px 0px 107px #fff;
  -webkit-animation: pulseShadow3 3s infinite;
          animation: pulseShadow3 3s infinite;
}
.s6__item:nth-last-child(1) .s6__arrow {
  display: none;
}

.s6__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 25px;
}
@media screen and (max-width: 600px) {
  .s6__header {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (max-width: 600px) {
  .s6__arrow {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .s6__arrow img {
    width: 75px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

.s6__number {
  min-width: 60px;
  min-height: 60px;
  border-radius: 200px;
  background: #000;
  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-weight: 700;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.2509803922);
  margin-right: 60px;
  -webkit-box-shadow: 0px 0px 35.6px rgba(255, 255, 255, 0.26);
          box-shadow: 0px 0px 35.6px rgba(255, 255, 255, 0.26);
  -webkit-animation: pulseShadow2 3s infinite ease-in-out;
          animation: pulseShadow2 3s infinite ease-in-out;
}

@-webkit-keyframes pulseShadow2 {
  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 35px #ffffff;
            box-shadow: 0px 0px 35px #ffffff;
  }
  100% {
    -webkit-box-shadow: 0px 0px 0px rgba(255, 255, 255, 0);
            box-shadow: 0px 0px 0px rgba(255, 255, 255, 0);
  }
}

@keyframes pulseShadow2 {
  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 35px #ffffff;
            box-shadow: 0px 0px 35px #ffffff;
  }
  100% {
    -webkit-box-shadow: 0px 0px 0px rgba(255, 255, 255, 0);
            box-shadow: 0px 0px 0px rgba(255, 255, 255, 0);
  }
}
@-webkit-keyframes pulseShadow3 {
  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 107px #ffffff;
            box-shadow: 0px 0px 107px #ffffff;
  }
  100% {
    -webkit-box-shadow: 0px 0px 0px rgba(255, 255, 255, 0);
            box-shadow: 0px 0px 0px rgba(255, 255, 255, 0);
  }
}
@keyframes pulseShadow3 {
  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 107px #ffffff;
            box-shadow: 0px 0px 107px #ffffff;
  }
  100% {
    -webkit-box-shadow: 0px 0px 0px rgba(255, 255, 255, 0);
            box-shadow: 0px 0px 0px rgba(255, 255, 255, 0);
  }
}
.s6__item__title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 15px;
}
@media screen and (max-width: 1024px) {
  .s6__item__title {
    font-size: 16px;
  }
}

.s6__item__txt {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.5490196078);
}

.section7 {
  margin-top: 90px;
  position: relative;
}
.section7 .section3__text {
  color: #fff;
  text-transform: initial;
  font-weight: initial;
  font-size: initial;
}
@media screen and (max-width: 1024px) {
  .section7 {
    margin-top: 60px;
  }
}

.sliders {
  margin-top: 75px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .sliders {
    margin-top: 35px;
  }
}

.section7__decor1 {
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(90.33deg, #000000 30.75%, rgba(0, 0, 0, 0) 89.91%);
  z-index: 100;
  width: 20%;
  height: 100%;
}
@media screen and (max-width: 1024px) {
  .section7__decor1 {
    width: 10%;
  }
}

.section7__decor2 {
  position: absolute;
  right: 0;
  top: 0;
  background: linear-gradient(90.33deg, #000000 30.75%, rgba(0, 0, 0, 0) 89.91%);
  z-index: 100;
  width: 20%;
  height: 100%;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media screen and (max-width: 1024px) {
  .section7__decor2 {
    width: 10%;
  }
}

.section7__decor3 {
  position: absolute;
  top: -25%;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-animation: decorAnim 2s infinite alternate ease-in-out;
          animation: decorAnim 2s infinite alternate ease-in-out;
  z-index: -1;
}

.swiper1 {
  overflow: hidden;
  margin-bottom: 15px;
}

.swiper2 {
  overflow: hidden;
}

.otz__item {
  border-radius: 6px;
  background: #0E0E0E;
  padding: 35px;
}
@media screen and (max-width: 1024px) {
  .otz__item {
    padding: 20px 15px;
  }
}

.otz__img {
  margin-bottom: 30px;
}

.otz__content {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.5490196078);
  margin-bottom: 30px;
  font-style: italic;
  margin-bottom: 30px;
  height: 70px;
}

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

.author {
  font-weight: 700;
  color: rgba(255, 255, 255, 0.7607843137);
}

.stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.section8 {
  margin-top: 90px;
}
@media screen and (max-width: 1024px) {
  .section8 {
    margin-top: 60px;
  }
}

.section8__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) {
  .section8__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.section8__left {
  width: 42%;
}
.section8__left .section2__title {
  margin-bottom: 50px;
}
@media screen and (max-width: 1024px) {
  .section8__left .section2__title {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .section8__left {
    width: 100%;
    margin-bottom: 30px;
  }
}

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

.s8__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.s8__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 30px;
}
.s8__item:nth-last-child(1) {
  margin-bottom: 0;
}
.s8__item .s8__item__number {
  font-weight: 700;
  color: rgba(255, 255, 255, 0.2509803922);
  font-size: 15px;
  min-width: 60px;
}
.s8__item .s8__item__txt {
  font-weight: bold;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.7607843137);
}
@media screen and (max-width: 1024px) {
  .s8__item .s8__item__txt {
    font-size: 16px;
    width: calc(100% - 80px);
  }
}
.s8__item::after {
  content: "";
  width: 100%;
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, from(#ffffff), color-stop(50%, rgba(153, 153, 153, 0.2196078431)));
  background: linear-gradient(to right, #ffffff 0%, rgba(153, 153, 153, 0.2196078431) 50%);
  display: block;
  margin-top: 15px;
}

.section9 {
  margin-top: 180px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .section9 {
    margin-top: 60px;
  }
}

.questions {
  margin-top: 50px;
}
.questions .question__item {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 20px;
  cursor: pointer;
}
.questions .question__item:nth-last-child(1) {
  margin-bottom: 0;
}
.questions .question__number {
  margin-right: 20px;
  background: #000000;
  -webkit-box-shadow: 0px 0px 21.1202px rgba(255, 255, 255, 0.22);
          box-shadow: 0px 0px 21.1202px rgba(255, 255, 255, 0.22);
  border-radius: 6px;
  padding: 15px 25px;
  min-width: 82px;
  font-size: 15px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.2509803922);
}
@media screen and (max-width: 1024px) {
  .questions .question__number {
    min-width: auto;
    margin-right: 0;
  }
}
.questions .question__right {
  background: #0E0E0E;
  border-radius: 6px;
  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;
  width: calc(100% - 120px);
  height: 49px;
  padding: 0 15px;
}
@media screen and (max-width: 1024px) {
  .questions .question__right {
    width: calc(100% - 100px);
  }
}
.questions .question__hidden {
  width: 100%;
  background: #0E0E0E;
  border-radius: 6px;
  padding: 15px;
  margin-top: 15px;
  color: rgba(255, 255, 255, 0.7607843137);
  font-size: 15px;
}
.questions .question__title {
  font-size: 18px;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.7607843137);
}
@media screen and (max-width: 1024px) {
  .questions .question__title {
    font-size: 16px;
  }
}
.questions .question__arrow {
  width: 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 1024px) {
  .questions .question__arrow {
    margin-left: 10px;
  }
}
.questions .question__arrow::after {
  content: "+";
  font-size: 62px;
  font-weight: 300;
  -webkit-transition: 0.6s ease 0s;
  transition: 0.6s ease 0s;
}
@media screen and (max-width: 1024px) {
  .questions .question__arrow::after {
    font-size: 42px;
  }
}
.questions .active2 .question__arrow {
  width: 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.questions .active2 .question__arrow::after {
  content: "-";
  font-size: 62px;
  font-weight: 300;
  -webkit-transition: 0.6s ease 0s;
  transition: 0.6s ease 0s;
}
@media screen and (max-width: 1024px) {
  .questions .active2 .question__arrow::after {
    font-size: 42px;
  }
}
@media screen and (max-width: 1024px) {
  .questions {
    margin-top: 30px;
  }
}

.section9__decor1 {
  position: absolute;
  right: 0;
  top: -50%;
  -webkit-animation: decorAnim 2s infinite alternate ease-in-out;
          animation: decorAnim 2s infinite alternate ease-in-out;
  z-index: -1;
}

.footer {
  margin-top: 160px;
  background: url("../img/footer.png") no-repeat center top;
  background-size: cover;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .footer {
    margin-top: 80px;
  }
}

.footer__main {
  position: relative;
}

.footer__decor1 {
  position: absolute;
  top: 0;
  -webkit-animation: moveUpDown 6s ease-in-out infinite;
          animation: moveUpDown 6s ease-in-out infinite;
}
@media screen and (max-width: 1024px) {
  .footer__decor1 img {
    width: 50%;
  }
}

.footer__decor2 {
  position: absolute;
  top: 100px;
  right: 100px;
  -webkit-animation: moveUpDown 6s ease-in-out infinite;
          animation: moveUpDown 6s ease-in-out infinite;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .footer__decor2 {
    right: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .footer__decor2 img {
    width: 50%;
  }
}

@-webkit-keyframes moveUpDown {
  0%, 100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -25px);
            transform: translate(0, -25px);
  }
}

@keyframes moveUpDown {
  0%, 100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -25px);
            transform: translate(0, -25px);
  }
}
.footer__title {
  text-align: center;
  background: linear-gradient(118.01deg, #FFFFFF 19.31%, #C4C4C4 72.49%, #FFFFFF 133.35%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  letter-spacing: -0.01em;
  font-size: 50px;
  font-weight: bold;
  margin-bottom: 30px;
  margin-top: 200px;
}
@media screen and (max-width: 1024px) {
  .footer__title {
    font-size: 30px;
    margin-top: 100px;
  }
}

.footer__text {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 30px;
  text-align: center;
  color: rgba(255, 255, 255, 0.7607843137);
}

.footer__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 40px;
}
.footer__button .button2 {
  max-width: 490px;
}

.footer__text2 {
  font-size: 15px;
  margin-bottom: 40px;
  text-align: center;
  color: rgba(255, 255, 255, 0.5490196078);
}

.footer__row {
  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;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.2196078431);
  margin-top: 100px;
  padding-bottom: 60px;
}

.copy {
  background: linear-gradient(118.01deg, #FFFFFF 19.31%, #C4C4C4 72.49%, #FFFFFF 133.35%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  letter-spacing: -0.01em;
  font-size: 22px;
  font-weight: 300;
}

.privacy a {
  color: rgba(255, 255, 255, 0.5490196078);
  font-size: 15px;
}

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