@font-face {
  font-family: "Morganite";
  src: url("/fonts/Morganite-Bold.eot");
  src: url("/fonts/Morganite-Bold.woff") format("woff"), url("/fonts/Morganite-Bold.ttf") format("truetype"), url("/fonts/Morganite-Bold.svg") format("svg");
  font-weight: 700;
  font-style: normal;
  font-display: fallback;
}
body {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  color: #000;
}

.container-fluid {
  max-width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

.b-header {
  position: relative;
  background-color: #ffffff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
}
.b-header__wrapper {
  height: 53px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .b-header__wrapper {
    height: 95px;
  }
}
.b-header__logo {
  width: 100%;
  max-width: 246px;
}
@media screen and (min-width: 768px) {
  .b-header__logo {
    max-width: 352px;
  }
}

.b-footer {
  padding: 40px 0 40px;
  background-color: #000000;
}
@media screen and (min-width: 768px) {
  .b-footer {
    padding: 53px 0 60px;
  }
}
.b-footer__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.b-footer__nav {
  margin-bottom: 32px;
}
@media screen and (min-width: 768px) {
  .b-footer__nav {
    margin-bottom: 40px;
  }
}
.b-footer__item a {
  text-decoration: none;
  color: #ffffff;
  font-size: 16px;
  line-height: 26px;
}
@media screen and (min-width: 768px) {
  .b-footer__item a {
    font-size: 20px;
    line-height: 33px;
  }
}
.b-footer__logo {
  color: #ffffff;
  font-size: 20px;
  line-height: 12px;
  text-align: center;
  letter-spacing: 0.4em;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .b-footer__logo {
    font-size: 25px;
    line-height: 15px;
  }
}

.b-promo {
  padding-top: 28px;
  padding-bottom: 56px;
  background-color: #E19AA6;
}
@media screen and (min-width: 992px) {
  .b-promo {
    padding-top: 94px;
    padding-bottom: 108px;
  }
}
.b-promo .container-fluid {
  max-width: 1015px;
}
.b-promo__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
@media screen and (min-width: 992px) {
  .b-promo__wrapper {
    flex-direction: row;
  }
}
.b-promo__spin {
  padding-right: 0;
  margin-bottom: 36px;
}
@media screen and (min-width: 992px) {
  .b-promo__spin {
    padding-right: 30px;
    margin-bottom: 0;
  }
}
.b-promo__spin--box {
  max-width: 274px;
  position: relative;
  border: 8px solid #ffffff;
  border-radius: 50%;
  background-color: #F7F4F2;
}
@media screen and (min-width: 768px) {
  .b-promo__spin--box {
    max-width: 480px;
    border: 8px solid #ffffff;
  }
}
.b-promo__spin--info {
  z-index: 10;
  position: absolute;
  top: 30px;
  right: -30px;
  padding: 5px 7px;
  font-size: 10px;
  line-height: 1;
  background: #FAFE54;
  border-radius: 20px;
  letter-spacing: 0.03em;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .b-promo__spin--info {
    top: 88px;
    left: -54px;
    right: unset;
    padding: 8px 16px;
    font-size: 16px;
    border-radius: 20px;
  }
}
.b-promo__spin--arrow {
  z-index: 4;
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  width: 35px;
}
@media screen and (min-width: 768px) {
  .b-promo__spin--arrow {
    top: -14px;
    width: 64px;
  }
}
.b-promo__spin--inner {
  border: 12px solid #F7F4F2;
  border-radius: 50%;
}
@media screen and (min-width: 768px) {
  .b-promo__spin--inner {
    border: 20px solid #F7F4F2;
  }
}
.b-promo__spin--img {
  position: relative;
}
.b-promo__spin--text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 52px;
  height: 52px;
}
@media screen and (min-width: 768px) {
  .b-promo__spin--text {
    width: 96px;
    height: 96px;
  }
}
.b-promo__content {
  max-width: 400px;
  text-align: center;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .b-promo__content {
    width: 100%;
  }
}
.b-promo__content--mobile {
  display: block;
  color: #ffffff;
  text-align: center;
  max-width: 314px;
}
@media screen and (min-width: 768px) {
  .b-promo__content--mobile {
    max-width: 400px;
  }
}
@media screen and (min-width: 992px) {
  .b-promo__content--mobile {
    display: none;
  }
}
.b-promo__content--mobile__title {
  margin-bottom: -5px;
  font-size: 118px;
  line-height: 1;
  text-transform: uppercase;
  font-family: Morganite;
}
@media screen and (min-width: 768px) {
  .b-promo__content--mobile__title {
    margin-bottom: 6px;
    font-size: 165px;
  }
}
.b-promo__content--mobile__text {
  margin-bottom: 23px;
  font-weight: 500;
  font-size: 18px;
  line-height: 20px;
}
@media screen and (min-width: 768px) {
  .b-promo__content--mobile__text {
    margin-bottom: 46px;
    font-size: 24px;
    line-height: 27px;
  }
}
.b-promo__content--title {
  margin-bottom: 6px;
  font-size: 165px;
  line-height: 1;
  text-transform: uppercase;
  font-family: Morganite;
}
@media screen and (max-width: 991px) {
  .b-promo__content--title {
    display: none;
  }
}
.b-promo__content--text {
  margin-bottom: 46px;
  font-weight: 500;
  font-size: 24px;
  line-height: 27px;
}
@media screen and (max-width: 991px) {
  .b-promo__content--text {
    display: none;
  }
}
.b-promo__content--action {
  margin-bottom: 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .b-promo__content--action {
    margin-bottom: 0;
  }
}
.b-promo__content--action a {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 400px;
  height: 50px;
  background-color: #000000;
  color: #ffffff !important;
  border-radius: 25px;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.03em;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .b-promo__content--action a {
    border-radius: 40px;
    font-size: 20px;
    height: 55px;
    max-width: 400px;
  }
}
.b-promo__content--info {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
}
@media screen and (min-width: 768px) {
  .b-promo__content--info {
    font-size: 16px;
    line-height: 16px;
  }
}

.b-partners {
  padding-top: 35px;
  padding-bottom: 16px;
}
@media screen and (min-width: 767px) {
  .b-partners {
    padding-top: 76px;
    padding-bottom: 36px;
  }
}
.b-partners .container-fluid {
  max-width: 1180px;
}
.b-partners__wrapper {
  position: relative;
  overflow: hidden;
}
.b-partners__wrapper::after {
  content: "";
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 16px;
  background-image: linear-gradient(270deg, rgba(255, 255, 255, 0), #ffffff);
}
.b-partners__wrapper::before {
  content: "";
  z-index: 2;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 16px;
  background-image: linear-gradient(270deg, #ffffff, rgba(255, 255, 255, 0));
}
.b-partners__list {
  animation: scroll-2 20s linear infinite;
  display: flex;
  align-items: center;
  width: 1588px;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .b-partners__list {
    width: 2280px;
    animation: scroll-1 20s linear infinite;
  }
}
@keyframes scroll-1 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-1140px);
  }
}
@keyframes scroll-2 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-794px);
  }
}

.b-bestsellers {
  overflow: hidden;
  padding-top: 16px;
  padding-bottom: 20px;
}
@media screen and (min-width: 767px) {
  .b-bestsellers {
    padding-top: 30px;
    padding-bottom: 20px;
  }
}
.b-bestsellers .container-fluid {
  max-width: 375px;
}
@media screen and (min-width: 767px) {
  .b-bestsellers .container-fluid {
    max-width: 1168px;
  }
}
.b-bestsellers__title {
  margin-bottom: 24px;
  position: relative;
  font-weight: 700;
  font-family: Morganite;
  font-size: 58px;
  line-height: 58px;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (min-width: 767px) {
  .b-bestsellers__title {
    margin-bottom: 44px;
    font-size: 85px;
    line-height: 85px;
  }
}
.b-bestsellers__title span::after {
  content: "";
  z-index: -2;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 176px;
  height: 42px;
  background-image: url("/img/yellow.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 767px) {
  .b-bestsellers__title span::after {
    width: 220px;
    height: 64px;
  }
}
.b-bestsellers__products {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 -6px;
}
@media screen and (min-width: 767px) {
  .b-bestsellers__products {
    margin: 0 -28px;
  }
}
@media screen and (min-width: 992px) {
  .b-bestsellers__products {
    flex-wrap: nowrap;
  }
}
.b-bestsellers__inner {
  margin-bottom: 30px;
  padding: 0 6px;
  flex: 0 50%;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 767px) {
  .b-bestsellers__inner {
    margin-bottom: 30px;
    padding: 0 28px;
  }
}
@media screen and (min-width: 992px) {
  .b-bestsellers__inner {
    margin-bottom: 0;
    flex: auto;
  }
}
.b-bestsellers__item {
  position: relative;
  width: 100%;
  max-width: 160px;
  text-align: center;
}
@media screen and (min-width: 767px) {
  .b-bestsellers__item {
    max-width: 240px;
  }
}
.b-bestsellers__img {
  margin-bottom: 14px;
  max-width: 160px;
}
@media screen and (min-width: 767px) {
  .b-bestsellers__img {
    margin-bottom: 19px;
    max-width: 240px;
  }
}
.b-bestsellers__name {
  margin-bottom: 2px;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  text-transform: uppercase;
}
@media screen and (min-width: 767px) {
  .b-bestsellers__name {
    margin-bottom: 4px;
    font-size: 22px;
    line-height: 27px;
  }
}
.b-bestsellers__name2 {
  margin-bottom: 2px;
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
}
@media screen and (min-width: 767px) {
  .b-bestsellers__name2 {
    margin-bottom: 8px;
    font-size: 18px;
    line-height: 22px;
  }
}
.b-bestsellers__stars {
  margin-bottom: 6px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  color: #E19AA6;
}
@media screen and (min-width: 767px) {
  .b-bestsellers__stars {
    margin-bottom: 19px;
  }
}
.b-bestsellers__stars-list {
  display: flex;
  align-items: center;
  flex-direction: row;
}
.b-bestsellers__stars-num {
  padding-left: 6px;
  font-size: 12px;
  font-weight: 500;
  line-height: 15px;
}
@media screen and (min-width: 767px) {
  .b-bestsellers__stars-num {
    padding-left: 5px;
    font-size: 16px;
    line-height: 20px;
  }
}
.b-bestsellers__star {
  padding: 0 1px;
}
@media screen and (min-width: 767px) {
  .b-bestsellers__star {
    padding: 0 1px;
  }
}
.b-bestsellers__star svg {
  width: 17px;
  height: 17px;
}
@media screen and (min-width: 767px) {
  .b-bestsellers__star svg {
    width: 25px;
    height: 23px;
  }
}
.b-bestsellers__text {
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
}
@media screen and (min-width: 767px) {
  .b-bestsellers__text {
    font-size: 18px;
    line-height: 20px;
  }
}
@media screen and (max-width: 768px) {
  .b-bestsellers__text.d {
    max-width: 144px;
    margin: 0 auto;
  }
}

.b-to-look-hot {
  padding-top: 6px;
  padding-bottom: 50px;
}
@media screen and (min-width: 767px) {
  .b-to-look-hot {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.b-to-look-hot .container-fluid {
  max-width: 375px;
}
@media screen and (min-width: 767px) {
  .b-to-look-hot .container-fluid {
    max-width: 1004px;
  }
}
.b-to-look-hot__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 767px) {
  .b-to-look-hot__wrapper {
    flex-direction: row;
    justify-content: space-between;
  }
}
.b-to-look-hot__img {
  margin-bottom: 45px;
  padding-right: 0;
}
@media screen and (min-width: 767px) {
  .b-to-look-hot__img {
    margin-bottom: 0;
    padding-right: 40px;
  }
}
.b-to-look-hot__image {
  max-width: 252px;
}
@media screen and (min-width: 767px) {
  .b-to-look-hot__image {
    max-width: 430px;
  }
}
.b-to-look-hot__content {
  text-align: center;
  width: 100%;
  max-width: 335px;
}
@media screen and (min-width: 767px) {
  .b-to-look-hot__content {
    max-width: 458px;
  }
}
.b-to-look-hot__text {
  font-weight: 500;
  font-size: 18px;
  line-height: 20px;
}
@media screen and (min-width: 767px) {
  .b-to-look-hot__text {
    font-size: 25px;
    line-height: 32px;
  }
}
.b-to-look-hot__text span {
  font-weight: 600;
  line-height: 22px;
}
@media screen and (min-width: 767px) {
  .b-to-look-hot__text span {
    line-height: 32px;
  }
}
.b-to-look-hot__gif {
  width: 100%;
  max-width: 160px;
  margin: 15px auto 25px;
}
@media screen and (min-width: 767px) {
  .b-to-look-hot__gif {
    max-width: 214px;
    margin: 46px auto 56px;
  }
}

.b-she-said {
  padding-top: 8px;
  width: 100%;
  display: flex;
  justify-content: center;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .b-she-said {
    padding-top: 62px;
  }
}
.b-she-said .container-fluid {
  max-width: 1202px;
}
@media screen and (max-width: 767px) {
  .b-she-said .container-fluid {
    padding: 0;
  }
}
.b-she-said__wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.b-she-said__title {
  position: relative;
  margin: 0 auto 40px;
  padding: 0 20px;
  font-family: Morganite;
  font-size: 58px;
  line-height: 52px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
}
.b-she-said__title span {
  position: relative;
}
.b-she-said__title span::after {
  content: "";
  z-index: -2;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 176px;
  height: 42px;
  background-image: url("/img/yellow2.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 767px) {
  .b-she-said__title span::after {
    width: 190px;
    height: 70px;
  }
}
@media screen and (min-width: 768px) {
  .b-she-said__title {
    margin: 0 auto 70px;
    font-size: 85px;
    line-height: 52px;
  }
  .b-she-said__title__wrapper {
    margin-left: 0;
  }
}
.b-she-said__content {
  margin-bottom: 25px;
  overflow: hidden;
  padding-top: 55px;
}
.b-she-said__content .ui.button.pink {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  padding: 2px 32.85px 0;
  max-width: none;
}
@media screen and (min-width: 768px) {
  .b-she-said__content {
    margin-bottom: 24px;
  }
  .b-she-said__content .ui.button.pink {
    padding: 1px 65.8px 0;
  }
}
@media screen and (max-width: 768px) {
  .b-she-said__gallery-she-said .swiper-wrapper {
    padding: 0 0 36px 15px;
  }
}
.b-she-said__gallery-she-said .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 200ms linear;
}
@media screen and (min-width: 768px) {
  .b-she-said__gallery-she-said .swiper-slide {
    transform: scale(0.8);
  }
  .b-she-said__gallery-she-said .swiper-slide.swiper-slide-active {
    transform: scale(1);
  }
}
.b-she-said__gallery-she-said {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .b-she-said__gallery-she-said {
    padding-bottom: 52px;
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 768px) {
  .b-she-said .swiper-pagination {
    bottom: 0px;
  }
}
.b-she-said .swiper-pagination .swiper-pagination-bullet {
  background-color: #E19AA6;
}
@media screen and (min-width: 768px) {
  .b-she-said .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
  }
}
.b-she-said .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}
.b-she-said .gallery-she-said {
  position: relative;
}
.b-she-said .gallery-she-said__wrap {
  padding: 0 30px 22px;
  background-color: #B0C5FA;
}
@media screen and (min-width: 768px) {
  .b-she-said .gallery-she-said__wrap {
    padding: 0 42px 36px;
  }
}
.b-she-said .gallery-she-said__img {
  overflow: hidden;
  display: block;
  position: relative;
  margin: -55px 0 12px;
  border-radius: 20px;
}
.b-she-said .gallery-she-said__img img {
  width: 100%;
}
.b-she-said .gallery-she-said__img video {
  width: calc(100% + 8px);
  height: 100% !important;
}
@media screen and (min-width: 767px) {
  .b-she-said .gallery-she-said__img {
    margin: -55px 0 28px;
  }
}
.b-she-said .gallery-she-said__text {
  color: #ffffff;
  text-align: center;
  display: flex;
  flex-direction: column;
}
.b-she-said .gallery-she-said__text span {
  font-size: 14px;
  line-height: 21px;
  font-weight: 500;
}
.b-she-said .gallery-she-said__title {
  font-size: 22px;
  line-height: 24px;
  font-weight: 500;
  max-width: 223px;
  min-height: 120px;
  margin: 0 auto 15px;
}
.b-she-said .gallery-she-said__stars {
  display: flex;
  justify-content: center;
  margin-bottom: 22px;
}
.b-she-said .gallery-she-said__stars .stars_item {
  margin: 0 1px;
}
.b-she-said .gallery-she-said__stars .stars_item svg {
  width: 27.6px;
  height: 26.7px;
}
@media screen and (min-width: 767px) {
  .b-she-said .gallery-she-said__stars .stars_item svg {
    width: 22.5px;
    height: 21.7px;
  }
}
@media screen and (max-width: 767px) {
  .b-she-said .gallery-she-said__stars {
    margin-bottom: 16px;
    order: -1;
  }
}

.signup,
.success {
  background-color: #E19AA6;
}

.b-signup {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #E19AA6;
}
@media screen and (min-width: 767px) {
  .b-signup {
    padding-top: 53px;
    padding-bottom: 82px;
  }
}
.b-signup .container-fluid {
  max-width: 375px;
}
@media screen and (min-width: 767px) {
  .b-signup .container-fluid {
    max-width: 440px;
  }
}
.b-signup__title {
  margin-bottom: 5px;
  color: #ffffff;
  text-align: center;
  font-size: 128px;
  line-height: 104px;
  font-family: Morganite;
}
@media screen and (min-width: 767px) {
  .b-signup__title {
    margin-bottom: 7px;
    font-size: 170px;
    line-height: 137px;
  }
}
.b-signup__subtitle {
  margin-bottom: 17px;
  color: #ffffff;
  text-align: center;
  font-size: 84px;
  line-height: 69px;
  font-family: Morganite;
}
@media screen and (min-width: 767px) {
  .b-signup__subtitle {
    margin-bottom: 28px;
    font-size: 111px;
    line-height: 91px;
  }
}
.b-signup__text {
  margin: 0 auto 25px;
  width: 100%;
  max-width: 335px;
  color: #ffffff;
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 18px;
}
@media screen and (min-width: 767px) {
  .b-signup__text {
    margin: 0 auto 30px;
    max-width: 400px;
    font-size: 20px;
    line-height: 22px;
  }
}
.b-signup__text span.s {
  display: block;
  font-size: 14px;
  line-height: 18px;
}
@media screen and (min-width: 767px) {
  .b-signup__text span.s {
    font-size: 17px;
  }
}
.b-signup__info {
  display: block;
  margin-top: 15px;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  text-align: center;
  color: #ffffff;
}
@media screen and (min-width: 767px) {
  .b-signup__info {
    display: none;
  }
}
.b-signup__form form .b-signup__form--input {
  margin-bottom: 20px;
  position: relative;
}
.b-signup__form form input {
  padding: 0 14px;
  width: 100%;
  height: 45px;
  border-radius: 25px;
  border: none;
  box-shadow: none !important;
  font-size: 14px;
  line-height: 17px;
  font-weight: 500;
}
@media screen and (min-width: 767px) {
  .b-signup__form form input {
    padding: 0 16px;
    height: 55px;
    border-radius: 400px;
    font-size: 16px;
    line-height: 20px;
  }
}
.b-signup__form form input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.3);
}
.b-signup__form form input::placeholder {
  color: rgba(0, 0, 0, 0.3);
}
.b-signup__form form button {
  width: 100%;
  height: 50px;
  border-radius: 25px;
  border: none;
  background-color: #000000;
  color: #ffffff;
  font-size: 18px;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 600;
}
@media screen and (min-width: 767px) {
  .b-signup__form form button {
    height: 55px;
    border-radius: 400px;
    font-size: 20px;
  }
}
.b-signup__form form #email-error {
  display: none;
  margin-top: 6px;
  margin-bottom: -14px;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  color: #FF0000;
}
@media screen and (min-width: 767px) {
  .b-signup__form form #email-error {
    margin-top: 8px;
    margin-bottom: -10px;
    font-size: 14px;
  }
}

.b-success {
  padding-top: 21px;
  padding-bottom: 34px;
  background-color: #ffffff;
}
@media screen and (min-width: 767px) {
  .b-success {
    padding-top: 38px;
    padding-bottom: 24px;
  }
}
.b-success .container-fluid {
  max-width: 464px;
}
@media screen and (min-width: 767px) {
  .b-success .container-fluid {
    max-width: 464px;
  }
}
.b-success__title {
  margin-bottom: 11px;
  position: relative;
	z-index: 2;
  font-family: Morganite;
  font-size: 70px;
  line-height: 60px;
  text-transform: uppercase;
  text-align: center;
}
@media screen and (min-width: 767px) {
  .b-success__title {
    margin-bottom: 23px;
    font-size: 100px;
    line-height: 82px;
  }
}
.b-success__title span {
  position: relative;
  z-index: -1;
  white-space: nowrap;
}
.b-success__title span::after {
  content: "";
  z-index: -2;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 148px;
  height: 48px;
  background-image: url("/img/yellow.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 767px) {
  .b-success__title span::after {
    width: 220px;
    height: 64px;
  }
}
.b-success__img {
  margin: 13px auto 18px;
  max-width: 203px;
}
@media screen and (min-width: 767px) {
  .b-success__img {
    margin: 8px auto 14px;
    max-width: 249px;
  }
}
.b-success__text {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 335px;
  font-weight: 500;
  font-size: 16px;
  line-height: 18px;
  text-align: center;
}
@media screen and (min-width: 767px) {
  .b-success__text {
    font-size: 20px;
    line-height: 22px;
  }
}
.b-success__text span {
  margin-bottom: 5px;
  display: block;
  font-size: 18px;
  font-weight: 600;
}
@media screen and (min-width: 767px) {
  .b-success__text span {
    margin-bottom: 3px;
    font-size: 22px;
  }
}
.b-success__text2 {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 298px;
  font-weight: 500;
  font-size: 16px;
  line-height: 18px;
  text-align: center;
}
@media screen and (min-width: 767px) {
  .b-success__text2 {
    font-size: 20px;
    line-height: 22px;
    max-width: 400px;
  }
}
.b-success__text2 span {
  margin-bottom: 3px;
  display: block;
  font-size: 18px;
  font-weight: 600;
}
@media screen and (min-width: 767px) {
  .b-success__text2 span {
    font-size: 22px;
  }
}
.b-success__text3 {
  display: none;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 335px;
  font-weight: 500;
  font-size: 16px;
  line-height: 18px;
  text-align: center;
}
@media screen and (min-width: 767px) {
  .b-success__text3 {
    display: block;
    max-width: 402px;
    font-size: 16px;
    line-height: 18px;
  }
}
.b-success__action {
  margin-top: 28px;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .b-success__action {
    margin-top: 20px;
    margin-bottom: 26px;
  }
}
.b-success__action a {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 400px;
  height: 50px;
  background-color: #000000;
  color: #ffffff !important;
  border-radius: 25px;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.03em;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .b-success__action a {
    border-radius: 40px;
    font-size: 20px;
    height: 55px;
    max-width: 400px;
  }
}
.b-success__box {
  display: none;
  margin-top: 20px;
  padding: 25px 12px;
  background: #F7F4F2;
  border: 1px solid #E19AA6;
  border-radius: 20px;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 22px;
}
@media screen and (min-width: 767px) {
  .b-success__box {
    display: block;
    margin-top: 20px;
    padding: 25px 12px;
    font-size: 20px;
    line-height: 22px;
    border-radius: 20px;
  }
}
.b-success-info {
  padding-top: 24px;
  padding-bottom: 12px;
}
@media screen and (min-width: 767px) {
  .b-success-info {
    padding-top: 34px;
    padding-bottom: 34px;
  }
}
.b-success-info .container-fluid {
  max-width: 375px;
}
@media screen and (min-width: 767px) {
  .b-success-info .container-fluid {
    max-width: 670px;
  }
}
.b-success-info__content {
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  color: #ffffff;
  text-align: center;
}
@media screen and (min-width: 767px) {
  .b-success-info__content {
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
  }
}
.b-success-info__content span {
  font-size: 14px;
  font-weight: 600;
}
@media screen and (min-width: 767px) {
  .b-success-info__content span {
    font-size: 18px;
  }
}

.sticky {
  z-index: 11;
  bottom: 0;
  left: 0;
  width: 100%;
  display: none;
}
.sticky.fixed {
  display: block;
  position: fixed;
}
@media screen and (min-width: 767px) {
  .sticky.fixed {
    display: none !important;
  }
}
.sticky__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  filter: drop-shadow(0px -4px 4px rgba(0, 0, 0, 0.1));
  padding: 22px 20px;
}
.sticky__wrapper a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 335px;
  height: 50px;
  color: #ffffff !important;
  background-color: #000000;
  font-weight: 600;
  font-size: 18px;
  line-height: 140%;
  text-align: center;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  border-radius: 25px;
  text-decoration: none;
}/*# sourceMappingURL=style.css.map */