@charset "UTF-8";
@font-face {
  font-family: "Helvetica";
  src: url("../fonts/HelveticaNeueCyr-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Helvetica";
  src: url("../fonts/HelveticaNeueCyr-Heavy.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Helvetica";
  src: url("../fonts/HelveticaNeueCyr-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Helvetica";
  src: url("../fonts/HelveticaNeueCyr-Roman.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Helvetica";
  src: url("../fonts/HelveticaNeueCyr-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Helvetica";
  src: url("../fonts/HelveticaNeueCyr-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
.container {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  padding: 0 0px;
}
@media screen and (max-width: 1440px) {
  .container {
    padding: 0 30px;
  }
}
@media screen and (max-width: 1024px) {
  .container {
    padding: 0 15px;
  }
}

.content__page {
  margin-top: 120px;
}
.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: hidden;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  color: #171717;
  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;
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background: transparent;
}

.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;
  padding: 16px 0;
}
@media screen and (max-width: 1024px) {
  .header__row {
    padding: 10px 0;
  }
}

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

.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: 92px;
  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 .header__buttons {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.mobile .header__buttons .button1 {
  margin-bottom: 10px;
  width: 100%;
}
.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);
}

@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: 64px;
}
@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: 18px;
  font-family: "Helvetica";
  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: #fff;
}
.top__menu .menu .menu-item a:hover {
  opacity: 0.7;
}

.button3 {
  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;
  color: #fff;
  font-family: "Helvetica";
  font-size: 18px;
  -webkit-transition: 0.6s ease 0s;
  transition: 0.6s ease 0s;
  border-radius: 6px;
  background: #1F1509;
  padding: 16px 24px;
}
.button3:hover {
  background: #BE9C75;
}

@media screen and (max-width: 1024px) {
  .header__button {
    display: none;
  }
}

.section1 {
  height: 100vh;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .section1 {
    padding: 30px 0;
  }
}
.section1 .container {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  position: relative;
  z-index: 1;
}

.section1__back {
  background: rgba(0, 0, 0, 0.4705882353);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.section1__title {
  text-align: center;
  font-size: 54px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 24px;
}
@media screen and (max-width: 1024px) {
  .section1__title {
    font-size: 28px;
  }
  .section1__title br {
    display: none;
  }
}

.section1__txt {
  font-size: 18px;
  text-align: center;
  color: #fff;
  font-family: "Helvetica";
  margin-bottom: 32px;
}
@media screen and (max-width: 1024px) {
  .section1__txt {
    font-size: 16px;
  }
  .section1__txt br {
    display: none;
  }
}

.button1 {
  -webkit-transition: 0.6s ease 0s;
  transition: 0.6s ease 0s;
  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: #BE9C75;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.11);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.11);
  border-radius: 8px;
  padding: 20px 32px;
  font-family: "Helvetica";
  font-size: 18px;
  text-decoration: none;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .button1 {
    font-size: 16px;
  }
}
.button1:hover {
  background: #1F1509;
}

.section {
  padding-top: 80px;
}
@media screen and (max-width: 1024px) {
  .section {
    padding-top: 40px;
  }
}

.section__title {
  width: 70%;
  position: relative;
  margin-bottom: 16px;
}
@media screen and (max-width: 1024px) {
  .section__title {
    width: 100%;
  }
}
.section__title span {
  font-size: 36px;
  font-weight: 600;
  background: #fff;
  padding-right: 32px;
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
@media screen and (max-width: 1024px) {
  .section__title span {
    font-size: 24px;
    padding-right: 16px;
    width: 100%;
  }
}
.section__title::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #BE9C75;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: -1;
}

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

.section2__content {
  margin-bottom: 80px;
}
@media screen and (max-width: 1024px) {
  .section2__content {
    margin-bottom: 40px;
  }
}
.section2__content p {
  font-size: 18px;
  font-family: "Helvetica";
  color: #4D5055;
  margin-bottom: 16px;
}
@media screen and (max-width: 1024px) {
  .section2__content p {
    font-size: 16px;
    text-align: justify;
  }
}
.section2__content p:nth-last-child(1) {
  margin-bottom: 0;
}

.section2__img {
  height: 600px;
}
@media screen and (max-width: 1024px) {
  .section2__img {
    height: 300px;
  }
}
.section2__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.section3__content {
  margin-bottom: 50px;
}
@media screen and (max-width: 1024px) {
  .section3__content {
    margin-bottom: 40px;
  }
}

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

.s3__item__img {
  margin-bottom: 24px;
}
@media screen and (max-width: 1024px) {
  .s3__item__img {
    margin-bottom: 16px;
  }
}

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

.s3__item .button1 {
  padding: 16px 24px;
}

.s3__item__title {
  font-size: 32px;
  font-weight: 600;
  text-transform: uppercase;
}
@media screen and (max-width: 1024px) {
  .s3__item__title {
    font-size: 20px;
  }
}

.section4 .section__title {
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .section4 .section__title span {
    width: 100%;
  }
  .section4 .section__title span br {
    display: none;
  }
}

.tabs__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 30px;
}

.tab {
  cursor: pointer;
  padding: 12px 24px;
  background: #fff;
  border: 1px solid #DDDDDD;
  border-radius: 6px;
  font-size: 18px;
  font-family: "Helvetica";
}

.tab.active {
  background: #BE9C75;
  color: #fff;
}

.tab__item {
  display: none;
}

.tab__item.active {
  display: block;
}

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

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

.s5__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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.s5__item__img {
  margin-bottom: 16px;
}

.s5__item__title {
  font-weight: 600;
  font-size: 26px;
  text-align: center;
  margin-bottom: 8px;
}
@media screen and (max-width: 1024px) {
  .s5__item__title {
    font-size: 20px;
  }
}

.s5__item__text {
  text-align: center;
  font-family: "Helvetica";
  font-size: 18px;
  color: #4D5055;
}
@media screen and (max-width: 1024px) {
  .s5__item__text {
    font-size: 16px;
  }
}

.s6__row {
  margin-top: 50px;
  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: 1024px) {
  .s6__row {
    margin-top: 30px;
    -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;
  }
}

.s6__left {
  width: 55%;
}
@media screen and (max-width: 1024px) {
  .s6__left {
    width: 100%;
    margin-bottom: 30px;
  }
}

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

.s6__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 50px;
}
.s6__item:nth-last-child(1) {
  margin-bottom: 0;
}
.s6__item:nth-last-child(1) .s6__item__img::after {
  display: none;
}

.s6__item__img {
  width: 74px;
  margin-right: 24px;
  position: relative;
}
.s6__item__img img {
  min-width: 74px;
}
.s6__item__img::after {
  content: "";
  width: 2px;
  height: 50px;
  background: #BE9C75;
  display: block;
  position: absolute;
  left: 36px;
}

.s6__item__shag {
  font-family: "Helvetica";
  font-size: 18px;
  color: #4D5055;
  margin-bottom: 4px;
}
@media screen and (max-width: 1024px) {
  .s6__item__shag {
    font-size: 16px;
  }
}

.s6__item__txt {
  font-size: 26px;
  font-weight: 600;
}
@media screen and (max-width: 1024px) {
  .s6__item__txt {
    font-size: 18px;
  }
}

.footer {
  margin-top: 100px;
}
@media screen and (max-width: 1024px) {
  .footer {
    margin-top: 50px;
  }
}

.footer__top {
  padding: 70px 0;
}

.form {
  background: #fff;
  border-radius: 16px;
  padding: 24px;
  width: 50%;
}
@media screen and (max-width: 1024px) {
  .form {
    width: 100%;
    padding: 16px;
  }
}

.form__title {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 4px;
}
@media screen and (max-width: 1024px) {
  .form__title {
    font-size: 24px;
  }
}

.form__text {
  font-size: 18px;
  font-family: "Helvetica";
  color: #4D5055;
}
@media screen and (max-width: 1024px) {
  .form__text {
    font-size: 16px;
  }
}

.form__row {
  margin-top: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.form__row .form__input {
  width: 49%;
  margin-bottom: 18px;
}
@media screen and (max-width: 1024px) {
  .form__row .form__input {
    width: 100%;
  }
}
.form__row .form__input input {
  width: 100%;
  background: #F9F9F9;
  border: 1px solid #D7D7D7;
  border-radius: 11px;
  padding: 20px 24px;
  font-family: "Helvetica";
  font-size: 18px;
  color: #C5C5C5;
  outline: none;
}
.form__row .form__input input::-webkit-input-placeholder {
  font-family: "Helvetica";
  font-size: 18px;
  color: #C5C5C5;
}
.form__row .form__input input::-moz-placeholder {
  font-family: "Helvetica";
  font-size: 18px;
  color: #C5C5C5;
}
.form__row .form__input input:-ms-input-placeholder {
  font-family: "Helvetica";
  font-size: 18px;
  color: #C5C5C5;
}
.form__row .form__input input::-ms-input-placeholder {
  font-family: "Helvetica";
  font-size: 18px;
  color: #C5C5C5;
}
.form__row .form__input input::placeholder {
  font-family: "Helvetica";
  font-size: 18px;
  color: #C5C5C5;
}
.form__row .form__input:nth-child(3) {
  width: 100%;
}
.form__row .form__input:nth-child(4) {
  width: 100%;
}
.form__row .form__input:nth-child(5) {
  width: 100%;
  margin-bottom: 0;
}

.wpcf7-list-item {
  margin-left: 0;
}
.wpcf7-list-item label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.wpcf7-list-item label input {
  width: 24px !important;
  height: 24px;
  margin: 0;
  margin-right: 12px;
  background: #F9F9F9;
  border: 1px solid #D7D7D7 !important;
  border-radius: 11px;
}
.wpcf7-list-item label .wpcf7-list-item-label {
  width: 100%;
  font-family: "Helvetica";
  font-size: 16px;
}

.button2 {
  border-radius: 11px;
  background: #BE9C75;
  width: 100%;
  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;
  color: #fff;
  font-size: 18px;
  font-family: "Helvetica";
  -webkit-transition: 0.6s ease 0s;
  transition: 0.6s ease 0s;
  cursor: pointer;
  outline: none;
  border: none;
  padding: 20px;
}
.button2:hover {
  background: #1F1509;
}

.footer__bottom {
  background: #090909;
  padding: 64px 0;
}
@media screen and (max-width: 1024px) {
  .footer__bottom {
    padding: 30px 0;
  }
}

.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;
}
@media screen and (max-width: 1024px) {
  .footer__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;
  }
}

@media screen and (max-width: 1024px) {
  .footer__logo {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 1024px) {
  .footer__menu {
    margin-bottom: 30px;
  }
}
.footer__menu .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1024px) {
  .footer__menu .menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.footer__menu .menu .menu-item {
  margin-right: 64px;
}
@media screen and (max-width: 1024px) {
  .footer__menu .menu .menu-item {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.footer__menu .menu .menu-item:nth-last-child(1) {
  margin-right: 0;
}
.footer__menu .menu .menu-item a {
  text-decoration: none;
  color: #fff;
  font-family: "Helvetica";
}
.footer__menu .menu .menu-item a:hover {
  text-decoration: underline;
}

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