@charset "UTF-8";
/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  -webkit-appearance: none;
  --c-primary: #CC2529;
  --c-secondary: #FFB737;
  --fg-regular: #55371B;
  --fg-on: #FFFBF4;

  --bg-primary: #FFFBF4;
  --bg-secondary: #FFEDD8;


  --ff-regular: "Golos-400", sans-serif;
  --ff-title: "Ramillas-700", serif;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
}

/* Remove list styles on ul, ol elements with a class attribute */
li,
ul,
ol {
  padding: 0;
  margin: 0;
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  color: inherit;
  text-decoration-skip-ink: auto;
}

a {
  text-decoration: none;
  color: inherit;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

a[role],
div[role],
button:hover,
button:active,
button:focus {
  outline: none !important;
  outline-offset: 0;
}

/* Remove excess padding and border in Firefox 4+ */
button::-moz-focus-inner {
  border: 0 !important;
  padding: 0 !important;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

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 {
  border: none;
  margin: 0;
  padding: 0;
  width: auto;
  overflow: visible;
  background: transparent;
  /* inherit font & color from ancestor */
  color: inherit;
  font: inherit;
  /* Normalize `line-height`. Cannot be changed from `normal` in Firefox 4+. */
  line-height: normal;
  /* Corrects font smoothing for webkit */
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
  /* Corrects inability to style clickable `input` types in iOS */
  -webkit-appearance: none;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
a, button, input, textarea {
  outline: none;
  background: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
  border: none;
}

input,
input:hover,
input:active,
input:focus {
  outline: none;
  border: none;
  background: none;
  /*IOS*/
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

details > summary {
  list-style: none;
}

summary {
  display: block;
  list-style-type: none;
}

/* Bootstrap
  ------------------------------------- */
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

@font-face {
  font-family: "Golos-400";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/golos-text_regular.eot") format("eot");
  src: url("../fonts/golos-text_regular.ttf") format("ttf");
  src: url("../fonts/golos-text_regular.woff") format("woff");
  src: url("../fonts/golos-text_regular.woff2") format("woff2");
  font-display: swap;
}

@font-face {
  font-display: swap;
  font-family: "RamillasTrial";
  font-weight: 900;
  font-style: normal;
  src: url("../fonts/TT_RamillasTrial_Black.woff") format("woff");
  src: url("../fonts/TT_RamillasTrial_Black.woff2") format("woff2");
}

@font-face {
  font-family: "Ramillas-700";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/TT_Ramillas_Bold.eot") format("eot");
  src: url("../fonts/TT_Ramillas_Bold.ttf") format("ttf");
  src: url("../fonts/TT_Ramillas_Bold.woff") format("woff");
  src: url("../fonts/TT_Ramillas_Bold.woff2") format("woff2");
  font-display: swap;
}
/* hint
100 - Thin (Hairline)
200 - Extra Light (Ultra Light)
300 - Light (Book)
400 - Normal (Regular)
500 - Medium
600 - Semi Bold (Demi Bold)
700 - Bold
800 - Extra Bold (Ultra Bold)
900 - Black (Heavy)
*/
#levels .card-inner__popup, .burger-wrap__text, .header-burger, body {
  font-family: var(--ff-regular);
  font-weight: 400;
}

.h2 {
  font-family: var(--ff-title);
  font-weight: 700;
}

.h2 {
  font-size: 64px;
  line-height: 64px;
}
@media (max-width: 959px) {
  .h2 {
    font-size: 54px;
    line-height: 54px;
  }
}
@media (max-width: 545px) {
  .h2 {
    font-size: 34px;
    line-height: 34px;
  }
}

.h3 {
  font-family: var(--ff-regular);
  font-weight: 600;
  font-size: 30px;
  line-height: 32px;
}
@media (max-width: 1139px) {
  .h3 {
    font-size: 26px;
    line-height: 28px;
  }
}
@media (max-width: 959px) {
  .h3 {
    font-size: 24px;
    line-height: 26px;
  }
}
@media (max-width: 545px) {
  .h3 {
    font-size: 20px;
    line-height: 24px;
  }
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  position: relative;
  width: 100vw;
  background: #FFFBF4;
  color: #55371B;
  font-size: 20px;
  line-height: 24px;
  overflow-x: hidden;
}
@media (max-width: 545px) {
  body {
    font-size: 16px;
    line-height: 20px;
  }
}

section {
  padding: 120px 0;
}
@media (max-width: 545px) {
  section {
    padding: 80px 0;
  }
}

.container {
  position: relative;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}
@media (min-width: 545px) {
  .container {
    max-width: 580px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 960px) {
  .container {
    max-width: 900px;
  }
}
@media (min-width: 1140px) {
  .container {
    max-width: 1320px;
  }
}

.bg {
  background-color: #FFEDD8;
}

.bg-first {
  background-color: #FFEDD8;
}

.first-color {
  color: #111111;
}

.bg-second {
  background-color: #FFB737;
}

.second-color {
  color: #55371B;
}

.bg-third {
  background-color: #111111;
}

.third-color {
  color: #FFD895;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

.header {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  padding: 50px 0;
}
@media (max-width: 545px) {
  .header {
    padding: 20px 0;
  }
}
.header-container {
  display: flex;
  align-items: center;
}
@media (max-width: 545px) {
  .header-container {
    justify-content: space-between;
  }
}
.header-logo {
  margin-right: 110px;
}
@media (max-width: 375px) {
  .header-logo {
    margin-right: 0;
    height: 32px;
  }
}
.header-nav {
  display: flex;
  column-gap: 40px;
}
@media (max-width: 992px) {
  .header-nav {
    flex-direction: column;
    column-gap: 0;
    row-gap: 20px;
    margin-bottom: 40px;
  }
}
.header-nav-item__link {
  font-size: 16px;
  line-height: 24px;
}
.header-link {
  margin-left: auto;
}
@media (max-width: 959px) {
  .header-link {
    display: none;
    max-width: 220px;
    margin-left: 0;
  }
}
.header-burger {
  display: none;
  font-size: 20px;
  line-height: 24px;
  color: #55371B;
  margin-left: auto;
}
@media (max-width: 992px) {
  .header-burger {
    display: block;
  }
}

.burger-wrap {
  position: relative;
  display: flex;
  align-items: center;
  margin-right: auto;
  width: 100%;
}
@media (max-width: 992px) {
  .burger-wrap {
    position: fixed;
    top: 0;
    right: 0;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    margin-right: 0;
    padding: 100px 25px;
    width: 100%;
    height: 100vh;
    background-color: #FFEDD8;
    z-index: 11;
  }
}
.burger-wrap::before {
  content: "";
  display: none;
  position: absolute;
  top: 0;
  left: -100%;
  width: 60vw;
  height: 100vh;
  background: rgba(255, 237, 216, 0.15);
  backdrop-filter: blur(10px);
  z-index: -1;
}
.burger-wrap__text {
  display: none;
  margin-bottom: 30px;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #55371B;
}
@media (max-width: 992px) {
  .burger-wrap__text {
    display: block;
  }
}
.burger-wrap__close {
  position: absolute;
  top: 30px;
  right: 25px;
  display: none;
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 16px;
}
.burger-wrap__close::after {
  content: "";
  position: absolute;
  width: 18px;
  height: 1.5px;
  background-color: #55371B;
  transform: rotate(45deg);
}
.burger-wrap__close::before {
  content: "";
  position: absolute;
  width: 18px;
  height: 1.5px;
  background-color: #55371B;
  transform: rotate(-45deg);
}
@media (max-width: 992px) {
  .burger-wrap__close {
    display: flex;
  }
}

.active {
  display: flex;
}

.wine-card {
  display: block;
  padding: 18px;
  border-radius: 57px;
  width: 100%;
  max-width: 320px;
  font-size: 16px;
  line-height: 24px;
  color: var(--fg-on);
  text-align: center;
  background-color: var(--c-primary);
  /*box-shadow: 0px 22px 80px rgba(167, 74, 42, 0.07), 0px 9.19107px 33.4221px rgba(134, 43, 11, 0.0503198), 0px 4.91399px 17.869px rgba(134, 43, 11, 0.0417275), 0px 2.75474px 10.0172px rgba(134, 43, 11, 0.035), 0px 1.46302px 5.32008px rgba(134, 43, 11, 0.0282725), 0px 0.608796px 2.21381px rgba(134, 43, 11, 0.0196802);*/
  box-shadow: 0px 0.6087964177131653px 2.2138051986694336px rgba(134, 43, 11, 0.02);
  font-family: var(--ff-regular);
  font-weight: 400;
}

@media (max-width: 545px) {
  .wine-card {
    max-width: 335px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 359px) {
  .wine-card {
    font-size: 14px;
  }
}

.main {
  padding-top: 160px;
  padding-bottom: 105px;
  overflow: hidden;
}

.main-container {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  align-items: start;
  gap: 40px;
}
.main-container::after {
  content: "";
  position: absolute;
  top: -808px;
  right: -440px;
  width: 1324px;
  height: 1415px;
  background-image: url("./../img/dist/svg/main_bg.svg");
  background-repeat: no-repeat;
  z-index: -1;
}
@media (max-width: 1139px) {
  .main-container::after {
    top: -135%;
    right: -40%;
    width: 900px;
    height: 1000px;
    background-size: cover;
  }
}
@media (max-width: 767px) {
  .main-container::after {
    right: -60%;
  }
}
@media (max-width: 545px) {
  .main-container::after {
    top: unset;
    right: -330px;
    bottom: -587px;
    width: 760px;
    height: 660px;
    background-image: url("./../img/dist/svg/main_bg_mob.svg");
    background-size: cover;
  }
}
.main-content {
  max-width: 521px;
  padding-top: 50px;
  position: relative;
  z-index: 2;
}

.main-content__suptitle {
  font-size: 20px;
  line-height: initial;
  font-family: var(--ff-regular);
  text-transform: uppercase;
  margin-bottom: 1em;
}
@media (max-width: 767px) {
  .main-content__suptitle {
    font-size: 13px;
  }
}

.main-content__title {
  font-family: "RamillasTrial", serif;
  font-weight: 900;
  font-size: 140px;
  line-height: 0.7;
  margin-left: -10px;
  margin-bottom: 0.2em;
}
@media (max-width: 767px) {
  .main-content__title {
    font-size: 90px;
    margin-left: -5px;
    margin-bottom: 0.25em;
  }
}
@media (max-width: 360px) {
  .main-content__title {
    font-size: 70px;
  }
}

.main-content__img {
  margin-bottom: 30px;
}
.main-content__subtitle {
  margin-bottom: 0.65em;
  max-width: 400px;
  font-size: 60px;
  line-height: 1;
}
@media (max-width: 545px) {
  .main-content__subtitle {
    font-size: 40px;
    margin-bottom: 85px;
  }
}
@media (max-width: 360px) {
  .main-content__subtitle {
    margin-bottom: 45px;
  }
}

@media (max-width: 767px) {
  .main-content__deco {
    display: none;
  }
}

.main-media {
  margin-left: 50px;
  margin-top: 10px;
  height: 667px;
}
.main-media__pic {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 24px;
}
.main-media__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: inherit;
}
@media (max-width: 1800px) {
  .main {
    padding-top: 60px;
  }
}
@media (max-width: 1367px) {
  .main-media {
    height: 497px;
  }
}

@media (max-width: 1140px) {
  .main-content {
    padding-top: 10px;
  }
}

@media (max-width: 810px) {
  .main-container {
    align-items: end;
  }
  .main-media {
    height: 397px;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
  }
}
@media (max-width: 720px) {
  .main-container {
    grid-template-columns: 100%;
  }
  .main-media {
    height: initial;
  }
  .main {
    padding-top: 0;
    padding-bottom: 40px;
  }
  .main-media {
    margin-left: 0;
    margin-top: 0;
    width: auto;
    position: static;
  }
  .main-media__img {
    --size: -60px;
    margin-left: var(--size);
    margin-right: var(--size);
    width: calc(100% + -2 * var(--size));
    max-width: initial;
    height: auto;
  }
}

.main-link {
  display: block;
}

#advantages .advantages-container {
  display: grid;
  grid-template-columns: 1fr 0.78fr;
  align-items: center;
}

.advantages {
  overflow: hidden;
}

.advantages-container {
  position: relative;
}

.advantages-title {
  margin-bottom: 90px;
  margin-right: -60px;
}
@media (max-width: 1140px) {
  .advantages-title {
    margin-right: 0;
    text-align: center;
    margin-bottom: 35px;
  }
  .advantages__offer {
    position: relative;
    z-index: 2;
  }
}

.advantages__media {
  position: relative;
}

.advantages__badge {
  position: absolute;
  right: 25px;
  top: 5px;
  z-index: 1;
  max-width: 235px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.advantages__badge-icon {
  display: block;
  margin-bottom: 12px;
}
.advantages__badge-desc {
  padding-left: 20px;
}
@media (max-width: 1140px) {
  .advantages__badge {
    position: static;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 95px;
  }
  .advantages__badge-icon {
    margin-bottom: 15px;
  }
  .advantages__badge-desc {
    font-size: 20px;
    line-height: 1.1;
  }
}

.advantages__media-img {
  margin-top: -250px;
  margin-bottom: -200px;
  margin-left: -36px;
  margin-right: 0;
  width: 80%;
  max-width: initial;
}

#advantages .advantages-description {
  margin-bottom: 70px;
  max-width: 660px;
  text-align: center;
}
@media (max-width: 1140px) {
  #advantages .advantages-description {
    margin-bottom: 60px;
    max-width: 290px;
  }
  #advantages .advantages-container {
    grid-template-columns: 100%;
  }
  .advantages-list {
    margin-left: auto;
    margin-right: auto;
  }
  .advantages-link {
    margin-left: auto;
    margin-right: auto;
  }
}

.advantages-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  max-width: 470px;
  margin-bottom: 70px;
}

.advantages-list-item:nth-child(2) .advantages-list-item__title,
.advantages-list-item:nth-child(4) .advantages-list-item__title {
  margin-left: -0.1em;
}

.advantages-list-item__title {
  position: relative;
  font-size: 100px;
  line-height: 0.5;
  margin-bottom: 0.2em;
  color: var(--c-secondary);
  font-family: var(--ff-title);
  font-weight: 700;
}

.advantages-list-item__title-sup {
  position: absolute;
  top: 16px;
  left: -3px;
  font-size: 0.2em;
  font-family: var(--ff-regular);
  color: var(--fg-regular);
  font-weight: 400;
}

.advantages-list-item__desc {
  font-size: 20px;
  line-height: initial;
  color: var(--fg-regular);
  max-width: 220px;
}

@media (max-width: 1140px) {
  .advantages__media-img {
    transform: translate(73%, 15%);
    width: 50%;
  }
}


@media (max-width: 576px) {
  .advantages {
    gap: 90px;
  }
  .advantages-list-item:nth-child(1) {
    order: -4;
  }
  .advantages-list-item:nth-child(1)   .advantages-list-item__title {
    margin-left: -0.1em;
  }

  .advantages-list-item:nth-child(2) {
    order: -2;
  }
  .advantages-list-item:nth-child(3) {
    order: -3;
  }
  .advantages-list-item__desc {
    max-width: 190px;
  }
  .advantages-list {
    grid-template-columns: 100%;
    justify-items: center;
    gap: 100px;
    margin-bottom: 130px;
  }
  .advantages__media-img {
    transform: translate(33%, 15%);
    width: 80%;
  }
}

#levels .levels-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 65px;
}
@media (max-width: 959px) {
  #levels .levels-top {
    flex-direction: column;
    justify-content: unset;
    margin-bottom: 60px;
  }
}
#levels .levels-top__title {
  max-width: 660px;
}
#levels .levels-top__desc {
  max-width: 340px;
}
@media (max-width: 959px) {
  #levels .levels-top__title {
    margin-bottom: 20px;
    max-width: 600px;
    text-align: center;
  }
  #levels .levels-top__desc {
    text-align: center;
  }
}
@media (max-width: 569px) {
  #levels .levels-top__title {
    max-width: 375px;
    text-align: left;
  }
  #levels .levels-top__desc {
    text-align: left;
  }
}

#levels .levels-cards {
  display: flex;
  gap: 40px;
  margin-bottom: 40px;
}
@media (max-width: 1139px) {
  #levels .levels-cards {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (max-width: 545px) {
  #levels .levels-cards {
    flex-direction: column;
    align-items: center;
  }
}
#levels .levels-cards-item {
  width: 100%;
  max-width: 400px;
}
@media (max-width: 545px) {
  #levels .levels-cards-item {
    max-width: 335px;
  }
}
#levels .levels-cards-item:nth-child(1) .card-wrap::before {
  content: "Кешбэк 5%";
  color: #111111;
}
#levels .levels-cards-item:nth-child(2) .card-wrap::before {
  content: "Кешбэк 7%";
  color: #55371B;
}
#levels .levels-cards-item:nth-child(2) .card-wrap-bg g g path {
  fill: #D3731A;
}
#levels .levels-cards-item:nth-child(2) .card-wrap-title path {
  fill: #55371B;
}
#levels .levels-cards-item:nth-child(3) .card-wrap::before {
  content: "Кешбэк 10%";
  color: #FFFBF4;
}
#levels .levels-cards-item:nth-child(3) .card-wrap-bg g g path {
  fill: #4d4d4d;
}
#levels .levels-cards-item:nth-child(3) .card-wrap-title path {
  fill: #FFD895;
}
#levels .levels-cards-item:nth-child(3) .card-text {
  max-width: 320px;
}
@media (max-width: 545px) {
  #levels .levels-cards-item:nth-child(3) .card-text {
    max-width: 250px;
  }
}
#levels .levels-link {
  display: block;
}
@media (max-width: 1440px) {
  #levels .levels-link {
    margin: 0 auto;
  }
}
#levels .card-wrap {
  position: relative;
  display: flex;
  align-items: flex-end;
  border-radius: 19px;
  margin-bottom: 30px;
  padding: 30px;
  min-height: 250px;
  overflow: hidden;
}
@media (max-width: 545px) {
  #levels .card-wrap {
    margin-bottom: 20px;
    padding: 25px 25px 17px 25px;
    min-height: 210px;
  }
}
#levels .card-wrap::before {
  position: absolute;
  top: 30px;
  left: 30px;
}
#levels .card-wrap-bg {
  position: absolute;
  top: -105px;
  right: -95px;
}
@media (max-width: 545px) {
  #levels .card-wrap-bg {
    top: -85px;
    right: -75px;
    width: 278px;
    height: 310px;
  }
}
@media (max-width: 545px) {
  #levels .card-wrap-title {
    max-width: 157px;
  }
}
#levels .card-inner {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 0;
  margin-bottom: 0;
}
#levels .card-inner__bold {
  margin-right: 10px;
  font-weight: 600;
  margin-bottom: 12px;
}
@media (max-width: 545px) {
  #levels .card-inner__bold {
    font-size: 20px;
    line-height: 24px;
  }
}

.card-inner__shild {
  font-size: 20px;
  font-family: var(--ff-regular);
  display: block;
  width: 100%;
  color: var(--fg-regular);
  order: 3;
}

@media (max-width: 545px) {
  .card-inner__shild {
    font-size: 16px;
    line-height: 1.25;
  }
}
#levels .card-inner__info {
  margin-left: auto;
  width: 23px;
  height: 23px;
  background-image: url("./../img/dist/src/img/info.svg");
}

#levels .card-inner__popup {
  position: absolute;
  top: 0;
  left: 0;
  padding: 24px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  width: 91%;
  max-width: 361px;
  font-size: 16px;
  line-height: 20px;
  color: #9E8268;
  background-color: #FFFBF4;
  z-index: -1;
  opacity: 0;
  overflow: hidden;
  transition: opacity 0.3s ease-in-out, z-index 0.3s ease-in-out, overflow 0.3s ease-in-out;
}
@media (max-width: 545px) {
  #levels .card-inner__popup {
    width: 100%;
  }
}
#levels .card-inner__popup::before {
  content: "";
  position: absolute;
  border-radius: 20px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #FFEDD8;
  z-index: -1;
}
#levels .card-text {
  margin-top: 0;
}
#levels .active .card-inner__info {
  background-image: url("./../img/dist/svg/cross.svg");
}
#levels .active .card-inner__popup {
  z-index: 1;
  opacity: 1;
  overflow: visible;
}

#faq {
  padding-bottom: 30px;
}
@media (max-width: 545px) {
  #faq {
    padding-bottom: 10px;
  }
}
#faq .faq-title {
  margin-bottom: 80px;
}
@media (max-width: 545px) {
  #faq .faq-title {
    margin-bottom: 60px;
  }
}
#faq .faq-list-item {
  display: flex;
  column-gap: 30px;
  border-top: 1px solid #9E8268;
  padding: 30px 0 60px;
}
@media (max-width: 767px) {
  #faq .faq-list-item {
    flex-direction: column;
    column-gap: 0;
    row-gap: 20px;
  }
}
@media (max-width: 545px) {
  #faq .faq-list-item {
    padding: 10px 0 40px;
  }
}
#faq .faq-list-item__title {
  width: 40%;
  max-width: 410px;
}
@media (max-width: 1139px) {
  #faq .faq-list-item__title {
    width: 48%;
  }
}
@media (max-width: 767px) {
  #faq .faq-list-item__title {
    width: 100%;
    max-width: 340px;
  }
}
@media (max-width: 545px) {
  #faq .faq-list-item__title {
    max-width: 275px;
  }
}
#faq .faq-list-item .list-inner {
  width: 66%;
  max-width: 840px;
}
@media (max-width: 1139px) {
  #faq .faq-list-item .list-inner {
    width: 60%;
  }
}
@media (max-width: 767px) {
  #faq .faq-list-item .list-inner {
    width: 100%;
  }
}
#faq .faq-list-item .list-inner__text {
  margin-bottom: 30px;
}

#faq .faq-list-item .list-inner__text ol {
  padding-left: 20px;
}

#faq .faq-list-item .list-inner__text ol li {
    list-style: decimal;
}

@media (max-width: 545px) {
  #faq .faq-list-item .list-inner__text {
    margin-bottom: 20px;
  }
}
#faq .faq-list-item .list-inner__text a {
  font-weight: 600;
}
@media (max-width: 545px) {
  #faq .faq-list-item .list-inner__text a {
    font-weight: 400;
    text-decoration: underline;
  }
}
#faq .faq-list-item .list-inner__text .text-bold {
  font-weight: 600;
}
@media (max-width: 545px) {
  #faq .faq-list-item .list-inner__text .text-bold {
    font-weight: 400;
  }
}
@media (max-width: 545px) {
  #faq .faq-list-item .list-inner .text-desc {
    display: none;
  }
}
#faq .faq-list-item .list-inner .text-mob {
  display: none;
}
@media (max-width: 545px) {
  #faq .faq-list-item .list-inner .text-mob {
    display: block;
  }
}
#faq .faq-list-item:nth-child(2) .list-inner__text {
  margin-bottom: 0;
}
#faq .faq-list-item:nth-child(3) .list-inner__text {
  margin-bottom: 15px;
}
#faq .faq-list-item:nth-child(4) .list-inner__text:nth-child(1) {
  margin-bottom: 15px;
}
#faq .faq-list-item:nth-child(4) .list-inner__text:nth-child(2) {
  margin-bottom: 40px;
}
@media (max-width: 545px) {
  #faq .faq-list-item:nth-child(4) .list-inner__text:nth-child(2) {
    margin-bottom: 20px;
  }
}
#faq .faq-list-item:nth-child(5) .list-inner__text {
  max-width: 760px;
}
@media (max-width: 545px) {
  #faq .faq-list-item:nth-child(5) .list-inner__mob {
    display: block;
  }
}
@media (max-width: 420px) {
  #faq .faq-list-item:nth-child(5) .list-inner__mob {
    max-width: 310px;
  }
}
#faq .faq-list-item:nth-child(6) .list-inner__text {
  max-width: 700px;
}
@media (max-width: 545px) {
  #faq .faq-list-item:nth-child(6) .list-inner__text {
    margin-bottom: 0;
  }
}
@media (max-width: 420px) {
  #faq .faq-list-item:nth-child(6) .list-inner__text {
    max-width: 310px;
  }
}
@media (max-width: 545px) {
  #faq .faq-list-item:nth-child(7) .list-inner__text {
    margin-bottom: 0;
  }
}
#faq .faq-list-item:nth-child(8) .list-inner__text {
  max-width: 800px;
}
@media (max-width: 545px) {
  #faq .faq-list-item:nth-child(8) .list-inner__text {
    margin-bottom: 0;
  }
}
#faq .faq-list-item .downloads {
  display: grid;
  grid-template-columns: 200px 137px;
  grid-template-rows: repeat(2, 61px);
  gap: 15px 30px;
  max-width: 365px;
}
@media (max-width: 767px) {
  #faq .faq-list-item .downloads {
    grid-template-columns: repeat(2, 158px);
    grid-template-rows: 48px;
    max-width: 335px;
    gap: 0 15px;
  }
  #faq .faq-list-item .downloads {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 40px;
  }
}
#faq .faq-list-item .downloads-item__link {
  display: block;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
}
#faq .faq-list-item .downloads-item:nth-child(1) .downloads-item__link {
  background-image: url("../img/main/button-google-play.svg");
}
#faq .faq-list-item .downloads-item:nth-child(2) .downloads-item__link {
  background-image: url("../img/main/button-app-store.svg");
}
#faq .faq-list-item .downloads-item:nth-child(3) {
  grid-column: 2/3;
  grid-row: 1/3;
}
@media (max-width: 767px) {
  #faq .faq-list-item .downloads-item:nth-child(3) {
    display: none;
  }
}
#faq .faq-list-item .downloads-item:nth-child(3) .downloads-item__link {
  background-image: url("../img/main/amwine-qr.svg");
}
#faq .faq-list-item .steps {
  margin-bottom: 15px;
  padding-left: 30px;
}
@media (max-width: 545px) {
  #faq .faq-list-item .steps {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    margin-bottom: 20px;
  }
}
#faq .faq-list-item .steps-item {
  position: relative;
  counter-increment: item;
}
#faq .faq-list-item .steps-item::before {
  content: counter(item) ".";
  position: absolute;
  top: 0;
  left: -30px;
  font-weight: 600;
}
#faq .faq-list-item .small-text {
  max-width: 520px;
  font-size: 14px;
  line-height: 16px;
  color: #807262;
}
#faq .faq-list-item .sizes {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(34%, 1fr));
  gap: 20px;
}
@media (max-width: 545px) {
  #faq .faq-list-item .sizes {
    gap: 10px 20px;
  }
}
#faq .faq-list-item .sizes .sizes-bold {
  margin-bottom: 10px;
  font-weight: 600;
}
@media (max-width: 545px) {
  #faq .faq-list-item .sizes .sizes-bold {
    margin-bottom: 0;
  }
}
@media (max-width: 1139px) {
  #faq .faq-list-item .sizes .sizes-item__mob {
    display: none;
  }
}
@media (max-width: 545px) {
  #faq .faq-list-item .break-mob {
    display: none;
  }
}

#footer {
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  padding-top: 120px;
  padding-bottom: 170px;
}
@media (max-width: 545px) {
  #footer {
    padding-top: 95px;
    padding-bottom: 55px;
  }
}
#footer .footer-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 120px;
}
@media (max-width: 1139px) {
  #footer .footer-top {
    flex-direction: column;
    justify-content: unset;
    align-items: unset;
  }
}
@media (max-width: 1139px) {
  #footer .footer-top {
    margin-bottom: 80px;
  }
}
@media (max-width: 1139px) {
  #footer .footer-top__title {
    margin-bottom: 20px;
  }
}
#footer .footer-top-inner {
  max-width: 765px;
}
#footer .footer-top-inner__text:first-child {
  margin-bottom: 20px;
}
@media (max-width: 959px) {
  #footer .footer-top-inner__text:first-child {
    max-width: 610px;
  }
}
@media (max-width: 545px) {
  #footer .footer-top-inner__text:first-child {
    margin-bottom: 10px;
  }
}
#footer .footer-top-inner__link {
  font-weight: 500;
  text-decoration: underline;
}
#footer .footer-top-inner .link-tel {
  font-weight: 600;
  text-decoration: none;
}
#footer .footer-center {
  display: flex;
  align-items: center;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  #footer .footer-center {
    display: grid;
    grid-template-columns: repeat(2, 47%);
    gap: 20px;
    margin-bottom: 40px;
  }
}
#footer .footer-center__img {
  margin-right: auto;
}
@media (max-width: 767px) {
  #footer .footer-center__img {
    margin-right: 0;
  }
}
@media (max-width: 545px) {
  #footer .footer-center__img {
    max-width: 50px;
  }
}
#footer .footer-center .footer-social {
  display: flex;
  gap: 15px;
  margin-right: 50px;
}
@media (max-width: 767px) {
  #footer .footer-center .footer-social {
    margin-left: -90px;
  }
}
@media (max-width: 545px) {
  #footer .footer-center .footer-social {
    margin-left: -85px;
  }
}
@media (max-width: 420px) {
  #footer .footer-center .footer-social {
    margin-left: 0;
    margin-right: 0;
    justify-content: flex-end;
  }
}
#footer .footer-center .footer-social-item {
  width: 48px;
  height: 48px;
}
@media (max-width: 545px) {
  #footer .footer-center .footer-social-item {
    width: 32px;
    height: 32px;
  }
}
#footer .footer-center .footer-social-item__link {
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}
#footer .footer-center .footer-social-item:nth-child(1) .footer-social-item__link {
  background-image: url("./../img/main/icon-tg.svg");
}
#footer .footer-center .footer-social-item:nth-child(2) .footer-social-item__link {
  background-image: url("../img/main/icon-vk.svg");
}
#footer .footer-center .footer-social-item:nth-child(3) .footer-social-item__link {
  background-image: url("./../img/main/icon-zen.svg");
}
#footer .footer-center .downloads {
  display: flex;
  gap: 15px;
}
@media (max-width: 767px) {
  #footer .footer-center .downloads {
    grid-column: 1/3;
    grid-row: 2/3;
  }
}
#footer .footer-center .downloads-item {
  width: 165px;
  height: 50px;
}
@media (max-width: 545px) {
  #footer .footer-center .downloads-item {
    width: 160px;
    height: 48px;
  }
}
#footer .footer-center .downloads-item__link {
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
}
#footer .footer-center .downloads-item:nth-child(1) .downloads-item__link {
  background-image: url("../img/main/button-app-store.svg");
}
#footer .footer-center .downloads-item:nth-child(2) .downloads-item__link {
  background-image: url("../img/main/button-google-play.svg");
}
#footer .footer-bottom__text {
  margin-bottom: 40px;
  font-family: arial;
  font-size: 16px;
  line-height: 20px;
  color: #9E8268;
}
@media (max-width: 545px) {
  #footer .footer-bottom__text {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 16px;
  }
}

.text--colored {
  color: var(--c-primary);
}

/*# sourceMappingURL=styles.min.css.map */
