/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;

  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
main {
  display: block;
}
h1 {
  margin: 0.67em 0;

  font-size: 2em;
}
hr {
  overflow: visible;

  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  text-decoration: underline;
  text-decoration: underline dotted;

  border-bottom: none;

  -webkit-text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;

  vertical-align: baseline;

  font-size: 75%;
  line-height: 0;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;

  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;

  border-style: none;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  display: table;

  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
  padding: 0;

  white-space: normal;

  color: inherit;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  outline-offset: -2px;

  -webkit-appearance: textfield;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  font: inherit;

  -webkit-appearance: button;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
.visually-hidden {
  position: absolute;

  overflow: hidden;
  clip: rect(0 0 0 0);

  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;

  white-space: nowrap;

  border: 0;

  -webkit-clip-path: inset(100%);
  clip-path: inset(100%);
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;

  scroll-behavior: smooth;
}

body.active {
  overflow: hidden;
}

a {
  text-decoration: none;

  color: #000000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

.layout__large {
  width: min(100% - 200px, 1720px);

  margin-inline: auto;
}
.layout__main {
  width: min(100% - 40px, 1290px);

  margin-inline: auto;
}

.button__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;

  width: 131px;
  height: 41px;
  padding: 10px;

  cursor: pointer;
  -webkit-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;

  color: #ffffff;
  background: #a89c86;

  font-size: 14px;
  font-weight: 700;
  line-height: 17px;
}
.button__main:hover {
  background: #5c5547;
}
.button__first {
  position: relative;
  z-index: 0;

  display: inline-block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;

  width: 300px;
  min-height: 72px;
  padding: 10px;

  cursor: pointer;
  -webkit-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
  letter-spacing: 0.05em;
  text-transform: uppercase;

  color: #000000;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#fece71),
    to(#ffaf14)
  );
  background: -o-linear-gradient(left, #fece71 0%, #ffaf14 100%);
  background: linear-gradient(90deg, #fece71 0%, #ffaf14 100%);

  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
}
.button__first::before {
  position: absolute;
  z-index: -5;
  top: 0;
  left: 0;

  display: block;

  width: 100%;
  height: 100%;

  content: "";
  -webkit-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;

  opacity: 0;
  background: -webkit-gradient(
    linear,
    right top,
    left top,
    from(#fff2d8),
    to(#ffd584)
  );
  background: -o-linear-gradient(right, #fff2d8 0%, #ffd584 100%);
  background: linear-gradient(270deg, #fff2d8 0%, #ffd584 100%);
}
.button__first:hover::before {
  opacity: 1;
}
.button__second {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;

  width: 199px;
  min-height: 62px;
  padding: 10px;

  cursor: pointer;
  -webkit-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;

  color: #ffffff;
  background: #000000;

  font-size: 16px;
  font-weight: 700;
  line-height: 17px;
  line-height: 19px;
}
.button__third {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;

  width: 155px;
  min-height: 45px;
  padding: 10px;

  cursor: pointer;
  -webkit-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;

  color: #000000;
  border: 1px solid #000000;

  font-size: 14px;
  font-weight: 700;
  line-height: 17px;
}
.button__third:hover {
  color: #ffffff;
  background: #000917;
}

.header {
  position: relative;

  overflow: hidden;
}
.header__wrap {
  position: relative;
  z-index: 1;

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;

  padding-top: 20px;

  gap: 30px;
}
.header__navbar-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  gap: 58px;
}
.header__logo {
  max-height: 44px;
}
.header__banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;

  margin-bottom: 212px;
}
.header__sale {
  margin-bottom: 64px;
}
.navbar__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  margin: 0;
  padding: 0;

  list-style: none;
}
.navbar__link {
  display: block;

  padding: 15px;

  -webkit-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;

  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
}
.navbar__link:hover {
  color: #e79703;
}

.navbar__burger {
  position: relative;
  z-index: 11;
  top: 8px;

  width: 20px;
  height: 29px;

  cursor: pointer;
}
.navbar__burger span {
  position: absolute;
  left: 0;

  display: block;

  width: 100%;
  height: 6%;

  -webkit-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);

  opacity: 1;
  background-color: #000000;
}
.navbar__burger span:nth-of-type(1) {
  top: 0;
}
.navbar__burger span:nth-of-type(2) {
  top: 6px;
}
.navbar__burger span:nth-of-type(3) {
  top: 12px;
}
.navbar__burger.active {
  top: 8px;
  right: 0;
}
.navbar__burger.active span {
  z-index: 10;
}
.navbar__burger.active span:nth-of-type(1) {
  top: 6px;

  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}
.navbar__burger.active span:nth-of-type(2) {
  left: -40px;

  opacity: 0;
}
.navbar__burger.active span:nth-of-type(3) {
  top: 6px;

  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.actions__access {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;

  gap: 45px;
}
.actions__access-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;

  padding: 10px 0;

  -webkit-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
  letter-spacing: 0.05em;
  text-transform: uppercase;

  font-size: 14px;
  font-weight: 700;
  line-height: 17px;
}
.actions__access-link:hover {
  color: #e79703;
}

.banner__text-box {
  padding-top: 206px;
}
.banner__title {
  margin-bottom: 24px;

  letter-spacing: 0.05em;

  font-size: 74px;
  font-weight: 400;
  line-height: 120%;
}
.banner__foto-box {
  position: relative;

  padding-top: 40px;
  padding-right: 50px;
}
.banner__decor-header {
  position: absolute;
  z-index: -1;
  top: -380px;
  right: -200px;

  width: 1060px;
  height: 1060px;

  border-width: 3px;
  border-color: #ffefd0;
  border-radius: 50%;
  background: #ffefd0;
}

.sale__wrap {
  position: relative;
  z-index: 0;

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;

  margin-bottom: 50px;

  gap: 120px;
}
.sale__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.sale__item-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;

  margin-bottom: 10px;

  text-align: center;
  text-align: center;

  font-size: 40px;
  font-weight: 700;
  line-height: 120%;
}
.sale__desc {
  margin-bottom: 58px;

  text-align: center;

  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}
.sale__img {
  max-width: 408px;
}
.sale__button {
  margin-right: auto;
  margin-left: auto;
}

.swiper-pagination-bullet {
  background: #36403c;
}

.swiper-pagination-bullet-active {
  background: #000000;
}

.swiper3 {
  position: relative;
  z-index: 1;

  overflow: hidden;

  margin-right: auto;
  margin-left: auto;
  padding: 0;

  list-style: none;
}

.experience-boho {
  background: #e3c6ad;
}
.experience-boho__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  padding: 90px 0;

  gap: 180px;
}
.experience-boho__info {
  max-width: 585px;
  padding-top: 50px;
}
.experience-boho__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;

  margin-bottom: 36px;

  letter-spacing: 0.46em;
  text-transform: uppercase;

  color: #000000;

  font-size: 36px;
  font-weight: 700;
  line-height: 120%;
}
.experience-boho__desc {
  margin-bottom: 36px;

  color: #000000;

  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}
.experience-boho__img-box {
  position: relative;
  z-index: 0;
}
.experience-boho__img-box::before {
  position: absolute;
  z-index: -1;
  top: 350px;
  right: -140px;

  width: 1000px;
  height: 250px;

  content: "";
  -webkit-transform: rotate(15deg);
  -ms-transform: rotate(15deg);
  transform: rotate(15deg);

  background: #ffffff;

  -webkit-filter: blur(127.5px);
  filter: blur(127.5px);
}
.experience-boho__img-box::after {
  position: absolute;
  top: 685px;
  left: 100px;

  width: 477px;
  height: 44px;

  content: "";

  opacity: 0.5;
  border-radius: 240px;
  background: #967e69;

  -webkit-filter: blur(20px);
  filter: blur(20px);
}
.experience-boho__img {
  height: 700px;
}

.experience-slots {
  background: #000917;
}
.experience-slots__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  padding: 120px 0 72px 0;

  gap: 104px;
}
.experience-slots__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;

  margin-bottom: 36px;

  letter-spacing: 0.46em;
  text-transform: uppercase;

  color: #ffffff;

  font-size: 36px;
  font-weight: 700;
  line-height: 120%;
}
.experience-slots__desc {
  margin-bottom: 36px;

  color: #ffffff;

  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}
.experience-slots__img-box {
  position: relative;
  z-index: 0;
}
.experience-slots__img-box:after {
  position: absolute;
  z-index: -1;
  top: 100px;
  left: -150px;

  width: 506.86px;
  height: 649.01px;

  content: "";
  -webkit-transform: rotate(-20.71deg);
  -ms-transform: rotate(-20.71deg);
  transform: rotate(-20.71deg);

  opacity: 0.2;
  background: #f185fb;

  -webkit-filter: blur(127.5px);
  filter: blur(127.5px);
}
.experience-slots__img-box::before {
  position: absolute;
  z-index: -1;
  top: 200px;
  right: -270px;

  width: 772px;
  height: 504px;

  content: "";
  -webkit-transform: rotate(-22.48deg);
  -ms-transform: rotate(-22.48deg);
  transform: rotate(-22.48deg);

  opacity: 0.2;
  background: #f185fb;

  -webkit-filter: blur(127.5px);
  filter: blur(127.5px);
}
.experience__list {
  margin-bottom: 36px;
  margin-left: 28px;

  color: #000000;

  font-size: 18px;
  font-weight: 400;
  line-height: 200%;
}
.experience__list--alt {
  color: #ffffff;
}
.experience__country-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;

  max-width: 310px;
  margin-bottom: 50px;

  gap: 15px;
}
.experience__title {
  margin-bottom: 15px;

  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}
.experience__title--alt {
  color: #ffffff;
}
.experience__country-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;

  width: 49px;
  height: 29px;

  color: #ffffff;
  border-radius: 14px;
  background: #000000;

  font-size: 14px;
  font-weight: 700;
  line-height: 150%;
}
.experience__country-item--alt {
  color: #000000;
  background: #f6f1f7;
}
.experience__link {
  -webkit-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;

  font-size: 18px;
  font-weight: 400;
  line-height: 200%;

  text-decoration-line: underline;
}
.experience__link:hover {
  color: #b67703;
}
.experience__link--alt {
  position: relative;
  position: relative;
  z-index: 1000;

  display: inline;

  text-decoration: none;

  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#fece71),
    to(#ffaf14)
  );
  background: -o-linear-gradient(left, #fece71 0%, #ffaf14 100%);
  background: linear-gradient(90deg, #fece71 0%, #ffaf14 100%);
  -webkit-background-clip: text;
  background-clip: text;

  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
}
.experience__link--alt:hover {
  -webkit-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;

  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#ffffff),
    to(#ffffff)
  );
  background-image: -o-linear-gradient(left, #ffffff 0%, #ffffff 100%);
  background-image: linear-gradient(90deg, #ffffff 0%, #ffffff 100%);
}
.experience__link--alt::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;

  content: "";

  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#fece71),
    to(#ffaf14)
  );
  background-image: -o-linear-gradient(left, #fece71 0%, #ffaf14 100%);
  background-image: linear-gradient(90deg, #fece71 0%, #ffaf14 100%);
  background-repeat: no-repeat;
  background-position: center bottom 1px;
  background-size: 100% 1px;
}
.experience__link--alt:hover::after {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#ffffff),
    to(#ffffff)
  );
  background-image: -o-linear-gradient(left, #ffffff 0%, #ffffff 100%);
  background-image: linear-gradient(90deg, #ffffff 0%, #ffffff 100%);
}

.commissions__title {
  margin-right: auto;
  margin-left: auto;
  padding: 100px 0 86px 0;

  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;

  color: #000000;

  font-size: 54px;
  font-weight: 400;
  line-height: 120%;
}
.commissions__wrap {
  display: grid;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;

  padding-bottom: 100px;

  gap: 40px;
  grid-template-columns: repeat(4, 1fr);
}
.commissions__slider {
  overflow-x: hidden;
}
.commissions__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;

  min-height: 278px;
  padding: 40px 20px 40px 40px;

  border: 1px solid #bcbcbc;
  border-radius: 45px;
}
.commissions__item--bg {
  background: -o-linear-gradient(329.29deg, #e3c6ad 5.99%, #6dbc51 94.4%);
  background: linear-gradient(120.71deg, #e3c6ad 5.99%, #6dbc51 94.4%);
}
.commissions__desc {
  font-size: 96px;
  font-weight: 500;
  line-height: 120%;
}
.commissions__desc span {
  opacity: 0.5;

  font-size: 18px;
}
.commissions__footer {
  color: #000000;

  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
}

.swiper-pagination2 {
  margin-top: -20px;

  text-align: center;
}

.accordion {
  position: relative;

  width: 100%;
  padding-top: 14px;
  padding-right: 10px;
  padding-bottom: 34px;
  padding-left: 50px;

  cursor: pointer;
  text-align: left;

  color: #000000;
  border: none;
  border-top: 1px solid #000000;
  outline: none;
  background-color: #f6f1f7;

  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
}
.accordion--alt {
  background: #eae3eb;
}
.accordion:after {
  position: absolute;
  top: 18px;
  right: 0;
  bottom: 0;
  left: 15px;

  content: "";

  background-image: url(../img/faq-icon+.svg);
  background-repeat: no-repeat;
}
.accordion.active:after {
  position: absolute;
  top: 24px;
  right: 0;
  bottom: 0;
  left: 15px;

  content: "";

  background-image: url(../img/faq-icon-.svg);
  background-repeat: no-repeat;
}

.panel {
  overflow: hidden;

  max-height: 0;
  padding-left: 14px;

  -webkit-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;

  background-color: #f6f1f7;
}
.panel--alt {
  background: #eae3eb;
}

.faq {
  background: #f6f1f7;
}
.faq--alt {
  margin-top: 20px;
  padding-bottom: 60px;
}
.faq__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  padding-top: 36px;
  padding-bottom: 10px;

  gap: 236px;
}
.faq__wrap--alt {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;

  border-radius: 45px;
  background: #eae3eb;

  gap: 0;
}
.faq__title-alt {
  padding: 50px 0 40px 0;

  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;

  font-size: 40px;
  font-weight: 400;
  line-height: 120%;
}
.faq__ask {
  max-width: 460px;
}
.faq__ask--alt {
  max-width: 100%;
  padding: 10px 50px 20px 50px;
}
.faq__ask-title {
  margin-bottom: 20px;
  padding-top: 240px;

  letter-spacing: 0.05em;
  text-transform: uppercase;

  font-size: 54px;
  font-weight: 400;
  line-height: 120%;
}
.question__desc {
  padding-bottom: 40px;

  color: #000000;

  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}

.affiliates__item-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;

  padding: 0 40px 140px 40px;
}
.affiliates__title-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;

  padding: 88px 0 78px 0;

  gap: 40px;
}
.affiliates__title {
  letter-spacing: 0.05em;
  text-transform: uppercase;

  color: #000000;

  font-size: 54px;
  font-weight: 400;
  line-height: 120%;
}
.affiliates__arrow-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  gap: 88px;
}
.affiliates__arrow-left {
  -webkit-transform: matrix(-1, 0, 0, 1, 0, 0);
  -ms-transform: matrix(-1, 0, 0, 1, 0, 0);
  transform: matrix(-1, 0, 0, 1, 0, 0);
}
.affiliates__item-title {
  margin-bottom: 20px;

  color: #000000;

  font-size: 22px;
  font-weight: 400;
  line-height: 160%;
}
.affiliates__item-link {
  -webkit-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;

  color: #000000;

  font-size: 16px;
  font-weight: 400;
  line-height: 160%;

  text-decoration-line: underline;
}
.affiliates__item-link:hover {
  color: #b97a03;
}

.arrow {
  width: 58px;
}
.arrow--sm {
  width: 30px;
}

.main {
  overflow: hidden;
}

.text__inner {
  margin-top: 20px;
  padding-bottom: 60px;

  background: #f6f1f7;
}
.text__wrap {
  padding: 60px 50px 26px 50px;

  border-radius: 45px;
  background: #eae3eb;
}
.text__wrap span {
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}
.text__title {
  padding: 52px 0 44px 0;

  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;

  color: #000000;

  font-size: 40px;
  font-weight: 400;
  line-height: 120%;
}
.text__title-text {
  margin-bottom: 24px;

  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
}
.text__title-text--alt {
  padding-top: 14px;
}
.text__list {
  margin-bottom: 10px;

  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}
.text__desc {
  margin-bottom: 26px;

  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 16px;
}
.copyright__desc {
  color: #ffffff;

  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
}

.achiev__img-box {
  flex: auto;
  display: flex;
  align-items: center;
}

.achiev__img {
  width: 160px;
  height: auto;
}

.copyright__link-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  gap: 26px;
}
.copyright__link {
  padding: 10px 0;

  -webkit-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;

  color: #ffffff;

  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
}
.copyright__link:hover {
  color: #e79703;
}

.footer {
  overflow-x: hidden;

  background: #000000;
}
.footer__title {
  padding-top: 60px;
  padding-bottom: 66px;

  letter-spacing: 0.05em;
  text-transform: uppercase;

  color: #ffffff;

  font-size: 54px;
  font-weight: 400;
  line-height: 120%;
}
.footer__wrap {
  position: relative;
}
.footer__wrap:after {
  position: absolute;
  top: -550px;
  left: 650px;

  width: 727px;
  height: 727px;

  content: "";

  opacity: 0.1;
  border-radius: 350px;
  background: #f185fb;

  -webkit-filter: blur(75px);
  filter: blur(75px);
}
.footer__copyright-box {
  position: relative;
  z-index: 1;

  padding: 86px 0 24px 0;
}

.actions-footer {
  position: relative;
  z-index: 1;

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  gap: 147px;
}
.actions-footer__img {
  max-width: 25px;
  height: 25px;
}
.actions-footer__title-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;

  margin-bottom: 14px;

  gap: 18px;
}
.actions-footer__title {
  letter-spacing: 0.24em;
  text-transform: uppercase;

  color: #ffffff;

  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
}
.actions-footer__link {
  display: block;

  cursor: pointer;
  -webkit-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;

  color: #e3c6ad;
  border: none;

  font-size: 16px;
  font-weight: 400;
  line-height: 120%;

  text-decoration-line: underline;
}
.actions-footer__link:hover {
  color: #e79703;
}
@media (min-width: 576px) {
  .commissions__slider {
    display: none;
  }
  .actions-footer__link {
    margin-left: 44px;
  }
}
@media (min-width: 800px) {
  .arrow--sm {
    display: none;
  }
}
@media (min-width: 920px) {
  .experience__link--mobile {
    display: none;
  }
}
@media (min-width: 1200px) {
  .navbar__list {
    gap: 20px;
  }
  .navbar__link {
    text-align: center;
  }
  .navbar__burger {
    display: none;
  }
}
@media (min-width: 1720px) {
  .sale__img--laptop {
    display: none;
  }
  .experience-slots__img-box {
    margin-left: 60px;
  }
  .faq__ask {
    margin-left: 40px;
  }
  .faq__ask--alt {
    margin-left: 0;
  }
  .question {
    max-width: 630px;
  }
  .question--alt {
    max-width: 100%;
  }
  .footer {
    padding: 0 40px;
  }
}
@media (min-width: 1850px) {
  .commissions__item {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media (max-width: 1850px) {
  .commissions__title {
    padding: 70px 0 40px 0;
  }
  .commissions__wrap {
    padding-bottom: 70px;
  }
  .commissions__item {
    min-height: 193px;
    padding: 26px;

    border-radius: 32px;

    gap: 22px;
  }
  .commissions__desc {
    font-size: 60px;
    line-height: 120%;
  }
  .commissions__desc span {
    font-size: 14px;
    line-height: 120%;
  }
  .commissions__footer {
    font-size: 16px;
  }
}
@media (max-width: 1719.8px) {
  .button__first {
    width: 268px;
    min-height: 62px;

    font-size: 16px;
    line-height: 19px;
  }
  .button__second {
    width: 155px;
    min-height: 45px;

    font-size: 14px;
    line-height: 17px;
  }
  .header__wrap {
    padding-top: 15px;
  }
  .header__navbar-box {
    gap: 38px;
  }
  .header__banner {
    margin-bottom: 74px;
  }
  .header__sale {
    margin-bottom: 40px;
  }
  .navbar__list {
    gap: 15px;
  }
  .actions__access {
    gap: 40px;
  }
  .banner__text-box {
    padding-top: 184px;
  }
  .banner__title {
    max-width: 600px;

    font-size: 54px;
    line-height: 120%;
  }
  .banner__foto-box {
    padding-top: 128px;
    padding-right: 10px;
  }
  .banner__decor-header {
    top: -242px;
    right: -160px;

    width: 745px;
    height: 745px;
  }
  .banner__foto {
    max-width: 616px;
  }
  .sale__wrap {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;

    gap: 80px;
  }
  .sale__item-title {
    font-size: 32px;
    line-height: 120%;
  }
  .sale__desc {
    margin-bottom: 50px;
  }
  .sale__img {
    max-height: 204px;
  }
  .sale__img--pc {
    display: none;
  }
  .experience-boho__wrap {
    padding: 50px 0 34px 0;

    gap: 100px;
  }
  .experience-boho__info {
    max-width: 452px;
    padding-top: 0;
  }
  .experience-boho__title {
    margin-bottom: 20px;

    font-size: 24px;
    line-height: 120%;
  }
  .experience-boho__desc {
    margin-bottom: 20px;

    font-size: 16px;
  }
  .experience-boho__img-box::before {
    top: 250px;
    right: -100px;

    width: 800px;
    height: 150px;

    -webkit-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    transform: rotate(10deg);
  }
  .experience-boho__img-box::after {
    top: 520px;
    left: 70px;

    width: 365px;
    height: 33px;
  }
  .experience-boho__img {
    height: 540px;
  }
  .experience-slots__wrap {
    padding: 50px 0;

    gap: 90px;
  }
  .experience-slots__title {
    margin-bottom: 20px;

    font-size: 24px;
    line-height: 120%;
  }
  .experience-slots__desc {
    margin-bottom: 20px;

    font-size: 16px;
  }
  .experience-slots__img-box {
    margin-top: 28px;
  }
  .experience-slots__img-box:after {
    top: 60px;
    left: -100px;

    width: 352px;
    height: 452px;
  }
  .experience-slots__img-box::before {
    top: 190px;
    right: -170px;

    width: 538px;
    height: 352px;
  }
  .experience-slots__img {
    max-width: 750px;
  }
  .experience__list {
    margin-bottom: 20px;

    font-size: 16px;
  }
  .experience__country-box {
    margin-bottom: 30px;
  }
  .experience__title {
    font-size: 16px;
  }
  .accordion {
    padding-top: 10px;
    padding-bottom: 30px;

    font-size: 14px;
    line-height: 17px;
  }
  .accordion--alt {
    font-size: 18px;
    line-height: 22px;
  }
  .accordion:after {
    top: 13px;
  }
  .accordion.active:after {
    top: 19px;
  }
  .faq__wrap {
    padding-top: 52px;
    padding-bottom: 14px;

    gap: 114px;
  }
  .faq__wrap--alt {
    padding-top: 40px;
    padding-bottom: 0;
  }
  .faq__ask {
    max-width: 410px;
  }
  .faq__ask--alt {
    max-width: 100%;
    padding: 10px 50px 6px 50px;
  }
  .faq__ask-title {
    padding-top: 154px;
  }
  .question {
    max-width: 672px;
  }
  .question--alt {
    max-width: 100%;
  }
  .question__desc {
    padding-bottom: 32px;

    font-size: 14px;
    line-height: 150%;
  }
  .question__desc--alt {
    font-size: 18px;
    line-height: 22px;
  }
  .affiliates__item-wrap {
    padding: 0 0 100px 0;
  }
  .affiliates__title-box {
    padding: 60px 0;
  }
  .affiliates__arrow-box {
    gap: 44px;
  }
  .footer__title {
    padding-bottom: 60px;
  }
  .footer__wrap:after {
    left: 700px;
  }
  .actions-footer {
    gap: 36px;
  }
}
@media (max-width: 1380px) {
  .faq__wrap {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;

    gap: 50px;
  }
}
@media (max-width: 1350px) {
  .experience-slots__wrap {
    padding: 74px 0;
  }
  .experience-slots__img-box {
    margin-top: 80px;
    margin-left: -180px;
  }
  .experience-slots__img-box:after {
    top: -50px;
    left: 50px;

    -webkit-filter: blur(93.3119px);
    filter: blur(93.3119px);
  }
  .experience-slots__img-box::before {
    top: 100px;
    right: -300px;

    -webkit-filter: blur(93.3119px);
    filter: blur(93.3119px);
  }
  .experience-slots__img {
    max-width: 660px;
  }
  .commissions__title {
    padding: 40px 0 20px 0;

    font-size: 24px;
  }
  .commissions__wrap {
    padding-bottom: 40px;

    grid-template-columns: repeat(2, 1fr);
  }
  .commissions__item {
    padding: 40px;
  }
}
@media (max-width: 1320px) {
  .faq__ask-title {
    font-size: 24px;
  }
}
@media (max-width: 1320px) and (min-width: 851px) {
  .faq__ask {
    width: 200px;
  }
  .faq__ask--alt {
    width: 100%;
  }
}
@media (max-width: 1199.8px) {
  .layout__large {
    width: min(100% - 80px, 1720px);
  }
  .button__main {
    width: 105px;
    height: 33px;

    font-size: 12px;
    line-height: 15px;
  }
  .header__wrap {
    padding-top: 10px;
  }
  .header__banner {
    margin-bottom: 140px;
  }
  .header__sale {
    margin-bottom: 60px;
  }
  .navbar {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    left: 100%;

    overflow: auto;

    width: 100%;
    height: 100%;
    min-height: 100vh;

    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;

    background-color: #ffefd0;
  }
  .navbar.active {
    left: 0;
  }
  .navbar__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;

    padding-top: 20px;
  }
  .navbar__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .navbar__link {
    font-size: 30px;
  }
  .actions__access {
    gap: 30px;
  }
  .actions__access-link {
    font-size: 12px;
    line-height: 15px;
  }
  .banner__text-box {
    padding-top: 94px;
  }
  .banner__title {
    max-width: 402px;

    font-size: 40px;
    line-height: 120%;
  }
  .banner__foto-box {
    padding-top: 50px;
  }
  .banner__decor-header {
    top: -360px;
    right: -330px;
  }
  .banner__foto {
    max-width: 426px;
  }
  .sale__wrap {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;

    margin-bottom: 34px;

    gap: 30px;
  }
  .sale__item-title {
    font-size: 24px;
    line-height: 120%;
  }
  .sale__desc {
    max-width: 264px;

    font-size: 14px;
    line-height: 150%;
  }
  .experience-boho__wrap {
    padding: 74px 0 60px 0;

    gap: 46px;
  }
  .experience-boho__info {
    max-width: 342px;
  }
  .experience-boho__title {
    margin-bottom: 10px;

    font-size: 20px;
  }
  .experience-boho__desc {
    margin-bottom: 30px;

    font-size: 14px;
  }
  .experience-boho__img-box {
    padding-top: 26px;
  }
  .experience-boho__img-box::before {
    top: 280px;

    width: 700px;
    height: 100px;
  }
  .experience-boho__img-box::after {
    top: 500px;
    left: 80px;
  }
  .experience-boho__img {
    height: 476px;
  }
  .experience-slots__title {
    margin-bottom: 10px;

    font-size: 20px;
  }
  .experience-slots__desc {
    margin-bottom: 30px;

    font-size: 14px;
  }
  .experience__list {
    margin-bottom: 30px;

    font-size: 14px;
  }
  .experience__title {
    font-size: 14px;
  }
  .experience__link {
    font-size: 14px;
  }
  .accordion--alt {
    font-size: 16px;
    line-height: 19px;
  }
  .faq--alt {
    margin-top: 10px;
    padding-bottom: 40px;
  }
  .faq__wrap {
    padding-top: 38px;
    padding-bottom: 18px;

    gap: 40px;
  }
  .faq__wrap--alt {
    padding-bottom: 0;

    border-radius: 34px;
  }
  .faq__title-alt {
    padding: 40px 0 20px 0;

    font-size: 24px;
  }
  .faq__ask-title {
    padding-top: 42px;
  }
  .question {
    max-width: 650px;
  }
  .question--alt {
    max-width: 100%;
  }
  .question__desc--alt {
    font-size: 16px;
  }
  .affiliates__item-wrap {
    padding: 0 0 38px 0;
  }
  .affiliates__title-box {
    padding: 34px 0 28px 0;
  }
  .affiliates__title {
    font-size: 24px;
  }
  .affiliates__arrow-box {
    gap: 24px;
  }
  .affiliates__item-title {
    font-size: 14px;
  }
  .affiliates__item-link {
    font-size: 14px;
  }
  .text__inner {
    margin-top: 10px;
    padding-bottom: 40px;
  }
  .text__wrap {
    padding: 56px 40px 16px 40px;

    border-radius: 34px;
  }
  .text__wrap span {
    font-size: 14px;
  }
  .text__title {
    padding: 38px 0 20px 0;

    font-size: 24px;
    line-height: 120%;
  }
  .text__title-text {
    font-size: 20px;
  }
  .text__list {
    font-size: 14px;
  }
  .text__desc {
    margin-bottom: 20px;

    font-size: 14px;
  }
  .copyright__desc {
    opacity: 0.3;
  }
  .footer__title {
    padding-top: 50px;
    padding-bottom: 56px;

    font-size: 36px;
  }
  .footer__wrap:after {
    left: 400px;
  }
  .footer__copyright-box {
    padding: 46px 0 34px 0;
  }
}
@media (max-width: 945px) {
  .question {
    max-width: 550px;
  }
  .question--alt {
    max-width: 100%;
  }
}
@media (max-width: 920px) {
  .experience-boho__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;

    padding: 56px 0 0 0;

    gap: 20px;
  }
  .experience-boho__info {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;

    max-width: 100%;
  }
  .experience-boho__title {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;

    text-align: center;
  }
  .experience-boho__desc {
    max-width: 466px;
    margin-right: auto;
    margin-bottom: 40px;
    margin-left: auto;

    text-align: center;
  }
  .experience-boho__img-box::before {
    top: 250px;
  }
  .experience-boho__img-box::after {
    top: 430px;

    width: 310px;
    height: 28px;
  }
  .experience-boho__img-box {
    margin-right: auto;
    margin-bottom: 60px;
    margin-left: auto;
  }
  .experience-boho__img {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;

    width: 450px;
    height: 415px;
  }
  .experience-slots__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;

    padding: 112px 0 10px 0;

    gap: 66px;
  }
  .experience-slots__title {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;

    text-align: center;
  }
  .experience-slots__desc {
    margin-right: auto;
    margin-bottom: 40px;
    margin-left: auto;
    padding: 0 40px;

    text-align: center;
  }
  .experience-slots__img-box {
    max-width: 546px;
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
  }
  .experience-slots__img-box:after {
    top: -60px;
    left: -150px;
  }
  .experience-slots__img-box::before {
    top: 60px;
    right: -260px;
  }
  .experience-slots__img {
    width: 100%;
  }
  .experience {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .experience__list {
    margin-bottom: 14px;
    margin-left: 22px;
  }
  .experience__link--pc {
    display: none;
  }
}
@media (max-width: 900px) {
  .copyright {
    -webkit-box-align: start;
    align-items: start;
    -ms-flex-align: start;
    flex-wrap: wrap;
  }
  .copyright__desc {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .achiev__img-box {
    order: 3;
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .copyright__link-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;

    gap: 4px;
  }
  .footer__title {
    padding-top: 30px;
    padding-bottom: 50px;

    font-size: 24px;
  }
  .footer__wrap:after {
    display: none;
  }
  .footer__copyright-box {
    padding-bottom: 26px;
  }
  .actions-footer {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

    row-gap: 56px;
  }
  .actions-footer__title-box {
    margin-bottom: 10px;
  }
  .actions-footer__title {
    font-size: 14px;
  }
  .actions-footer__link {
    font-size: 14px;
  }
  .actions-footer--skype {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .actions-footer--telegram {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
}
@media (max-width: 851px) {
  .accordion {
    padding-bottom: 24px;
  }
  .faq__ask-title {
    padding-top: 0;
  }
  .question {
    max-width: 100%;
  }
  .question__desc {
    padding-bottom: 28px;
  }
}
@media (max-width: 850px) {
  .faq__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;

    padding-bottom: 0;

    gap: 32px;
  }
}
@media (max-width: 799.8px) {
  .layout__large {
    width: min(100% - 40px, 1720px);
  }
  .button__main {
    width: 85px;
    height: 27px;
    margin-right: 5px;

    font-size: 10px;
    line-height: 12px;
  }
  .button__first {
    width: 222px;
    min-height: 45px;
  }
  .button__second {
    width: 265px;
    min-height: 45px;
  }
  .header__logo {
    max-height: 33px;
  }
  .header__banner {
    margin-bottom: 68px;
  }
  .header__sale {
    margin-bottom: 40px;
  }
  .actions__access {
    gap: 25px;
  }
  .actions__access-link {
    font-size: 10px;
    line-height: 12px;
  }
  .banner__text-box {
    padding-top: 70px;
  }
  .banner__title {
    max-width: 360px;

    font-size: 32px;
    line-height: 120%;
  }
  .banner__foto-box {
    margin-right: -84px;
    padding-right: 0;
  }
  .banner__decor-header {
    top: -108px;
    right: 0;

    width: 352px;
    height: 352px;
  }
  .banner__foto {
    max-width: 300px;
  }
  .sale__item-title {
    font-size: 20px;
    line-height: 120%;
  }
  .sale__desc {
    max-width: 174px;
    margin-bottom: 24px;

    font-size: 12px;
    line-height: 150%;
  }
  .sale__img {
    max-height: 134px;
  }
  .experience__country-box {
    max-width: 276px;
  }
  .experience__country-item {
    width: 43px;
  }
  .commissions__title {
    padding: 40px 0 28px 0;
  }
  .commissions__wrap {
    gap: 20px;
  }
  .commissions__item {
    min-height: 169px;
    padding: 20px 20px 28px 28px;

    gap: 26px;
  }
  .faq--alt {
    padding-bottom: 20px;
  }
  .faq__wrap--alt {
    padding-top: 20px;

    border-radius: 18px;
  }
  .faq__title-alt {
    padding: 20px 0;

    font-size: 20px;
  }
  .faq__ask--alt {
    padding: 0 20px 0 20px;
  }
  .affiliates__title-box {
    padding: 42px 0 30px 0;
  }
  .affiliates__arrow-box {
    gap: 30px;
  }
  .arrow {
    display: none;
  }
  .arrow--sm {
    display: block;
  }
  .text__inner {
    margin-top: 16px;
    padding-bottom: 20px;
  }
  .text__wrap {
    padding: 20px 20px 2px 20px;

    border-radius: 18px;
  }
  .text__wrap span {
    font-size: 12px;
  }
  .text__title {
    padding: 20px 0 14px 0;

    font-size: 20px;
  }
  .text__title-text {
    margin-bottom: 16px;
    padding-top: 0;

    font-size: 16px;
  }
  .text__title-text--alt {
    padding-top: 6px;
  }
  .text__list {
    font-size: 12px;
  }
  .text__desc {
    margin-bottom: 18px;

    font-size: 12px;
  }
}
@media (max-width: 575.8px) {
  .button__second {
    width: 142px;
    min-height: 45px;

    -webkit-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;

    font-size: 14px;
    line-height: 17px;
  }
  .button__second:hover {
    background: #28253a;
  }
  .header__banner {
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;

    margin-bottom: 4px;
  }
  .banner__text-box {
    padding-top: 46px;
  }
  .banner__title {
    max-width: 270px;
    margin-right: auto;
    margin-left: auto;

    text-align: center;

    font-size: 24px;
    line-height: 120%;
  }
  .banner__button {
    margin-right: auto;
    margin-left: auto;
  }
  .banner__decor-header {
    top: -270px;
    right: -320px;
  }
  .banner__foto {
    display: none;
  }
  .sale__wrap {
    margin-bottom: 26px;
  }
  .sale__item-title {
    font-size: 24px;
    line-height: 120%;
  }
  .sale__desc {
    max-width: 100%;

    font-size: 14px;
    line-height: 150%;
  }
  .sale__img {
    max-height: 218px;
  }
  .swiper-wrapper {
    padding-bottom: 35px;
  }
  .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
  .experience-boho__wrap {
    padding: 14px 0 16px 0;
  }
  .experience-boho__desc {
    margin-bottom: 24px;
  }
  .experience-boho__img-box {
    margin-bottom: 16px;
  }
  .experience-boho__img-box::before {
    top: 150px;

    width: 500px;
    height: 50px;

    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  .experience-boho__img-box::after {
    top: 290px;
    left: 50px;

    width: 205px;
    height: 18px;
  }
  .experience-boho__img {
    width: 300px;
    height: 276px;
  }
  .experience-slots__wrap {
    padding: 44px 0 14px 0;

    gap: 32px;
  }
  .experience-slots__desc {
    margin-bottom: 24px;
    padding: 0;
  }
  .experience-slots__img-box:after {
    top: -36px;
    left: -110px;

    width: 218.3px;
    height: 279.52px;

    -webkit-filter: blur(58.9644px);
    filter: blur(58.9644px);
  }
  .experience-slots__img-box::before {
    top: 10px;
    right: -154px;

    width: 332.08px;
    height: 217.06px;

    -webkit-filter: blur(58.9644px);
    filter: blur(58.9644px);
  }
  .experience {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .experience__country-box {
    margin-bottom: 18px;
  }
  .experience__link--pc {
    display: inline;
  }
  .experience__link--mobile {
    display: none;
  }
  .commissions__title {
    padding: 40px 0 20px 0;
  }
  .commissions__wrap {
    display: none;
  }
  .commissions__slider {
    padding-bottom: 38px;
  }
  .commissions__item {
    padding: 34px 28px 30px 30px;
  }
  .commissions__desc {
    font-size: 50px;
  }
  .affiliates__item-wrap {
    padding: 0 0 16px 0;
  }
  .affiliates__title-box {
    padding: 20px 0;

    gap: 0;
  }
  .affiliates__title {
    font-size: 20px;
  }
  .copyright {
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .copyright__desc {
    font-size: 10px;
    line-height: 12px;
  }
  .copyright__link-box {
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;

    margin-bottom: 36px;

    gap: 6px;
  }
  .copyright__link {
    padding: 3px 0;
  }
  .footer__title {
    padding-top: 34px;
    padding-bottom: 40px;

    text-align: center;

    font-size: 20px;
  }
  .footer__copyright-box {
    padding-top: 40px;
  }
  .actions-footer {
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;

    row-gap: 28px;
  }
  .actions-footer__title-box {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;

    margin-bottom: 14px;
  }
  .actions-footer__link {
    text-align: center;
  }
}
@media (max-width: 479.8px) {
  .navbar__burger span {
    height: 6%;
  }
  .navbar__burger span:nth-of-type(2) {
    top: 6px;
  }
  .navbar__burger span:nth-of-type(3) {
    top: 12px;
  }
  .accordion--alt {
    font-size: 12px;
    line-height: 15px;
  }
  .faq--alt {
    margin-top: 6px;
  }
  .faq__wrap {
    padding-bottom: 0;

    gap: 22px;
  }
  .faq__wrap--alt {
    border-radius: 14px;
  }
  .faq__title-alt {
    font-size: 16px;
  }
  .faq__ask--alt {
    padding: 0 10px;
  }
  .faq__ask-title {
    font-size: 20px;
  }
  .question__desc--alt {
    padding-bottom: 20px;

    font-size: 12px;
    line-height: 15px;
  }
  .text__inner {
    margin-top: 8px;
    padding-bottom: 10px;
  }
  .text__wrap {
    padding: 20px 10px 10px 10px;
  }
  .text__title {
    padding: 20px 0;
  }
  .text__title-text {
    margin-bottom: 16px;

    font-size: 14px;
  }
}
@media (max-width: 419.8px) {
  .layout__large {
    width: min(100% - 20px, 1720px);
  }
  .button__main {
    width: 71px;
    height: 23px;

    font-size: 9px;
    line-height: 11px;
  }
  .header__wrap {
    gap: 0;
  }
  .header__logo {
    max-height: 25px;
  }
  .actions__access {
    gap: 15px;
  }
  .actions__access-link {
    font-size: 9px;
    line-height: 11px;
  }
  .banner__title {
    margin-bottom: 14px;
  }
}
