/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
/* line 11, ../sass/base/_reset.scss */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
         ========================================================================== */
/**
       * Remove the margin in all browsers.
       */
/* line 23, ../sass/base/_reset.scss */
body {
  margin: 0;
}

/**
       * Render the `main` element consistently in IE.
       */
/* line 31, ../sass/base/_reset.scss */
main {
  display: block;
}

/* Grouping content
         ========================================================================== */
/**
       * 1. Add the correct box sizing in Firefox.
       * 2. Show the overflow in Edge and IE.
       */
/* line 43, ../sass/base/_reset.scss */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
       * 1. Correct the inheritance and scaling of font size in all browsers.
       * 2. Correct the odd `em` font sizing in all browsers.
       */
/* line 54, ../sass/base/_reset.scss */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
         ========================================================================== */
/**
       * Remove the gray background on active links in IE 10.
       */
/* line 66, ../sass/base/_reset.scss */
a {
  background-color: transparent;
}

/**
       * 1. Remove the bottom border in Chrome 57-
       * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
       */
/* line 75, ../sass/base/_reset.scss */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
       * Add the correct font weight in Chrome, Edge, and Safari.
       */
/* line 85, ../sass/base/_reset.scss */
b,
strong {
  font-weight: bolder;
}

/**
       * 1. Correct the inheritance and scaling of font size in all browsers.
       * 2. Correct the odd `em` font sizing in all browsers.
       */
/* line 95, ../sass/base/_reset.scss */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
       * Add the correct font size in all browsers.
       */
/* line 106, ../sass/base/_reset.scss */
small {
  font-size: 80%;
}

/**
       * Prevent `sub` and `sup` elements from affecting the line height in
       * all browsers.
       */
/* line 115, ../sass/base/_reset.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 123, ../sass/base/_reset.scss */
sub {
  bottom: -0.25em;
}

/* line 127, ../sass/base/_reset.scss */
sup {
  top: -0.5em;
}

/* Embedded content
         ========================================================================== */
/**
       * Remove the border on images inside links in IE 10.
       */
/* line 138, ../sass/base/_reset.scss */
img {
  border-style: none;
}

/* Forms
         ========================================================================== */
/**
       * 1. Change the font styles in all browsers.
       * 2. Remove the margin in Firefox and Safari.
       */
/* line 150, ../sass/base/_reset.scss */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
       * Show the overflow in IE.
       * 1. Show the overflow in Edge.
       */
/* line 166, ../sass/base/_reset.scss */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
       * Remove the inheritance of text transform in Edge, Firefox, and IE.
       * 1. Remove the inheritance of text transform in Firefox.
       */
/* line 177, ../sass/base/_reset.scss */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
       * Correct the inability to style clickable types in iOS and Safari.
       */
/* line 187, ../sass/base/_reset.scss */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
       * Remove the inner border and padding in Firefox.
       */
/* line 198, ../sass/base/_reset.scss */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
       * Restore the focus styles unset by the previous rule.
       */
/* line 210, ../sass/base/_reset.scss */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
       * Correct the padding in Firefox.
       */
/* line 221, ../sass/base/_reset.scss */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
       * 1. Correct the text wrapping in Edge and IE.
       * 2. Correct the color inheritance from `fieldset` elements in IE.
       * 3. Remove the padding so developers are not caught out when they zero out
       *    `fieldset` elements in all browsers.
       */
/* line 232, ../sass/base/_reset.scss */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
       * Add the correct vertical alignment in Chrome, Firefox, and Opera.
       */
/* line 245, ../sass/base/_reset.scss */
progress {
  vertical-align: baseline;
}

/**
       * Remove the default vertical scrollbar in IE 10+.
       */
/* line 253, ../sass/base/_reset.scss */
textarea {
  overflow: auto;
}

/**
       * 1. Add the correct box sizing in IE 10.
       * 2. Remove the padding in IE 10.
       */
/* line 262, ../sass/base/_reset.scss */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
       * Correct the cursor style of increment and decrement buttons in Chrome.
       */
/* line 272, ../sass/base/_reset.scss */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
       * 1. Correct the odd appearance in Chrome and Safari.
       * 2. Correct the outline style in Safari.
       */
/* line 282, ../sass/base/_reset.scss */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
       * Remove the inner padding in Chrome and Safari on macOS.
       */
/* line 291, ../sass/base/_reset.scss */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
       * 1. Correct the inability to style clickable types in iOS and Safari.
       * 2. Change font properties to `inherit` in Safari.
       */
/* line 300, ../sass/base/_reset.scss */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
         ========================================================================== */
/*
       * Add the correct display in Edge, IE 10+, and Firefox.
       */
/* line 312, ../sass/base/_reset.scss */
details {
  display: block;
}

/*
       * Add the correct display in all browsers.
       */
/* line 320, ../sass/base/_reset.scss */
summary {
  display: list-item;
}

/* Misc
         ========================================================================== */
/**
       * Add the correct display in IE 10+.
       */
/* line 331, ../sass/base/_reset.scss */
template {
  display: none;
}

/**
       * Add the correct display in IE 10.
       */
/* line 339, ../sass/base/_reset.scss */
[hidden] {
  display: none;
}

/* line 1, ../sass/base/_typography.scss */
body {
  font-family: "Inter", sans-serif;
}

/* line 1, ../sass/abstracts/_variables.scss */
:root {
  --ui-yellow: #ffdb50;
  --ui-yellow-dark: #ffc329;
  --ui-black: #2f2f2f;
}

/* line 3, ../sass/base/_helpers.scss */
.no-scroll {
  overflow: hidden;
  height: 100vh;
}

/* line 7, ../sass/base/_helpers.scss */
.no-scrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
/* line 54, ../sass/abstracts/_mixins.scss */
.no-scrollbar::-webkit-scrollbar {
  display: none;
}

/* line 11, ../sass/base/_helpers.scss */
.container {
  --max-width-sm: 540px;
  --max-width-md: 720px;
  --max-width-lg: 960px;
  --max-width-xl: 1240px;
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
  z-index: 2;
}
.container_allwidth{
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
  z-index: 2;
}
@media only screen and (min-width: 576px) {
  /* line 11, ../sass/base/_helpers.scss */
  .container {
    max-width: var(--max-width-sm);
  }
}
@media only screen and (min-width: 768px) {
  /* line 11, ../sass/base/_helpers.scss */
  .container {
    max-width: var(--max-width-md);
  }
}
@media only screen and (min-width: 992px) {
  /* line 11, ../sass/base/_helpers.scss */
  .container {
    max-width: var(--max-width-lg);
    padding: 0 20px;
  }
}
@media only screen and (min-width: 1200px) {
  /* line 11, ../sass/base/_helpers.scss */
  .container {
    max-width: var(--max-width-xl);
  }
}

/* line 15, ../sass/base/_helpers.scss */
.yellow-wrapper {
  background: var(--ui-yellow);
  border-radius: 0px 0px 15px 15px;
  color: #000;
}

/* line 21, ../sass/base/_helpers.scss */
.button-reset {
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
}

/* line 25, ../sass/base/_helpers.scss */
[data-shown="false"] {
  display: none !important;
}

/* line 7, ../sass/base/_base.scss */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* line 13, ../sass/base/_base.scss */
body {
  padding-top: 50px;
  background: var(--ui-black);
  color: #fff;
}
body.admin {
  padding-top: 86px !important;
}
@media only screen and (min-width: 992px) {
  /* line 13, ../sass/base/_base.scss */
  body {
    padding-top: 76px;
  }
  body.admin {
    padding-top: 106px !important;
  }
}

/* line 23, ../sass/base/_base.scss */
h1 {
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 900;
  line-height: 35px;
  text-transform: uppercase;
}
@media only screen and (min-width: 992px) {
  /* line 23, ../sass/base/_base.scss */
  h1 {
    margin-bottom: 40px;
    font-size: 60px;
    line-height: 60px;
  }
}

@media only screen and (min-width: 992px) {
  /* line 35, ../sass/base/_base.scss */
  .page-title {
    font-size: 40px;
    line-height: 52px;
  }
}

/* line 41, ../sass/base/_base.scss */
h2 {
  font-size: 24px;
  font-weight: 900;
  line-height: 110%;
  text-transform: uppercase;
}
@media only screen and (min-width: 992px) {
  /* line 41, ../sass/base/_base.scss */
  h2 {
    font-size: 32px;
    line-height: 40px;
  }
}

/* line 53, ../sass/base/_base.scss */
a {
  text-decoration: none;
}

/* line 57, ../sass/base/_base.scss */
img,
svg {
  max-width: 100%;
  max-height: 100%;
}

/* line 63, ../sass/base/_base.scss */
button {
  position: relative;
  font-family: inherit;
  color: #000;
  user-select: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
}

/* line 72, ../sass/base/_base.scss */
button:disabled {
  pointer-events: none;
}
/* line 75, ../sass/base/_base.scss */
button:disabled * {
  pointer-events: none;
}

/* line 3, ../sass/components/_buttons.scss */
.ui-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  padding: 15px 15px;
  border-radius: 50px;
  background: var(--ui-yellow);
  box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.25);
  text-decoration: none;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 900;
  line-height: 15px;
  color: #000;
}
/* line 19, ../sass/components/_buttons.scss */
.ui-button .arrow {
  width: 32px;
  margin-right: 5px;
  transition: all 0.1s linear;
}
/* line 25, ../sass/components/_buttons.scss */
.ui-button .arrow svg * {
  fill: #000;
}
/* line 29, ../sass/components/_buttons.scss */
.ui-button--white {
  background: #fff;
}
/* line 33, ../sass/components/_buttons.scss */
.ui-button--black {
  background: #000;
  color: #fff;
}
/* line 37, ../sass/components/_buttons.scss */
.ui-button--black .arrow svg * {
  fill: #fff;
}
@media only screen and (min-width: 992px) {
  /* line 3, ../sass/components/_buttons.scss */
  .ui-button {
    padding: 15px 25px;
    font-size: 15px;
    line-height: 24px;
  }
}
@media only screen and (min-width: 1200px) {
  /* line 49, ../sass/components/_buttons.scss */
  .ui-button:hover {
    background: #ffc329;
  }
  /* line 52, ../sass/components/_buttons.scss */
  .ui-button:hover .arrow {
    margin-right: 15px;
  }
}
/* line 58, ../sass/components/_buttons.scss */
.ui-button:active {
  background: #ffc329;
  box-shadow: none;
}

@media only screen and (min-width: 1200px) {
  /* line 66, ../sass/components/_buttons.scss */
  .ui-button--white:hover {
    background: var(--ui-yellow);
  }
}
/* line 71, ../sass/components/_buttons.scss */
.ui-button--white:active {
  background: #ffc329;
  box-shadow: none;
}

@media only screen and (min-width: 1200px) {
  /* line 79, ../sass/components/_buttons.scss */
  .ui-button--black:hover {
    background: #1b1b1b;
    color: var(--ui-yellow);
  }
  /* line 83, ../sass/components/_buttons.scss */
  .ui-button--black:hover .arrow * {
    fill: var(--ui-yellow);
  }
}
/* line 89, ../sass/components/_buttons.scss */
.ui-button--black:active {
  background: #1b1b1b;
  color: var(--ui-yellow);
  box-shadow: none;
}
/* line 94, ../sass/components/_buttons.scss */
.ui-button--black:active .arrow * {
  fill: var(--ui-yellow);
}

/* line 100, ../sass/components/_buttons.scss */
.link-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  padding: 10px 20px;
  border: 1px solid #fff;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 900;
  line-height: 20px;
  text-transform: uppercase;
  color: #fff;
}
/* line 114, ../sass/components/_buttons.scss */
.link-button .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}
@media only screen and (min-width: 1200px) {
  /* line 122, ../sass/components/_buttons.scss */
  .link-button:hover {
    border-color: var(--ui-yellow);
    color: var(--ui-yellow);
  }
  /* line 127, ../sass/components/_buttons.scss */
  .link-button:hover .icon * {
    stroke: var(--ui-yellow);
  }
}

/* line 3, ../sass/components/_slider.scss */
.main-slider {
  padding-bottom: 15px;
}
/* line 6, ../sass/components/_slider.scss */
.main-slider .swiper-slide {
  transform: scale(0.95);
  transition: transform 0.3s ease;
}
@media only screen and (min-width: 1200px) {
  /* line 6, ../sass/components/_slider.scss */
  .main-slider .swiper-slide {
    transform: scale(0.98);
  }
}
/* line 15, ../sass/components/_slider.scss */
.main-slider .swiper-slide-active {
  transform: scale(1);
}
/* line 19, ../sass/components/_slider.scss */
.main-slider .pagination-wrapper {
  --max-width-sm: 540px;
  --max-width-md: 720px;
  --max-width-lg: 960px;
  --max-width-xl: 1200px;
  position: absolute;
  bottom: 40px;
  left: 50%;
  display: none;
  width: calc(100% - 30px);
  padding-right: 102px;
  transform: translateX(-50%);
  z-index: 5;
}
@media only screen and (min-width: 576px) {
  /* line 19, ../sass/components/_slider.scss */
  .main-slider .pagination-wrapper {
    max-width: var(--max-width-sm);
  }
}
@media only screen and (min-width: 768px) {
  /* line 19, ../sass/components/_slider.scss */
  .main-slider .pagination-wrapper {
    max-width: var(--max-width-md);
  }
}
@media only screen and (min-width: 992px) {
  /* line 19, ../sass/components/_slider.scss */
  .main-slider .pagination-wrapper {
    display: flex;
    max-width: var(--max-width-lg);
  }
}
@media only screen and (min-width: 1200px) {
  /* line 19, ../sass/components/_slider.scss */
  .main-slider .pagination-wrapper {
    max-width: var(--max-width-xl);
  }
}
/* line 51, ../sass/components/_slider.scss */
.main-slider .swiper-pagination {
  position: relative;
  left: initial;
  display: flex;
  align-items: center;
  width: max-content;
  margin-left: auto;
  border-radius: 5px;
  box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.25);
  overflow: hidden;
  color: #000;
}
/* line 63, ../sass/components/_slider.scss */
.main-slider .swiper-pagination-bullet {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background-color: #fff;
  cursor: pointer;
  font-size: 14px;
  font-weight: 900;
  line-height: 20px;
  margin: initial !important;
  border-radius: initial;
  opacity: initial;
}
/* line 78, ../sass/components/_slider.scss */
.main-slider .swiper-pagination-bullet:hover {
  background-color: var(--ui-yellow);
}
/* line 82, ../sass/components/_slider.scss */
.main-slider .swiper-pagination-bullet:active {
  background-color: #ffc329;
}
/* line 86, ../sass/components/_slider.scss */
.main-slider .swiper-pagination-bullet:not(:last-of-type) {
  border-right: 1px solid #efefef;
}
/* line 91, ../sass/components/_slider.scss */
.main-slider .swiper-pagination-bullet-active {
  pointer-events: none;
  color: #bfbfbf;
}
/* line 97, ../sass/components/_slider.scss */
.main-slider .ui-button {
  display: none;
}
@media only screen and (min-width: 992px) {
  /* line 3, ../sass/components/_slider.scss */
  .main-slider {
    padding-bottom: 65px;
  }
  /* line 104, ../sass/components/_slider.scss */
  .main-slider .ui-button {
    display: flex;
  }
}

/* line 110, ../sass/components/_slider.scss */
.main-slide {
  --max-width-sm: 540px;
  --max-width-md: 720px;
  --max-width-lg: 960px;
  --max-width-xl: 1200px;
  position: relative;
  width: calc(100% - 30px);
  height: auto;
  background: var(--ui-black);
  border-radius: 10px;
  overflow: hidden;
  color: #fff;
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.25);
}
/* line 124, ../sass/components/_slider.scss */
.main-slide .layer-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}
@media only screen and (min-width: 576px) {
  /* line 110, ../sass/components/_slider.scss */
  .main-slide {
    max-width: var(--max-width-sm);
  }
}
@media only screen and (min-width: 768px) {
  /* line 110, ../sass/components/_slider.scss */
  .main-slide {
    max-width: var(--max-width-md);
  }
}
@media only screen and (min-width: 992px) {
  /* line 110, ../sass/components/_slider.scss */
  .main-slide {
    max-width: var(--max-width-lg);
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.25);
  }
  /* line 145, ../sass/components/_slider.scss */
  .main-slide .layer-link {
    display: none;
  }
}
@media only screen and (min-width: 1200px) {
  /* line 110, ../sass/components/_slider.scss */
  .main-slide {
    max-width: var(--max-width-xl);
  }
}

/* line 156, ../sass/components/_slider.scss */
.slide-bg img {
  width: 100%;
  vertical-align: middle;
}

/* line 162, ../sass/components/_slider.scss */
.slide-content {
  padding: 20px 15px 25px;
}
@media only screen and (min-width: 992px) {
  /* line 162, ../sass/components/_slider.scss */
  .slide-content {
    position: absolute;
    top: 50%;
    left: 50px;
    transform: translateY(-50%);
    width: 400px;
  }
  /* line 172, ../sass/components/_slider.scss */
  .slide-content--dark {
    color: #000;
  }
}
@media only screen and (min-width: 1200px) {
  /* line 162, ../sass/components/_slider.scss */
  .slide-content {
    width: 488px;
  }
}

/* line 182, ../sass/components/_slider.scss */
.slide-title {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 800;
  line-height: 100%;
  opacity: 0.9;
}
@media only screen and (min-width: 992px) {
  /* line 182, ../sass/components/_slider.scss */
  .slide-title {
    opacity: 1;
    margin-bottom: 20px;
    font-size: 40px;
    font-weight: 900;
    line-height: 40px;
  }
}
@media only screen and (min-width: 1200px) {
  /* line 182, ../sass/components/_slider.scss */
  .slide-title {
    font-size: 60px;
    line-height: 60px;
  }
}

/* line 203, ../sass/components/_slider.scss */
.slide-text {
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 700;
  line-height: 150%;
  opacity: 0.8;
}
@media only screen and (min-width: 992px) {
  /* line 203, ../sass/components/_slider.scss */
  .slide-text {
    opacity: 1;
    margin-bottom: 30px;
    font-size: 20px;
    line-height: 30px;
  }
}

/* line 218, ../sass/components/_slider.scss */
.about-slider {
  max-width: 944px;
  margin: 0 auto;
  margin-top: 40px;
}
/* line 223, ../sass/components/_slider.scss */
.about-slider .about-slide {
  text-align: center;
  padding-bottom: 60px;
}
/* line 227, ../sass/components/_slider.scss */
.about-slider .about-slide img {
  display: block;
  width: 100%;
  border-radius: 15px;
}
@media only screen and (min-width: 992px) {
  /* line 227, ../sass/components/_slider.scss */
  .about-slider .about-slide img {
    width: calc(100% - 75px);
    filter: drop-shadow(0px 5px 20px rgba(0, 0, 0, 0.25));
    margin: 0 auto;
  }
}
/* line 240, ../sass/components/_slider.scss */
.about-slider .swiper-pagination {
  position: absolute;
  display: flex;
  justify-content: center;
  left: 50%;
  bottom: 30px;
  transform: translateX(-50%);
  z-index: 2;
}
/* line 250, ../sass/components/_slider.scss */
.about-slider .swiper-pagination-bullet {
  display: block;
  width: 10px;
  height: 10px;
  background: rgba(255, 219, 80, 0);
  box-shadow: inset 0 0 0 2px var(--ui-yellow);
  border-radius: 50%;
  transition: all 0.3s ease;
  cursor: pointer;
}
/* line 260, ../sass/components/_slider.scss */
.about-slider .swiper-pagination-bullet:not(:last-of-type) {
  margin-right: 10px;
}
/* line 264, ../sass/components/_slider.scss */
.about-slider .swiper-pagination-bullet-active {
  box-shadow: inset 0 0 0 10px var(--ui-yellow);
}
/* line 269, ../sass/components/_slider.scss */
.about-slider .swiper-button-prev {
  left: 45px;
}
/* line 273, ../sass/components/_slider.scss */
.about-slider .swiper-button-next {
  right: 45px;
}

/* line 278, ../sass/components/_slider.scss */
.product-preview {
  margin-bottom: 20px;
}
/* line 282, ../sass/components/_slider.scss */
.product-preview .product-image img {
  border-radius: 15px;
}

/* line 289, ../sass/components/_slider.scss */
.thumbnails-slider .thumbnail {
  width: 82px;
  cursor: pointer;
  transition: opacity 0.1s ease;
}
/* line 294, ../sass/components/_slider.scss */
.thumbnails-slider .thumbnail img {
  border-radius: 5px;
}
/* line 299, ../sass/components/_slider.scss */
.thumbnails-slider .swiper-slide-thumb-active {
  opacity: 0.5;
}

/* line 304, ../sass/components/_slider.scss */
.swiper-button-prev, .swiper-button-next {
  border-radius: 50%;
  background-color: var(--ui-yellow);
  width: 40px;
  height: 40px;
  background-image: url(/local/templates/sevalo/images/slider-arrow-right.svg);
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: auto 10px;
  background-size: auto 10px;
}
/* line 315, ../sass/components/_slider.scss */
.swiper-button-prev:after, .swiper-button-next:after {
  display: none;
}
/* line 319, ../sass/components/_slider.scss */
.swiper-button-prev:hover, .swiper-button-next:hover {
  background-color: var(--ui-yellow-dark);
}

/* line 324, ../sass/components/_slider.scss */
.swiper-button-prev {
  transform: rotate(180deg);
}

/* line 3, ../sass/components/_hamburger.scss */
.hamburger {
  display: flex;
  align-items: center;
  width: 25px;
  height: 30px;
  padding: 0;
  z-index: 4;
}
@media only screen and (min-width: 1200px) {
  /* line 3, ../sass/components/_hamburger.scss */
  .hamburger {
    display: none;
  }
}
/* line 15, ../sass/components/_hamburger.scss */
.hamburger__box {
  position: relative;
  width: 100%;
  height: 14px;
}
/* line 21, ../sass/components/_hamburger.scss */
.hamburger__inner {
  position: absolute;
  top: 0;
  right: 0;
  width: calc(100% - 5px);
  height: 2px;
  background: #000;
}
/* line 29, ../sass/components/_hamburger.scss */
.hamburger__inner::before, .hamburger__inner::after {
  content: "";
  position: absolute;
  right: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #000;
}
/* line 40, ../sass/components/_hamburger.scss */
.hamburger__inner::before {
  top: 6px;
}
/* line 44, ../sass/components/_hamburger.scss */
.hamburger__inner::after {
  bottom: -12px;
}
/* line 49, ../sass/components/_hamburger.scss */
.hamburger__inner, .hamburger__inner::before, .hamburger__inner::after {
  transition: transform 0.3s, opacity 0.1s;
}
/* line 56, ../sass/components/_hamburger.scss */
.hamburger--active .hamburger__inner {
  transform: translate3d(0, 6px, 0) rotate(45deg);
}
/* line 59, ../sass/components/_hamburger.scss */
.hamburger--active .hamburger__inner::before {
  opacity: 0;
}
/* line 63, ../sass/components/_hamburger.scss */
.hamburger--active .hamburger__inner::after {
  transform: translate3d(0, -12px, 0) rotate(-90deg);
}

/* line 5, ../sass/layout/_header.scss */
.header_wrapper{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index:200;
}
header {
  padding: 10px 0;
  background: var(--ui-yellow);
  z-index: 100;
}
@media only screen and (min-width: 992px) {
  /* line 5, ../sass/layout/_header.scss */
  header {
    padding: 20px 0;
  }
}

/* line 19, ../sass/layout/_header.scss */
.main-nav {
  display: flex;
  align-items: center;
}
/* line 23, ../sass/layout/_header.scss */
.main-nav a {
  text-decoration: none;
}

/* line 28, ../sass/layout/_header.scss */
.header-logo {
  height: 25px;
  margin-right: auto;
}
@media only screen and (min-width: 992px) {
  /* line 28, ../sass/layout/_header.scss */
  .header-logo {
    height: 36px;
  }
}
@media only screen and (min-width: 1200px) {
  /* line 28, ../sass/layout/_header.scss */
  .header-logo {
    margin-right: 20px;
  }
}

/* line 41, ../sass/layout/_header.scss */
.lang-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  border: 1px solid #000;
  border-radius: 50%;
  color: #000;
  font-weight: 700;
  font-size: 12px;
  line-height: 20px;
}
@media only screen and (min-width: 1200px) {
  /* line 41, ../sass/layout/_header.scss */
  .lang-item {
    margin-right: 20px;
  }
  /* line 58, ../sass/layout/_header.scss */
  .lang-item:hover {
    background: #000;
    color: var(--ui-yellow);
  }
}
/* line 64, ../sass/layout/_header.scss */
.lang-item:active {
  background: #1b1b1b;
  color: var(--ui-yellow);
}

/* line 70, ../sass/layout/_header.scss */
.header-order {
  padding: 8px 10px;
  margin-right: 5px;
  background: #000;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  font-size: 12px;
  line-height: 14px;
  font-weight: 900;
  text-transform: uppercase;
  color: #fff;
  transition: transform 0.1s linear;
}
@media only screen and (min-width: 992px) {
  /* line 70, ../sass/layout/_header.scss */
  .header-order {
    padding: 8px 15px;
    box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.25);
    font-size: 13px;
    line-height: 20px;
  }
  /* line 89, ../sass/layout/_header.scss */
  .header-order:hover {
    background: #1b1b1b;
    color: var(--ui-yellow);
    transform: scale(0.95);
  }
}
/* line 96, ../sass/layout/_header.scss */
.header-order:active {
  background: #1b1b1b;
  box-shadow: none;
  color: var(--ui-yellow);
}

/* line 103, ../sass/layout/_header.scss */
.menu {
  list-style: none;
  padding: 0;
  margin: 0;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 100px;
  background: var(--ui-yellow);
  overflow-y: auto;
}
/* line 117, ../sass/layout/_header.scss */
.menu .menu-item {
  position: relative;
  width: 100%;
}
/* line 122, ../sass/layout/_header.scss */
.menu a {
  display: block;
  text-transform: uppercase;
  padding: 10px 25px 10px 15px;
  font-size: 20px;
  font-weight: 900;
  line-height: 150%;
  color: var(--ui-black);
}
/* line 133, ../sass/layout/_header.scss */
.menu .has-sub-menu::after {
  content: "";
  position: absolute;
  top: 20px;
  right: 20px;
  width: 20px;
  height: 7px;
  background: url("../assets/menu-angle.svg") no-repeat;
  background-size: 100% 100%;
  transition: transform 0.1s ease;
}
/* line 146, ../sass/layout/_header.scss */
.menu .sub-menu {
  display: none;
  padding: 0 15px;
}
/* line 150, ../sass/layout/_header.scss */
.menu .sub-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
}
/* line 155, ../sass/layout/_header.scss */
.menu .sub-menu a {
  padding: 0;
  margin: 0;
  text-transform: unset;
  font-weight: 600;
  font-size: 18px;
  line-height: 32px;
}
/* line 166, ../sass/layout/_header.scss */
.menu .has-sub-menu--opened::after {
  transform: rotate(180deg);
}
@media only screen and (min-width: 1200px) {
  /* line 103, ../sass/layout/_header.scss */
  .menu {
    position: relative;
    width: auto;
    height: auto;
    display: flex;
    flex-direction: row;
    padding-top: 0;
    overflow: visible;
    margin-right: auto;
  }
  /* line 181, ../sass/layout/_header.scss */
  .menu .menu-item {
    width: auto;
    margin-right: 5px;
  }
  /* line 186, ../sass/layout/_header.scss */
  .menu a {
    padding: 5px 10px;
    font-size: 13px;
    line-height: 20px;
  }
  /* line 193, ../sass/layout/_header.scss */
  .menu .has-sub-menu::after {
    display: none;
  }
  /* line 198, ../sass/layout/_header.scss */
  .menu .sub-menu {
    padding-top: 7px;
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
  }
  /* line 205, ../sass/layout/_header.scss */
  .menu .sub-menu::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid black;
  }
  /* line 218, ../sass/layout/_header.scss */
  .menu .sub-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    width: 271px;
    padding: 20px;
    background: #000;
    border-radius: 15px;
  }
  /* line 227, ../sass/layout/_header.scss */
  .menu .sub-menu a {
    padding: 0;
    margin: 0;
    text-transform: unset;
    font-weight: 600;
    font-size: 18px;
    line-height: 32px;
    color: #fff;
  }
  /* line 239, ../sass/layout/_header.scss */
  .menu .menu-item:hover a {
    background: #000;
    border-radius: 20px;
    color: #fff;
  }
  /* line 245, ../sass/layout/_header.scss */
  .menu .menu-item:hover .sub-menu {
    display: block;
  }
  /* line 250, ../sass/layout/_header.scss */
  .menu .sub-menu li a:hover {
    color: var(--ui-yellow);
  }
}

/* line 256, ../sass/layout/_header.scss */
.menu--opened {
  display: flex;
}

/* line 3, ../sass/layout/_advantages.scss */
.advantages-list {
  display: grid;
  grid-template-columns: 1fr;
  padding: 40px 0 30px;
}
/* line 8, ../sass/layout/_advantages.scss */
.advantages-list__item {
  display: flex;
  padding-bottom: 18px;
}
/* line 13, ../sass/layout/_advantages.scss */
.advantages-list .icon {
  flex-basis: 40px;
  flex-grow: 0;
  flex-shrink: 0;
  height: 40px;
  margin-right: 15px;
}
/* line 21, ../sass/layout/_advantages.scss */
.advantages-list .advantage-title {
  padding-bottom: 5px;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
}
/* line 28, ../sass/layout/_advantages.scss */
.advantages-list .advantage-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
}
@media only screen and (min-width: 992px) {
  /* line 3, ../sass/layout/_advantages.scss */
  .advantages-list {
    grid-template-columns: repeat(3, 1fr);
    column-gap: 30px;
    row-gap: 30px;
  }
  /* line 39, ../sass/layout/_advantages.scss */
  .advantages-list__item {
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 992px) {
  /* line 3, ../sass/layout/_advantages.scss */
  .advantages-list {
    padding: 0 45px 60px;
  }
}

/* line 3, ../sass/layout/_main-grid.scss */
.catalog-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media only screen and (min-width: 768px) {
  /* line 3, ../sass/layout/_main-grid.scss */
  .catalog-list {
    grid-template-columns: repeat(4, 1fr);
  }
}

/* line 13, ../sass/layout/_main-grid.scss */
.catalog-item {
  display: block;
  position: relative;
}
@media only screen and (max-width: 768px) {
  /* line 18, ../sass/layout/_main-grid.scss */
  .catalog-item:nth-child(3) {
    grid-row: 4/4;
  }
}
/* line 23, ../sass/layout/_main-grid.scss */
.catalog-item .item-bg {
  line-height: 0;
  transition: transform 0.1s ease;
}
/* line 28, ../sass/layout/_main-grid.scss */
.catalog-item img {
  width: 100%;
  height: 100%;
}
/* line 33, ../sass/layout/_main-grid.scss */
.catalog-item .item-title {
  position: absolute;
  left: 10px;
  bottom: 30px;
  font-size: 13px;
  font-weight: 900;
  line-height: 123%;
  text-transform: uppercase;
  color: #fff;
  transition: color 0.1s ease;
}
@media only screen and (min-width: 992px) {
  /* line 33, ../sass/layout/_main-grid.scss */
  .catalog-item .item-title {
    left: 20px;
    font-size: 26px;
    line-height: 32px;
  }
}
@media only screen and (min-width: 1200px) {
  /* line 53, ../sass/layout/_main-grid.scss */
  .catalog-item:hover .item-title {
    color: var(--ui-yellow) !important;
  }
  /* line 57, ../sass/layout/_main-grid.scss */
  .catalog-item:hover .item-bg {
    transform: scale(0.98);
  }
}
/* line 64, ../sass/layout/_main-grid.scss */
.catalog-item:active .item-title {
  color: var(--ui-yellow) !important;
}
/* line 68, ../sass/layout/_main-grid.scss */
.catalog-item:active .item-bg {
  transform: scale(0.98);
}

/* line 74, ../sass/layout/_main-grid.scss */
.catalog-item--wide {
  grid-column-end: span 2;
}
/* line 77, ../sass/layout/_main-grid.scss */
.catalog-item--wide .item-title {
  font-size: 15px;
}
@media only screen and (min-width: 992px) {
  /* line 77, ../sass/layout/_main-grid.scss */
  .catalog-item--wide .item-title {
    font-size: 26px;
    line-height: 32px;
  }
}

/* line 3, ../sass/layout/_presentation.scss */
.presentation {
  padding: 15px;
  background: var(--ui-yellow);
  border-radius: 15px;
  color: #000;
}
@media only screen and (min-width: 992px) {
  /* line 3, ../sass/layout/_presentation.scss */
  .presentation {
    display: flex;
    align-items: center;
    padding: 30px 45px;
  }
  /* line 14, ../sass/layout/_presentation.scss */
  .presentation .ui-button {
    flex-basis: max-content;
    flex-grow: 0;
    flex-shrink: 0;
  }
}

/* line 22, ../sass/layout/_presentation.scss */
.presentation-info {
  margin-bottom: 25px;
}
/* line 25, ../sass/layout/_presentation.scss */
.presentation-info h2 {
  margin-bottom: 12px;
}
/* line 29, ../sass/layout/_presentation.scss */
.presentation-info p {
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
}
@media only screen and (min-width: 992px) {
  /* line 22, ../sass/layout/_presentation.scss */
  .presentation-info {
    margin: 0 24px 0 0;
  }
  /* line 38, ../sass/layout/_presentation.scss */
  .presentation-info p {
    font-size: 16px;
    line-height: 24px;
  }
}

/* line 4, ../sass/layout/_branches.scss */
.branches {
  padding: 40px 0 50px;
}
@media only screen and (min-width: 992px) {
  /* line 4, ../sass/layout/_branches.scss */
  .branches {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    padding: 60px 0 100px;
  }
}

/* line 16, ../sass/layout/_branches.scss */
.branch-info h2 {
  padding-top: 30px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 992px) {
  /* line 22, ../sass/layout/_branches.scss */
  .branch-info h2 {
    padding-top: 0;
    margin-bottom: 30px;
  }
}

/* line 29, ../sass/layout/_branches.scss */
.branch-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
/* line 32, ../sass/layout/_branches.scss */
.branch-list li {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 700;
  line-height: 133%;
}
/* line 41, ../sass/layout/_branches.scss */
.branch-list li::before {
  content: "";
  display: block;
  flex-basis: 40px;
  flex-grow: 0;
  flex-shrink: 0;
  height: 3px;
  background: var(--ui-yellow);
  margin-right: 15px;
}
/* line 52, ../sass/layout/_branches.scss */
.branch-list li:last-of-type {
  padding-bottom: 10px;
}
@media only screen and (min-width: 992px) {
  /* line 58, ../sass/layout/_branches.scss */
  .branch-list li {
    margin-bottom: 30px;
    font-size: 24px;
    line-height: 32px;
  }
}

/* line 4, ../sass/layout/_footer.scss */
.footer-list {
  padding: 30px 0 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
}
/* line 8, ../sass/layout/_footer.scss */
.footer-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 16px;
}
/* line 13, ../sass/layout/_footer.scss */
.footer-list a {
  display: block;
  font-size: 18px;
  font-weight: 600;
  line-height: 32px;
  color: #fff;
}
@media only screen and (min-width: 1200px) {
  /* line 21, ../sass/layout/_footer.scss */
  .footer-list a:hover {
    color: var(--ui-yellow);
  }
}
/* line 26, ../sass/layout/_footer.scss */
.footer-list a:active {
  color: var(--ui-yellow);
}
/* line 31, ../sass/layout/_footer.scss */
.footer-list .contacts-title {
  margin-bottom: 16px;
  font-size: 18px;
  font-weight: 600;
  line-height: 32px;
}
/* line 38, ../sass/layout/_footer.scss */
.footer-list .contacts-item {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
/* line 43, ../sass/layout/_footer.scss */
.footer-list .contacts-item .icon {
  height: 26px;
  margin-right: 10px;
}
@media only screen and (min-width: 1200px) {
  /* line 50, ../sass/layout/_footer.scss */
  .footer-list .contacts-item:hover .icon svg * {
    stroke: var(--ui-yellow);
  }
}
/* line 57, ../sass/layout/_footer.scss */
.footer-list .contacts-item:active .icon * {
  stroke: var(--ui-yellow);
}
/* line 63, ../sass/layout/_footer.scss */
.footer-list .social-list {
  display: flex;
}
/* line 67, ../sass/layout/_footer.scss */
.footer-list .social-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: rgba(0, 0, 0, 0.25);
}
/* line 75, ../sass/layout/_footer.scss */
.footer-list .social-item:not(:last-of-type) {
  margin-right: 10px;
}
@media only screen and (min-width: 1200px) {
  /* line 81, ../sass/layout/_footer.scss */
  .footer-list .social-item:hover svg * {
    fill: var(--ui-yellow);
  }
}
/* line 88, ../sass/layout/_footer.scss */
.footer-list .social-item:active * {
  fill: var(--ui-yellow);
}
@media only screen and (min-width: 992px) {
  /* line 4, ../sass/layout/_footer.scss */
  .footer-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    padding: 32px 0 0;
  }
}

/* line 101, ../sass/layout/_footer.scss */
.copyright-info {
  padding-bottom: 30px;
}
/* line 104, ../sass/layout/_footer.scss */
.copyright-info p {
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
}
/* line 110, ../sass/layout/_footer.scss */
.copyright-info p a {
  font-weight: 600;
  color: #fff;
}
@media only screen and (min-width: 1200px) {
  /* line 115, ../sass/layout/_footer.scss */
  .copyright-info p a:hover {
    color: var(--ui-yellow);
  }
}
/* line 120, ../sass/layout/_footer.scss */
.copyright-info p a:active {
  color: var(--ui-yellow);
}
@media only screen and (min-width: 992px) {
  /* line 101, ../sass/layout/_footer.scss */
  .copyright-info {
    display: flex;
    justify-content: space-between;
    padding: 30px 0;
  }
  /* line 131, ../sass/layout/_footer.scss */
  .copyright-info p {
    margin-bottom: 0;
  }
}

/* line 14, ../sass/pages/_homepage.scss */
.welcome {
  padding-top: 15px;
}
@media only screen and (min-width: 1200px) {
  /* line 14, ../sass/pages/_homepage.scss */
  .welcome {
    padding-top: 0;
  }
}

/* line 22, ../sass/pages/_homepage.scss */
.catalog {
  padding: 40px 0 50px;
}
/* line 25, ../sass/pages/_homepage.scss */
.catalog h2 {
  margin-bottom: 20px;
}
@media only screen and (min-width: 992px) {
  /* line 22, ../sass/pages/_homepage.scss */
  .catalog {
    padding: 52px 0 60px;
  }
}

/* line 3, ../sass/components/_product.scss */
.product-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  padding-bottom: 60px;
}
@media only screen and (min-width: 1200px) {
  /* line 3, ../sass/components/_product.scss */
  .product-list {
    grid-template-columns: 1fr 1fr;
  }
}
/* line 13, ../sass/components/_product.scss */
.product-list .product-list__item {
  display: flex;
  flex-direction: column;
  padding: 10px;
  text-decoration: none;
  border-radius: 15px;
  color: var(--ui-black);
}
/* line 21, ../sass/components/_product.scss */
.product-list .product-list__item:not(:last-of-type) {
  margin-bottom: 20px;
}
@media only screen and (min-width: 576px) {
  /* line 13, ../sass/components/_product.scss */
  .product-list .product-list__item {
    flex-direction: row;
  }
}
@media only screen and (min-width: 768px) {
  /* line 13, ../sass/components/_product.scss */
  .product-list .product-list__item {
    padding: 20px 20px 20px 20px;
  }
  /* line 32, ../sass/components/_product.scss */
  .product-list .product-list__item:not(:last-of-type) {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 992px) {
  /* line 38, ../sass/components/_product.scss */
  .product-list .product-list__item:hover {
    box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.25);
    color: var(--ui-yellow);
  }
  /* line 42, ../sass/components/_product.scss */
  .product-list .product-list__item:hover .product-link .icon {
    margin-right: 20px;
  }
}
/* line 48, ../sass/components/_product.scss */
.product-list .product-list__item:active {
  color: #ffc329;
}
/* line 51, ../sass/components/_product.scss */
.product-list .product-list__item:active .product-link {
  color: #ffc329;
}
/* line 55, ../sass/components/_product.scss */
.product-list .product-list__item:active .product-link svg * {
  fill: #ffc329;
}
/* line 61, ../sass/components/_product.scss */
.product-list .product-image {
  width: 100%;
  margin: 0 auto 10px;
  border-radius: 15px;
  overflow: hidden;
}
@media only screen and (min-width: 576px) {
  /* line 61, ../sass/components/_product.scss */
  .product-list .product-image {
    margin: 0 20px 0 0;
  }
}
@media only screen and (min-width: 992px) {
  /* line 61, ../sass/components/_product.scss */
  .product-list .product-image {
    flex-basis: 285px;
    flex-shrink: 0;
    flex-grow: 0;
  }
}
/* line 78, ../sass/components/_product.scss */
.product-list img {
  width: 100%;
  border-radius: 15px;
}
@media only screen and (min-width: 576px) {
  /* line 83, ../sass/components/_product.scss */
  .product-list .product-info {
    display: flex;
    flex-direction: column;
    align-items: start;
  }
}
/* line 91, ../sass/components/_product.scss */
.product-list .product-title {
  margin-bottom: 10px;
  font-weight: 20px;
  font-weight: 900;
  line-height: 24px;
}
@media only screen and (min-width: 1200px) {
  /* line 91, ../sass/components/_product.scss */
  .product-list .product-title {
    font-size: 24px;
    line-height: 32px;
  }
}
/* line 103, ../sass/components/_product.scss */
.product-list .product-text {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}
@media only screen and (min-width: 1200px) {
  /* line 103, ../sass/components/_product.scss */
  .product-list .product-text {
    font-size: 18px;
    line-height: 32px;
  }
}
/* line 114, ../sass/components/_product.scss */
.product-list .product-link {
  display: block;
  margin-top: 20px;
  font-size: 12px;
  line-height: 20px;
  font-weight: 900;
  text-transform: uppercase;
  color: var(--ui-yellow);
}
/* line 123, ../sass/components/_product.scss */
.product-list .product-link .icon {
  transition: margin 0.1s linear;
}
/* line 127, ../sass/components/_product.scss */
.product-list .product-link svg * {
  fill: var(--ui-yellow);
}
@media only screen and (min-width: 1200px) {
  /* line 114, ../sass/components/_product.scss */
  .product-list .product-link {
    margin-top: auto;
    font-size: 14px;
    line-height: 32px;
  }
}

/* line 1, ../sass/components/_breadcrumbs.scss */
.breadcrumbs {
  display: flex;
  opacity: 0.5;
  margin-bottom: 8px;
}
/* line 6, ../sass/components/_breadcrumbs.scss */
.breadcrumbs a {
  font-weight: 800;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
}
/* line 14, ../sass/components/_breadcrumbs.scss */
.breadcrumbs a:not(:last-of-type)::after {
  content: "/";
  margin: 0 3px;
}

/* line 3, ../sass/components/_modals.scss */
.ui-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.3);
  transform: scale(1.05);
  transition: all 0.3s linear;
  z-index: 5;
}

/* line 17, ../sass/components/_modals.scss */
.ui-modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 95%;
  height: 250px;
  background: var(--ui-yellow);
  border-radius: 20px;
  color: #000;
  transition: all 0.3s ease-in-out;
  z-index: 6;
}
/* line 30, ../sass/components/_modals.scss */
.ui-modal-content .frame-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
/* line 38, ../sass/components/_modals.scss */
.ui-modal-content iframe {
  width: 90%;
  height: 90%;
  margin: 0 auto;
  border-radius: 15px;
}
@media only screen and (min-width: 768px) {
  /* line 17, ../sass/components/_modals.scss */
  .ui-modal-content {
    width: 600px;
    height: 400px;
  }
}

/* line 51, ../sass/components/_modals.scss */
.ui-modal-close {
  position: absolute;
  top: -28px;
  right: 10px;
  width: 18px;
  height: 18px;
}
/* line 58, ../sass/components/_modals.scss */
.ui-modal-close img,
.ui-modal-close svg,
.ui-modal-close svg path {
  pointer-events: none;
}
@media only screen and (min-width: 768px) {
  /* line 51, ../sass/components/_modals.scss */
  .ui-modal-close {
    top: 5px;
    right: -33px;
  }
}
@media only screen and (min-width: 1200px) {
  /* line 70, ../sass/components/_modals.scss */
  .ui-modal-close:hover {
    opacity: 0.8;
  }
}
/* line 75, ../sass/components/_modals.scss */
.ui-modal-close:active {
  opacity: 0.5;
}

/* line 80, ../sass/components/_modals.scss */
.ui-modal--active {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}
/* line 86, ../sass/components/_modals.scss */
.ui-modal--active .ui-modal-content {
  transform: translate(-50%, -50%);
}

/* line 7, ../sass/pages/_catalog.scss */
.catalog {
  padding-top: 32px;
}
/* line 10, ../sass/pages/_catalog.scss */
.catalog h1 {
  margin-bottom: 0;
}

/* line 15, ../sass/pages/_catalog.scss */
.page-info {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-items: start;
  margin: 12px 0 24px;
  padding-bottom: 32px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
/* line 24, ../sass/pages/_catalog.scss */
.page-info .page-text {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 20px;
}
/* line 30, ../sass/pages/_catalog.scss */
.page-info p {
  margin-bottom: 5px;
}
@media only screen and (min-width: 1200px) {
  /* line 15, ../sass/pages/_catalog.scss */
  .page-info {
    flex-direction: row;
    justify-content: space-between;
  }
  /* line 38, ../sass/pages/_catalog.scss */
  .page-info .page-text {
    margin-bottom: 0;
  }
}

/* line 3, ../sass/pages/_product-page.scss */
.product-page {
  padding-top: 32px;
}
@media only screen and (min-width: 992px) {
  /* line 3, ../sass/pages/_product-page.scss */
  .product-page {
    display: grid;
    grid-template-areas: "info fixed";
    padding-top: 40px;
  }
}
/* line 12, ../sass/pages/_product-page.scss */
.product-page .breadcrumbs {
  margin-bottom: 16px;
}

/* line 17, ../sass/pages/_product-page.scss */
.product-fixed {
  grid-area: fixed;
  max-width: 590px;
}
@media only screen and (min-width: 992px) {
  /* line 17, ../sass/pages/_product-page.scss */
  .product-fixed {
    position: fixed;
    left: calc(50% + 20px);
  }
}

/* line 27, ../sass/pages/_product-page.scss */
.product-info {
  grid-area: info;
  max-width: 590px;
}

/* line 32, ../sass/pages/_product-page.scss */
.product-action {
  margin-bottom: 30px;
}
@media only screen and (min-width: 992px) {
  /* line 32, ../sass/pages/_product-page.scss */
  .product-action {
    margin-bottom: 0;
    padding: 16px 28px 30px;
    box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.25);
    border-radius: 15px;
  }
}

/* line 43, ../sass/pages/_product-page.scss */
.product-name {
  margin-bottom: 8px;
  font-size: 24px;
  line-height: 130%;
  text-transform: unset;
}
@media only screen and (min-width: 992px) {
  /* line 43, ../sass/pages/_product-page.scss */
  .product-name {
    font-size: 40px;
    line-height: 52px;
  }
}

/* line 55, ../sass/pages/_product-page.scss */
.payment-title {
  padding: 15px 0;
  font-size: 16px;
  line-height: 20px;
  opacity: 0.75;
}

/* line 62, ../sass/pages/_product-page.scss */
.payment-methods {
  padding-bottom: 5px;
  margin-bottom: 8px;
}

/* line 67, ../sass/pages/_product-page.scss */
.radio-container {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
  position: relative;
  margin-bottom: 15px;
  cursor: pointer;
  font-size: 18px;
  font-weight: 900;
  line-height: 20px;
  user-select: none;
}
/* line 80, ../sass/pages/_product-page.scss */
.radio-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
/* line 88, ../sass/pages/_product-page.scss */
.radio-container .checkmark {
  display: block;
  position: relative;
  flex-basis: 26px;
  flex-grow: 0;
  flex-shrink: 0;
  height: 26px;
  margin-right: 15px;
  border: 1px solid #fff;
  border-radius: 50%;
}
/* line 100, ../sass/pages/_product-page.scss */
.radio-container:hover input ~ .checkmark {
  border-color: var(--ui-yellow);
}
/* line 104, ../sass/pages/_product-page.scss */
.radio-container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--ui-yellow);
}
/* line 117, ../sass/pages/_product-page.scss */
.radio-container input:checked ~ .checkmark {
  border-color: var(--ui-yellow);
}
/* line 121, ../sass/pages/_product-page.scss */
.radio-container input:checked ~ .checkmark:after {
  display: block;
}

/* line 126, ../sass/pages/_product-page.scss */
.product-links {
  margin-top: 20px;
  padding: 20px 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
/* line 131, ../sass/pages/_product-page.scss */
.product-links .link-button:not(:last-child) {
  margin-bottom: 10px;
}
@media only screen and (min-width: 1200px) {
  /* line 131, ../sass/pages/_product-page.scss */
  .product-links .link-button:not(:last-child) {
    margin: 0 20px 0 0;
  }
}
@media only screen and (min-width: 992px) {
  /* line 126, ../sass/pages/_product-page.scss */
  .product-links {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
}

/* line 146, ../sass/pages/_product-page.scss */
.product-specifics {
  padding: 20px 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
/* line 150, ../sass/pages/_product-page.scss */
.product-specifics .img-box {
  line-height: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 20px;
  margin-bottom: 20px;
  overflow: hidden;
}
/* line 157, ../sass/pages/_product-page.scss */
.product-specifics .img-box img {
  border-radius: 15px;
}
/* line 162, ../sass/pages/_product-page.scss */
.product-specifics .specific-title {
  margin-bottom: 12px;
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
  text-transform: unset;
}
/* line 170, ../sass/pages/_product-page.scss */
.product-specifics ul {
  padding-left: 12px;
  list-style: none;
  font-size: 16px;
  line-height: 24px;
}
/* line 176, ../sass/pages/_product-page.scss */
.product-specifics ul li {
  margin-bottom: 5px;
}
@media only screen and (min-width: 992px) {
  /* line 176, ../sass/pages/_product-page.scss */
  .product-specifics ul li {
    margin: 0;
  }
}

/* line 186, ../sass/pages/_product-page.scss */
.similar {
  padding: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
/* line 190, ../sass/pages/_product-page.scss */
.similar .product-list {
  grid-template-columns: 1fr;
}

/* line 195, ../sass/pages/_product-page.scss */
.similar-title {
  padding-top: 12px;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
  text-transform: unset;
}

/* line 2, ../sass/components/_form.scss */
input,
textarea {
  display: block;
  width: 100%;
  padding: 20px 16px;
  border: none;
  outline: none;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 5px;
  font-weight: 700;
  font-size: 18px;
  line-height: 20px;
  color: #fff;
}

/* line 17, ../sass/components/_form.scss */
textarea {
  width: 100%;
  min-height: 150px;
  resize: vertical;
}

/* line 23, ../sass/components/_form.scss */
label {
  display: block;
  margin-bottom: 12px;
  font-weight: 500;
  font-size: 18px;
  line-height: 20px;
}
/* line 30, ../sass/components/_form.scss */
label span {
  color: var(--ui-black);
}

/* line 35, ../sass/components/_form.scss */
.input-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 25px;
  margin-bottom: 25px;
}
@media only screen and (min-width: 992px) {
  /* line 35, ../sass/components/_form.scss */
  .input-row {
    grid-template-columns: 1fr 1fr 1fr;
    align-items: end;
  }
  /* line 45, ../sass/components/_form.scss */
  .input-row .input-col--wide {
    grid-column-end: span 3;
  }
}
/* line 50, ../sass/components/_form.scss */
.input-row .ui-button {
  width: 100%;
}

/* line 55, ../sass/components/_form.scss */
.send-row {
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  gap: 24px;
  padding-top: 12px;
}
@media only screen and (min-width: 992px) {
  /* line 55, ../sass/components/_form.scss */
  .send-row {
    grid-template-columns: 1fr 2fr;
  }
}
/* line 66, ../sass/components/_form.scss */
.send-row .ui-button {
  width: 100%;
}
/* line 70, ../sass/components/_form.scss */
.send-row .send-agreement {
  opacity: 0.5;
  font-size: 14px;
  line-height: 20px;
}

/* line 5, ../sass/pages/_basket.scss */
.forms-page {
  padding: 44px 0 60px;
}
@media only screen and (min-width: 992px) {
  /* line 5, ../sass/pages/_basket.scss */
  .forms-page {
    padding: 44px 72px 120px;
  }
  /* line 11, ../sass/pages/_basket.scss */
  .forms-page .title-block,
  .forms-page .form-wrapper {
    padding: 0 30px;
  }
}
/* line 17, ../sass/pages/_basket.scss */
.forms-page .title-block {
  margin-bottom: 40px;
}
/* line 21, ../sass/pages/_basket.scss */
.forms-page h1 {
  margin-bottom: 0;
}
/* line 25, ../sass/pages/_basket.scss */
.forms-page .page-subtitle {
  margin-top: 12px;
  font-size: 16px;
  line-height: 20px;
}

/* line 33, ../sass/pages/_basket.scss */
.payform .form-product {
  display: grid;
  grid-template-areas: "form-thumb form-name" "form-method form-method" "form-amount form-amount";
  gap: 20px;
  align-items: center;
  position: relative;
  padding: 30px;
  margin-bottom: 45px;
  background: var(--ui-yellow);
  border-radius: 15px;
  box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.25);
  color: #000;
}
/* line 49, ../sass/pages/_basket.scss */
.payform .form-product input {
  background: none;
  border: none;
  outline: none;
  padding: 0;
  border-radius: 0;
  color: #000;
}
@media only screen and (min-width: 1200px) {
  /* line 33, ../sass/pages/_basket.scss */
  .payform .form-product {
    grid-template-areas: "form-thumb form-name form-method form-amount";
  }
}
/* line 63, ../sass/pages/_basket.scss */
.payform .form-thumb {
  grid-area: form-thumb;
  line-height: 0;
  overflow: hidden;
  border-radius: 15px;
  box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.25);
}
/* line 70, ../sass/pages/_basket.scss */
.payform .form-thumb img {
  width: 100%;
}
/* line 75, ../sass/pages/_basket.scss */
.payform .form-name {
  grid-area: form-name;
  font-weight: 900;
  font-size: 14px;
  line-height: 120%;
}
@media only screen and (min-width: 992px) {
  /* line 75, ../sass/pages/_basket.scss */
  .payform .form-name {
    font-size: 20px;
  }
}
/* line 86, ../sass/pages/_basket.scss */
.payform .form-method {
  grid-area: form-method;
  width: auto;
  font-size: 18px;
  line-height: 20px;
  font-weight: 500;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  /* line 86, ../sass/pages/_basket.scss */
  .payform .form-method {
    text-align-last: left;
  }
}
/* line 99, ../sass/pages/_basket.scss */
.payform .form-amount {
  display: flex;
  align-items: start;
  justify-content: center;
  grid-area: form-amount;
}
/* line 105, ../sass/pages/_basket.scss */
.payform .form-amount .controls {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 992px) {
  /* line 105, ../sass/pages/_basket.scss */
  .payform .form-amount .controls {
    padding-right: 95px;
  }
}
/* line 115, ../sass/pages/_basket.scss */
.payform .form-amount input {
  width: 48px;
  margin: 0 5px;
  text-align: center;
  font-weight: 900;
  font-size: 20px;
  line-height: 24px;
}
/* line 124, ../sass/pages/_basket.scss */
.payform .form-amount .control-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #fff;
  transition: background-color 0.1s linear;
}
/* line 134, ../sass/pages/_basket.scss */
.payform .form-amount .control-button:disabled {
  pointer-events: none;
  opacity: 0.25;
}
@media only screen and (min-width: 1200px) {
  /* line 140, ../sass/pages/_basket.scss */
  .payform .form-amount .control-button:hover {
    background-color: #000;
  }
  /* line 143, ../sass/pages/_basket.scss */
  .payform .form-amount .control-button:hover svg * {
    fill: #fff;
  }
}
/* line 149, ../sass/pages/_basket.scss */
.payform .form-amount .control-button:active {
  background-color: #1b1b1b;
}
/* line 152, ../sass/pages/_basket.scss */
.payform .form-amount .control-button:active svg * {
  fill: #fff;
}
/* line 159, ../sass/pages/_basket.scss */
.payform .delete-button {
  position: absolute;
  top: 10px;
  right: 10px;
}
@media only screen and (min-width: 992px) {
  /* line 159, ../sass/pages/_basket.scss */
  .payform .delete-button {
    top: 30px;
    right: 30px;
  }
}

/* line 1, ../sass/pages/_success.scss */
.success-info {
  padding: 60px 0 80px;
  max-width: 488px;
  margin: 0 auto;
}
/* line 6, ../sass/pages/_success.scss */
.success-info .img-box {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin-bottom: 24px;
}
/* line 13, ../sass/pages/_success.scss */
.success-info h1 {
  margin-bottom: 24px;
}
/* line 17, ../sass/pages/_success.scss */
.success-info p {
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  padding-bottom: 12px;
}
/* line 24, ../sass/pages/_success.scss */
.success-info .ui-button {
  margin-top: 24px;
}

/* line 29, ../sass/pages/_success.scss */
.more-products {
  border-top: 1px solid rgba(255, 255, 255, 0.25);
}
/* line 32, ../sass/pages/_success.scss */
.more-products .more-title {
  padding: 20px 0;
  text-transform: unset;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
}

/* line 3, ../sass/pages/_contacts.scss */
.contacts-page {
  padding: 40px 0 120px;
}
/* line 6, ../sass/pages/_contacts.scss */
.contacts-page h1 {
  margin-bottom: 30px;
}
/* line 10, ../sass/pages/_contacts.scss */
.contacts-page .contacts-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin-bottom: 35px;
}
@media only screen and (min-width: 992px) {
  /* line 10, ../sass/pages/_contacts.scss */
  .contacts-page .contacts-list {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 50px;
    margin-bottom: 55px;
  }
}
/* line 23, ../sass/pages/_contacts.scss */
.contacts-page .contact-link {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
  color: var(--ui-yellow);
}
/* line 32, ../sass/pages/_contacts.scss */
.contacts-page .contact-link .icon {
  flex-basis: 25px;
  flex-shrink: 0;
  flex-grow: 0;
  height: 25px;
  margin-right: 15px;
}
/* line 39, ../sass/pages/_contacts.scss */
.contacts-page .contact-link .icon svg {
  width: 100%;
  height: 100%;
}
/* line 44, ../sass/pages/_contacts.scss */
.contacts-page .contact-link .icon * {
  stroke: var(--ui-yellow);
}
@media only screen and (min-width: 992px) {
  /* line 23, ../sass/pages/_contacts.scss */
  .contacts-page .contact-link {
    font-size: 25px;
  }
}
/* line 53, ../sass/pages/_contacts.scss */
.contacts-page .cities-title {
  margin-bottom: 25px;
  text-transform: unset;
  font-weight: 600;
  font-size: 20px;
  line-height: 20px;
}
/* line 61, ../sass/pages/_contacts.scss */
.contacts-page .cities-list {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
/* line 65, ../sass/pages/_contacts.scss */
.contacts-page .city {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 30px 25px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  font-weight: 700;
  font-size: 20px;
  line-height: 25px;
  color: var(--ui-black);
}
/* line 77, ../sass/pages/_contacts.scss */
.contacts-page .city .icon {
  height: 35px;
}
/* line 81, ../sass/pages/_contacts.scss */
.contacts-page .city::before {
  content: "";
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: calc(100% - 10px);
  background: var(--ui-yellow);
  border-radius: 20px;
  transition: opacity 0.1s ease;
  z-index: -1;
}
@media only screen and (min-width: 992px) {
  /* line 65, ../sass/pages/_contacts.scss */
  .contacts-page .city {
    font-size: 30px;
    line-height: 35px;
  }
}
@media only screen and (min-width: 1200px) {
  /* line 102, ../sass/pages/_contacts.scss */
  .contacts-page .city:hover {
    color: #000;
  }
  /* line 105, ../sass/pages/_contacts.scss */
  .contacts-page .city:hover:before {
    opacity: 1;
  }
  /* line 110, ../sass/pages/_contacts.scss */
  .contacts-page .city:hover .icon img {
    filter: brightness(0);
  }
}
/* line 117, ../sass/pages/_contacts.scss */
.contacts-page .city:active {
  color: #000;
}
/* line 120, ../sass/pages/_contacts.scss */
.contacts-page .city:active:before {
  opacity: 1;
  background: #ffc329;
}
/* line 126, ../sass/pages/_contacts.scss */
.contacts-page .city:active .icon img {
  filter: brightness(0);
}

/* line 3, ../sass/pages/_city.scss */
.city-page {
  padding: 44px 0 150px;
}
@media only screen and (min-width: 992px) {
  /* line 3, ../sass/pages/_city.scss */
  .city-page {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
  }
}
@media only screen and (min-width: 1200px) {
  /* line 3, ../sass/pages/_city.scss */
  .city-page {
    grid-template-columns: 1fr 488px;
    padding: 44px 102px 150px;
  }
}
/* line 17, ../sass/pages/_city.scss */
.city-page .breadcrumbs {
  margin-bottom: 12px;
}
@media only screen and (min-width: 992px) {
  /* line 21, ../sass/pages/_city.scss */
  .city-page h1 {
    margin-bottom: 50px;
  }
}
/* line 27, ../sass/pages/_city.scss */
.city-page p {
  font-size: 18px;
  line-height: 25px;
  padding-bottom: 5px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 992px) {
  /* line 27, ../sass/pages/_city.scss */
  .city-page p {
    font-size: 20px;
    line-height: 30px;
  }
}
/* line 39, ../sass/pages/_city.scss */
.city-page .city-links {
  display: flex;
  flex-direction: column;
}
/* line 44, ../sass/pages/_city.scss */
.city-page .city-link {
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 20px;
  text-decoration: none;
  color: var(--ui-yellow);
}
/* line 54, ../sass/pages/_city.scss */
.city-page .city-link .icon {
  flex-basis: 25px;
  flex-shrink: 0;
  flex-grow: 0;
  height: 25px;
  margin-right: 15px;
}
/* line 61, ../sass/pages/_city.scss */
.city-page .city-link .icon svg {
  width: 100%;
  height: 100%;
}
/* line 66, ../sass/pages/_city.scss */
.city-page .city-link .icon * {
  stroke: var(--ui-yellow);
}
/* line 72, ../sass/pages/_city.scss */
.city-page .city-map {
  overflow: hidden;
}
/* line 75, ../sass/pages/_city.scss */
.city-page .city-map iframe {
  width: 100%;
  height: 250px;
  border-radius: 10px;
}
@media only screen and (min-width: 992px) {
  /* line 72, ../sass/pages/_city.scss */
  .city-page .city-map {
    padding-top: 32px;
  }
  /* line 84, ../sass/pages/_city.scss */
  .city-page .city-map iframe {
    height: 100%;
  }
}

/* line 3, ../sass/components/_pagination.scss */
.page-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  margin: 0 auto;
  margin-top: 20px;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.25);
}
@media only screen and (min-width: 992px) {
  /* line 3, ../sass/components/_pagination.scss */
  .page-pagination {
    margin-top: 50px;
  }
}

/* line 18, ../sass/components/_pagination.scss */
.pagination-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  padding: 15px;
  background: #fff;
  font-weight: 900;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  color: #000;
}
/* line 31, ../sass/components/_pagination.scss */
.pagination-item:not(:last-child) {
  border-right: 1px solid #efefef;
}
/* line 35, ../sass/components/_pagination.scss */
.pagination-item:hover {
  background: var(--ui-yellow);
}
/* line 39, ../sass/components/_pagination.scss */
.pagination-item:active {
  background: #ffc329;
  color: #000;
}

/* line 45, ../sass/components/_pagination.scss */
.active-pagination {
  pointer-events: none;
  color: #bfbfbf;
}

/* line 5, ../sass/pages/_news.scss */
.news-catalog {
  padding: 44px 0 100px;
}
@media only screen and (min-width: 992px) {
  /* line 5, ../sass/pages/_news.scss */
  .news-catalog {
    margin-bottom: 50px;
  }
}

/* line 3, ../sass/pages/_post.scss */
.post-page {
  padding: 30px 0 150px;
}
@media only screen and (min-width: 992px) {
  /* line 6, ../sass/pages/_post.scss */
  .post-page h1 {
    font-size: 50px;
  }
}
/* line 12, ../sass/pages/_post.scss */
.post-page .post-image {
  margin-bottom: 40px;
}
/* line 14, ../sass/pages/_post.scss */
.post-page .post-image img {
  border-radius: 15px;
  filter: drop-shadow(0px 5px 25px rgba(0, 0, 0, 0.25));
}

/* line 21, ../sass/pages/_post.scss */
.content-wrapper {
  max-width: 944px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 20px;
}
@media only screen and (min-width: 992px) {
  /* line 21, ../sass/pages/_post.scss */
  .content-wrapper {
    padding: 0 75px;
  }
}
/* line 31, ../sass/pages/_post.scss */
.content-wrapper p {
  margin-bottom: 20px;
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
}
@media only screen and (min-width: 992px) {
  /* line 31, ../sass/pages/_post.scss */
  .content-wrapper p {
    margin-bottom: 30px;
    font-size: 20px;
    line-height: 30px;
  }
}

/* line 3, ../sass/components/_accordions.scss */
.accordion-wrapper {
  max-width: 996px;
  margin: 0 auto;
}

/* line 8, ../sass/components/_accordions.scss */
.accordion {
  padding: 5px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
/* line 12, ../sass/components/_accordions.scss */
.accordion:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

/* line 17, ../sass/components/_accordions.scss */
.accordion__text, .accordion__text__link {
  position: relative;
  display: block;
  padding: 15px 50px 15px 15px;
  border-radius: 15px;
  cursor: pointer;
  font-size: 15px;
  font-weight: 700;
  line-height: 22px;
  color: var(--ui-yellow);
  z-index: 2;
  transition: color 0.3s;
}
@media only screen and (min-width: 992px) {
  /* line 17, ../sass/components/_accordions.scss */
  .accordion__text, .accordion__text__link {
    padding: 25px 100px 25px 30px;
    font-size: 30px;
    line-height: 35px;
  }
}

/* line 37, ../sass/components/_accordions.scss */
.accordion__text::after, .accordion__text__link:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 15px;
  right: 15px;
  background: url("/assets/accordion-plus.svg") no-repeat;
  background-size: 100% 100%;
  transition: transform 0.3s;
}
@media only screen and (min-width: 992px) {
  /* line 37, ../sass/components/_accordions.scss */
  .accordion__text::after, .accordion__text__link:after {
    top: 25px;
    right: 30px;
    width: 35px;
    height: 35px;
  }
}

/* line 57, ../sass/components/_accordions.scss */
.accordion__text__link:after {
  top: 20px;
  background: url("/assets/img/arrow-right_y.svg") no-repeat;
  background-size: contain;
}
@media only screen and (min-width: 992px) {
  /* line 57, ../sass/components/_accordions.scss */
  .accordion__text__link:after {
    top: 30px;
  }
}

/* line 67, ../sass/components/_accordions.scss */
.accordion__body {
  display: none;
  padding: 10px 15px 10px 15px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  font-size: 14px;
  font-weight: 300;
  line-height: 150%;
  color: #fff;
}
@media only screen and (min-width: 992px) {
  /* line 67, ../sass/components/_accordions.scss */
  .accordion__body {
    padding: 10px 30px 15px 30px;
    font-size: 20px;
    font-weight: 300;
  }
}

/* line 84, ../sass/components/_accordions.scss */
.accordion__body p {
  margin-bottom: 10px;
}

/* line 88, ../sass/components/_accordions.scss */
.accordion__body .imgBox {
  margin: 20px 0;
  text-align: center;
}

/* line 93, ../sass/components/_accordions.scss */
.accordion__body img {
  box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.15);
  border-radius: 15px;
}

/* line 98, ../sass/components/_accordions.scss */
.accordion__text-opened {
  color: #fff;
}

/* line 103, ../sass/components/_accordions.scss */
.accordion-active .accordion__text {
  color: #fff;
}
/* line 106, ../sass/components/_accordions.scss */
.accordion-active .accordion__text::after {
  transform: rotate(-45deg);
}

/* line 3, ../sass/components/_why-us.scss */
.why-us {
  margin: 20px auto;
  padding: 30px 20px;
  background: var(--ui-yellow);
  border-radius: 15px;
  color: #000;
}
@media only screen and (min-width: 992px) {
  /* line 3, ../sass/components/_why-us.scss */
  .why-us {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 40px;
    row-gap: 30px;
    margin: 40px auto;
    padding: 40px 30px;
  }
}

/* line 20, ../sass/components/_why-us.scss */
.why-us-item {
  display: flex;
}
/* line 23, ../sass/components/_why-us.scss */
.why-us-item:not(:last-of-type) {
  margin-bottom: 20px;
}
/* line 27, ../sass/components/_why-us.scss */
.why-us-item .icon {
  margin-right: 10px;
  flex-basis: 40px;
  flex-shrink: 0;
  flex-grow: 0;
  height: 40px;
}
/* line 35, ../sass/components/_why-us.scss */
.why-us-item .why-us-title {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 16px;
  line-height: 125%;
}
/* line 42, ../sass/components/_why-us.scss */
.why-us-item .why-us-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 133%;
}
@media only screen and (min-width: 992px) {
  /* line 49, ../sass/components/_why-us.scss */
  .why-us-item:not(:last-of-type) {
    margin-bottom: 0;
  }
  /* line 53, ../sass/components/_why-us.scss */
  .why-us-item .icon {
    margin-right: 25px;
  }
  /* line 57, ../sass/components/_why-us.scss */
  .why-us-item .why-us-title {
    margin-bottom: 15px;
    font-size: 20px;
  }
  /* line 62, ../sass/components/_why-us.scss */
  .why-us-item .why-us-text {
    font-size: 18px;
  }
}

/* line 3, ../sass/components/_line-list.scss */
.line-list {
  margin-bottom: 20px;
}
/* line 6, ../sass/components/_line-list.scss */
.line-list li {
  position: relative;
  padding-left: 40px;
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
}
/* line 13, ../sass/components/_line-list.scss */
.line-list li::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 30px;
  height: 2px;
  background: var(--ui-yellow);
}
/* line 23, ../sass/components/_line-list.scss */
.line-list li:not(:last-of-type) {
  margin-bottom: 10px;
}
@media only screen and (min-width: 992px) {
  /* line 3, ../sass/components/_line-list.scss */
  .line-list {
    margin-bottom: 40px;
  }
  /* line 31, ../sass/components/_line-list.scss */
  .line-list li {
    position: relative;
    padding-left: 55px;
    font-weight: 300;
    font-size: 20px;
    line-height: 30px;
  }
  /* line 38, ../sass/components/_line-list.scss */
  .line-list li::before {
    top: 15px;
    width: 40px;
    height: 3px;
  }
  /* line 44, ../sass/components/_line-list.scss */
  .line-list li:not(:last-of-type) {
    margin-bottom: 20px;
  }
}

/* line 4, ../sass/components/_timeline.scss */
.timeline .timeline-item {
  position: relative;
  padding: 10px 0 10px 30px;
}
/* line 8, ../sass/components/_timeline.scss */
.timeline .timeline-item:not(:last-child) {
  margin-bottom: 10px;
}
/* line 11, ../sass/components/_timeline.scss */
.timeline .timeline-item:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 30px;
  height: 3px;
  background: #000;
}
/* line 22, ../sass/components/_timeline.scss */
.timeline .timeline-item .year {
  margin-bottom: 5px;
  font-size: 25px;
  font-weight: 900;
  line-height: 30px;
}
/* line 29, ../sass/components/_timeline.scss */
.timeline .timeline-item .description {
  margin: 0;
  font-size: 16px;
  line-height: 20px;
}
@media only screen and (min-width: 992px) {
  /* line 4, ../sass/components/_timeline.scss */
  .timeline .timeline-item {
    padding: 20px 0 20px 50px;
  }
  /* line 38, ../sass/components/_timeline.scss */
  .timeline .timeline-item:not(:last-child) {
    margin-bottom: 20px;
  }
  /* line 41, ../sass/components/_timeline.scss */
  .timeline .timeline-item:not(:last-child)::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 50px;
    height: 3px;
    background: #000;
  }
  /* line 52, ../sass/components/_timeline.scss */
  .timeline .timeline-item .year {
    margin-bottom: 10px;
    font-size: 50px;
    line-height: 55px;
  }
  /* line 58, ../sass/components/_timeline.scss */
  .timeline .timeline-item .description {
    font-size: 20px;
    line-height: 30px;
  }
}

/* line 8, ../sass/pages/_about.scss */
.about-page {
  padding: 70px 0 150px;
}

/* line 13, ../sass/pages/_about.scss */
.content-wrapper h2,
.content-wrapper h3,
.content-wrapper h4 {
  font-weight: 900;
}
/* line 19, ../sass/pages/_about.scss */
.content-wrapper h2 {
  margin-bottom: 20px;
  text-transform: unset;
}
@media only screen and (min-width: 992px) {
  /* line 19, ../sass/pages/_about.scss */
  .content-wrapper h2 {
    margin-bottom: 40px;
    font-size: 40px;
    line-height: 50px;
  }
}
/* line 30, ../sass/pages/_about.scss */
.content-wrapper h3 {
  margin-bottom: 20px;
  font-size: 22px;
}
@media only screen and (min-width: 992px) {
  /* line 30, ../sass/pages/_about.scss */
  .content-wrapper h3 {
    margin-bottom: 40px;
    font-size: 35px;
    line-height: 45px;
  }
}
/* line 41, ../sass/pages/_about.scss */
.content-wrapper h4 {
  margin-bottom: 10px;
  font-size: 20px;
}
@media only screen and (min-width: 992px) {
  /* line 41, ../sass/pages/_about.scss */
  .content-wrapper h4 {
    margin-bottom: 20px;
    font-size: 25px;
    line-height: 35px;
  }
}
/* line 52, ../sass/pages/_about.scss */
.content-wrapper ul {
  list-style: none;
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
}
@media only screen and (min-width: 992px) {
  /* line 52, ../sass/pages/_about.scss */
  .content-wrapper ul {
    font-size: 20px;
    line-height: 30px;
  }
}

/* line 65, ../sass/pages/_about.scss */
.yellow-bg {
  margin: 20px auto;
  padding: 30px;
  background: var(--ui-yellow);
  border-radius: 15px;
  color: #000;
}
@media only screen and (min-width: 992px) {
  /* line 65, ../sass/pages/_about.scss */
  .yellow-bg {
    margin: 40px auto;
    padding: 50px 75px;
  }
  /* line 76, ../sass/pages/_about.scss */
  .yellow-bg h3 {
    margin-bottom: 20px;
  }
}



.sticky__icon {
    position: fixed;
    right: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    z-index: 8;
    transition: all 0.2s ease-in-out;
}
.sticky__icon img {
    width: 100%;
    height: 100%;
    pointer-events: none;
}
.sticky__phone {
    bottom: 100px;
    background-color: #ffdb50;
    border: #000 2px solid;
    animation: pulsePhone 2s infinite;
}
.sticky__phone img {
    width: 40px;
    height: auto;
}
.sticky__whatsapp {
    bottom: 20px;
    background-color: rgb(64 255 0);
    animation: pulseWhatsapp 2s infinite;
}
.sticky__icon:hover {
    transform: scale(0.9);
    box-shadow: rgba(255, 255, 255, 0.2) 0px 2px 8px 0px;
}
.widget_container {
    position: relative;
}
@media only screen and (max-width: 1025px) {

    .sticky__phone {
        bottom: 100px;
    }

    .sticky__whatsapp {
        bottom: 20px;
    }
}



.payment-options-container {
    padding: 30px 45px;
    background-color: #ffdb50;
    border-radius: 15px;
}
.payment-options {
    width: 100%;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    /* gap: 10px; */
}
.payment-method {
    width: 32%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 5px;
}
.payment-method img {
    margin: 5px auto;
    width: auto;
}
.payment-method p {
    margin: 5px auto;
    width: 100%;
    text-align: center;
    color: #000;
    font-weight: 700;
    font-size: 20px;
}
.payment-options-title {
    width: 100%;
}
.payment-options-big-text {
    width: 100%;
    text-align: center;
    color: #000;
    text-transform: uppercase;
    font-size: 70px;
    font-weight: 600;
}
.payment-options-small-text {
    width: 100%;
    text-align: center;
    color: #000;
    font-size: 24px;
    font-weight: 600;
    margin-top: 10px;
}
.payment-options-btn-container {
    width:100%;
    display: flex;
    justify-content: center;
}
.payment-options-btn {
    background-color: #000;
}
.payment-options-sevalo-img {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
}
.payment-options-sevalo-logo {
    width: auto !important;
    height: 35px !important;
}

@keyframes pulseWhatsapp {
    0% {
        box-shadow: 0 0 0 0 rgb(64 255 0 / 40%);
    }

    70% {
        box-shadow: 0 0 0 10px rgb(27 215 65 / 0%);
    }

    100% {
        box-shadow: 0 0 0 0 rgb(27 215 65 / 0%);
    }
}
@keyframes pulsePhone {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 219, 80, 0.4);
    }

    70% {
        box-shadow: 0 0 0 10px rgba(255, 219, 80, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(255, 219, 80, 0);
    }
}

@media only screen and (max-width: 1200px) {
    .payment-options-container {
        padding: 15px;
    }
    .payment-method img {
        
    }
}

@media only screen and (max-width: 992px) {
    .payment-options-big-text {
        font-size: 54px;
    }
    .payment-options-small-text {
        font-size: 20px;
    }

    .payment-method img {
        
    }
    .payment-method p {
        font-weight: 600;
        font-size: 16px;
    }
}

@media only screen and (max-width: 768px) {
    .payment-method {
        width: 48%;
    }
    .payment-options-big-text {
        font-size: 38px;
    }
    .payment-options-small-text {
        font-size: 20px;
    }
}

@media only screen and (max-width: 465px) {
    .payment-options-big-text {
        font-size: 30px;
    }
    .payment-options-small-text {
        font-size: 20px;
    }

    .payment-method {
        width: 85%;
    }
}

@media only screen and (max-width: 376px) {
    .payment-options-big-text {
        font-size: 26px;
    }
}

@media only screen and (max-width: 321px) {
    .payment-options-big-text {
        font-size: 24px;
    }
}

/**/
body.whitepage{
  background:#fff !important;
  color:var(--ui-black) !important;
}
body.whitepage footer{
  background:var(--ui-black) !important;
  color:#fff !important;
}

.modal-overlay * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;

}

.modal-overlay *:before,
.modal-overlay *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, .6);
  overflow: auto;
  z-index: 999;
  transition: .4s all;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
}

.modal-overlay_visible {
  opacity: 1;
  visibility: visible;
}

.modal-table {
  display: table;
  width: 100%;
  height: 100%;
}

.modal-table-cell {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 0 15px;
}

.modal {
  transition: .4s all;
  display: inline-block;
  padding: 18px 44px 20px 30px;
  max-width: 400px;
  width: 100%;
  background: #fff;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, .25);
  color: #333;
  text-align: left;
  font-family: Arial;
  margin: 30px 0;
  transform: translate(0, 20%);
  position: relative;
  border-radius: 4px 6px 4px 4px;
  cursor: auto;
  font-size: 16px;
  Z-index:1000;
}

.modal-overlay_visible .modal {
  transform: translate(0);
}

.modal__header {
  font-size: 22px;
  font-weight: 400;
  padding: 0 0 30px 0;
}

.modal__close {
  position: absolute;
  right: 10px;
  top: 0;
  background: var(--ui-yellow);
  width: 25px;
  height: 25px;
  border-radius: 0 0 4px 4px;
  transition: .4s all;
}

.modal__close:hover {
  background: #1b1b1b;
  cursor: pointer;
}

.modal__close:before,
.modal__close:after {
  content: "";
  display: block;
  height: 16px;
  width: 2px;
  transform: rotate(45deg);
  background: #fff;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  bottom: 0;
}

.modal__close:after {
  transform: rotate(-45deg);
}

/*Размеры шрифтов*/
@media (max-width: 768px){
  .banner_title{
    font-size:1.25rem !important;
  }
  .banner_title_sub{
    font-size:1rem !important;
  }
  .banner_text{
    font-size:0.75rem !important;
  }
  .block_header_text{
    font-size: 0.875em !important;
  }
  .block_text{
    font-size: 0.75rem !important;
  }
}

@media (min-width: 768px) {
  .banner_title{
    font-size:3.5rem !important;
  }
  .banner_title_sub{
    font-size:1.5rem !important;
  }
  .banner_text{
    font-size: 1rem !important;
  }
  .block_header_text{
    font-size: 1rem !important;
  }
  .block_text{
    font-size: 1rem !important;
  }
}

@media (min-width: 1400px) {
  .banner_title{
    font-size:4.5rem !important;
  }
  .banner_title_sub{
    font-size:2rem !important;
  }
  .banner_text{
    font-size: 1.75rem !important;
  }
  .block_header_text{
    font-size: 1.5rem !important;
  }
  .block_text{
    font-size: 1.25rem !important;
  }
}
