/* global */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
body {
  background: #121827;
  overflow-x: hidden;
}
.container {
  max-width: 1285px;
  margin: 0 auto;
}
.flex-aic-jc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
a {
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
img {
  display: block;
}
button {
  outline: none;
  cursor: pointer;
}
input {
  outline: none;
}
.text_orange {
  color: #FBBC45;
}
.block-gray {
  background: #1B2338;
  border-radius: 20px;
}
.visible_mobile {
  display: none;
}

.owl-carousel .owl-item img {
  height: 100%;
  width: auto;
  max-width: 100%;
}
.owl-carousel button.owl-dot {
  min-width: 7px;
  min-height: 7px;
  background: #363B47;
  margin: 0 5px;
  border-radius: 100%;
}
.owl-carousel button.owl-dot.active {
  background: #FBBC45;
}
.owl-dots {
  text-align: center;
}

.btn {
  background: -o-linear-gradient(top, #FEE38E 0%, #FAB73C 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#FEE38E), to(#FAB73C));
  background: linear-gradient(180deg, #FEE38E 0%, #FAB73C 100%);
  border-radius: 10px;
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.btn__orange {
  -webkit-box-shadow: 0px 10px 40px rgba(255, 199, 86, 0.3);
          box-shadow: 0px 10px 40px rgba(255, 199, 86, 0.3);
  border-bottom: 2px solid #FF9100;
}
.btn__text {
  font-family: 'Oswald';
  font-size: 20px;
  color: #7F350C;
  text-transform: uppercase;
  text-shadow: 0px 1px 1px #FFFA8C;
  font-weight: 700;
}
/* global end */

.header {
  margin-top: 27px;
}
.logo {
    max-width: 150px;
}
.logo img {
    width: 100%;
}
.header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  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;
}

/* messengers */
.messengers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.messengers__info {
  font-family: 'Stolzl';
  font-size: 14px;
  color: #A0A3A9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 15px;
}
.messengers__info-circle {
  min-width: 7px;
  min-height: 7px;
  background: #4EC35A;
  margin-right: 6px;
  border-radius: 100%;
  display: block;
}
.messengers__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.messengers__item {
  background: #fff;
  padding: 6px 15px 6px 6px;
  border-radius: 111px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.messengers__item:not(:last-child) {
  margin-right: 9px;
}
.messengers__image {
  width: 27px;
  height: 27px;
  border-radius: 111px;
}
.messengers__image.whatsapp {
  background: -o-linear-gradient(top, #4DD48E 0%, #1DBE5C 100%), #22262D;
  background: -webkit-gradient(linear, left top, left bottom, from(#4DD48E), to(#1DBE5C)), #22262D;
  background: linear-gradient(180deg, #4DD48E 0%, #1DBE5C 100%), #22262D;
}
.messengers__image.telegram {
  background: -o-linear-gradient(top, #25DAFC 0%, #08AECB 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#25DAFC), to(#08AECB));
  background: linear-gradient(180deg, #25DAFC 0%, #08AECB 100%);
}
.messengers__image.viber {
  background: -o-linear-gradient(top, #645CA6 0%, #5850A4 100%), #FFFFFF;
  background: -webkit-gradient(linear, left top, left bottom, from(#645CA6), to(#5850A4)), #FFFFFF;
  background: linear-gradient(180deg, #645CA6 0%, #5850A4 100%), #FFFFFF;
}
.messengers__text {
  font-family: 'Oswald';
  color: #22262D;
  margin-left: 9px;
}
/* messengers end */

.header-side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* numbers */
.numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 40px;
}
.numbers__image {
  margin: 1% 14px 0 0;
}
.numbers__side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.numbers__link {
  font-family: 'Oswald';
  font-weight: 700;
  font-size: 26px;
  color: #fff;
}
.numbers__info {
  font-family: 'Stolzl';
  font-size: 13px;
  color: #A0A3A9;
  margin-top: 10px;
}
/* numbers end */

.header__btn {
  padding: 20px 65px 20px 25px;
}
.header__btn .btn__text {
  font-size: 18px;
}
.header__btn .btn__image {
  position: absolute;
  right: 0;
}

/* offer */
.offer {
  margin-top: 50px;
  max-width: 725px;
  width: 100%;
  position: relative;
}
.offer:before {
  content: '';
  position: absolute;
  width: 833px;
  height: 708px;
  right: -800px;
  background: url('../img/offer_main.png') no-repeat top / auto 100%;
}
.offer__title {
  text-align: center;
  font-family: 'Oswald';
  font-size: 26px;
  color: #fff;
  text-transform: uppercase;
  line-height: 32px;
}
.offer__title-small {
    font-size: 20px;
    text-transform: none;
    line-height: 22px;
}
.offer__title-small p {
    margin-top: 9px;
    text-align: justify;
}

.offer__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 658px;
  margin: 15px auto 0;
}
.offer__row-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.offer__row-image {
    max-width: 130px;
}
.offer__row-image img {
  margin: auto;
  width: 100%;
}
.offer__row-text {
  margin-top: 5px;
  font-size: 24px;
  font-family: 'Oswald';
  color: #fff;
}
.offer__footer {
  position: relative;
  margin-top: 35px;
  border-radius: 30px;
  padding: 35px 35px 40px;
  text-align: center;
}
.offer__footer-title {
  text-transform: uppercase;
  font-size: 35px;
  font-weight: 600;
  font-family: 'Oswald';
  color: #fff;
}
.offer__footer-subtitle {
  margin: 17px 0;
  font-weight: 500;
  font-size: 24px;
  color: #fff;
  font-family: 'Oswald';
}
.offer__footer-info {
  font-family: 'Stolzl';
  color: #A4A7AF;
  font-size: 15px;
  max-width: 450px;
  margin: 0 auto;
  line-height: 1.625rem;
}
.offer__footer-btn {
  margin: 25px auto 0;
  width: 253px;
  height: 82px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.offer__footer-btn .btn__text {
  margin-left: 14px;
}
.offer__footer-giftbox {
  position: absolute;
  right: 0;
  bottom: -30px;
}
.offer__footer-giftbox .giftbox__arrow {
  margin: auto;
}
.offer__footer-giftbox .giftbox__gift {
  margin-top: -10px;
}
/* offer end */

/* brands */
.brands {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 50px;
}
.brands__title {
  font-family: 'Oswald';
  font-weight: 600;
  font-size: 30px;
  text-transform: uppercase;
  color: #fff;
  line-height: 2.875rem;
  width: 100%;
}
.brands__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.brands__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 17px;
  margin-bottom: 30px;
}
.brands__item span a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #fff;
  width: 182px;
  height: 92px;
  border-radius: 20px;
}
.brands__item span a img {
    max-width: 100px;
    height: 100%;
}
.brands__item p, .brands__item p a{
    font-family: 'Oswald';
    font-size: 18px;
    color: #fff;
    margin-top: 10px;
}
/* brands end */

/* shop */
.shop {
  margin-top: 50px;
}
.shop__header {
  width: 100%;
  padding-top: 17px;
}
.shop__header-image img {
  width: 100%;
  max-width: 387px;
}
.shop__header-side {
  margin-left: 90px;
}
.shop__header-side .side-title {
  font-family: 'Oswald';
  font-weight: 700;
  font-size: 25px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 10px;
}
.shop__header-side ul, .shop__footer-side ul{
  font-family: 'Oswald';
  font-size: 19px;
  color: #fff;
  padding-left: 22px;
}
.shop__header-side .side-text {
  margin-top: 20px;
  color: #A4A7AF;
  font-size: 18px;
  line-height: 1.875rem;
  font-family: 'Stolzl';
  max-width: 590px;
}
.shop__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 30px 0 90px;
}
.shop__footer-item {
  width: 100%;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.shop__footer-item:first-child {
  margin-right: 40px;
}
.shop__footer-side {
  margin-left: 30px;
}
.shop__footer-side .side-title {
  font-family: 'Oswald';
  font-weight: 700;
  font-size: 25px;
  line-height: 2.375rem;
  text-transform: uppercase;
  color: #fff;
}
.shop__footer-side .side-text {
  margin-top: 15px;
  font-family: 'Stolzl';
  font-size: 17px;
  line-height: 1.5625rem;
  color: #A4A7AF;
}
/* shop end */

.popups_wrapper {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
  left: 0;
  background: #0F1421;
  display: none;
}
.popups_wrapper.thanks {
  display: block;
}
.popups {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  height: 100%;
  overflow: hidden auto;
  padding: 50px 0 15px;
}
.popup {
  max-width: 892px;
  width: 100%;
  padding: 55px;
  display: none;
  position: relative;
}

/* quiz */
.quiz__giftbox {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: -60px;
  left: -100px;
}
.quiz__giftbox-arrow {
  position: relative;
  top: -40px;
  left: -30px;
}
.popups__close {
  position: absolute;
  top: 30px;
  right: 30px;
  cursor: pointer;
}

.style-one .quiz__content-info {
  margin-top: 25px;
}
.style-one input:checked ~ .quiz__content-image {
  background: -o-linear-gradient(top, #FEE38E 0%, #FAB73C 100%), #FBBC45;
  background: -webkit-gradient(linear, left top, left bottom, from(#FEE38E), to(#FAB73C)), #FBBC45;
  background: linear-gradient(180deg, #FEE38E 0%, #FAB73C 100%), #FBBC45;
}
.style-one input:checked ~ .quiz__content-info {
  color: #FBBC45;
}
.style-one .quiz__content-image {
  max-height: 138px;
}
.style-one .quiz__content-image img {
  height: 100%;
  max-height: inherit;
}
.style-one .quiz__content-circle {
  bottom: -20px;
}

.style-two .quiz__content-info {
  color: #000;
  margin-left: auto;
}
.style-two .quiz__content-image {
  padding: 25px;
}
.style-two .quiz__content-circle {
  left: -20px;
  top: 0;
  bottom: 0;
}

.quiz__header .title {
  text-align: center;
  text-transform: uppercase;
  font-size: 35px;
  color: #fff;
  font-family: 'Oswald';
  font-weight: 700;
  line-height: 3rem;
}
.process {
  position: relative;
  margin-top: 30px;
  background: #fff;
  border-radius: 111px;
  padding: 6px;
}
.process__slider {
  height: 33px;
  background: url('../img/process_detail.svg'),
    -o-linear-gradient(bottom, #FCC35A 8.93%, #FEE189 110.71%);
  background: url('../img/process_detail.svg'),
    -webkit-gradient(linear, left bottom, left top, color-stop(8.93%, #FCC35A), color-stop(110.71%, #FEE189));
  background: url('../img/process_detail.svg'),
    linear-gradient(0deg, #FCC35A 8.93%, #FEE189 110.71%);
  border-radius: 111px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.process__title {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  font-family: 'Stolzl';
  color: #818190;
}
.process__medium {
  font-weight: 500;
}

.quiz__content-item,
.quiz__content-choice {
  display: none;
}
.quiz__content-choice.active {
  display: block;
}
.quiz__content-title {
  text-align: center;
  font-family: 'IBM Plex Sans';
  font-size: 24px;
  color: #fff;
  font-weight: 700;
  margin-top: 25px;
}
.quiz__content-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.quiz__content-variant {
  max-width: 237px;
  margin-right: 32px;
  margin-top: 25px;
  width: 100%;
}
input:checked ~ .quiz__content-image .quiz__content-mark {
  opacity: 1;
}
.quiz__content-variant:nth-child(3n+3) {
  margin-right: 0;
}
.quiz__content-variant input[type="radio"],
.quiz__content-variant input[type="checkbox"] {
  display: none;
}
.quiz__content-image,
.quiz__content-circle,
.quiz__content-mark {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.quiz__content-image {
  background: #fff;
  border-radius: 20px;
  height: 100%;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  cursor: pointer;
  position: relative;
}
.quiz__content-circle {
  position: absolute;
  min-width: 40px;
  min-height: 40px;
  background: #1B2338;
  border-radius: 100%;
  margin: auto;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.quiz__content-mark {
  opacity: 0;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  background: -o-linear-gradient(bottom, #FCC35A 8.93%, #FEE189 110.71%), #5447CC;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(8.93%, #FCC35A), color-stop(110.71%, #FEE189)), #5447CC;
  background: linear-gradient(0deg, #FCC35A 8.93%, #FEE189 110.71%), #5447CC;
  min-width: 26px;
  min-height: 26px;
  border-radius: 100%;
}
.quiz__content-info {
  text-align: center;
  font-family: 'Oswald';
  font-weight: 500;
  color: #fff;
  font-size: 22px;
}
.quiz__content-input {
  background: #32394C;
  border-radius: 10px;
  max-width: 237px;
  width: 100%;
  border: 0;
  padding: 25px;
  font-size: 17px;
  color: #ABAAAC;
}
.quiz__content-input::-webkit-input-placeholder {
  color: #ABAAAC;
}
.quiz__content-input::-moz-placeholder {
  color: #ABAAAC;
}
.quiz__content-input:-ms-input-placeholder {
  color: #ABAAAC;
}
.quiz__content-input::-ms-input-placeholder {
  color: #ABAAAC;
}
.quiz__content-input::placeholder {
  color: #ABAAAC;
}

.quiz__footer {
  margin-top: 43px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.quiz__footer-prev,
.quiz__footer-next {
  width: 166px;
  height: 80px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.quiz__footer-prev {
  background: -o-linear-gradient(top, #F4F4F4 0%, #CCCCCA 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#F4F4F4), to(#CCCCCA));
  background: linear-gradient(180deg, #F4F4F4 0%, #CCCCCA 100%);
  -webkit-box-shadow: inset 0px -3px 4px rgba(255, 255, 255, 0.2);
          box-shadow: inset 0px -3px 4px rgba(255, 255, 255, 0.2);
  border-bottom: 2px solid #BEBEBD;
}
.quiz__footer-prev .btn__text {
  text-shadow: none;
  color: #616161;
  margin-left: 10px;
}
.quiz__footer-next {
  margin-left: 30px;
}
.quiz__footer-next .btn__text {
  margin-right: 10px;
}
/* quiz end */

/* callback */
.callback {
  padding: 80px 35px;
}
.callback__header {
  margin-bottom: 30px;
}
.callback__header-title {
  text-align: center;
  font-family: 'IBM Plex Sans';
  font-size: 22px;
  color: #fff;
  line-height: 2.125rem;
}
.callback__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.callback__form-item {
  max-width: 336px;
  width: 100%;
  position: relative;
  margin: auto;
}
.callback__form-label {
  background: #32394C;
  border-radius: 10px;
  overflow: hidden;
  height: 68px;
  margin-bottom: 15px;
}
.callback__form-input {
  width: 100%;
  height: 100%;
  border: 0;
  outline: none;
  padding-left: 25px;
  font-size: 17px;
  color: #ABAAAC;
  background: none;
}
.callback__form-input::-webkit-input-placeholder {
  color: #ABAAAC;
}
.callback__form-input::-moz-placeholder {
  color: #ABAAAC;
}
.callback__form-input:-ms-input-placeholder {
  color: #ABAAAC;
}
.callback__form-input::-ms-input-placeholder {
  color: #ABAAAC;
}
.callback__form-input::placeholder {
  color: #ABAAAC;
}
.callback__form-image {
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto;
}
.callback__form-btn {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 80px;
  margin-top: 15px;
}
/* callback end */

/* thanks */
.thanks.popup {
  display: block;
  padding: 160px 35px;
}
.thanks__manager {
  position: absolute;
  top: 50px;
  left: 120px;
}
.thanks__manager-arrow {
  position: relative;
  left: 80px;
  bottom: 35px;
}
.thanks__title {
  text-align: center;
  font-family: 'Oswald';
  font-weight: 700;
  color: #fff;
  font-size: 34px;
  line-height: 2.875rem;
}
.thanks__subtitle {
  text-align: center;
  line-height: 1.875rem;
  font-family: 'IBM Plex Sans';
  font-size: 22px;
  max-width: 360px;
  margin: 17px auto 30px;
  color: #fff;
}
.thanks__btn {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: auto;
  max-width: 336px;
  width: 100%;
  height: 80px;
}
/* thanks */
.btn__orange .btn__text a {
    color: #7F350C;
}