/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

@font-face {
  font-family: "Montserrat";
  font-weight: 400;
  src: url("../static/fonts/Montserrat-Regular.eot");
  src: url("../fonts/Montserrat-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Regular.ttf") format("truetype"), url("../fonts/Montserrat-Regular.woff") format("woff"), url("../fonts/Montserrat-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Montserrat";
  font-weight: 500;
  src: url("../fonts/Montserrat-Medium.eot");
  src: url("../fonts/Montserrat-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Medium.ttf") format("truetype"), url("../fonts/Montserrat-Medium.woff") format("woff"), url("../fonts/Montserrat-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "Montserrat";
  font-weight: 300;
  src: url("../fonts/Montserrat-Light.eot");
  src: url("../fonts/Montserrat-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Light.ttf") format("truetype"), url("../fonts/Montserrat-Light.woff") format("woff"), url("../fonts/Montserrat-Light.woff2") format("woff2");
}
@font-face {
  font-family: "Myriad Pro";
  font-weight: 400;
  src: url("../fonts/MyriadPro-Regular.eot");
  src: url("../fonts/MyriadPro-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/MyriadPro-Regular.ttf") format("truetype"), url("../fonts/MyriadPro-Regular.woff") format("woff"), url("../fonts/MyriadPro-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Myriad Pro";
  font-weight: 300;
  src: url("../fonts/MyriadPro-Light.eot");
  src: url("../fonts/MyriadPro-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/MyriadPro-Light.ttf") format("truetype"), url("../fonts/MyriadPro-Light.woff") format("woff"), url("../fonts/MyriadPro-Light.woff2") format("woff2");
}
.home-page {
  width: 100%;
}

.main {
  width: 100%;
}
.main.is-hidden {
  display: none;
}

section {
  padding: 80px 30px 110px;
}
@media only screen and (max-width: 1024px) {
  section {
    padding: 60px 40px;
  }
}
@media only screen and (max-width: 666px) {
  section {
    padding: 40px 20px;
  }
}

.hero {
  position: relative;
  width: 100%;
  height: 795px;
  background-color: #f5ecf7;
  background-image: url("/images/hero/background_lg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 185px 30px 97px;
  z-index: 4;
}
@media only screen and (max-width: 1024px) {
  .hero {
    height: auto;
    padding: 0;
    background-image: url("/images/hero/background_md.png");
  }
}
@media only screen and (max-width: 666px) {
  .hero {
    padding: 0;
    background-image: url("/images/hero/background_sm.png");
  }
}

.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1240px;
}

.section-title {
  font-size: 45px;
  line-height: 1.22;
  color: #53575a;
  margin-bottom: 11px;
}
@media only screen and (max-width: 1024px) {
  .section-title {
    font-size: 36px;
    margin-bottom: 8px;
  }
}
@media only screen and (max-width: 666px) {
  .section-title {
    font-size: 26px;
    margin-bottom: 5px;
  }
}

.hero-wrapper {
  width: 64%;
}
@media only screen and (max-width: 1024px) {
  .hero-wrapper {
    display: none;
  }
}

.hero-top,
.hero-bottom {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .hero-top,
  .hero-bottom {
    display: block;
  }
}

.hero-top {
  height: 500px;
  padding: 212px 40px 0;
}
@media only screen and (max-width: 666px) {
  .hero-top {
    padding: 106px 20px 0;
    height: 265px;
  }
}

.hero-wrapper-top {
  width: 57%;
}
@media only screen and (max-width: 666px) {
  .hero-wrapper-top {
    width: 59%;
  }
}

.hero-wrapper-bottom {
  width: 67.5%;
}
@media only screen and (max-width: 666px) {
  .hero-wrapper-bottom {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
  }
}
@media only screen and (max-width: 666px) and (max-width: 666px) {
  .hero-wrapper-bottom {
    height: 375px;
    padding: 20px 20px 39px;
  }
}

.hero-bottom {
  height: 435px;
  padding: 60px 40px 136px;
  background-color: #eddff0;
  background: linear-gradient(107.04deg, #e6c3ed 1.34%, #faf3fc 43.8%, #f6f0f8 63.62%, #e3bccd 99.12%);
}
@media only screen and (max-width: 666px) {
  .hero-bottom {
    height: 375px;
    padding: 0;
  }
}
@media only screen and (max-width: 666px) {
  .hero-bottom .container {
    height: 100%;
  }
}

.hero-title {
  margin-bottom: 5px;
  font-size: 64px;
  line-height: 1.22;
  text-transform: uppercase;
  color: #852a91;
}
@media only screen and (max-width: 1024px) {
  .hero-title {
    font-size: 55px;
  }
}
@media only screen and (max-width: 666px) {
  .hero-title {
    font-size: 28px;
  }
}

.hero-subtitle {
  padding-bottom: 60px;
  font-size: 45px;
  line-height: 1.22;
  text-transform: uppercase;
  color: #53575a;
}
@media screen and (max-width: 1300px) {
  .hero-subtitle {
    font-size: 35px;
  }
}
@media only screen and (max-width: 1024px) {
  .hero-subtitle {
    font-size: 36px;
    padding-bottom: 128px;
  }
}
@media only screen and (max-width: 666px) {
  .hero-subtitle {
    font-size: 16px;
    line-height: 1.25;
    padding-bottom: 80px;
  }
}

.hero-list {
  display: flex;
  justify-content: space-between;
  width: 74%;
  margin-bottom: 120px;
}
@media only screen and (max-width: 1024px) {
  .hero-list {
    margin-bottom: 60px;
    width: 85%;
  }
}
@media only screen and (max-width: 666px) {
  .hero-list {
    display: block;
    width: 100%;
    width: 67.5%;
    margin-bottom: 20px;
  }
}

.hero-list-item {
  width: 100%;
}
.hero-list-item:not(:last-child) {
  margin-right: 20px;
}
@media only screen and (max-width: 1024px) {
  .hero-list-item {
    width: 46%;
  }
}
@media only screen and (max-width: 666px) {
  .hero-list-item {
    width: 100%;
  }
  .hero-list-item:first-child {
    width: 90%;
    margin-bottom: 15px;
  }
}

.hero-item-heading {
  position: relative;
  display: flex;
  align-items: flex-end;
  border-bottom: 2px solid #c29eca;
}
.hero-item-heading img {
  width: 20px;
  height: 20px;
  margin-bottom: 15px;
}
.hero-item-heading img:hover ~ .hero-item-popup {
  display: block;
}
@media only screen and (max-width: 1024px) {
  .hero-item-heading img {
    width: 18px;
    height: 18px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 666px) {
  .hero-item-heading img {
    width: 14px;
    height: 14px;
    margin-bottom: 6px;
  }
}
@media only screen and (max-width: 1024px) {
  .hero-item-heading {
    padding-bottom: 6px;
  }
}
@media only screen and (max-width: 666px) {
  .hero-item-heading {
    padding-bottom: 5px;
    border-bottom: 1px solid #c29eca;
  }
}

.hero-item-title-big {
  font-size: 52px;
  font-weight: 500;
  line-height: 1.2;
  color: #852a91;
  margin-right: 8px;
  padding-bottom: 1px;
}
@media only screen and (max-width: 1024px) {
  .hero-item-title-big {
    font-size: 42px;
    margin-right: 4px;
  }
}
@media only screen and (max-width: 666px) {
  .hero-item-title-big {
    font-size: 30px;
  }
}

.hero-item-title {
  font-size: 45px;
  font-weight: 500;
  line-height: 1.2;
  color: #852a91;
  margin-right: 8px;
  padding-bottom: 8px;
}
@media only screen and (max-width: 1024px) {
  .hero-item-title {
    font-size: 36px;
    margin-right: 4px;
  }
}
@media only screen and (max-width: 666px) {
  .hero-item-title {
    font-size: 24px;
    padding-bottom: 1px;
  }
}

.hero-item-popup {
  display: none;
  position: absolute;
  top: 95%;
  left: 0;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.25;
  text-align: center;
  padding: 7px 10px;
  color: #ffffff;
  background-color: #a067ab;
  border-radius: 5px;
  z-index: 1;
}
@media only screen and (max-width: 1024px) {
  .hero-item-popup {
    font-size: 11px;
  }
}
@media only screen and (max-width: 666px) {
  .hero-item-popup {
    font-size: 10px;
    min-width: 280px;
  }
}

.hero-item-deskription {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.2;
  color: #53575a;
}
.hero-item-deskription span {
  font-weight: 500;
  font-size: 23px;
  line-height: 1.2;
  color: #852a91;
}
@media only screen and (max-width: 1024px) {
  .hero-item-deskription {
    font-size: 18px;
  }
  .hero-item-deskription span {
    font-size: 20px;
  }
}
@media only screen and (max-width: 666px) {
  .hero-item-deskription {
    font-size: 14px;
  }
  .hero-item-deskription span {
    font-size: 16px;
  }
}

.hero-img {
  width: 682px;
  position: absolute;
  top: 171px;
  left: 54%;
  z-index: 5;
}
.hero-img img {
  width: 100%;
  display: block;
}
@media only screen and (max-width: 1024px) {
  .hero-img {
    width: auto;
    top: 155px;
  }
  .hero-img img {
    height: 780px;
    width: 385px;
  }
}
@media only screen and (max-width: 666px) {
  .hero-img {
    top: 78px;
    left: auto;
    right: 0;
    z-index: 0;
    width: 185px;
  }
  .hero-img img {
    height: 562px;
    width: 100%;
  }
}

@media only screen and (max-width: 1024px) {
  .hero-img .main-kosa-lg {
    display: none;
  }
}
.hero-img .main-kosa-md {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .hero-img .main-kosa-md {
    display: block;
  }
}
@media only screen and (max-width: 666px) {
  .hero-img .main-kosa-md {
    display: none;
  }
}
.hero-img .main-kosa-sm {
  display: none;
}
@media only screen and (max-width: 666px) {
  .hero-img .main-kosa-sm {
    display: block;
  }
}

.kosa-zoom {
  width: 349px;
  position: absolute;
  bottom: 0;
  left: 147px;
}
.kosa-zoom img {
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .kosa-zoom {
    display: none;
  }
}

.hero-btn-group {
  display: flex;
  justify-content: space-between;
  width: 74%;
}
@media only screen and (max-width: 1024px) {
  .hero-btn-group {
    width: 85%;
  }
}
@media only screen and (max-width: 666px) {
  .hero-btn-group {
    display: block;
    width: 100%;
    position: relative;
    z-index: 10;
  }
}

.btn,
.btn-accent {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 252px;
  height: 60px;
  border-radius: 30px;
  font-family: "Myriad Pro";
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 1.18;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .btn,
  .btn-accent {
    width: 213px;
    height: 56px;
    font-size: 20px;
  }
}
@media only screen and (max-width: 666px) {
  .btn,
  .btn-accent {
    width: 200px;
    height: 45px;
    margin: 0 auto;
    font-size: 14px;
  }
}

.btn {
  color: #852a91;
  background-color: #ffffff;
  border: 1px solid #852a91;
}
.btn:hover {
  background: #560a61;
  color: #ffffff;
}
.btn img {
  width: 16px;
  height: 21px;
  margin-right: 10px;
}
@media only screen and (max-width: 666px) {
  .btn img {
    width: 14px;
    height: 14px;
    margin-right: 5px;
  }
}

.btn-accent {
  background-color: #852a91;
  color: #ffffff;
  border: 1px solid #852a91;
  margin-right: 20px;
}
.btn-accent:hover {
  background: #560a61;
}
@media only screen and (max-width: 666px) {
  .btn-accent {
    margin: 0 auto;
    margin-bottom: 10px;
  }
}

.tablets {
  position: relative;
  height: 892px;
  background: linear-gradient(180deg, #d7c0de 0%, #ffffff 100%);
  z-index: 1;
}
@media only screen and (max-width: 1024px) {
  .tablets {
    height: auto;
    padding-bottom: 70px;
  }
}
.tablets-wrapper {
  width: 64%;
}
@media only screen and (max-width: 1024px) {
  .tablets-wrapper {
    width: 100%;
  }
}

.tablets-item-first,
.tablets-item-second {
  display: none;
  position: relative;
  margin-bottom: 60px;
}
@media only screen and (max-width: 1024px) {
  .tablets-item-first,
  .tablets-item-second {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 666px) {
  .tablets-item-first,
  .tablets-item-second {
    margin-bottom: 45px;
  }
}
.tablets-item-first.show,
.tablets-item-second.show {
  display: block;
}

.tablets-subtitle {
  font-style: italic;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.2;
  color: #353535;
}
@media only screen and (max-width: 1024px) {
  .tablets-subtitle {
    font-size: 18px;
  }
}
@media only screen and (max-width: 666px) {
  .tablets-subtitle {
    font-size: 12px;
  }
}

.tablets-heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 30px;
  border-bottom: 2px solid #c29eca;
}
@media only screen and (max-width: 1024px) {
  .tablets-heading {
    padding-bottom: 20px;
  }
}
@media only screen and (max-width: 666px) {
  .tablets-heading {
    flex-direction: column;
    align-items: center;
    padding-bottom: 15px;
  }
}
.tablets-heading .btn-question {
  margin: 0;
}

@media only screen and (max-width: 666px) {
  .tablets-heading-text {
    text-align: center;
    margin-bottom: 15px;
  }
}

.tablets-step-group {
  padding: 14px 20px;
  background-color: #c29eca;
  width: -moz-fit-content;
  width: fit-content;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .tablets-step-group {
    padding: 10px 14px;
  }
}
@media only screen and (max-width: 666px) {
  .tablets-step-group {
    padding: 8px 12px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }
}

.tablets-step-text {
  display: block;
  font-family: "Myriad Pro";
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 1.2;
  color: #ffffff;
}
@media only screen and (max-width: 1024px) {
  .tablets-step-text {
    font-size: 16px;
  }
}
@media only screen and (max-width: 666px) {
  .tablets-step-text {
    font-size: 12px;
  }
}

.tablets-step-numb {
  font-family: "Myriad Pro";
  font-style: normal;
  font-weight: 400;
  font-size: 64px;
  line-height: 1.2;
  color: #ffffff;
}
@media only screen and (max-width: 1024px) {
  .tablets-step-numb {
    font-size: 48px;
  }
}
@media only screen and (max-width: 666px) {
  .tablets-step-numb {
    font-size: 36px;
  }
}

.tablets-img-group {
  position: absolute;
  top: -30px;
  left: 0;
  margin-bottom: 50px;
  width: 100%;
  height: 415px;
}
@media only screen and (max-width: 1024px) {
  .tablets-img-group {
    max-width: 648px;
    height: 355px;
    margin: 0 auto;
    margin-bottom: 60px;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media only screen and (max-width: 666px) {
  .tablets-img-group {
    max-width: 280px;
    height: 253px;
    margin-bottom: 30px;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

.tablets-label {
  position: absolute;
  top: 0;
  right: 0;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background-color: #fff;
  padding: 42px 40px;
}
@media only screen and (max-width: 1024px) {
  .tablets-label {
    width: 165px;
    height: 165px;
    top: 0;
    right: 40px;
    padding: 33px 26px;
  }
}
@media only screen and (max-width: 666px) {
  .tablets-label {
    width: 115px;
    height: 115px;
    top: 0;
    right: 0;
    padding: 23px 19px;
  }
}

.tablets-label-text {
  font-size: 18px;
  line-height: 1.22;
  margin-bottom: 15px;
  text-align: center;
  color: #53575a;
}
@media only screen and (max-width: 1024px) {
  .tablets-label-text {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 666px) {
  .tablets-label-text {
    font-size: 11px;
    line-height: 1.18;
    margin-bottom: 8px;
  }
}

.tablets-label-text-accent {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.2;
  text-align: center;
  color: #852a91;
}
@media only screen and (max-width: 1024px) {
  .tablets-label-text-accent {
    font-size: 18px;
  }
}
@media only screen and (max-width: 666px) {
  .tablets-label-text-accent {
    font-size: 12px;
    line-height: 1.25;
  }
}

.tablets-label-bottom {
  position: absolute;
  bottom: -10px;
  right: 490px;
  width: 150px;
  height: 150px;
  background: linear-gradient(107.04deg, #e6c3ed 1.34%, #faf3fc 43.8%, #f6f0f8 63.62%, #e3bccd 99.12%);
  box-shadow: 5.34649px 5.34649px 6.68311px rgba(160, 145, 165, 0.2);
  border-radius: 50%;
  padding: 53px 33px;
}
@media only screen and (max-width: 1024px) {
  .tablets-label-bottom {
    bottom: -35px;
    right: 450px;
    width: 120px;
    height: 120px;
    padding: 43px 26px;
  }
}
@media only screen and (max-width: 666px) {
  .tablets-label-bottom {
    bottom: 15px;
    right: 195px;
    width: 68px;
    height: 68px;
    padding: 24px 15px;
  }
}

.tablets-label-bottom-text {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 36px;
  line-height: 1.2;
  color: #852a91;
}
@media only screen and (max-width: 1024px) {
  .tablets-label-bottom-text {
    font-size: 30px;
  }
}
@media only screen and (max-width: 666px) {
  .tablets-label-bottom-text {
    font-size: 16px;
  }
}

.tablets-img-back {
  position: absolute;
  top: 80px;
  right: 159px;
  width: 342px;
  height: 266px;
}
.tablets-img-back img {
  display: block;
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .tablets-img-back {
    top: 72px;
    width: 289px;
    height: 225px;
  }
}
@media only screen and (max-width: 666px) {
  .tablets-img-back {
    top: 78px;
    right: 35px;
    width: 170px;
    height: 132px;
  }
}

.tablets-img-front {
  position: absolute;
  top: 158px;
  right: 305px;
  width: 325px;
  height: 253px;
}
.tablets-img-front img {
  display: block;
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .tablets-img-front {
    top: 140px;
    width: 274px;
    height: 214px;
  }
}
@media only screen and (max-width: 666px) {
  .tablets-img-front {
    top: 127px;
    right: 98px;
    width: 162px;
    height: 126px;
  }
}

.tablets-img-max {
  position: absolute;
  top: 100px;
  right: 170px;
  width: 393px;
  height: 291px;
}
.tablets-img-max img {
  display: block;
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .tablets-img-max {
    top: 115px;
    right: 24%;
    width: 335px;
    height: 248px;
  }
}
@media only screen and (max-width: 666px) {
  .tablets-img-max {
    top: 85px;
    right: 42px;
    width: 178px;
    height: 132px;
  }
}

.tablets-img-description {
  margin-bottom: 50px;
  padding-top: 430px;
  font-weight: 400;
  font-size: 28px;
  line-height: 1.21;
  text-align: center;
  color: #353535;
}
.tablets-img-description span {
  font-weight: 500;
  font-size: 28px;
  line-height: 1.21;
  text-align: center;
  color: #852a91;
}
@media only screen and (max-width: 1024px) {
  .tablets-img-description {
    margin-bottom: 80px;
    padding-top: 400px;
    font-size: 24px;
  }
  .tablets-img-description span {
    font-size: 24px;
  }
}
@media only screen and (max-width: 666px) {
  .tablets-img-description {
    margin-bottom: 30px;
    font-size: 16px;
    padding-top: 290px;
  }
  .tablets-img-description span {
    font-size: 16px;
  }
}

.tablets-btn-bottom-group-first,
.tablets-btn-bottom-group-second {
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  cursor: pointer;
}
.tablets-btn-bottom-group-first svg,
.tablets-btn-bottom-group-second svg {
  width: 30px;
  height: 30px;
  margin: 0 12px;
}
@media only screen and (max-width: 666px) {
  .tablets-btn-bottom-group-first svg,
  .tablets-btn-bottom-group-second svg {
    width: 20px;
    height: 20px;
  }
}
.tablets-btn-bottom-group-first:hover svg rect,
.tablets-btn-bottom-group-second:hover svg rect {
  fill: #852a91;
}
.tablets-btn-bottom-group-first:hover svg path,
.tablets-btn-bottom-group-second:hover svg path {
  fill: #ffffff;
}

.btn-color {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: #852a91;
  border-radius: 50%;
}
@media only screen and (max-width: 666px) {
  .btn-color {
    width: 20px;
    height: 20px;
  }
}

.btn-name {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.2;
  text-align: center;
  color: #852a91;
  background-color: #ffffff;
  padding: 13px;
  border: 1px solid #852a91;
  border-radius: 40px;
}
@media only screen and (max-width: 666px) {
  .btn-name {
    font-size: 12px;
    padding: 7px 10px;
  }
}

.tablets-list {
  display: flex;
  justify-content: flex-start;
}
@media only screen and (max-width: 1024px) {
  .tablets-list {
    justify-content: space-between;
  }
}
@media only screen and (max-width: 666px) {
  .tablets-list {
    display: block;
  }
}

.tablets-list-item {
  position: relative;
  width: 48%;
  padding-left: 30px;
  border-left: 2px solid #c29eca;
  margin-right: 77px;
}
@media only screen and (max-width: 1024px) {
  .tablets-list-item {
    width: 43%;
    margin-right: 0;
  }
}
@media only screen and (max-width: 666px) {
  .tablets-list-item {
    width: 100%;
  }
}

.tablets-item-title {
  font-size: 45px;
  line-height: 1.22;
  color: #852a91;
  margin-bottom: 11px;
}
@media only screen and (max-width: 1024px) {
  .tablets-item-title {
    font-size: 36px;
    margin-bottom: 8px;
  }
}
@media only screen and (max-width: 666px) {
  .tablets-item-title {
    font-size: 26px;
    margin-bottom: 11px;
  }
}

.tablets-item-deskription {
  font-weight: 300;
  font-size: 22px;
  line-height: 1.22;
  color: #353535;
}
.tablets-item-deskription img {
  width: 20px;
  height: 20px;
  position: relative;
  z-index: 2;
}
.tablets-item-deskription img:hover ~ .tablets-item-popup {
  display: block;
}
@media only screen and (max-width: 1024px) {
  .tablets-item-deskription img {
    width: 18px;
    height: 18px;
  }
}
@media only screen and (max-width: 666px) {
  .tablets-item-deskription img {
    width: 14px;
    height: 14px;
  }
}
@media only screen and (max-width: 1024px) {
  .tablets-item-deskription {
    font-size: 20px;
  }
}
@media only screen and (max-width: 666px) {
  .tablets-item-deskription {
    font-size: 14px;
  }
}

.tablets-list-item-empty {
  display: none;
  width: 100%;
  height: 20px;
  padding-left: 30px;
  border-left: 2px solid #c29eca;
}
@media only screen and (max-width: 666px) {
  .tablets-list-item-empty {
    display: block;
  }
}

.tablets-item-popup {
  display: none;
  position: absolute;
  top: 105%;
  left: 0;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.25;
  text-align: center;
  padding: 7px 10px;
  color: #ffffff;
  background-color: #a067ab;
  border-radius: 5px;
  z-index: 10;
}
@media only screen and (max-width: 1024px) {
  .tablets-item-popup {
    font-size: 11px;
  }
}
@media only screen and (max-width: 666px) {
  .tablets-item-popup {
    font-size: 10px;
    min-width: 280px;
  }
}

.shampoo,
.conditioner {
  position: relative;
  z-index: 5;
  background-color: #f5ecf6;
  padding: 60px 30px;
}
@media only screen and (max-width: 1024px) {
  .shampoo,
  .conditioner {
    padding: 50px 30px;
  }
}
@media only screen and (max-width: 666px) {
  .shampoo,
  .conditioner {
    padding: 40px 20px;
  }
}

.section-group {
  width: 50.5%;
  margin: 0 auto;
  max-width: none;
  min-width: 600px;
}
@media only screen and (max-width: 1024px) {
  .section-group {
    width: 100%;
    max-width: 750px;
    min-width: auto;
  }
}
@media only screen and (max-width: 666px) {
  .section-group {
    width: 100%;
    max-width: 420px;
  }
}

.shampoo-heading,
.conditioner-heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 30px;
  border-bottom: 2px solid #c29eca;
}
@media only screen and (max-width: 1024px) {
  .shampoo-heading,
  .conditioner-heading {
    padding-bottom: 22px;
  }
}
@media only screen and (max-width: 666px) {
  .shampoo-heading,
  .conditioner-heading {
    flex-direction: column;
    align-items: center;
    padding-bottom: 15px;
  }
}
.shampoo-heading .btn-question,
.conditioner-heading .btn-question {
  margin: 0;
}

@media only screen and (max-width: 666px) {
  .shampoo-heading-text,
  .conditioner-heading-text {
    margin-bottom: 15px;
    text-align: center;
  }
}

.shampoo-img-group {
  position: relative;
}

.shampoo-label {
  position: absolute;
  top: -100px;
  right: 0;
  width: 200px;
  height: 200px;
  padding: 67px 42px;
  background-color: #fff;
  border-radius: 50%;
}
@media only screen and (max-width: 1024px) {
  .shampoo-label {
    width: 165px;
    height: 165px;
    padding: 52px 33px;
    right: 70px;
    top: -75px;
  }
}
@media only screen and (max-width: 666px) {
  .shampoo-label {
    width: 115px;
    height: 115px;
    padding: 38px 24px;
    right: 0;
    top: -60px;
  }
}
.shampoo-label .shampoo-label-text {
  font-size: 18px;
  line-height: 1.2;
  text-align: center;
  color: #53575a;
}
@media only screen and (max-width: 1024px) {
  .shampoo-label .shampoo-label-text {
    font-size: 16px;
  }
}
@media only screen and (max-width: 666px) {
  .shampoo-label .shampoo-label-text {
    font-size: 11px;
  }
}

.shampoo-img {
  position: absolute;
  top: -10px;
  right: 200px;
  width: 256px;
  height: 396px;
}
@media only screen and (max-width: 1024px) {
  .shampoo-img {
    width: 214px;
    height: 328px;
    right: 220px;
    top: -15px;
  }
}
@media only screen and (max-width: 666px) {
  .shampoo-img {
    width: 118px;
    height: 181px;
    right: 85px;
    top: -2px;
  }
}
.shampoo-img img {
  display: block;
  width: 100%;
}

.conditioner-img {
  position: absolute;
  top: -10px;
  right: 200px;
  width: 265px;
  height: 406px;
}
@media only screen and (max-width: 1024px) {
  .conditioner-img {
    width: 214px;
    height: 328px;
    right: 220px;
    top: -15px;
  }
}
@media only screen and (max-width: 666px) {
  .conditioner-img {
    width: 127px;
    height: 195px;
    right: 70px;
    top: -2px;
  }
}
.conditioner-img img {
  display: block;
  width: 100%;
}

.section-description {
  margin-top: 450px;
  font-weight: 300;
  font-size: 22px;
  line-height: 1.2;
  color: #353535;
  padding-left: 30px;
  border-left: 2px solid #c29eca;
}
@media only screen and (max-width: 1024px) {
  .section-description {
    margin-top: 350px;
    padding-left: 15px;
    font-size: 20px;
  }
}
@media only screen and (max-width: 666px) {
  .section-description {
    margin-top: 210px;
    font-size: 14px;
  }
}
.section-description img {
  width: 20px;
  height: 20px;
}
@media only screen and (max-width: 1024px) {
  .section-description img {
    width: 18px;
    height: 18px;
  }
}
@media only screen and (max-width: 666px) {
  .section-description img {
    width: 14px;
    height: 14px;
  }
}

.conditioner {
  background: linear-gradient(180deg, #d7c0de 0%, #ffffff 100%);
}

.others {
  background-color: #f5ecf6;
  padding: 80px 30px 50px;
}
@media only screen and (max-width: 666px) {
  .others {
    padding: 40px 0 50px;
  }
}

.others-list {
  display: flex;
  justify-content: center;
  width: 100%;
}
@media only screen and (max-width: 666px) {
  .others-list {
    padding-left: 10px;
  }
}
.others-list .slil-list {
  width: 100%;
}

.others-list-item {
  width: 170px;
  font-size: 24px;
  line-height: 1.2;
  text-align: center;
  color: #53575a;
  padding: 0 36px 21px;
  cursor: pointer;
}
@media only screen and (max-width: 1024px) {
  .others-list-item {
    width: 141px;
    font-size: 20px;
    padding: 0 4px 15px;
  }
}
@media only screen and (max-width: 666px) {
  .others-list-item {
    width: 106px;
    font-size: 16px;
    padding: 0 6px 10px;
  }
}
.others-list-item.active {
  color: #852a91;
  border-bottom: 5px solid #852a91;
}

.slick-slide li {
  width: 170px;
}
@media only screen and (max-width: 1024px) {
  .slick-slide li {
    width: 140px;
  }
}

.others-product {
  padding: 60px 100px 80px;
  background-color: #fff;
  display: none;
}
@media only screen and (max-width: 1024px) {
  .others-product {
    padding: 40px 30px 45px;
  }
}
@media only screen and (max-width: 666px) {
  .others-product {
    padding: 40px 30px 45px;
  }
}
.others-product.show {
  display: block;
}

.others-product-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding-bottom: 30px;
  border-bottom: 2px solid #c29eca;
  max-width: 750px;
  margin: 0 auto;
}
@media only screen and (max-width: 1024px) {
  .others-product-heading {
    padding-bottom: 20px;
    max-width: none;
  }
}
@media only screen and (max-width: 666px) {
  .others-product-heading {
    flex-direction: column;
    text-align: center;
    align-items: center;
    padding-bottom: 15px;
    border-bottom: 1px solid #c29eca;
  }
}
.others-product-heading .btn-question {
  margin: 0;
}

@media only screen and (max-width: 666px) {
  .others-product-heading-text {
    margin-bottom: 15px;
  }
}

.others-product-title {
  font-size: 36px;
  line-height: 1.2;
  color: #353535;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1024px) {
  .others-product-title {
    font-size: 28px;
  }
}
@media only screen and (max-width: 666px) {
  .others-product-title {
    font-size: 26px;
    margin-bottom: 5px;
  }
}

.others-product-subtitle {
  font-style: italic;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.2;
  color: #353535;
}
@media only screen and (max-width: 1024px) {
  .others-product-subtitle {
    font-size: 18px;
  }
}
@media only screen and (max-width: 666px) {
  .others-product-subtitle {
    font-size: 12px;
  }
}

.others-product-img-group {
  position: relative;
  padding-top: 82px;
  max-width: 750px;
  margin: 0 auto;
}
@media only screen and (max-width: 1024px) {
  .others-product-img-group {
    padding-top: 88px;
    max-width: none;
  }
}
@media only screen and (max-width: 666px) {
  .others-product-img-group {
    padding-top: 78px;
  }
}

.others-product-label {
  position: absolute;
  top: 15px;
  right: 0;
  width: 200px;
  height: 200px;
  padding: 45px 25px;
  background: #f5ecf7;
  box-shadow: 4.21053px 4.21053px 5.26316px rgba(160, 145, 165, 0.2);
  border-radius: 50%;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .others-product-label {
    width: 165px;
    height: 165px;
    padding: 35px 10px;
    right: 50px;
    top: 10px;
  }
}
@media only screen and (max-width: 666px) {
  .others-product-label {
    width: 115px;
    height: 115px;
    padding: 25px 0;
    right: 0;
    top: 15px;
  }
}
.others-product-label .others-product-label-text {
  font-size: 18px;
  line-height: 1.2;
  text-align: center;
  color: #53575a;
}
@media only screen and (max-width: 1024px) {
  .others-product-label .others-product-label-text {
    font-size: 16px;
  }
}
@media only screen and (max-width: 666px) {
  .others-product-label .others-product-label-text {
    font-size: 11px;
  }
}

.others-product-img {
  position: relative;
  z-index: 1;
  width: 461px;
  height: 309px;
  margin: 0 auto;
}
@media only screen and (max-width: 1024px) {
  .others-product-img {
    width: 355px;
    height: 238px;
  }
}
@media only screen and (max-width: 666px) {
  .others-product-img {
    width: 229px;
    height: 154px;
  }
}
.others-product-img img {
  display: block;
  width: 100%;
}

.leader {
  background-color: #f5ecf6;
  position: relative;
  z-index: 5;
}
.leader .section-title {
  width: 32%;
  position: relative;
  min-width: 382px;
}
@media only screen and (max-width: 1024px) {
  .leader .section-title {
    width: 100%;
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 666px) {
  .leader .section-title {
    margin-bottom: 29px;
    min-width: auto;
  }
}
@media only screen and (max-width: 666px) {
  .leader {
    z-index: 0;
  }
}

.leader-wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 118px;
}
@media only screen and (max-width: 1024px) {
  .leader-wrapper {
    display: block;
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 666px) {
  .leader-wrapper {
    margin-bottom: 47px;
  }
}

.leader-logo {
  width: 207px;
  height: 30px;
}
@media only screen and (max-width: 1024px) {
  .leader-logo {
    width: 187px;
    height: 27px;
  }
}
@media only screen and (max-width: 666px) {
  .leader-logo {
    width: 130px;
    height: 19px;
  }
}

.leader-end-img {
  width: 20px;
  height: 20px;
}
@media only screen and (max-width: 1024px) {
  .leader-end-img {
    width: 18px;
    height: 18px;
  }
}
@media only screen and (max-width: 666px) {
  .leader-end-img {
    width: 14px;
    height: 14px;
  }
}
.leader-end-img:hover ~ .leader-popup {
  display: block;
}

.leader-popup {
  display: none;
  position: absolute;
  top: 55%;
  right: 0;
  max-width: 410px;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.25;
  text-align: center;
  padding: 7px 10px;
  color: #ffffff;
  background-color: #a067ab;
  border-radius: 5px;
  z-index: 1;
}
@media only screen and (max-width: 1024px) {
  .leader-popup {
    font-size: 11px;
    top: 115%;
  }
}
@media only screen and (max-width: 666px) {
  .leader-popup {
    font-size: 10px;
    min-width: 280px;
  }
}

.leader-list {
  width: 56%;
}
@media only screen and (max-width: 1024px) {
  .leader-list {
    width: 100%;
  }
}

.leader-list-item {
  display: flex;
  align-items: flex-start;
}
.leader-list-item img {
  display: block;
  margin-right: 25px;
  width: 40px;
  height: 40px;
}
@media only screen and (max-width: 1024px) {
  .leader-list-item img {
    width: 36px;
    height: 36px;
    margin-right: 20px;
  }
}
@media only screen and (max-width: 666px) {
  .leader-list-item img {
    width: 20px;
    height: 20px;
    margin-right: 8px;
  }
}
.leader-list-item:not(:last-child) {
  margin-bottom: 40px;
}
@media only screen and (max-width: 1024px) {
  .leader-list-item:not(:last-child) {
    margin-bottom: 35px;
  }
}
@media only screen and (max-width: 666px) {
  .leader-list-item:not(:last-child) {
    margin-bottom: 15px;
  }
}

.leader-list-item-text {
  font-size: 24px;
  line-height: 1.21;
  color: #353535;
}
@media only screen and (max-width: 1024px) {
  .leader-list-item-text {
    font-size: 22px;
  }
}
@media only screen and (max-width: 666px) {
  .leader-list-item-text {
    font-size: 14px;
  }
}
.leader-list-item-text span {
  color: #852a91;
}

.leader-video {
  width: 862px;
  height: 484px;
  margin: 0 auto;
  border-radius: 30px;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  .leader-video {
    max-width: 648px;
    width: 100%;
    height: 363px;
    border-radius: 10px;
  }
}
@media only screen and (max-width: 666px) {
  .leader-video {
    width: 280px;
    height: 157px;
    border-radius: 5px;
  }
}
.leader-video video {
  width: 100%;
}

.question {
  background: linear-gradient(180deg, #ffffff 0%, #d7c0de 100%);
}
.question .section-title {
  margin-bottom: 50px;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .question .section-title {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 666px) {
  .question .section-title {
    margin-bottom: 30px;
  }
}

.home-question-slider-wrapper {
  margin-bottom: 100px;
}
@media only screen and (max-width: 1024px) {
  .home-question-slider-wrapper {
    margin-bottom: 80px;
  }
}
.slick-dots li button:before {
  color: #d8c2df;
  font-size: 8px;
}

.slick-dots li.slick-active button:before {
  color: #852a91;
}

.home-question-slider-arrows {
  position: relative;
  z-index: 2;
}
.home-question-slider-arrows .slick-prev {
  position: absolute;
  top: 105px;
  left: 16%;
  width: 30px;
  height: 30px;
}
.home-question-slider-arrows .slick-prev::before {
  display: none;
}
.home-question-slider-arrows .slick-prev img {
  width: 100%;
}
.home-question-slider-arrows .slick-next {
  position: absolute;
  top: 105px;
  right: 17%;
  width: 30px;
  height: 30px;
}
.home-question-slider-arrows .slick-next::before {
  display: none;
}
.home-question-slider-arrows .slick-next img {
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .home-question-slider-arrows {
    display: none;
  }
}

.home-question-reviews-list {
  width: 60%;
  margin: 0 auto;
}
@media only screen and (max-width: 1024px) {
  .home-question-reviews-list {
    width: 100%;
  }
}

.home-question-reviews-name {
  font-size: 24px;
  line-height: 1.2;
  color: #353535;
  text-align: center;
  margin-bottom: 9px;
}
@media only screen and (max-width: 1024px) {
  .home-question-reviews-name {
    font-size: 20px;
    margin-bottom: 8px;
  }
}
@media only screen and (max-width: 666px) {
  .home-question-reviews-name {
    font-size: 16px;
    margin-bottom: 5px;
  }
}

.home-question-reviews-age {
  font-size: 16px;
  line-height: 1.2;
  color: #353535;
  text-align: center;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1024px) {
  .home-question-reviews-age {
    font-size: 14px;
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 666px) {
  .home-question-reviews-age {
    font-size: 12px;
    margin-bottom: 20px;
  }
}

.home-question-reviews-text {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  /* black */
  color: #353535;
}
@media only screen and (max-width: 1024px) {
  .home-question-reviews-text {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 17px;
    /* black */
    color: #353535;
  }
}
@media only screen and (max-width: 666px) {
  .home-question-reviews-text {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 17px;
    /* black */
    color: #353535;
  }
}

.question-list {
  max-width: 862px;
  margin: 0 auto;
  margin-bottom: 40px;
}
@media only screen and (max-width: 666px) {
  .question-list {
    margin-bottom: 30px;
  }
}

.question-list-item {
  display: flex;
  padding: 25px 0;
  border-bottom: 2px solid #d8c2df;
}
.question-list-item img {
  margin-right: 25px;
  margin-top: 5px;
  width: 21px;
  height: 21px;
}
@media only screen and (max-width: 1024px) {
  .question-list-item img {
    margin-right: 15px;
    width: 18px;
    height: 18px;
  }
}
@media only screen and (max-width: 666px) {
  .question-list-item img {
    margin-right: 10px;
    width: 15px;
    height: 15px;
  }
}
@media only screen and (max-width: 1024px) {
  .question-list-item {
    padding: 20px 0;
  }
}

.question-list-item-text {
  font-size: 24px;
  line-height: 1.2;
  color: #353535;
}
@media only screen and (max-width: 1024px) {
  .question-list-item-text {
    font-size: 20px;
  }
}
@media only screen and (max-width: 666px) {
  .question-list-item-text {
    font-size: 16px;
  }
}

.btn-question {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  margin: 0 auto;
  margin-bottom: 100px;
  background-color: #852a91;
  border-radius: 30px;
  border: none;
  padding: 10px 35px 10px 10px;
  cursor: pointer;
  font-family: "Myriad Pro";
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 1.18;
  color: #ffffff;
}
.btn-question svg {
  width: 36px;
  height: 36px;
  margin-right: 25px;
  border: 2px solid #ffffff;
  border-radius: 50%;
}
.btn-question svg rect {
  fill: #ffffff;
}
.btn-question svg path {
  fill: #852a91;
}
.btn-question:hover svg rect {
  fill: #852a91;
}
.btn-question:hover svg path {
  fill: #ffffff;
}
@media only screen and (max-width: 1024px) {
  .btn-question {
    margin-bottom: 100px;
    padding: 9px 30px 9px 9px;
    font-size: 20px;
  }
  .btn-question svg {
    width: 34px;
    height: 34px;
    margin-right: 20px;
  }
}
@media only screen and (max-width: 666px) {
  .btn-question {
    margin-bottom: 80px;
    padding: 10px 30px 10px 10px;
    font-size: 14px;
  }
  .btn-question svg {
    width: 25px;
    height: 25px;
  }
}

.question-buy-list {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 1024px) {
  .question-buy-list {
    display: block;
  }
}

.question-buy-list-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: center;
  width: 46.8%;
  height: 250px;
  padding: 58px 50px 58px 20px;
  background: #ffffff;
  border-radius: 10px;
  filter: drop-shadow(0px 2px 5px rgba(83, 73, 86, 0.2));
}
.question-buy-list-item .btn-question {
  margin: 0;
}
@media only screen and (max-width: 666px) {
  .question-buy-list-item .btn-question {
    margin: 0 auto;
    padding: 7px 30px 7px 7px;
  }
  .question-buy-list-item .btn-question img {
    margin-right: 15px;
  }
}
@media only screen and (max-width: 1024px) {
  .question-buy-list-item {
    width: 73.3%;
    height: 215px;
    margin: 0 auto;
    padding: 45px 40px 45px 20px;
  }
  .question-buy-list-item:not(:last-child) {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 666px) {
  .question-buy-list-item {
    display: block;
    width: 100%;
    height: 165px;
    padding: 15px 40px 20px;
  }
  .question-buy-list-item:not(:last-child) {
    margin-bottom: 15px;
  }
}

.question-buy-list-item-wrapper {
  width: 55%;
}
@media only screen and (max-width: 666px) {
  .question-buy-list-item-wrapper {
    width: 100%;
  }
}

.question-buy-list-text {
  font-weight: 300;
  font-size: 28px;
  line-height: 1.21;
  text-align: center;
  color: #53575a;
}
@media only screen and (max-width: 1024px) {
  .question-buy-list-text {
    font-size: 24px;
  }
}
@media only screen and (max-width: 666px) {
  .question-buy-list-text {
    font-size: 16px;
  }
}

.question-buy-list-img {
  margin: 0 auto;
  width: 216px;
  height: 65px;
}
@media only screen and (max-width: 1024px) {
  .question-buy-list-img {
    width: 190px;
    height: 57px;
  }
}
@media only screen and (max-width: 666px) {
  .question-buy-list-img {
    width: 113px;
    height: 34px;
    margin-bottom: 16px;
  }
}
.question-buy-list-img img {
  display: block;
  width: 100%;
}

.glass {
  width: 340px;
  height: 340px;
  position: absolute;
  border-radius: 50%;
  cursor: crosshair;
  z-index: 6;
  /* Multiple box shadows to achieve the glass effect */
  display: none;
}

.animate-gradient-text {
  max-width: -moz-min-content;
  max-width: min-content;
}

.animate-gradient-text {
  background-image: linear-gradient(120deg, #852a91, #852a91, #be6fd0, #cc8dd9, #efcaf3, #cc8dd9, #be6fd0, #852a91, #852a91);
  background-size: 200%;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  animation: animated-gradient 5s ease-in-out infinite;
}

@keyframes animated-gradient {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: -200% 50%;
  }
}
.question-accordeon-wrapper {
  max-width: 826px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 40px;
}

.home-question-title {
  margin-bottom: 50px;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 45px;
  line-height: 55px;
  text-align: center;
  color: #53575a;
}
@media only screen and (max-width: 1024px) {
  .home-question-title {
    margin-bottom: 40px;
    font-size: 36px;
    line-height: 44px;
  }
}
@media only screen and (max-width: 666px) {
  .home-question-title {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 30px;
  }
}

.cookie-box--hide {
  opacity: 0;
  bottom: -100%;
}

.cookie-overlay {
  position: fixed;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  text-align: center;
  align-items: center;
  justify-content: center;
  z-index: 10;
}
.cookie-overlay--hide {
  opacity: 0;
  bottom: -100%;
}
.cookie-overlay .cookie {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 140px;
  background-color: #d8c2df;
  padding: 50px 30px;
}
@media only screen and (max-width: 1024px) {
  .cookie-overlay .cookie {
    padding: 40px;
  }
}
@media only screen and (max-width: 666px) {
  .cookie-overlay .cookie {
    padding: 30px 20px;
  }
}

.cookie-container {
  width: 100%;
  margin: 0 auto;
  max-width: 1240px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 666px) {
  .cookie-container {
    flex-direction: column;
    align-items: flex-start;
  }
}

.cookie-text {
  width: 50%;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.2;
  text-align: start;
  color: #353535;
}
@media only screen and (max-width: 1024px) {
  .cookie-text {
    width: 66%;
    font-size: 14px;
  }
}
@media only screen and (max-width: 666px) {
  .cookie-text {
    width: 100%;
    font-size: 12px;
    margin-bottom: 12px;
  }
}
.cookie-text a {
  font-family: "Myriad Pro";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
  text-decoration-line: underline;
  color: #852a91;
}
@media only screen and (max-width: 1024px) {
  .cookie-text a {
    font-size: 16px;
  }
}
@media only screen and (max-width: 666px) {
  .cookie-text a {
    font-size: 14px;
  }
}

.cookie-submit {
  font-family: "Myriad Pro";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.2;
  text-align: center;
  color: #ffffff;
  padding: 12px 49px;
  background: #852a91;
  border-radius: 30px;
  cursor: pointer;
}
@media only screen and (max-width: 1024px) {
  .cookie-submit {
    font-size: 16px;
    padding: 12px 42px;
  }
}
@media only screen and (max-width: 666px) {
  .cookie-submit {
    font-size: 14px;
    padding: 8px 30px;
  }
}

.animate-gradient-text-temporary {
  max-width: none;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 23px;
  line-height: 28px;
  margin-left: 15px;
  padding-bottom: 10px;
}

.hero-item-deskription-temporary {
  padding-top: 10px;
}

.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  min-height: 100vh;
  z-index: 999;
  transition: opacity 0.1s ease;
  overflow-y: auto;
}
@media only screen and (max-width: 1024px) {
  .modal {
    overflow-x: hidden;
    min-height: var(--vh);
    height: var(--vh);
  }
}
.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #020219;
  opacity: 0.8;
}
.modal__close {
  position: absolute;
  z-index: 100;
  background-color: transparent;
  top: 4px;
  right: 381px;
  border: 0;
  cursor: pointer;
}
.modal__close * {
  cursor: pointer;
}
.modal__close svg {
  display: block;
  width: 53px;
  height: 53px;
}
@media only screen and (max-width: 1024px) {
  .modal__close {
    top: 23px;
    right: 3px;
  }
  .modal__close svg {
    width: 30px;
    height: 30px;
  }
}
.modal__content {
  position: absolute;
  left: 50%;
  top: 70px;
  max-width: 1197px;
  width: 100%;
  transform: translatex(-50%);
  transition: transform 0.3s ease;
}
@media only screen and (max-width: 1024px) {
  .modal__content {
    width: 100%;
    left: 0;
    top: 0;
    max-width: 1197px;
    width: 100%;
    transform: translatex(0%);
  }
}
.modal__content.thanks {
  max-width: 819px;
}
.modal__content.thanks .modal__close {
  width: 53px;
  height: 53px;
  top: 0;
  right: 0;
  z-index: 30;
}

.modal-form {
  width: 100%;
}

.modal-circle {
  width: 819px;
  height: 778px;
  background: url("../images/modal-circle-bg.svg") no-repeat center center;
  background-size: contain;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 70px 93px;
}
.modal-circle.circle2 {
  margin-left: auto;
  margin-top: -190px;
}
.modal-circle.circle2 .modal-numbers {
  margin-top: 50px;
}
.modal-circle.circle3 {
  margin-top: -190px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 1024px) {
  .modal-circle {
    width: 100%;
    height: auto;
    background: #000000;
    padding: 60px 30px 0;
  }
  .modal-circle.circle2 {
    margin-left: auto;
    margin-top: 0px;
  }
  .modal-circle.circle2 .modal-numbers {
    margin-top: 50px;
  }
  .modal-circle.circle2 .modal-circle-logo {
    display: none;
  }
  .modal-circle.circle3 {
    margin-top: 0px;
    margin-bottom: 30px;
    padding-bottom: 70px;
  }
  .modal-circle.circle3 .modal-circle-logo {
    display: none;
  }
}
@media only screen and (max-width: 666px) {
  .modal-circle.circle2 .modal-numbers {
    margin-top: 29px;
  }
  .modal-circle.circle3 {
    margin-bottom: 0;
  }
}

.modal-circle-logo {
  margin-bottom: 64px;
}
@media only screen and (max-width: 666px) {
  .modal-circle-logo {
    margin-bottom: 20px;
  }
}

.modal-circle-title {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 200%;
  color: #ffffff;
  margin-bottom: 30px;
}
@media only screen and (max-width: 666px) {
  .modal-circle-title {
    font-size: 16px;
    line-height: 150%;
    margin-bottom: 30px;
    align-self: start;
  }
}

.modal-input {
  width: 100%;
  position: relative;
  margin-bottom: 32px;
}
@media only screen and (max-width: 666px) {
  .modal-input {
    margin-bottom: 18px;
  }
}
.modal-input::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  background: linear-gradient(90deg, #6deae7 2.5%, #459bc8 50.74%, #3c70b5 100%);
  width: 100%;
  height: 1px;
}
.modal-input input {
  width: 100%;
  background: transparent;
  border: none;
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 200%;
  color: #ffffff;
}
@media only screen and (max-width: 666px) {
  .modal-input input {
    font-size: 14px;
  }
}
.modal-input input::-moz-placeholder {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 200%;
  color: #ffffff;
}
.modal-input input::placeholder {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 200%;
  color: #ffffff;
}
@media only screen and (max-width: 666px) {
  .modal-input input::-moz-placeholder {
    font-size: 14px;
  }
  .modal-input input::placeholder {
    font-size: 14px;
  }
}
.modal-input input:focus::-moz-placeholder {
  opacity: 0;
}
.modal-input input:focus::placeholder {
  opacity: 0;
}
.modal-input.error::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  background: #f40c0c;
  width: 100%;
  height: 1px;
}
.modal-input.error .input-error-text {
  display: block;
}

.input-error-text {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 300;
  font-size: 10px;
  line-height: 200%;
  color: #f40c0c;
  position: absolute;
  left: 0;
  bottom: -24px;
  display: none;
}

.modal-numbers {
  font-family: "Noto Serif";
  font-style: normal;
  font-weight: 400;
  font-size: 70px;
  line-height: 95px;
  text-align: center;
  color: #ffffff;
}
@media only screen and (max-width: 666px) {
  .modal-numbers {
    font-size: 40px;
    line-height: 54px;
    margin-top: 20px;
  }
}

.modal-textarea {
  width: 100%;
  position: relative;
  margin-bottom: 32px;
}
.modal-textarea::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  background: linear-gradient(90deg, #6deae7 2.5%, #459bc8 50.74%, #3c70b5 100%);
  width: 100%;
  height: 1px;
}
.modal-textarea textarea {
  width: 100%;
  background: transparent;
  border: none;
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 200%;
  color: #ffffff;
}
.modal-textarea textarea::-moz-placeholder {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 200%;
  color: #ffffff;
}
.modal-textarea textarea::placeholder {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 200%;
  color: #ffffff;
}
.modal-textarea textarea:focus::-moz-placeholder {
  opacity: 0;
}
.modal-textarea textarea:focus::placeholder {
  opacity: 0;
}
@media only screen and (max-width: 666px) {
  .modal-textarea textarea {
    font-size: 14px;
    line-height: 200%;
  }
  .modal-textarea textarea::-moz-placeholder {
    font-size: 14px;
    line-height: 200%;
  }
  .modal-textarea textarea::placeholder {
    font-size: 14px;
    line-height: 200%;
  }
}

.modal-checkboxes {
  width: 90%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  margin-bottom: 24px;
}
@media only screen and (max-width: 666px) {
  .modal-checkboxes {
    width: 100%;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
}

.modal-checkbox {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
}
.modal-checkbox:last-of-type {
  left: 30px;
}

.modal-checkbox[type=radio]:checked + label {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 150%;
  background: linear-gradient(92.22deg, #6deae7 0%, #459bc8 53.74%, #3c70b5 107.46%, rgba(35, 35, 35, 0) 107.47%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
@media only screen and (max-width: 666px) {
  .modal-checkbox[type=radio]:checked + label {
    font-size: 16px;
    line-height: 150%;
  }
}

.modal-checkbox[type=radio]:not(:checked) + label {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 150%;
  color: #ffffff;
  height: 36px;
}
@media only screen and (max-width: 666px) {
  .modal-checkbox[type=radio]:not(:checked) + label {
    font-size: 16px;
    line-height: 150%;
  }
}

.modal-checkbox-label {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 150%;
  color: #ffffff;
  height: 36px;
  cursor: pointer;
}

.modal-circle-bottom {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 666px) {
  .modal-circle-bottom {
    flex-direction: column;
    align-items: center;
    margin-bottom: 40px;
  }
  .modal-circle-bottom .modal-circle-bottom-btn {
    margin-left: 0;
    margin-top: 40px;
  }
}

.modal-circle-bottom-btn {
  border: none;
  background: transparent;
  margin-left: 65px;
}

.thanks-circle {
  width: 819px;
  height: 778px;
  background: url("../images/modal-circle-bg.svg") no-repeat center center;
  background-size: contain;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 70px 93px;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .thanks-circle {
    width: 100%;
    height: 100vh;
    background: #000;
  }
}
@media only screen and (max-width: 666px) {
  .thanks-circle {
    padding: 60px 20px;
  }
}

.thanks-circle-logo {
  margin-bottom: 31px;
}

.thanks-circle-title {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 500;
  font-size: 48px;
  line-height: 200%;
  background: linear-gradient(100.2deg, #6deae7 -15.57%, #459bc8 54.02%, #3c70b5 122.18%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  margin-bottom: 30px;
}
@media only screen and (max-width: 666px) {
  .thanks-circle-title {
    font-size: 24px;
    line-height: 200%;
    margin-bottom: 20px;
  }
}

.thanks-circle-text {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 300;
  font-size: 24px;
  line-height: 33px;
  text-align: center;
  margin-bottom: 30px;
  color: #ffffff;
}
@media only screen and (max-width: 666px) {
  .thanks-circle-text {
    font-size: 14px;
    line-height: 19px;
  }
}

.thanks-circle-bottom {
  font-family: "Noto Serif";
  font-style: normal;
  font-weight: 400;
  font-size: 70px;
  line-height: 95px;
  color: #ffffff;
}
@media only screen and (max-width: 666px) {
  .thanks-circle-bottom {
    font-size: 36px;
    line-height: 49px;
    margin-top: 30px;
  }
}

.menu-overlay {
  display: none;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  background: rgba(83, 87, 90, 0.2);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
.menu-overlay.show {
  display: block;
}

.menu-wrapper {
  width: 50%;
  height: 100%;
  margin-left: auto;
  background-color: #fff;
  padding: 80px 0;
}
@media only screen and (max-width: 666px) {
  .menu-wrapper {
    width: 100%;
  }
}

.menu-close-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 56px;
  background: #ffffff;
  box-shadow: 0px 1px 4px rgba(145, 123, 150, 0.1);
}
@media only screen and (max-width: 666px) {
  .menu-close-wrapper {
    width: 100%;
  }
}

.menu-close {
  position: absolute;
  top: 13px;
  right: 20px;
  cursor: pointer;
  z-index: 21;
  width: 30px;
  height: 30px;
}
.menu-close img {
  width: 100%;
  height: 100%;
}

.menu-content {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
}

@media only screen and (max-width: 1024px) {
  .menu-logo {
    width: 212px;
    height: 31px;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 666px) {
  .menu-logo {
    width: 129px;
    height: 19px;
  }
}
.menu-logo img {
  width: 100%;
  height: 100%;
}

.menu-btn {
  font-family: "Myriad Pro";
  font-size: 22px;
  line-height: 1.18;
  text-align: center;
  padding: 10px 35px;
  background: #852a91;
  border-radius: 30px;
  color: #ffffff;
  margin-bottom: 30px;
}
.menu-btn:hover {
  background: #560a61;
}
@media only screen and (max-width: 666px) {
  .menu-btn {
    padding: 13px 43px;
    font-size: 16px;
    line-height: 1.21;
  }
}

.menu-list {
  text-align: center;
  margin-bottom: 30px;
}

.menu-list-item:not(:last-child) {
  margin-bottom: 30px;
}

.menu-list-link {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.22;
  color: #353535;
}
.menu-list-link:hover {
  color: #852a91;
}

.menu-leng {
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 30px;
  cursor: pointer;
}
.menu-leng span {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.22;
  color: #353535;
  margin-right: 6px;
  cursor: pointer;
}
.menu-leng span:hover {
  color: #852a91;
}
.menu-leng .leng-cur {
  display: none;
}
.menu-leng .leng-cur.open {
  display: block;
}
.menu-leng .leng-bottom {
  display: none;
  position: absolute;
  top: 120%;
  right: 0;
  padding: 14px 11px;
  border: 1px solid #d8c2df;
  border-radius: 8px;
  background-color: #fff;
}
.menu-leng .leng-bottom.open {
  display: block;
}
.menu-leng .leng-bottom.open ~ svg {
  transform: rotate(180deg);
}

.menu-social-list {
  display: flex;
}
.menu-social-list.is-hidden {
  display: none;
}

.menu-social-list-item {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #560a61;
  padding: 5px;
}
.menu-social-list-item:not(:last-child) {
  margin-right: 20px;
}
.menu-social-list-item a {
  display: inline-block;
}

.header {
  width: 100%;
  height: 75px;
  margin: 0 auto;
  padding: 0 50px;
  position: fixed;
  top: 10px;
  left: 0;
  z-index: 7;
}
@media only screen and (max-width: 1024px) {
  .header {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 666px) {
  .header {
    top: 0;
    height: 56px;
    padding: 0;
  }
}

.header-wrapper {
  width: 100%;
  height: 75px;
  padding: 0 50px;
  background: #ffffff;
  box-shadow: 0px 2px 4px rgba(145, 123, 150, 0.1);
  border-radius: 15px;
}
@media only screen and (max-width: 1024px) {
  .header-wrapper {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 666px) {
  .header-wrapper {
    padding: 0 20px;
    border-radius: 0;
    height: 56px;
  }
}

.header-centered {
  max-width: 1240px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-logo {
  width: 212px;
  height: 31px;
}
@media only screen and (max-width: 666px) {
  .header-logo {
    width: 109px;
    height: 16px;
  }
}

.header-nav {
  display: flex;
  align-items: center;
}

.header-list {
  display: flex;
  align-items: center;
  margin-right: 50px;
}
@media only screen and (max-width: 1024px) {
  .header-list {
    display: none;
  }
}

.header-list-item:not(:last-child) {
  margin-right: 50px;
}

.header-list-link {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.22;
  color: #353535;
}
.header-list-link:hover {
  color: #852a91;
}

.header-btn {
  font-family: "Myriad Pro";
  font-size: 22px;
  line-height: 1.18;
  text-align: center;
  margin-right: 50px;
  padding: 10px 35px;
  background: #852a91;
  border-radius: 30px;
  color: #ffffff;
}
.header-btn:hover {
  background: #560a61;
}
@media only screen and (max-width: 1024px) {
  .header-btn {
    margin-right: 30px;
  }
}
@media only screen and (max-width: 666px) {
  .header-btn {
    margin-right: 15px;
    padding: 6px 25px;
    font-size: 14px;
    line-height: 1.2;
  }
}

.header-leng {
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
}
.header-leng span {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.22;
  color: #353535;
  margin-right: 6px;
  cursor: pointer;
}
.header-leng span:hover {
  color: #852a91;
}
.header-leng .leng-cur {
  display: none;
}
.header-leng .leng-cur.open {
  display: block;
}
.header-leng .leng-bottom {
  display: none;
  position: absolute;
  top: 120%;
  right: 0;
  padding: 14px 11px;
  border: 1px solid #d8c2df;
  border-radius: 8px;
  background-color: #fff;
}
.header-leng .leng-bottom.open {
  display: block;
}
.header-leng .leng-bottom.open ~ svg {
  transform: rotate(180deg);
}
@media only screen and (max-width: 1024px) {
  .header-leng {
    display: none;
  }
}

.header-burger {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .header-burger {
    display: block;
    width: 30px;
    height: 30px;
  }
}

.header-language {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.22;
  color: #353535;
  margin-right: 6px;
  cursor: pointer;
}

.footer {
  width: 100%;
}

.footer-light {
  width: 100%;
  background: #852a91;
  padding: 100px 30px 90px;
}
@media only screen and (max-width: 1024px) {
  .footer-light {
    padding: 80px 30px;
  }
}
@media only screen and (max-width: 666px) {
  .footer-light {
    padding: 40px 20px 45px;
  }
}

.footer-container {
  display: flex;
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 1024px) {
  .footer-container {
    justify-content: space-between;
  }
}
@media only screen and (max-width: 666px) {
  .footer-container {
    display: block;
  }
}

.footer-left {
  margin-right: 146px;
}
@media only screen and (max-width: 1024px) {
  .footer-left {
    margin-right: 20px;
  }
}
@media only screen and (max-width: 666px) {
  .footer-left {
    margin-right: 0;
    margin-bottom: 40px;
  }
}

.footer-logo {
  display: inline-block;
  width: 212px;
  height: 31px;
  margin-bottom: 40px;
}

.footer-social-list {
  display: flex;
}

.footer-social-list-item {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #fff;
  padding: 7.5px;
}
.footer-social-list-item:not(:last-child) {
  margin-right: 25px;
}
.footer-social-list-item a {
  display: inline-block;
}
.footer-social-list-item svg {
  fill: #560A61;
}
.footer-social-list-item:hover svg {
  fill: #ffffff;
}
.footer-social-list-item:hover {
  background-color: #560A61;
}

.footer-wrapper {
  display: flex;
}
@media only screen and (max-width: 1024px) {
  .footer-wrapper {
    display: block;
  }
}

.footer-contacts {
  margin-right: 96px;
}

.footer-contacts-title {
  font-weight: 500;
  font-size: 22px;
  line-height: 1.23;
  color: #ffffff;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1024px) {
  .footer-contacts-title {
    font-size: 14px;
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 666px) {
  .footer-contacts-title {
    font-size: 16px;
    margin-bottom: 15px;
  }
}

.footer-contacts-adress {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.25;
  color: #ffffff;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1024px) {
  .footer-contacts-adress {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 666px) {
  .footer-contacts-adress {
    font-size: 12px;
  }
}

@media only screen and (max-width: 1024px) {
  .footer-contacts-list {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 666px) {
  .footer-contacts-list {
    margin-bottom: 20px;
  }
}

.footer-contacts-list-item span,
.footer-contacts-list-item a {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.22;
  color: #ffffff;
}
@media only screen and (max-width: 1024px) {
  .footer-contacts-list-item span,
  .footer-contacts-list-item a {
    font-size: 16px;
  }
}
@media only screen and (max-width: 666px) {
  .footer-contacts-list-item span,
  .footer-contacts-list-item a {
    font-size: 12px;
  }
}

.footer-list-item:not(:last-child) {
  margin-bottom: 30px;
}
@media only screen and (max-width: 1024px) {
  .footer-list-item:not(:last-child) {
    margin-bottom: 35px;
  }
}
@media only screen and (max-width: 666px) {
  .footer-list-item:not(:last-child) {
    margin-bottom: 20px;
  }
}

.footer-list-link {
  font-weight: 500;
  font-size: 22px;
  line-height: 1.22;
  color: #ffffff;
}
.footer-list-link:hover {
  color: #D8C2DF;
}
@media only screen and (max-width: 1024px) {
  .footer-list-link {
    font-size: 14px;
  }
}
@media only screen and (max-width: 666px) {
  .footer-list-link {
    font-size: 16px;
  }
}

.footer-dark {
  width: 100%;
  padding: 40px 30px 60px;
  background: #560a61;
}
@media only screen and (max-width: 1024px) {
  .footer-dark {
    padding: 30px 30px 50px;
  }
}
@media only screen and (max-width: 666px) {
  .footer-dark {
    padding: 30px 20px 50px;
  }
}

.footer-dark-container {
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
}

.footer-dark-img {
  margin-bottom: 40px;
}
.footer-dark-img img {
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .footer-dark-img {
    margin-bottom: 20px;
  }
}

.footer-dark-text {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.25;
  color: #ffffff;
  margin-bottom: 40px;
}
@media only screen and (max-width: 1024px) {
  .footer-dark-text {
    font-size: 16px;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 666px) {
  .footer-dark-text {
    font-size: 12px;
    margin-bottom: 25px;
  }
}

.pharma-logo-img {
  margin-bottom: 15px;
}
@media only screen and (max-width: 1024px) {
  .pharma-logo-img {
    margin-bottom: 10px;
  }
}

.pharma-text {
  font-family: "Myriad Pro";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.16;
  color: #ffffff;
}
@media only screen and (max-width: 666px) {
  .pharma-text {
    font-size: 10px;
  }
}

.buy-page {
  width: 100%;
}

.buy-main {
  width: 100%;
  padding-top: 110px;
}
@media only screen and (max-width: 1024px) {
  .buy-main {
    padding-top: 100px;
  }
}
@media only screen and (max-width: 666px) {
  .buy-main {
    padding-top: 66px;
  }
}

.breadcrumbs-fluid {
  width: 100%;
  padding: 0 40px;
  margin-bottom: 57px;
}
@media only screen and (max-width: 1024px) {
  .breadcrumbs-fluid {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 666px) {
  .breadcrumbs-fluid {
    padding: 0 20px;
    margin-bottom: 16px;
  }
}

.breadcrumbs-centered {
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
}

.breadcrumbs-item {
  font-family: "Myriad Pro";
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 22px;
  color: #c29eca;
}
.breadcrumbs-item.active {
  color: #353535;
  pointer-events: none;
}
@media only screen and (max-width: 666px) {
  .breadcrumbs-item {
    font-size: 12px;
    line-height: 14px;
  }
}

.breadcrumbs-dot {
  width: 8px;
  height: 8px;
  background: #852a91;
  border-radius: 4px;
  margin: 0 8px;
}
@media only screen and (max-width: 666px) {
  .breadcrumbs-dot {
    width: 4px;
    height: 4px;
    margin: 0 4px;
  }
}
.breadcrumbs-dot.not-active {
  background: #d8c2df;
}

.buy-fluid {
  width: 100%;
  padding: 0 40px;
}
@media only screen and (max-width: 666px) {
  .buy-fluid {
    padding: 0 20px;
  }
}

.buy-centered {
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
}

.buy-top {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 41px;
}
@media only screen and (max-width: 1024px) {
  .buy-top {
    margin-bottom: 35px;
  }
}
@media only screen and (max-width: 666px) {
  .buy-top {
    flex-direction: column;
  }
}

.buy-top-title {
  font-style: normal;
  font-weight: 400;
  font-size: 45px;
  line-height: 55px;
  color: #353535;
}
@media only screen and (max-width: 1024px) {
  .buy-top-title {
    font-size: 36px;
    line-height: 44px;
  }
}
@media only screen and (max-width: 666px) {
  .buy-top-title {
    font-size: 24px;
    line-height: 29px;
    color: #353535;
    margin-bottom: 15px;
  }
}

.buy-top-discount {
  width: 227px;
  height: 60px;
  background: #ffffff;
  border: 1px solid #852a91;
  border-radius: 30px;
  font-family: "Myriad Pro";
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 26px;
  color: #852a91;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background-image: linear-gradient(92deg, #fff, #fff, #e6c3ed, #e3bccd, #e6c3ed, #fff);
  background-size: 200%;
  animation: animated-gradient-btn 5s linear infinite;
}
.buy-top-discount img {
  margin-right: 6px;
}
@media only screen and (max-width: 1024px) {
  .buy-top-discount {
    width: 196px;
    height: 50px;
    font-size: 20px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 666px) {
  .buy-top-discount {
    width: 114px;
    height: 35px;
    font-size: 14px;
    line-height: 17px;
  }
  .buy-top-discount img {
    width: 13px;
  }
}

@keyframes animated-gradient-btn {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: -200% 50%;
  }
}
.buy-container {
  width: 100%;
}

.buy-item {
  background: #f5ecf7;
  border-radius: 10px;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 35px;
}
@media only screen and (max-width: 1024px) {
  .buy-item {
    flex-direction: column;
    padding: 50px 0;
  }
}
@media only screen and (max-width: 666px) {
  .buy-item {
    padding: 30px 0;
  }
}

.buy-item-left {
  width: 46%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media only screen and (max-width: 1024px) {
  .buy-item-left {
    width: 85%;
    margin-bottom: 57px;
  }
}
@media only screen and (max-width: 666px) {
  .buy-item-left {
    width: 100%;
    padding: 0 17px;
  }
}

.buy-item-left-heading {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 36px;
  line-height: 44px;
  color: #560a61;
  margin-bottom: 65px;
}
@media only screen and (max-width: 1024px) {
  .buy-item-left-heading {
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 666px) {
  .buy-item-left-heading {
    font-size: 18px;
    line-height: 22px;
  }
}

.buy-item-left-image {
  width: 407px;
  height: 317px;
  position: relative;
}
.buy-item-left-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media only screen and (max-width: 1024px) {
  .buy-item-left-image {
    width: 326px;
    height: 254px;
  }
}
@media only screen and (max-width: 666px) {
  .buy-item-left-image {
    width: 62vw;
    height: auto;
  }
}

.buy-item-left-course {
  position: absolute;
  bottom: -31px;
  left: -67px;
  width: 146px;
  height: 146px;
  background: #ffffff;
  box-shadow: 4.21053px 4.21053px 5.26316px rgba(160, 145, 165, 0.2);
  border-radius: 106.316px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
}
@media only screen and (max-width: 1024px) {
  .buy-item-left-course {
    bottom: -17px;
    width: 125px;
    height: 125px;
  }
}
@media only screen and (max-width: 666px) {
  .buy-item-left-course {
    width: 82px;
    height: 82px;
    bottom: -17px;
    left: -32px;
    padding: 0 5px;
  }
}

.buy-item-left-course-text {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: #53575a;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1024px) {
  .buy-item-left-course-text {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 11px;
  }
}
@media only screen and (max-width: 666px) {
  .buy-item-left-course-text {
    font-size: 11px;
    line-height: 13px;
    margin-bottom: 4px;
  }
}

.buy-item-left-course-due {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: #852a91;
}
@media only screen and (max-width: 1024px) {
  .buy-item-left-course-due {
    font-size: 18px;
    line-height: 22px;
  }
}
@media only screen and (max-width: 666px) {
  .buy-item-left-course-due {
    font-size: 13px;
    line-height: 16px;
  }
}

.buy-item-right {
  width: 50%;
}
@media only screen and (max-width: 1024px) {
  .buy-item-right {
    width: 100%;
    padding-left: 10px;
  }
  .buy-item-right .slick-slide {
    padding: 0 10px;
  }
}
@media only screen and (max-width: 666px) {
  .buy-item-right {
    width: 100%;
    padding-left: 5px;
  }
  .buy-item-right .slick-slide {
    padding: 0 5px;
  }
}

.buy-item-right-link {
  width: 580px;
  height: 250px;
  background: #ffffff;
  border-radius: 10px;
  filter: drop-shadow(0px 2px 5px rgba(83, 73, 86, 0.2));
  margin-bottom: 15px;
}
.buy-item-right-link.lower {
  height: auto;
}
.buy-item-right-link:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 666px) {
  .buy-item-right-link {
    height: 165px;
  }
}

.buy-item-right-link-inner {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 30px;
}
@media only screen and (max-width: 666px) {
  .buy-item-right-link-inner {
    padding: 15px 20px 20px;
    flex-direction: column;
  }
}

.buy-item-right-link-name {
  width: 45%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.buy-item-right-link-name span {
  display: block;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 300;
  font-size: 28px;
  line-height: 34px;
  text-align: center;
  color: #53575a;
  margin-bottom: 2px;
}
@media only screen and (max-width: 666px) {
  .buy-item-right-link-name span {
    font-size: 16px;
    line-height: 20px;
  }
  .buy-item-right-link-name img {
    width: 113px;
    margin-bottom: 10px;
  }
}

.buy-item-right-link-btn {
  width: 212px;
  height: 56px;
  background: #852a91;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.buy-item-right-link-btn span {
  font-family: "Myriad Pro";
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 26px;
  color: #ffffff;
  margin-left: 25px;
}
.buy-item-right-link-btn:hover svg rect {
  fill: transparent;
  stroke: #fff;
}
.buy-item-right-link-btn:hover svg path {
  fill: #fff;
}
@media only screen and (max-width: 666px) {
  .buy-item-right-link-btn {
    width: 130px;
    height: 39px;
  }
  .buy-item-right-link-btn span {
    font-size: 14px;
    line-height: 17px;
    margin-left: 15px;
  }
  .buy-item-right-link-btn svg {
    width: 25px;
    height: 25px;
  }
}

body.no-scroll {
  height: 100vh;
  overflow: hidden;
}

.discount-popup-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(83, 87, 90, 0.2);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 200ms linear;
  z-index: 10;
}
.discount-popup-backdrop.is-visible {
  opacity: 1;
  pointer-events: all;
  transition: opacity 200ms linear;
}

.discount-popup-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 1240px;
  width: 90%;
  max-height: 80%;
  padding: 50px 106px 80px;
  background: #ffffff;
  border-radius: 10px;
  overflow-y: auto;
}
@media only screen and (max-width: 1024px) {
  .discount-popup-content {
    padding: 40px 26px;
  }
}
@media only screen and (max-width: 666px) {
  .discount-popup-content {
    width: 100%;
    padding: 40px 20px;
  }
}

.discount-popup-close {
  position: fixed;
  top: 27px;
  right: 25px;
  width: 21px;
  height: 21px;
  border: none;
  background-color: transparent;
  padding: 0;
  cursor: pointer;
}
@media only screen and (max-width: 1024px) {
  .discount-popup-close {
    top: 20px;
    right: 20px;
  }
}
@media only screen and (max-width: 666px) {
  .discount-popup-close {
    width: 15px;
    height: 15px;
  }
}
.discount-popup-close img {
  width: 100%;
  height: 100%;
}

.discount-popup-content-heading {
  text-align: center;
  margin-bottom: 60px;
}
@media only screen and (max-width: 1024px) {
  .discount-popup-content-heading {
    margin-bottom: 58px;
  }
}
@media only screen and (max-width: 666px) {
  .discount-popup-content-heading {
    width: 75%;
    margin: 0 auto 30px;
  }
}
.discount-popup-content-heading h2 {
  font-size: 36px;
  line-height: 1.2;
  color: #353535;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1024px) {
  .discount-popup-content-heading h2 {
    font-size: 28px;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 666px) {
  .discount-popup-content-heading h2 {
    font-size: 18px;
  }
}
.discount-popup-content-heading p {
  font-size: 36px;
  line-height: 1.2;
  color: #353535;
}
@media only screen and (max-width: 1024px) {
  .discount-popup-content-heading p {
    font-size: 28px;
  }
}
@media only screen and (max-width: 666px) {
  .discount-popup-content-heading p {
    font-size: 18px;
  }
}

.discount-popup-drugstore-list-item {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.discount-popup-drugstore-list-item:not(:last-child) {
  margin-bottom: 40px;
  padding-bottom: 20px;
  border-bottom: 2px solid #e7e7e7;
}
.discount-popup-drugstore-list-item-size {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 146px;
  height: 146px;
  background: linear-gradient(107.04deg, #e6c3ed 1.34%, #faf3fc 43.8%, #f6f0f8 63.62%, #e3bccd 99.12%);
  border-radius: 106.316px;
  font-weight: 400;
  font-size: 45px;
  line-height: 1.2;
  color: #560a61;
}
@media only screen and (max-width: 1024px) {
  .discount-popup-drugstore-list-item-size {
    width: 95px;
    height: 95px;
    font-size: 28px;
  }
}
@media only screen and (max-width: 666px) {
  .discount-popup-drugstore-list-item-size {
    width: 60px;
    height: 60px;
    font-size: 18px;
  }
}

@media only screen and (max-width: 666px) {
  .discount-popup-drugstore-list-item-name-wrapper {
    width: 90px;
    text-align: center;
  }
}
.discount-popup-drugstore-list-item-name-wrapper .discount-popup-drugstore-list-item-name {
  font-weight: 300;
  font-size: 20px;
  line-height: 1.2;
  color: #53575a;
}
@media only screen and (max-width: 1024px) {
  .discount-popup-drugstore-list-item-name-wrapper .discount-popup-drugstore-list-item-name {
    font-size: 16px;
  }
}
@media only screen and (max-width: 666px) {
  .discount-popup-drugstore-list-item-name-wrapper .discount-popup-drugstore-list-item-name {
    font-size: 12px;
  }
}
.discount-popup-drugstore-list-item-name-wrapper img {
  width: 150px;
  height: 150px;
}
@media only screen and (max-width: 1024px) {
  .discount-popup-drugstore-list-item-name-wrapper img {
    width: 96px;
    height: 96px;
  }
}
@media only screen and (max-width: 666px) {
  .discount-popup-drugstore-list-item-name-wrapper img {
    width: 60px;
    height: 60px;
  }
}

.discount-popup-drugstore-list-item-description {
  width: 255px;
}
@media only screen and (max-width: 1024px) {
  .discount-popup-drugstore-list-item-description {
    width: 160px;
  }
}
@media only screen and (max-width: 666px) {
  .discount-popup-drugstore-list-item-description {
    width: 90px;
    text-align: center;
  }
}
.discount-popup-drugstore-list-item-description h3 {
  font-weight: 400;
  font-size: 24px;
  line-height: 1.2;
  color: #53575a;
  margin-bottom: 45px;
}
@media only screen and (max-width: 1024px) {
  .discount-popup-drugstore-list-item-description h3 {
    font-size: 18px;
    margin-bottom: 32px;
  }
}
@media only screen and (max-width: 666px) {
  .discount-popup-drugstore-list-item-description h3 {
    font-size: 14px;
    width: 80%;
    margin: 0 auto 10px;
  }
}
.discount-popup-drugstore-list-item-description a {
  font-family: "Myriad Pro";
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 1.2;
  border-bottom: 2px solid #560a61;
  color: #560a61;
}
@media only screen and (max-width: 1024px) {
  .discount-popup-drugstore-list-item-description a {
    font-size: 16px;
    border-bottom: 1.5px solid #560a61;
  }
}
@media only screen and (max-width: 666px) {
  .discount-popup-drugstore-list-item-description a {
    font-size: 12px;
  }
}

.faq-page {
  background: #f5ecf7;
}

.faq-main {
  width: 100%;
  padding-top: 110px;
}
@media only screen and (max-width: 1024px) {
  .faq-main {
    padding-top: 100px;
  }
}
@media only screen and (max-width: 666px) {
  .faq-main {
    padding-top: 66px;
  }
}

.faq-fluid {
  width: 100%;
  padding: 0 40px;
}
@media only screen and (max-width: 1024px) {
  .faq-fluid {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 666px) {
  .faq-fluid {
    padding: 0 20px;
  }
}

.faq-centered {
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
}

.faq-title {
  font-style: normal;
  font-weight: 400;
  font-size: 45px;
  line-height: 55px;
  color: #353535;
  margin-bottom: 40px;
}
@media only screen and (max-width: 1024px) {
  .faq-title {
    font-size: 36px;
    line-height: 44px;
  }
}
@media only screen and (max-width: 666px) {
  .faq-title {
    font-size: 24px;
    line-height: 29px;
  }
}

.faq-container {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 120px;
}
@media only screen and (max-width: 1024px) {
  .faq-container {
    flex-direction: column-reverse;
  }
}

.tabs__content {
  width: 70%;
}
@media only screen and (max-width: 1024px) {
  .tabs__content {
    width: 100%;
  }
}

.tabs__item {
  display: none;
}
.tabs__item.active {
  display: block;
}

.faq-accordeon-item {
  padding-bottom: 25px;
  border-bottom: 2px solid #d8c2df;
  margin-bottom: 25px;
}
@media only screen and (max-width: 666px) {
  .faq-accordeon-item {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}

.products-about-tabs {
  display: none;
  width: 20.323%;
}
@media only screen and (max-width: 1024px) {
  .products-about-tabs {
    width: 100%;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 666px) {
  .products-about-tabs {
    margin-bottom: 20px;
  }
}

.tabs {
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .tabs {
    overflow-x: auto;
  }
  .tabs::-webkit-scrollbar {
    display: none;
  }
}
@media only screen and (max-width: 666px) {
  .tabs {
    width: calc(100% + 20px);
  }
}

.tabs__nav {
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .tabs__nav {
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
  }
}

.tabs__nav-btn {
  width: 100%;
  height: 63px;
  background: #d8c2df;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  cursor: pointer;
}
.tabs__nav-btn span {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #53575a;
}
.tabs__nav-btn.active {
  background: #852a91;
}
.tabs__nav-btn.active span {
  color: #fff;
}
.tabs__nav-btn.active .tabs__nav-btn-quantity {
  color: #ffffff;
}
@media only screen and (max-width: 1024px) {
  .tabs__nav-btn {
    width: 183px;
    height: 47px;
    margin-right: 10px;
  }
  .tabs__nav-btn span {
    font-size: 14px;
    line-height: 17px;
    text-align: center;
  }
}
@media only screen and (max-width: 666px) {
  .tabs__nav-btn {
    width: 130px;
    height: 46px;
    border-radius: 3px;
    margin-right: 5px;
  }
}

.tabs__nav-btn-quantity {
  margin-left: 4px;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  color: #53575a;
  transform: translateY(-8px);
}
@media only screen and (max-width: 1024px) {
  .tabs__nav-btn-quantity {
    display: none;
  }
}

.faq-accordeon-heading {
  width: 100%;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.faq-accordeon-heading.open .faq-accordeon-heading-icon::after {
  display: none;
}

.faq-accordeon-heading-icon {
  width: 21px;
  height: 21px;
  margin-right: 25px;
  position: relative;
}
.faq-accordeon-heading-icon::before {
  content: "";
  width: 21px;
  height: 3px;
  background: #852a91;
  border-radius: 2px;
  position: absolute;
  top: 9px;
  left: 0;
}
.faq-accordeon-heading-icon::after {
  content: "";
  width: 3px;
  height: 21px;
  background: #852a91;
  border-radius: 2px;
  position: absolute;
  top: 0;
  left: 9px;
}

.faq-accordeon-heading-title {
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 29px;
  color: #353535;
}
@media only screen and (max-width: 1024px) {
  .faq-accordeon-heading-title {
    font-size: 20px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 666px) {
  .faq-accordeon-heading-title {
    font-size: 18px;
    line-height: 22px;
  }
}

.faq-accordeon-drop {
  padding-top: 20px;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  color: #353535;
  padding-left: 48px;
  display: none;
}
@media only screen and (max-width: 1024px) {
  .faq-accordeon-drop {
    font-size: 14px;
    line-height: 17px;
  }
}
@media only screen and (max-width: 666px) {
  .faq-accordeon-drop {
    padding-top: 10px;
    font-size: 14px;
    line-height: 17px;
    font-weight: 400;
  }
}

.blog-page {
  width: 100%;
}

.blog-main {
  width: 100%;
  padding-top: 110px;
}
@media only screen and (max-width: 666px) {
  .blog-main {
    padding-top: 66px;
  }
}

.blog-fluid {
  width: 100%;
  padding: 0 40px 120px;
}
@media only screen and (max-width: 1024px) {
  .blog-fluid {
    padding: 0 0 80px 30px;
  }
}
@media only screen and (max-width: 666px) {
  .blog-fluid {
    padding: 0 0 60px 20px;
  }
}

.blog-centered {
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
}

.blog-title {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 45px;
  line-height: 55px;
  color: #353535;
  margin-bottom: 40px;
}
@media only screen and (max-width: 1024px) {
  .blog-title {
    font-size: 36px;
    line-height: 44px;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 666px) {
  .blog-title {
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 20px;
  }
}

.blog-content {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 1024px) {
  .blog-content {
    flex-direction: column-reverse;
  }
}

.blog-container {
  width: 75.645%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px 30px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 1024px) {
  .blog-container {
    width: 100%;
    padding-right: 30px;
    gap: 30px 20px;
  }
}
@media only screen and (max-width: 666px) {
  .blog-container {
    padding-right: 20px;
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }
}

.blog-item-image {
  width: 100%;
  height: 260px;
  margin-bottom: 20px;
}
.blog-item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
}
@media only screen and (max-width: 1024px) {
  .blog-item-image {
    height: 198px;
    margin-bottom: 17px;
  }
}
@media only screen and (max-width: 666px) {
  .blog-item-image {
    height: 161px;
    margin-bottom: 15px;
  }
}

.blog-item-title {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: #353535;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1024px) {
  .blog-item-title {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 666px) {
  .blog-item-title {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 8px;
  }
}

.blog-item-description {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 17px;
  color: #353535;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1024px) {
  .blog-item-description {
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 666px) {
  .blog-item-description {
    font-size: 11px;
    line-height: 13px;
    margin-bottom: 10px;
  }
}

.blog-item-more {
  display: flex;
  align-items: center;
}
.blog-item-more span {
  display: block;
  font-family: "Myriad Pro";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #852a91;
  margin-right: 6px;
}
.blog-item-more:hover span {
  color: #560a61;
}
.blog-item-more:hover svg path {
  fill: #fff;
}
.blog-item-more:hover svg rect {
  fill: #560a61;
  stroke: #560a61;
}
@media only screen and (max-width: 666px) {
  .blog-item-more span {
    font-size: 14px;
  }
}

.blog-link {
  width: 20.323%;
}
@media only screen and (max-width: 1024px) {
  .blog-link {
    width: 100%;
    margin-bottom: 30px;
    overflow-x: auto;
  }
  .blog-link::-webkit-scrollbar {
    display: none;
  }
}

.blog-link-inner {
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .blog-link-inner {
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
  }
}

.blog-link-item {
  width: 100%;
  height: 63px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #d8c2df;
  border-radius: 10px;
  margin-bottom: 10px;
}
.blog-link-item:hover {
  background: #852a91;
}
.blog-link-item:hover .blog-link-item-text {
  color: #fff;
}
.blog-link-item:hover .blog-link-item-quantity {
  color: #fff;
}
.blog-link-item.active {
  background: #852a91;
}
.blog-link-item.active .blog-link-item-text {
  color: #fff;
}
.blog-link-item.active .blog-link-item-quantity {
  color: #fff;
}
@media only screen and (max-width: 1024px) {
  .blog-link-item {
    width: 205px;
    margin-right: 10px;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 666px) {
  .blog-link-item {
    width: 160px;
    height: 40px;
    border-radius: 3px;
  }
}

.blog-link-item-text {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #53575a;
  display: block;
  margin-right: 4px;
}
@media only screen and (max-width: 666px) {
  .blog-link-item-text {
    font-size: 14px;
    line-height: 17px;
  }
}

.blog-link-item-quantity {
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  color: #53575a;
}
@media only screen and (max-width: 666px) {
  .blog-link-item-quantity {
    font-size: 7px;
    line-height: 9px;
    transform: translateY(-5px);
  }
}

.blog-pagination {
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .blog-pagination {
    padding-right: 30px;
  }
}

.blog-pagination-inner {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 30px;
  border-top: 2px solid #d8c2df;
}
@media only screen and (max-width: 666px) {
  .blog-pagination-inner {
    padding-top: 20px;
    flex-direction: column-reverse;
  }
}

.blog-pagination-numbers {
  display: flex;
}

.blog-pagination-numbers-num {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  margin-right: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #53575a;
}
.blog-pagination-numbers-num.active {
  background: #852a91;
  color: #fff;
}

.blog-pagination-nav {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 666px) {
  .blog-pagination-nav {
    width: 100%;
    justify-content: space-between;
    margin-bottom: 20px;
  }
}

.blog-pagination-nav-prev {
  font-family: "Myriad Pro";
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 26px;
  color: #c29eca;
  margin-right: 30px;
  cursor: pointer;
}
.blog-pagination-nav-prev:hover {
  color: #852a91;
}
@media only screen and (max-width: 666px) {
  .blog-pagination-nav-prev {
    font-size: 18px;
    line-height: 22px;
  }
}

.blog-pagination-nav-next {
  font-family: "Myriad Pro";
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 26px;
  color: #c29eca;
  cursor: pointer;
}
.blog-pagination-nav-next:hover {
  color: #852a91;
}
@media only screen and (max-width: 666px) {
  .blog-pagination-nav-next {
    font-size: 18px;
    line-height: 22px;
  }
}

.article-main {
  width: 100%;
  padding-top: 110px;
}
@media only screen and (max-width: 1024px) {
  .article-main {
    padding-top: 100px;
  }
}
@media only screen and (max-width: 666px) {
  .article-main {
    padding-top: 66px;
  }
}

.article-fluid {
  width: 100%;
  padding: 0 40px;
  margin-bottom: 120px;
}
@media only screen and (max-width: 1024px) {
  .article-fluid {
    padding: 0 30px;
    margin-bottom: 90px;
  }
}
@media only screen and (max-width: 666px) {
  .article-fluid {
    padding: 0 20px;
    margin-bottom: 80px;
  }
}

.article-centered {
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.article-content {
  width: 69.5%;
}
.article-content h1 {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 300;
  font-size: 28px;
  line-height: 34px;
  color: #353535;
  margin-bottom: 25px;
}
.article-content p {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  color: #353535;
  margin-bottom: 20px;
}
.article-content ul {
  padding-left: 25px;
}
.article-content ul li {
  list-style: disc;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  color: #353535;
  margin-bottom: 15px;
}
.article-content ol {
  padding-left: 25px;
}
.article-content ol li {
  list-style: decimal;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  color: #353535;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1024px) {
  .article-content {
    width: 66.797%;
  }
  .article-content h1 {
    font-size: 22px;
    line-height: 27px;
    margin-bottom: 20px;
  }
  .article-content p {
    font-size: 14px;
    line-height: 17px;
  }
  .article-content ul li {
    font-size: 14px;
    line-height: 17px;
  }
  .article-content ol li {
    font-size: 14px;
    line-height: 17px;
  }
}
@media only screen and (max-width: 666px) {
  .article-content {
    width: 100%;
  }
  .article-content h1 {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 15px;
  }
  .article-content p {
    margin-bottom: 15px;
  }
}

.article-content-image {
  width: 100%;
  height: 385px;
  margin-bottom: 20px;
}
.article-content-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
}
@media only screen and (max-width: 1024px) {
  .article-content-image {
    height: 229px;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 666px) {
  .article-content-image {
    height: 161px;
  }
}

.article-content-image-second {
  width: 100%;
  height: 385px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
  margin: 20px 0 40px;
}
@media only screen and (max-width: 1024px) {
  .article-content-image-second {
    height: 229px;
    margin: 10px 0 30px;
  }
}
@media only screen and (max-width: 666px) {
  .article-content-image-second {
    height: 161px;
    margin: 5px 0 20px;
  }
}

.article-content-image-group {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
  width: 100%;
  margin: 40px 0;
}
@media only screen and (max-width: 1024px) {
  .article-content-image-group {
    gap: 20px;
    margin: 30px 0;
  }
}
@media only screen and (max-width: 666px) {
  .article-content-image-group {
    gap: 10px;
    margin: 20px 0;
  }
}
.article-content-image-group img {
  width: 100%;
  height: 440px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
}
@media only screen and (max-width: 1024px) {
  .article-content-image-group img {
    height: 250px;
  }
}
@media only screen and (max-width: 666px) {
  .article-content-image-group img {
    height: 140px;
  }
}

.article-banner {
  width: 26.613%;
  height: 360px;
  display: flex;
  flex-direction: column;
  background: url("../images/10.png") center center no-repeat;
  background-size: cover;
  border-radius: 5px;
  padding: 20px 20px 26px 22px;
}
@media only screen and (max-width: 1024px) {
  .article-banner {
    width: 22.786%;
    height: 191px;
    padding: 11px;
  }
}
@media only screen and (max-width: 666px) {
  .article-banner {
    display: none;
  }
}

.article-banner-price {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: linear-gradient(107.04deg, #e6c3ed 1.34%, #faf3fc 43.8%, #f6f0f8 63.62%, #e3bccd 99.12%);
  box-shadow: 1.68421px 1.68421px 2.10526px rgba(160, 145, 165, 0.2);
  border-radius: 50%;
  width: 80px;
  height: 80px;
  align-self: flex-end;
  margin-bottom: 10px;
}
.article-banner-price p {
  display: block;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: #560a61;
}
@media only screen and (max-width: 1024px) {
  .article-banner-price {
    width: 42px;
    height: 42px;
    margin-bottom: 5px;
    flex-shrink: 0;
  }
  .article-banner-price p {
    font-size: 10px;
    line-height: 12px;
  }
}

.article-banner-pack {
  width: 220px;
  height: 157px;
  margin-bottom: 45px;
}
.article-banner-pack img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media only screen and (max-width: 1024px) {
  .article-banner-pack {
    width: 116.67px;
    height: 83.3px;
    margin-bottom: 21px;
  }
}

.article-banner-link {
  display: flex;
  align-items: center;
  font-family: "Myriad Pro";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #852a91;
}
.article-banner-link svg {
  margin-left: 10px;
}
@media only screen and (max-width: 1024px) {
  .article-banner-link {
    font-size: 9px;
    line-height: 11px;
  }
}

.article-more {
  width: 100%;
  margin-bottom: 120px;
  padding: 0 40px;
}
@media only screen and (max-width: 1024px) {
  .article-more {
    margin-bottom: 90px;
    padding: 0 30px;
  }
}
@media only screen and (max-width: 666px) {
  .article-more {
    padding: 0 20px;
  }
}

.article-more-centered {
  max-width: 1240px;
  width: 100%;
  overflow-x: visible;
  margin: 0 auto;
}

.article-more-top {
  width: 100%;
  padding-bottom: 20px;
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 40px;
}
@media only screen and (max-width: 666px) {
  .article-more-top {
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
}

.article-more-top-title {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 36px;
  line-height: 44px;
  color: #353535;
}
@media only screen and (max-width: 666px) {
  .article-more-top-title {
    font-size: 24px;
    line-height: 29px;
  }
}

.article-more-slider-wrapper {
  max-width: 1700px;
  width: 100%;
  transform: translatex(-15px);
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .article-more-slider-wrapper {
    transform: translatex(-10px);
  }
}

.article-more-slider-arrows {
  width: 100px;
  height: 30px;
  position: absolute;
  right: 0px;
  top: -82px;
  z-index: 10;
}
@media only screen and (max-width: 666px) {
  .article-more-slider-arrows {
    display: none;
  }
}
.article-more-slider-arrows .slick-prev {
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
}
.article-more-slider-arrows .slick-prev::before {
  display: none;
}
.article-more-slider-arrows .slick-prev:hover svg circle {
  fill: #665194;
}
.article-more-slider-arrows .slick-prev img {
  width: 100%;
}
.article-more-slider-arrows .slick-next {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
}
.article-more-slider-arrows .slick-next::before {
  display: none;
}
.article-more-slider-arrows .slick-next:hover svg circle {
  fill: #665194;
}
.article-more-slider-arrows .slick-next img {
  width: 100%;
}

.article-more-slider {
  width: calc(100% + 15px);
}
.article-more-slider .slick-dots {
  width: 100%;
  padding: 0 30px;
  bottom: -65px;
}
.article-more-slider .slick-dots li {
  width: 10px;
}
.article-more-slider .slick-dots li button:before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #d8c2df;
}
.article-more-slider .slick-dots li.slick-active button:before {
  background: #852a91;
}
@media only screen and (max-width: 666px) {
  .article-more-slider .slick-dots {
    bottom: -40px;
  }
}
.article-more-slider .slick-slide {
  margin: 0 15px;
}
@media only screen and (max-width: 1024px) {
  .article-more-slider {
    width: calc(100% + 20px);
  }
  .article-more-slider .slick-slide {
    margin: 0 10px;
  }
}

.article-more-slider-item-img {
  width: 100%;
  height: 260px;
  margin-bottom: 20px;
}
.article-more-slider-item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
}
@media only screen and (max-width: 1024px) {
  .article-more-slider-item-img {
    height: 198px;
    margin-bottom: 17px;
  }
}

.article-more-slider-item-title {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: #353535;
  margin-bottom: 15px;
}

.article-more-slider-item-description {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 17px;
  color: #353535;
  margin-bottom: 20px;
}

.article-more-slider-item-btn {
  display: flex;
  align-items: center;
}
.article-more-slider-item-btn span {
  display: block;
  font-family: "Myriad Pro";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #852a91;
  margin-right: 6px;
}
.article-more-slider-item-btn:hover span {
  color: #560a61;
}
.article-more-slider-item-btn:hover svg path {
  fill: #fff;
}
.article-more-slider-item-btn:hover svg rect {
  fill: #560a61;
  stroke: #560a61;
}
@media only screen and (max-width: 666px) {
  .article-more-slider-item-btn span {
    font-size: 14px;
  }
}

.error-page {
  width: 100%;
  background: #f5ecf7;
}

.error-main {
  width: 100%;
  height: 100vh;
}

.error-fluid {
  width: 100%;
  padding: 0 30px;
  display: flex;
  align-items: center;
  height: 100%;
}

.error-centered {
  max-width: 956px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
}
@media only screen and (max-width: 1024px) {
  .error-centered {
    max-width: 420px;
    width: 100%;
    flex-direction: column;
  }
}

.error-number {
  width: 340px;
  height: 340px;
  background: #ffffff;
  box-shadow: 7.76842px 7.76842px 9.71053px rgba(160, 145, 165, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 120px;
  line-height: 146px;
  text-align: center;
  text-transform: uppercase;
  color: #852a91;
}
@media only screen and (max-width: 1024px) {
  .error-number {
    width: 230px;
    height: 230px;
    font-size: 80px;
    line-height: 98px;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 666px) {
  .error-number {
    width: 140px;
    height: 140px;
    font-size: 48px;
    line-height: 59px;
    margin-bottom: 30px;
  }
}

.error-title {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 45px;
  line-height: 55px;
  color: #53575a;
  text-align: center;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1024px) {
  .error-title {
    font-size: 36px;
    line-height: 44px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 666px) {
  .error-title {
    font-size: 24px;
    line-height: 29px;
  }
}

.error-text {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: #53575a;
  text-align: center;
  margin-bottom: 40px;
}
@media only screen and (max-width: 1024px) {
  .error-text {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 35px;
  }
}
@media only screen and (max-width: 666px) {
  .error-text {
    max-width: 175px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 30px;
  }
}

.error-btn {
  width: 294px;
  height: 56px;
  background: #852a91;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.error-btn span {
  display: block;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #ffffff;
  margin-left: 15px;
}
.error-btn:hover .error-btn-icon {
  background: transparent;
}
.error-btn:hover .error-btn-icon svg path {
  fill: #fff;
}
@media only screen and (max-width: 666px) {
  .error-btn {
    width: 220px;
    height: 45px;
  }
  .error-btn span {
    font-size: 14px;
    line-height: 17px;
  }
}

.error-btn-icon {
  width: 35px;
  height: 35px;
  background: #ffffff;
  border: 1px solid #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 666px) {
  .error-btn-icon {
    width: 25px;
    height: 25px;
  }
  .error-btn-icon svg {
    width: 10px;
  }
}

.instruction-page {
  width: 100%;
}

.instruction-main {
  width: 100%;
}
.instruction-main.is-hidden {
  display: none;
}

.container {
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
}

.instruction-hero {
  background-color: #f5ecf7;
  height: 700px;
  padding: 110px 40px 0;
}
@media only screen and (max-width: 1024px) {
  .instruction-hero {
    padding: 100px 30px 0;
    height: 600px;
  }
}
@media only screen and (max-width: 666px) {
  .instruction-hero {
    padding: 66px 20px 0;
    height: 320px;
  }
}

.container-hero {
  position: relative;
}

.instruction-img-group {
  width: 650px;
  height: 458px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 1024px) {
  .instruction-img-group {
    top: 45px;
    width: 509px;
    height: 359px;
  }
}
@media only screen and (max-width: 666px) {
  .instruction-img-group {
    top: 25px;
    width: 235px;
    height: 165px;
  }
}

.instruction-img-back {
  position: absolute;
  top: 0;
  right: 0;
  width: 472px;
  height: 367px;
}
.instruction-img-back img {
  display: block;
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .instruction-img-back {
    width: 370px;
    height: 288px;
  }
}
@media only screen and (max-width: 666px) {
  .instruction-img-back {
    width: 171px;
    height: 132px;
  }
}

.instruction-img-front {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 448px;
  height: 349px;
}
.instruction-img-front img {
  display: block;
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .instruction-img-front {
    width: 351px;
    height: 274px;
  }
}
@media only screen and (max-width: 666px) {
  .instruction-img-front {
    width: 162px;
    height: 126px;
  }
}

.instruction-section {
  padding: 40px 30px 120px;
}
@media only screen and (max-width: 1024px) {
  .instruction-section {
    padding: 30px 40px 100px;
  }
}
@media only screen and (max-width: 666px) {
  .instruction-section {
    padding: 30px 20px 80px;
  }
}

.instruction-approval {
  width: 240px;
  margin-left: auto;
  margin-bottom: 40px;
}
@media only screen and (max-width: 1024px) {
  .instruction-approval {
    width: 210px;
  }
}
@media only screen and (max-width: 666px) {
  .instruction-approval {
    width: 170px;
    margin: 0 auto;
    margin-bottom: 30px;
  }
}
.instruction-approval p {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
  text-align: center;
  color: #353535;
}
.instruction-approval p:not(:last-child) {
  margin-bottom: 10px;
}
@media only screen and (max-width: 1024px) {
  .instruction-approval p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 666px) {
  .instruction-approval p {
    font-size: 11px;
  }
}

.instruction-heading {
  margin-bottom: 40px;
  text-align: center;
}
@media only screen and (max-width: 666px) {
  .instruction-heading {
    margin-bottom: 30px;
  }
}
.instruction-heading h1 {
  font-size: 28px;
  line-height: 1.2;
  color: #353535;
  text-transform: uppercase;
}
@media only screen and (max-width: 1024px) {
  .instruction-heading h1 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 666px) {
  .instruction-heading h1 {
    font-size: 20px;
  }
}
.instruction-heading h2 {
  font-size: 28px;
  line-height: 1.2;
  color: #353535;
  margin-bottom: 5px;
}
@media only screen and (max-width: 1024px) {
  .instruction-heading h2 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 666px) {
  .instruction-heading h2 {
    font-size: 20px;
    margin-bottom: 3px;
  }
}
.instruction-heading p {
  font-weight: 300;
  font-size: 22px;
  line-height: 1.2;
  color: #353535;
  margin-bottom: 5px;
}
@media only screen and (max-width: 1024px) {
  .instruction-heading p {
    font-size: 20px;
  }
}
@media only screen and (max-width: 666px) {
  .instruction-heading p {
    font-size: 16px;
  }
}

.instruction-content {
  width: 70%;
  margin: 0 auto;
}
@media only screen and (max-width: 1024px) {
  .instruction-content {
    width: 100%;
  }
}
.instruction-content h2 {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.2;
  color: #353535;
  margin-top: 30px;
  margin-bottom: 5px;
}
@media only screen and (max-width: 1024px) {
  .instruction-content h2 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 666px) {
  .instruction-content h2 {
    margin-top: 20px;
    font-size: 16px;
  }
}
.instruction-content h3 {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.2;
  color: #353535;
  margin-top: 10px;
  margin-bottom: 5px;
}
@media only screen and (max-width: 1024px) {
  .instruction-content h3 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 666px) {
  .instruction-content h3 {
    margin-top: 10px;
    font-size: 16px;
  }
}
.instruction-content h4 {
  font-weight: 500;
  margin: 5px 0;
  font-size: 16px;
  line-height: 1.2;
  color: #353535;
}
@media only screen and (max-width: 1024px) {
  .instruction-content h4 {
    font-size: 14px;
  }
}
.instruction-content p {
  font-weight: 300;
  font-size: 16px;
  line-height: 1.2;
  color: #353535;
  margin-bottom: 2px;
}
@media only screen and (max-width: 1024px) {
  .instruction-content p {
    font-size: 14px;
  }
}

html,
body {
  font-family: "Montserrat";
  font-weight: 400;
  overflow-x: hidden;
}
html.is-hidden,
body.is-hidden {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

* {
  box-sizing: border-box;
  outline: none;
}

a {
  text-decoration: none;
}
/*# sourceMappingURL=main.css.map */
