@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');

.cont,
.question__btn {
  -webkit-transition: 0.3s ease-in-out;
}
.first__btn,
.header__cart,
.main-s {
  position: relative;
}

.first__btn,
.first__sliders,
.form__check,
.main-s,
main {
  overflow: hidden;
}
.advan__item h4,
.advan__item p,
.boxes,
.div_img_gift,
.loading,
.question__btn {
  text-align: center;
}
#Capa_1 path,
.faq-close {
  fill: #000000;
}
.advan__item,
.faq-items,
body {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
}
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*,
::after,
::before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
blockquote,
body,
dd,
dl,
figcaption,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
li,
p {
  margin: 0;
  font-size: inherit;
}
ul[class] {
  list-style: none;
}
img {
  max-width: 100%;
  display: block;
}
.header,
.header__inner,
body {
  display: -webkit-box;
  display: -ms-flexbox;
}
button,
input,
select,
textarea {
  font: inherit;
}
a,
a:hover,
button {
  text-decoration: none;
  color: inherit;
}
address {
  font-style: inherit;
}
button {
  border: none;
  background-color: inherit;
}
body {
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
  font-family: 'Jost', sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0.5px;
  overflow-x: hidden;
  background: #fff;
  scroll-behavior: smooth;
  color: #0d0900;
}
.cont {
  margin: 0 auto;
  max-width: 1440px;
  width: 86.1111111111%;
  transition: 0.3s ease-in-out;
}
.header {
  background-color: #252222;
  min-height: min(max(67px + 13 * (100vw - 768px) / 672, 67px), 80px);
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: white;
}
.header__inner {
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.first__btns-box,
.header__auth,
.header__cart::after {
  display: -webkit-box;
  display: -ms-flexbox;
}
.header__logo {
  display: flex;
  color: #ffff;
}

.header__auth {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header__auth img + img {
  margin-left: 22px;
}
.header__auth img {
  max-width: 33px;
  cursor: pointer;
}
.header__cart {
  margin: 0 15px 0 20px;
  padding-right: 7px;
}
.header__cart::after {
  content: '1';
  position: absolute;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  top: -4px;
  right: 0;
  width: 13px;
  height: 12px;
  color: #000;
  font-size: 9px;
  font-weight: 700;
  line-height: 0;
  background-color: #fff;
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}

.h2Center{
  text-transform: uppercase;
}
.first__btn::after,
.first__btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
}
.header__cart.active::after {
  opacity: 1;
}
.first {
  background: -webkit-gradient(linear, left top, left bottom, from(#1b1d1f), to(#525355));
  /* background: linear-gradient(180deg, #1b1d1f 0, #525355 100%); */
  background: #fff;
  padding: min(max(10px + 35 * (100vw - 768px) / 672, 10px), 25px) 0
    min(max(24px + 16 * (100vw - 768px) / 672, 24px), 20px);
  /* color: #fff; */
}
.first__inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: min(max(400px + 227 * (100vw - 768px) / 672, 400px), 627px) auto;
  grid-template-columns: min(max(400px + 227 * (100vw - 768px) / 72, 600px), 627px) auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
}
.first__sliders {
  -ms-grid-row-span: 3;
  grid-row: span 3;
  -ms-grid-column: 1;
  grid-column: 1;
  width: 100%;
}
.first__titles {
  -ms-grid-row: 1;
  grid-row: 1;
  -ms-grid-column: 2;
  grid-column: 2;
}
.first__titles h1 {
  font-size: min(max(29px + 15 * (100vw - 768px) / 672, 29px), 44px);
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 0.527px;
  text-transform: uppercase;
  margin-bottom: min(max(20px + 10 * (100vw - 768px) / 672, 20px), 30px);
}
.first__descr h3 {
  font-size: 24px;
  letter-spacing: 0.527px;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
}
.first__titles p {
  margin-bottom: min(max(20px + -5 * (100vw - 768px) / 672, 15px), 20px);
}
.first__btns,
.first__descr h2,
.first__descr h3 {
  margin-bottom: min(max(30px + 5 * (100vw - 768px) / 672, 30px), 35px);
}
.first__titles p span {
  font-weight: 700;
}
.first__descr {
  -ms-grid-column: 2;
  grid-column: 2;
  width: 100%;
}
.first__descr h2 {
  font-weight: 400;
  font-size: 18px;
  line-height: min(max(30px + -2 * (100vw - 768px) / 672, 28px), 30px);
}
.faq-btn p,
.modal-body {
  font-family: 'EB Garamond', sans-serif;
}
.first__descr h3 {
  line-height: 27px;
}
.first__text p,
.question__item p {
  font-size: 17px;
  line-height: 20px;
  letter-spacing: 0.527px;
  margin-bottom: 15px;
}
.first__btns-box {
  display: flex;
}
.advan__inner,
.first__btns-text {
  display: -webkit-box;
  display: -ms-flexbox;
}
.first__btns-box div + div {
  margin-left: 5px;
}
.first__btn {
  width: 100px;
  height: auto;
  /* border-radius: 50%; */
  cursor: pointer;
}
.first__btn::before {
  /* border: 1px solid #999; */
  height: 100%;
  width: 100%;
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: 0.15s ease-in-out;
  transition: 0.15s ease-in-out;
}
.first__btn::after {
  bottom: 0;
  right: 0;
  margin: auto;
  width: 25px;
  height: 25px;
  border-radius: 50%;
}
.first__text p:last-child,
.question__btn:last-child {
  margin-bottom: 0;
}
.first__btn.active::before,
.first__btn:hover::before {
  opacity: 1;
}
.first__btns-text {
  display: flex;
  margin-bottom: 6px;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 18.45px;
  letter-spacing: 0.527px;
  text-transform: uppercase;
}
.first__text p,
.question__btn {
  font-style: normal;
  font-weight: 300;
}
.first__color {
  display: none;
  margin-right: min(max(20px + 9 * (100vw - 768px) / 672, 20px), 29px);
}
.first__color.active,
.form .error__mess-check.visible,
.form .error__mess.visible,
.main-s__slide[data-product='product-1'] {
  display: block;
}

.first__btn.black::after,
.form__inf span {
  /* background-color: #ab2c40; */
}

.first__btn.cream::after {
  /* background-color: #4d825a; */
}
.first__btn.brown::after {
  /* background-color: #02b2bd; */
}

.first__btn.yellow::after {
  /* background-color: #feb800; */
}

.first__btn.grey::after {
  /* background-color: #7a7579; */
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
    transform: translate3d(0px, 0, 0);
}

.question {
  margin-top: min(max(40px + -5 * (100vw - 768px) / 672, 35px), 40px);
}
.question__item p {
  font-style: normal;
  font-weight: 700;
  color: black;
}
.question__btn {
  display: block;
  font-size: 16px;
  line-height: 16.87px;
  letter-spacing: 0.527px;
  border-radius: 2px;
  background: #000000;
  color: #ffffff;
  padding: 15px 10px;
  transition: 0.3s ease-in-out;
  margin-bottom: 10px;
  transition: transform 0.3s ease, background 0.3s ease, color 0.3s ease;
}
.advan__item h4,
.advan__item p,
.check__sum-box p,
.check__sum-price {
  line-height: 20px;
  letter-spacing: 0.527px;
  font-style: normal;
}
.faq-btn,
.form__btn {
  -webkit-transition: 0.3s ease-in-out;
}
.question__btn:hover {
  background: #453f3f;
  color: white;
  transform: scale(1.0031);
}
.main-s {
  min-height: 200px;
}
.boxes,
.boxes .try img,
.main-s__slide {
  width: 100%;
}
.check__pagination p:first-child::after,
.check__pagination p:nth-child(2)::after {
  content: '';
  position: absolute;
  right: 0;
  margin: auto;
  width: 5px;
  height: 8px;
  background-image: url('.assets/arrow-r-pag.svg');
  bottom: 0;
}
#check,
#content2,
#content3,
#q2,
#q3,
#q4,
#q5,
#result,
#result-spin,
#result1,
#result2,
#result3,
.checkmark,
.hiiden,
.main-s__slide[data-product='product-2'],
.main-s__slide[data-product='product-3'] {
  display: none;
}
.main-s .swiper-pagination-bullet {
  background: #a7a6a6;
  opacity: 1;
}
.main-s .swiper-pagination-bullet-active {
  background: #000000;
}
.form .master,
.form .visa {
  background-repeat: no-repeat;
  background-position: center;
}
.main-s__next,
.main-s__prev {
  position: absolute;
  top: -70px;
  bottom: 0;
  margin: auto;
  z-index: 2;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.main-s__next {
  right: 0;
}
.main-s__prev {
  left: 0;
}
.advan {
  background-color: #ffffff;
  color: black;
}
.advan__inner {
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: min(max(12px + 15 * (100vw - 768px) / 672, 12px), 27px) 0
    min(max(45px + 15 * (100vw - 768px) / 672, 45px), 60px);
}
.advan__item,
.check__sum {
  display: -webkit-box;
  display: -ms-flexbox;
}
.advan__item {
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 172px;
  width: 100%;
  margin-top: 33px;
}
.advan__item:nth-child(2) {
  max-width: min(max(172px + 128 * (100vw - 768px) / 672, 172px), 300px);
}
.advan__item h4 {
  color: #000000;
  font-size: 17px;
  font-weight: 700;
  margin: 21px 0 10px;
}
.advan__item p {
  color: #000000;
  font-size: 17px;
  font-weight: 300;
}
.check {
  margin: 40px 0 min(max(50px + 30 * (100vw - 768px) / 672, 50px), 80px);
}
.check__inner {
  max-width: 687px;
  margin: 0 auto;
}
.check__sum {
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #dfdfdf;
  padding: min(max(12px + 8 * (100vw - 768px) / 672, 12px), 20px);
  margin-bottom: 30px;
}
.check__sum-box,
.check__total {
  display: -webkit-box;
  display: -ms-flexbox;
}
.check__sum-box {
  display: flex;
  margin-right: 5px;
}
.check__sum-box img {
  margin-right: 11px;
}
.check__sum-box p {
  font-size: 14px;
  font-weight: 400;
}
.check__sum-price {
  font-size: 17px;
  font-weight: 700;
}
.check__total {
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #dfdfdf;
  padding: min(max(17px + 3 * (100vw - 768px) / 672, 17px), 20px)
    min(max(12px + 8 * (100vw - 768px) / 672, 12px), 20px)
    min(max(12px + 8 * (100vw - 768px) / 672, 12px), 20px);
  margin-bottom: min(max(20px + 10 * (100vw - 768px) / 672, 20px), 30px);
}
.check__img-box::after,
.check__total-box,
.footer__icons,
.form__inf {
  display: -webkit-box;
  display: -ms-flexbox;
}
.check__img-box::after,
.form__inf span {
  border-radius: 50%;
  letter-spacing: 0.527px;
  text-transform: uppercase;
}
.check__total-box,
.footer__icons {
  display: flex;
}
.check__total-box span h6 {
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.527px;
}
.check__pagination p,
.check__total-box span p,
.check__total-price p:first-child {
  color: #595959;
  font-weight: 400;
  line-height: 20px;
}
.check__total-box span p {
  font-size: 14px;
  font-style: normal;
  letter-spacing: 0.527px;
  text-transform: uppercase;
}
.check__img-box {
  position: relative;
  max-width: 79px;
  padding-right: 17px;
  margin-right: 8px;
}
.check__img-box::after {
  content: '1';
  position: absolute;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  top: -10px;
  right: 0;
  font-size: 9px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  width: 15px;
  height: 15px;
  background-color: #dfdfdf;
}
.check__total-price p:first-child {
  font-size: 14px;
  font-style: normal;
  text-decoration: line-through;
  text-align: right;
}
.check__total-price p:last-child {
  color: #e2001f;
  text-align: right;
  font-size: 17px;
  font-style: normal;
  font-weight: 900;
  line-height: 20px;
  letter-spacing: 0.527px;
}
.check__pagination p {
  display: inline;
  position: relative;
  font-size: 11px;
  cursor: pointer;
}
.check__pagination p:first-child {
  padding-right: 8px;
}
.check__pagination p:first-child::after {
  top: 0;
}
.check__pagination p:nth-child(2) {
  font-weight: 700;
  padding-right: 8px;
}
.check__pagination p:nth-child(2)::after {
  top: 0;
}
.form {
  margin-top: min(max(20px + 10 * (100vw - 768px) / 672, 20px), 30px);
}
.form__inf {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}
.faq-items,
.form__check-container,
.form__inf span {
  display: -webkit-box;
  display: -ms-flexbox;
}
.form__inf span {
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 44px;
  width: 100%;
  height: 44px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 0;
  margin-right: 12px;
}
.form__inf p {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  text-transform: uppercase;
}
.form__inp,
.form__input-box p,
.form__phone-code {
  color: #595959;
  font-size: 14px;
  line-height: 20px;
}
.form__input-box {
  margin-bottom: min(max(20px + 10 * (100vw - 768px) / 672, 20px), 30px);
}
.form__input-box p {
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.form__label {
  margin-bottom: 0;
  position: relative;
}
.form__inp {
  max-width: 100%;
  width: 100%;
  padding: 17px;
  background: #f2f2f2;
  border: none;
  font-weight: 300;
  outline: transparent;
}
.form__inp::-webkit-input-placeholder {
  color: #595959;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
}
.form__inp::-moz-placeholder {
  color: #595959;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
}
.form__inp:-ms-input-placeholder {
  color: #595959;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
}
.form__inp::-ms-input-placeholder {
  color: #595959;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
}
.form__inp::placeholder {
  color: #595959;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
}
.form .phone {
  position: relative;
  padding-left: 76px;
}
.form__phone-code {
  position: absolute;
  top: 17px;
  bottom: 0;
  left: 52px;
  font-weight: 300;
  margin-right: 5px;
  z-index: 5;
}
.form__phone-code::before {
  content: '+';
  position: absolute;
  top: 0;
  left: -8px;
}
.form__flag {
  max-width: 25px;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 17px;
  z-index: 5;
}
.form__check-container {
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.form__check-label:first-child {
  margin-right: 10px;
}
.form .visa {
  background-image: url('.assets/visa.svg');
}
.form .master {
  background-image: url('.assets/master.svg');
}
.form__check {
  position: absolute;
  width: 1px;
  height: 1px;
  clip: rect(0 0 0 0);
}
.form__check-label {
  margin-bottom: 0;
  position: relative;
  border: 2px solid #d9d9d9;
  max-width: 337px;
  min-height: 64px;
  width: 100%;
  cursor: pointer;
}
.form__check-style {
  position: absolute;
  top: 5px;
  right: 10px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
}
.form .form__check:checked + .form__check-style::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  background-image: url('.assets/check-img.svg');
  z-index: 20;
}
.form__btn {
  margin-top: 30px;
  max-width: 100%;
  width: 100%;
  border-radius: 1px;
  background: #000;
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  line-height: 16.87px;
  letter-spacing: 0.527px;
  text-transform: uppercase;
  padding: 9px 22px;
  transition: 0.3s ease-in-out;
}
.faq-content,
.faq-items {
  padding: 10px;
}
.form__btn:hover {
  background: #3a3a3a;
}
.form .form__check-container.error .form__check-label {
  border: 2px solid #ed0006;
}
.form .error__mess,
.form .error__mess-check {
  display: none;
  color: #ed0006;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 0;
  text-transform: none;
}
.form__inp.error {
  border: 1px solid #ed0006;
}
main {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.loading {
  margin-top: 40px;
}
.loading h2 {
  font-size: 18px;
  font-weight: 700;
  margin: 20px 25px;
}
.loading p {
  margin-bottom: 10px;
}
.loading__spinner {
  position: relative;
  margin: 20px auto 30px;
  max-width: min(max(90px + 56 * (100vw - 768px) / 672, 90px), 146px);
  height: min(max(90px + 56 * (100vw - 768px) / 672, 90px), 146px);
  border-radius: 50%;
}
.loading__spinner img {
  position: absolute;
  width: 65%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.loading__img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-animation: 1s linear infinite loading-spinner;
  animation: 1s linear infinite loading-spinner;
}
@-webkit-keyframes loading-spinner {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes loading-spinner {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.main-content .result {
  margin: 0;
  padding: 5px 0 5px 25px;
}
.checkmark.draw:after {
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-name: checkmark;
  animation-name: checkmark;
  -webkit-transform: scaleX(-1) rotate(135deg);
  -ms-transform: scaleX(-1) rotate(135deg);
  transform: scaleX(-1) rotate(135deg);
}
.checkmark:after {
  opacity: 1;
  height: 3.5em;
  width: 1.75em;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  border-right: 2px solid #000000;
  border-top: 2px solid #000000;
  content: '';
  left: 1.75em;
  top: 3.5em;
  position: absolute;
}
.boxes,
.boxes > .try,
.circle-loader {
  position: relative;
}
@-webkit-keyframes checkmark {
  0% {
    height: 0;
    width: 0;
    opacity: 1;
  }
  20% {
    height: 0;
    width: 1.75em;
    opacity: 1;
  }
  100%,
  40% {
    height: 3.5em;
    width: 1.75em;
    opacity: 1;
  }
}
@keyframes checkmark {
  0% {
    height: 0;
    width: 0;
    opacity: 1;
  }
  20% {
    height: 0;
    width: 1.75em;
    opacity: 1;
  }
  100%,
  40% {
    height: 3.5em;
    width: 1.75em;
    opacity: 1;
  }
}
.circle-loader {
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-left-color: #fff;
  -webkit-animation: 1.2s linear infinite loader-spin;
  animation: 1.2s linear infinite loader-spin;
  display: inline-block;
  vertical-align: top;
  border-radius: 50%;
  width: 7em;
  height: 7em;
}
.load-complete {
  -webkit-animation: none;
  animation: none;
  border-color: #fff;
  -webkit-transition: border 0.5s ease-out;
  transition: border 0.5s ease-out;
}
@-webkit-keyframes loader-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes loader-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.boxes {
  margin: 50px auto 20px;
  max-width: 960px;
  z-index: 999999;
}
.boxes > .try {
  display: inline-block;
  width: 16%;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  cursor: pointer;
  margin: 25px 40px;
}
.div_img_gift {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.img_gift {
  display: none;
  width: 70%;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
  margin: 120px auto 0;
}
.faq-btn__inner,
.try,
.try .caja {
  position: relative;
}
.faq-btn p,
.try > div {
  position: absolute;
}
.caja_trasera {
  z-index: 1;
  width: 100%;
}
.caja_tapa {
  z-index: 3;
  width: 100%;
}
.caja {
  z-index: 2;
}
.caja_gift {
  z-index: 1;
  left: -8%;
  right: 0;
  margin: auto;
  width: 0%;
}
.faq,
.faq-btn {
  z-index: 999;
  position: fixed;
}
.boxes .try.abierta > .caja_tapa {
  -webkit-animation: 2s forwards tapa_superior;
  animation: 2s forwards tapa_superior;
}
.boxes .try.premiazo > .caja_gift {
  -webkit-animation: 1.6s forwards tapa_superior-card;
  animation: 1.6s forwards tapa_superior-card;
}
@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes tapa_superior {
  from {
    top: 0;
  }
  to {
    top: -30%;
  }
}
@-webkit-keyframes tapa_superior-card {
  from {
    bottom: 10%;
    width: 0%;
  }
  to {
    bottom: 56%;
    width: 50%;
  }
}
@keyframes tapa_superior-card {
  from {
    bottom: 10%;
    width: 0%;
  }
  to {
    bottom: 56%;
    width: 50%;
  }
}
.temblor:hover {
  -webkit-animation: 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both temblor;
  animation: 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both temblor;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@-webkit-keyframes temblor {
  10%,
  90% {
    -webkit-transform: translate3d(-1px, 0, 0);
    transform: translate3d(-1px, 0, 0);
  }
  20%,
  80% {
    -webkit-transform: translate3d(2px, 0, 0);
    transform: translate3d(2px, 0, 0);
  }
  30%,
  50%,
  70% {
    -webkit-transform: translate3d(-4px, 0, 0);
    transform: translate3d(-4px, 0, 0);
  }
  40%,
  60% {
    -webkit-transform: translate3d(4px, 0, 0);
    transform: translate3d(4px, 0, 0);
  }
}
@keyframes temblor {
  10%,
  90% {
    -webkit-transform: translate3d(-1px, 0, 0);
    transform: translate3d(-1px, 0, 0);
  }
  20%,
  80% {
    -webkit-transform: translate3d(2px, 0, 0);
    transform: translate3d(2px, 0, 0);
  }
  30%,
  50%,
  70% {
    -webkit-transform: translate3d(-4px, 0, 0);
    transform: translate3d(-4px, 0, 0);
  }
  40%,
  60% {
    -webkit-transform: translate3d(4px, 0, 0);
    transform: translate3d(4px, 0, 0);
  }
}
.temblor_inf {
  -webkit-animation: 2s infinite temblor_inf;
  animation: 2s infinite temblor_inf;
}
@-webkit-keyframes temblor_inf {
  0% {
    -webkit-transform: translate(1px, 1px) rotate(0);
    transform: translate(1px, 1px) rotate(0);
  }
  10% {
    -webkit-transform: translate(-1px, -2px) rotate(-1deg);
    transform: translate(-1px, -2px) rotate(-1deg);
  }
  20% {
    -webkit-transform: translate(-3px, 0) rotate(1deg);
    transform: translate(-3px, 0) rotate(1deg);
  }
  30% {
    -webkit-transform: translate(3px, 2px) rotate(0);
    transform: translate(3px, 2px) rotate(0);
  }
  40% {
    -webkit-transform: translate(1px, -1px) rotate(1deg);
    transform: translate(1px, -1px) rotate(1deg);
  }
  50% {
    -webkit-transform: translate(-1px, 2px) rotate(-1deg);
    transform: translate(-1px, 2px) rotate(-1deg);
  }
  60% {
    -webkit-transform: translate(-3px, 1px) rotate(0);
    transform: translate(-3px, 1px) rotate(0);
  }
  70% {
    -webkit-transform: translate(3px, 1px) rotate(-1deg);
    transform: translate(3px, 1px) rotate(-1deg);
  }
  80% {
    -webkit-transform: translate(-1px, -1px) rotate(1deg);
    transform: translate(-1px, -1px) rotate(1deg);
  }
  90% {
    -webkit-transform: translate(1px, 2px) rotate(0);
    transform: translate(1px, 2px) rotate(0);
  }
  100% {
    -webkit-transform: translate(1px, -2px) rotate(-1deg);
    transform: translate(1px, -2px) rotate(-1deg);
  }
}
@keyframes temblor_inf {
  0% {
    -webkit-transform: translate(1px, 1px) rotate(0);
    transform: translate(1px, 1px) rotate(0);
  }
  10% {
    -webkit-transform: translate(-1px, -2px) rotate(-1deg);
    transform: translate(-1px, -2px) rotate(-1deg);
  }
  20% {
    -webkit-transform: translate(-3px, 0) rotate(1deg);
    transform: translate(-3px, 0) rotate(1deg);
  }
  30% {
    -webkit-transform: translate(3px, 2px) rotate(0);
    transform: translate(3px, 2px) rotate(0);
  }
  40% {
    -webkit-transform: translate(1px, -1px) rotate(1deg);
    transform: translate(1px, -1px) rotate(1deg);
  }
  50% {
    -webkit-transform: translate(-1px, 2px) rotate(-1deg);
    transform: translate(-1px, 2px) rotate(-1deg);
  }
  60% {
    -webkit-transform: translate(-3px, 1px) rotate(0);
    transform: translate(-3px, 1px) rotate(0);
  }
  70% {
    -webkit-transform: translate(3px, 1px) rotate(-1deg);
    transform: translate(3px, 1px) rotate(-1deg);
  }
  80% {
    -webkit-transform: translate(-1px, -1px) rotate(1deg);
    transform: translate(-1px, -1px) rotate(1deg);
  }
  90% {
    -webkit-transform: translate(1px, 2px) rotate(0);
    transform: translate(1px, 2px) rotate(0);
  }
  100% {
    -webkit-transform: translate(1px, -2px) rotate(-1deg);
    transform: translate(1px, -2px) rotate(-1deg);
  }
}
.faq-btn {
  width: 60px;
  height: 60px;
  bottom: 10%;
  right: 1%;
  cursor: pointer;
  transition: 0.3s ease-in-out;
}
.faq,
.faq-btn p {
  bottom: 0;
  right: 0;
}
.faq-btn p {
  top: 0;
  left: 0;
  margin: auto;
  color: #fff;
  font-size: min(max(24px + 10 * (100vw - 768px) / 672, 24px), 34px);
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: -0.28px;
  text-transform: uppercase;
}
.faq-btn svg,
.faq-btn:hover svg {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.faq-btn svg circle,
.faq-btn svg path {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  fill: #bebebe;
}
.faq-btn svg #what {
  fill: #fff !important;
}
.faq-btn:hover svg circle,
.faq-btn:hover svg path {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  fill: #ed5c01;
}
.faq {
  max-width: 0;
  height: 100%;
  background: #f5f5f5;
  overflow-y: auto;
  -webkit-transition: max-width 0.6s 0.1s;
  transition: max-width 0.6s 0.1s;
}
.faq-active {
  max-width: 100%;
}
.faq-close {
  width: 35px;
  height: 35px;
  margin-left: auto;
  margin-right: 10px;
}
.faq-items {
  margin-top: 30px !important;
  list-style-type: none;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 400px;
  margin: 0;
}
.faq-question,
.notifications__item {
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-pack: justify;
}
.faq-item {
  border-bottom: 2px solid #000;
  -webkit-transition: 1s linear;
  transition: 1s linear;
  padding: 10px 7px 0;
  min-width: 300px;
}
.faq-question {
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-weight: 600;
  margin-bottom: 1rem;
}
.faq-item-active .faq-question {
  color: #000;
}
.faq-question-title {
  margin-right: 7px;
}
.faq-question-arrow img {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.faq-item-active .faq-question-arrow img {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.faq-answer {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.3s linear;
  transition: max-height 0.3s linear;
}
.notifications {
  position: fixed;
  top: 1.5%;
  right: 1%;
  z-index: 5;
}
.notifications__item {
  position: relative;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 30px;
  background-color: #fff;
  -webkit-box-shadow: 0 15px 28px 0 rgba(171, 178, 187, 0.25);
  box-shadow: 0 15px 28px 0 rgba(171, 178, 187, 0.25);
  padding: 10px min(max(12px + 8 * (100vw - 768px) / 672, 12px), 20px);
  overflow: hidden;
  z-index: 4;
}
.footer,
.notifications__item-box {
  display: -webkit-box;
  display: -ms-flexbox;
}
.notifications__item::before {
  content: '';
  position: absolute;
  background-color: #252222;
  -webkit-clip-path: polygon(50% 0, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(50% 0, 100% 0, 100% 100%, 0% 100%);
  top: 0;
  right: 0;
  width: 45%;
  height: 100%;
  z-index: -1;
}
.notifications__item-box {
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.notifications__img {
  max-width: min(max(100px + 20 * (100vw - 768px) / 672, 100px), 120px);
  width: 100%;
  position: relative;
  margin: 0 10px 0 25px;
}
.notifications__img img {
  position: relative;
  right: min(max(5px + 5 * (100vw - 768px) / 672, 5px), 10px);
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.notifications__content {
  max-width: 180px;
  width: 100%;
}
.notifications__content h3 {
  color: #000;
  font-size: min(max(18px + 14 * (100vw - 768px) / 672, 18px), 30px);
  font-weight: 700;
  line-height: min(max(20px + 10 * (100vw - 768px) / 672, 20px), 30px);
  letter-spacing: 0.5px;
  margin-bottom: min(max(10px + 5 * (100vw - 768px) / 672, 10px), 15px);
}
.notifications__content p {
  max-width: 220px;
  width: 100%;
  color: #000;
  font-size: min(max(15px + 3 * (100vw - 768px) / 672, 15px), 18px);
  font-weight: 400;
  line-height: min(max(20px + 3 * (100vw - 768px) / 672, 20px), 23px);
  letter-spacing: 0.5px;
}
.notifications__btn {
  margin: 0 10px auto 5px;
}
.notifications__btn-close {
  vertical-align: inherit;
  max-width: inherit;
}
.hiddenNoty {
  -webkit-animation-name: hiddenNoty;
  animation-name: hiddenNoty;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}
.showNoty {
  -webkit-animation-name: showNoty;
  animation-name: showNoty;
  -webkit-animation-duration: 0.9s;
  animation-duration: 0.9s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}
@-webkit-keyframes hiddenNoty {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
  }
}
@keyframes hiddenNoty {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes showNoty {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@keyframes showNoty {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
.footer {
  background-color: #242121;
  min-height: 169px;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 2px solid #fff;
}
.footer__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}
.footer__logo {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 164px;
  width: 100%;
}
.footer__icons img + img {
  margin-left: 34px;
}
@media screen and (min-width: 1550px) {
  .boxes {
    min-width: 1000px;
  }
}
@media (max-width: 1150px) {
  .cont {
    width: 100%;
    padding: 0 14px;
  }
}
@media (max-width: 960px) {
  .first__inner {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: (auto) [3];
    grid-template-rows: repeat(3, auto);
    -webkit-column-gap: 0px;
    -moz-column-gap: 0px;
    column-gap: 0;
  }
  .first__descr h3,
  .first__titles {
    text-align: center;
  }
  .first__sliders {
    -ms-grid-column: 2;
    grid-column: 2;
    margin: 5px auto 15px;
  }
  .first__btns {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    margin: 20px auto 30px;
  }
  .first__btns-box {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .footer__logo {
    position: inherit;
  }
}
@media (max-width: 768px) {
  .first__garnt-item,
  .footer__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
  }
  .first__garnt {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }
  .first__garnt-item {
    max-width: 100px;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 35px;
  }
  .first__garnt-item:last-child {
    margin-right: 0;
  }
  .first__garnt-item p {
    white-space: inherit;
    text-align: center;
    margin-left: 0;
    color: #6b6b6b;
    font-size: 11px;
    font-weight: 400;
    line-height: 24.267px;
  }
  .notifications {
    padding-left: 3px;
  }
  .notifications__item__content__desc {
    font-size: 14px;
  }
  .notifications__item__img {
    max-width: 40px;
    margin: 0 2px 0 4px;
  }
  .boxes > .try {
    width: 19%;
    margin: 15px 24px;
  }
  .check {
    margin-top: 0;
  }
  .check .cont {
    padding: 0;
  }
  .check__inner {
    max-width: 100%;
  }
  .check__sum {
    border: none;
    border-bottom: 1px solid #dfdfdf;
    margin-bottom: 0;
  }
  .check__total {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: none;
    border-bottom: 1px solid #dfdfdf;
  }
  .check__pagination,
  .form {
    padding: 0 14px;
  }
  .footer__inner {
    padding: 33px 0 20px;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer__logo {
    position: inherit;
  }
  .footer__icons {
    margin: 18px 0 0;
  }
}
@media (max-width: 576px) {
  .advan__inner {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .main-s{
    max-height: 600px;
  }
  
}
@media (max-width: 479px) {
  .boxes > .try {
    width: 28%;
    margin: 20px 6px;
  }
}
@media (max-width: 400px) {
  .first__btns {
    margin: 10px auto 20px;
  }
  .main-s__text h4 {
    font-size: 25px;
  }
  .main-s__text p {
    font-size: 18px;
  }
}
@media (max-width: 360px) {
  .header__logo {
    margin-left: 10px;
    max-width: 124px;
  }
}
@media (max-width: 319px) {
  .boxes > .try {
    width: 48%;
  }
  .boxes > .try:nth-child(-n + 5) {
    display: none;
  }
}

.contHeader {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.blackStar {
  color: black;
}

@media (max-width: 600px) {
  .delTime {
    display: none;
  }

  .h2Center {
    text-align: center;
    font-size: 16px !important;
  }
  .first__text p {
    line-height: 26px;
  }
}
