/*TODO */
#splash-video-and-product #splash-video-btn .svb-text {
  text-align: left;
  max-width: 250px;
  padding-right: 20px;
  padding-left: 20px;
}

input.error {
  border: solid 1px red;
}

@media (min-width: 1260px) {
  .filtered-item__fi1 {
    padding: 50px 0 160px;
    background-size: 610px;
    background-position: calc(50% + 390px) 100%;
  }
}

#innkppcopyright #kpp {
  margin-bottom: 8px;
}

#innkppcopyright #copyright {
  margin-bottom: 15px;
}

.has-danger > input,
.has-danger > textarea {
  border: solid 1px red;
}

@media only screen and (min-width: 991px) {
  .inner-page > .custom-shape-divider-bottom {
    bottom: 250px;
  }
}

@media only screen and (min-width: 992px) {
  .st-question-modal::before {
    content: "";
    position: absolute;
    left: -16px;
    bottom: 50px;
    background-repeat: no-repeat;
    background-position: 9px;
    background-size: 96%;
    width: 541px;
    height: 634px;
  }
}

@media (min-width: 1260px) {
  .filtered-item__fi1 {
    padding: 50px 0 160px;
    background-size: 900px;
    background-position: calc(50% + 390px) 100%;
  }
}

@media screen and (max-width: 767px) {
  .filtered-item__fi1 {
    background-size: 255px;
    background-position: calc(50% + 60px) 100%;
  }
}

.pulse-button svg {
  display: none;
}

.pulse-button {
  width: 80px;
  height: 80px;
  /* background: radial-gradient( rgba(255, 0, 128, 0.8) 60%, rgba(255, 255, 255, 1) 62%); */
  border-radius: 50%;
  position: relative;
  display: block;
  margin: 80px auto 85px -35px;
  box-shadow: 0 7px 30px #ffa061, inset 0 2px 4px rgba(255, 197, 158, 0.75);
}

/* triangle */
.pulse-button::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-40%) translateY(-50%);
  transform: translateX(-40%) translateY(-50%);
  transform-origin: center center;
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 25px solid #fff;
  z-index: 100;
  -webkit-transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

/* pulse wave */
.pulse-button:before {
  content: "";
  position: absolute;
  width: 150%;
  height: 150%;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate1 2s;
  animation: pulsate1 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 100%;
  /* border: 5px solid rgba(255, 255, 255, .75); */
  top: -28%;
  left: -25%;
  background: rgba(198, 16, 0, 0);
}

@-webkit-keyframes pulsate1 {
  0% {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 1;
    box-shadow: inset 0px 0px 25px 3px rgba(255, 255, 255, 0.75),
      0px 0px 25px 10px rgba(255, 255, 255, 0.75);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
    box-shadow: none;
  }
}

@keyframes pulsate1 {
  0% {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 1;
    box-shadow: inset 0px 0px 25px 3px rgba(255, 255, 255, 0.75),
      0px 0px 25px 10px rgba(255, 255, 255, 0.75);
  }

  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1);
    opacity: 0;
    box-shadow: none;
  }
}

@media (min-width: 1260px) {
  #splash-video-and-product #splash-product-image-desktop img {
    transform: scale(0.9) translate(-110px, -40px);
    /* transform: scale(1) translate(-69px, 7px); */
  }

  #splash-video-and-product #splash-video-btn {
    max-width: 455px;
    margin-top: 0;
    margin-left: -15px;
  }

  .diag-grad-box {
    bottom: 145px;
  }

  .filtered-item__fi2 .filtered-item__product {
    width: 210px;
    right: -375px;
    top: -40px;
  }

  .filtered-item__fi2 .filtered-item__box {
    margin-left: 475px;
    margin-top: 80px;
    min-height: auto;
  }

  .filtered-item__fi2 {
    background-size: 600px;
    background-position: calc(50% - 540px) 100%;
  }

  .filtered-item__fi2 .filtered-item__box {
    margin-left: 400px;
  }
}

/* 230822 - правка кнопки "Где купить" */

nav#main-nav ul li:nth-child(3) a {
  width: 105px;
  text-align: center;
  background-color: #ff816a !important;
  color: white !important;
  border: solid 1px #ff816a;
  border-radius: 2px;
}

.btn-grey.btn {
  background-color: #bab8b8;
}

/* 230822 - правка кнопки "Где купить" */
