@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@300..700&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Pacifico&display=swap');

:root {
  /*Colors*/
  --primary: #fff2ea;
  --primary-light: #cc5490;
  --secondary: #ffae00;
  --secondary-light: #ffffff;
  --tertiary: rgba(255, 255, 255, 0.527);
  --tertiary-light: #00acb8;
  --light: #ffffff;
  --kaspi-color: #f24632;
  --kaspi-dark: #ce3221;

  /*Sizes*/
  --content_width: 480px;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: 'Montserrat', sans-serif;
  font-weight: normal;
  font-size: 18px;
  background-image: url(..//images/inherit/bgn1.webp);
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
}

/* Layout */

.content {
  max-width: var(--content_width) !important;
  margin: 0 auto;
}

/* First Screen - Block 1 */

.first-screen .content {
  padding-top: 20px;
}
.top-line {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.first-screen .promotion {
  --promotion-color: var(--secondary-light);
  --size: 40px;
  font-weight: bold;
  color: #006144;
  width: 505;
  height: var(--size);
  padding-left: 10px;
  font-size: 24px;
  line-height: 40px;
}
.first-screen .promotion__right {
  width: 130px;
  padding-left: 20px;
}
.first-screen .h1-title {
  margin-bottom: 25px;
  color: var(--secondary);
  font-size: 40px;
  text-shadow: 3px 2px var(--tertiary-light);
  text-align: center;
  position: relative;
}
.first-screen .h2-title {
  text-align: center;
  text-transform: lowercase !important;
  margin-top: -25px;
  font-size: 22px;
  margin-bottom: 10px;
  color: var(--secondary);
  text-shadow: 2px 1px var(--tertiary-light);
  position: relative;
  overflow: hidden;
}
.first-screen .product-image {
  width: 100%;
  /* height: 133vw; */
  border-top: 5px solid var(--tertiary);
}
.first-screen .square {
  width: 100vw;
  height: 100vw;
  border-top: 5px solid var(--tertiary);
}
.prices {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: linear-gradient(
    45deg,
    #000000 0%,
    #000 50%,
    #ff3300 50%,
    #ff9900 100%
  );
  margin-top: -9px;
}
.price {
  width: calc((100% - 30px) / 2);
  padding: 15px;
  color: var(--light);
  text-align: center;
}
.text {
  font-size: 14px;
}
.value {
  font-size: 20px;
  font-weight: bold;
}
.old-price .value {
  text-decoration: line-through;
}
.new-price {
  color: #fff;
}
.new-price .value {
  font-size: 24px;
  margin-top: -5px;
}

/* Advantages - Block 2 */

.advantages .items {
  padding: 20px 0;
  display: flex;
  justify-content: center;
}
.advantages .item {
  width: 33%;
  overflow: hidden;
  margin-right: 10px;
}
.advantages .item:first-child {
  margin-left: 10px;
}
.advantages-image {
  width: 100%;
  object-fit: cover;
  border-radius: 50%;
  border: 3px solid #ffffff;
}
.advantages-description {
  font-family: 'Comfortaa', 'Montserrat', sans-serif;
  font-weight: bold;
  color: #000;
  font-size: 16px;
  text-align: center;
}

/* Promo - Block 3 */

.promo .content {
  padding-bottom: 40px;
}
.promo .promotion {
  --size: 100px;
  --promotion-color: var(--secondary);
  color: #000;
  width: 280px;
  height: var(--size);
  padding: 10px;
  padding-right: 40px;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}
.kaspi__body {
  width: 240px;
  background-color: var(--kaspi-dark);
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  padding: 10px 5px 10px 45px;
  margin: 40px 0 0 auto;
  position: relative;
}
.kaspi__body span {
  font-weight: bold;
  text-transform: uppercase;
}
.kaspi-red {
  --size: 100px;
  width: var(--size);
  height: var(--size);
  border-radius: 50%;
  position: absolute;
  top: -10px;
  left: -64px;
  z-index: 3;
}
.kaspi-months,
.kaspi-procent {
  position: absolute;
  border: 1px solid var(--kaspi-color);
  border-radius: 50%;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  color: var(--kaspi-color);
  top: 200px;
}
.kaspi-months {
  --size: 80px;
  width: var(--size);
  height: var(--size);
  padding: 25px 5px;
  background-color: #ddd;
  font-size: 20px;
  line-height: 12px;
  top: -25px;
  left: -120px;
  z-index: 2;
}
.kaspi-months span {
  font-size: 7.5px;
}
.kaspi-procent {
  --size: 60px;
  width: var(--size);
  height: var(--size);
  padding: 25px 5px;
  background-color: #efefef;
  font-size: 12px;
  line-height: 10px;
  top: 45px;
  left: -100px;
  z-index: 1;
}
.kaspi-alternative {
  margin: 15px 0 15px auto;
  --size: 70px !important;
  padding-left: 40px !important;
  padding-right: 10px !important;
  text-align: right;
  color: #fff;
  --promotion-color: #bbb !important;
}
.kaspi-alternative span {
  color: #f24632;
}

/* About */

.about {
  margin: 0 10px 20px 10px;
  padding: 20px 5px;
  background-color: #c500c5;
  border-radius: 20px;
  text-align: center;
}
.about p {
  font-family: 'Comfortaa', 'Montserrat', sans-serif;
  margin-bottom: 15px;
  font-weight: bold;
  color: var(--light);
}

/* Description - Blocks 4, 6, 10 */

.description .content {
  height: 133vw;
}
.description img {
  width: 100%;
  /* height: 133vw; */
  border-top: 5px solid var(--tertiary);
  border-bottom: 5px solid var(--tertiary);
}
.lenght2 {
  /* height: 266vw; */
}
.lenght3 {
  height: 399vw;
}
.lenght4 {
  height: 532vw;
}
.square1 {
  height: 100vw;
}
.squares2 {
  height: 200vw;
}
.description .top {
  border-bottom: none;
}
.description .bot {
  border-top: none;
  margin-top: -10px;
}
.description .square {
  height: 100vw;
}

/* Usage - Block 5 */

.usage .content {
  padding: 20px 0 20px 20px;
  display: flex;
  flex-direction: column;
}
.usage .title {
  width: 80%;
  margin: 15px auto;
}
.usage__block {
  display: flex;
  align-items: center;
  background: linear-gradient(
    90deg,
    transparent 0%,
    transparent 15%,
    #0ee4e4 15%,
    #9417e7ea 100%
  );
}
.usage__block:not(:last-child) {
  margin-bottom: 20px;
}
.usage__image {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  border: 3px solid #0ee4e4;
  border-right: none;
}
.usage__desc {
  padding: 10px;
}
.usage__desc__title {
  font-size: 52px;
  margin-bottom: 5px;
  color: transparent;
  -webkit-text-stroke: 3px #00ff95;
  font-weight: bold;
  text-transform: uppercase;
}
.usage__desc__text {
  font-family: 'Comfortaa', 'Montserrat', sans-serif;
  font-size: 18px;
  line-height: 22px;
  color: #fff;
  padding: 10px;
}
.usage__desc__text strong {
  color: #5a2309;
  font-weight: bold;
  font-size: 5.5vw;
}
.usage1 .content {
  background-color: #0000005d;
}
.usage1 .usage__block {
  padding-right: 20px;
  background: none;
  align-items: start;
}
.usage1 .usage__block:nth-child(2n + 1) {
  flex-direction: row-reverse;
  text-align: right;
}
.usage1 img {
  width: 130px;
  height: 130px;
  border: 3px solid #fff;
  border-radius: 50%;
}
.usage1 .usage__desc__text {
  font-family: 'Comfortaa', 'Montserrat', sans-serif;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  color: #000;
  padding: 10px;
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0.671);
}

/* Charackteristics -- Block 7 */

.characteristics .content {
  padding: 20px;
  text-align: center;
}
.characteristics__block {
  display: flex;
  align-items: center;
  border-radius: 50px;
  border: 2px solid #fff;
  background-color: rgba(255, 255, 255, 0.6);
  text-align: center;
}
.characteristics__block:not(:last-child) {
  margin-bottom: 20px;
}

.characteristics__block:nth-child(2n) {
  flex-direction: row-reverse;
}
.characteristics__block:nth-child(2n) .characteristics__image {
  border-radius: 0 47px 47px 0;
  border-left: 3px solid #fff;
}
.characteristics__block:nth-child(2n + 1) .characteristics__image {
  border-radius: 47px 0 0 47px;
  border-right: 3px solid #fff;
}
/*
.characteristics__block
.characteristics__image {
    border-radius: 47px 0 0 47px;  
    border-right: 5px solid #ff7300; 
}
*/
.characteristics__image {
  width: 60%;
  height: 39vw;
  object-fit: cover;
}
.characteristics__desc {
  font-family: 'Comfortaa', 'Montserrat', sans-serif;
  width: 100%;
  font-size: 5vw;
  line-height: 5vw;
  padding: 10px;
  font-weight: bold;
  color: #000;
}
.characteristics__desc strong {
  text-transform: uppercase;
  color: #ff2600;
}

/* Feedback - Block 8 */

.feedback .content {
  padding: 20px 0;
  min-height: 500px;
}
.feedback .container {
  width: 90%;
  margin: 0 auto;
  padding: 20px 0;
  border: 3px solid #048166;
  background-color: #fff;
  border-radius: 20px;
  position: relative;
}
.feedback__title {
  text-align: center;
  font-size: 24px;
  line-height: 26px;
  margin-bottom: 0 !important;
  background: none !important;
  color: #006134 !important;
}
.feedback__item {
  display: none;
  padding: 20px;
}
.feedback__no-photo .feedback__item {
  padding: 20px 50px;
}
.feedback__item img {
  border-radius: 8px;
  width: 100%;
}
.feedback__item p {
  padding: 14px 0;
  color: #000;
}
.feedback__no-photo .feedback__item p {
  position: relative;
}
.feedback__no-photo .feedback__item p::after {
  position: absolute;
  display: block;
  content: '';
  width: 30px;
  height: 24px;
  bottom: -15px;
  right: 0;
  background-image: url('../images/inherit/quote.png');
  background-repeat: no-repeat;
  background-size: cover;
}
.feedback__item p,
.author-age {
  font-size: 14px;
}
.feedback__item-author {
  position: relative;
}
.feedback__no-photo .feedback__item-author {
  display: flex;
}
.feedback__no-photo .feedback__item-author img {
  width: 70px;
  height: 70px;
  margin-right: 10px;
}
.feedback__item-author .author-name {
  font-weight: 700;
  font-size: 16px;
  color: #000;
}
.feedback__item-author .author-age {
  color: #000;
}
.feedback__item-author::after {
  position: absolute;
  display: block;
  content: '';
  width: 30px;
  height: 24px;
  bottom: 0;
  right: 0;
  background-image: url('../images/inherit/quote.png');
  background-repeat: no-repeat;
  background-size: cover;
}
.feedback__no-photo .feedback__item-author::after {
  display: none;
}
.feedback .prev,
.feedback .next {
  position: absolute;
  width: 40px;
  height: 80px;
  margin-top: -16px;
  padding: 0 16px;
  top: 250px;
  background-color: #0c9655;
  opacity: 70%;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  line-height: 80px;
}
.feedback .prev {
  border-radius: 0 7px 7px 0;
}
.feedback .next {
  right: 0;
  border-radius: 7px 0 0 7px;
}
.feedback .prev:hover,
.feedback .next:hover {
  background-color: #0c9655;
  opacity: 90%;
}
.feedback .fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1s;
  animation-name: fade;
  animation-duration: 1s;
}
@-webkit-keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}
.btn-feedback {
  height: 60px !important;
}

/* How to order - Block 9 */

.how-to-order .content {
  font-family: 'Comfortaa', 'Montserrat', sans-serif;
  padding: 20px 0;
  padding-bottom: 120px;
}
.how-to-order .title {
  display: block !important;
  text-align: center;
  width: 350px;
  margin: 0 auto !important;
}
.how-to-order__img {
  --size: 110px;
  width: var(--size);
  height: var(--size);
  border-radius: 50%;
}
.how-to-order__item {
  height: 110px;
  margin: 20px auto 0 20px;
  border-radius: 100px 0 0 100px;
  border-right: 3px solid transparent;
  display: flex;
  align-items: center;
  background-color: #03582edc;
}
.how-to-order__item:not(:last-child) {
  margin-bottom: 20px;
}
.item__desc {
  display: flex;
  flex-direction: column;
  padding: 20px 10px 20px 20px;
}
.item__title {
  color: #fff;
  font-weight: bold;
  margin-bottom: 10px;
}
.item__text {
  font-size: 16px;
  line-height: 18px;
  color: #fff;
}

/* Form - Block 11 */

.form-section .content {
  padding: 20px 0;
}
.form-section .three {
  text-align: center;
  margin: 0 20px 20px;
  padding: 10px;
  background-color: tra;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 20px;
  color: #fff;
}
.form-section .article {
  margin: 10px auto;
  font-family: 'Comfortaa', 'Montserrat', sans-serif;
  font-size: 4.5vw;
  line-height: 9vw;
  color: #000;
  font-weight: bold;
}
.form-section .article span {
  color: #000;
  padding: 5px;
  border-radius: 20px;
  background-color: #ffae00;
}
.form-section .three img {
  width: 100%;
}
.form-section .promotion {
  --size: 100px;
  --promotion-color: var(--secondary);
  color: #000;
  width: 280px;
  height: var(--size);
  padding: 10px;
  padding-right: 40px;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}
.form-section .promotion__right {
  width: 120px;
  padding-left: 20px;
}
.order-form {
  margin: 30px auto;
}
.order-form__name input,
.order-form__tel input,
.order-form__select select,
.order-form__color {
  display: block;
  width: 90%;
  height: 70px;
  outline: none;
  color: #333;
  border: 1px solid #006435;
  border-radius: 8px;
  margin: 0 auto 15px;
  padding: 20px 20px 20px 50px;
}
::-webkit-input-placeholder,
.order-form__select select,
.order-form__color p {
  color: #999;
  font-weight: 400;
  font-size: 16px;
  font-family: 'Montserrat', sans-serif;
}
.order-form__color {
  height: 160px;
  padding: 15px 10px 20px 10px;
  background-color: #fff;
}
.order-form__color p {
  padding-left: 35px;
}
.color-items {
  height: 105px;
  display: flex;
  justify-content: space-around;
  align-items: flex-end;
}
.color-items input {
  position: relative;
}
.color-item::before {
  content: '';
  position: absolute;
  width: 80px;
  height: 60px;
  background-repeat: no-repeat;
  background-size: cover;
  top: -80px;
  left: -29px;
}
.color-item1::before {
  background-image: url(../images/2.webp);
}
.color-item2::before {
  background-image: url(../images/1.webp);
}
.color-item3::before {
  background-image: url(../images/3.webp);
}
.color-item4::before {
  background-image: url(../images/4.webp);
}
.order-form__select select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-color: #ffd900;
  border-color: #000;
  color: #000;
}
.order-form__select option {
  color: #000;
}
.order-form__select {
  position: relative;
}
.order-form__select::after,
.order-form__select::before {
  content: '';
  position: absolute;
  width: 15px;
  height: 3px;
  background-color: #000;
}
.order-form__select::after {
  left: 40px;
  top: 35px;
  rotate: 45deg;
}
.order-form__select::before {
  left: 49px;
  top: 35px;
  rotate: 135deg;
}
.order-form__checkbox {
  width: 90%;
  margin: 0 auto 25px;
  color: #000;
  font-size: 13px;
  line-height: 18px;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 10px;
  border-radius: 10px;
}

/* Footer - Block 12 */
.footer .content {
  text-align: center;
  padding: 30px;
  background-color: #eee;
}
.footer p,
.footer a {
  color: #555;
  font-size: 14px;
}
.footer-nav {
  padding: 10px 10px 20px;
  background-color: #eee;
}

.footer-nav-item {
  padding: 0 20px 0 10px;
  font-size: 20px;
  color: rgb(98, 0, 255);
  text-decoration: underline !important;
}

.footer-tittle {
  margin: 25px auto;
  text-align: center;
  font-size: 40px;
  line-height: 50px;
  font-weight: normal;
  color: #444;
}

.footer-section {
  margin: auto 25px;
}

.footer-section-text {
  margin-bottom: 15px;
  color: #555;
  line-height: 20px;
}

/* UI Elements */

.promotion {
  --promotion-color: var(--primary);
  color: var(--light);
  background-color: var(--promotion-color);
  position: relative;
}
.promotion__left::after,
.promotion__right::after {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border: calc(var(--size) / 2) solid var(--promotion-color);
}
.promotion__left::after {
  border-right: calc(var(--size) / 2) solid transparent;
  top: 0;
  right: calc(var(--size) / -2);
}
.promotion__right::after {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border: calc(var(--size) / 2) solid var(--secondary);
  border-left: calc(var(--size) / 2) solid transparent;
  top: 0;
  left: calc(var(--size) / -2);
}
.promotion__right {
  margin-right: 0;
  width: 120px;
  padding-left: 20px;
  background-color: var(--secondary);
  color: #000 !important;
}
.title {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 25px;
  font-family: 'Comfortaa', 'Montserrat', sans-serif;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  font-size: 24px;
  margin-bottom: 20px;
  background-color: #00753fc9;
}
.product-image {
  width: 100%;
  /* height: 500px; */
  object-fit: cover;
}
.btn {
  display: block;
  width: 310px;
  height: 84px;
  border-radius: 50px;
  margin: 20px auto;
  padding: 14px;
  text-decoration: none;
  background-color: #ff5e00;
  font-weight: 700;
  font-size: 20px;
  text-align: center;
  color: #fff;
}
.btn-buy {
  animation: pulse 1.5s infinite;
  animation: pulse 1.5s infinite;
  -webkit-animation: pulse 1.5s infinite;
  -moz-animation: pulse 1.5s infinite;
  border: 13px solid #eea63b;
}
.btn-buy:hover {
  animation: none;
  -webkit-animation: none;
  -moz-animation: none;
}
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
.btn-pred-fix {
  position: absolute;
  left: calc(50% - 140px);
  margin: 0;
}
.btn-fix {
  position: sticky;
  top: 85%;
  left: calc(50% - 140px);
  z-index: 5;
}
