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

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

:focus, :active {
  outline: none;
}

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

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

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

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

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

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a, a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

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

* {
  color: black;
}

/*------------------------------------------------------------------*/
/*Импорт*/
/*-------------------------------------------------------------------*/
/*Переменные*/
/*-------------------------------------------------------------------*/
/*Шаблоны*/
.block-4 .feature, .block-1 .block-1__feature {
  font-size: 24px;
  line-height: 200%;
}
@media (max-width: 992px) {
  .block-4 .feature, .block-1 .block-1__feature {
    font-size: 22px;
  }
}

/*-------------------------------------------------------------------*/
/*Анимация*/
@-webkit-keyframes price {
  0% {
    font-size: 30px;
    box-shadow: 0 0 45px rgba(251, 255, 0, 0.58);
  }
  20% {
    font-size: 26px;
    box-shadow: 0 0 15px rgba(251, 255, 0, 0.58);
  }
  100% {
    font-size: 26px;
    box-shadow: 0 0 15px rgba(251, 255, 0, 0.58);
  }
}
@keyframes price {
  0% {
    font-size: 30px;
    box-shadow: 0 0 45px rgba(251, 255, 0, 0.58);
  }
  20% {
    font-size: 26px;
    box-shadow: 0 0 15px rgba(251, 255, 0, 0.58);
  }
  100% {
    font-size: 26px;
    box-shadow: 0 0 15px rgba(251, 255, 0, 0.58);
  }
}
@-webkit-keyframes prod {
  0% {
    bottom: 0px;
  }
  5% {
    bottom: 20px;
  }
  10% {
    bottom: 20px;
  }
  12% {
    bottom: 0px;
  }
  100% {
    bottom: 0px;
  }
}
@keyframes prod {
  0% {
    bottom: 0px;
  }
  5% {
    bottom: 20px;
  }
  10% {
    bottom: 20px;
  }
  12% {
    bottom: 0px;
  }
  100% {
    bottom: 0px;
  }
}
@-webkit-keyframes circle {
  0% {
    transform: translate(-50%, -50%);
    transform: rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%);
    transform: rotate(360deg);
  }
}
@keyframes circle {
  0% {
    transform: translate(-50%, -50%);
    transform: rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%);
    transform: rotate(360deg);
  }
}
/*-------------------------------------------------------------------*/
/*Прелодер*/
.preloader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(255, 255, 255);
  z-index: 10;
  transition: 1s all;
  opacity: 1;
  visibility: visible;
}

.done {
  opacity: 0;
  visibility: hidden;
}

.loader {
  -webkit-animation: 1s circle infinite linear;
          animation: 1s circle infinite linear;
  width: 75px;
  height: 75px;
  border-radius: 50%;
  border: 10px solid rgb(220, 220, 220);
  border-top-color: #5f00ac;
  left: 50%;
  top: 50%;
  position: fixed;
  transform: translate(-50%, -50%);
}

/*-------------------------------------------------------------------*/
/*Рабочие класы*/
._container {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 15px;
}

._title {
  font-size: 46px;
  margin-bottom: 50px;
  font-weight: 700;
  letter-spacing: 2px;
}
@media (max-width: 992px) {
  ._title {
    text-align: center;
    font-size: 42px;
    margin-bottom: 25px;
  }
}

._button {
  width: 240px;
  text-align: center;
  font-size: 20px;
  line-height: 250%;
  text-transform: uppercase;
  background-color: rgb(183, 60, 255);
  color: white;
  font-weight: 600;
  letter-spacing: 2px;
  border-radius: 10px;
  margin: 0 auto;
  box-shadow: 0px 7px 5px rgb(49, 49, 49);
  cursor: pointer;
  position: relative;
  transition-duration: 0.5s;
}
._button:hover {
  top: 2px;
  box-shadow: 0px 5px 5px rgb(49, 49, 49);
  background-color: rgb(175, 41, 253);
}
._button:active {
  background-color: rgb(167, 16, 255);
  box-shadow: 0px 0px 20px rgb(255, 251, 0);
}

/*-------------------------------------------------------------------*/
/*Тело*/
.main {
  font-family: Heebo;
}
/*-------------------------------------------------------------------*/
/*Заголовок*/
.header {
  background: rgb(182, 74, 175);
  background: radial-gradient(circle, rgb(105, 43, 101) 20%, rgb(135, 53, 129) 100%);
  box-shadow: 0 5px 2px rgb(105, 43, 101);
  padding: 15px 0;
}
.header .header__title {
  font-family: Heebo;
  text-align: center;
  font-size: 52px;
  font-weight: 700;
  letter-spacing: 5px;
  line-height: 200%;
  color: #eab200;
}
@media (max-width: 992px) {
  .header .header__title {
    font-size: 48px;
  }
}

/*-------------------------------------------------------------------*/
/*Блок 1*/
.block-1 {
  position: relative;
  padding: 50px 0;
}
@media (max-width: 992px) {
  .block-1 {
    padding: 25px;
  }
}
.block-1 .block-1__video {
  opacity: 0.4;
  z-index: -1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
}
.block-1 .block-1__content {
  z-index: 2;
}
.block-1 .block-1__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .block-1 .block-1__row {
    flex-direction: column;
  }
}
.block-1 .block-1__foto {
  margin: 0 auto;
  flex: 0 1 250px;
}
.block-1 .block-1__foto img {
  width: 100%;
  height: 100%;
}
@media (max-width: 992px) {
  .block-1 .block-1__foto {
    max-width: 200px;
    margin-bottom: 25px;
  }
}
@media (max-width: 992px) {
  .block-1 .block-1__feature {
    text-align: center;
  }
}
.block-1 .feature .feature__list {
  margin-bottom: 80px;
}
.block-1 .feature .feature__list li::before {
  content: " ";
  display: inline-block;
  background-color: #5f00ac;
  width: 15px;
  border-radius: 50%;
  height: 15px;
  margin-right: 10px;
}
/*-------------------------------------------------------------------*/
/*Блок 2*/
.block-2 {
  padding: 50px 0;
  background: url("../add/block-2__backgraund.jpg") 0 0/100% 100% no-repeat;
}
@media (max-width: 992px) {
  .block-2 {
    padding: 25px;
  }
}
@media (max-width: 992px) {
  .block-2 {
    background: rgb(182, 74, 175);
    background: radial-gradient(circle, rgb(135, 53, 129) 20%, rgb(105, 43, 101) 100%);
  }
}
.block-2 hr {
  position: absolute;
  width: 180px;
  height: 3px;
  background-color: black;
}
@media (max-width: 992px) {
  .block-2 hr {
    display: none;
  }
}
.block-2 .block-2__line-1 {
  left: 200px;
  top: 190px;
  transform: rotate(28deg);
}
.block-2 .block-2__line-2 {
  right: 200px;
  top: 190px;
  transform: rotate(-28deg);
}
.block-2 .block-2__line-3 {
  left: 200px;
  top: 340px;
}
.block-2 .block-2__line-4 {
  right: 200px;
  top: 340px;
}
.block-2 .block-2__line-5 {
  right: 200px;
  bottom: 190px;
  transform: rotate(25deg);
}
.block-2 .block-2__line-6 {
  left: 200px;
  bottom: 190px;
  transform: rotate(-25deg);
}
.block-2 .block-2__title {
  color: #eab200;
}
.block-2 .block-2__grid {
  position: relative;
  display: grid;
  grid-template-columns: 150px 1fr 150px;
  grid-template-rows: repeat(3, 200px);
  row-gap: 40px;
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .block-2 .block-2__grid {
    row-gap: 15px;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
  }
}
.block-2 .block-2__item {
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .block-2 .block-2__item {
    flex: 0 0 100px;
  }
  .block-2 .block-2__item:not(:last-child) {
    margin-right: 25px;
  }
}
.block-2 .block-2__foto {
  padding: 25px;
  background-color: white;
  border-radius: 50%;
  flex: 0 0 auto;
}
.block-2 .block-2__foto img {
  width: 100%;
  height: 100%;
}
.block-2 .block-2__name {
  text-align: center;
  font-size: 20px;
  line-height: 200%;
}
.block-2 .center {
  display: flex;
  align-items: center;
  margin: auto 0;
  grid-column: 2/3;
  grid-row: 1/4;
}
@media (max-width: 992px) {
  .block-2 .center {
    display: none;
  }
}
.block-2 .center .block-2__foto {
  background: none;
  width: 180px;
  height: 300px;
}
.block-2 .center .block-2__foto img {
  width: 100%;
  height: 100%;
}

/*-------------------------------------------------------------------*/
/*Блок 3*/
.block-3 {
  padding: 50px 0;
  position: relative;
}
@media (max-width: 992px) {
  .block-3 {
    padding: 25px;
  }
}
.block-3 .block-3__background {
  opacity: 0.1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.block-3 .block-3__background img {
  width: 100%;
  height: 100%;
}
.block-3 .block-3__title {
  color: rgb(105, 43, 101);
}
/*слайдер*/
/*слайд*/
.slide .slide__body {
  margin: 0 auto;
  max-width: 350px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media (max-width: 992px) {
  .slide .slide__foto {
    max-width: 150px;
  }
}
.slide .slide__foto img {
  width: 100%;
  height: 100%;
}
.slide .slide__name {
  font-size: 18px;
  line-height: 200%;
}
@media (max-width: 992px) {
  .slide .slide__name {
    font-size: 16px;
  }
}
.slide .slide__text {
  font-size: 16px;
  line-height: 150%;
  text-align: left;
}
@media (max-width: 992px) {
  .slide .slide__text {
    text-align: center;
    font-size: 14px;
  }
}

/*стрелки управления*/
/*-------------------------------------------------------------------*/
/*Блок 4*/
.block-4 {
  background: rgb(190, 118, 185);
  background: radial-gradient(circle, rgb(190, 118, 185) 0%, rgb(158, 54, 151) 100%);
  padding: 50px 0;
}
@media (max-width: 992px) {
  .block-4 {
    padding: 25px 0;
  }
}
.block-4 .block-4__title {
  color: #eab200;
}
.block-4 .block-4__row {
  display: flex;
  align-items: center;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .block-4 .block-4__row {
    flex-direction: column-reverse;
  }
}
.block-4 .block-4__foto {
  margin-right: 25px;
  flex: 1 1 1000px;
}
.block-4 .block-4__foto img {
  width: 100%;
  height: 100%;
}
@media (max-width: 992px) {
  .block-4 .block-4__foto {
    max-width: 350px;
    max-height: 450px;
    margin-right: 0px;
  }
}
.block-4 .block-4__description {
  font-size: 22px;
  line-height: 133%;
}
@media (max-width: 992px) {
  .block-4 .block-4__description {
    font-size: 18px;
    text-align: center;
  }
}
.block-4 .block-4__feature {
  margin-bottom: 50px;
}
.block-4 .feature .feature__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .block-4 .feature .feature__list {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.block-4 .feature .feature__list li:not(:last-child) {
  margin-right: 15px;
}
.block-4 .feature .feature__list li::before {
  content: " ";
  display: inline-block;
  background-color: #5f00ac;
  width: 15px;
  border-radius: 50%;
  height: 15px;
  margin-right: 10px;
}
/*-------------------------------------------------------------------*/
/*Блок 5*/
.block-5 {
  background: url("../add/background__violet.jpg") 0 0/100% 100% no-repeat;
  padding: 50px 0;
}
@media (max-width: 992px) {
  .block-5 {
    padding: 25px 0;
  }
}
.block-5 .block-5__title {
  color: white;
}
.block-5 .block-5__name {
  font-size: 38px;
  text-align: center;
  line-height: 200%;
  font-weight: 700;
  letter-spacing: 5px;
  color: #eab200;
}
.block-5 .block-5__time {
  text-align: center;
  font-size: 26px;
  line-height: 200%;
  margin-bottom: 30px;
  color: white;
}
.block-5 .block-5__time span {
  color: white;
}
.block-5 .block-5__row {
  display: flex;
  justify-content: space-around;
}
@media (max-width: 767px) {
  .block-5 .block-5__row {
    flex-direction: column;
    align-items: center;
  }
}
.block-5 .product {
  max-width: 200px;
}
.block-5 .product .product__foto {
  margin-bottom: 20px;
  -webkit-animation-name: prod;
          animation-name: prod;
  -webkit-animation-duration: 10s;
          animation-duration: 10s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  position: relative;
}
.block-5 .product .product__foto img {
  width: 100%;
  height: 100%;
}
.block-5 .product .product__price {
  display: flex;
  margin: 0 auto;
  width: 120px;
}
.block-5 .product .product__price__old {
  font-size: 18px;
  color: white;
  text-decoration: line-through;
  margin-right: 20px;
}
.block-5 .product .product__price__new {
  font-size: 26px;
  padding: 5px;
  -webkit-animation-name: price;
          animation-name: price;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
  position: relative;
  height: 40px;
  background-color: rgba(251, 255, 0, 0.58);
  border-radius: 50%;
}
.form {
  max-width: 500px;
}
.form .form__item {
  margin-bottom: 35px;
  position: relative;
}
.form .form__label {
  display: block;
  font-size: 18px;
  line-height: 200%;
  color: white;
}
.form .form__input {
  font-size: 20px;
  height: 50px;
  padding-left: 5px;
  border-radius: 5px;
  transition: all 0.2s ease 0s;
}
.form .form__input._error {
  box-shadow: 0 0 10px rgb(255, 0, 0);
}
.form .form__button {
  background-color: #c77b1d;
}
.form .form__button:hover {
  box-shadow: 0px 0px 15px rgb(255, 255, 255);
}
.form .form__button:active {
  box-shadow: 0px 0px 20px rgb(63, 63, 63);
}
.form .form__name__help {
  position: absolute;
  right: 0;
  top: -10px;
  transform: scale(1);
  font-size: 16px;
  padding: 2px;
  background-color: rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 15px rgba(255, 255, 255, 0.5);
  border-radius: 5px;
  transition: all 0.5s ease 0s;
}
.form .form__name__help._hidden {
  transform: scale(0);
}
.form .form__tel__help {
  position: absolute;
  right: 0;
  top: -10px;
  transform: scale(1);
  font-size: 16px;
  padding: 2px;
  background-color: rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 15px rgba(255, 255, 255, 0.5);
  border-radius: 5px;
  transition: all 0.5s ease 0s;
}
.form .form__tel__help._hidden {
  transform: scale(0);
}

/*-------------------------------------------------------------------*/