@charset "UTF-8";
/*Обнуление*/
* {
  padding: 0;
  margin: 0;
  border: 0;
}

*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  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%;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-family: "Playfair Display";
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  color: #626262;
  background: #ffffff;
}

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;
  color: unset;
}

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

/*--------------------*/
@font-face {
  font-family: "Hiragino Mincho ProN";
  src:
    url("../fonts/HiraMinProN-W3-AlphaNum.woff2") format("woff2"),
    url("../fonts/HiraMinProN-W3-AlphaNum.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Hiragino Mincho ProN Bold";
  src:
    url("../fonts/HiraMinProN-W6-AlphaNum.woff2") format("woff2"),
    url("../fonts/HiraMinProN-W6-AlphaNum.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@-webkit-keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
._mobile {
  display: none;
}

._pc {
  display: block;
}

._lock {
  overflow: hidden;
}

.wrapper {
  min-height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.container {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  box-sizing: border-box;
}
.container_inner {
  max-width: 927px;
  margin-right: auto;
  padding-left: 45px;
}

.button {
  margin-top: 58px;
  width: 250px;
  height: 49px;
  border: 1px solid #ffffff;
  border-radius: 38px;
  background: transparent;
  position: relative;
  z-index: 100;
}
.button::before {
  content: "";
  position: absolute;
  top: -35px;
  left: -59px;
  width: 115px;
  height: 115px;
  background: url("../img/pulse.png") no-repeat center/cover;
  animation-name: pulse;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.button__text {
  font-family: "Hiragino Mincho ProN";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 144%;
  color: #ffffff;
}

.header {
  background: rgba(255, 255, 255, 0.44);
  position: relative;
  z-index: 10;
}
.header__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__logo {
  margin-left: 54px;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 10;
}
.header__image_text {
  margin-left: 7px;
}
.menu__body {
  margin-right: 288px;
}
.menu__list {
  padding: 10px 0;
  display: flex;
}
.menu__item {
  position: relative;
}
.menu__item:not(:last-child) {
  margin-right: 82px;
}
.menu__item::before {
  content: "";
  position: absolute;
  left: -2px;
  bottom: 2px;
  height: 1px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.5s;
}
.menu__item:hover::before {
  width: 105%;
}
.menu__item:not(:last-child) {
  margin-right: 86px;
}
.menu__link {
  font-family: "Helvetica", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #ffffff !important;
}

.main._blured {
  filter: blur(9px);
}
.block-1 {
  margin-top: -44px;
  padding-top: 145px;
  padding-bottom: 132px;
  background: #000000;
  position: relative;
}

.video {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  z-index: 10;
  left: 20%;
}
.video-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.video-blur {
  position: absolute;
  top: 50px;
  right: 0;
  width: 800px;
  height: 100%;
  background: #000000;
  filter: blur(20px);
  opacity: 0.7;
  z-index: 2;
}
.video__border {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  bottom: 0px;
  left: 0px;
}
.video__content {
  width: 100%;
  height: 100%;
  position: absolute;
}
.video__content video {
  height: 105%;
}

.block-7 .video::after {
  content: "";
  position: absolute;
  left: -10px;
  bottom: -50px;
  width: 30px;
  height: 100%;
  background: #000000;
  filter: blur(10px);
  z-index: 2;
}

.performanse {
  margin-left: 50px;
  margin-right: 45px;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 5;
}
.performanse__main {
  margin-right: 184px;
}
.performanse__text {
  margin-top: 35px;
  font-family: "Hiragino Mincho ProN";
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 144%;
  color: #ffffff;
}
.performanse__text_desc {
  font-family: "Hiragino Mincho ProN";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 144%;
  color: #ffffff;
  position: relative;
}
.performanse__text_desc::before {
  content: "*";
  position: absolute;
  top: -35px;
  left: -25px;
  font-family: "Hiragino Mincho ProN";
  font-style: normal;
  font-weight: 300;
  font-size: 101px;
  line-height: 144%;
  color: rgba(255, 255, 255, 0.26);
}
.performanse__list {
  margin-top: 18px;
  margin-left: 31px;
}
.performanse__item {
  font-family: "Hiragino Mincho ProN";
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 179%;
  color: #ffffff;
  position: relative;
}
.performanse__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: -31px;
  width: 21px;
  height: 21px;
  background: url("../img/check.png") no-repeat center/cover;
}
.performanse__desc {
  max-width: 429px;
}
.performanse__button {
  margin-left: 70px;
}

.block-2 {
  padding-top: 64px;
  padding-bottom: 78px;
  background: url("../img/background-1.png") no-repeat 145px center/contain;
}

.description {
  margin-left: 37px;
  margin-right: 52px;
}
.description__main {
  display: flex;
}
.description__content {
  margin-right: 32px;
  flex: 0 0 49%;
  display: flex;
  flex-direction: column;
}
.description__title {
  margin-bottom: 26px;
  font-family: "Hiragino Mincho ProN";
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 144%;
  color: #000002;
}
.description__text {
  padding-right: 146px;
  font-family: "Hiragino Mincho ProN";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 144%;
  color: #000000;
}
.description__text span {
  margin-top: 30px;
  display: inline-block;
}
.description__text_cards {
  margin-top: 15px;
  max-width: 100%;
  font-family: "Hiragino Mincho ProN";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 144%;
  text-align: justify;
  color: #000000;
}
.description__pictures {
  flex: 0 0 51%;
  height: 546px;
  background: url("../img/background-2.png") no-repeat center/cover;
  position: relative;
}
.description__image {
  position: absolute;
  top: 67px;
  left: 127px;
  width: 400px;
}
.description__cards {
  margin-top: 72px;
  display: flex;
  justify-content: center;
  /* align-items: flex-end; */
}
.description__item {
  display: flex;
  flex-direction: column;
}
.description__item:nth-child(1) {
  margin-right: 115px;
  width: 301px;
}
.description__item:nth-child(2) {
  margin-right: 108px;
  width: 290px;
}
.description__item:nth-child(3) {
  width: 257px;
}
.description__button {
  border: 1px solid #000000;
  align-self: center;
}
.description__button .button__text {
  color: #000000;
}

.block-3 {
  background:
    url("../img/background-3.png") no-repeat left center/auto,
    #000000;
}

.composition {
  padding-top: 30px;
}
.composition__title {
  font-family: "Hiragino Mincho ProN";
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 144%;
  color: #ffffff;
  text-align: center;
}
.composition__title_desc {
  margin-bottom: 24px;
  font-family: "Helvetica", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 130.1%;
  text-align: center;
  color: #000000;
}
.composition__slider {
  margin-top: 44px;
}
.composition__item {
  width: 658px;
  height: 442px;
  position: relative;
  border-radius: 20px;
}
.composition__item.flipster__item--current {
  box-shadow: 0px 4px 6px 3px rgba(0, 0, 0, 0.36);
}
.composition__item:last-child .flipster__item__content {
  justify-content: center;
}
.composition__item:last-child .composition__desc {
  margin-right: 0;
}
.composition__image {
  position: absolute;
  top: 69px;
  left: -23px;
  width: 372px;
  height: 372px;
  z-index: 1;
}
.composition__image_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  border-radius: 20px;
}
.composition__blur {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 0;
  border-radius: 20px;
}
.composition__desc {
  margin-top: 76px;
  margin-right: 45px;
  flex: 0 0 50%;
  position: relative;
  z-index: 1;
}
.composition__text {
  font-family: "Helvetica", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 130.1%;
  text-align: center;
  color: #000000;
}

.block-4 {
  padding-bottom: 42px;
  background: url("../img/background-4.png") no-repeat center/cover;
}

.expert {
  display: flex;
}
.expert__title {
  margin-top: 23px;
  margin-left: 62px;
  max-width: 575px;
  font-family: "Hiragino Mincho ProN";
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 159%;
  color: #000002;
}
.expert__desc {
  margin-top: 22px;
  margin-left: 30px;
  padding: 10px 39px 12px 32px;
  max-width: 694px;
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(7.5px);
  border-radius: 14px;
  position: relative;
}
.expert__name {
  font-family: "Hiragino Mincho ProN";
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 144%;
  color: #000000;
}
.expert__text {
  margin-top: 10px;
  font-family: "Hiragino Mincho ProN";
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 144%;
  color: #000000;
}
.expert__signature {
  margin-right: 23px;
  margin-top: -3px;
  text-align: right;
}
.expert__picture {
  position: relative;
}
.expert__image {
  position: absolute;
  top: -104px;
  left: 0;
  width: 530px;
  z-index: 0;
}

.signature-wrapper {
  margin-left: auto;
  overflow: hidden;
  width: 159px;
  position: relative;
  transition: all 1s;
}
.signature-wrapper #animPath {
  stroke-dasharray: 1115px;
  stroke-dashoffset: 2230px;
}

.block-5 {
  padding-top: 22px;
  position: relative;
  background:
    linear-gradient(to bottom, rgba(0, 0, 0, 0.66), rgba(0, 0, 0, 0.66)),
    url("../img/background-5.png") no-repeat center/cover;
}

.application__title {
  font-family: "Hiragino Mincho ProN";
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 144%;
  color: #ffffff;
  text-align: center;
}
.application__list {
  margin-top: 66px;
  margin-left: 154px;
  margin-right: 24px;
  display: flex;
  justify-content: space-between;
}
.application__item {
  max-width: 332px;
  font-family: "Hiragino Mincho ProN";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 144%;
  color: #ffffff;
  position: relative;
}
.application__item:not(:last-child) {
  margin-right: 73px;
}
.application__item::before {
  content: "";
  position: absolute;
  top: -28px;
  left: -38px;
  width: 88px;
  height: 88px;
  background: url("../img/check-2.png") no-repeat center/cover;
  z-index: 0;
}
.application__text {
  position: relative;
  z-index: 2;
}
.application__reviews {
  margin-top: 87px;
}

.reviews__title {
  padding: 0 25px;
  display: block;
  margin: auto;
  max-width: 575px;
  font-family: "Hiragino Mincho ProN";
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 144%;
  text-align: center;
  color: #ffffff;
}
.reviews__slider {
  margin-top: 105px;
  position: relative;
  z-index: 15;
}
.reviews__item-inner {
  padding: 15px 30px;
  width: 514px;
  background: #a6a6a6;
  box-shadow: 0px 4px 14px 6px rgba(0, 0, 0, 0.61);
  border-radius: 23px;
}
.reviews__user {
  margin-bottom: 25px;
  display: flex;
  align-items: center;
}
.reviews__name {
  margin-left: 16px;
  font-family: "Hiragino Mincho ProN";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 144%;
  color: #181818;
}
.reviews__product {
  width: 100%;
  max-height: 485px;
  object-fit: contain;
}
.reviews__text {
  margin-top: 25px;
  font-family: "Hiragino Mincho ProN";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 144%;
  color: #181818;
}
.reviews .flipster__container {
  height: fit-content !important;
}
.reviews .flipster__button {
  margin: 0;
}
.reviews .flipster__button--prev {
  top: unset;
  bottom: -70px;
  left: 20%;
  width: 72px;
  height: 72px;
  background: url("../img/left_arrow-2.png") no-repeat center/cover;
  border-radius: 50%;
  clip-path: none;
}
.reviews .flipster__button--next {
  top: unset;
  bottom: 7px;
  right: -70%;
  width: 72px;
  height: 72px;
  background: url("../img/right_arrow-2.png") no-repeat center/cover;
  border-radius: 50%;
  clip-path: none;
}

.block-6 {
  padding-top: 52px;
  padding-bottom: 208px;
  background:
    url("../img/background-6.png") no-repeat 256px -310px / auto,
    url("../img/background-7.png") no-repeat right -460px / auto;
}

.steps {
  display: flex;
}
.steps__content {
  margin-left: 52px;
  flex: 0 0 50%;
}
.steps__title {
  margin-left: 18px;
  font-family: "Hiragino Mincho ProN";
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 144%;
  color: #000000;
}
.steps__list {
  margin-top: 62px;
  display: flex;
  min-height: 473px;
}
.steps__item {
  max-width: 202px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.steps__item:not(:last-child) {
  margin-right: 56px;
}
.steps__item:nth-child(2) {
  align-self: center;
}
.steps__item:nth-child(3) {
  align-self: flex-end;
}
.steps__text {
  margin-top: 12px;
  font-family: "Hiragino Mincho Pro";
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 107.52%;
  text-align: center;
  color: #000000;
}
.steps__picture {
  position: relative;
  flex: 0 0 50%;
}
.steps__image {
  position: absolute;
  top: -289px;
  right: -48px;
  z-index: 10;
  width: 400px;
}

.block-7 {
  padding-top: 64px;
  padding-bottom: 79px;
  background: url("../img/background-8.png") no-repeat left top/contain;
  position: relative;
}
.block-7 .video {
  left: 61%;
}

.order {
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 5;
}
.order__title {
  position: absolute;
  left: 40%;
}
.order__form {
  margin-top: 385px;
  max-width: 320px;
  position: relative;
  left: -35px;
}
.order__form input {
  padding-left: 15px;
  height: 58px;
  border: 1px solid #ffffff;
  border-radius: 38px;
  background: transparent;
  font-size: 20px;
  color: #ffffff;
}
.order__form input::placeholder {
  font-family: "Hiragino Mincho Pro";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 232.1%;
  color: #ffffff;
}
.order__form #name1 {
  margin-bottom: 30px;
}
.order__form #phone1 {
  margin-bottom: 48px;
}
.order__button {
  margin-top: 0;
}
.order__pictures {
  position: relative;
  top: -143px;
  left: -611px;
}
.order__image {
  position: absolute;
  top: 202px;
  width: 400px;
}
.order__image_2 {
  position: absolute;
  left: -14px;
  top: 202px;
  width: 400px;
}
.order__image_sale {
  position: absolute;
  top: 223px;
  left: -235px;
}
.order__image_sale span {
  position: absolute;
  top: 115px;
  left: 57px;
  display: block;
  font-family: "Helvetica", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 42px;
  line-height: 232.1%;
  color: #ffffff;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.44);
  transform: rotate(2.13deg);
  animation-name: flash;
  animation-duration: 2s;
  animation-delay: 1s;
  animation-iteration-count: infinite;
}
.order__prices {
  position: absolute;
  width: 100%;
}

.price__old {
  position: absolute;
  top: 500px;
  left: 212px;
  width: 95px;
  height: 95px;
  background: url("../img/old-price-bg.png") no-repeat center/contain;
}
.price__old span {
  display: inline-block;
  width: 145px;
  font-family: "Helvetica", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 31px;
  line-height: 232.1%;
  color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.price__new {
  position: absolute;
  top: 505px;
  left: 22px;
  width: 147px;
  height: 147px;
  background: url("../img/new-price-bg.png") no-repeat center/cover;
  display: flex;
  align-items: center;
  justify-content: center;
}
.price__new span {
  display: inline-block;
  width: 165px;
  font-family: "Helvetica", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 37px;
  line-height: 118.1%;
  text-align: center;
  color: #ffffff;
}

.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1000;
  transition: all 1s;
}
.modal .order__form {
  padding-top: 0;
  display: block !important;
  margin: 0;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.modal .order__form input {
  width: 100%;
}
.modal .order__button {
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
}

@media (max-width: 1600px) {
  .block-6 {
    background:
      url("../img/background-6.png") no-repeat left -250px / auto,
      url("../img/background-7.png") no-repeat right -460px / auto;
  }
  .block-7 {
    padding-bottom: 105px;
    background: url("../img/background-8.png") no-repeat center/cover;
  }
  .block-7 .video {
    left: 50%;
  }
  .block-7 .video-blur {
    width: 850px;
  }
  .order__title {
    left: 45%;
  }
  .order__pictures {
    top: -125px;
    left: -547px;
  }
  .order__form {
    left: -115px;
    top: 90px;
  }
}
@media (max-width: 1200px) {
  .steps__content {
    margin-left: 0;
    flex: 0 0 100%;
  }
  .steps__title {
    text-align: center;
  }
  .steps__list {
    flex-direction: column;
    align-items: center;
  }
  .steps__item:nth-child(2) {
    align-self: unset;
  }
  .steps__item:nth-child(3) {
    align-self: unset;
  }
  .steps__item:not(:last-child) {
    margin-right: 0;
    margin-bottom: 30px;
  }
  .steps__picture {
    display: none;
  }
  .block-6 {
    padding-top: 34px;
    padding-bottom: 43px;
  }
  .description__item:nth-child(1) {
    margin-right: 30px;
  }
  .description__item:nth-child(2) {
    margin-right: 30px;
  }
  .expert {
    flex-direction: column-reverse;
  }
  .expert__title {
    margin: 20px auto 393px;
    text-align: center;
  }
  .expert__desc {
    margin: 22px auto 0;
  }
  .expert__image {
    top: 129px;
    left: 50%;
    transform: translateX(-50%);
    width: 259px;
    z-index: 0;
  }
  .application__list {
    margin-left: 44px;
  }
}
@media (max-width: 992px) {
  ._pc {
    display: none;
  }
  ._mobile {
    display: block;
  }
  .header {
    padding-top: 15px;
    background: transparent;
  }
  .header__logo {
    margin-left: 15px;
  }
  .menu {
    display: flex;
    justify-content: flex-end;
    margin: auto 0;
  }
  .menu__icon {
    margin-right: 27px;
    z-index: 5;
    display: block;
    position: relative;
    width: 37px;
    height: 16px;
    cursor: pointer;
  }
  .menu__icon::before,
  .menu__icon::after,
  .menu__icon span {
    left: 0;
    position: absolute;
    height: 20%;
    width: 100%;
    transition: all 0.3s ease 0s;
    background-color: #ffffff;
    border-radius: 16px;
  }
  .menu__icon::before,
  .menu__icon::after {
    content: "";
  }
  .menu__icon::before {
    top: 0;
  }
  .menu__icon::after {
    bottom: 0;
  }
  .menu__icon span {
    top: 50%;
    transform: scale(1) translate(0, -50%);
  }
  .menu__icon._active {
    width: 32px;
  }
  .menu__icon._active span {
    transform: scale(0) translate(0, -50%);
  }
  .menu__icon._active::before {
    top: 50%;
    transform: rotate(-45deg) translate(0, -50%);
  }
  .menu__icon._active::after {
    bottom: 50%;
    transform: rotate(45deg) translate(0, 50%);
  }
  .menu__body {
    margin: 0;
    padding: 122px 10px 30px 10px;
    position: fixed;
    top: -250%;
    left: 0;
    height: 100vw;
    min-height: 365px;
    width: 100%;
    background: #000000;
    border-bottom-right-radius: 180px;
    border-bottom-left-radius: 180px;
    transition: top 0.3s ease 0s;
    overflow: auto;
    z-index: 3;
  }
  .menu__body._active {
    top: 0;
  }
  .menu__body::before {
    content: "";
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 2;
  }
  .menu__list {
    margin-right: 0;
    flex-direction: column;
    align-items: center;
  }
  .menu__item:not(:last-child) {
    margin-right: 0;
    margin-bottom: 32px;
  }
  .menu__link {
    color: #ffffff !important;
    font-weight: 200;
  }
  .block-1 {
    padding-top: 102px;
  }
  .block-1 .video {
    left: 50%;
    transform: translateX(-50%);
  }
  .block-1 .video-wrapper {
    top: 50%;
  }
  .block-1 .video__content video {
    height: 50%;
  }
  .block-1 .video::after {
    content: "";
    position: absolute;
    top: 47%;
    left: 0;
    width: 100%;
    height: 30px;
    background-color: #fff;
  }
  .block-1 .video::before {
    content: "";
    position: absolute;
    top: -10px;
    left: -10px;
    width: 105%;
    height: 30px;
    filter: blur(5px);
    background-color: #000000;
    opacity: 0.8;
    z-index: 10;
  }
  .performanse {
    flex-direction: column;
  }
  .performanse__image {
    width: 297px;
  }
  .performanse__desc {
    position: absolute;
    bottom: 67px;
    left: 0;
  }
  .performanse__button {
    margin-top: 160px;
  }
  .description {
    margin-left: 0;
    margin-right: 0;
  }
  .description__content {
    margin-right: 0;
    flex: 0 0 100%;
    align-items: center;
  }
  .description__title {
    text-align: center;
    font-size: 20px;
  }
  .description__text {
    margin-top: 14px;
    padding-right: 0;
  }
  .description__cards {
    flex-direction: column;
    align-items: center;
  }
  .description__item {
    margin-right: 0 !important;
  }
  .description__item:not(:last-child) {
    margin-bottom: 20px;
  }
  .block-2 {
    padding-top: 20px;
    padding-bottom: 30px;
  }
  .composition {
    padding-bottom: 0;
  }
  .composition__item {
    width: 244px;
    height: 284px;
  }
  .composition__image {
    top: 28px;
    left: -46px;
    width: 196px;
    height: 196px;
    z-index: 1;
  }
  .composition__image_bg {
    height: 284px;
  }
  .composition__blur {
    height: 284px;
    z-index: 2;
  }
  .composition__desc {
    margin-top: 28px;
    margin-right: 14px;
    z-index: 3;
  }
  .composition__title_desc {
    margin-bottom: 0;
    font-size: 16px;
  }
  .composition__text {
    font-size: 14px;
  }
  .composition .flipster__nav {
    bottom: -400px;
  }
  .composition .flipster__button {
    display: none;
  }
  .application__list {
    flex-direction: column;
    align-items: center;
  }
  .application__item:not(:last-child) {
    margin-right: 0;
    margin-bottom: 42px;
  }
  .reviews .flipster__button--prev {
    left: 20%;
  }
  .reviews .flipster__button--next {
    right: unset;
    left: 80%;
  }
  .block-6 {
    background:
      url("../img/background-6.png") no-repeat center -125px/50%,
      url("../img/background-7.png") no-repeat right -460px / auto;
  }
  .block-7 {
    padding-top: 30px;
    padding-bottom: 120px;
    background:
      url("../img/background-8.png") no-repeat center bottom/auto,
      #000000;
  }
  .block-7 .video {
    height: 50%;
    left: 0;
  }
  .block-7 .video-blur {
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    height: 50%;
    background: #000000;
    opacity: 0.8;
    z-index: 2;
  }
  .block-7 .video::after {
    content: "";
    position: absolute;
    left: -10px;
    bottom: -50px;
    width: 100%;
    height: 20%;
    background: #000000;
    opacity: 0.8;
    filter: blur(5px);
    z-index: 2;
  }
  .order {
    flex-direction: column;
  }
  .order__title {
    left: unset;
    position: relative;
    text-align: center;
  }
  .order__form {
    display: none;
  }
  .order__pictures {
    top: -27px;
    left: unset;
    right: -31px;
  }
  .order__image_mob {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    left: -110px;
  }
  .order__image_sale {
    left: unset;
    right: -26px;
    top: -196px;
    z-index: 10;
  }
  .order__button_mobile {
    margin-top: 195px;
    margin-bottom: 116px;
    margin-left: auto;
    margin-right: auto;
  }
  .price__old {
    top: 380px;
    left: unset;
    right: 50px;
  }
  .price__new {
    top: 332px;
    left: 23px;
  }
}
@media (max-width: 767px) {
  .container {
    padding: 0 10px;
  }
  .performanse__main {
    margin-right: 0;
  }
  .expert__title {
    font-size: 20px;
  }
  .expert__image {
    top: 59px;
  }
  .expert__desc {
    padding: 9px 2px 20px 7px;
  }
  .application__title {
    font-size: 24px;
  }
  .reviews__title {
    display: none;
  }
  .reviews__item:not(.flipster__item--current) {
    opacity: 0;
  }
  .reviews__item-inner {
    max-width: 316px;
  }
  .reviews .flipster__button--prev {
    left: 20%;
  }
  .reviews .flipster__button--next {
    left: 68%;
  }
  .steps__title {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .block-6 {
    background:
      url("../img/background-6.png") no-repeat center -125px/75%,
      url("../img/background-7.png") no-repeat right -460px / auto;
  }
  .block-7 {
    background:
      url("../img/background-8.png") no-repeat -320px bottom/auto,
      #000000;
  }
  .order__image_mob {
    left: unset;
  }
  .block-1 .video {
    left: 0;
    transform: unset;
  }
  .performanse {
    margin-left: 0;
    margin-right: 0;
  }
  .performanse__text_desc::before {
    content: "";
  }
  .composition__image_bg {
    min-width: 244px;
  }
  .composition__blur {
    min-width: 244px;
  }
  .flipster__item__content {
    min-width: 244px;
  }
  .reviews .flipster__button--prev {
    left: 0;
    margin-right: auto;
  }
  .reviews .flipster__button--next {
    left: 0;
    margin-left: auto;
  }
  .video-wrapper {
    left: -20%;
    width: 200%;
  }
}
@media (max-width: 462px) {
  .expert__image {
    top: 91px;
  }
}
@media (max-width: 385px) {
  .block-7 {
    background:
      url("../img/background-8m.png") no-repeat center bottom/auto,
      #090909;
  }
  .order__pictures {
    top: 23px;
  }
  .order__prices {
    top: 460px;
  }
  .video-wrapper {
    left: -50%;
    width: 200%;
  }
}
.form__attention {
  margin-top: 20px;
  font-family: "Hiragino Mincho ProN";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  color: #ffffff;
  text-align: center;
}
.form__dates {
  margin-bottom: 20px;
  font-family: "Hiragino Mincho ProN";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  color: #ffffff;
  text-align: center;
}

/*# sourceMappingURL=style.css.map */
