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

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

body {
  margin: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border: 0;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #dfe6e9;
}

a {
  background-color: transparent;
}

a:focus {
  outline: unset;
}

b,
strong {
  font-weight: 700;
}

small {
  font-size: 0.875em;
}

img {
  height: auto;
}

main img {
  max-width: 100%;
  border-style: none;
}

picture img {
  display: block;
}

button,
input {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button {
  text-transform: none;
  -webkit-appearance: button;
}

button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring {
  outline: 1px dotted #fff;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
  position: absolute !important;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  width: 1px;
  border: 0;
  overflow: hidden;
  color: #333;
  background: #fff;
}

input[type=number] {
  -moz-appearance: textfield;
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
/*--------------------------------------------------------------
# Fonts
--------------------------------------------------------------*/
/* ## Onest light */
@font-face {
  font-display: swap;
  font-family: "Onest";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/Onest-Light.woff2") format("woff2"), url("../fonts/Onest-Light.ttf") format("truetype");
}
/* onest-regular */
@font-face {
  font-display: swap;
  font-family: "Onest";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Onest-Regular.woff2") format("woff2"), url("../fonts/Onest-Regular.ttf") format("truetype");
}
/* onest-600 - cyrillic_latin */
@font-face {
  font-display: swap;
  font-family: "Onest";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/Onest-SemiBold.woff2") format("woff2"), url("../fonts/Onest-SemiBold.ttf") format("truetype");
}
/* ## Raleway-Light */
@font-face {
  font-display: swap;
  font-family: "Raleway";
  font-style: italic;
  font-weight: 300;
  src: url("../fonts/Raleway-Light.woff2") format("woff2"), url("../fonts/Raleway-Light.ttf") format("truetype");
}
/* ## Raleway-Medium */
@font-face {
  font-display: swap;
  font-family: "Raleway";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/Raleway-Medium.woff2") format("woff2"), url("../fonts/Raleway-Medium.ttf") format("truetype");
}
/* ## Raleway-Regular */
@font-face {
  font-display: swap;
  font-family: "Raleway";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Raleway-Regular.woff2") format("woff2"), url("../fonts/Raleway-Regular.ttf") format("truetype");
}
/* ## Raleway-SemiBold */
@font-face {
  font-display: swap;
  font-family: "Raleway";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/Raleway-SemiBold.woff2") format("woff2"), url("../fonts/Raleway-SemiBold.ttf") format("truetype");
}
/* ## Roboto Light */
@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/Roboto-Light.woff2") format("woff2"), url("../fonts/Roboto-Light.ttf") format("truetype");
}
/* ## Roboto Regular */
@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Roboto-Regular.woff2") format("woff2"), url("../fonts/Roboto-Regular.ttf") format("truetype");
}
/*--------------------------------------------------------------
# Body
--------------------------------------------------------------*/
body {
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #000;
  line-height: 25px;
  background-color: #fff;
}

/*--------------------------------------------------------------
# Headings
--------------------------------------------------------------*/
h1 {
  margin-block: 0;
  font-family: "Onest", sans-serif;
  font-size: clamp(32px, 3vw, 36px);
  font-weight: 400;
  line-height: clamp(37.5px, 3vw, 50px);
}

h2 {
  margin-block: clamp(24px, 3vw, 30px);
  font-family: "Onest", sans-serif;
  font-size: clamp(26px, 3vw, 30px);
  font-weight: 300;
  line-height: 40px;
}

h3 {
  margin-block: clamp(24px, 3vw, 30px);
  font-family: "Onest", sans-serif;
  font-size: clamp(24px, 3vw, 26px);
  font-weight: 300;
  line-height: 30px;
}

h4 {
  margin-block: 20px;
  font-family: "Onest", sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 25px;
}

h5 {
  margin-block: 22px;
  font-family: "Onest", sans-serif;
}

h6 {
  margin-block: 20px;
  font-family: "Onest", sans-serif;
}

/*--------------------------------------------------------------
# Paragraphs
--------------------------------------------------------------*/
p {
  margin-block: 20px;
}
p:empty {
  margin-block: 0;
}
p:last-child {
  margin-bottom: 0;
}
p:first-child {
  margin-top: 0;
}

b,
strong {
  font-weight: 600;
}

/*--------------------------------------------------------------
# Links
--------------------------------------------------------------*/
:where(a) {
  transition: 0.3s;
}

:where(a:not([class])) {
  color: #2e89fb;
}

:where(a[class]) {
  color: #000;
  text-decoration: none;
}

.post__content :where(a:hover) {
  text-decoration: none;
}

.post__content a:not([class]):visited {
  color: #a58bdd;
}

/*--------------------------------------------------------------
# Buttons
--------------------------------------------------------------*/
.button,
button,
input[type=button],
input[type=reset],
input[type=submit] {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  white-space: nowrap;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.6s cubic-bezier(0.615, 0, 0.07, 1);
}
@media screen and (max-width: 640px) {
  .button,
  button,
  input[type=button],
  input[type=reset],
  input[type=submit] {
    white-space: unset;
  }
}
.button:focus,
button:focus,
input[type=button]:focus,
input[type=reset]:focus,
input[type=submit]:focus {
  outline: none;
}
.button:disabled,
button:disabled,
input[type=button]:disabled,
input[type=reset]:disabled,
input[type=submit]:disabled {
  color: #a4aeb9;
  background-color: #e4e8ec;
  background-image: none;
  cursor: not-allowed;
}

.button--white {
  background-color: #fff;
  box-shadow: 0px 0px 16px 0px rgba(96, 121, 169, 0.08);
}
.button--white .button__icon {
  fill: #000;
  stroke: #000;
}
.button--gray {
  background-image: linear-gradient(to right, rgb(238, 244, 251), rgb(247, 240, 239));
}
.button--arrow {
  position: relative;
  justify-content: space-between;
  gap: 20px;
  padding: 6px 6px 6px 20px;
  font-size: 12px;
  color: #000;
}
.button--arrow .button__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 35px;
}
.button--arrow .button__icon:before {
  content: "";
  position: absolute;
  right: 6px;
  top: 6px;
  z-index: 0;
  height: 35px;
  width: 100px;
  background-image: linear-gradient(to right, rgb(78, 194, 27), rgb(154, 212, 14) 40%, rgb(57, 59, 197), rgb(57, 59, 197), rgb(73, 136, 243), rgb(73, 136, 243));
  background-size: 250% 100%;
  border-radius: 10px;
  transition: all 0.6s cubic-bezier(0.615, 0, 0.07, 1);
}
.button--arrow .button__icon-svg {
  position: relative;
  fill: #fff;
}
.button--arrow:hover .button__icon:before {
  width: calc(100% - 12px);
  background-position: 100% 0;
}
.button--arrow .button__label {
  white-space: nowrap;
}
.button--arrow:hover .button__label {
  color: #fff;
}
.button--green {
  color: #fff;
  background-image: linear-gradient(to right, rgb(78, 194, 27), rgb(154, 212, 14) 40%, rgb(57, 59, 197), rgb(57, 59, 197), rgb(73, 136, 243), rgb(73, 136, 243));
  background-size: 250% 100%;
}
.button--green:hover {
  color: #fff;
  background-position: 90% 0;
}
.button--green .button__icon {
  fill: #fff;
  stroke: #fff;
}
.button--blue {
  color: #fff;
  background-image: linear-gradient(to right, rgb(57, 59, 197), rgb(73, 136, 243) 40%, rgb(57, 59, 197), rgb(57, 59, 197), rgb(73, 136, 243), rgb(73, 136, 243));
  background-size: 250% 100%;
}
.button--blue:hover {
  color: #fff;
  background-position: 90% 0;
}
.button--blue .button__icon {
  fill: #fff;
  stroke: #fff;
}
.button--disabled {
  color: #8895a4;
  background-color: #e5edf6;
  cursor: not-allowed;
}
.button--small {
  padding: 8px 15px;
  font-size: 14px;
  line-height: 19.6px;
  font-weight: 600;
}
@media screen and (max-width: 375px) {
  .button--small {
    font-size: 12px;
    line-height: 15px;
  }
}
.button--default {
  padding: 15px 20px;
  font-size: 16px;
  line-height: 25px;
  font-weight: 600;
}
@media screen and (max-width: 375px) {
  .button--default {
    padding: 10px 15px;
    font-size: 14px;
    line-height: 18px;
  }
}
.button--big {
  padding: 15px 20px;
  font-size: 16px;
  font-weight: 600;
  line-height: 25px;
  border-radius: 8px;
}
@media screen and (max-width: 375px) {
  .button--big {
    padding: 10px 15px;
    font-size: 14px;
    line-height: 18px;
  }
}
.button__label {
  position: relative;
  z-index: 2;
  transition: all 0.6s cubic-bezier(0.615, 0, 0.07, 1);
}

/* ## Cross */
.cross {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.cross:before, .cross:after {
  content: "";
  width: 1px;
}
.cross:before {
  transform: rotate(45deg);
}
.cross:after {
  transform: rotate(-45deg);
}

/* ## Color scheme */
.color-scheme {
  position: relative;
  display: flex;
  gap: 10px;
}
.color-scheme__switcher {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background-color: transparent;
  border-radius: 5px;
  transition: 0.3s;
  cursor: pointer;
}
.color-scheme__switcher--active, .color-scheme__switcher:hover {
  background-color: #a4dd1d;
}
.color-scheme__switcher-icon {
  fill: #000;
  stroke: #000;
  opacity: 0.1;
}
.color-scheme__switcher--active .color-scheme__switcher-icon, .color-scheme__switcher:hover .color-scheme__switcher-icon {
  fill: #fff;
  stroke: #fff;
  opacity: 1;
}

/*--------------------------------------------------------------
# Scroll button
--------------------------------------------------------------*/
.scroll-button {
  position: fixed;
  right: 25px;
  bottom: 40px;
  z-index: 99;
  display: flex;
  flex-direction: column;
  width: 35px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .scroll-button {
    display: none;
  }
}
.scroll-button-up, .scroll-button-down {
  margin-top: 5px;
  margin-bottom: 5px;
  opacity: 0.5;
  cursor: pointer;
  transition: 0.3s;
}
.scroll-button-up:hover, .scroll-button-down:hover {
  opacity: 1;
}
.scroll-button-up svg, .scroll-button-down svg {
  display: block;
  margin: auto;
  width: 14px;
  height: 16px;
}
.scroll-button-middle {
  font-size: 10px;
  font-weight: 700;
  opacity: 0.5;
}

/*--------------------------------------------------------------
# Grid and Container
--------------------------------------------------------------*/
:root {
  --global_padding: 3vw;
}
@media screen and (max-width: 1380px) {
  :root {
    --global_padding: 4vw;
  }
}

.body--no-scroll {
  overflow: hidden;
}

.site-container {
  position: relative;
  overflow-x: hidden;
}
.site-container__wrapper {
  position: relative;
  margin: auto;
  width: 1300px;
  max-width: 100%;
}
@media screen and (max-width: 1380px) {
  .site-container__wrapper {
    padding-inline: var(--global_padding);
  }
}
@media screen and (max-width: 1024px) {
  .site-container__wrapper {
    overflow-x: hidden;
  }
}

/* ## Main */
.site-main {
  margin-bottom: clamp(60px, 4vw, 100px);
}
.site-main__inner {
  position: relative;
}
.site-main__inner--single {
  margin-left: auto;
  margin-right: auto;
  width: 905px;
  max-width: 100%;
}
.site-main__inner--reviews {
  margin-left: auto;
  margin-right: auto;
  width: 1005px;
  max-width: 100%;
}

/* ## Section */
.section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.section:not(:last-child) {
  margin-bottom: clamp(60px, 4vw, 100px);
}
.section--single {
  margin-bottom: clamp(40px, 4vw, 70px);
}
.section--row {
  flex-direction: row;
}
.section--small {
  margin-left: auto;
  margin-right: auto;
  max-width: 1005px;
}
.section--alignwide {
  margin-left: -90px;
  width: 1480px;
  max-width: var(--viewport-width);
}
@media screen and (max-width: 1480px) and (min-width: 1381px) {
  .section--alignwide {
    margin-left: calc(-1 * (var(--viewport-width) - 1300px) / 2 + var(--global_padding) * 0.5);
    width: calc(var(--viewport-width) - var(--global_padding) * 1);
  }
}
@media screen and (max-width: 1380px) {
  .section--alignwide {
    margin-left: calc(-1 * (var(--viewport-width) - 1300px) / 2 - var(--global_padding) * 0.5);
    width: calc(var(--viewport-width) - var(--global_padding));
  }
}
@media screen and (max-width: 1300px) {
  .section--alignwide {
    margin-left: calc(-1 * var(--global_padding) * 0.5);
    width: calc(var(--viewport-width) - var(--global_padding) * 1);
  }
}
.section--bg {
  padding: clamp(25px, 3vw, 40px) clamp(25px, 3vw, 60px);
  background-image: linear-gradient(to top, rgb(235, 245, 254), rgb(247, 251, 255));
  border-radius: 40px;
  overflow: hidden;
}
.section--border {
  border: 1px solid #bbe0ff;
}
.section__title {
  margin-top: 0;
  margin-bottom: 35px;
  font-family: "Onest", sans-serif;
  font-size: clamp(22px, 3vw, 30px);
  font-weight: 300;
  line-height: 1.2;
  text-align: center;
}
.section__title--left {
  text-align: left;
}
.section__title--m0 {
  margin-bottom: 0;
}
.section__title-highlight {
  display: inline-flex;
  padding: 8px 15px;
  line-height: 1;
  border: 1px solid #bbe0ff;
  border-radius: 23px;
}
.section__header {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px 30px;
  margin-bottom: 35px;
}
.section__header--left {
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  :where(.section__header) {
    flex-direction: column;
  }
}

/*--------------------------------------------------------------
# Overlay
--------------------------------------------------------------*/
.site-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -9;
  background-color: #fff;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s ease-in;
  pointer-events: none;
}
.site-overlay--active {
  z-index: 9;
  visibility: visible;
  opacity: 0.7;
  pointer-events: auto;
}

.no-scroll {
  overflow: hidden;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/* ## Form general */
.form {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 16px;
  /* ## Group */
  /* ## Control */
  /* ## Info */
  /* ## Loader */
}
.form--bg {
  background-image: linear-gradient(to top, rgb(235, 245, 254), rgb(247, 251, 255));
  border: 1px solid #bbe0ff;
  border-radius: 20px;
}
.form__row {
  display: flex;
  gap: 12px;
}
@media screen and (max-width: 768px) {
  .form__row {
    flex-direction: column;
  }
}
.form__row > * {
  flex-grow: 1;
}
.form__column {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 20px;
}
.form__silence {
  display: none;
}
.form__icon {
  display: flex;
  align-items: center;
  justify-content: start;
  flex-shrink: 0;
  width: 36px;
  opacity: 0.5;
}
.form__actions {
  display: flex;
  align-items: center;
  gap: 20px 30px;
}
@media screen and (max-width: 768px) {
  .form__actions {
    flex-direction: column;
  }
}
.form--comments .form__button {
  flex-shrink: 0;
  width: 250px;
  height: 50px;
}
@media screen and (max-width: 768px) {
  .form--comments .form__button {
    width: 100%;
  }
}
.form__text {
  font-size: 12px;
  line-height: 18px;
}
.form--comments .form__text {
  position: relative;
  padding-left: 25px;
  color: #9d9d9d;
}
.form--comments .form__text-icon {
  position: absolute;
  left: 0;
  top: 5px;
}
.form__group {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.form__group--textarea {
  align-items: flex-start;
}
.form__group--textarea .form__control {
  width: 100%;
}
.form__group--has-icon {
  flex-direction: row;
  padding: 10px 20px;
  background-color: #fff;
  box-shadow: 0px 0px 16px 0px rgba(96, 121, 169, 0.08);
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .form__group--has-icon {
    padding: 10px;
  }
}
.form__group--has-icon .form__control {
  padding: 5px 20px;
  border-left: 1px solid #e8ebee;
}
@media screen and (max-width: 768px) {
  .form__group--has-icon .form__control {
    padding: 5px 0 5px 10px;
    font-size: 16px;
  }
}
.form--bg .form__group {
  box-shadow: 0px 0px 16px 0px rgba(96, 121, 169, 0.08);
  border-radius: 10px;
}
.form__control {
  flex-grow: 1;
  padding: 15px 20px;
  font-family: "Onest", sans-serif;
  font-size: 15px;
  color: rgba(30, 50, 91, 0.7);
  border: 1px solid transparent;
}
.form__control::placeholder {
  font-family: "Onest", sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: rgba(30, 50, 91, 0.4);
  text-overflow: ellipsis;
  transition: opacity ease 0.3s;
}
.form__control:focus {
  border-color: #e8ebee;
  outline: none;
}
.form__control:focus::placeholder {
  opacity: 0;
}
.form__control:disabled {
  background-color: #f7f8fa;
  cursor: not-allowed;
}
.form__control.error {
  border-color: #eb3154;
}
.form__info {
  display: none;
  font-size: 12px;
}
.form__info--success, .form__info--error {
  display: block;
}
.form__info--success {
  color: #329847;
}
.form__info--error {
  color: #d90027;
}
.form__loader {
  --margin: -10px;
  --radius: 8px;
  left: 0;
  top: 0;
  border-radius: 20px;
}

.checkbox {
    display: grid;
    grid-template-columns: 17px auto;
    gap: 10px;
    cursor:pointer
}

.checkbox__control {
    display: grid;
    place-content: center;
    margin-top: 10px;
    width: 17px;
    height: 17px;
    background-color: #fff;
    border: 1px solid #bbe0ff;
    border-radius: 3px;
    transform: translateY(-.075em);
    transition: 0.3s;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance:none
}

.checkbox__control:before {
    content: "";
    width: 9px;
    height: 9px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHZpZXdCb3g9IjAgMCAxMSA5Ij48cGF0aCBzdHJva2U9IiNmZmYiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIxLjUiIGQ9Ik0xMCAxIDMuNTcxIDggMSA1LjIiLz48L3N2Zz4=);
    background-repeat: no-repeat;
    background-position: center;
    transform: scale(0);
    transform-origin: bottom left;
    transition:120ms transform ease-in-out
}

.checkbox__control:checked {
    background-color: #a4dd1d;
    border-color:#a4dd1d
}

.checkbox__control:checked:before {
    transform:scale(1)
}

.checkbox__label {
    align-self: center;
    font-size: 12px;
    color: rgba(0, 0, 0, .5);
    line-height: 1.5;
    cursor:pointer
}


/*--------------------------------------------------------------
# Modal forms
--------------------------------------------------------------*/
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  transform: translateY(-20px);
  transition: all 0.6s cubic-bezier(0.615, 0, 0.07, 1);
  pointer-events: none;
}
.modal--visible {
  max-height: 1500px;
  opacity: 1;
  visibility: visible;
  overflow: unset;
  transform: translateY(0);
  pointer-events: auto;
}
.modal__inner {
  max-height: 100vh; /* Ограничиваем максимальную высоту */
  overflow-y: auto; /* Включаем вертикальный скролл внутри модального окна */
  display: flex;
  align-items: stretch;
  flex-direction: column;
  padding: 24px;
  max-width: 100%;
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0px 0px 24px 0px rgba(96, 121, 169, 0.35);
  -webkit-overflow-scrolling: touch;
}
@media screen and (max-width: 768px) {
  .modal__inner {
    padding: 20px;
    max-width: 100%;
    border-radius: 0;
    
  }

}
.modal__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e8ebee;
}
.modal__title {
  font-size: clamp(18px, 3vw, 26px);
  font-weight: 400;
  line-height: 1.3;
}
.modal__cross {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.modal__cross-icon:hover {
  stroke: #a4dd1d;
}
.modal__form {
  position: relative;
  display: flex;
  align-items: stretch;
  flex-direction: column;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

.cookie-banner {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 1000;
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 20px;
    width: 450px;
    max-width: calc(100% - 40px);
    background-color: #fff;
    box-shadow: 0 0 29px 0 rgba(101, 121, 165, .2);
    border-radius: 20px;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-20px);
    transition:opacity 0.4s ease, transform 0.4s ease
}

.cookie-banner--visible {
    opacity: 1;
    pointer-events: all;
    transform:translateY(0)
}

.cookie-banner__icon {
    display: flex;
    align-self: flex-start;
    flex-shrink: 0;
    margin-top: 3px;
    opacity:.2
}

@media screen and (max-width: 480px) {
    .cookie-banner__icon {
        display:none
    }
}

.cookie-banner__text {
    font-size: 14px;
    line-height:1.43
}

.cookie-banner__text a {
    text-decoration:none
}

.cookie-banner__text a:hover {
    text-decoration:underline
}

.cookie-banner__button {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    line-height: 1;
    background-color: #091b32;
    border-radius: 15px;
    cursor: pointer;
    transition:0.3s ease
}

.cookie-banner__button:hover {
    background-color:#a4dd1d
}

/* ## Loader */
.loader {
  display: none;
  position: absolute;
  z-index: 99;
}
.loader--bg {
  margin: var(--margin);
  width: calc(100% - var(--margin) * 2);
  height: calc(100% - var(--margin) * 2);
  background-color: rgba(240, 245, 249, 0.5);
  border-radius: var(--radius);
}
.loader:after {
  content: "";
  position: absolute;
  top: calc(50% - var(--width) / 1.5);
  left: calc(50% - var(--width) / 1.5);
  display: block;
  width: var(--width);
  height: var(--width);
  margin: 8px;
  border-radius: 50%;
  border: var(--size) solid #a4dd1d;
  border-color: #a4dd1d transparent #a4dd1d transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}

:where(.loader) {
  --size: 6px;
  --width: 64px;
}

:where(.loader--bg) {
  --margin: 0px;
  --radius: 0;
}

@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* ## Social */
.social {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

/* ## Search */
.search-form {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 10px;
  padding: 5px 10px 5px 20px;
  border: 1px solid rgba(187, 224, 255, 0.25);
  border-radius: 15px;
  overflow: hidden;
  transition: border-color 0.3s ease, background-color 0.3s ease;
}
.search-form--active {
  background-color: #fff;
  border-color: #fff;
}
.search-form__input {
  flex-grow: 1;
}
.search-form__input-control {
  width: 100%;
  height: 100%;
  font-size: 14px;
  background-color: transparent;
  border: 0;
}
@media screen and (max-width: 1024px) {
  .search-form__input-control {
    font-size: 16px;
  }
}
.search-form__input-control:focus {
  outline: none;
}
.search-form__input-control::placeholder {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  text-overflow: ellipsis;
  opacity: 0.4;
  transition: opacity ease 0.3s;
}
@media screen and (max-width: 1024px) {
  .search-form__input-control::placeholder {
    font-size: 16px;
    line-height: 24px;
  }
}
.search-form__input-control:focus::placeholder {
  opacity: 0;
}
.search-form__submit {
  align-self: stretch;
  padding: 0;
  width: 40px;
  height: 40px;
  background-color: transparent;
  border-radius: 0;
}
.search-form__icon {
  width: 25px;
  height: 25px;
  stroke: #fff;
  opacity: 0.4;
  transition: opacity 0.3s, stroke 0.3s;
}
.search-form__icon:hover {
  stroke: #a4dd1d;
  opacity: 1;
}
.search-form--active .search-form__icon {
  stroke: #a4dd1d;
  opacity: 1;
}
.search-form__loader {
  --size: 2px;
  --width: 20px;
  right: 70px;
  top: 20px;
}

/* ### Search ajax */
.ajax-search {
  position: relative;
}
.ajax-search__results {
  position: absolute;
  left: 0;
  z-index: 1;
  padding: 10px;
  width: 100%;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 24px 0px rgba(96, 121, 169, 0.35);
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  transform: translateY(-20px);
  transition: all 0.6s cubic-bezier(0.615, 0, 0.07, 1);
  pointer-events: none;
}
.ajax-search__results--visible {
  max-height: 1500px;
  opacity: 1;
  visibility: visible;
  overflow: unset;
  transform: translateY(0);
  pointer-events: auto;
}
.ajax-search__results--header {
  top: calc(100% + 5px);
}
.ajax-search__results--footer {
  bottom: calc(100% + 5px);
}
.ajax-search__results-inner {
  max-height: 300px;
  overflow-y: scroll;
}
.ajax-search__results-inner::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.ajax-search__results-inner::-webkit-scrollbar-button {
  display: none;
}
.ajax-search__results-inner::-webkit-scrollbar-corner {
  background: transparent;
}
.ajax-search__results-inner::-webkit-scrollbar-track {
  background-color: #f2f9ff;
}
.ajax-search__results-inner::-webkit-scrollbar-thumb {
  background-color: #a4dd1d;
  border-radius: 3px;
  transition: background-color 0.3s ease;
}
.ajax-search__results-inner::-webkit-scrollbar-thumb:hover {
  background-color: rgba(242, 249, 255, 0.7);
}
.ajax-search__results-inner::-webkit-resizer {
  display: none;
}
.ajax-search__results-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 5px;
  background-color: transparent;
  border-bottom: 1px solid #e8ebee;
  transition: background-color 0.3s;
}
.ajax-search__results-item:hover {
  background-color: #f2f9ff;
}
.ajax-search__results-image {
  display: flex;
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  overflow: hidden;
  transition: background-color 0.3s;
}
.ajax-search__results-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  mix-blend-mode: darken;
}
.ajax-search__results-item:hover .ajax-search__results-image {
  background-color: #f2f9ff;
}
.ajax-search__results-title {
  font-family: "Onest", sans-serif;
  font-size: 13px;
  color: #000;
  line-height: 1.3;
}
.ajax-search__results-highlight {
  color: #2e89fb;
}
.ajax-search__results-none {
  padding: 5px;
  font-size: 14px;
  color: #000;
}

/* ## Articles */
.articles--row {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 40px 20px;
}
.articles--carousel {
  margin: -20px -10px;
  padding-bottom: 40px;
}
.articles--carousel > .splide__track > .splide__list > .splide__slide {
  padding: 20px 10px;
}
.articles__item {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: clamp(15px, 3vw, 30px);
  padding: clamp(25px, 3vw, 30px) clamp(25px, 3vw, 40px);
  height: 100%;
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  transform: translateY(20px);
  transition: all 0.6s cubic-bezier(0.615, 0, 0.07, 1);
  pointer-events: none;
}
.articles__item--hidden {
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  transform: translateY(20px);
  pointer-events: none;
}
.articles__item--visible {
  max-height: 1500px;
  opacity: 1;
  visibility: visible;
  overflow: unset;
  transform: translateY(0);
  pointer-events: auto;
}
.articles__item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border: 1px solid #e8ebee;
  border-radius: 30px;
}
.articles__item--pro:before {
  border-color: #bbe0ff;
}
.articles__item--bg-blue:before {
  background-color: #f2f9ff;
  border-color: transparent;
}
.articles__item--bg-red:before {
  background-color: #f8f5f8;
  border-color: transparent;
}
.articles__item:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 5.5%;
  z-index: -2;
  width: 89%;
  height: 101%;
  background-color: #fff;
  border-radius: 40px;
  border: 1px solid #e8ebee;
  transform: translateY(-50%) rotate(-4deg);
  transition: transform 0.3s ease-in-out, height 0.3s ease-in-out;
}
.articles__item--pro:after {
  border-color: #bbe0ff;
}
.articles__item--bg-blue:after, .articles__item--bg-red:after {
  border-color: #e8ebee;
}
.articles__item:hover:before {
  border-color: #bbe0ff;
}
.articles__item:hover:after {
  height: 100%;
  transform: translateY(-50%) rotate(0);
}
.articles__item:hover .button__icon:before {
  width: calc(100% - 12px);
  background-position: 100% 0;
}
.articles__item:hover .button__label {
  color: #fff;
}
.articles__item--bg-blue:hover:before, .articles__item--bg-red:hover:before {
  border-color: transparent;
}
.articles__image {
  margin-left: -30px;
  margin-top: -20px;
  width: calc(100% + 60px);
  height: 220px;
  background-color: #f2f9ff;
  border-radius: 30px;
  overflow: hidden;
}
.articles__image-src {
  max-width: unset;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.articles__content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  gap: 20px;
}
.articles__title {
  font-family: "Onest", sans-serif;
  font-size: clamp(20px, 3vw, 30px);
  color: #000;
  line-height: clamp(30px, 3vw, 40px);
}
.articles__button {
  margin-top: auto;
}
.articles__meta {
  justify-content: space-between;
}
.articles__excerpt {
  font-family: "Onest", sans-serif;
  font-size: clamp(14px, 3vw, 16px);
}

/* ## Author */
.article-author {
  display: flex;
  align-items: center;
  gap: 30px;
}
.article-author__pro {
  padding: 2px 6px;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #fff;
  line-height: 1;
  background-color: #f77913;
  border-radius: 7.5px;
}
.article-author__info {
  display: flex;
  align-items: center;
  gap: 15px;
}
.article-author__avatar {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  overflow: hidden;
}
.article-author__avatar-src {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: grayscale(1);
}
.article-author__text {
  max-width: 230px;
  font-size: 11px;
  line-height: 16px;
  opacity: 0.7;
}

/* ## Products */
.products {
  /* ## Image */
  /* ## Carousel */
  /* ## Oprions */
  /* ## Prices */
}
.products--carousel {
  margin: -20px;
  padding-bottom: 20px;
}
.products--carousel > .splide__track > .splide__list > .splide__slide {
  padding: 20px;
}
.products--carousel-small > .splide__track > .splide__list > .splide__slide {
  padding: 50px 10px;
}
.products--row {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
  gap: 40px;
}
.products__item {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 10px 30px 20px;
  height: 100%;
  min-width: 295px;
  background-color: #fff;
  box-shadow: 0px 0px 16px 0px rgba(96, 121, 169, 0.08);
  border-radius: 30px;
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  transform: translateY(20px);
  transition: all 0.6s cubic-bezier(0.615, 0, 0.07, 1);
  pointer-events: none;
}
.products__item--hidden {
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  transform: translateY(20px);
  pointer-events: none;
}
.products__item--visible {
  max-height: 1500px;
  opacity: 1;
  visibility: visible;
  overflow: unset;
  transform: translateY(0);
  pointer-events: auto;
}
.products__item--visible {
  height: 100%;
}
@media screen and (max-width: 375px) {
  .products__item {
    min-width: unset;
  }
}
.products__item--small {
  flex-direction: row;
  align-items: center;
  padding: 15px 20px;
  border-radius: 20px;
}
@media screen and (max-width: 375px) {
  .products__item--small {
    flex-direction: column;
    align-items: flex-start;
  }
}
.products__item--small .products__controls {
  position: absolute;
  left: 0;
  right: 0;
  padding: 0 20px 15px;
  background-color: #fff;
  box-shadow: 0 20px 30px -15px rgba(96, 121, 169, 0.1);
  border-radius: 0 0 20px 20px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease-in;
}
.products__item--small:hover .products__controls {
  padding-top: 15px;
  box-shadow: 0 20px 30px -15px rgba(96, 121, 169, 0.35);
  opacity: 1;
  visibility: visible;
}
.products__item--small .products__title {
  display: flex;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
}
.products__item:hover {
  box-shadow: 0px 0px 24px 0px rgba(96, 121, 169, 0.35);
}
.products__discount {
  position: absolute;
  right: -5px;
  top: -5px;
  z-index: 1;
}
.products__discount:not(:empty) {
  padding: 3px 10px;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  background-color: #ffe400;
  border-radius: 8px;
}
.products__discount:not(:empty):before {
  content: "Скидка ";
}
.products__discount:not(:empty):after {
  content: "%";
}
.products__title {
  font-family: "Onest", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  line-height: 25px;
}
.products__item--small .products__image {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: 100px;
  height: 70px;
  background-color: #f2f9ff;
  border-radius: 10px;
  overflow: hidden;
}
.products__item--small .products__image-src {
  max-height: 90%;
  width: auto;
  object-fit: contain;
  mix-blend-mode: darken;
}
.products__carousel {
  display: flex;
  flex-direction: column;
  gap: 13px;
  margin-left: -20px;
  width: calc(100% + 40px);
}
.products__carousel-image {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 255px;
  background-color: #f2f9ff;
}
@media screen and (max-width: 375px) {
  .products__carousel-image {
    height: 200px;
  }
}
.products__carousel-src {
  max-height: 200px;
  width: auto;
  mix-blend-mode: darken;
}
@media screen and (max-width: 375px) {
  .products__carousel-src {
    height: 180px;
  }
}
.products__carousel-bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.products__item--unavailable .products__carousel-image {
  filter: grayscale(1);
  opacity: 0.7;
}
.products__variations {
  position: relative;
  max-width: 100%;
  border: 1px solid #bbe0ff;
  border-radius: 7px;
}
.products__variations-container {
  display: flex;
  justify-content: center;
  margin: -10px -20px;
  padding: 10px 20px;
}
.products__variations-item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  height: 100%;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  line-height: 1;
  white-space: nowrap;
  transition: background-color 0.3s;
  cursor: pointer;
}
.products__variations-item--active, .products__variations-item:hover {
  background-color: #eaf5ff;
}
.products__variations-item--active {
  cursor: auto;
}
.products__variations .splide__slide:first-child .products__variations-item {
  border-radius: 7px 0 0 7px;
}
.products__variations .splide__slide:last-child .products__variations-item {
  border-radius: 0 7px 7px 0;
}
.products__item--unavailable .products__prices {
  display: none;
}
.products__item--unavailable .products__controls {
  margin-top: auto;
}
.products__add-to-cart {
  flex-grow: 1;
  height: 50px;
}
.products__item--unavailable .products__button {
  margin-top: auto;
  height: 50px;
}
.products__loader {
  --size: 2px;
  --width: 20px;
  right: -10px;
  top: 12px;
}

/* ## Splide */
.splide--centered {
  align-self: center;
}
.splide--variations .splide__list {
  margin-inline: -20px;
  padding-inline: 20px;
}
.splide__track--nav > .splide__list > .splide__slide {
  padding: 5px;
  border: 0;
  transform: scale(1);
  transition: transform 0.3s;
}
.splide__track--nav > .splide__list > .splide__slide.is-active, .splide__track--nav > .splide__list > .splide__slide:hover {
  border: 0;
  transform: scale(1.1);
}
.splide__track--bg {
  background-color: #f2f9ff;
  border-radius: 30px;
}
.splide__arrows {
  flex-direction: row;
}
.splide__arrows--big {
  align-items: center;
}
.splide__arrow:hover:not(.splide__arrow:disabled) {
  background-color: #f2f9ff;
}
.splide__arrow:disabled {
  opacity: 0.5;
}
.splide__arrows--big .splide__arrow {
  position: relative;
  top: 0;
  width: 45px;
  height: 40px;
  background-color: transparent;
  transform: none;
}
.splide__arrows--big .splide__arrow--prev {
  left: 0;
}
.splide__arrows--big .splide__arrow--next {
  right: 0;
}
.splide__arrows--big .splide__arrow-icon {
  width: 45px;
  height: 9px;
  fill: #2e89fb;
}
.splide__arrows--small .splide__arrow {
  width: 40px;
  height: 40px;
  background-color: #fff;
  border: 1px solid #bbe0ff;
  opacity: 1;
}
@media screen and (max-width: 1024px) {
  .splide__arrows--small .splide__arrow {
    display: none;
  }
  .product__thumbnails .splide__list {
    display: flex!important;
  }
}
.splide__arrows--small .splide__arrow--prev {
  left: -20px;
}
.splide__arrows--small .splide__arrow--next {
  right: -20px;
}
.splide__arrows--small .splide__arrow-icon {
  fill: #2e89fb;
}
.splide__arrows--mini .splide__arrow {
  width: 20px;
  height: 20px;
  background-color: #fff;
  border: 1px solid #bbe0ff;
  opacity: 1;
}
.splide__arrows--mini .splide__arrow:disabled {
  display: none;
}
.splide__arrows--mini .splide__arrow--prev {
  left: -12px;
}
.splide__arrows--mini .splide__arrow--next {
  right: -12px;
}
.splide__arrows--mini .splide__arrow-icon {
  height: 10px;
}
.splide__pagination {
  position: initial;
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
  list-style: none;
}
.splide__pagination li {
  display: flex;
}
.splide__pagination li:before {
  content: none;
}
.splide__pagination--line .splide__pagination__page {
  width: 30px;
  height: 3px;
  background-color: #e6eef6;
  border-radius: 2px;
}
.splide__pagination--line .splide__pagination__page.is-active {
  background-color: #a4dd1d;
  transform: none;
}
.splide__pagination--rounded .splide__pagination__page {
  width: 8px;
  height: 8px;
  background-color: #cddef2;
  border-radius: 50%;
  transition: background-color 0.3s, transform 0.2s linear;
}
.splide__pagination--rounded .splide__pagination__page:hover, .splide__pagination--rounded .splide__pagination__page.is-active {
  background-color: #2e89fb;
}
.splide.is-overflow .splide__pagination {
  display: flex;
}

/* ## Categories */
.categories {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
@media screen and (max-width: 480px) {
  .categories {
    gap: 10px;
  }
}
@media screen and (max-width: 375px) {
  .categories {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
.categories__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  background-color: #f2f9ff;
  border-radius: 20px;
}
.categories__item:hover {
  box-shadow: inset 0 0 0 2px #bbe0ff;
}
.categories__title {
  font-size: 14px;
  font-weight: 600;
  color: #000;
  line-height: 18px;
  text-align: center;
}
.categories__picture {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
  mix-blend-mode: darken;
}
.categories__picture-src {
  width: auto;
  max-height: 100px;
}

/* ## Questions */
.questions {
  display: flex;
  align-items: center;
  gap: 10px 20px;
  padding: 10px 10px 10px 20px;
  max-width: 450px;
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .questions {
    flex-wrap: wrap;
    padding: 10px;
  }
}
.questions--dark {
  color: #fff;
  border: 1px solid rgba(230, 234, 237, 0.25);
}
.questions--dark:hover {
  border-color: rgba(230, 234, 237, 0.5);
}
.questions--light {
  border: 1px solid rgba(187, 224, 255, 0.5);
}
.questions--light:hover {
  border-color: #bbe0ff;
}
.questions__icon {
  flex-shrink: 0;
}
.questions--light {
  fill: #57c630;
  stroke: #57c630;
}
.questions--dark {
  fill: #a4dd1d;
  stroke: #a4dd1d;
}
.questions__text {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
@media screen and (max-width: 768px) {
  .questions__text {
    width: calc(100% - 30px - 20px);
  }
}
.questions__title {
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2;
}
.questions__description {
  font-size: 12px;
  line-height: 16px;
  opacity: 0.4;
}
.questions__tg {
  padding: 20px 25px;
  font-size: 17px;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
  border-radius: 15px;
}
@media screen and (max-width: 768px) {
  .questions__tg {
    width: 100%;
  }
}
.questions--dark .questions__tg {
  background-color: rgba(106, 115, 127, 0.25);
}
.questions--light .questions__tg {
  color: #215684;
  background-color: #f2f9ff;
}

/* ## Payments */
.payments {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
}
@media screen and (max-width: 768px) {
  .payments {
    flex-direction: column;
  }
}
.payments__title {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.7);
  line-height: 1.2;
}
.payments__list {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .payments__list {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}

/* ## Prices */
.prices {
  display: flex;
  align-items: center;
}
.prices--small {
  gap: 15px;
  margin-top: auto;
}
.prices--big {
  gap: 10px clamp(20px, 3vw, 40px);
  margin-top: auto;
}
.prices__item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 7px;
}
.prices__item--hidden {
  display: none;
}
.prices__item--unavailable {
  opacity: 0.3;
}
.prices__title {
  font-size: 12px;
  line-height: 16px;
  opacity: 0.7;
}
@media screen and (max-width: 375px) {
  .prices__title {
    font-size: 10px;
    line-height: 12px;
  }
}
.prices__new {
  font-family: "Roboto", sans-serif;
  line-height: 1;
  white-space: nowrap;
}
.prices--big .prices__new {
  font-size: clamp(32px, 3vw, 50px);
}
.prices--small .prices__new {
  font-size: 20px;
}
.prices--mobile .prices__new {
  font-size: clamp(18px, 3vw, 22px);
}
.prices__old {
  position: relative;
  display: flex;
  align-items: center;
  font-family: "Roboto", sans-serif;
  line-height: 1;
  color: rgba(0, 0, 0, 0.4);
}
.prices__old:after {
  content: "";
  position: absolute;
  left: -7px;
  width: calc(100% + 14px);
  border-top: 1px solid #d41c36;
  transform: rotate(-12deg);
  transform-origin: center;
  pointer-events: none;
}
.prices--big .prices__old {
  font-size: clamp(18px, 3vw, 22px);
}
.prices--small .prices__old {
  font-size: 16px;
}
.prices__per-unit {
  font-family: "Onest", sans-serif;
  font-size: 12px;
  line-height: 1;
  color: rgba(0, 0, 0, 0.4);
}
.prices__per-unit--hidden {
  display: none;
}

/* ## Controls */
.product-controls {
  display: flex;
  align-items: stretch;
}
.product-controls--big {
  gap: 10px;
}
.product-controls--big .quantity__input {
  font-size: clamp(18px, 3vw, 24px);
}
.product-controls--medium {
  gap: 5px;
}
.product-controls--medium .quantity--max:before {
  content: "Макс: " attr(data-max);
  font-size: 10px;
  border-radius: 5px;
}
.product-controls--small, .product-controls--mobile {
  gap: 5px;
}
.product-controls--small .quantity, .product-controls--mobile .quantity {
  min-height: 40px;
}
.product-controls--small .quantity__input, .product-controls--mobile .quantity__input {
  font-size: 18px;
}
.product-controls--small .quantity--max:before, .product-controls--mobile .quantity--max:before {
  content: "Макс: " attr(data-max);
  font-size: 10px;
  border-radius: 5px;
}
.product-controls--small .product-controls__add-to-cart, .product-controls--mobile .product-controls__add-to-cart {
  height: 40px;
}
.product-controls--unavailable .product-controls__quantity {
  display: none;
}
.product-controls--unavailable .product-controls__add-to-cart {
  display: none;
}
.product-controls--disable input[type=number] {
  pointer-events: none;
  caret-color: transparent;
}
.product-controls__add-to-cart {
  flex-grow: 1;
}
.product-controls__unavailable {
  flex-grow: 1;
  height: 50px;
}
.product-controls--available .product-controls__unavailable {
  display: none;
}

/* ## Quantity */
.quantity {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-grow: 1;
  min-width: 100px;
  max-width: 200px;
  min-height: 50px;
  background-color: #fff;
  border: 1px solid #e8ebee;
  border-radius: 10px;
}
.quantity:before {
  position: absolute;
  top: -5px;
  right: -5px;
  bottom: unset;
  left: unset;
  padding: 2px 5px;
  font-family: "Onest", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
  border-radius: 7px;
}
.quantity--max:before {
  content: "Максимум: " attr(data-max);
  color: #fff;
  background-color: #d41c36;
}
.quantity__input {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  padding: 3px 20px;
  width: 100%;
  height: 100%;
  font-family: "Roboto", sans-serif;
  font-size: 22px;
  font-weight: 400;
  text-align: center;
  background-color: transparent;
  border: none;
  border-radius: 0;
}
.quantity__input:focus {
  outline: unset;
}
.quantity__input:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.quantity__button {
  position: absolute;
  z-index: 2;
  padding: 0;
  width: 25px;
  height: 100%;
  font-size: 20px;
  font-weight: 300;
  color: #000;
  background-color: transparent;
}
.quantity__button--decrement {
  left: 0;
}
.quantity__button--increment {
  right: 0;
}
.quantity__button:not(:disabled):hover {
  color: #a4dd1d;
}
.quantity__button:disabled {
  background-color: transparent;
}

/* ## Blog link */
.badge {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  height: 90px;
  width: 110px;
  font-size: 11px;
  line-height: 13px;
  color: rgba(0, 0, 0, 0.7);
  text-align: center;
  background-color: #eaf5ff;
  border-bottom-left-radius: 30px;
  border-top-right-radius: 40px;
}
.badge--link {
  background-image: linear-gradient(to right, #eaf5ff, #eaf5ff 40%, rgb(57, 59, 197), rgb(57, 59, 197), rgb(73, 136, 243), rgb(73, 136, 243));
  background-size: 250% 100%;
}
.badge--link:hover {
  color: #fff;
  background-position: 90% 0;
}
.badge--link:hover .badge__icon {
  fill: #fff;
}
.badge__icon {
  fill: #2e89fb;
  transition: fill 0.3s;
}

/* ## Benefits */
.benefits {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(30px, 3vw, 50px);
}
@media screen and (max-width: 768px) {
  .benefits {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.benefits__item {
  display: flex;
  align-items: center;
  gap: 18px;
  max-width: 330px;
  font-size: 14px;
  line-height: 20px;
}
.benefits__icon {
  flex-shrink: 0;
  padding-right: 15px;
  border-right: 1px solid #e8ebee;
}

/* ## About */
.about {
  justify-content: space-between;
  min-height: 550px;
  /* ### Content */
  /* ### Notes */
  /* ### Picture */
}
@media screen and (max-width: 1280px) {
  .about {
    flex-wrap: wrap;
    gap: 40px;
  }
}
.about__content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 35px;
  padding-left: 565px;
/*   width: 555px; */
  max-width: 100%;
}
@media screen and (max-width: 1024px) {
  .about__content {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .about__content {
    padding-left: 0;
  }
}
.about__logo {
  margin-bottom: 10px;
}
.about__text {
  position: relative;
  font-family: "Onest", sans-serif;
  font-size: clamp(16px, 3vw, 22px);
  line-height: clamp(30px, 3vw, 40px);
}
@media screen and (min-width: 769px) {
  .about__text:before {
    content: "";
    position: absolute;
    left: -65px;
    top: 18px;
    width: 30px;
    height: 2px;
    background-color: #a4dd1d;
    border-radius: 1px;
  }
}
.about__contacts {
  display: flex;
  gap: 10px;
}
@media screen and (max-width: 375px) {
  .about__contacts {
    flex-direction: column;
  }
}
.about__contact {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 15px;
  padding: 15px 20px;
  background-color: #091b32;
  border-radius: 20px;
}
.about__contact-icon {
  flex-shrink: 0;
  stroke: #fff;
}
.about__contact-title {
  font-size: 14px;
  color: #fff;
  font-weight: 600;
  line-height: 1.2;
}
.about__contact-description {
  width: 100%;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 16px;
}
.about__quote {
  position: relative;
  margin: 0;
  padding-left: 45px;
  font-family: "Onest", sans-serif;
  font-size: 13px;
  color: rgba(0, 0, 0, 0.7);
  line-height: 20px;
}
.about__quote-icon {
  position: absolute;
  left: -3px;
  top: 0;
  stroke: #091b32;
  opacity: 0.7;
}
.about__notes {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 30px;
  padding-block: 10px;
  width: 380px;
}
@media screen and (max-width: 1280px) {
  .about__notes {
    flex-direction: row;
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .about__notes {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.about__notes-item {
  position: relative;
  display: flex;
  align-items: center;
  gap: 25px;
  padding: 25px 20px;
  max-width: 300px;
  background-color: #fff;
  border-radius: 30px;
  border: 1px solid #bbe0ff;
}
@media screen and (min-width: 1281px) {
  .about__notes-item:nth-child(even) {
    margin-left: 80px;
  }
}
.about__notes-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  border: 1px solid #bbe0ff;
  transition: transform 0.3s ease-in-out;
}
.about__notes-item:nth-child(odd):before {
  transform: rotate(-6deg);
}
.about__notes-item:nth-child(even):before {
  transform: rotate(6deg);
}
.about__notes-item:hover:before {
  transform: rotate(0);
}
.about__notes-title {
  font-size: 14px;
  font-weight: 500;
  color: #000;
  line-height: 20px;
}
.about__notes-image {
  flex-shrink: 0;
  width: 70px;
  height: 70px;
  background-color: #f2f9ff;
  border-radius: 50%;
  overflow: hidden;
}
.about__notes-image-src {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about__notes-pro {
  position: absolute;
  right: 0;
  top: -5px;
  z-index: 1;
  padding: 2px 6px;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #fff;
  line-height: 1;
  background-color: #f77913;
  border-radius: 7.5px;
}
.about__picture {
  position: absolute;
  bottom: 0;
  z-index: 0;
  width: 460px;
  height: 548px;
}

@media screen and (max-width: 1024px) {
  .about__picture {
    display: none;
  }
}
.about__picture-src {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* ## Reviews */
.reviews-list {
  /* ## Rating */
}
.reviews-list--carousel {
  padding: clamp(15px, 3vw, 35px);
  background-color: #f7f8fa;
  border-radius: 30px;
}
.reviews-list--carousel .splide__slide {
  padding: 15px;
}
.reviews-list--column {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.reviews-list__item {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 20px 30px;
  gap: 25px;
  height: 100%;
  background-color: #fff;
  box-shadow: 0px 0px 16px 0px rgba(96, 121, 169, 0.08);
  border-radius: 20px;
}
.reviews-list__item-wrapper {
  padding: 30px;
  background-color: #f7f8fa;
  border-radius: 30px;
}
@media screen and (max-width: 768px) {
  .reviews-list__item-wrapper {
    padding: 10px;
  }
}
.reviews-list__header {
  display: flex;
  align-items: center;
  gap: 10px;
}
.reviews-list__author {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}
.reviews-list__content {
  font-size: 14px;
  line-height: 20px;
}
.reviews-list__footer {
  margin-top: auto;
}
.reviews-list__date {
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.5);
  line-height: 20px;
}
.reviews-list__source {
  position: absolute;
  right: -5px;
  top: -5px;
  display: flex;
  gap: 3px;
  padding: 4px 6px;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  color: #a9a9a9;
  line-height: 1;
  background-color: #fff;
  box-shadow: 0px 0px 9px 0px rgba(96, 121, 169, 0.13);
  border-radius: 9px;
}
.reviews-list__source-highlight::first-letter {
  color: #d41c36;
}
.reviews-list__rating {
  display: flex;
  align-items: center;
  gap: 2px;
}
.reviews-list__rating-star {
  display: flex;
}
.reviews-list__rating-icon {
  fill: #f7f8fa;
}
.reviews-list__rating-star--active .reviews-list__rating-icon {
  fill: #fad400;
}

/* ## Small rating */
.small-rating {
  display: flex;
  align-items: center;
  gap: 5px;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.5);
  font-weight: 400;
  line-height: 1;
}
.small-rating--bg {
  padding: 5px 10px;
  background-color: #fff;
  border-radius: 10.5px;
  box-shadow: 0px 0px 10px 0px rgba(96, 121, 169, 0.13);
}
.small-rating__icon {
  margin-top: -2px;
  fill: #fad400;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/* ## Lists */
.seo ul,
.post__content ul.wp-block-list {
  margin: 0 0 30px;
  padding: 0;
}
.seo ul ul,
.post__content ul.wp-block-list ul {
  margin: 10px 0;
}
.seo ul ol,
.post__content ul.wp-block-list ol {
  margin: 10px 0;
}
.seo ul li,
.post__content ul.wp-block-list li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
  overflow: hidden;
}
.seo ul li:last-child,
.post__content ul.wp-block-list li:last-child {
  margin-bottom: 0;
}
.seo ul li:before,
.post__content ul.wp-block-list li:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 10px;
  width: 10px;
  height: 10px;
  border: 2px solid #a4dd1d;
  border-radius: 50%;
}

.seo ol,
.post__content ol.wp-block-list {
  margin: 0 0 30px;
  padding: 0;
  list-style: none;
  counter-reset: listCounter;
}
.seo ol[start],
.post__content ol.wp-block-list[start] {
  counter-reset: listCounter calc(var(--start) - 1);
}
.seo ol > li,
.post__content ol.wp-block-list > li {
  position: relative;
  padding-left: 35px;
  margin-bottom: 7px;
  overflow: hidden;
  counter-increment: listCounter;
}
.seo ol > li:last-child,
.post__content ol.wp-block-list > li:last-child {
  margin-bottom: 0;
}
.seo ol > li:before,
.post__content ol.wp-block-list > li:before {
  content: counter(listCounter);
  position: absolute;
  top: 2px;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 23px;
  height: 23px;
  font-family: "Onest", sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: #fff;
  line-height: 1;
  background-color: #2e89fb;
  border-radius: 50%;
}
.seo ol ul,
.seo ol ol,
.post__content ol.wp-block-list ul,
.post__content ol.wp-block-list ol {
  margin: 10px 0 0;
}

/* ## Table */
.post__table {
  margin-block: 40px;
  max-width: 100%;
  border: 1px solid #bbe0ff;
  border-radius: 12px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.post__table table {
  width: 100%;
  font-size: 14px;
  line-height: 19.6px;
  border: unset;
  border-collapse: collapse;
  border-spacing: 0;
}
.post__table table tbody tr:nth-child(odd) {
  background-color: #f8f9fc;
}
.post__table table thead tr,
.post__table table thead + tbody tr:first-child {
  background-color: #f1f3f9;
}
.post__table table thead + tbody tr:nth-child(even) {
  background-color: #f8f9fc;
}
.post__table table thead + tbody tr:nth-child(odd) {
  background-color: #fff;
}
.post__table table tbody tr:first-child {
  font-weight: 500;
  background-color: #f1f3f9;
}
.post__table table thead + tbody tr:first-child {
  font-weight: 400;
}
.post__table table th {
  font-weight: 500;
}
.post__table table td,
.post__table table th {
  padding: 10px 16px;
  text-align: center;
  border: unset;
}
.post__table table td:first-of-type,
.post__table table th:first-of-type {
  text-align: left;
}
.post__table table td:not(:last-child),
.post__table table th:not(:last-child) {
  border-right: 1px solid #bbe0ff;
}
.post__table table tr:first-child td:first-child,
.post__table table tr:first-child th:first-child {
  border-top-left-radius: 10px;
}
.post__table table tr:first-child td:last-child,
.post__table table tr:first-child th:last-child {
  border-top-right-radius: 10px;
}
.post__table table tr:last-child td:first-child,
.post__table table tr:last-child th:first-child {
  border-bottom-left-radius: 10px;
}
.post__table table tr:last-child td:last-child,
.post__table table tr:last-child th:last-child {
  border-bottom-right-radius: 10px;
}
.post__table table thead tr:last-child td:first-child,
.post__table table thead tr:last-child th:first-child {
  border-bottom-left-radius: 0;
}
.post__table table thead tr:last-child td:last-child,
.post__table table thead tr:last-child th:last-child {
  border-bottom-right-radius: 0;
}
.post__table table thead + tbody tr:first-child td:first-child,
.post__table table thead + tbody tr:first-child th:first-child {
  border-top-left-radius: 0;
}
.post__table table thead + tbody tr:first-child td:last-child,
.post__table table thead + tbody tr:first-child th:last-child {
  border-top-right-radius: 0;
}

.wp-block-table {
  margin-block: 40px;
}
.wp-block-table .post__table {
  margin-block: 0;
}
.wp-block-table thead {
  border-bottom: 0;
}

/* ## Video */
.post__video iframe {
  margin-block: 40px;
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
}
@supports not (aspect-ratio: 1) {
  .post__video {
    position: relative;
    padding: 56.25% 0 0;
    height: 0;
    overflow: hidden;
  }
  .post__video iframe {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
}

/* ## Images */
.post__content :where(img) {
  border-radius: 20px;
  content-visibility: auto;
}

:where(.aligncenter, .alignleft, .alignright) {
  display: block;
  padding: 0;
}

:where(.alignnone, .aligncenter) {
  margin: 0 auto;
}

:where(.alignright) {
  float: right;
  margin-left: 30px;
}

:where(.alignleft) {
  float: left;
  margin-right: 30px;
}

:where(.alignwide) {
  margin-left: -102.5px;
  width: 1110px;
  max-width: var(--viewport-width);
}
@media screen and (max-width: 1110px) {
  :where(.alignwide) {
    margin-left: calc(-1 * (var(--viewport-width) - 905px) / 2 + var(--global_padding) * 0.5);
    width: calc(var(--viewport-width) - var(--global_padding) * 1);
  }
}
@media screen and (max-width: 905px) {
  :where(.alignwide) {
    margin-left: calc(-1 * var(--global_padding) * 0.5);
    width: calc(var(--viewport-width) - var(--global_padding) * 1);
  }
}

:where(.alignfull) {
  margin-left: calc(50% - var(--viewport-width) / 2);
  margin-right: calc(50% - var(--viewport-width) / 2);
  width: var(--viewport-width);
  max-width: 100vw;
}

.wp-caption,
.wp-block-image {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 100%;
}
.wp-caption :where(img),
.wp-block-image :where(img) {
  display: block;
}

.wp-caption-text,
.wp-element-caption {
  font-size: 14px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.5);
  line-height: 19.6px;
}

@media screen and (max-width: 728px) {
  .alignright:not(.wp-caption),
  .alignleft:not(.wp-caption) {
    display: table;
  }
  .alignright,
  .alignleft {
    float: none;
    margin: 0 auto 30px;
  }
}
/* ## Standard gallery */
.gallery {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 30px 0;
}

.gallery-item {
  display: flex;
  flex-direction: column;
  margin: 0;
  margin-bottom: 5px;
  text-align: center;
}
.gallery-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  flex-shrink: 0;
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
}
.gallery-item a:hover {
  opacity: 0.8;
}

.gallery-icon.landscape {
  height: 100%;
}
.gallery-icon img {
  max-width: unset;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  margin: 0 auto;
  display: block;
}
.gallery-icon:not(:only-child) a {
  border-radius: 20px 20px 0 0;
}

@media screen and (min-width: 768px) {
  .gallery-columns-1 .gallery-item {
    flex-basis: calc(100% - 5px);
  }
  .gallery-columns-2 .gallery-item {
    flex-basis: calc(50% - 5px);
  }
  .gallery-columns-3 .gallery-item {
    flex-basis: calc(33.3333% - 5px);
  }
  .gallery-columns-4 .gallery-item {
    flex-basis: calc(25% - 5px);
  }
  .gallery-columns-5 .gallery-item {
    flex-basis: calc(20% - 5px);
  }
  .gallery-columns-6 .gallery-item {
    flex-basis: calc(16.6667% - 5px);
  }
  .gallery-columns-7 .gallery-item {
    flex-basis: calc(14.2857% - 5px);
  }
  .gallery-columns-8 .gallery-item {
    flex-basis: calc(12.5% - 5px);
  }
  .gallery-columns-9 .gallery-item {
    flex-basis: calc(11.1111% - 5px);
  }
}
@media screen and (max-width: 768px) {
  .gallery-item {
    flex-basis: calc(50% - 5px);
  }
}
@media screen and (max-width: 400px) {
  .gallery-item {
    flex-basis: calc(100% - 5px);
  }
}
/* ## Blockquote, blocks */
blockquote:not([class]) {
  margin: 30px 0;
  padding: 30px 40px;
  background-image: linear-gradient(to top, rgb(235, 245, 254), rgb(247, 251, 255));
  border: 1px solid #bbe0ff;
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  blockquote:not([class]) {
    padding: 20px;
  }
}

.custom-quote {
  position: relative;
}
.custom-quote--quote {
  margin: 40px 0 30px;
  padding: 40px 50px;
  width: 100%;
  font-size: 22px;
  line-height: 35px;
  text-align: center;
  border-top: 1px solid #bbe0ff;
  border-bottom: 1px solid #bbe0ff;
}
@media screen and (max-width: 768px) {
  .custom-quote--quote {
    padding: 20px;
    font-size: 20px;
  }
}
@media screen and (max-width: 375px) {
  .custom-quote--quote {
    font-size: 16px;
  }
}
.custom-quote--bg {
  margin: 30px 0;
  padding: 30px 40px;
  background-image: linear-gradient(to top, rgb(235, 245, 254), rgb(247, 251, 255));
  border: 1px solid #bbe0ff;
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .custom-quote--bg {
    padding: 20px;
  }
}
.custom-quote__icon {
  position: absolute;
  top: -25px;
  left: calc(50% - 40px);
  width: 80px;
  background-color: #fff;
  stroke: #4ec21b;
}

.accent {
  padding: 1px 5px;
  border-radius: 11px;
  transition: all 0.6s cubic-bezier(0.615, 0, 0.07, 1);
}
.accent--green {
  background-color: #d3ff6c;
}
.accent--blue {
  background-color: #c1e2ff;
}

.has-inline-color {
  padding: 1px 5px;
  border-radius: 11px;
  transition: all 0.6s cubic-bezier(0.615, 0, 0.07, 1);
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.site-header {
  position: relative;
  margin-left: -100px;
  max-width: var(--viewport-width);
  width: 1500px;
  /* ## Catalog */
  /* ## TG */
  /* ## Market */
}
@media screen and (max-width: 1500px) and (min-width: 1381px) {
  .site-header {
    margin-left: calc(-1 * (var(--viewport-width) - 1300px) / 2 + var(--global_padding) * 0.5);
    width: calc(var(--viewport-width) - var(--global_padding) * 1);
  }
}
@media screen and (max-width: 1380px) {
  .site-header {
    margin-left: calc(-1 * (var(--viewport-width) - 1300px) / 2 - var(--global_padding) * 0.5);
    width: calc(var(--viewport-width) - var(--global_padding) * 1);
  }
}
@media screen and (max-width: 1300px) {
  .site-header {
    margin-left: calc(-1 * var(--global_padding) * 0.5);
    width: calc(var(--viewport-width) - var(--global_padding) * 1);
  }
}
.site-header__content {
  position: relative;
  z-index: 11;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(15px, 1vw, 40px);
  margin-block: 20px 40px;
  padding: 15px 30px;
  background: linear-gradient(to right, #010a16, #091c33);
  border-radius: 20px;
}
@media screen and (max-width: 1024px) {
  .site-header__content {
    padding: 15px 20px 15px 25px;
  }
}
.site-header__search {
  width: 300px;
  min-width: 250px;
}
@media screen and (max-width: 1500px) {
  .site-header__search {
    width: 280px;
  }
}
@media screen and (max-width: 1024px) {
  .site-header__search {
    display: none;
  }
}
@media screen and (min-width: 1025px) {
  .site-header__mobile-menu-button, .site-header__mobile-search-button {
    display: none;
  }
}
.site-header__catalog {
  display: flex;
  align-items: center;
  gap: clamp(15px, 2vw, 40px);
  padding: 15px 20px;
  background-image: linear-gradient(to right, rgb(78, 194, 27), rgb(154, 212, 14) 40%, rgb(57, 59, 197), rgb(57, 59, 197), rgb(73, 136, 243), rgb(73, 136, 243));
  background-size: 250% 100%;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.6s cubic-bezier(0.615, 0, 0.07, 1);
}
@media screen and (max-width: 1024px) {
  .site-header__catalog {
    display: none;
  }
}
.site-header__catalog:hover, .site-header__catalog--active {
  background-position: 100% 0;
}
.site-header__catalog-label {
  position: relative;
  z-index: 1;
  font-size: 17px;
  font-weight: 600;
  color: #fff;
  line-height: 1.2;
  white-space: nowrap;
}
.site-header__catalog-burger {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 20px;
}
.site-header__catalog-burger span {
  display: block;
  width: 100%;
  height: 3px;
  background-color: #fff;
  border-radius: 1.5px;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.site-header__catalog-burger span:nth-child(2) {
  width: 16px;
}
.site-header__catalog-burger span:nth-child(3) {
  width: 12px;
}
.site-header__market {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-left: auto;
}
.site-header__market-icon {
  flex-shrink: 0;
  width: 30px;
  height: 30px;
}
.site-header__market-text {
  font-size: 11px;
  line-height: 16px;
  color: rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 1280px) {
  .site-header__market-text {
    display: none;
  }
}
.site-header__market:hover .site-header__market-text {
  color: #fff;
}

/* ## Logo */
.logo {
  display:flex;
  gap: 10px;
  color: #fff;
  line-height: 1;
}
.logo__div {
  display:flex;
  flex-direction: column;
  gap: 5px;
}
.logo__text {
  font-size: 24px;
  font-weight: 600;
}
.logo__image {
  width: 45px;
  height: 45px;
  fill: #fff;
}
.logo_dec {
    font-size: 14px;
}
@media screen and (max-width: 375px) {
  .logo__image {
    width: 45px;
  }
  .logo__text {
    font-size: 18px;
  }
  .logo_dec {
    font-size: 12px;
  }
}

/* ## Tg link */
.tg-link {
  position: relative;
  display: flex;
  align-items: center;
  gap: 5px 10px;
  color: #fff;
}
@media screen and (max-width: 375px) {
  .tg-link {
    transform: scale(0.9);
  }
}
@media screen and (max-width: 1280px) {
  .tg-link {
    flex-direction: column;
  }
  .tg-link:after {
    content: "Контакты";
    font-size: 12px;
    color: rgba(255, 255, 255, 0.5);
    line-height: 1;
    white-space: nowrap;
    transition: 0.3s;
  }
  .tg-link:hover:after {
    color: #fff;
  }
}
.tg-link:before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 5px;
  left: 9px;
  width: 8px;
  height: 8px;
  background-color: #209eff;
  border-radius: 50%;
}
@media screen and (max-width: 1280px) {
  .tg-link:before {
    left: 14px;
  }
}
.tg-link__icon {
  position: relative;
  flex-shrink: 0;
  fill: #fff;
}
.tg-link__name {
  font-size: 14px;
  font-weight: 600;
  line-height: 19.6px;
  white-space: nowrap;
}
@media screen and (max-width: 1280px) {
  .tg-link__name {
    display: none;
  }
}
.tg-link__text {
  padding-left: 10px;
  width: 180px;
  font-size: 11px;
  line-height: 16px;
  opacity: 0.5;
}
@media screen and (max-width: 1440px) {
  .tg-link__text {
    display: none;
  }
}

.site-header__phone {
  display: flex;
  flex-flow: column;
  align-items: center;
  gap: 7px;
}

.mobile__phone__icon {
  stroke: #fff;
}

.mobile__phone__text {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1;
  white-space: nowrap;
  transition: 0.3s;
}

.mobile__phone:hover .mobile__phone__text {
  color: #fff;
}

.mobile__phone {
  display: none;
}


@media screen and (max-width: 1024px) {
  .site-header__phone {
    display: none;
  }
  .mobile__phone {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 4px;
    }
}




.consultation__text {
  font-size: 12px;
  line-height: 16px;
  opacity: 0.5;
  color: #fff;
}

/* ## Cart */
.cart-icon {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1;
}
@media screen and (max-width: 375px) {
  .cart-icon {
    transform: scale(0.9);
  }
}
.cart-icon:hover {
  color: #fff;
}
.cart-icon__icon {
  stroke: #fff;
}
.cart-icon__count {
  position: absolute;
  top: -6px;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 21px;
  height: 21px;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  color: #fff;
  border-radius: 50%;
}
.cart-icon__count:not(:empty) {
  background-color: #d41c36;
}

.our-mail {
  font-size: 14px;
  font-weight: 400;
  color: rgba(255, 255, 255, .5);
  line-height: 19.6px;
  text-decoration: none;
  position: relative;
  top: 10px;
}

/* ## Phone */
.our-phone {
  display: flex;
  align-items: center;
  gap: 7px;
}
.our-phone__number {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  color: #fff;
  white-space: nowrap;
}
.our-phone__code {
  color: #8d9aa9;
}
.our-phone__icon {
  stroke: #8895a4;
}

/* ## Menu info */
.info-menu {
  display: flex;
  margin-right: -13px;
  /* ### Sub menu */
}
@media screen and (max-width: 1024px) {
  .info-menu {
    display: none;
  }
}
.info-menu__list {
  display: flex;
  margin: 0;
  padding: 0;
  line-height: 1;
  list-style: none;
}
.info-menu__list > .menu-item {
  position: relative;
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.info-menu__list > .menu-item:first-child:before {
  content: "";
  position: absolute;
  left: 0;
  top: 16px;
  width: 5px;
  height: 5px;
  background-color: #a4dd1d;
  border-radius: 50%;
}
.info-menu__list > .menu-item > a,
.info-menu__list > .menu-item > span {
  padding: 10px 13px;
  font-size: 14px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.5);
  line-height: 19.6px;
  text-decoration: none;
  border-radius: 10px 10px 0 0;
}
.info-menu__list > .menu-item > a:hover {
  color: #fff;
}
.info-menu__list > .menu-item-has-children:hover > a {
  color: #fff;
  background-color: #393cc5;
  transition: all 0.6s cubic-bezier(0.615, 0, 0.07, 1);
}
.info-menu__list > .menu-item-has-children:hover > .sub-menu {
  max-height: 500px;
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.info-menu .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: flex;
  flex-wrap: wrap;
  padding: 7px 15px;
  width: 160px;
  background-color: #393cc5;
  border-radius: 0 15px 15px 15px;
  max-height: 0;
  opacity: 0;
  transform: translateY(-20px);
  pointer-events: none;
  transition: all 0.6s cubic-bezier(0.615, 0, 0.07, 1);
}
.info-menu .sub-menu .menu-item {
  display: flex;
}
.info-menu .sub-menu .menu-item a,
.info-menu .sub-menu .menu-item span {
  padding-block: 7px;
  font-size: 14px;
  color: #fff;
  line-height: 19.6px;
  text-decoration: none;
}
.info-menu .sub-menu .menu-item:hover a,
.info-menu .sub-menu .menu-item span {
  text-decoration: underline;
}
.info-menu .sub-menu .menu-item--market {
  display: flex;
  padding-top: 7px;
  margin-top: 7px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.info-menu .sub-menu .menu-item--market a {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 11px;
  line-height: 16px;
}
.info-menu .sub-menu .menu-item--market a:before {
  content: "";
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  background-image: url(../images/market.svg);
  background-position: center;
  background-repeat: no-repeat;
}

/* ## Catalog menu */
.catalog-menu {
  position: absolute;
  left: 0;
  top: calc(100% - 30px);
  z-index: 10;
  display: flex;
  align-items: center;
  gap: clamp(20px, 2vw, 35px);
  padding: 30px 30px 0;
  width: 100%;
  background-image: linear-gradient(to right, #010a16, #091c33);
  border-radius: 0 0 20px 20px;
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  transform: translateY(-20px);
  transition: all 0.6s cubic-bezier(0.615, 0, 0.07, 1);
  pointer-events: none;
  /* ### Sub menu */
}
.catalog-menu--visible {
  max-height: 1500px;
  opacity: 1;
  visibility: visible;
  overflow: unset;
  transform: translateY(0);
  pointer-events: auto;
}
.catalog-menu:after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 30px;
  z-index: 0;
  width: calc(100% - 60px);
  height: 1px;
  background-color: #3d4a59;
}
.catalog-menu__list {
  display: flex;
  align-items: center;
  margin: 0 -16px 0;
  padding: 0;
}
@media screen and (max-width: 1280px) {
  .catalog-menu__list {
    padding: 0;
  }
}
.catalog-menu__list > .menu-item {
  display: flex;
  padding-inline: clamp(12px, 1vw, 16px);
}
.catalog-menu__list > .menu-item > a,
.catalog-menu__list > .menu-item > span {
  position: relative;
  padding-block: 16px;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  line-height: 19.6px;
  text-decoration: none;
  background-image: linear-gradient(to right, #a4dd1d, #a4dd1d);
  background-position: right 100%;
  background-size: 0 5px;
  background-repeat: no-repeat;
  transition: background-size 0.6s cubic-bezier(0.615, 0, 0.07, 1);
}
.catalog-menu__list > .menu-item--active > a, .catalog-menu__list > .menu-item:hover > a,
.catalog-menu__list > .menu-item > span {
  background-position-x: left;
  background-size: 100% 5px;
}
.catalog-menu__list > .menu-item--active > .sub-menu-container {
  max-height: 500px;
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.catalog-menu .sub-menu-container {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: -1;
  width: 100%;
  max-height: 0;
  opacity: 0;
  transform: translateY(-20px);
  pointer-events: none;
  transition: all 0.6s cubic-bezier(0.615, 0, 0.07, 1);
}
.catalog-menu .sub-menu-container .sub-menu {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  padding-inline: 30px 30px;
  width: 100%;
  background-image: linear-gradient(to right, #010a16, #091c33);
  border-radius: 0 0 20px 20px;
}
@media screen and (max-width: 1280px) {
  .catalog-menu .sub-menu-container .sub-menu {
    padding-inline: 30px;
  }
}
.catalog-menu .sub-menu-container:before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 20px;
  background-image: linear-gradient(to right, #010a16, #091c33);
}
.catalog-menu .sub-menu-container:after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 30px;
  z-index: 0;
  width: calc(100% - 60px);
  height: 1px;
  background-color: #3d4a59;
}
.catalog-menu .sub-menu-container .menu-item {
  display: flex;
}
.catalog-menu .sub-menu-container .menu-item a,
.catalog-menu .sub-menu-container .menu-item span {
  padding-block: 16px;
  font-size: 14px;
  color: #fff;
  line-height: 19.6px;
  text-decoration: none;
}
.catalog-menu .sub-menu-container .menu-item:hover a,
.catalog-menu .sub-menu-container .menu-item span {
  color: #a4dd1d;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.site-footer {
  position: relative;
  color: #fff;
  /* ## Top */
  /* ## Logo */
  /* ## Menu */
  /* ## Bottom */
}
.site-footer:before {
  content: "";
  position: absolute;
  left: calc(-1 * var(--viewport-width) / 2 + 50%);
  top: 0;
  z-index: -1;
  display: block;
  height: 100%;
  width: var(--viewport-width);
  background: linear-gradient(to right, #010a16, #091c33);
}
.site-footer__top {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  grid-template-rows: max-content max-content;
  gap: 24px 20px;
  padding-block: 35px;
  border-bottom: 1px solid rgba(230, 234, 237, 0.25);
}
@media screen and (max-width: 768px) {
  .site-footer__top {
    grid-template-columns: minmax(250px, 1fr);
  }
}
.site-footer__column {
  display: flex;
  flex-direction: column;
}
.site-footer__column--big {
  grid-row: 1/-1;
}
@media screen and (max-width: 768px) {
  .site-footer__column--big {
    grid-row: unset;
  }
}
.site-footer__search {
  grid-column: span 2;
}
@media screen and (max-width: 1280px) {
  .site-footer__search {
    grid-column: span 3;
  }
}
@media screen and (max-width: 1024px) {
  .site-footer__search {
    grid-column: span 2;
  }
}
@media screen and (max-width: 768px) {
  .site-footer__search {
    grid-column: unset;
  }
}
.site-footer__logo {
  display: flex;
  align-items: center;
}
.site-footer__menu {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.site-footer__menu-title {
  font-size: 17px;
  font-weight: 600;
  line-height: 20px;
}
.site-footer__menu-list {
  display: flex;
  flex-direction: column;
  padding: 0;
  margin: 0;
  list-style: none;
}
.site-footer__menu .menu-item {
  position: relative;
  display: flex;
  padding-left: 20px;
}
.site-footer__menu .menu-item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 5px;
  height: 5px;
  background-color: #a4dd1d;
  border-radius: 50%;
  opacity: 0.4;
  transition: opacity 0.3s;
}
.site-footer__menu .menu-item a,
.site-footer__menu .menu-item span {
  padding-block: 5px;
  font-size: 15px;
  color: #fff;
  line-height: 1.2;
  text-decoration: none;
}
.site-footer__menu .menu-item a {
  opacity: 0.5;
}
.site-footer__menu .menu-item:hover a {
  opacity: 1;
}
.site-footer__menu .menu-item:hover:before {
  opacity: 1;
}
.site-footer__menu .sub-menu {
  display: none;
}
.site-footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-block: 30px;
}
@media screen and (max-width: 1280px) {
  .site-footer__bottom {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  .site-footer__bottom {
    flex-direction: column;
    text-align: center;
  }
}
.site-footer__copyright {
  max-width: 170px;
  font-size: 12px;
  line-height: 16px;
  opacity: 0.5;
}
.site-footer__payments {
  flex-direction: column;
  padding: 10px 20px;
  background-color: #fff;
  border-radius: 15px;
}

/* ## Mobile menu */
@media screen and (min-width: 1025px) {
  .mobile-menu,
  .mobile-fixed-menu {
    display: none;
  }
}
/* ### Menu buttons */
.mobile-menu-button {
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  .mobile-menu-button {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 4px;
  }
}
@media screen and (max-width: 320px) {
  .mobile-menu-button {
    transform: scale(0.9);
  }
}
.mobile-menu-button__burger {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 4px;
  width: 100%;
  height: 32px;
}
.mobile-menu-button__line {
  position: relative;
  width: 20px;
  height: 3px;
  background-color: #fff;
  border-radius: 2px;
  transition: 0.3s;
}
.mobile-menu-button--active .mobile-menu-button__line {
  left: -2px;
  background-color: transparent;
}
.mobile-menu-button__line:before {
  content: "";
  position: absolute;
  top: -7px;
  width: 20px;
  height: 3px;
  background-color: #fff;
  border-radius: 2px;
  transition: 0.3s;
}
.mobile-menu-button--active .mobile-menu-button__line:before {
  width: 24px;
  top: 0;
  transform: translate(0, 0) rotate(45deg);
}
.mobile-menu-button__line:after {
  content: "";
  position: absolute;
  top: 7px;
  width: 20px;
  height: 3px;
  background-color: #fff;
  border-radius: 2px;
  transition: 0.3s;
}
.mobile-menu-button--active .mobile-menu-button__line:after {
  width: 24px;
  top: 0;
  transform: translate(0, 0) rotate(-45deg);
}
.mobile-menu-button__text {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1;
  white-space: nowrap;
  transition: 0.3s;
}
.mobile-menu-button:hover .mobile-menu-button__text {
  color: #fff;
}
.mobile-menu-button__icon {
  stroke: #fff;
}

/* ### Mobile hidden menu */
.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3;
  display: flex;
  width: var(--viewport-width);
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  transform: translateY(-100px);
  transition: all 0.6s cubic-bezier(0.615, 0, 0.07, 1);
  pointer-events: none;
}
.mobile-menu--visible {
  max-height: 1500px;
  opacity: 1;
  visibility: visible;
  overflow: unset;
  transform: translateY(0);
  pointer-events: auto;
}
@media screen and (max-width: 1024px) {
  .mobile-menu {
    display: flex;
  }
}
.mobile-menu--visible {
  height: 100%;
}
.mobile-menu__body {
  width: 100%;
  background-color: #fff;
  overflow-y: auto;
}
.mobile-menu__cross {
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
}
.mobile-menu__list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  gap: 10px;
  padding: 10px;
}
@media screen and (max-width: 375px) {
  .mobile-menu__list {
    grid-template-columns: repeat(2, minmax(80px, 1fr));
  }
}
.mobile-menu__item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 5px;
  padding: 15px;
  color: #000;
  background-color: #eef4f8;
  border-radius: 20px;
}
.mobile-menu__item:hover {
  box-shadow: inset 0 0 0 2px #bbe0ff;
}
.mobile-menu__title {
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  text-align: center;
}
@media screen and (max-width: 375px) {
  .mobile-menu__title {
    font-size: 12px;
    line-height: 14px;
  }
}
.mobile-menu__image {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 125px;
}
.mobile-menu__image-src {
  width: auto;
  height: auto;
}

.body--header-menu-active .mobile-menu__body {
  padding-top: 100px;
}

.body--fixed-menu-active .mobile-menu__body {
  padding-bottom: 100px;
  padding-top: 50px;
}

/* ### Mobile fixed menu */
.mobile-fixed-menu {
  position: fixed;
  bottom: 10px;
  left: 10px;
  z-index: 9999;
  width: calc(100% - 20px);
  pointer-events: none;
}
@media screen and (max-width: 1024px) {
  .mobile-fixed-menu {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 375px) {
  .mobile-fixed-menu {
    left: 5px;
    width: calc(100% - 10px);
  }
}

/* ### Mobile search */
.mobile-search {
  margin-bottom: 5px;
  padding: 5px;
  width: 420px;
  max-width: 100%;
  border-radius: 15px;
  background-image: linear-gradient(to right, rgb(78, 194, 27), rgb(154, 212, 14));
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  transform: translateY(60px);
  transition: all 0.6s cubic-bezier(0.615, 0, 0.07, 1);
  pointer-events: none;
}
.mobile-search--visible {
  max-height: 1500px;
  opacity: 1;
  visibility: visible;
  overflow: unset;
  transform: translateY(0);
  pointer-events: auto;
}
.mobile-search .search-form {
  background-color: #fff;
}
.mobile-search .search-form__icon {
  stroke: #a4dd1d;
  opacity: 1;
}
.mobile-search .search-form__input-control::placeholder {
  color: #1e325b;
}

/* ### Mobile icons menu */
.mobile-menu-icons {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(15px, 1vw, 40px);
  padding: 15px 20px 15px 25px;
  width: 420px;
  max-width: 100%;
  background: linear-gradient(to right, #010a16, #091c33);
  border-radius: 20px;
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  transform: translateY(60px);
  transition: all 0.6s cubic-bezier(0.615, 0, 0.07, 1);
  pointer-events: none;
}
.mobile-menu-icons--visible {
  max-height: 1500px;
  opacity: 1;
  visibility: visible;
  overflow: unset;
  transform: translateY(0);
  pointer-events: auto;
}

/*--------------------------------------------------------------
# Product
--------------------------------------------------------------*/
.product {
  margin-bottom: clamp(40px, 4vw, 70px);
  /* ## Gallery */
  /* ## Features */
  /* ## Variations */
  /* ## Actions */
}
.product--mobile {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin: 0;
  width: 420px;
  max-width: 100%;
  background-image: linear-gradient(to top, rgb(235, 245, 254), rgb(247, 251, 255));
  border-radius: 15px;
  height: 0;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  transform: translateY(60px);
  transition: all 0.6s cubic-bezier(0.615, 0, 0.07, 1);
  pointer-events: none;
}
@media screen and (max-width: 375px) {
  .product--mobile {
    gap: 10px;
  }
}
.product--mobile-visible {
  padding: 7px;
  margin-bottom: 5px;
  height: auto;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}
.product--mobile.product--in-cart {
  color: #fff;
  background-image: linear-gradient(to right, rgb(57, 59, 197), rgb(73, 136, 243));
}
.product__card {
  display: grid;
  grid-template-columns: minmax(500px, 695px) minmax(400px, 1fr);
  gap: 35px;
  margin-block: 35px 50px;
}
@media screen and (max-width: 1024px) {
  .product__card {
    grid-template-columns: minmax(250px, 1fr);
  }
}
.product__column {
  display: flex;
  flex-direction: column;
}
.product__column--left {
  gap: 30px;
}
.product__column--right {
  gap: clamp(30px, 3vw, 40px);
}
.product__questions {
  margin-left: 130px;
}
@media screen and (max-width: 1280px) {
  .product__questions {
    margin-left: 0;
  }
}
.product__gallery.disabled + .product__questions {
  margin-left: 0;
  max-width: 100%;
}
.product__description {
  font-family: "Onest", sans-serif;
  font-size: 16px;
  line-height: 25px;
}
.product__menu {
  margin-bottom: 40px;
}
.product__loader {
  --radius: 30px;
  top: 0;
  left: 0;
}
.product__tips-button {
  margin: 40px auto 0;
  width: 250px;
}
.product__gallery {
  position: relative;
  display: grid;
  grid-template-columns: 120px minmax(300px, 1fr);
  gap: 10px;
}
@media screen and (max-width: 1024px) {
  .product__gallery {
    grid-template-columns: minmax(250px, 1fr);
  }
}
.product__gallery.disabled {
  grid-template-columns: minmax(300px, 1fr);
}
.product__thumbnails {
  margin-top: -5px;
  margin-left: -5px;
}
@media screen and (max-width: 1024px) {
  .product__thumbnails {
    order: 2;
  }
}
.product__thumbnails-item {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  background-color: #f2f9ff;
  border-radius: 10px;
  overflow: hidden;
}
.product__thumbnails-src {
  max-height: 100%;
  width: auto;
  object-fit: contain;
  mix-blend-mode: darken;
}
.product__gallery.disabled .product__thumbnails {
  display: none;
}
.product__images-link {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 400px;
  background-color: #f2f9ff;
  border-radius: 30px;
  overflow: hidden;
}
@media screen and (max-width: 375px) {
  .product__images-link {
    height: 300px;
  }
}
.product__images-src {
  height: 100%;
  width: auto;
  object-fit: cover;
  mix-blend-mode: darken;
}
.product__gallery .product__rating {
  position: absolute;
  right: 20px;
  top: 20px;
}
.product__features {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 10px;
}
@media screen and (max-width: 480px) {
  .product__features {
    display: grid;
    grid-template-columns: repeat(2, minmax(70px, 1fr));
  }
}
.product__feature {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 7px;
  width: 135px;
  height: 120px;
  padding: 15px 5px 15px 15px;
  background-color: #fff;
  border: 1px solid #e8ebee;
  border-radius: 20px;
  /* ### Info */
}
@media screen and (max-width: 480px) {
  .product__feature {
    padding: 10px 5px 10px 10px;
    width: 100%;
    height: auto;
  }
}
.product__feature--availability {
  --color: #9ad40e;
  border-color: #a4dd1d;
}
.product__feature--new {
  --color: #238bff;
}
.product__feature--effective {
  --color: #32b9cd;
}
.product__feature--recommended {
  --color: #bbe0ff;
  width: 150px;
  background-image: linear-gradient(to top, rgb(235, 245, 254), rgb(247, 251, 255));
  border: 0;
}
@media screen and (max-width: 480px) {
  .product__feature--recommended {
    display: flex;
    width: 100%;
  }
}
.product__feature--we-used {
  --color: #ffcc00;
}
.product__feature--safely {
  --color: #4ec21b;
}
.product__feature:before {
  content: "";
  position: absolute;
  top: -2px;
  left: 15px;
  width: 28px;
  height: 3px;
  background-color: var(--color);
  border-radius: 2px;
}
.product__feature:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 2%;
  z-index: -1;
  width: 97%;
  height: 107%;
  background-color: #fff;
  border-radius: 40px;
  border: 1px solid #e8ebee;
  transform: translateY(-50%) rotate(-7deg);
  transition: transform 0.3s ease-in-out, height 0.3s ease-in-out;
}
@media screen and (max-width: 480px) {
  .product__feature:after {
    width: 95%;
  }
}
.product__feature--availability:after {
  border-color: #a4dd1d;
}
.product__feature--recommended:after {
  content: none;
}
.product__feature:hover:after {
  height: 100%;
  transform: translateY(-50%) rotate(0);
}
.product__feature-icon {
  display: flex;
  margin-bottom: 7px;
}
@media screen and (max-width: 480px) {
  .product__feature-icon {
    margin-bottom: 0;
  }
}
.product__feature-svg {
  fill: var(--color);
  stroke: var(--color);
}
@media screen and (max-width: 480px) {
  .product__feature-svg {
    width: 25px;
  }
}
.product__feature-image {
  display: flex;
  align-items: center;
  gap: 3px;
}
.product__feature-src {
  width: 84px;
  height: auto;
}
@media screen and (max-width: 480px) {
  .product__feature-src {
    width: 55px;
  }
}
.product__feature-small {
  font-family: "Onest", sans-serif;
  font-size: 12px;
  line-height: 1;
  opacity: 0.5;
}
@media screen and (max-width: 480px) {
  .product__feature-small {
    font-size: 11px;
  }
}
.product__feature-title {
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
}
@media screen and (max-width: 480px) {
  .product__feature-title {
    font-size: 12px;
    line-height: 14px;
  }
}
.product__feature-text {
  font-size: 11px;
  line-height: 16px;
  opacity: 0.7;
}
@media screen and (max-width: 480px) {
  .product__feature-text {
    font-size: 10px;
    line-height: 14px;
  }
}
.product__feature-info {
  position: absolute;
  right: 0;
  top: 0;
}
.product__feature-info-icon {
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  padding: 10px;
  fill: #409aff;
  stroke: #409aff;
  box-sizing: content-box;
}
.product__feature-info-content {
  position: absolute;
  top: -20px;
  left: -100px;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  padding: 15px 10px 15px 15px;
  min-width: 230px;
  max-width: 100%;
  font-size: 12px;
  line-height: 16px;
  background-color: #fff;
  box-shadow: 0px 0px 16px 0px rgba(96, 121, 169, 0.15);
  border-radius: 20px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: all 0.3s ease;
}
@media screen and (max-width: 1300px) {
  .product__feature-info-content {
    left: unset;
    right: 0;
  }
}
.product__feature-info:hover .product__feature-info-content {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.product__feature-info-label {
  padding: 3px 7px;
  font-family: "Onest", sans-serif;
  font-size: 12px;
  color: #fff;
  font-weight: 500;
  line-height: 1;
  background-color: #f77913;
  border-radius: 8px;
}
.product__feature-info-bold {
  margin-bottom: -10px;
  font-weight: 600;
}
.product__feature-info-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.product__feature-info-list li {
  position: relative;
  padding-left: 10px;
  margin-bottom: 2px;
}
.product__feature-info-list li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 5px;
  height: 5px;
  background-color: #a4dd1d;
  border-radius: 50%;
}
.product__variations {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 480px) {
  .product__variations {
    flex-direction: column;
    align-items: flex-start;
  }
}
.product__variations-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}
.product__variations-list {
  align-self: center;
  max-width: calc(100% - 145px);
  border: 1px solid #bbe0ff;
  border-radius: 7px;
}
@media screen and (max-width: 480px) {
  .product__variations-list {
    max-width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .product__variations-list {
    align-self: flex-start;
  }
}
.product__variations-item {
  display: flex;
  padding: 10px;
  height: 100%;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  line-height: 1;
  white-space: nowrap;
  transition: background-color 0.3s;
  cursor: pointer;
}
.product__variations-item:not(:last-child) {
  border-right: 1px solid #bbe0ff;
}
.product__variations-item--active, .product__variations-item:hover {
  background-color: #eaf5ff;
}
.product__variations-item--active {
  cursor: auto;
}
.product__variations .splide__slide:first-child .product__variations-item {
  border-radius: 7px 0 0 7px;
}
.product__variations .splide__slide:last-child .product__variations-item {
  border-radius: 0 7px 7px 0;
}
.product__actions {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 30px clamp(15px, 3vw, 30px);
  background-image: linear-gradient(to top, rgb(235, 245, 254), rgb(247, 251, 255));
  border: 1px solid #bbe0ff;
  border-radius: 30px;
}
.product__discount {
  position: absolute;
  right: -5px;
  top: -5px;
  z-index: 1;
  padding: 3px 10px;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  background-color: #ffe400;
  border-radius: 8px;
}
.product__item--unavailable .product__controls {
  margin-top: auto;
}
.product__item--unavailable .product__button {
  margin-top: auto;
}

/* ## Anchor menu */
.tabs {
  flex-direction: column;
  gap: 40px;
}
@media screen and (max-width: 480px) {
  .tabs {
    display: block;
  }
}
.tabs__items {
  position: relative;
  align-self: center;
  border: 1px solid #bbe0ff;
  border-radius: 15px;
}
@media screen and (max-width: 768px) {
  .tabs__items {
    align-self: flex-start;
    margin-bottom: 40px;
  }
}
.tabs__items:not(.has-gradient-left):before, .tabs__items:not(.has-gradient-right):after {
  opacity: 0;
}
.tabs__items-scroll {
  display: flex;
  align-items: stretch;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 480px) {
  .tabs__items-scroll {
    overflow-x: auto;
  }
  .tabs__items-scroll::-webkit-scrollbar {
    display: none;
  }
}
.tabs__item {
  display: flex;
  align-items: center;
  flex-grow: 1;
  white-space: nowrap;
  transition: background-color 0.3s;
  cursor: pointer;
}
.tabs__item:first-child {
  border-radius: 15px 0 0 15px;
}
.tabs__item:last-child {
  border-radius: 0 15px 15px 0;
}
.tabs__item:not(:last-child) {
  border-right: 1px solid #bbe0ff;
}
.tabs__item--active, .tabs__item:hover {
  background-color: #eaf5ff;
}
.tabs__link {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 20px;
  font-size: 15px;
  font-weight: 600;
  color: #000;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 375px) {
  .tabs__link {
    padding: 15px;
    font-size: 13px;
  }
}
.tabs__content {
  display: none;
}
.tabs__content--active {
  display: block;
}

.has-gradient-left:before,
.has-gradient-right:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50px;
  pointer-events: none;
  z-index: 1;
  transition: opacity 0.3s ease;
}

.has-gradient-left:before {
  left: -5px;
  background: linear-gradient(to right, rgb(255, 255, 255) 20%, rgba(255, 255, 255, 0));
  opacity: 1;
}

.has-gradient-right:after {
  right: -5px;
  background: linear-gradient(to left, rgb(255, 255, 255) 20%, rgba(255, 255, 255, 0));
  opacity: 1;
}

/* ## SEO */
.seo {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-right: auto;
  margin-left: auto;
  padding: 50px 50px 35px;
  width: 1005px;
  max-width: 100%;
  background-color: #fff;
  border-radius: 40px;
  box-shadow: 0px 0px 16px 0px rgba(96, 121, 169, 0.08);
}
@media screen and (max-width: 768px) {
  .seo {
    margin-left: calc(-1 * var(--global_padding));
    padding: 30px;
    width: var(--viewport-width);
    max-width: unset;
    border-radius: 0;
  }
}
.seo__text {
  position: relative;
  overflow: hidden;
  transition: max-height 0.5s ease-in;
}
.seo__text > *:first-child {
  margin-top: 0;
}
.seo__text > *:last-child {
  margin-bottom: 0;
}
.seo__text--collapsed {
  max-height: 170px;
}
.seo__text--collapsed:after {
  opacity: 1;
}
.seo__text--expanded {
  max-height: 50000px;
}
.seo__text--expanded:after {
  opacity: 0;
}
.seo__text:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0.7) 80%, rgba(255, 255, 255, 0.99));
  transition: 0.5s ease-in;
  pointer-events: none;
}
.seo__button {
  align-self: center;
  padding: 5px 15px;
  font-size: 14px;
  color: #2e89fb;
  font-weight: 300;
  border-radius: 10px;
  background-image: linear-gradient(to right, #fff, #fff 40%, rgb(57, 59, 197), rgb(57, 59, 197), rgb(73, 136, 243), rgb(73, 136, 243));
  background-size: 250% 100%;
}
.seo__button:hover {
  color: #fff;
  background-position: 90% 0;
}

/*--------------------------------------------------------------
# Cart
--------------------------------------------------------------*/
.cart {
  display: flex;
  flex-direction: column;
}
.cart-section {
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  transform: translateY(20px);
  transition: all 0.6s cubic-bezier(0.615, 0, 0.07, 1);
  pointer-events: none;
}
.cart-section--hidden {
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  transform: translateY(20px);
  pointer-events: none;
}
.cart-section--visible {
  max-height: 1500px;
  opacity: 1;
  visibility: visible;
  overflow: unset;
  transform: translateY(0);
  pointer-events: auto;
}
.cart-section:not(:last-child):not(.cart-section--hidden) {
  margin-bottom: 40px;
}
.cart__title {
  margin-bottom: 30px;
}

.cart-table {
  position: relative;
}
.cart-table__header {
  display: grid;
  grid-template-columns: minmax(250px, 1fr) minmax(120px, 150px) minmax(150px, 180px) minmax(120px, 150px) minmax(200px, 260px);
  gap: 15px;
  padding-block: 10px;
  font-size: 13px;
  border-bottom: 1px solid rgba(187, 224, 255, 0.5);
  opacity: 0.5;
}
@media screen and (max-width: 1024px) {
  .cart-table__header {
    display: none;
  }
}
.cart-table__header-cell {
  padding: 2px;
  text-align: center;
}
.cart-table__header-cell:first-child {
  text-align: left;
}
.cart-table__row {
  position: relative;
  display: grid;
  grid-template-columns: minmax(250px, 1fr) minmax(120px, 150px) minmax(150px, 180px) minmax(120px, 150px) minmax(200px, 260px);
  align-items: center;
  gap: 15px;
  padding: 30px 0;
  border-bottom: 1px solid rgba(187, 224, 255, 0.5);
}
@media screen and (max-width: 1024px) {
  .cart-table__row {
    grid-template-columns: minmax(250px, 1fr) minmax(120px, 150px) minmax(150px, 180px);
  }
}
@media screen and (max-width: 768px) {
  .cart-table__row {
    display: flex;
    flex-wrap: wrap;
    padding: 15px 0;
  }
}
.cart-table__row--unavailable .quantity:before {
  content: "Нет в наличии";
  color: #000;
  background-color: #ffe400;
}
.cart-table__cell {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 2px;
}
@media screen and (max-width: 1024px) {
  .cart-table__cell {
    flex-grow: 1;
  }
  .cart-table__cell--total-price {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .cart-table__cell--info {
    width: 100%;
  }
}
@media screen and (max-width: 375px) {
  .cart-table__cell--info {
    flex-direction: column;
    align-items: flex-start;
  }
}
.cart-table__cell--button {
  padding-right: 40px;
}
@media screen and (max-width: 1024px) {
  .cart-table__cell--button {
    display: none;
  }
}
.cart-table__cell:first-child {
  justify-content: flex-start;
}
@media screen and (max-width: 1024px) {
  .cart-table__button {
    display: none;
  }
}
.cart-table__link-mobile {
  position: absolute;
  left: 0;
}
@media screen and (min-width: 1025px) {
  .cart-table__link-mobile {
    display: none;
  }
}
.cart-table__main-loader {
  --margin: -20px;
  --radius: 30px;
  top: 0;
}
.cart-table__image {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: 100px;
  height: 70px;
  background-color: #f2f9ff;
  border-radius: 10px;
  overflow: hidden;
}
.cart-table__image-src {
  max-height: 90%;
  width: auto;
  object-fit: contain;
  mix-blend-mode: darken;
}
.cart-table__row--unavailable .cart-table__image {
  filter: grayscale(1);
}
.cart-table__text {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.cart-table__row--unavailable .cart-table__text {
  opacity: 0.4;
}
.cart-table__title {
  font-family: "Onest", sans-serif;
  font-weight: 400;
  line-height: 25px;
}
.cart-table__subtitle {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.4);
  line-height: 20px;
}
.cart-table__price, .cart-table__full-price {
  font-family: "Roboto", sans-serif;
  font-size: 22px;
  line-height: 1;
  white-space: nowrap;
}
.cart-table__row--unavailable .cart-table__price {
  opacity: 0.4;
}
.cart-table__row--unavailable .cart-table__full-price {
  display: none;
}
.cart-table__quantity {
  font-family: "Roboto", sans-serif;
  font-size: 22px;
  line-height: 1;
}
.cart-table__delete {
  position: absolute;
  right: 0;
  background-color: transparent;
}
@media screen and (max-width: 1140px) {
  .cart-table__delete {
    right: -10px;
  }
}
@media screen and (max-width: 1024px) {
  .cart-table__delete {
    right: 0;
    top: 10px;
  }
}
.cart-table__delete-svg {
  width: 14px;
  height: 16px;
}
.cart-table__footer {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  margin: 25px 0;
}
@media screen and (max-width: 768px) {
  .cart-table__footer {
    flex-direction: column-reverse;
  }
}
.cart-table__total-price {
  margin-left: auto;
}
.cart-table__loader {
  left: 0;
}

/* ## Free delivery */
.free-delivery {
  display: flex;
  align-items: center;
  gap: 10px 20px;
  padding: 10px 20px 10px 10px;
  max-width: 570px;
  border-radius: 20px;
  border: 1px solid rgba(187, 224, 255, 0.5);
}
@media screen and (max-width: 1024px) {
  .free-delivery {
    flex-wrap: wrap;
  }
}
.free-delivery:hover {
  border-color: #bbe0ff;
}
.free-delivery__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  background-color: #f2f9ff;
  border-radius: 15px;
}
.free-delivery__svg {
  fill: #5886ec;
  stroke: #5886ec;
}
.free-delivery__text {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
@media screen and (max-width: 1024px) {
  .free-delivery__text {
    width: calc(100% - 80px);
  }
}
.free-delivery__title {
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2;
}
.free-delivery__description {
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  line-height: 16px;
  opacity: 0.4;
}
.free-delivery__percent-container {
  position: relative;
  flex-shrink: 0;
  width: 240px;
  height: 10px;
  background: #f2f9ff;
  border-radius: 5px;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .free-delivery__percent-container {
    width: 100%;
  }
}
.free-delivery__percent {
  height: 100%;
  width: 0%;
  background: linear-gradient(to right, rgb(57, 59, 197), rgb(73, 136, 243));
  border-radius: 5px;
  transition: width 0.3s ease;
}

/* ## Total price */
.total-price {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.total-price:before {
  content: "";
  position: absolute;
  top: -25px;
  left: 0;
  width: 100%;
  height: 5px;
  background-color: #59cd25;
}
.total-price__item {
  display: flex;
  align-items: baseline;
  gap: 25px;
  font-family: "Roboto", sans-serif;
  font-size: 50px;
  line-height: 1;
  white-space: nowrap;
}
.total-price__item:before {
  content: "Итого";
  font-size: 16px;
  font-weight: 500;
}
.total-price__delivery {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  line-height: 1.2;
  opacity: 0.5;
}
.total-price__delivery:before {
  content: "Включая стоимость доставки ";
}

/* ## Recommend products */
.cart-recommend {
  position: relative;
  display: grid;
  grid-template-columns: minmax(200px, 260px) minmax(250px, 1fr);
  align-items: center;
  gap: 30px;
}
@media screen and (max-width: 1024px) {
  .cart-recommend {
    grid-template-columns: minmax(250px, 1fr);
    gap: 0;
  }
}
.cart-recommend__title {
  display: flex;
  flex-direction: column;
  gap: 5px;
  font-size: 24px;
  font-weight: 700;
}
.cart-recommend__title-small {
  font-size: 15px;
  font-weight: 300;
}
.cart-recommend__nav {
  position: absolute;
  top: -10px;
  right: 0;
  display: flex;
  gap: 20px;
}

/* ## Cart send */
.cart-send {
  position: relative;
  display: grid;
  grid-template-columns: minmax(300px, 580px) minmax(400px, 670px);
  gap: clamp(30px, 3vw, 50px);
}
@media screen and (max-width: 1024px) {
  .cart-send {
    grid-template-columns: minmax(250px, 1fr);
  }
}
.cart-send__column {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.cart-send__title {
  font-size: 26px;
  font-weight: 400;
  line-height: 1.3;
}
.cart-send__inner {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 30px clamp(20px, 3vw, 30px);
  background-image: linear-gradient(to top, rgb(235, 245, 254), rgb(247, 251, 255));
  border-radius: 20px;
}
.cart-send__button {
  align-self: flex-start;
  height: 50px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .cart-send__button {
    width: 100%;
  }
}

/* ## Cart tabs */
.cart-tabs {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.cart-tabs__items {
  position: relative;
}
.cart-tabs__items:not(.has-gradient-left):before, .cart-tabs__items:not(.has-gradient-right):after {
  opacity: 0;
}
.cart-tabs__items-scroll {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .cart-tabs__items-scroll {
    display: flex;
    overflow-x: auto;
    grid-template-columns: unset;
  }
  .cart-tabs__items-scroll::-webkit-scrollbar {
    display: none;
  }
}
.cart-tabs__item {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 10px;
  box-shadow: 0px 0px 16px 0px rgba(96, 121, 169, 0.2);
  border-radius: 20px;
  opacity: 0.5;
  transition: 0.3s ease-in;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .cart-tabs__item {
    flex-shrink: 0;
    white-space: nowrap;
  }
}
.cart-tabs__item--rp {
  --color: #1928dd;
}
.cart-tabs__item--sdek {
  --color: #59cd25;
}
.cart-tabs__item--taxi {
  --color: #ffcb35;
}
.cart-tabs__item--active, .cart-tabs__item:hover {
  box-shadow: inset 0 0 0 2px var(--color);
  opacity: 1;
}
.cart-tabs__item--active .cart-tabs__item-image, .cart-tabs__item:hover .cart-tabs__item-image {
  filter: grayscale(0);
}
.cart-tabs__item-image {
  filter: grayscale(90%);
  transition: filter 0.3s ease-in;
  border-radius: 10px;
}
.cart-tabs__item-text {
  display: flex;
  flex-direction: column;
  gap: 5px;
  line-height: 1.2;
}
.cart-tabs__item-title {
  font-size: 15px;
  font-weight: 600;
}
.cart-tabs__item-small {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 13px;
  color: rgba(0, 0, 0, 0.7);
  white-space: nowrap;
}
@media screen and (max-width: 1280px) {
  .cart-tabs__item-small {
    white-space: unset;
  }
}
.cart-tabs__content {
  display: none;
}
.cart-tabs__content--active {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* ### City search */
.city-search {
  position: relative;
}
.city-search__inner {
  position: relative;
  display: flex;
  align-items: center;
  padding: 10px 95px 10px 20px;
  background-color: #fff;
  box-shadow: 0px 0px 16px 0px rgba(96, 121, 169, 0.08);
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .city-search__inner {
    padding: 10px;
  }
}
.city-search__control {
  flex-grow: 1;
  padding: 5px 20px;
  font-family: "Onest", sans-serif;
  font-size: 15px;
  color: rgba(30, 50, 91, 0.7);
  border: 1px solid transparent;
  border-left: 1px solid #e8ebee;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  .city-search__control {
    padding: 5px 0 5px 10px;
    font-size: 16px;
    width: 100%;
  }
}
.city-search__control::placeholder {
  font-family: "Onest", sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.4);
  text-overflow: ellipsis;
  transition: opacity ease 0.3s;
}
.city-search__control:focus {
  border-color: #e8ebee;
  outline: none;
}
.city-search__control:focus::placeholder {
  opacity: 0;
}
.city-search__control:disabled {
  cursor: not-allowed;
}
.city-search__control.error {
  border-color: #eb3154;
}
.city-search__icon {
  display: flex;
  align-items: center;
  justify-content: start;
  flex-shrink: 0;
  width: 36px;
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  .city-search__icon {
    width: 26px;
  }
}
.city-search__change {
  position: absolute;
  right: 20px;
  font-size: 14px;
  color: #215684;
  font-weight: 500;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .city-search__change {
    position: absolute;
    right: -8px;
    top: -8px;
    padding: 3px 10px;
    font-size: 11px;
    color: #fff;
    line-height: 1;
    background-image: linear-gradient(to right, rgb(57, 59, 197), rgb(73, 136, 243));
    border-radius: 9px;
    cursor: pointer;
  }
}
@media screen and (min-width: 769px) {
  .city-search__change:hover {
    text-decoration: underline;
  }
}
.city-search__results {
  position: absolute;
  top: calc(100% + 5px);
  z-index: 1;
  width: 100%;
  max-height: 300px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 24px 0px rgba(96, 121, 169, 0.35);
  overflow-y: scroll;
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  transform: translateY(-20px);
  transition: all 0.6s cubic-bezier(0.615, 0, 0.07, 1);
  pointer-events: none;
}
.city-search__results--visible {
  max-height: 1500px;
  opacity: 1;
  visibility: visible;
  overflow: unset;
  transform: translateY(0);
  pointer-events: auto;
}
.city-search__results::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.city-search__results::-webkit-scrollbar-button {
  display: none;
}
.city-search__results::-webkit-scrollbar-corner {
  background: transparent;
}
.city-search__results::-webkit-scrollbar-track {
  background-color: #f2f9ff;
}
.city-search__results::-webkit-scrollbar-thumb {
  background-color: #a4dd1d;
  border-radius: 3px;
  transition: background-color 0.3s ease;
}
.city-search__results::-webkit-scrollbar-thumb:hover {
  background-color: rgba(242, 249, 255, 0.7);
}
.city-search__results::-webkit-resizer {
  display: none;
}
.city-search__results-item {
  padding: 10px 20px;
  transition: 0.3s;
  cursor: pointer;
}
.city-search__results-item:hover {
  background-color: #f2f9ff;
}
.city-search__loader {
  --size: 2px;
  --width: 20px;
  right: 120px;
  top: 20px;
}

/* ## Delivery */
.delivery {
  padding: 20px 20px 6px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 16px 0px rgba(96, 121, 169, 0.08);
}
.delivery_calc {
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 14px;
    line-height: 1.43;
    color:rgba(0, 0, 0, .7)
}
.delivery__icon {
    flex-shrink: 0;
    width: 40px;
    height:30px
}
.delivery__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e8ebee;
}
.delivery__body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-top: 6px;
}
.delivery__logo {
  flex-shrink: 0;
  border-radius: 0;
}
.delivery__date {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
}
.delivery__price {
  margin-left: auto;
  font-family: "Roboto", sans-serif;
  font-size: 26px;
  line-height: 1;
  white-space: nowrap;
}
.delivery__address {
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  color: rgba(0, 0, 0, 0.7);
  line-height: 1.43;
  margin-bottom: 10px;
}

/* ## Russian post */
#cdek-map,
#ecom-widget {
  width: 750px;
  max-width: 100%;
  height: 450px;
}

/* ## Confirmatio */
.cart-confirmation {
  position: relative;
  display: flex;
  margin: 40px auto;
  padding: 40px 60px 40px 300px;
  width: 855px;
  min-height: 390px;
  max-width: 100%;
  background-image: linear-gradient(to top, rgb(235, 245, 254), rgb(247, 251, 255));
  border: 1px solid #bbe0ff;
  border-radius: 40px;
}
@media screen and (max-width: 1024px) {
  .cart-confirmation {
    padding-left: 280px;
    width: 700px;
  }
}
@media screen and (max-width: 768px) {
  .cart-confirmation {
    margin: 0;
    padding: clamp(30px, 3vw, 40px);
  }
}
.cart-confirmation__picture {
  position: absolute;
  bottom: 0;
  left: -110px;
}
@media screen and (max-width: 1024px) {
  .cart-confirmation__picture {
    left: -80px;
  }
}
@media screen and (max-width: 768px) {
  .cart-confirmation__picture {
    display: none;
  }
}
.cart-confirmation__picture-src {
  width: auto;
  height: 440px;
}
.cart-confirmation__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 30px;
}
.cart-confirmation__title {
  margin-block: 0;
}
.cart-confirmation__text {
  position: relative;
  display: flex;
  gap: 20px;
  font-family: "Onest", sans-serif;
  font-size: 16px;
  line-height: 25px;
}
@media screen and (min-width: 376px) {
  .cart-confirmation__text:before {
    content: "";
    flex-shrink: 0;
    margin-top: 10px;
    width: 30px;
    height: 2px;
    background-color: #a4dd1d;
    border-radius: 1px;
  }
}
.cart-confirmation__icon {
  position: absolute;
  right: 30px;
  top: 30px;
  width: 90px;
  height: 90px;
}
@media screen and (max-width: 375px) {
  .cart-confirmation__icon {
    width: 50px;
    height: 50px;
  }
}

/*--------------------------------------------------------------
# Order
--------------------------------------------------------------*/
.order {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.order__inner {
  position: relative;
}
.order__loader {
  --margin: -20px;
  --radius: 30px;
  top: 0;
}
.order__status {
  padding: 30px 40px;
  background-image: linear-gradient(to top, rgb(235, 245, 254), rgb(247, 251, 255));
  border: 1px solid #bbe0ff;
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .order__status {
    padding: 20px;
  }
}
.order__payment {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: auto;
  padding: clamp(30px, 3vw, 40px) clamp(30px, 3vw, 50px);
  width: 855px;
  max-width: 100%;
  background-image: linear-gradient(to top, rgb(235, 245, 254), rgb(247, 251, 255));
  border: 1px solid #bbe0ff;
  border-radius: 20px;
}
.order__payment-title {
  margin-block: 0 15px;
}
.order__user {
  padding: 30px clamp(25px, 3vw, 40px);
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0px 0px 16px 0px rgba(96, 121, 169, 0.08);
}
.order__user-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.order__user-item {
  position: relative;
  display: flex;
  align-items: center;
  gap: 5px 20px;
  font-family: "Onest", sans-serif;
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  .order__user-item {
    flex-wrap: wrap;
  }
}
.order__user-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: 18px;
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  .order__user-text {
    width: 100%;
  }
}
.order__user-bold {
  width: 140px;
  font-weight: 600;
}

/* ## Pay */
.pay-order__label {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 500;
}
.pay-order__label label {
  position: relative;
  margin: 10px !important;
  cursor: pointer;
}
.pay-order__label input {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  margin-top: 8px;
}
.pay-order__actions {
  display: flex;
  align-items: center;
  gap: 20px 30px;
}
@media screen and (max-width: 768px) {
  .pay-order__actions {
    flex-direction: column;
  }
}
.pay-order__button {
  width: 320px;
  height: 55px;
}
@media screen and (max-width: 768px) {
  .pay-order__button {
    width: 100%;
  }
}
.pay-order__payments {
  flex-direction: column;
}

/*--------------------------------------------------------------
# Article
--------------------------------------------------------------*/
.post {
  /* ## Header */
  /* ## Content */
}
.post--single {
  display: flex;
  flex-direction: column;
  gap: 25px;
  margin-bottom: 70px;
}
.post__header {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.post__thumbnail {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-block: 30px;
  height: 400px;
  border-radius: 40px;
  overflow: hidden;
}
@media screen and (max-width: 480px) {
  .post__thumbnail {
    height: 300px;
  }
}
.post__thumbnail-src {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 0;
}
.post__content {
  margin-bottom: 60px;
  font-family: "Onest", sans-serif;
}
.post__content > *:first-child {
  margin-top: 0;
}
.post__content > *:last-child {
  margin-bottom: 0;
}

/* ## Recommend, related */
.recommended-products {
  margin: 30px -30px;
}
@media screen and (max-width: 480px) {
  .recommended-products {
    margin: 30px 0;
  }
}

/*--------------------------------------------------------------
# Comments
--------------------------------------------------------------*/
.comments {
  display: flex;
  flex-direction: column;
  /* ## Respond */
}
.comments__list {
  display: flex;
  flex-direction: column;
  margin-bottom: 60px;
}
.comments__list--carousel {
  padding: 35px clamp(15px, 3vw, 35px);
  background-color: #f7f8fa;
  border-radius: 30px;
}
@media screen and (max-width: 1024px) {
  .comments__list--carousel {
    padding-right: 0;
  }
}
.comments__list--carousel .splide__slide {
  padding: 15px;
}
.comments__list--column {
  gap: 30px;
  margin-left: -50px;
  width: 1005px;
  max-width: var(--viewport-width);
}
@media screen and (max-width: 1005px) {
  .comments__list--column {
    margin-left: calc(-1 * (var(--viewport-width) - 905px) / 2 + var(--global_padding) * 0.5);
    width: calc(var(--viewport-width) - var(--global_padding) * 1);
  }
}
@media screen and (max-width: 905px) {
  .comments__list--column {
    margin-left: calc(-1 * var(--global_padding) * 0.5);
    width: calc(var(--viewport-width) - var(--global_padding) * 1);
  }
}
.comments__list--column .comment {
  padding: 30px;
  background-color: #f7f8fa;
  border-radius: 30px;
}
@media screen and (max-width: 768px) {
  .comments__list--column .comment {
    padding: 10px;
  }
}
.comments__list .comments__respond {
  margin-left: 24px;
  padding-left: 24px;
  border-left: 1px solid #bbe0ff;
}
.comments .children {
  display: flex;
  flex-direction: column;
  gap: 32px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.comments .children .children {
  margin-left: 24px;
}
.comments .children .comment {
  padding-left: 24px;
  border-left: 1px solid #bbe0ff;
}
.comments__logged-in {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.comments__actions {
  display: flex;
  gap: 8px;
}
.comments__form {
  margin: 0 auto;
  width: 905px;
  max-width: 100%;
  padding: clamp(25px, 3vw, 50px) clamp(25px, 3vw, 50px);
}

/* ## Comment */
.comment {
  height: 100%;
  /* ## Rating */
}
.comment__container {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 20px 30px;
  height: 100%;
  background-color: #fff;
  box-shadow: 0px 0px 16px 0px rgba(96, 121, 169, 0.08);
  border-radius: 20px;
}
.comment__header {
  display: flex;
  align-items: center;
  gap: 10px;
}
.comment__author {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}
.comment__content {
  font-size: 14px;
  line-height: 20px;
}
.comment__date {
  margin-top: auto;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.5);
  line-height: 20px;
}
.comment__product {
  margin-left: auto;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.5);
  line-height: 20px;
}
.comment__rating {
  display: flex;
  align-items: center;
  gap: 2px;
}
.comment__rating-star {
  display: flex;
}
.comment__rating-icon {
  fill: #f7f8fa;
}
.comment__rating-star--active .comment__rating-icon {
  fill: #fad400;
}

/* ## Rating */
.comment-rating {
  display: flex;
  align-items: center;
  gap: 15px 40px;
}
@media screen and (max-width: 768px) {
  .comment-rating {
    flex-direction: column;
    align-items: flex-start;
  }
}
.comment-rating__title {
  font-size: 16px;
  font-weight: 600;
}
.comment-rating__list {
  display: flex;
  align-items: center;
  gap: 10px;
}
.comment-rating__label {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 5px;
  transition: background-color 0.3s;
  cursor: pointer;
}
@media screen and (max-width: 375px) {
  .comment-rating__label {
    width: 36px;
    height: 36px;
  }
}
.comment-rating__label--selected {
  background-color: #fad400;
}
.comment-rating__icon {
  fill: #c9d5d7;
  transition: fill 0.3s;
}
.comment-rating__label:hover .comment-rating__icon, .comment-rating__label--selected .comment-rating__icon {
  fill: #fff;
}
.comment-rating__input {
  display: none;
}

/* ## Reviews info */
.reviews-info {
  display: grid;
  gap: 40px 60px;
  align-items: center;
}
@media screen and (max-width: 1280px) {
  .reviews-info {
    grid-template-columns: minmax(250px, 1fr);
  }
}
.reviews-info__rating {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(20px, 3vw, 40px);
  align-items: center;
}
.reviews-info__summary {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.reviews-info__summary-rating {
  display: flex;
  align-items: center;
  gap: 17px;
}
.reviews-info__summary-icon {
  fill: #fad400;
}
.reviews-info__summary-average {
  font-family: "Roboto", sans-serif;
  font-size: 60px;
  line-height: 1;
}
.reviews-info__summary-count {
  font-size: 12px;
  line-height: 20px;
  opacity: 0.7;
}
.reviews-info__stars {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.reviews-info__stars-row {
  display: flex;
  align-items: center;
  gap: 5px;
}
.reviews-info__stars-icon {
  flex-shrink: 0;
  fill: #fad400;
}
.reviews-info__stars-value {
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
}
.reviews-info__stars-bar {
  display: flex;
  flex-grow: 1;
  margin-left: 5px;
}
.reviews-info__stars-line {
  height: 7px;
  min-width: 3px;
  background-color: #a4dd1d;
  border-radius: 3px;
}
.reviews-info__pros-cons {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 768px) {
  .reviews-info__pros-cons {
    grid-template-columns: minmax(250px, 1fr);
  }
}
.reviews-info__pros {
  padding-right: 50px;
  border-right: 1px solid #e8ebee;
}
@media screen and (max-width: 768px) {
  .reviews-info__pros {
    padding-right: 0;
    padding-bottom: 30px;
    border-right: 0;
    border-bottom: 1px solid #e8ebee;
  }
}
.reviews-info__pros ul {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 0;
  margin: 0;
  list-style: none;
}
.reviews-info__pros ul li {
  position: relative;
  padding-left: 35px;
}
.reviews-info__pros ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 16px;
  height: 16px;
  background-image: url(../img/pros.png);
  background-position: center;
  background-repeat: no-repeat;
}
.reviews-info__cons {
  padding-left: 50px;
}
@media screen and (max-width: 768px) {
  .reviews-info__cons {
    padding-left: 0;
    padding-top: 30px;
  }
}
.reviews-info__cons ul {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 0;
  margin: 0;
  list-style: none;
}
.reviews-info__cons ul li {
  position: relative;
  padding-left: 35px;
}
.reviews-info__cons ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 16px;
  height: 16px;
  background-image: url(../img/cons.png);
  background-position: center;
  background-repeat: no-repeat;
}

/*--------------------------------------------------------------
# Reviews
--------------------------------------------------------------*/
.reviews__title {
  margin-bottom: 40px;
}
.reviews__summary {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(25px, 3vw, 40px);
}
.reviews__column {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px 20px;
}
@media screen and (max-width: 768px) {
  .reviews__column {
    flex-direction: column;
    text-align: center;
    justify-content: flex-start;
  }
}
.reviews__column-value {
  font-family: "Roboto", sans-serif;
  font-size: clamp(50px, 10vw, 150px);
  font-weight: 400;
  line-height: 1;
}
.reviews__column-description {
  display: flex;
  flex-direction: column;
  gap: 20px;
  font-family: "Onest", sans-serif;
  font-size: clamp(12px, 3vw, 14px);
  color: rgba(0, 0, 0, 0.7);
  line-height: 20px;
}
@media screen and (max-width: 768px) {
  .reviews__column-icon {
    position: absolute;
    right: 0;
    top: 5px;
  }
}
.reviews__column-icon--yellow {
  fill: #fad400;
}
.reviews__column-icon--green {
  fill: #a4dd1d;
}
.reviews__form {
  margin: 0 auto;
  width: 905px;
  max-width: 100%;
  padding: clamp(25px, 3vw, 50px) clamp(25px, 3vw, 50px);
}
.reviews__more {
  align-self: center;
  margin-top: 30px;
  width: 250px;
}

/*--------------------------------------------------------------
# Archive
--------------------------------------------------------------*/
.archive-info {
  margin-bottom: 30px;
}
.archive-info__title-highlight {
  display: inline-flex;
  padding: 8px 15px;
  line-height: 1;
  border: 1px solid #bbe0ff;
  border-radius: 23px;
}

.archive-filter {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 50px;
}
.archive-filter__title {
  font-family: "Onest", sans-serif;
  font-size: 16px;
}
.archive-filter__list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.archive-filter__item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 10px 10px 20px;
  font-size: 14px;
  line-height: 18px;
  border: 1px solid #bbe0ff;
  border-radius: 20.5px;
  cursor: pointer;
  background-image: linear-gradient(to right, #fff, #fff 40%, rgb(57, 59, 197), rgb(57, 59, 197), rgb(73, 136, 243), rgb(73, 136, 243));
  background-size: 250% 100%;
  transition: all 0.6s cubic-bezier(0.615, 0, 0.07, 1);
}
.archive-filter__item:hover {
  color: #fff;
  background-position: 90% 0;
}
.archive-filter__item--active, .archive-filter__item:hover {
  border-color: transparent;
}
.archive-filter__item--active {
  color: #fff;
  background-position: 90% 0;
}
.archive-filter__count {
  width: 21px;
  height: 21px;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.4);
  line-height: 1;
  background-color: #f2f9ff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.6s cubic-bezier(0.615, 0, 0.07, 1);
}
.archive-filter__item--active .archive-filter__count, .archive-filter__item:hover .archive-filter__count {
  color: #000;
  background-color: #fff;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 20px;
  margin: 0 0 25px;
  padding: 0;
  list-style: none;
}
.breadcrumbs__item {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  font-size: 14px;
  line-height: 19.6px;
}
.breadcrumbs__link {
  color: #2e89fb;
}
.breadcrumbs__link:hover {
  text-decoration: underline;
}
.breadcrumbs__last {
  opacity: 0.65;
}
.breadcrumbs__icon {
  fill: #2e89fb;
}

/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/
.sticky {
  position: sticky;
  top: 30px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.widget__title {
  font-family: "Onest", sans-serif, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
}

/*--------------------------------------------------------------
# 404
--------------------------------------------------------------*/
.error-info {
  padding-top: 40px;
}
.error-info:before {
  content: "";
  position: absolute;
  top: 0;
  left: calc(-1 * var(--viewport-width) / 2 + 50%);
  width: var(--viewport-width);
  height: 1px;
  background-color: #bbe0ff;
}
.error-info__content {
  margin: 30px auto 0;
}
.error-info__small {
  margin-bottom: 40px;
  width: 100%;
  font-size: 14px;
  opacity: 0.5;
}
.error-info__description {
  display: flex;
  align-items: center;
}
.error-info__description-num {
  margin-right: 40px;
  font-size: 320px;
  font-weight: 700;
  color: #f2f9ff;
  line-height: 1.2;
}
@media screen and (max-width: 980px) {
  .error-info__description-num {
    font-size: 28vw;
  }
}
@media screen and (max-width: 768px) {
  .error-info__description-num {
    margin-right: 20px;
  }
}
@media screen and (max-width: 480px) {
  .error-info__description-num {
    margin-right: 0;
  }
}

.guide {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(410px, 1fr));
  gap:50px
}

.guide > div {
  position: relative;
  padding: 60px 50px;
  border-radius:20px
}
.guide.main-block h2 {
  position: absolute;
  top: 130px;
  margin-bottom: 0;
  font-size: 60px;
  transform-origin: center center 0;
  transform: rotate(-90deg);
  white-space:nowrap
}

.helper {
  min-height: 300px;
  background-color:#f1f6f8
}

.helper h2 {
  left:-20px
}

.guide small {
  position: absolute;
  top: -13px;
  left: 50px;
  line-height: 1;
  padding: 7px 15px;
  font-size: 14px;
  color: #fff;
  border-radius:20px
}

.helper small {
  background-color:#e2154a
}

.helper-items .hot:after {
  content: '';
  flex-shrink: 0;
  align-self: baseline;
  margin-left: 15px;
  width: 20px;
  height: 24px;
  background-image: url(../../../themes/zagrandoc/img/images.png);
  background-position: -136px -10px;
  background-repeat:no-repeat
}

.alphabet {
  min-height: 350px;
  border:1px solid #3ec990
}

.guide .alphabet h2 {
  left:-35px
}

.alphabet small {
  background-color:#3ec990
}

.letters {
  position: relative;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(50px, 70px));
  gap:10px
}

.letter-wrap {
  position:relative
}

.letter.active {
  position: absolute;
  left: -20px;
  top: -25px;
  z-index: 99;
  display: flex;
  flex-direction: column;
  padding: 40px;
  width: 350px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0 0 21px 0 rgba(145, 147, 167, .24);
  border-radius:20px
}

.letter:not(.active) .top {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  border-width: 1px;
  border-style: solid;
  border-color: #e1e5e6;
  border-radius: 10px;
  cursor: pointer;
  transition:.3s
}

.letter:not(.active) .top:hover {
  border-color:#3ec990
}

.letter:not(.active) .cross, .letter:not(.active) .bottom {
  display:none
}

.letter .cross {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 100;
  width: 12px;
  height:12px
}

.letter .cross:before, .letter .cross:after {
  left: 6px;
  height: 12px;
  background-color:#bb133e
}

.char {
  font-size: 40px;
  line-height:1
}

.letter.active .char {
  padding-bottom: 30px;
  border-bottom:1px solid #e1e5e6
}

.count {
  position: absolute;
  font-size: 12px;
  color: #3ec990;
  top: 2px;
  right:5px
}

.letter.active .count {
  display:none
}

.country-list {
  display: flex;
  flex-direction: column;
  margin-top: 25px;
  margin-left: -15px;
  margin-right: -15px;
  max-height: 260px;
  overflow-y:scroll
}

.country-list a {
  display: flex;
  align-items: center;
  padding: 6px 15px;
  line-height: 1.47;
  color: initial;
  border-radius:10px;
  text-decoration: none;
}

.country-list a:hover {
  background-color:#eef5f7
}

.country-list::-webkit-scrollbar-track {
  border-radius: 5px;
  background-color:#f1f6f8
}

.country-list::-webkit-scrollbar {
  width: 10px;
  background-color:#f1f6f8
}

.country-list::-webkit-scrollbar-thumb {
  width: 20px;
  height: 50px;
  background-color: #3ec990;
  border-radius:5px
}



.timeline .item {
  display:flex
}

.item-date {
  font-size: 14px;
  color:#3ec990
}

.timeline .item-date {
  flex-shrink: 0;
  flex-basis:115px
}

.timeline .h6 {
  position: relative;
  padding-left: 30px;
  color: inherit;
  transition:.3s
}

.timeline .item:not(:last-of-type) .h6 {
  padding-bottom:15px
}

.timeline .h6:hover {
  color:#3ec990
}

.timeline .h6:before {
  content: '';
  position: absolute;
  left: 0;
  top: 10px;
  z-index: 2;
  width: 5px;
  height: 5px;
  background-color: #9ed098;
  border-radius:50%
}

.timeline .h6:hover:before {
  background-color:#3ec990
}

.timeline .item:not(:last-of-type) .h6:after {
  content: '';
  position: absolute;
  left: 2px;
  top: 12px;
  z-index: 1;
  width: 1px;
  height: 100%;
  background-color:#e1e5e6
}

@media screen and (max-width: 1720px) {
  .letter.active {
      left: unset;
      right:0
  }
}

@media screen and (max-width: 800px) {
  .letter.active {
      left:calc(50% - 175px)
  }
}

@media screen and (max-width: 600px) {
  .guide {
      grid-template-columns:auto
  }

  .guide > div {
      padding:40px 30px
  }

  .guide.main-block h2 {
      display:none
  }

  .guide .letters {
      position: initial;
      margin-left: 0;
      padding-left:0
  }

  .letter-wrap {
      position:initial
  }

  .letter.active {
      width: 100%;
      top: unset;
      left:unset
  }

  .guide .letters:before {
      content:none
  }

  .letter .cross:before, .letter .cross:after {
      height:20px
  }
}



.lwptoc {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-right: auto;
  margin-left: auto;
  padding: 50px 50px 35px;
  width: 1005px;
  max-width: 100%;
  background-color: #fff;
  border-radius: 40px;
  box-shadow: 0px 0px 16px 0px rgba(96, 121, 169, 0.08);
}

.lwptoc_header {
  margin: -5px 0 0
}

.lwptoc_title {
  margin: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 1
}

.lwptoc_itemWrap {
  font-size: 16px;
  font-weight: 500;
  margin: 15px 0 -7px;
  padding: 0
}

.lwptoc_itemWrap .lwptoc_itemWrap {
  margin: 0
}

.lwptoc_item {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 0 0 0 20px;
  margin: 10px 0 0 0
}

.lwptoc_item:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 10px;
  height: 10px;
  border: 2px solid #a4dd1d;
  border-radius: 50%;
}

.lwptoc_item a {
  color: #656c8e;
  text-decoration: none;
}

.lwptoc_item a:hover, .lwptoc_item a:focus {
  text-decoration: underline
}

.lwptoc_toggle a {
  color: #fff;
  background-image: linear-gradient(to right, rgb(78, 194, 27), rgb(154, 212, 14) 40%, rgb(57, 59, 197), rgb(57, 59, 197), rgb(73, 136, 243), rgb(73, 136, 243));
  background-size: 250% 100%;
  border-radius: 10px;
  cursor: pointer;
  font-size: 13px;
  font-style: normal;
  padding: 6px 15px;
  transition: all 0.6s cubic-bezier(0.615, 0, 0.07, 1);
  bottom: 3px;
  left: 10px;
  position: relative;
}

.lwptoc_toggle a:hover {
  color: #fff;
  background-position: 90% 0;
  background-image: linear-gradient(to right, rgb(78, 194, 27), rgb(154, 212, 14) 40%, rgb(57, 59, 197), rgb(57, 59, 197), rgb(73, 136, 243), rgb(73, 136, 243));
}

.pagination {
  margin-top: 70px;
}

.nav-links {
  display: flex;
  align-items:center
}

.page-numbers {
  margin-right: 10px;
  padding: 17px 20px;
  font-weight: 400;
  line-height: 1;
  color: #fff;
  background-image: linear-gradient(to right, rgb(78, 194, 27), rgb(154, 212, 14) 40%, rgb(57, 59, 197), rgb(57, 59, 197), rgb(73, 136, 243), rgb(73, 136, 243));
  background-size: 250% 100%;
  border-radius:5px
}

.page-numbers.current, .page-numbers:hover {
  background-position: 100% 0;
}

@media screen and (max-width: 800px) {
  .nav-links {
    justify-content:center
  }
}
