@import url('https://fonts.googleapis.com/css2?family=Caveat:wght@400;500;600;700&display=swap');

*,
h1-h6,
::after,
::before,
button {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0;
  /* <-- Apparently some margin are still there even though it's hidden */
}

.burger__active {
  display: none;
}

.mbdn {
  display: block;
}

.mbdb {
  display: none;
}

select {
  font-family: 'Noto Sans', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 150%;
  color: #3C3C3C;
  opacity: 0.5;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-family: 'Noto Sans', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 150%;
  color: #3C3C3C;
  opacity: 0.5;
}

::-moz-placeholder {
  /* Firefox 19+ */
  font-family: 'Noto Sans', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 150%;
  color: #3C3C3C;
  opacity: 0.5;
}

:-ms-input-placeholder {
  /* IE 10+ */
  font-family: 'Noto Sans', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 150%;
  color: #3C3C3C;
  opacity: 0.5;
}

:-moz-placeholder {
  /* Firefox 18- */
  font-family: 'Noto Sans', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 150%;
  color: #3C3C3C;
  opacity: 0.5;
}

.lite {
  color: #EBA4A6;
}

p {
  font-family: 'Noto Sans', sans-serif;
  color: #3C3C3C;
}

button,
.btn {
  font-weight: bold;
  font-size: 28px;
  line-height: 29px;
  text-align: center;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #FFFFFF;
  background: linear-gradient(90deg, #F8D4D2 0%, #EBA4A6 0%);
  box-shadow: inset 0px 4px 10px rgba(255, 255, 255, 0.15);
  border-radius: 33px;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Rosario', sans-serif;
  cursor: pointer;
  text-decoration: none;
  height: 66px;
  transition: all 0.4s linear;
}

button img,
.btn img {
  display: block;
  margin-bottom: 10px;
}

.purple {
  color: #BC87BC;
}

button:hover {
  background: linear-gradient(90deg, #FDE4E3 0%, #F9C0C1 92.54%);
  box-shadow: inset 0px 4px 10px rgba(255, 255, 255, 0.15);
}

body {
  font-family: 'Rosario', sans-serif;
  font-size: 20px;
  line-height: 150%;
}

.wrapper {
  max-width: 1420px;
  width: 100%;
  margin: 0 auto;
}

.one {
  margin-top: 105px;
  background: url(../images/onebg.png) no-repeat center;
  overflow: hidden;
  min-height: 860px;
}

.one .wrapper {
  padding: 40px 0 0 0;
}

.one .wrapper nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.one .wrapper nav .nav__burger-menu {
  display: none;
}

.one .wrapper nav .nav_list {
  display: flex;
  list-style: none;
}

.one .wrapper nav .nav_list .nav__item+.nav__item {
  margin-left: 56px;
}

.one .wrapper nav .nav_list .nav__item .nav__item-link {
  text-decoration: none;
  color: #3C3C3C;
  position: relative;
  font-size: 18px;
}

.one .wrapper nav .nav_list .nav__item .nav__item-link:hover::after {
  opacity: 1;
}

.one .wrapper nav .nav_list .nav__item .nav__item-link::after {
  content: '';
  position: absolute;
  width: 25px;
  height: 5px;
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%);
  background: url(../fonts/hover-link.svg);
  background-size: contain;
  transition: all 0.3s ease;
  opacity: 0;
}

.one .wrapper .header {
  margin-top: 182px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}

.one .wrapper .header .header__img {
  margin-left: -80px;
  position: relative;
}

.one .wrapper .header .header__img img {
  position: relative;
  top: -50px;
  z-index: 5;
}

.one .wrapper .header .header__content {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin-left: 80px;
}

.one .wrapper .header .header__title {
  font-size: 84px;
  line-height: 118px;
  text-align: center;
  color: #BC87BC;
}

.one .wrapper .header .header__after-title {
  font-size: 44px;
  line-height: 62px;
  text-align: center;
  color: #3C3C3C;
}

.one .wrapper .header .header__text {
  font-size: 20px;
  line-height: 150%;
  text-align: center;
  color: #3C3C3C;
  max-width: 508px;
  width: 100%;
  margin-bottom: 25px;
}

.one .wrapper .header .btn {
  width: 201px;
  height: 66px;
  margin-bottom: 210px;
  font-size: 28px;
  padding-top: 6px;
}

.two .wrapper {
  padding: 146px 0 120px 0;
  display: flex;
  justify-content: space-between;
}

.two .wrapper .two__left {
  flex-basis: 40%;
}

.two .wrapper .two__left p {
  font-size: 20px;
  line-height: 24px;
}

.two .wrapper .two__left .two__left-title {
  font-size: 40px;
  line-height: 56px;
  color: #3C3C3C;
  margin-bottom: 20px;
}

.two .wrapper .two__left .two__left-title .purple {
  color: #BC87BC;
}

.two .wrapper .two__right {
  margin-left: 68px;
  flex-basis: 60%;
  display: flex;
  justify-content: space-between;
}

.two .wrapper .two__right .two__right-item {
  background: url(../images/Ellipse\ 1.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 200px;
  height: 200px;
  display: flex;
  flex-direction: column;
  color: #fff;
  text-align: center;
  align-items: center;
  justify-content: center;
}

.two .wrapper .two__right .two__right-item .right-item__num {
  font-size: 36px;
  line-height: 36px;
  text-transform: uppercase;
  color: #fff;
}

.two .wrapper .two__right .two__right-item .right-item__text {
  text-transform: uppercase;
  max-width: 150px;
  width: 100%;
  color: #fff;
}

.three {
  margin-bottom: 120px;
}

.three .wrapper {
  background: url(../fonts/bg3.svg);
  background-position: 0 0;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 74px 125px 45px 69px;
  position: relative;
}

.three .wrapper::after {
  content: '';
  bottom: -20px;
  right: 41px;
  position: absolute;
  background: url(../images/3after.png);
  background-size: contain;
  width: 231px;
  height: 234px;
}

.three .wrapper .three__left {
  flex-basis: 50%;
}

.three .wrapper .three__right {
  flex-basis: 50%;
}

.three .wrapper .three__right .three__right-title {
  font-size: 39px;
  line-height: 56px;
  font-weight: 400;
  margin-bottom: 20px;
}

.three .wrapper .three__right .three__right-text {
  margin-bottom: 45px;
  font-size: 20px;
  line-height: 24px;
}

.three .wrapper .three__right .btn {
  width: 233px;
  font-size: 28px;
  padding-top: 6px;
}

.three .wrapper .three__right .btn img {
  position: relative;
  left: 20px;
}

.four {
  padding-bottom: 60px;
}

.four .wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.four .wrapper .four__title {
  font-size: 40px;
  line-height: 56px;
  color: #3C3C3C;
  margin-bottom: 20px;
  font-weight: 400;
}

.four .wrapper .four__text {
  max-width: 680px;
  width: 100%;
  font-size: 20px;
  line-height: 24px;
}

.five .wrapper {
  display: flex;
  justify-content: space-between;
}

.five .wrapper p {
  font-size: 20px;
}

.five .wrapper .five__left {
  flex-basis: 40%;
}

.five .wrapper .five__left img {
  margin-bottom: 40px;
}

.five .wrapper .five__right {
  flex-basis: 55%;
}

.five .wrapper .five__right .five__right-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 20px;
}

.five .wrapper .five__right .five__right-top img {
  margin-right: 40px;
  margin-top: -25px;
  margin-bottom: 22px;
}

.five .wrapper .five__right .five__right-bottom {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  padding-left: 80px;
}

.five .wrapper .five__right .five__right-bottom .card {
  border: 1px solid #E8E6E6;
  max-width: 220px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding-bottom: 20px;
}

.five .wrapper .five__right .five__right-bottom .card .card-top {
  margin-bottom: 15px;
}

.five .wrapper .five__right .five__right-bottom .card .card-bottom {
  padding-right: 20px;
}

.five .wrapper .five__right .five__right-bottom .card .card-bottom h4 {
  font-size: 16px;
  line-height: 22px;
  text-transform: uppercase;
  color: #BC87BC;
  padding-left: 20px;
  margin-bottom: 10px;
}

.five .wrapper .five__right .five__right-bottom .card .card-bottom ul {
  padding-left: 40px;
  font-size: 14px;
  line-height: 140%;
  color: #3C3C3C;
}

.five .wrapper .five__right .five__right-bottom .card .card-bottom ul li {
  color: #BC87BC;
}

.five .wrapper .five__right .five__right-bottom .card .card-bottom ul li span {
  color: #3C3C3C;
  font-size: 16px;
  line-height: 19px;
}

.six {
  margin-top: 120px;
  margin-bottom: 120px;
}

.six .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.six .wrapper .six__left {
  flex-basis: 40%;
  position: relative;
}

.six .wrapper .six__left::after {
  content: '';
  position: absolute;
  right: 0;
  top: -120px;
  width: 83px;
  height: 521px;
  background-size: contain;
  background-repeat: no-repeat;
  background: url(../fonts/RECHIOL.svg);
}

.six .wrapper .six__left .six__left-title {
  font-size: 40px;
  line-height: 56px;
  font-weight: 400;
  max-width: 480px;
  width: 100%;
  margin-bottom: 20px;
}

.six .wrapper .six__left p {
  max-width: 466px;
  width: 100%;
  font-size: 20px;
  line-height: 24px;
}

.six .wrapper .six__right {
  flex-basis: 50%;
  min-height: 521px;
  background: url(../images/bg6.png);
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.six .wrapper .six__right::before {
  content: '';
  position: absolute;
  left: -60px;
  top: 50%;
  transform: translateY(-50%);
  width: 120px;
  height: 314px;
  background-size: contain;
  background-repeat: no-repeat;
  background: url(../images/product.png);
}

.six .wrapper .six__right .six__right-top {
  margin-bottom: 40px;
}

.six .wrapper .six__right .six__right-top .six__right-title {
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 18px;
}

.six .wrapper .six__right .six__right-bottom {
  display: flex;
  justify-content: center;
}

.six .wrapper .six__right .six__right-bottom .scale+.scale {
  margin-left: 50px;
}

.six .wrapper .six__right .six__right-bottom .scale {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  align-self: baseline;
}

.six .wrapper .six__right .six__right-bottom .scale p {
  max-width: 143px;
  margin-top: 10px;
  width: 100%;
  font-size: 18px;
  text-align: center;
}

.seven {
  margin-bottom: 120px;
}

.seven .wrapper {
  background: url(../fonts/bg3.svg);
  min-height: 575px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  position: relative;
}

.seven .wrapper::before {
  content: '';
  position: absolute;
  right: 91px;
  top: 61px;
  width: 158px;
  height: 139px;
  background-size: cover;
  background-repeat: no-repeat;
  background: url(../images/decorlist.png);
}

.seven .wrapper::after {
  content: '';
  position: absolute;
  right: 91px;
  bottom: -20px;
  width: 194px;
  height: 271px;
  background-size: cover;
  background-repeat: no-repeat;
  background: url(../images/decorflower.png);
}

.seven .wrapper .seven__left img.seven__left-mob {
  display: none;
}

.seven .wrapper .seven__right {
  flex-basis: 50%;
  align-self: flex-start;
  display: flex;
  padding-top: 130px;
  flex-direction: column;
  align-items: flex-start;
}

.seven .wrapper .seven__right .seven__right-title {
  font-size: 40px;
  line-height: 56px;
  font-weight: normal;
  color: #BC87BC;
}

.seven .wrapper .seven__right .seven__right-after-title {
  font-weight: bold;
  margin-bottom: 20px;
}

.seven .wrapper .seven__right .seven__right-text {
  max-width: 440px;
  margin-bottom: 45px;
  font-size: 20px;
  line-height: 24px;
}

.seven .wrapper .seven__right .btn {
  width: 233px;
  font-size: 28px;
  padding-top: 6px;
}

.seven .wrapper .seven__right .btn img {
  position: relative;
  left: 20px;
}

.eight {
  padding-bottom: 60px;
}

.eight .wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.eight .wrapper .eight__title {
  font-size: 40px;
  line-height: 56px;
  color: #3C3C3C;
  margin-bottom: 20px;
  font-weight: 400;
  text-align: center;
}

.nine {
  margin-bottom: 20px;
}

.nine .wrapper {
  max-width: 1182px;
  width: 100%;
  border: 1px solid #E8E6E6;
  padding: 40px 60px;
}

.nine .wrapper p {
  font-size: 20px;
  line-height: 24px;
  padding: 5px 0;
}

.nine .wrapper .nine-top .nine-top__center {
  text-align: center;
  margin-bottom: 20px;
}

.nine .wrapper .nine-top .nine-top__problema {
  margin: 0 auto;
  max-width: 373px;
  width: 100%;
}

.nine .wrapper .nine-top .nine-top__problema .light {
  color: #EBA4A6;
}

.nine .wrapper .nine-top .nine-top__problema p:last-child {
  position: relative;
}

.nine .wrapper .nine-top .nine-top__problema p:last-child::after {
  position: absolute;
  content: '';
  background-size: contain;
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
  left: -60px;
  top: 0;
  background: url(../fonts/icon.svg);
}

.nine .wrapper .nine-bottom {
  margin-top: 65px;
  display: flex;
  justify-content: space-between;
}

.nine .wrapper .nine-bottom .area {
  opacity: 0.5;
  font-size: 16px;
  margin-bottom: 15px;
}

.nine .wrapper .nine-bottom .timing {
  display: flex;
  justify-content: space-between;
}

.nine .wrapper .nine-bottom .timing p {
  font-weight: bold;
  padding-top: 15px;
}

.ten .wrapper {
  max-width: 1182px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.ten .wrapper .box {
  border: 1px solid #E8E6E6;
  padding: 40px 55px;
  max-width: 580px;
}

.ten .wrapper .box p {
  font-size: 20px;
  line-height: 24px;
  padding: 5px 0;
}

.ten .wrapper .box .box__content.two {
  margin-top: 55px;
}

.ten .wrapper .box .box__name {
  font-weight: bold;
  margin-bottom: 15px;
}

.ten .wrapper .box .box__problema {
  padding-left: 60px;
  margin-bottom: 30px;
}

.ten .wrapper .box .box__problema p:last-child {
  position: relative;
}

.ten .wrapper .box .box__problema p:last-child::after {
  position: absolute;
  content: '';
  background-size: contain;
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
  left: -60px;
  top: 0;
  background: url(../fonts/icon.svg);
}

.ten .wrapper .box .box__timing {
  display: flex;
  justify-content: space-between;
}

.ten .wrapper .box .box__timing p {
  font-weight: bold;
}

.eleven {
  margin-top: 98px;
}

.eleven .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.eleven .wrapper .eleven__left {
  flex-basis: 50%;
}

.eleven .wrapper .eleven__right {
  flex-basis: 50%;
}

.eleven .wrapper .eleven__right .name {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}

.eleven .wrapper .eleven__right .profeccional {
  font-weight: bold;
  margin-bottom: 20px;
}

.eleven .wrapper .eleven__right .text {
  max-width: 699px;
  width: 100%;
  position: relative;
}

fz20px .eleven .wrapper .eleven__right .text::before {
  content: '';
  position: absolute;
  left: -64px;
  top: 5px;
  width: 35px;
  height: 29px;
  background-size: contain;
  background-repeat: no-repeat;
  background: url(../fonts/qvouts.svg);
}

.eleven .wrapper .eleven__right .btn {
  margin-top: 40px;
  width: 201px;
  font-size: 28px;
  padding-top: 8px;
}

.twelve {
  padding: 120px 0 240px;
  background: #F8F4FE;
  background-image: url(../fonts/bigLogo.svg);
  background-size: 730px 1082px;
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 1331px;
  margin-top: 130px;
}

.twelve .wrapper .twelve__title {
  font-size: 40px;
  line-height: 56px;
  text-align: center;
  font-weight: 400;
  max-width: 670px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 40px;
}

.twelve .wrapper .mobile__slider-btn {
  display: none;
}

.twelve .wrapper .twelve__content {
  display: flex;
  justify-content: space-between;
}

.twelve .wrapper .twelve__content .twelve__content-column .main-composition {
  position: relative;
  left: -45px;
}

.twelve .wrapper .twelve__content .twelve__content-column .twelve__content-box img {
  margin-bottom: 20px;
  position: relative;
}

.twelve .wrapper .twelve__content .twelve__content-column:first-child {
  flex-basis: 40%;
}

.twelve .wrapper .twelve__content .twelve__content-column:nth-child(2) .twelve__content-box {
  position: relative;
  max-width: 305px;
  width: 100%;
  margin: 25px auto;
}

.twelve .wrapper .twelve__content .twelve__content-column:last-child {
  flex-basis: 40%;
}

.twelve .wrapper .twelve__content .twelve__content-column:last-child .twelve__content-box {
  max-width: 411px;
  width: 100%;
}

.twelve .wrapper .twelve__content .twelve__content-column .twelve__content-box {
  margin-bottom: 60px;
  max-width: 561px;
  width: 100%;
}

.thirteen {
  position: relative;
  top: -150px;
}

.thirteen .wrapper {
  background: #fff;
  box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.05);
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: space-between;
}

.thirteen .wrapper .thirteen__left {
  flex-basis: 45%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.thirteen .wrapper .thirteen__left img {
  object-fit: cover;
  width: 100%;
}

.thirteen .wrapper .thirteen__rigth {
  flex-basis: 45%;
  position: relative;
}

.thirteen .wrapper .thirteen__rigth::before {
  position: absolute;
  content: '';
  top: -40px;
  right: 40px;
  background: url(../fonts/RECHIOL.svg);
  height: 547px;
  width: 99px;
  background-repeat: no-repeat;
  background-size: contain;
}

.thirteen .wrapper .thirteen__rigth .thirteen__rigth-title {
  font-size: 40px;
  line-height: 56px;
  font-weight: 400;
  margin-bottom: 40px;
}

.thirteen .wrapper .thirteen__rigth .num {
  font-size: 36px;
  line-height: 49px;
  text-transform: uppercase;
  color: #EBA4A6;
}

.thirteen .wrapper .thirteen__rigth .thirteen__rigth-box {
  margin-bottom: 30px;
}

.thirteen .wrapper .thirteen__rigth .thirteen__rigth-box .btn {
  font-weight: bold;
  font-size: 28px;
  line-height: 29px;
  text-align: center;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #FFFFFF;
  background: linear-gradient(90deg, #F8D4D2 0%, #EBA4A6 92.54%);
  box-shadow: inset 0px 4px 10px rgba(255, 255, 255, 0.15);
  border-radius: 33px;
  border: none;
  display: flex;
  text-decoration: none;
  justify-content: center;
  align-items: center;
  font-family: 'Rosario', sans-serif;
  cursor: pointer;
  height: 66px;
  transition: all 0.4s linear;
  width: 260px;
  height: 75px;
  padding-top: 5px;
  margin-top: 20px;
}

.thirteen .wrapper .thirteen__rigth .thirteen__rigth-box .btn img {
  position: relative;
  left: 10px;
}

.slider {
  margin-bottom: 120px;
}

.slider .wrapper {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.slider .wrapper::before {
  content: '';
  position: absolute;
  left: 0;
  top: 80px;
  width: 315px;
  height: 458px;
  background: url(../images/list.png);
}

.slider .wrapper::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: -90px;
  width: 194px;
  height: 323px;
  background: url(../images/decorflower.png);
}

.slider .wrapper .slider__title {
  font-size: 40px;
  line-height: 56px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 99px;
}

.slider .wrapper .slider__wrapper {
  max-width: 660px;
  width: 100%;
  display: flex;
  text-align: center;
}

.slider .wrapper .slider__wrapper .slide {
  display: none;
}

.slider .wrapper .slider__wrapper .slide.active {
  display: block;
}

.slider .wrapper .slider__wrapper .slider__review {
  font-size: 22px;
  line-height: 26px;
  font-family: Rosarivo;
  font-style: italic;
  margin-bottom: 15px;
  position: relative;
}

.slider .wrapper .slider__wrapper .slider__review::before {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 35px;
  top: -59px;
  height: 29px;
  background: url(../fonts/qvouts.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.slider .wrapper .slider__wrapper .slider__review::after {
  content: '';
  position: absolute;
}

.slider .wrapper .slider__wrapper .name-user {
  font-size: 18px;
  line-height: 25px;
  text-align: center;
  color: #EBA4A6;
}

.slider .wrapper .slider-nav {
  gap: 20px;
  margin-top: 30px;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  z-index: 100;
}

.slider .wrapper .slider-nav .slider-avatar {
  cursor: pointer;
  width: 100%;
  opacity: .4;
}

.slider .wrapper .slider-nav .slider-avatar.active {
  border: 4px solid #BC87BC;
  border-radius: 50%;
  opacity: 1;
}

/* .slider .wrapper .slider-nav .slider-avatar.active {
  border: 4px solid #BC87BC;
  border-radius: 50%;
} */
.order .wrapper {
  background: url(../fonts/form-rech.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  min-height: 575px;
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.order .wrapper .order-left .order-left-title {
  font-size: 40px;
  line-height: 56px;
  font-weight: 400;
  margin-bottom: 15px;
}

.order .wrapper .order-left .order-left-descr {
  margin-bottom: 15px;
}

.order .wrapper .order-left .discount {
  background: #BC87BC;
  box-shadow: inset 0px 4px 10px rgba(255, 255, 255, 0.15);
  border-radius: 33px;
  width: 178px;
  height: 60px;
  font-size: 22px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  margin-bottom: 30px;
}

.order .wrapper .order-left .price-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 193px;
  width: 100%;
}

.order .wrapper .order-left .new__price {
  font-weight: bold;
  font-size: 40px;
  line-height: 54px;
  color: #BC87BC;
  font-family: 'Noto Sans', sans-serif;
  text-align: center;
}

.order .wrapper .order-left .old__price {
  font-size: 30px;
  line-height: 41px;
  font-family: 'Noto Sans', sans-serif;
  text-decoration-line: line-through;
  color: #3C3C3C;
  opacity: 0.5;
}

.order .wrapper .order-form {
  background: rgba(252, 240, 234, 0.5);
  min-height: 575px;
  max-width: 710px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}

.order .wrapper .order-form::after {
  content: "";
  position: absolute;
  left: -236px;
  top: 50%;
  transform: translateY(-50%);
  width: 396px;
  height: 472px;
  background: url(../images/FORMPROD.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.order .wrapper .order-form .form div {
  max-width: 309px;
  width: 100%;
  background: #FFFFFF;
  border-radius: 33px;
  margin-bottom: 15px;
  height: 66px;
  display: flex;
  padding-left: 30px;
  align-items: center;
}

.order .wrapper .order-form .form div input {
  height: 100%;
  display: block;
  width: 95%;
  border: none;
  outline: none;
  background: transparent;
}

.order .wrapper .order-form .form div select {
  display: block;
  width: 95%;
  border: none;
  outline: none;
  background: transparent;
}

.order .wrapper .order-form .form .btn {
  margin-top: 25px;
  width: 309px;
}

.order .wrapper .order-form .form .btn img {
  position: relative;
  left: 20px;
}

.footer {
  margin-top: 120px;
  background: #BC87BC;
}

.footer .wrapper {
  padding: 40px 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
}

.footer .wrapper p {
  color: #fff;
  font-size: 18px;
}

.footer .wrapper p a {
  text-decoration: none;
  color: #fff;
  cursor: pointer;
}

.footer .wrapper .logo-footer {
  display: flex;
  justify-content: center;
}

.footer .wrapper .pages {
  display: flex;
  justify-content: flex-end;
}

@media screen and (max-width: 460px) {
  .block_8-title {
    display: none;
  }

  .five .wrapper .five__right .five__right-bottom .card {
    max-width: 287px;
  }

  .mbdn {
    display: none !important;
  }

  .mb-photo {
    width: 100%;
    position: relative;
    left: -45px;
  }

  .mbdb {
    display: block;
  }

  .burger__active {
    display: none;
  }

  .three .wrapper .three__right .btn img {
    position: relative;
    left: -2px;
  }

  .seven .wrapper .seven__right .btn img {
    position: relative;
    left: -3px;
  }

  .burger__active-wrapper {
    width: 100%;
    background: #fcf0ea;
    padding: 40px 20px;
    z-index: 10;
    position: fixed;
    top: 0;
  }

  .burger__active-wrapper ul {
    list-style: none;
  }

  .burger__active-wrapper ul li {
    margin-bottom: 30px;
  }

  .burger__active-wrapper ul li:first-child {
    margin-top: 30px;
  }

  .burger__active-wrapper ul a {
    text-decoration: none;
    font-size: 24px;
    line-height: 33px;
    font-family: Noto Sans;
    color: #3C3C3C;
  }

  .modal__bg {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    right: 0;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    z-index: 10;
    display: none;
  }

  .one {
    background: #fcf0ea;
  }

  .one .wrapper {
    max-width: 100%;
    width: 100%;
    position: relative;
    padding: 40px 20px;
  }

  .one .wrapper::after {
    content: '';
    position: absolute;
    background: url(../fonts/small_rechiol.svg);
    width: 320px;
    height: 51px;
    left: 50%;
    background-size: contain;
    background-repeat: no-repeat;
    transform: translateX(-50%);
    bottom: -10px;
  }

  .one .wrapper .nav .nav__burger-menu {
    display: block;
    cursor: pointer;
    z-index: 20;
  }

  .one .wrapper .nav .nav__burger-menu.change {
    position: fixed;
    right: 20px;
  }

  .one .wrapper .nav .nav__burger-menu.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(0px, 0px);
    transform: rotate(-45deg) translate(0px, 0px);
    width: 28px;
  }

  .one .wrapper .nav .nav__burger-menu.change .bar2 {
    -webkit-transform: rotate(45deg) translate(-7px, -7px);
    transform: rotate(45deg) translate(-7px, -7px);
  }

  .one .wrapper .nav .nav__burger-menu .bar1 {
    width: 34px;
    height: 2px;
    background-color: #333;
    margin: 4px 0;
    transition: 0.4s;
    border-radius: 2px;
  }

  .one .wrapper .nav .nav__burger-menu .bar2 {
    text-align: right;
    float: right;
    width: 28px;
    height: 2px;
    border-radius: 2px;
    background-color: #333;
    margin: 4px 0;
    transition: 0.4s;
  }

  .one .wrapper .nav .nav_list {
    display: none;
  }

  .one .wrapper .nav .nav__logo img {
    max-width: 183px;
  }

  .one .wrapper .header {
    flex-direction: column;
    margin-top: 77px;
  }

  .one .wrapper .header .header__content {
    order: 1;
  }

  .one .wrapper .header .btn {
    position: absolute;
    margin-bottom: 70px;
    top: 900px;
    z-index: 20;
  }

  .one .wrapper .header .header__img {
    order: 2;
    margin-left: 0;
    margin-top: 20px;
  }

  .one .wrapper .header .header__img img {
    max-width: 100%;
  }

  .one .wrapper .header .header__title {
    font-size: 60px;
    line-height: 84px;
    font-weight: 400;
  }

  .one .wrapper .header .header__after-title {
    font-weight: 400;
    font-size: 36px;
    line-height: 120%;
    margin-bottom: 15px;
  }

  .two .wrapper {
    padding: 50px 20px;
    flex-direction: column;
  }

  .two .wrapper .two__left .two__left-title {
    font-size: 28px;
    line-height: 39px;
    font-weight: 400;
    margin-bottom: 15px;
  }

  .two .wrapper .two__right {
    margin-top: 30px;
    flex-wrap: wrap;
    margin-left: 0;
    justify-content: center;
  }

  .two .wrapper .two__right .two__right-item {
    width: 135px;
    height: 135px;
    margin: 10px 0px;
  }

  .two .wrapper .two__right .two__right-item .right-item__num {
    font-size: 30px;
  }

  .two .wrapper .two__right .two__right-item .right-item__text {
    font-weight: bold;
    font-size: 14px;
    line-height: 19px;
  }

  .three {
    background: #f9f9f9;
    margin-bottom: 50px;
    overflow: hidden;
  }

  .three .wrapper {
    flex-direction: column;
    background: none;
    padding: 40px 20px !important;
  }

  .three .wrapper::after {
    transform: scaleX(-1) rotate(-34deg);
    z-index: 0;
    height: 160px;
    width: 160px;
    background-repeat: no-repeat;
    bottom: 50px;
  }

  .three .wrapper .three__right {
    width: 100%;
    margin: 0 auto;
    order: 1;
    margin-bottom: 40px;
  }

  .three .wrapper .three__right .btn {
    width: 100%;
  }

  .three .wrapper .three__right .three__right-title {
    font-size: 28px;
    line-height: 39px;
  }

  .three .wrapper .three__left {
    z-index: 2;
    position: relative;
    order: 2;
  }

  .three .wrapper .three__left img {
    width: 342px;
  }

  .four .wrapper {
    text-align: center;
    padding: 0 20px;
  }

  .four .wrapper .four__title {
    font-size: 28px;
    line-height: 39px;
  }

  .four .wrapper .four__text {
    font-size: 20px;
    line-height: 150%;
  }

  .five .wrapper {
    flex-direction: column;
    padding: 20px;
  }

  .five .wrapper .five__left {
    margin-bottom: 30px;
  }

  .five .wrapper .five__left img {
    max-width: 100%;
  }

  .five .wrapper .five__right {
    width: 100%;
    position: relative;
  }

  .five .wrapper .five__right::after {
    content: '';
    position: absolute;
    left: -70px;
    top: -60px;
    background: url(../fonts/4logo.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 128px;
    height: 189px;
    z-index: 0;
  }

  .five .wrapper .five__right .five__right-top {
    z-index: 3;
    position: relative;
  }

  .five .wrapper .five__right .five__right-top img {
    display: none;
  }

  .five .wrapper .five__right .five__right-bottom {
    margin-top: 30px;
    flex-direction: column;
    align-items: center;
    padding-left: 0;
  }

  .five .wrapper .five__right .five__right-bottom .card+.card {
    margin-top: 20px;
  }

  .six {
    background: #fcf0ea;
    margin-top: 50px;
    margin-bottom: 0;
  }

  .six .wrapper {
    padding: 50px 20px;
    flex-direction: column;
  }

  .six .wrapper .six__left::after {
    position: absolute;
    content: '';
    width: 50px;
    height: 340px;
    top: 354px;
    background: url(../fonts/rechoil-6.svg);
    background-repeat: no-repeat;
  }

  .six .wrapper .six__left .six__left-title {
    font-size: 28px;
    line-height: 39px;
  }

  .six .wrapper .six__right {
    margin-top: 374px;
    min-height: auto;
  }

  .six .wrapper .six__right .six__right-title {
    font-size: 18px;
    line-height: 19px;
    font-weight: bold;
  }

  .six .wrapper .six__right .six__right-bottom {
    justify-content: space-between;
  }

  .six .wrapper .six__right .six__right-bottom .scale {
    width: 33%;
  }

  .six .wrapper .six__right .six__right-bottom .scale p {
    font-size: 16px;
    line-height: 140%;
  }

  .six .wrapper .six__right .six__right-bottom .scale+.scale {
    margin: 0;
  }

  .six .wrapper .six__right::before {
    content: '';
    position: absolute;
    left: 50%;
    top: -335px;
    transform: translateX(-50%);
    width: 120px;
    height: 314px;
    background-size: contain;
    background-repeat: no-repeat;
    background: url(../images/product.png);
  }

  .seven {
    margin-bottom: 50px;
  }

  .seven .wrapper {
    flex-direction: column;
    background: #f9f9f9;
    padding: 50px 20px 0 20px;
  }

  .seven .wrapper::after {
    display: none;
  }

  .seven .wrapper::before {
    background: url(../images/seven_leafe.png);
    width: 82px;
    height: 68px;
    background-size: cover;
    right: 35px;
    top: 30px;
    background-repeat: no-repeat;
  }

  .seven .wrapper .seven__left {
    order: 2;
    position: relative;
    z-index: 2;
  }

  .seven .wrapper .seven__left::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 15px;
    transform: translateX(-50%);
    background-repeat: no-repeat;
    background-size: contain;
    width: 320px;
    height: 51px;
    z-index: -1;
    background: url(../fonts/small_rechiol.svg);
  }

  .seven .wrapper .seven__left img {
    width: 100%;
  }

  .seven .wrapper .seven__left img.seven__left-desk {
    display: none;
  }

  .seven .wrapper .seven__left img.seven__left-mob {
    margin-top: 6px;
    display: block;
  }

  .seven .wrapper .seven__right {
    order: 1;
    padding: 0;
  }

  .seven .wrapper .seven__right .seven__right-title {
    font-size: 28px;
    line-height: 39px;
    margin-bottom: 10px;
  }

  .seven .wrapper .seven__right .seven__right-after-title {
    font-size: 14px;
    line-height: 19px;
  }

  .seven .wrapper .seven__right .seven__right-text {
    font-size: px;
    line-height: 150%;
  }

  .seven .wrapper .seven__right .btn {
    width: 100%;
  }

  .eight {
    padding-bottom: 20px;
  }

  .eight .wrapper .eight__title {
    font-size: 28px;
    line-height: 39px;
  }

  .nine {
    padding: 0 20px;
  }

  .nine .wrapper {
    padding: 30px 0;
  }

  .nine .wrapper .nine-top .nine-top__problema {
    padding-left: 80px;
  }

  .nine .wrapper .nine-top .nine-top__problema p {
    padding-right: 20px;
  }

  .nine .wrapper .nine-bottom {
    flex-direction: column;
  }

  .nine .wrapper .nine-bottom .area {
    padding-left: 20px;
  }

  .nine .wrapper .nine-bottom .timing {
    padding: 0 20px;
  }

  .nine .wrapper .nine-bottom .nine-bottom__right {
    padding-top: 30px;
  }

  .ten .wrapper {
    flex-direction: column;
    padding: 0 20px;
  }

  .ten .wrapper .box {
    padding: 30px 0;
    width: 100%;
    margin-bottom: 20px;
  }

  .ten .wrapper .box .box__name {
    text-align: center;
  }

  .ten .wrapper .box .box__problema {
    padding-left: 80px;
    padding-right: 20px;
  }

  .ten .wrapper .box .box__timing {
    padding: 0 20px;
  }

  .ten .wrapper .box .box__content img {
    max-width: 100%;
  }

  .eleven {
    margin-top: 50px;
  }

  .eleven .wrapper {
    padding: 0 20px;
    flex-direction: column;
  }

  .eleven .wrapper .eleven__right .profeccional {
    margin-bottom: 59px;
  }

  .eleven .wrapper .eleven__right .text::before {
    left: 0;
    top: -39px;
  }

  .eleven .wrapper .eleven__right .btn {
    width: 100%;
  }

  .eleven .wrapper .eleven__left img {
    max-width: 100%;
  }

  .twelve {
    margin-top: 50px;
    padding: 50px 0;
    min-height: auto;
  }

  .twelve .wrapper {
    padding: 0 20px;
  }

  .twelve .wrapper .twelve__title {
    font-size: 28px;
    line-height: 39px;
  }

  .twelve .wrapper .mobile__slider-btn {
    display: flex;
    justify-content: center;
  }

  .twelve .wrapper .mobile__slider-btn .btn__prev {
    margin-right: 10px;
  }

  .twelve .wrapper .twelve__content {
    flex-direction: column;
  }

  .twelve .wrapper .twelve__content .twelve__content-column#column1 {
    display: block;
  }

  .twelve .wrapper .twelve__content .twelve__content-column .twelve__content-box {
    font-size: 18px;
    margin-bottom: 25px;
  }

  .twelve .wrapper .twelve__content .twelve__content-column img {
    max-width: 100%;
  }

  .thirteen {
    top: 0;
  }

  .thirteen .wrapper {
    flex-direction: column;
    padding: 0 20px;
  }

  .thirteen .wrapper .thirteen__rigth {
    order: 1;
    padding: 50px 0;
  }

  .thirteen .wrapper .thirteen__rigth::before {
    display: none;
  }

  .thirteen .wrapper .thirteen__rigth .thirteen__rigth-title {
    font-size: 28px;
    line-height: 39px;
    margin-bottom: 25px;
  }

  .thirteen .wrapper .thirteen__rigth .thirteen__rigth-box .btn {
    width: 100%;
  }

  .thirteen .wrapper .thirteen__left {
    order: 2;
    margin-bottom: 89px;
    position: relative;
  }

  .thirteen .wrapper .thirteen__left::after {
    position: absolute;
    content: '';
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    width: 320px;
    height: 51px;
    background: url(../fonts/grey_rechoil.svg);
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 2;
  }

  .slider {
    margin-bottom: 50px;
  }

  .slider .wrapper {
    background: #fff;
    padding: 0 20px;
  }

  .slider .wrapper::before {

    width: 320px;
    height: 350px;
    background-repeat: no-repeat;
    background-size: contain;
    top: 100px;
  }

  .slider .wrapper::after {
    display: none;
  }

  .slider .wrapper .slider__title {
    font-size: 28px;
    line-height: 39px;
    margin-bottom: 64px;
  }

  .slider .wrapper .slider__wrapper .slider__review {
    font-size: 18px;
  }

  .slider .wrapper .slider__wrapper .slider__review::before {
    top: -40px;
  }

  .slider .wrapper .slider-nav .slider-avatar {
    padding: 0;
  }

  .order {
    background: #fcf0ea;
    overflow: hidden;
    margin-top: -155px;
  }

  .order-left {
    margin-right: 0 !important;
  }

  .order .wrapper {
    flex-direction: column;
    padding: 50px 20px;
  }

  .order .wrapper .order-form {
    min-height: auto;
    margin-top: 30px;
    /* margin-bottom: 446px; */
  }

  .order .wrapper .order-form::after {
    display: none;
  }

  .order .wrapper .order-form::before {
    position: absolute;
    content: '';
    width: 50px;
    left: 0;
    height: 340px;
    top: 354px;
    background: url(../fonts/rechoil-6.svg);
    background-repeat: no-repeat;
    transform: rotateX(180deg) rotateY(180deg);
  }

  .order .wrapper .order-left {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .order .wrapper .order-left .order-left-title {
    font-size: 28px;
    line-height: 39px;
    text-align: center;
    max-width: 320px;
    width: 100%;
  }

  .order .wrapper .order-left .discount {
    margin-bottom: 20px;
    font-size: 20px;
  }

  .footer {
    margin-top: 0;
  }

  .footer .wrapper {
    display: flex;
    flex-direction: column;
  }

  .footer .wrapper .column.copyright {
    order: 2;
    text-align: center;
  }

  .footer .wrapper .column.logo-footer {
    order: 1;
    margin-bottom: 20px;
  }

  .footer .wrapper .column.pages {
    order: 3;
  }
}

@media screen and (max-width: 1458px) {
  .wrapper {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
  }

  .two .wrapper .two__right .two__right-item {
    background: url(../images/Ellipse\ 1.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 170px;
    height: 170px;
    display: flex;
    flex-direction: column;
    color: #fff;
    text-align: center;
    align-items: center;
    justify-content: center;
  }

  .two .wrapper .two__right .two__right-item .right-item__num {
    font-size: 18px;
  }

  .two .wrapper .two__right .two__right-item .right-item__text {
    font-size: 18px;
  }

  .two .wrapper .two__right .two__right-item .two .wrapper .two__left {
    flex-basis: 25%;
    margin-left: 10px;
  }

  .two .wrapper .two__right .two__right-item .two .wrapper .two__right {
    margin-left: 68px;
    flex-basis: 73%;
    display: flex;
    justify-content: space-between;
  }

  .five .wrapper {
    padding: 0 15px;
  }

  .five .wrapper .five__left img {
    margin-bottom: 40px;
    width: 100%;
  }

  .one .wrapper nav {
    padding: 0 15px;
  }

  .six .wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .five .wrapper {
    display: flex;
    justify-content: center;
  }

  .three .wrapper {
    padding: 0;
  }

  .eleven__left img {
    width: 100%;
  }

  .six .wrapper .six__left p {
    max-width: 370px;
    width: 100%;
    font-size: 20px;
    line-height: 24px;
  }

  .six .wrapper .six__left .six__left-title {
    font-size: 40px;
    line-height: 56px;
    font-weight: 400;
    max-width: 400px;
    width: 100%;
    margin-bottom: 20px;
  }

  .twelve .wrapper .twelve__content .twelve__content-column .main-composition {
    position: relative;
    left: -45px;
    width: 100%;
  }

  .order .wrapper {
    justify-content: center;
  }

  .order .wrapper .order-form {
    max-width: 600px;
  }

  .order-left {
    margin-right: 50px;
  }
}

.order__inp {
  position: relative;
}

.js__help {
  position: absolute;
  background-color: rgb(231, 76, 60) !important;
  border: 1px dashed black;
  border-radius: 5px !important;
  color: white;
  font-size: 14px !important;
  width: auto !important;
  padding: 0px 5px !important;
  height: auto !important;
  top: -30px;
  left: 20px;
  visibility: hidden;
}

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

.price {
  position: absolute;
  top: 355px;
  left: 260px;
  color: #ffdb00;
  text-align: right;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 14px;
  /* position: relative; */
  width: 420px;
}

.price__bg {
  background: #bc87bc;
  padding: 15px 40px 15px 200px;
  border-radius: 100px;
  position: relative;
  z-index: 2;
}


.old__price {
  color: #c7c6ea;
  text-decoration: line-through;
  margin-bottom: 5px;
}

.old__price b {
  font-size: 14px;
  display: inline;
}

.price b {
  font-size: 30px;
  font-weight: 700;
  display: block;
}

.price .new {
  font-size: 40px !important;
}

.price::before {
  content: "";
  background: url(./btn-sdw.png) no-repeat;
  position: absolute;
  right: -55px;
  bottom: -110px;
  width: 482px;
  height: 167px;
  background-size: contain;
}

.sale {
  top: -78px;
  left: 421px;
  z-index: 6;
  position: absolute;
  font-family: "Caveat", cursive;
  color: #332c4b;
  text-align: center;
  background: url(./discount.png) no-repeat;
  width: 150px;
  height: 140px;
  background-size: contain;
  font-size: 23px;
  float: right;
  line-height: 0.7;
  padding: 32px 10px;
  /* margin-bottom: 60px;
  margin-right: 40px; */
}

.sale__amount {
  font-weight: 700;
  display: block;
  font-size: 72px;
}

@media (max-width:450px) {
  .price {
    left: 0;
    top: 245px;
    text-align: left;
    width: 310px;
  }

  .slider .wrapper .slider-nav {
    gap: 5px;
  }

  .sale {
    width: 100px;
    height: 100px;
    top: -20px;
    left: 110px;
    padding: 20px 10px;
    font-size: 18px;
  }

  .sale__amount {
    font-size: 45px;
  }

  .price__bg {
    padding: 15px 100px 15px 25px;
    width: 260px;
  }

  .price span {
    display: none;
  }

  .old__price b {
    font-size: 17px;
    display: block;
  }

  .price .new {
    font-size: 20px !important;
  }

  .price::before {
    right: -170px;
    bottom: -110px;
  }

  /* .price {
    position: absolute;
    top: 195px;
    left: 0px;
    width: 250px;
  }
  .price__bg {
    padding: 15px 15px 15px 15px;
    text-align: center;
  } */
}



.sec9 {
  margin-top: -100px;
  padding-top: 100px;
  padding-bottom: 365px;
  z-index: 10;
  position: relative;
}

.sec9 .skew {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transform: skewY(-5deg);
  overflow: hidden;
}

.sec9 .skew_img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: skewY(0deg);
  z-index: 0;

}

.sec9 .skew_img:before {
  content: '';
  display: block;
  width: 120%;
  height: 185%;
  background: url(./sec9__bg2.jpg) no-repeat center /cover;
  position: absolute;
  top: -885px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 20;
}

.sec9 .wrapper::before {
  content: "";
  background: url(./spr.png) no-repeat;
  background-position: -50px -951px;
  width: 52px;
  height: 68px;
  position: absolute;
  bottom: 270px;
  left: 20px;
}

.sec9__title {
  color: #d40a69;
  text-align: center;
  line-height: 1;
  font-size: 48px;
  margin-bottom: 30px;
}

.sec9__title span {
  display: block;
}

.sec9__list {
  font-size: 0;
  position: relative;
}

.sec9__list::after {
  content: "";
  background: url(./spr.png) no-repeat;
  background-position: -50px -1509px;
  width: 46px;
  height: 54px;
  position: absolute;
  bottom: -60px;
  right: 10px;
  z-index: 1;
}

.sec9__item {
  display: inline-block;
  vertical-align: top;
  width: 30%;
  margin-right: 5%;
  font-size: 16px;
}

.sec9__item:last-child {
  margin-right: 0;
}

.inst {
  background: #fff;
  box-shadow: 0 3px 9px 1px rgba(0, 0, 0, 0.15);
}

.inst__header {
  padding: 8px 20px 8px 13px;
  font-size: 13px;
  position: relative;
}

.inst__header::after {
  content: "";
  display: table;
  clear: both;
}

.inst__header::before {
  content: "";
  position: absolute;
  right: 13px;
  top: 49%;
  background: linear-gradient(to right,
      #000 0,
      #000 3px,
      #fff 0,
      #fff 5px,
      #000 0,
      #000 8px,
      #fff 0,
      #fff 10px,
      #000 0,
      #000 13px);
  width: 13px;
  height: 3px;
}

.inst__ava {
  display: inline-block;
  vertical-align: middle;
  padding-right: 8px;
  width: 25%;
  max-width: 39px;
}

.inst__ava img {
  border-radius: 50%;
}

.inst__name {
  display: inline-block;
  vertical-align: middle;
  font-weight: 700;
  width: 75%;
}

.inst__body {
  padding: 8px 13px;
  line-height: 1.4;
  min-height: 460px;
}

.inst__likes {
  font-weight: 700;
  font-size: 15px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.inst__tags {
  color: #032f94;
  margin-top: 8px;
  margin-bottom: 20px;
}

.inst__footer {
  text-transform: uppercase;
  color: #999999;
  font-size: 10px;
  padding: 8px 13px 15px 13px;
}

.smile-in-love {
  background-image: url(./spr.png);
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: baseline;
  width: 19px;
  height: 19px;
  background-position: -50px -6224px;
}

.smile-wink {
  background-image: url(./spr.png);
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: baseline;
  width: 22px;
  height: 22px;
  background-position: -50px -6343px;
}

.sec9__bottom {
  position: relative;
}

.sec9__bottom::before {
  content: "";
  background: linear-gradient(transparent 60%, rgba(255, 255, 255, 0.5));
  border-radius: 50%;
  position: absolute;
  bottom: -320px;
  left: 50%;
  transform: translateX(-50%);
  width: 1150px;
  height: 1150px;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.2);
}

.sec9 .product-name {
  font-size: 140px;
}

.sec9__table {
  font-size: 0;
  position: relative;
}

.sec9__table::before {
  content: "";
  background: url(../images/composition_dec.png) no-repeat;
  background-size: contain;
  width: 490px;
  height: 610px;
  position: absolute;
  top: -130px;
  left: 50%;
  transform: translateX(-50%);
}

.sec9__table::after {
  content: "";
  display: table;
  clear: both;
}

.sec9__table-left {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
  font-size: 24px;
  color: #3d346f;
  text-transform: uppercase;
}

.sec9__arrow {
  position: relative;
  z-index: 1;
  font-weight: 700;
}

.sec9__arrow svg {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 100%;
}

.sec9__arrow p {
  max-width: 370px;
  text-align: right;
  position: relative;
  z-index: 1;
  padding: 85px 0;
  padding-left: 100px;
  text-transform: lowercase;
}

.sec9__table-right {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
  font-size: 22px;
  line-height: 1.3;
  position: relative;
  color: #7d6ab1;
  text-align: center;
  font-weight: 700;
}

.sec9__circle {
  display: table;
  width: 320px;
  min-height: 320px;
  background: rgba(255, 255, 255, 0.63);
  box-shadow: 0 5px 17px 0 rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  margin-left: 240px;
  position: relative;
}

.sec9__circle::before {
  content: "";
  background: url(./spr.png) no-repeat;
  background-position: -50px -1119px;
  width: 65px;
  height: 98px;
  position: absolute;
  bottom: -64px;
  left: 29%;
}

.sec9__circle span {
  display: table-cell;
  vertical-align: middle;
  padding: 20px;
}

.label {
  background: url(./discount2.png) no-repeat;
  width: 109px;
  height: 140px;
  position: absolute;
  right: 420px;
  top: 200px;
  color: #fff;
  text-align: center;
  padding-top: 60px;
  line-height: 1;
  font-size: 17px;
}

.label::before {
  content: "";
  background: url(./sec9__circle-arrow.png) no-repeat;
  width: 97px;
  height: 62px;
  position: absolute;
  right: -71px;
  top: 66px;
}

.label i {
  font-family: "Caveat", cursive;
  transform: rotate(-18deg);
  display: block;
  max-width: 85px;
}

.label b {
  color: #ffdb00;
  display: block;
  transform: rotate(-26deg);
  font-size: 29px;
  max-width: 100px;
}


@media(max-width:991px) {
  .sec9 {
    margin-top: 100px;
    padding-top: 50px;
    padding-bottom: 200px;
  }

  .sec9 .skew {
    height: 85%;
  }

  .sec9 .skew_img {
    height: 100%;
  }

  .sec9 .skew_img:before {
    height: 222%;
  }

  .sec9__title {
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 20px;
  }



  .inst__body {
    min-height: 0;
  }

  .sec9 .product-name {
    z-index: 2;
  }

  .sec9__table::before {

    width: 364px;
    height: 432px;
    top: -16px;
    left: 43%;
    transform: translateX(-50%) rotate(0);
  }

  .sec9__bottom::before {
    display: none;
    bottom: -240px;
    width: 560px;
    height: 560px;
  }

  .label {
    left: auto;
    top: 56px;
    right: 5px;
    z-index: 4;
  }

  .sec9__table-left,
  .sec9__table-right {
    display: block;
    width: 100%;
  }

  .sec9__arrow {
    max-width: 220px;
    margin-left: -55px;
    margin-top: 28px;
  }

  .sec9__arrow p {
    max-width: none;
    padding: 65px 0;
    padding-left: 50px;
    font-size: 17px;
    text-transform: lowercase;
    line-height: .9;
    padding-right: 45px;
  }

  .sec9__table-right {
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
  }

  .sec9__circle {
    display: table;
    width: 210px;
    min-height: 210px;
    margin-top: -50px;
    font-size: 17px;
    margin-left: calc(50% - 60px);
  }

  .sec9__table {
    padding-top: 180px;
  }

  .label::before {
    display: none;
  }

  .sec9__arrow::before {
    content: "";
    background: url(./sec9__circle-arrow.png) no-repeat;
    width: 77px;
    height: 62px;
    position: absolute;
    right: -61px;
    top: 76px;
    transform: rotate(26deg);
    background-size: contain;
  }

  .sec9__circle::before {
    content: "";
    background: url(./spr.png) no-repeat;
    background-position: -50px -1119px;
    position: absolute;
    right: 30px;
    bottom: -55px;
    width: 68px;
    left: auto;
    height: 98px;
  }

  .sec9__bottom::after {
    content: "";
    background: url(./spr.png) no-repeat;
    position: absolute;
    top: 270px;
    left: -60px;
    width: 52px;
    height: 68px;
    background-position: -50px -951px;
  }

}


/*FIXED_LINE*/

.fixed_line {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;

  width: 100%;
  padding: 25px 0 15px;

  background: rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: 0 0 10px 0 #a7a7a7;
  box-shadow: 0 0 10px 0 #a7a7a7;
}

.fixed_line .container {
  display: flex;
  justify-content: center;
}

.fixed-text {
  display: inline-block;
  width: 500px;
  margin-right: 30px;

  font-size: 24px;
  font-family: 'Rosario', sans-serif;
  vertical-align: middle;
  color: #323232;
  text-transform: uppercase;
}

.fixed-btn {
  display: inline-block;
  width: 180px;
  height: 48px;
  padding: 10px;

  font-weight: bold;
  font-size: 24px;
  vertical-align: middle;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;

  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(218, 0, 17, 1)), color-stop(100%, rgba(160, 30, 31, 1)));
  background: -webkit-radial-gradient(center, ellipse cover, rgba(218, 0, 17, 1) 0%, rgba(160, 30, 31, 1) 100%);
  background: -webkit-radial-gradient(center ellipse, rgba(218, 0, 17, 1) 0%, rgba(160, 30, 31, 1) 100%);
  background: radial-gradient(ellipse at center, rgba(218, 0, 17, 1) 0%, rgba(160, 30, 31, 1) 100%);
  border-radius: 5px;

  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.fixed-btn:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.fixed_line .counter-wrap {
  display: inline-block;
  margin: -20px 30px 0 0;

  vertical-align: middle;
}

.fixed_line .timer_title {
  margin-bottom: 5px;

  font-size: 14px;
}

.counter-wrap {
  width: 200px;
  margin: 0 auto 20px;

  text-align: center;
}

.timer_title {
  margin-bottom: 10px;

  font-weight: bold;
  font-size: 20px;
  text-transform: uppercase;
}

.count-list {
  width: 100%;

  font-size: 0;
}

.count-list li {
  position: relative;

  display: inline-block;
  width: 50px;
  height: 50px;
  margin-right: 25px;
  padding-top: 13px;

  font-weight: bold;
  font-size: 20px;
  vertical-align: top;
  color: #ffffff;
  text-transform: uppercase;

  background: #bc87bc;
  /* safari4+,chrome */
  border-radius: 5px;
}

.count-list li:before {
  content: "";
  position: absolute;
  top: 15px;
  right: -15px;

  display: block;
  width: 5px;
  height: 5px;

  background: #497091;
  border-radius: 50%;
}

.count-list li:after {
  content: "";
  position: absolute;
  right: -15px;
  bottom: 15px;

  display: block;
  width: 5px;
  height: 5px;

  background: #497091;
  border-radius: 50%;
}

.count-list li:last-child {
  margin-right: 0;
}

.count-list li:last-child:before,
.count-list li:last-child:after {
  display: none;
}

.block_8-title {
  margin-bottom: 30px;
  font-weight: normal;
  font-size: 26px;
  text-align: center;
  text-transform: uppercase;
}

/*FIXED_LINE*/

@media screen and (max-width: 980px) {
  .fixed_line {
    display: none !important;
  }

  .one {
    margin-top: 0;
  }
}

.mb {
  display: none;
}

.twelve__content-box {
  padding-left: 15px;
  padding-right: 15px;
}

.br-mob {
  display: none;
}

.br-mb {
  display: none;
}

@media (max-width:450px) {
  .one .wrapper .header .header__content {
    margin-left: 0;
  }

  .mb {
    display: block;
  }

  .desc {
    display: none;
  }

  .one .wrapper .header .header__img img {
    margin-left: -5px;
  }
}

@media (max-width:375px) {
  .price {
    top: 220px;
  }

  .price__bg {
    width: 210px;
  }
}

@media (max-width:360px) {
  .price {
    top: 200px;
  }

  .one .wrapper .header .btn {
    top: 875px;
  }

  .sale {
    left: 80px;
  }

  .br-mb {
    display: block;
  }
}

@media (max-width:320px) {
  .price {
    top: 158px;
    left: -18px;
  }

  .price::before {
    width: 423px;
    right: -129px
  }

  .sale {
    left: 40px;
  }

  .br-mob {
    display: block;
  }
}