:root {
  --black: #262D38;
  --white: #fff;
  --gray-light: #ebebeb;
  --dark: #293843;
  --accent-color: #4494DE;
  --accent-color-hover: #2980D0;
  --accent-color-light: #4494DE1A;
  --table-color:#ECF4FC;
  --red: #ED4C54;
  --blue-light: #f1f5f9;
  --gray: #8e99a3;
  --main-color: var(--dark);
  --main-offsize: 0.875rem;
  --add-offsize: 1rem;
  --green: #27A912;
}


@font-face {
  font-family: "Futura PT";
  font-display: swap;
  src: url("../fonts/FuturaPT-ExtraBold.woff2") format("woff2"), url("../fonts/FuturaPT-ExtraBold.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: "Futura PT";
  font-display: swap;
  src: url("../fonts/FuturaPT-Bold.woff2") format("woff2"), url("../fonts/FuturaPT-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Futura PT";
  font-display: swap;
  src: url("../fonts/FuturaPT-Demi.woff2") format("woff2"), url("../fonts/FuturaPT-Demi.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Futura PT";
  font-display: swap;
  src: url("../fonts/FuturaPT-Medium.woff2") format("woff2"), url("../fonts/FuturaPT-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Futura PT";
  font-display: swap;
  src: url("../fonts/FuturaPT-Book.woff2") format("woff2"), url("../fonts/FuturaPT-Book.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Futura PT";
  font-display: swap;
  src: url("../fonts/FuturaPT-Light.woff2") format("woff2"), url("../fonts/FuturaPT-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}

* {
  padding: 0px;
  margin: 0px;
  border: 0px;
}

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


html,
body {
  height: 100%;
  min-width: 320px;
}

body {
  color: var(--main-color);
  line-height: 1;
  font-family: "Futura PT";
  font-size: var(--main-offsize);
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

input,
button,
textarea {
  font-family: "Futura PT";
  font-size: inherit;
}

button {
  cursor: pointer;
  color: inherit;
  background-color: inherit;
}

a {
  color: inherit;
}

a:link,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}

.lock body {
  overflow: hidden;
  -ms-touch-action: none;
      touch-action: none;
}

.wrapper {
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
}

.wrapper {
  background: url("../images/background.png") no-repeat;
}

.wrapper > main {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.wrapper > main::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  /* background-color: rgba(41, 56, 67, 0.5); */
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: visibility 0.3s ease 0s, opacity 0.3s ease;
  -o-transition: visibility 0.3s ease 0s, opacity 0.3s ease;
  transition: visibility 0.3s ease 0s, opacity 0.3s ease;
}

.menu-open .wrapper>main {
  position: relative;
}

#iFrame1 {
  height:2230px !important;
  width:100%;
}

.menu-open .wrapper>main::after {
  opacity: 1;
  visibility: visible;
}

.wrapper>* {
  min-width: 0;
}

.message_sended_chat {
  z-index: 8;
  text-align: center;
  font-size: 30;
  height: 15%;
}

.message_sended_chat h2 {
  font-weight: bold;
}

.message_sended {
  z-index: 10000;
  text-align: center;
  font-size: 30;
  /* height: 0; */
}

.message_sended h2 {
  font-weight: bold;
}

.active {
  visibility: visible !important;
}

.hidden {
  visibility: hidden !important;
  height: 0;
}



#install {
  position: relative;
  width: 100%;
  height: 50px;
  /* font-weight: 700; */
  /* margin: 1% 0 1% 0; */
  text-align: center;
  display: flex;
  justify-content:space-between;
  align-items: center;
  border-bottom: 1px solid var(--gray-light);
}

#install span {
  margin-left: 2.5%;
}

#install_buttons {
  display: flex;
  justify-content:space-between;
  align-items: center;
  text-align: center;
  margin-right: 2%;
  /* width: 14rem; */
}

#install__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* width: 100%; */
  width: max-content;
  max-width: 12.75rem;
  padding: 0.6375rem;
  margin: 0 2.5% 0 0;
  font-size: 0.9375rem;
  font-weight: 500;
  color: var(--white);
  background: -o-linear-gradient(359.43deg, #42E291 0%, #28D17C 100%);
  background: linear-gradient(90.57deg, #42E291 0%, #28D17C 100%);
  border-radius: 10px;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.select__content {white-space: nowrap;}

.close__install__button{
  z-index: 1000000;
  opacity: 0.7;
  /* border-radius: 100% 0 0; */
  transition: all 0.3s ease 0s;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15px;
  height: 15px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
  background-image: url("../images/close.webp");
}
/*
.close__install__button::before{
  content: "";

} */

.chat_button {
  position: fixed;
  left: 1%;
  bottom: 1%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  color: var(--white);
  background: linear-gradient(90.57deg, #42E291 0%, #28D17C 100%);
  z-index: 9;
}

.chat_button::before {
  font-size: 0.9375rem;
  font-weight: 500;
  width: 35px;
  height: 35px;
}

/* The popup chat - hidden by default */
.form-popup {
  /* display: none; */
  position: fixed;
  left: 5%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: left;
  bottom: 1%;
  z-index: 9;
}

.form-popup_ {
  /* display: none; */
  position: fixed;
  left: 5%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: left;
  bottom: 1%;
  z-index: 9;
  width: auto;
  /* height: 16%; */
  padding: 10px;
  border-radius: 1.25rem;
  background-color: white;
}

.ac-hid {
  display: none;
}

.form-container h1 {
  margin-bottom: 2%;
}

/* Add styles to the form container */
.form-container {
  max-width: 300px;
  padding: 10px;
  border-radius: 1.25rem;
  background-color: white;
}

.form-container input {
  width: 100%;
  padding: 15px;
  margin: 5px 0 22px 0;
  border: none;
  background: #f1f1f1;
  resize: none;
}

.form-container input:focus {
  background-color: #ddd;
  outline: none;
}

/* Full-width textarea */
.form-container textarea {
  width: 100%;
  padding: 15px;
  margin: 5px 0 22px 0;
  border: none;
  background: #f1f1f1;
  resize: none;
  min-height: 200px;
}

/* When the textarea gets focus, do something */
.form-container textarea:focus {
  background-color: #ddd;
  outline: none;
}

.form-container textarea::-webkit-input-placeholder {
  color: black; /*Change the placeholder color*/
  opacity: 0.5; /*Change the opacity between 0 and 1*/
}

/* Set a style for the submit/login button */
.form-container .btn {
  background: linear-gradient(90.57deg, #42E291 0%, #28D17C 100%);
  /* background-color: #04AA6D; */
  color: white;
  padding: 16px 20px;
  border: none;
  cursor: pointer;
  border-radius: 1.25rem;
  width: 100%;
  margin-bottom:10px;
  opacity: 0.8;
}

/* Add a red background color to the cancel button */
.form-container .cancel {
  background-color: red;
}

/* Add some hover effects to buttons */
.form-container .btn:hover, .open-button:hover {
  opacity: 1;
}


.btn-up {
  z-index: 1000000;
  position: fixed;
  opacity: 0.7;
  right: -1%;
  bottom: -2%;
  border-radius: 100% 0 0;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 80px;
}

.btn-up::before {
  content: "";
  width: 35px;
  height: 35px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
  color: #000;
  background-image: url("../images/up3.webp");
}

.btn-up_hide {
  display: none;
}

@media (hover: hover) and (pointer: fine) {
  .btn-up:hover {
    background-color: rgba(120, 120, 120, 0.388); /* цвет заднего фона при наведении */
  }
}


.read-more-checker {
  display: none;
}

.contact_us_phones {
  display: none;
}

.menu-open .wrapper > main {
  position: relative;
}

.menu-open .wrapper > main::after {
  opacity: 1;
  visibility: visible;
}

.wrapper > * {
  min-width: 0;
}

[class*=__container] {
  max-width: 75rem;
  margin: 0 auto;
}

.form {
  padding: 1.25rem 0;
  border-radius: 1.25rem;
  background: var(--table-color);
}

.form__row--top-alignment {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.form__row--captcha {
  margin: 20px 0;
}

.form__label {
  font-weight: 500;
  font-size: 1rem;
}

.form__input {
  position: relative;
}

.form__input .g-recaptcha {
  width: 0 !important;
}

.form__text-block {
  line-height: 1.4285714286;
}

.form__text-block:not(:last-child) {
  margin: 0 0 0.8125rem 0;
}

.form__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: max-content;
  padding: 0 30px;
  font-size: 14px;
  font-weight: 500;
  color: var(--white);
  background: var(--accent-color);
  border-radius: 14px;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  text-transform: uppercase;
  height: 48px;
  cursor: pointer;
}

.form__button span {
  margin-right: 0.625rem;
}

.form__button svg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 1.25rem;
          flex: 0 0 1.25rem;
}

.button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0px 0px;
}

.button._fw {
  width: 100%;
}

input[type=text],
input[type=email],
input[type=tel],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
}

input[type=text]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
}

input[type=text]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
textarea::-moz-placeholder {
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
}

input[type=text]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
}

input[type=text]::-ms-input-placeholder,
input[type=email]::-ms-input-placeholder,
input[type=tel]::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
}

input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=tel]::placeholder,
textarea::placeholder {
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
}

.input {
  width: 100%;
  padding: 1.03125rem 1.25rem;
  border-radius: 14px;
  color: #a0aeb8;
  -webkit-transition: color 0.3s ease, border-color 0.3s ease;
  -o-transition: color 0.3s ease, border-color 0.3s ease;
  transition: color 0.3s ease, border-color 0.3s ease;
}

.input._form-focus {
  color: var(--main-color);
  border-color: var(--main-color);
}

.input._form-error {
  border-color: var(--red);
}

textarea.input {
  min-height: 200px;
  resize: none;
}

.checkbox {
  position: relative;
}

.checkbox:not(:last-child) {
  margin-bottom: 0.3125em;
}

.checkbox__input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
}

.checkbox__input:checked + .checkbox__label:before {
  background-color: var(--accent-color);
}

.checkbox__label {
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  gap: 10px;
  cursor: pointer;
}

.checkbox__label--disabled {
  pointer-events: none;
}

.checkbox__label:before {
  content: "";
  -ms-flex-item-align: start;
      align-self: flex-start;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 1.5rem;
          flex: 0 0 1.5rem;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  background: url(../images/icons/checkmark.svg) center/15px 15px no-repeat;
  background-color: var(--white);
  -webkit-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.checkbox__text {
  line-height: 1.4285714286;
}

.checkbox__text span {
  white-space: nowrap;
}

.delivery-item {
  width: 100%;
}

.delivery-item__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.delivery-item__label {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.25;
}

.delivery-item__price {
  font-size: 0.8125rem;
  font-weight: 500;
  color: var(--red);
}

.delivery-item__price--black {
  text-align: center;
  font-size: 1rem;
  font-weight: 700;
  color: var(--main-color);
}

.delivery-item__descr {
  line-height: 1.4285714286;
}

.select {
  position: relative;
}

.select__body {
  position: relative;
}

.select__title {
  color: inherit;
  text-align: left;
  background-color: #fff;
  cursor: pointer;
  width: 100%;
}

.select__value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  font-weight: 500;
  font-size: 0.8125rem;
}

.select__value > * {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.select__value:after {
  content: "";
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16px;
          flex: 0 0 16px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  background: url(../images/icons/arr-down.svg) 0 0 no-repeat;
}

._select-open .select__value:after {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.select__value._select-pseudo-label::before {
  content: attr(data-pseudo-label);
  opacity: 0.5;
}

.select__text {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.select__input {
  width: 100%;
  background-color: transparent;
  height: 100%;
}

.select__options {
  position: absolute;
  bottom: 0;
  left: 50%;
  min-width: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0px 21px 20px -15px rgba(55, 73, 87, 0.1);
          box-shadow: 0px 21px 20px -15px rgba(55, 73, 87, 0.1);
  border-radius: 20px;
  -webkit-transform: translate(-50%, 100%);
      -ms-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
}

.select__scroll {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px;
}

.select__option {
  width: 100%;
  min-width: 6.25rem;
  text-align: center;
  cursor: pointer;
  color: inherit;
  font-weight: 500;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.select__option:not(:last-child) {
  margin-bottom: 0.625rem;
  padding-bottom: 0.625rem;
  border-bottom: 1px solid var(--gray-light);
}

.select__option._select-selected {
  color: var(--accent-color);
}

.select__row {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.select._select-open {
  z-index: 5;
}

._select-tag {
  cursor: pointer;
}

.quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.quantity__button {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 1.5rem;
          flex: 0 0 1.5rem;
  position: relative;
  cursor: pointer;
}

.quantity__button::before,
.quantity__button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  margin: 0px 0px 0px -4.5px;
  background-color: var(--main-color);
  width: 12px;
  height: 2px;
}

.quantity__button_plus::before {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.quantity__input {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.quantity__input input {
  height: 100%;
  font-size: 1rem;
  width: 100%;
  text-align: center;
  background-color: transparent;
}

[class*=-ibg] {
  position: relative;
}

[class*=-ibg] img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

[class*=-ibg_contain] img {
  -o-object-fit: contain;
     object-fit: contain;
}

.search {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 14px;
  background: var(--accent-color-light);
  height: 48px;
  padding: 0 20px;
}

.search__icon {
  cursor: pointer;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 1.25rem;
          flex: 0 0 1.25rem;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
  --search-dott-color: #fff;
  display: flex;
  background: #4494de00;
}

.search__icon:first-child {
  color: var(--accent-color);
}

.search-open .search__icon {
  --search-dott-color: var(--accent-color);
}

.search .search-close {
  display: none;
}

.search.search-open .search-icon {
  display: none;
}

.search.search-open .search-close {
  display: block;
}

.search__input {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.search__input input {
  width: 100%;
  padding: 0 0.9375rem;
  text-align: left;
  background: #4494de00;
  color: #262D3880;
}

.search__inner {
  position: absolute;
  z-index: 5;
  bottom: -1px;
  left: 0;
  width: 100%;
  max-width: 18.4375rem;
  -webkit-transform: translate(0px, 100%);
      -ms-transform: translate(0px, 100%);
          transform: translate(0px, 100%);
  -webkit-transition: visibility 0.3s ease 0s, opacity 0.3s ease;
  -o-transition: visibility 0.3s ease 0s, opacity 0.3s ease;
  transition: visibility 0.3s ease 0s, opacity 0.3s ease;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.search-open .search__inner {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.inner-search {
  padding: 1.25rem;
  -webkit-box-shadow: 0px 21px 20px -15px rgba(55, 73, 87, 0.1);
          box-shadow: 0px 21px 20px -15px rgba(55, 73, 87, 0.1);
  border-radius: 20px;
  background-color: var(--white);
}

.inner-search__label {
  margin-bottom: 7.5px;
  padding-bottom: 15px;
  font-weight: 500;
  color: var(--accent-color);
  border-bottom: 1px solid var(--gray-light);
}

.inner-search__list {
  margin: 0 4px;
}

.inner-search__item {
  display: inline-block;
  text-align: center;
}

.inner-search__item a {
  font-weight: 500;
  display: inline-block;
  padding: 7.5px;
  text-align: center;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
  max-width: 23px;
}

/* #autocomplete {
  /* width: auto;/   */
  /* background : url('/images/autocomplete/search.gif') right center no-repeat;
} */
.ac_results {
        border: 1px solid var(--accent-color);;
        border-radius: 10px;
        background-color: Window;
        overflow: hidden;
        text-align: left;

  position: absolute !important;
  z-index: 10000;
  top: 130px !important;
  left: unset;
  width: 45% !important;
  padding: 10px 15px;
  box-shadow: 4px 4px 12px -3px rgba(0, 0, 0, 0.75);
}

@media (max-width: 1024px) {
  .ac_results {
    border: 1px solid var(--accent-color);;
    border-radius: 10px;
    background-color: Window;
    overflow: hidden;
    text-align: left;

    position: absolute !important;
    z-index: 10000;
    top: 180px !important;
    left: 30px;
    width: 86% !important;
    padding: 10px 15px;
    box-shadow: 4px 4px 12px -3px rgba(0, 0, 0, 0.75);
  }
}

.ac_results ul {
  z-index: 10000;
        width: 100%;
        list-style-position: outside;
        list-style: none;
        padding: 0;
        margin: 0;
}

.ac_results iframe {
  z-index: 10000;
        display:none;/*sorry for IE5*/
        display/**/:block;/*sorry for IE5*/
        position:absolute;
        top:0;
        left:0;
        z-index:-1;
        width:3000px;
        height:3000px;
}

.ac_results li {
  z-index: 10000;
        background-color: white;
        margin: 0px;
        padding: 2px 5px;
        cursor: pointer;
        display: block;
        width: 100%;
        font: menu;
        font-size: 16px;
        overflow: hidden;
}

/* .ac_loading {
  z-index: 10000;
        background : url('/images/autocomplete/search_process.gif') right center no-repeat;
} */

.ac_over {
  z-index: 10000;
        color: var(--accent-color-hover);
}

.title {
  line-height: 52px;
  font-weight: 500;
  font-size: 40px;
  text-transform: uppercase;
}

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

.logo img {
  max-width: 180px;
  width: 100%;
}

.product-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 1.25rem;
  border: 1px solid var(--gray-light);
  background-color: var(--white);
  overflow: hidden;
  -webkit-transition: -webkit-box-shadow 0.3s ease 0s;
  transition: -webkit-box-shadow 0.3s ease 0s;
  -o-transition: box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s, -webkit-box-shadow 0.3s ease 0s;
}

.product-card--offers {
  border: none;
  padding: 0;
}

.product-card--offers img {
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1.25rem;
  border: 1px solid var(--gray-light);
}

.product-card__image {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  max-width: 10.5rem;
}

.product-card__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.product-card__info {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.product-card__label {
  margin: 0 0 0.1875rem 0;
  font-weight: 600;
  line-height: 1.4444444444;
}

.product-card__company {
  font-weight: 500;
  color: var(--dark-gray);
}

.product-card__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.product-card__price {
  margin: 0 0 0.3125rem 0;
  white-space: nowrap;
}

.product-card__button {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--accent-color);
  border-radius: 14px;
  color: var(--white);
  padding: 0 15px;
  height: 48px;
  width: max-content;
}

.fixed-bar__item {
  /* margin-top: 2px; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
}

.fixed-bar__item:not(:last-child) {
  margin-right: 0.625rem;
}

.fixed-bar__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* margin: 0 0 0.25rem 0; */
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20px;
  flex: 0 0 20px;
}

/* .fixed-bar__icon--home {
  margin-bottom: 6px;
} */

.fixed-bar__icon svg {
  height: 20px;
  width: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.fixed-bar__label {
  font-size: 0.75rem;
  font-weight: 500;
  text-align: center;
  color: var(--main-color);
}

.text-elipsis {
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

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

.swiper-button-lock {
  display: none;
}

.swiper-button-disabled {
  opacity: 0.2;
  cursor: auto;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.swiper-pagination-bullets:not(.swiper-pagination-lock) {
  margin: 1.5625rem 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.swiper-pagination-bullets:not(.swiper-pagination-lock).industries__controls span {
  background-color: rgba(7, 5, 70, 0.2);
}

.swiper-pagination-bullets:not(.swiper-pagination-lock) span {
  width: 10px;
  height: 10px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 10px;
          flex: 0 0 10px;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  -webkit-transition: background-color 0.3s ease 0s;
  -o-transition: background-color 0.3s ease 0s;
  transition: background-color 0.3s ease 0s;
}

.swiper-pagination-bullets:not(.swiper-pagination-lock) span:not(:last-child) {
  margin: 0 0.625rem 0 0;
}

.swiper-pagination-bullets:not(.swiper-pagination-lock) span.swiper-pagination-bullet-active {
  background-color: var(--add-color);
}

.swiper-grid > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.header {
  position: relative;
}

.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.625rem 0;
  align-items: center;
  justify-content: space-between;
}

.header__bottom {
  position: relative;
}

.actions__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  gap: 5px;
}

.actions__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  gap: 5px;
}

.actions__icon {
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
  display: flex;
}

.actions__label {
  font-weight: 500;
  font-size: 0.8125rem;
  white-space: nowrap;
}

.cart__total {
  font-weight: 500;
}

.cart__text {
  white-space: nowrap;
}

.cart__quantity {
  position: absolute;
  top: -6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 1.0625rem;
  height: 1.0625rem;
  border-radius: 50%;
  font-size: 0.6875rem;
  font-weight: 700;
  color: var(--white);
}

.button-categories__menu::before {
  content: "";
  background: url("../images/icons/menu-white.svg");
  width: 24px;
  height: 24px;
}

.button-categories__menu span {
  top: calc(50% - 0.0625rem);
}

.menu-open .button-categories__menu span {
  width: 0;
}

.menu-open .button-categories__menu::before {
  content: '';
  background: url("../images/icons/close-white.svg");
  width: 24px;
  height: 24px;
}

.menu-open .button-categories__menu::after {
  bottom: calc(50% - 0.0625rem);
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.phones-header__items {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}

.top-phones-header__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}

.top-phones-header__item {
  position: relative;
  white-space: nowrap;
  scroll-snap-align: start;
}

.top-phones-header__item::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: var(--accent-color);
  -webkit-transition: width 0.4s ease;
  -o-transition: width 0.4s ease;
  transition: width 0.4s ease;
}

.top-phones-header__item.request::after {
  background-color: var(--white);
}

.top-phones-header__item.request {
  display: flex;
  align-items: center;
}

.request_text {
  width: max-content;
  margin-right: 5px;
}

.menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 41.875rem;
  font-weight: 500;
}

.menu__item {
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.menu__link {
  position: relative;
  /* white-space: nowrap; */
  color: var(--blue-add);
}

.menu__link::after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0%;
  height: 1px;
  background-color: var(--blue-add);
  -webkit-transition: width 0.3s ease 0s;
  -o-transition: width 0.3s ease 0s;
  transition: width 0.3s ease 0s;
}

.tabs {
  display: -ms-grid;
  display: grid;
  background-color: var(--white);
}

.tabs__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25rem;
  width: 100%;
  font-size: 0.9375rem;
  font-weight: 500;
  text-align: left;
  color: var(--main-color);
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.tabs__title._tab-active {
  background-color: var(--accent-color);
  color: var(--white);
  border-radius: 10px;
  padding: 10px;
}

.tabs__title._tab-active::after{
  background: url(../images/icons/arr-down-white.svg) center/contain no-repeat;
}

.tabs__title::after {
  content: "";
  width: 1.25rem;
  height: 1.25rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 1.25rem;
          flex: 0 0 1.25rem;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  background: url(../images/icons/arr-down.svg) center/contain no-repeat;
}

.tabs__title:not(:last-child) {
  margin-bottom: 0.625rem;
  padding-bottom: 0.625rem;
  border-bottom: 1px solid var(--gray-light);
}

.tabs__body {
  max-width: 40.625rem;
}

.tabs__item {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.2142857143;
  color: var(--main-color);
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.footer {
  background-color: var(--accent-color-light);
  color: var(--black);
  padding: 40px 20px;
}

.footer_container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.footer_left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 350px;
}

.footer_right {
  display: flex;
  gap: 25px;
}

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

.footer__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 12.5625rem;
          flex: 0 1 12.5625rem;
  padding: 16px;
  margin: 0 1.25rem 0 0;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.2;
  background: var(--accent-color);
  height: 48px;
  color: var(--white);
  border-radius: 10px;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  text-transform: uppercase;
}

.footer__item {
  font-weight: 500;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
  width: 100px;
}

.footer_copyright {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  color: #262D38BF;
}

/* .footer__item a {
  white-space: nowrap;
} */

.footer__phone:not(:last-child) {
  margin: 0 0 0.3125rem 0;
}

.footer__copyright {
  background-color: var(--accent-color-light);
  font-size: 0.8125rem;
  line-height: 1.2307692308;
  color: #c0d0dc;
}

.footer__copyright p {
  max-width: 50rem;
  margin: 0px auto;
}

.page__hero {
  margin-bottom: 0.625rem;
}

.hero__body {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}

.hero__content {
  position: relative;
  z-index: 3;
}

.hero__digits {
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

.hero__stars img {
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.hero__text {
  font-weight: 500;
}

.hero__image img {
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.hero__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.hero__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.item-hero {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.item-hero__icon img {
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.item-hero__label {
  margin-bottom: 0.1875rem;
  font-weight: 600;
}

.item-hero__text {
  font-weight: 500;
}

.verifed__body {
  background: var(--blue-light);
  border-radius: 1.25rem;
}

.verifed__about img {
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

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

.verifed__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}

.verifed__item img {
  max-width: auto;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.bestsellers__body {
  display: -ms-grid;
  display: grid;
}

.product__image-wrapper {
  border-radius: 20px;
  display: flex;
  justify-content: center;
}

.product__image-wrapper img {
  max-width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.product__item-offer {
  display: block;
  border-radius: 1.25rem;
  overflow: hidden;
}

.product__item-offer img {
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.product__title {
  font-weight: 500;
  line-height: 1.1923076923;
  font-size: 40px;
}

.product__group {
  color: var(--accent-color);
  font-weight: 500;
  font-size: 1.125rem;
}

.details-product__row {
  /* display: -webkit-box;
  display: -ms-flexbox;
  display: flex; */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.details-product__row:not(:last-child) {
  margin-bottom: 1.25rem;
}

.details-product__row a {
  color: var(--accent-color);
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.details-product__row b,
.details-product__row a {
  font-weight: 500;
  /* margin-left: 4px; */
}

.details-product__descr {
  font-weight: 500;
  line-height: 1.4285714286;
}

.details-product__block-links {
  font-weight: 500;
  line-height: 1.4285714286;
}

.details-product__links a {
  color: var(--accent-color);
  font-weight: 400;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.item-product-info {
  background: var(--table-color);
  border-radius: 1.25rem;
}

.item-product-info__name {
  padding: 20px 0 0 20px;
  font-weight: 500;
  line-height: 1.2222222222;
}

.item-product-info__table {
  min-width: 100%;
}

.item-product-info__row {
  margin: 0 -2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
}

.item-product-info__row:nth-child(even) {
  background-color: var(--blue-light);
}

.item-product-info__row:not(.item-product-info__row--top) {
  min-height: 4.0625rem;
  padding: 0.46875rem;
  border-bottom: 1px solid var(--white);
}

.item-product-info__row--top {
  color: var(--black);
  border-bottom: 1px solid var(--white);
  border-top: 1px solid var(--white);
}

.item-product-info__row--discount .item-product-info__package {
  /* remove */
  /* display: flex;
  align-items: center; */
  /* add */
  position: relative;
}

.item-product-info__row--discount .item-product-info__package::before {
  content: "";
  -webkit-box-flex: 0;
      -ms-flex: 0 0 2.1875rem;
          flex: 0 0 2.1875rem;
  width: 2.1875rem;
  height: 2.1875rem;
  margin: 0 0.625rem 0 0;
  background: url("../images/icons/pref-01.svg") 0 0/contain no-repeat;
  /* add */
  z-index: 1000;
  position: absolute;
  top: 50%;
  left: -35%;
  -webkit-transform: translate(50%, -50%);
      -ms-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}

.item-product-info__package {
  line-height: 1.2222222222;
  font-weight: 400;
}

.item-product-info__package span {
  display: block;
}

.item-product-info__delivery {
  font-size: 0.8125rem;
  line-height: 1.2307692308;
  font-weight: 500;
  color: var(--accent-color);
}

.item-product-info__per-pill {
  text-align: center;
  font-weight: 400;
}

.item-product-info__price {
  font-weight: 400;
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin-right: 8px;
}

.item-product-info__old-price {
  color: var(--red);
}

.item-product-info__old-price span:first-child {
  text-decoration: line-through;
}

.item-product-info__add-to-cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--white);
  background: var(--accent-color);
  height: 48px;
  gap: 10px;
  border-radius: 14px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
}

.info-product__block {
  font-weight: 500;
  line-height: 1.4285714286;
}

.info-product__label {
  margin: 0 0 0.625rem 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.1875;
}

.reviews {
  background-color: var(--blue-light);
}

.reviews__slide {
  padding: 1.875rem;
  border: 1px solid #d8dde1;
  border-radius: 1.25rem;
  height: calc((100% - 30px) / 2) !important;
}

.reviews__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.9375rem;
}

.reviews__name {
  font-size: 1.125rem;
  font-weight: 600;
}

.reviews__stars {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 6.75rem;
          flex: 0 0 6.75rem;
}

.reviews__text {
  font-weight: 500;
  line-height: 1.4285714286;
}

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

.reviews__arrow {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto auto;
  grid-template-columns: auto auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 8.875rem;
          flex: 0 1 8.875rem;
  padding: 0.9375rem;
  font-size: 0.9375rem;
  font-weight: 500;
  color: var(--gray);
  background-color: var(--white);
  border-radius: 0.625rem;
}

.reviews__arrow:not(.swiper-button-disabled) {
  cursor: pointer;
  -webkit-transition: color 0.3s ease, opacity 0.3s ease;
  -o-transition: color 0.3s ease, opacity 0.3s ease;
  transition: color 0.3s ease, opacity 0.3s ease;
}

.reviews__arrow:not(.swiper-button-disabled) svg {
  color: var(--accent-color);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.page-cart__title {
  margin-bottom: 1.25rem;
}

.page-cart__order {
  padding: 1.25rem 0;
  border-radius: 1.25rem;
  background: var(--table-color);
}

.page-cart__offer {
  display: block;
  border-radius: 20px;
  overflow: hidden;
}

.page-cart__offer img {
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.order__label {
  text-align: center;
  font-weight: 600;
  line-height: 1.2;
}

.order__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.1875;
  justify-content: space-between;
}

.order__per-pack, .order__price {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.order__row:not(:last-child) {
  margin: 0 0 0.3125rem 0;
}

.order__row--headline {
  font-weight: 500;
  color: var(--gray);
  text-align: center;
}

.order__row--headline .order__per-pack {
  white-space: nowrap;
}

.order__row--headline .order__price {
  font-weight: 500;
}

.order__package {
  text-align: left;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.order__package a {
  font-weight: 500;
}

.order__new-price {
  font-weight: normal;
}

.order__remove {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 1.25rem;
          flex: 0 0 1.25rem;
  color: var(--red);
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.order__old-price {
  color: var(--red);
}

.order__old-price span {
  text-decoration: line-through;
}

.order__upgrade {
  line-height: 1.2307692308;
  font-weight: 400;
  cursor: pointer;
  color: var(--accent-color);
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
  font-size: 14px;
}

.preference-page-cart {
  border-radius: 20px;
  border: 1px solid var(--white);
  padding: 20px;
}

.preference-page-cart__item:not(:first-child) .preference-page-cart__label {
  padding-top: 5px;
}

.preference-page-cart__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  margin: 0 0 0.3125rem 0;
}

.preference-page-cart__icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 3.125rem;
          flex: 0 0 3.125rem;
  margin: 0 0.625rem 0 0;
}

.preference-page-cart__icon img {
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.preference-page-cart__label {
  font-weight: 600;
  line-height: 1.2;
}

.preference-page-cart__descr {
  font-weight: 500;
  line-height: 1.4285714286;
}

.bonus-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid var(--white);
}

.bonus-line__label {
  font-size: 1rem;
  font-weight: 500;
}
.bonus-line__label--final-order {
  font-weight: 400;
  margin-bottom: 0;
}

.bonus-line__items {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.bonus-line__button {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 1.25rem;
          flex: 0 0 1.25rem;
  color: var(--red);
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.bonus-line__total {
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.discount-line {
  border-bottom: 1px solid var(--gray-light);
}

.discount-line__label {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  font-size: 1rem;
  font-weight: 700;
}

.discount-line__inner {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.discount-line__input {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.discount-line__input .input {
  padding: 1.03125rem 1.25rem;
  border: 1px solid var(--gray-light);
  border-radius: 0.625rem;
  color: #a0aeb8;
  -webkit-transition: color 0.3s ease, border-color 0.3s ease;
  -o-transition: color 0.3s ease, border-color 0.3s ease;
  transition: color 0.3s ease, border-color 0.3s ease;
}

.discount-line__input .input._form-focus {
  color: var(--main-color);
  border-color: var(--main-color);
}

.discount-line__button {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 8.875rem;
          flex: 0 1 8.875rem;
  padding: 1rem;
  background: -o-linear-gradient(359.43deg, #42E291 0%, #28D17C 100%);
  background: linear-gradient(90.57deg, #42E291 0%, #28D17C 100%);
  border-radius: 10px;
  font-size: 0.9375rem;
  font-weight: 500;
  color: var(--white);
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.total-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.total-line__label {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin: 0 1.25rem 0 0;
  font-size: 1rem;
  font-weight: 700;
}

.total-line__data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  line-height: 1.1875;
}

.total-line__old-price {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  margin: 0 1.25rem 0 0;
  font-weight: 400;
  color: var(--red);
}

.total-line__old-price span {
  text-decoration: line-through;
}

.total-line__new-price {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}

.total-line__savings {
  font-weight: 500;
  color: var(--green);
}

.total-line__digits {
  font-weight: 500;
  font-size: 1rem;
}

.actions-line {
  font-size: 0.9375rem;
  line-height: 1.2;
  font-weight: 500;
}

.actions-line__continue {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem;
  color: var(--accent-color);
  background-color: var(--white);
  border-radius: 14px;
  -webkit-transition: color 0.3s ease, background-color 0.3s ease;
  -o-transition: color 0.3s ease, background-color 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease;
  text-transform: uppercase;
}

.actions-line__pay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.9375rem;
  color: var(--white);
  background: var(--accent-color);
  border-radius: 14px;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  text-transform: uppercase;
}

.actions-line__pay svg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 1.25rem;
          flex: 0 0 1.25rem;
}

.actions-line__pay span {
  margin-right: 0.625rem;
}



.page-order__order {
  margin-bottom: 1.25rem;
  padding: 1.25rem 0;
  border: 1px solid var(--gray-light);
  border-radius: 1.25rem;
}

.page-order__contact {
  margin-bottom: 1.25rem;
}

.page-order__data {
  margin-bottom: 1.25rem;
}

.page-order__place-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 15rem;
  margin: 0px auto;
  padding: 1rem;
  background: -o-linear-gradient(359.43deg, #42E291 0%, #28D17C 100%);
  background: linear-gradient(90.57deg, #42E291 0%, #28D17C 100%);
  border-radius: 10px;
  font-size: 0.9375rem;
  font-weight: 500;
  color: var(--white);
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.page-order__place-button span {
  margin-right: 0.625rem;
}

.final-order__label {
  text-align: center;
  font-weight: 600;
  line-height: 1.2;
}

.final-order__line--filled {
  background-color: var(--blue-light);
}

.final-order__line .discount-line__button {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 10rem;
          flex: 0 1 10rem;
}

.final-order__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.1875;
}

.final-order__row:not(:last-child) {
  margin: 0 0 0.3125rem 0;
}

.final-order__row--headline {
  font-weight: 500;
  text-transform: uppercase;
  color: var(--gray);
  text-align: center;
}

.final-order__row--headline .order__per-pack {
  white-space: nowrap;
}

.final-order__row--headline .final-order__price {
  font-weight: 500;
}

.final-order__package {
  text-align: left;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.final-order__quantity {
  text-align: center;
}

.final-order__per-pack {
  text-align: center;
}

.final-order__price {
  text-align: center;
  font-weight: 700;
}

.final-order__options {
  border-bottom: 1px solid var(--gray-light);
}

.final-order__option {
  padding: 0.9375rem 0;
}

.final-order__option:not(:last-child) {
  border-bottom: 1px solid var(--gray-light);
}

.total-final {
  padding: 0.3125rem 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--blue-light);
}

.total-final__button {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 9.375rem;
          flex: 0 1 9.375rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto auto;
  grid-template-columns: auto auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  padding: 0.9375rem;
  font-size: 0.9375rem;
  font-weight: 500;
  color: var(--gray);
  background-color: var(--white);
  border-radius: 0.625rem;
  cursor: pointer;
  -webkit-transition: color 0.3s ease, background-color 0.3s ease;
  -o-transition: color 0.3s ease, background-color 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease;
}

.total-final__button svg {
  color: var(--accent-color);
  -webkit-transition: color 0.3s ease, -webkit-transform 0.3s ease;
  transition: color 0.3s ease, -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease, color 0.3s ease;
  transition: transform 0.3s ease, color 0.3s ease;
  transition: transform 0.3s ease, color 0.3s ease, -webkit-transform 0.3s ease;
}

.total-final__old-price {
  color: var(--red);
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.1875;
}

.total-final__old-price span {
  text-decoration: line-through;
}

.total-final__savings {
  font-size: 0.8125rem;
  line-height: 1.2307692308;
  font-weight: 500;
  color: var(--accent-color);
}

.total-final__digits {
  font-size: 1rem;
  line-height: 1.1875;
  font-weight: 700;
}

.contact-info__item {
  padding: 1.25rem 0;
  border: 1px solid var(--gray-light);
  border-radius: 1.25rem;
}

.contact-info__item:not(:last-child) {
  margin-bottom: 1.25rem;
}

.contact-info__label {
  padding: 0 1.25rem 1.25rem;
  text-align: center;
  font-weight: 600;
  line-height: 1.2;
  border-bottom: 1px solid var(--gray-light);
}

.contact-info__cell {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.contact-info__row:not(:last-child) {
  border-bottom: 1px solid var(--gray-light);
}

.contact-info__row--large {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.contact-info__row--note {
  font-size: 0.875rem;
  line-height: 1.4285714286;
  font-weight: 400;
}

.contact-info__row--shipping {
  padding-bottom: 0;
}

.contact-info__row--shipping:not(:last-child) {
  border: none;
}

.contact-info__row .delivery-item__label {
  font-size: 0.875rem;
  line-height: 1.2142857143;
  font-weight: 400;
}

.contact-info__caption {
  font-size: 1rem;
  line-height: 1.1875;
  font-weight: 700;
}

.contact-info__phone {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid var(--gray-light);
  border-radius: 0.625rem;
  padding: 0.8125rem 1.25rem;
  -webkit-transition: border-color 0.3s ease;
  -o-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}

.contact-info__phone .input {
  border: none;
  padding: 0;
}

.contact-info__country {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 4.125rem;
          flex: 0 0 4.125rem;
  margin-right: 0.625rem;
}

.contact-info__country .select__value {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.contact-info__country .select__asset {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 1.125rem;
          flex: 0 0 1.125rem;
  margin-right: 0.5rem;
}

.contact-info__country .select__asset img {
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  overflow: hidden;
}

.contact-info__country .select__value:after {
  background: url("../images/icons/arr-down-black.svg") 0 0 no-repeat;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 0.9375rem;
          flex: 0 0 0.9375rem;
}

.contact-info__country .select__options {
  bottom: -0.875rem;
}

.contact-info__input {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.contact-info__select .select__body {
  padding: 1.03125rem 1.25rem;
  border: 1px solid var(--gray-light);
  border-radius: 0.625rem;
  -webkit-transition: color 0.3s ease, border-color 0.3s ease;
  -o-transition: color 0.3s ease, border-color 0.3s ease;
  transition: color 0.3s ease, border-color 0.3s ease;
}

.contact-info__select .select__options {
  bottom: -2px;
}

.contact-info__select .select__value:after {
  background: url("../images/icons/arr-down-black.svg") 0 0 no-repeat;
}

.contact-info__selects {
  display: -ms-grid;
  display: grid;
  gap: 0.625rem;
}

.sidebar-order {
  padding: 1.875rem;
  background-color: var(--blue-light);
  border-radius: 1.25rem;
}

.sidebar-order__button {
  margin-bottom: 1.25rem;
  padding-right: 0.8125rem;
  padding-left: 0.8125rem;
  font-size: 0.9375rem;
  font-weight: 500;
}

.sidebar-order__row {
  margin-bottom: 1.25rem;
}

.sidebar-order__partner img {
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.final-succes__line {
  padding: 0.9375rem 1.875rem;
  text-align: center;
  font-size: 1rem;
  line-height: 1.125;
  font-weight: 600;
}

.final-succes__line--filled {
  background-color: #F1F5F9;
}

.final-succes__line--descr {
  font-weight: 400;
  font-size: 0.9375rem;
}

.final-succes__line--descr p:not(:last-child) {
  margin: 0 0 1.5625rem 0;
}

.final-succes__line a {
  text-decoration: underline;
  color: var(--accent-color);
}

.default__item-offer {
  display: block;
  border-radius: 1.25rem;
  overflow: hidden;
}

.default__item-offer img {
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.default__title {
  margin-bottom: 1.25rem;
}

.default__text {
  line-height: 1.4285714286;
}

.default__text p:not(:last-child) {
  margin-bottom: 1.25rem;
}

.default__list {
  margin-bottom: 1.25rem;
}

.default__item-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  line-height: 1.2142857143;
  cursor: pointer;
}

.default__item-list::before {
  content: "";
  width: 1.25rem;
  height: 1.25rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 1.25rem;
          flex: 0 1 1.25rem;
  margin-right: 0.625rem;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  background: url(../images/icons/arr-down.svg) center/contain no-repeat;
}

.default__item-list:not(:last-child) {
  margin-bottom: 0.625rem;
}

.default__answer:not(:last-child) {
  margin-bottom: 1.25rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid var(--gray-light);
}

.default__answer:first-child {
  padding-top: 1.25rem;
  border-top: 1px solid var(--gray-light);
}

.default__caption {
  margin-bottom: 0.625rem;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.1875;
}

.default__desrc-reviews {
  font-weight: 500;
  line-height: 1.4285714286;
}

.default__desrc-reviews:not(:last-child) {
  margin-bottom: 1.25rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid var(--gray-light);
}

.default__review {
  font-weight: 500;
  line-height: 1.4285714286;
}

.default__review:not(:last-child) {
  margin-bottom: 1.25rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid var(--gray-light);
}

.swiper {
  overflow: hidden;
}

.swiper-wrapper {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.swiper-vertical .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.swiper-initialized .swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.swiper-android .swiper-slide,
.swiper-android .swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

.swiper-button-lock {
  display: none !important;
}

.tabs__content {
  background: var(--accent-color-light);
  padding: 20px 20px 110px 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

@media (min-width: 600px) {
    .tabs__content {
        overflow-y: auto;
    }
}

@media (min-width: 600px) {
    .tabs__body {
        overflow-y: auto;
    }
}

@media (min-width: 600px) {
  :root {
    --title-offsize: 2.5rem;
  }

  [class*=__container] {
    padding: 0 15px;
  }

  .header {
    padding: 0 15px;
  }

  .form-popup {
    left: 7%;
  }

  .form-popup_ {
    left: 7%;
  }

  .form__body {
    padding: 0 1.875rem 1.25rem;
  }

  .select__options {
    padding: 1.25rem;
  }

  .search {
    padding: 0.9375rem 1.25rem;
  }

  .logo__icon {
    margin: 0 0.625rem 0 0;
  }

  .fixed-bar {
    display: none;
  }

  .header__logo {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }

  .header__actions {
    margin: 0 1.5625rem 0 0;
  }

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

  .header__categories {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 11rem;
            flex: 0 1 11rem;
  }

  .header__menu {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }

  .actions {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (auto)[3];
    grid-template-columns: repeat(3, auto);
  }

  .cart__quantity {
    right: -6px;
    background-color: var(--accent-color);
  }

  .button-categories {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 13px 20px;
    font-size: 0.9375rem;
    font-weight: 500;
    color: var(--white);
    background: var(--accent-color);
    border-radius: 10px;
    max-width: 160px;
    height: 40px;
    width: 100%;
  }

  .button-categories__menu {
    display: flex;
    cursor: pointer;
    z-index: 5;
    margin-right: 0.9375rem;
  }

  .button-categories__text {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    text-transform: uppercase;
  }

  .button-categories__arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 1.25rem;
            flex: 0 0 1.25rem;
  }

  .categories__tabs {
    position: absolute;
    z-index: 1001;
    bottom: -35px;
    left: 0;
    width: 100%;
    max-width: 1200px;
    height: 65vh;
    max-height: 80vh;
    -webkit-transform: translate(0px, 100%);
        -ms-transform: translate(0px, 100%);
            transform: translate(0px, 100%);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: visibility 0.5s ease 0s, opacity 0.5s ease 0s;
    -o-transition: visibility 0.5s ease 0s, opacity 0.5s ease 0s;
    transition: visibility 0.5s ease 0s, opacity 0.5s ease 0s;
  }

  .menu-open .categories__tabs {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .tabs {
    border-radius: 20px;
  }

  .tabs__body:not([hidden]) {
    display: -ms-grid;
    display: grid;
  }

  .tabs__close {
    display: none;
  }

  .footer__copyright {
    padding: 1.875rem;
  }

  .hero__body {
    padding-top: 1.375rem;
  }

  .hero__digits {
    -webkit-box-flex: o;
        -ms-flex: o 1 auto;
            flex: o 1 auto;
  }

  .product__title {
    font-size: 40px;
  }

  .product__items {
    margin-bottom: 1.25rem;
  }

  .item-product-info__name {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
  }

  .item-product-info__per-pill {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 3.75rem;
            flex: 0 0 3.75rem;
  }

  .info-product {
    padding: 1.25rem;
  }

  .info-product p {
    line-height: 24px;
  }

  .info-product__block:not(:last-child) {
    margin: 0 0 1.875rem 0;
  }

  .order__label {
    font-size: 1.25rem;
  }

  .order__row--headline {
    font-size: 0.9375rem;
  }

  .preference-page-cart__label {
    font-size: 1rem;
  }

  .preference-page-cart__descr {
    font-size: 0.875rem;
  }

  .bonus-line__total {
    font-size: 1rem;
  }

  .discount-line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .page-order__data .contact-info__caption {
    margin-right: 0.125rem;
    max-width: 7.625rem;
  }

  .final-order__top-row {
    padding: 0 1.25rem 1.25rem;
  }

  .final-order__label {
    font-size: 1.25rem;
  }

  .final-order__row--headline {
    font-size: 0.9375rem;
  }

  .contact-info__label {
    font-size: 1.25rem;
  }

  .contact-info__cell:not(:last-child) {
    margin-right: 1.875rem;
  }

  .contact-info__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .contact-info__row {
    padding: 0.625rem 1.875rem;
  }

  .contact-info__row--large {
    padding: 1.25rem 1.875rem;
  }

  .contact-info__caption {
    margin-right: 0.625rem;
  }

  .page-order__data .contact-info__input {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 15.3125rem;
            flex: 0 1 15.3125rem;
  }

  .contact-info__select {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 15.3125rem;
            flex: 0 1 15.3125rem;
  }

  .contact-info__selects {
    -ms-grid-columns: 7.3125rem 7.3125rem;
    grid-template-columns: 7.3125rem 7.3125rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 15.3125rem;
            flex: 0 1 15.3125rem;
  }
}

@media (min-width: 29.99875em) and (min-width: 75em) {
   .tabs__body:not([hidden]) {
    -webkit-column-gap: 6.25rem;
       -moz-column-gap: 6.25rem;
            column-gap: 6.25rem;
  }

  .hero__body {
    padding-left: 3.75rem;
  }

  .hero__body {
    padding-right: 3.75rem;
  }

  .discount-line__label {
    margin-right: 1.875rem;
  }
}

@media (min-width: 34.375em) {
  .total-line__new-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .total-line__savings {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    margin: 0 1.25rem 0 0;
  }

  .total-line__digits {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }

  .actions-line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .actions-line__continue {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 14.75rem;
            flex: 0 1 14.75rem;
    margin: 0 0.625rem 0 0;
  }

  .actions-line__pay {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 14.75rem;
            flex: 0 1 14.75rem;
  }


  .total-final__data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .total-final__old-price {
    margin: 0 1.25rem 0 0;
  }
}

@media (min-width: 37.5em) {
  .form__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    flex-direction: column;
  }
  .cart {
    display: flex;
    align-items: center;
    padding: 0 15px;
    background-color: var(--accent-color-light);
    border-radius: 14px;
    transition: background-color 0.3s ease;
    height: 48px;
  }

  .cart:hover {
    background-color: var(--accent-color);
  }

  .cart:hover svg {
    color: var(--white);
  }

  .cart:hover .cart__text {
    color: var(--white);
  }

  .cart:hover .cart__total {
    color: var(--white);
  }

  .cart__icon {
    display: flex;
    position: relative;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 1.5rem;
            flex: 0 0 1.5rem;
    margin-right: 5px;
  }

  .cart__total {
    color: var(--accent-color);
  }

  .order__row {
    font-size: 1rem;
  }

  .final-order__row {
    font-size: 1rem;
  }
}

@media (min-width: 40.625em) {
  .product__body {
    display: -ms-grid;
    display: grid;
    gap: 1.875rem;
  }

  .product__item-offer:not(:last-child) {
    margin-bottom: 1.875rem;
  }

  .product__top-line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 1.25rem;
    margin-bottom: 1.25rem;
  }
}

@media (min-width: 41.875em) {
  .footer__phones {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 11.625rem;
            flex: 0 0 11.625rem;
    padding-left: 24px;
  }

  .footer__phones::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 2px;
    height: 30px;
    -webkit-transform: translate(0px, -50%);
        -ms-transform: translate(0px, -50%);
            transform: translate(0px, -50%);
    background-color: #425665;
  }

  .footer__icon {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 1.125rem;
            flex: 0 0 1.125rem;
    margin: 0 0.625rem 0 0;
  }

  .footer__phone {
    display: block;
    white-space: nowrap;
    font-size: 0.9375rem;
    font-weight: 500;
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
}

@media (min-width: 43.75em) {
  .header__menu {
    margin: 0 1.25rem 0 50px;
  }

  .header__phones {
    position: relative;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 11.625rem;
            flex: 0 0 11.625rem;
  }

  .header__phones::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 30px;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0px, -50%);
        -ms-transform: translate(0px, -50%);
            transform: translate(0px, -50%);
    background-color: var(--gray-light);
  }

  .phones-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .phones-header__icon {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 1.125rem;
            flex: 0 0 1.125rem;
    margin-right: 0.625rem;
  }

  .phones-header__phone {
    display: block;
    white-space: nowrap;
    font-size: 0.9375rem;
    font-weight: 500;
    line-height: 1.2;
  }

  .phones-header__phone:not(:last-child) {
    margin-bottom: 0.3125rem;
  }

  .tabs__navigation {
    padding: 20px;
  }

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

  .verifed__about {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }

  .default__item-offer:not(:last-child) {
    margin-bottom: 1.875rem;
  }
}

@media (min-width: 43.75em) and (min-width: 75em) {
  .header__phones {
    padding-left: 1.5rem;
  }

  .verifed__about {
    -ms-flex-preferred-size: 18.4375rem;
        flex-basis: 18.4375rem;
  }
}

@media (min-width: 46.25em) {
  .cart__text {
    margin: 0 0.625rem 0 0;
    font-weight: 500;
  }
}

@media (min-width: 46.875em) {
  .hero__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .hero__content {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 40.3125rem;
            flex: 0 1 40.3125rem;
  }

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

  .hero__info {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 1;
        flex-shrink: 1;
  }

  .hero__items {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto auto;
    grid-template-columns: auto auto;
    row-gap: 1.875rem;
  }

  .hero__image {
    position: relative;
    z-index: 2;
    -ms-flex-item-align: end;
        align-self: flex-end;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }

  .page-cart__body {
    display: -ms-grid;
    display: grid;
  }
}

@media (min-width: 46.875em) and (min-width: 75em) {
  .hero__info {
    -ms-flex-preferred-size: 14.0625rem;
        flex-basis: 14.0625rem;
  }

  .hero__items {
    -webkit-column-gap: 3.125rem;
       -moz-column-gap: 3.125rem;
            column-gap: 3.125rem;
  }

  .hero__image {
    -ms-flex-preferred-size: 19.125rem;
        flex-basis: 19.125rem;
  }
}

@media (min-width: 47.99875em) {
  .form__input .g-recaptcha {
    -webkit-transform: scale(0.95) translateX(2px);
        -ms-transform: scale(0.95) translateX(2px);
            transform: scale(0.95) translateX(2px);
  }

  .product-card__image img {
    max-height: 9.375rem;
  }

  .product-card__info {
    margin: 0 0 1.25rem 0;
  }

  .product-card__company {
    font-size: 0.875rem;
  }

  .product-card__price {
    font-size: 1.25rem;
  }

  .tabs__body:not([hidden]) {
    row-gap: 1.5625rem;
    grid-template-columns: repeat(3, auto);
  }

  .footer__top {
    padding: 1.25rem 0;
  }

  .hero__stars {
    margin: 0 0 0.375rem 0;
  }

  .product__descr {
    margin-bottom: 1.875rem;
  }

  .product__image {
    margin-bottom: 1.875rem;
  }

  .details-product__row:last-child {
    margin-bottom: 1.875rem;
  }

  .details-product__descr {
    margin-bottom: 1.875rem;
  }

  .details-product__block-links:not(:last-child) {
    margin-bottom: 1.875rem;
  }

  .reviews__arrow:not(:last-child) {
    margin: 0 1.875rem 0 0;
  }

  .page-order__data {
    display: -ms-grid;
    display: grid;
    gap: 1.875rem;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .total-final__data {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 21.875rem;
            flex: 0 0 21.875rem;
  }

  .total-final__new-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }

  .total-final__savings {
    margin: 0 1.25rem 0 0;
  }

  .contact-info__cell {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (min-width: 63.99875em) {
  .form__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    gap: 5px;
    width: 100%;
  }

  .form__row--top-alignment .form__label {
    margin-top: 0.9375rem;
  }

  .logo__text {
    width: 136px;
  }

  .product-card:not(.product-card--offers) {
    padding: 1.875rem;
  }

  .header__search {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 39.9166666667%;
            flex: 0 1 39.9166666667%;
    margin-right: 5px;
  }

  .header__actions {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 14.625rem;
            flex: 0 0 14.625rem;
  }

  .actions {
    gap: 1.5625rem;
  }

  .actions__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
  }

  .actions__item a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
  }

  /*.actions__icon {
    margin: 0 0 0.3125rem 0;
  }*/

  .top-phones-header__items {
    padding: 5px 0;
  }

  .menu__item:not(:last-child) {
    margin: 0 0.9375rem 0 0;
  }

  .tabs {
    -ms-grid-columns: 20.625rem 1fr;
    grid-template-columns: 20.625rem 1fr;
  }

  .page__verifed {
    /*margin-bottom: 3.125rem;*/
  }

  .page__bestsellers {
    margin-bottom: 3.125rem;
  }

  .hero__top {
    margin: 0 0 1.875rem 0;
  }

  .hero__digits {
    margin-right: 0.75rem;
  }

  .item-hero {
    -ms-grid-columns: 3.125rem auto;
    grid-template-columns: 3.125rem auto;
    gap: 0.9375rem;
  }

  .verifed__body {
    padding: 0.78125rem 1.875rem;
  }

  .verifed__about {
    margin-right: 3.6875rem;
  }

  .verifed__items {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
  }

  .bestsellers__title {
    margin-bottom: 1.875rem;
    margin-top: 1.875rem;
  }

  .bestsellers__body {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.875rem;
  }

  .product {
    padding-top: 1.875rem;
  }

  .product__body {
    -ms-grid-columns: 17.3125rem 1fr;
    grid-template-columns: 17.3125rem 1fr;
  }

  .item-product-info__row:not(.item-product-info__row--top) {
    padding: 0.46875rem 1.875rem;
    font-size: 1.125rem;
  }

  .item-product-info__row--top {
    padding: 1.3125rem 1.875rem;
    font-size: 0.9375rem;
  }

  .item-product-info__package {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 11.25rem;
            flex: 0 0 11.25rem;
  }

  .item-product-info__btn {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 7.125rem;
            flex: 0 0 7.125rem;
  }

  .item-product-info__add-to-cart {
    padding: 0 15px;
  }

  .item-product-info__add-to-cart svg {
    margin: 0 0.625rem 0 0;
  }

  .reviews {
    padding: 4.0625rem 0;
  }

  .reviews__slider {
    margin-bottom: 1.875rem;
  }

  .page-cart {
    padding-top: 1.875rem;
  }
  .basket {
    padding-top: 1.875rem;
  }

  /* .page-cart__body {
    padding-bottom: 3.4375rem;
  } */

  .page-cart__preference {
    margin-bottom: 1.875rem;
  }

  .page-cart__offer:not(:last-child) {
    margin: 0 0 1.875rem 0;
  }

  .preference-page-cart {
    padding: 1.875rem;
  }

  .preference-page-cart__item:not(:last-child) {
    margin: 0 0 1.25rem 0;
    padding-bottom: 1.25rem;
  }

  .bonus-line {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .bonus-line__inner {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .delivery-line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .delivery-line__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
  }

  .delivery-line__item:not(:last-child) {
    margin: 0 1.4375rem 0 0;
  }

  .total-line {
    padding: 20px;
  }

  .actions-line {
    padding: 20px 20px 0;
  }

  .page-order {
    padding-top: 1.875rem;
  }

  .page-order__body {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 17.3125rem;
    grid-template-columns: 1fr 17.3125rem;
    gap: 1.875rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }

  .page-order__body {
    padding-bottom: 3.4375rem;
  }

  .page-order__content {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .sidebar-order__checkboxes {
    display: none;
  }

  .sidebar-order__partner {
    width: 100%;
    max-width: 8.125rem;
    margin: 0px auto;
  }

  .sidebar-order__partner:not(:last-child) {
    margin-bottom: 1.25rem;
  }

  .default {
    padding-top: 1.875rem;
    padding-bottom: 3.125rem;
  }
}

@media (min-width: 63.99875em) and (min-width: 35em) {
  .final-order__per-pack {
    -ms-flex-preferred-size: 6.875rem;
        flex-basis: 6.875rem;
  }
}

.order__line {
  border-bottom: 1px solid var(--white);
}

@media (min-width: 74.99875em) {
  /* .delivery-item__descr {
    white-space: nowrap;
  } */

  .order__line {
    padding: 0.9375rem 1.875rem;
  }


  .final-order__line {
    padding: 0.9375rem 1.875rem;
  }

  .final-order__options {
    padding: 0 1.875rem;
  }

  .total-final {
    padding: 0.3125rem 1.875rem;
  }

  .contact-info__row--note {
    padding-left: 4.375rem;
  }
}

@media (min-width: 78.75em) {
  .order__package {
    -ms-flex-preferred-size: 18.75rem;
        flex-basis: 18.75rem;
  }

  .order__package {
    margin-right: 3.125rem;
  }

  .order__quantity {
    margin-right: 3.125rem;
  }

  .order__per-pack {
    margin-right: 3.125rem;
  }

  .order__price {
    margin-right: 3.125rem;
  }

  .final-order__package {
    -ms-flex-preferred-size: 18.75rem;
        flex-basis: 18.75rem;
  }

  .final-order__package {
    margin-right: 5rem;
  }

  .final-order__quantity {
    margin-right: 3.125rem;
  }

  .final-order__per-pack {
    margin-right: 5rem;
  }
}

@media (min-width: 35em) {

  .delivery-item__price--black {
    -ms-flex-preferred-size: 8.125rem;
        flex-basis: 8.125rem;
  }
  .order__quantity {
    -ms-flex-preferred-size: 5rem;
        flex-basis: 5rem;
  }

  .order__per-pack {
    -ms-flex-preferred-size: 6.875rem;
        flex-basis: 6.875rem;
  }

  .order__price {
    -ms-flex-preferred-size: 7.1875rem;
        flex-basis: 7.1875rem;
  }

  .bonus-line__total {
    -ms-flex-preferred-size: 8.125rem;
        flex-basis: 8.125rem;
  }

  .final-order__quantity {
    -ms-flex-preferred-size: 5rem;
        flex-basis: 5rem;
  }

  .final-order__price {
    -ms-flex-preferred-size: 8.125rem;
        flex-basis: 8.125rem;
  }
}

@media (min-width: 64em) {
  .page-cart__body {
    -ms-grid-columns: 1fr 17.3125rem;
    grid-template-columns: 1fr 17.3125rem;
    gap: 1.875rem;
  }
}

@media (min-width: 75em) {
  .product-card__image {
    margin-bottom: 2.5rem;
  }

  .product-card__label {
    font-size: 1.25rem;
  }

  .hero__digits {
    font-size: 5rem;
  }

  .hero__stars {
    width: 6.125rem;
  }

  .hero__text {
    font-size: 0.9375rem;
  }

  .item-hero__label {
    font-size: 1.125rem;
  }

  .item-hero__text {
    font-size: 0.875rem;
  }

  .verifed__item {
    height: 3.4375rem;
  }

  .item-product-info__package {
    margin-right: 4.375rem;
  }

  .item-product-info__per-pill {
    margin-right: 4.375rem;
  }

  .bonus-line__label {
    margin-right: 2.5rem;
  }

  .discount-line__input {
    margin-right: 1.875rem;
  }
}

@media (max-width: 360px) {
  .order__package {
    flex-basis: 4.25rem !important;
  }
}

@media (max-width: 50em) {
  .item-product-info__package {
    margin-right: 0.5rem;
  }

  .item-product-info__per-pill {
    margin-right: 0.5rem;
  }

  .order__package {
    -ms-flex-preferred-size: 6.25rem;
        flex-basis: 6.25rem;
  }

  .order__package {
    margin-right: 0.5rem;
  }

  .order__quantity {
    margin-right: 0.5rem;
  }

  .order__per-pack {
    margin-right: 0.5rem;
  }

  .order__price {
    margin-right: 0.5rem;
  }

  .discount-line__input {
    margin-right: 0.625rem;
  }


  .final-order__package {
    -ms-flex-preferred-size: 6.25rem;
        flex-basis: 6.25rem;
  }

  .final-order__package {
    margin-right: 0.5rem;
  }

  .final-order__quantity {
    margin-right: 0.5rem;
  }

  .final-order__per-pack {
    margin-right: 0.5rem;
  }
}

@media (max-width: 48em) {
  .product-card__image {
    margin-bottom: 0.9375rem;
  }

  .hero__digits {
    font-size: 3.125rem;
  }

  .hero__stars {
    width: 4.5625rem;
  }

  .hero__text {
    font-size: 0.75rem;
  }

  .item-hero__label {
    font-size: 0.875rem;
  }

  .item-hero__text {
    font-size: 0.75rem;
  }
}

@media (max-width: 74.99875em) {
  .order__line {
    padding: 0.9375rem 1.25rem;
  }


  .final-order__line {
    padding: 0.9375rem 1.25rem;
  }

  .final-order__options {
    padding: 0 1.25rem;
  }

  .total-final {
    padding: 0.3125rem 1.25rem;
  }
}

@media (max-width: 63.99875em) {

  .categories-sidebar{
    margin-top: 0.9375rem !important;
  }

  .product-card:not(.product-card--offers) {
    padding: 0.9375rem;
  }

  .actions__icon {
    margin-right: 0.3125rem;
  }

  .top-phones-header__items {
    margin-right: -30px;
    overflow: scroll;
    -ms-scroll-snap-type: x mandatory;
        scroll-snap-type: x mandatory;
    padding: 5px 30px 10px 0;
  }

  .menu__dotts {
    display: none;
  }

  .hero__top {
    margin: 0 0 1.25rem 0;
  }

  .item-hero {
    -ms-grid-columns: 2.1875rem auto;
    grid-template-columns: 2.1875rem auto;
    gap: 0.625rem;
  }

  .bestsellers__title {
    margin: 0.9375rem 0 0.9375rem 0;
  }

  .bestsellers__body {
    grid-template-columns: repeat(auto-fit, minmax(165px, 1fr));
    gap: 0.625rem;
  }

  .item-product-info__row--discount .item-product-info__package::before {
    /* add */
    left: -40%;
  }

  .item-product-info__add-to-cart {
    padding: 0.8125rem;
  }

  .item-product-info__add-to-cart span {
    display: none;
  }

  .reviews {
    padding: 1.875rem 0;
  }

  .reviews__slider {
    margin-bottom: 1.25rem;
  }

  /* .page-cart__body {
    padding-bottom: 1.875rem;
  } */

  .page-cart__preference {
    margin-bottom: 1.25rem;
  }

  .preference-page-cart {
    padding: 1.25rem;
  }

  .preference-page-cart__item:not(:last-child) {
    margin: 0 0 0.9375rem 0;
    padding-bottom: 0.9375rem;
  }

  .bonus-line__label {
    margin-bottom: 0.625rem;
  }

  .bonus-line__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .delivery-line__item:not(:last-child) {
    margin-bottom: 0.625rem;
  }



  .page-order__body {
    padding-bottom: 1.875rem;
  }

  .page-order__sidebar {
    margin-bottom: 1.25rem;
  }

  .final-order__per-pack {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }

  .sidebar-order__checkboxes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 25rem;
    margin: 0px auto 1.25rem;
  }

  .sidebar-order__button {
    max-width: 25rem;
    margin: 0px auto 1.25rem;
  }

  .sidebar-order__partners {
    max-width: 25rem;
    margin: 0px auto;
  }

  .sidebar-order__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .sidebar-order__partner {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 6.25rem;
            flex: 0 0 6.25rem;
  }
}

@media (max-width: 61.9375em) {
  .bonus-line__label {
    margin-right: 1.25rem;
  }
}

@media (max-width: 47.99875em) {
  .form__input {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }

  .product-card__image img {
    max-height: 5.3125rem;
  }

  .product-card__company {
    font-size: 0.8125rem;
  }

  .product-card__price {
    font-size: 1.125rem;
  }

  .tabs__body:not([hidden]) {
    row-gap: 1.25rem;
  }

  .footer__top {
    padding: 1.25rem 1.875rem;
  }

  .hero__stars {
    margin: 0 0 0.1875rem 0;
  }

  .product__descr {
    margin-bottom: 1.25rem;
  }

  .product__image {
    margin-bottom: 1.25rem;
  }

  .product__image-wrapper {
    padding: 2.5rem;
  }

  .details-product__row:last-child {
    margin-bottom: 1.25rem;
  }

  .details-product__descr {
    margin-bottom: 1.25rem;
  }

  .details-product__block-links:not(:last-child) {
    margin-bottom: 1.25rem;
  }

  .item-product-info__row--discount .item-product-info__package {
    /* remove */
    /* flex-direction: column;
    align-items: flex-start; */
  }

  .item-product-info__row--discount .item-product-info__package::before {
    margin-bottom: 0.3125rem;
  }

  .item-product-info__btn {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 2.125rem;
            flex: 0 0 2.125rem;
  }

  .reviews__arrow:not(:last-child) {
    margin: 0 0.625rem 0 0;
  }

  .contact-info__cell .contact-info__caption {
    margin: 0 0 0.625rem 0;
  }
}

@media (max-width: 46.25em) {
  .cart__text {
    display: none;
  }
  .cart__icon {
    margin: 0;
  }
}

@media (max-width: 46.875em) {
  .hero__info {
    max-width: 11.25rem;
  }

  .hero__item:not(:last-child) {
    margin-bottom: 1.25rem;
  }

  .hero__image {
    position: absolute;
    bottom: -1px;
    right: 0;
    z-index: 2;
    width: 258px;
  }

  .page-cart__offers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 1.875rem;
  }

  .page-cart__offer:not(:last-child) {
    margin: 0 1.25rem 0 0;
  }
}

@media (max-width: 43.75em) {
  .header__phones {
    display: none;
  }

  .actions__item--order {
    display: block;
    margin-top: 2px;
  }

  .actions__item--order:not(:last-child) {
    margin-right: 0.625rem;
  }

  .actions__item--order .actions__label {
    font-size: 0.75rem;
    font-weight: 500;
    color: var(--main-color);
  }

  .actions__item--order .actions__icon {
    margin-bottom: 2px;
    margin-right: 0;
  }

  .tabs {
    -ms-grid-columns: 10rem 1fr;
    grid-template-columns: 10rem 1fr;
    gap: 10px;
    padding: 1.25rem 0.9375rem;
  }

  .tabs__navigation {
    padding-right: 0.9375rem;
  }

  .verifed__about {
    max-width: 59.7222222222%;
    margin: 0px auto 0.3125rem;
  }

  .item-product-info__row--discount .item-product-info__package::before {
    /* add */
    width: 28px;
    height: 28px;
    left: -60%;
  }

  .item-product-info__package {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 5.0625rem;
            flex: 0 0 5.0625rem;
  }

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

  .default__item-offer:not(:last-child) {
    margin-right: 1.25rem;
  }

  .default__content {
    margin-bottom: 1.25rem;
  }
}

@media (max-width: 41.875em) {
  .footer__button {
    max-width: 41.875rem;
    margin: 0px auto;
  }

  .footer__item:not(:last-child) {
    margin: 0 0 1.25rem 0;
  }

  .footer__phones {
    display: none;
  }
}

@media (min-width: 480px) and (max-width: 600px) {
  .fixed-bar {
    position: fixed;
    z-index: 20;
    bottom: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%;
    height: 60px;
    padding: 0.75rem 1.875rem;
    background-color: var(--white);
  }

  .form-popup {
    /* display: none; */

    left: 11% !important;
    bottom: 7%;

  }

  .form-popup_ {
    /* display: none; */

    left: 11% !important;
    bottom: 7%;

  }

  .ac-hid {
    display: none;
  }

  .chat_button{
    bottom: 7%;
    width: 50px;
    height: 50px;
  }


  .btn-up {
    z-index: 1;
    bottom: 50px;
    background-color: rgba(120, 120, 120, 0.388);
    width: 80px;
    height: 60px;
  }
  .btn-up::before {
    width: 25px;
    height: 25px;
  }
}



@media (max-width: 40.625em) {
  .product__image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .product__image-wrapper {
    padding: 0.875rem 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    margin-right: 1.25rem;
  }

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

  .contact_us_phones {
    display: contents;
  }

  /* Стили для текстового поля с кнопкой "Далее" */
  .limiter {
    max-height: 60px;
    overflow: hidden;
    position: relative;
  }
  .limiter .bottom {
    position: absolute; /* Если прыгает - можно попробовать sticky */
    bottom: 0;
    background: linear-gradient(
      to bottom,
      rgba(255, 255, 255, 0),
      rgba(255, 255, 255, 0.7));
    width: 100%;
    height: 60%;
    opacity: 1;
    transition: 0.3s;
  }
  .read-more-checker {
    opacity: 0;
    position: absolute;
  }
  .read-more-checker:checked ~ .limiter {
    max-height: none;
  }
  .read-more-checker:checked ~ .limiter .bottom {
    opacity: 0;
    transition: 0.3s;
  }
  .read-more-checker:checked ~ .bottom {
    display: none;
  }
  .read-more-checker ~ .read-more-button:before {
    content: "See more »";
  }
  .read-more-checker:checked ~ .read-more-button:before {
    content: "Hide «";
  }
  .read-more-button {
    cursor: pointer;
    display: inline-block;
    color: var(--accent-color);
    text-decoration: underline;
    white-space: nowrap;
  }


  .product__item-offer:not(:last-child) {
    margin-right: 1.25rem;
  }

  #install__button {
    padding: 0.4375rem;
    margin: 0 2% 0 0;
    font-size: 0.8375rem;
    font-weight: 100;
  }
}

@media (max-width: 37.5em) {
  .cart__icon {
    position: relative;
    display: flex;
    margin-top: 2px;
  }

  .cart__total {
    display: block;
    color: var(--main-color);
    font-size: 0.75rem;
    line-height: 12px;
  }

  .order__row {
    font-size: 0.9375rem;
  }

  .final-order__row {
    font-size: 0.9375rem;
  }
}

@media (max-width: 34.375em) {
  .actions-line {
    padding: 0.9375rem 1.25rem 0;
  }

  .actions-line__continue {
    width: 100%;
    max-width: 20rem;
    margin: 0px auto 0.625rem;
  }

  .actions-line__pay {
    width: 100%;
    max-width: 20rem;
    margin: 0px auto;
  }
}

@media (max-width: 625px) {
    .product_desc.top {
      display: none;
    }
  .product-card__button span {
    display: none;
  }

  .product-card__button {
    padding: 0 10px;
    height: 40px;
  }

  .product_info_top {
    width: 100%;
  }

  .product_info_bottom {
    display: flex !important;
  }
}

@media (max-width: 600px) {
  :root {
    --title-offsize: 1.875rem;
  }

  [class*=__container] {
    padding: 0 10px;
  }

  .header {
    padding: 0 10px;
  }

  .container.header__container {
    padding: 10px;
  }

  .form__body {
    padding: 0 1.25rem 1.25rem;
  }

  .select__options {
    padding: 0.625rem;
  }

  .search {
    padding: 0.8125rem 1.25rem;
  }

  #iFrame1 {
    height:4400px !important;
    width:100%;
  }

  .logo__text {
    display: none;
  }

  .form-popup {
    /* display: none; */

    left: 13% !important;
    bottom: 9%;

  }

  .form-popup_ {
    /* display: none; */

    left: 13% !important;
    bottom: 9%;

  }

  .ac-hid {
    display: none;
  }

  .chat_button{
    bottom: 9%;
    width: 45px;
    height: 45px;
  }


  .fixed-bar {
    position: fixed;
    z-index: 20;
    bottom: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%;
    height: 60px;
    padding: 0.75rem 1.875rem;
    background-color: var(--white);
  }

  .header__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
  }

  .header__search {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }

  .header__actions {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
  }

  .second_block .num_block {
    width: 145px;
  }

  .second_block .block_num {
    font-size: 31px !important;
  }

  .bonus_block {
    flex-direction: column;
    padding: 0 !important;
  }

  .header__cart:not(:last-child) {
    margin: 0 0.625rem 0 0;
  }

  .header__menu {
    display: none;
  }

  .actions {
    padding-top: 11px;
  }

  .actions__item:not(.actions__item--order) {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
  }

  .actions__item--order {
    margin-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%;
  }

  .cart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
  }

  .cart:hover {
    background-color: unset;
  }

  .btn-up {
    z-index: 1;
    bottom: 50px;
    background-color: rgba(120, 120, 120, 0.388);
    width: 80px;
    height: 60px;
  }
  .btn-up::before {
    width: 25px;
    height: 25px;
  }

  .cart__quantity {
    right: 4px;
    background-color: var(--accent-color);
  }

  .button-categories {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%;
  }

  .button-categories__menu {
    display: flex;
    margin: 0 auto;
  }

  .button-categories__menu::before {
    content: '';
    background: url("../images/icons/menu.svg");
    width: 24px;
    height: 24px;
  }

  .menu-open .button-categories__menu::before {
    content: '';
    background: url("../images/icons/close.svg");
    width: 24px;
    height: 24px;
  }

  .button-categories__text {
    display: block;
    font-size: 0.75rem;
    line-height: 1;
    font-weight: 500;
    color: var(--main-color);
  }

  .button-categories__arrow {
    display: none;
  }

  .categories__tabs {
    position: absolute;
    z-index: 100;
    bottom: 60px;
    left: -100%;
    width: 100%;
    height: calc(var(--vh, 1vh) * 100 - 60px);
    overflow: hidden;
    -webkit-transition: height 0.3s ease, left 0.5s ease;
    -o-transition: height 0.3s ease, left 0.5s ease;
    transition: height 0.3s ease, left 0.5s ease;
  }

  .menu-open .categories__tabs {
    left: 0;
  }

  .tabs__navigation {
    height: calc(var(--vh, 1vh) * 100 - 100px);
    overflow: auto;
    -webkit-transition: height 0.3s ease;
    -o-transition: height 0.3s ease;
    transition: height 0.3s ease;
    padding: unset;
  }

  .tabs__body:not([hidden]) {
    height: calc(var(--vh, 1vh) * 100 - 60px);
    overflow: auto;
    -webkit-transition: height 0.3s ease;
    -o-transition: height 0.3s ease;
    transition: height 0.3s ease;
  }

  .tabs__item:not(:last-child) {
    margin: 0 0 0.9375rem 0;
  }

  .tabs__close {
    position: absolute;
    top: 20px;
    right: 20px;
  }

  .footer {
    padding-bottom: 60px;
  }

  .footer__top {
    padding-top: 0;
  }

  .footer__copyright {
    padding: 0.9375rem 1.875rem;
  }

  .page {
    padding-top: 15px;
  }

  .page__verifed {
    margin-bottom: 1.5625rem;
  }

  .page__bestsellers {
    margin-bottom: 1.5625rem;
  }

  .hero__body {
    padding: 2rem 1.875rem;
  }

  .hero__digits {
    margin-bottom: 0.5rem;
  }

  .hero__image {
    right: -64px;
  }

  .item-hero {
    gap: 0.4375rem;
  }

  .verifed__body {
    padding: 0.46875rem;
  }

  .verifed__item {
    height: 1.6875rem;
  }

  .product {
    padding-top: 0.9375rem;
  }

  .product__title {
    margin-bottom: 3px;
    font-size: 1.625rem;
  }

  .product__items {
    margin-bottom: 0.625rem;
  }

  .item-product-info__name {
    margin-bottom: 0.9375rem;
    font-size: 1rem;
  }

  .item-product-info__row:not(.item-product-info__row--top) {
    padding: 0.46875rem 1.25rem;
    font-size: 0.9375rem;
  }

  .item-product-info__row--top {
    padding: 1.03125rem 1.25rem;
    font-size: 0.75rem;
  }

  .item-product-info__per-pill {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 3.125rem;
            flex: 0 0 3.125rem;
  }

  .info-product {
    padding-top: 0.625rem;
    padding-left: 2%;
    padding-right: 2%;
  }

  .info-product__block:not(:last-child) {
    margin: 0 0 1.25rem 0;
  }

  .page-cart, .basket {
    padding-top: 0.9375rem;
  }

  .order__label {
    font-size: 1.125rem;
  }

  .order__row--headline {
    font-size: 0.75rem;
  }

  .preference-page-cart__label {
    font-size: 0.9375rem;
  }

  .preference-page-cart__descr {
    font-size: 0.8125rem;
  }

  .bonus-line__total {
    font-size: 0.9375rem;
  }

  .discount-line__label {
    margin-bottom: 0.625rem;
  }

  .total-line {
    padding: 0.78125rem 1.25rem;
  }


  .page-order {
    padding-top: 0.9375rem;
  }

  .final-order__top-row {
    padding: 0 0.9375rem 0.9375rem;
  }

  .final-order__label {
    font-size: 1.125rem;
  }

  .final-order__row--headline {
    font-size: 0.75rem;
  }

  .contact-info__label {
    font-size: 1.125rem;
  }

  .contact-info__cell:not(:last-child) {
    margin-bottom: 0.9375rem;
  }

  .contact-info__row {
    padding: 1.25rem;
  }

  .contact-info__row--large {
    padding: 1.25rem;
  }

  .contact-info__row--note {
    text-align: center;
  }

  .contact-info__caption {
    margin-bottom: 0.625rem;
  }

  .contact-info__selects {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .default {
    padding-top: 0.9375rem;
    padding-bottom: 1.875rem;
  }
}

@media (max-width: 29.6875em) {
  .delivery-item__price--black {
    -ms-flex-preferred-size: 4.0625rem;
        flex-basis: 4.0625rem;
  }

  .product-card__label {
    font-size: 1rem;
  }

  .order__quantity {
    -ms-flex-preferred-size: 4.125rem;
        flex-basis: 4.125rem;
  }

  .order__per-pack {
    -ms-flex-preferred-size: 3.75rem;
        flex-basis: 3.75rem;
  }

  .order__price {
    -ms-flex-preferred-size: 4.0625rem;
        flex-basis: 4.0625rem;
  }

  .bonus-line__total {
    -ms-flex-preferred-size: 4.0625rem;
        flex-basis: 4.0625rem;
  }

  .final-order__quantity {
    -ms-flex-preferred-size: 4.125rem;
        flex-basis: 4.125rem;
  }

  .final-order__price {
    -ms-flex-preferred-size: 4.0625rem;
        flex-basis: 4.0625rem;
  }
}

@media (max-width: 25.625em) {
  .form__input .g-recaptcha div {
    width: 100% !important;
  }
}

@media (max-width: 25.9375em) {
  .order__row {
    font-size: 0.75rem;
  }

  .final-order__row {
    font-size: 0.9375rem;
  }
}

@media (max-width: 24.375em) {
  .order__line {
    padding: 15px 0.625rem;
  }

  .final-order__line {
    padding: 15px 0.625rem;
  }

  .final-order__options {
    padding: 0 0.625rem;
  }

  .total-final {
    padding: 0.3125rem 0.625rem;
  }
}

@media (max-width: 23.4375em) {
  .form__input .g-recaptcha {
    -webkit-transform: scale(0.9) translateX(2px);
        -ms-transform: scale(0.9) translateX(2px);
            transform: scale(0.9) translateX(2px);
  }
}

@media (max-width: 23.75em) {
  .item-product-info__row:not(.item-product-info__row--top) {
    font-size: 0.8125rem;
  }

  .item-product-info__package {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 5rem;
            flex: 0 0 5rem;
  }

  .item-product-info__delivery {
    font-size: 0.625rem;
  }

  .item-product-info__per-pill {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 2.5rem;
            flex: 0 0 2.5rem;
  }
 /* \ */
  #install {
    margin:1% 0 1% 0 !important;
  }
  /* \ */
}

@media (max-width: 23.125em) {
  .total-line__old-price {
    white-space: nowrap;
  }

  .total-line__digits {
    white-space: nowrap;
  }
}

@media (max-width: 22.5em) {
  .total-line__old-price {
    font-size: 0.875rem;
  }

  .total-line__savings {
    font-size: 0.625rem;
  }

  .total-line__digits {
    font-size: 0.875rem;
  }
}

@media (min-width: 29.99875em) and (max-width: 47.99875em) {
  .form__input .g-recaptcha {
    -webkit-transform: scale(0.8) translateX(-5px);
        -ms-transform: scale(0.8) translateX(-5px);
            transform: scale(0.8) translateX(-5px);
  }

  .tabs__body:not([hidden]) {
    -ms-grid-columns: (auto)[2];
    grid-template-columns: repeat(2, auto);
  }
}

@media (min-width: 29.6875em) and (max-width: 35em) {
  @supports (flex-basis: clamp( 4.0625rem , -18.6397058824rem  +  76.4705882353vw , 8.125rem )) {
      .delivery-item__price--black {
        -ms-flex-preferred-size: clamp( 4.0625rem , -18.6397058824rem  +  76.4705882353vw , 8.125rem );
            flex-basis: clamp( 4.0625rem , -18.6397058824rem  +  76.4705882353vw , 8.125rem );
      }
  }

  @supports not (flex-basis: clamp( 4.0625rem , -18.6397058824rem  +  76.4705882353vw , 8.125rem )) {
      .delivery-item__price--black {
        -ms-flex-preferred-size: calc(4.0625rem + 4.0625 * (100vw - 29.6875rem) / 5.3125);
            flex-basis: calc(4.0625rem + 4.0625 * (100vw - 29.6875rem) / 5.3125);
      }
  }

  @supports (flex-basis: clamp( 4.125rem , -0.7647058824rem  +  16.4705882353vw , 5rem )) {
      .order__quantity {
        -ms-flex-preferred-size: clamp( 4.125rem , -0.7647058824rem  +  16.4705882353vw , 5rem );
            flex-basis: clamp( 4.125rem , -0.7647058824rem  +  16.4705882353vw , 5rem );
      }
  }

  @supports not (flex-basis: clamp( 4.125rem , -0.7647058824rem  +  16.4705882353vw , 5rem )) {
      .order__quantity {
        -ms-flex-preferred-size: calc(4.125rem + 0.875 * (100vw - 29.6875rem) / 5.3125);
            flex-basis: calc(4.125rem + 0.875 * (100vw - 29.6875rem) / 5.3125);
      }
  }

  @supports (flex-basis: clamp( 3.75rem , -13.7132352941rem  +  58.8235294118vw , 6.875rem )) {
      .order__per-pack {
        -ms-flex-preferred-size: clamp( 3.75rem , -13.7132352941rem  +  58.8235294118vw , 6.875rem );
            flex-basis: clamp( 3.75rem , -13.7132352941rem  +  58.8235294118vw , 6.875rem );
      }
  }

  @supports not (flex-basis: clamp( 3.75rem , -13.7132352941rem  +  58.8235294118vw , 6.875rem )) {
      .order__per-pack {
        -ms-flex-preferred-size: calc(3.75rem + 3.125 * (100vw - 29.6875rem) / 5.3125);
            flex-basis: calc(3.75rem + 3.125 * (100vw - 29.6875rem) / 5.3125);
      }
  }

  @supports (flex-basis: clamp( 4.0625rem , -13.4007352941rem  +  58.8235294118vw , 7.1875rem )) {
      .order__price {
        -ms-flex-preferred-size: clamp( 4.0625rem , -13.4007352941rem  +  58.8235294118vw , 7.1875rem );
            flex-basis: clamp( 4.0625rem , -13.4007352941rem  +  58.8235294118vw , 7.1875rem );
      }
  }

  @supports not (flex-basis: clamp( 4.0625rem , -13.4007352941rem  +  58.8235294118vw , 7.1875rem )) {
      .order__price {
        -ms-flex-preferred-size: calc(4.0625rem + 3.125 * (100vw - 29.6875rem) / 5.3125);
            flex-basis: calc(4.0625rem + 3.125 * (100vw - 29.6875rem) / 5.3125);
      }
  }

  @supports (flex-basis: clamp( 4.0625rem , -18.6397058824rem  +  76.4705882353vw , 8.125rem )) {
      .bonus-line__total {
        -ms-flex-preferred-size: clamp( 4.0625rem , -18.6397058824rem  +  76.4705882353vw , 8.125rem );
            flex-basis: clamp( 4.0625rem , -18.6397058824rem  +  76.4705882353vw , 8.125rem );
      }
  }

  @supports not (flex-basis: clamp( 4.0625rem , -18.6397058824rem  +  76.4705882353vw , 8.125rem )) {
      .bonus-line__total {
        -ms-flex-preferred-size: calc(4.0625rem + 4.0625 * (100vw - 29.6875rem) / 5.3125);
            flex-basis: calc(4.0625rem + 4.0625 * (100vw - 29.6875rem) / 5.3125);
      }
  }

  @supports (flex-basis: clamp( 4.125rem , -0.7647058824rem  +  16.4705882353vw , 5rem )) {
      .final-order__quantity {
        -ms-flex-preferred-size: clamp( 4.125rem , -0.7647058824rem  +  16.4705882353vw , 5rem );
            flex-basis: clamp( 4.125rem , -0.7647058824rem  +  16.4705882353vw , 5rem );
      }
  }

  @supports not (flex-basis: clamp( 4.125rem , -0.7647058824rem  +  16.4705882353vw , 5rem )) {
      .final-order__quantity {
        -ms-flex-preferred-size: calc(4.125rem + 0.875 * (100vw - 29.6875rem) / 5.3125);
            flex-basis: calc(4.125rem + 0.875 * (100vw - 29.6875rem) / 5.3125);
      }
  }

  @supports (flex-basis: clamp( 4.0625rem , -18.6397058824rem  +  76.4705882353vw , 8.125rem )) {
      .final-order__price {
        -ms-flex-preferred-size: clamp( 4.0625rem , -18.6397058824rem  +  76.4705882353vw , 8.125rem );
            flex-basis: clamp( 4.0625rem , -18.6397058824rem  +  76.4705882353vw , 8.125rem );
      }
  }

  @supports not (flex-basis: clamp( 4.0625rem , -18.6397058824rem  +  76.4705882353vw , 8.125rem )) {
      .final-order__price {
        -ms-flex-preferred-size: calc(4.0625rem + 4.0625 * (100vw - 29.6875rem) / 5.3125);
            flex-basis: calc(4.0625rem + 4.0625 * (100vw - 29.6875rem) / 5.3125);
      }
  }
  }

@media (min-width: 600px) and (max-width: 63.99875em) {

  .form-popup {
    left: 9%;
  }

  .form-popup_ {
    left: 9%;
  }

  .logo__text {
    width: 95px;
  }

  .header__top {
    margin-bottom: 0.625rem;
  }

  .header__inner {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .header__actions {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }

  .actions {
    gap: 2.25rem;
  }

  .menu__item:not(:last-child) {
    margin: 0 0.625rem 0 0;
  }

  .menu__dotts {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.1875rem;
  }

  .menu__dotts::before,
  .menu__dotts::after,
  .menu__dotts span {
    content: "";
    -webkit-box-flex: 0;
        -ms-flex: 0 0 0.1875rem;
            flex: 0 0 0.1875rem;
    width: 0.1875rem;
    height: 0.1875rem;
    border-radius: 50%;
    background-color: var(--dark);
    -webkit-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
  }

  .menu__dotts.active::before,
  .menu__dotts.active::after,
  .menu__dotts.active span {
    background-color: var(--accent-color);
  }

  .menu__dotts.active .menu__subslist {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .menu__subslist {
    position: absolute;
    bottom: -26px;
    left: 0;
    z-index: 5;
    min-width: 12.5rem;
    padding: 0.3125rem 1.25rem;
    background-color: var(--white);
    -webkit-box-shadow: 0px 21px 20px -15px rgba(55, 73, 87, 0.1);
            box-shadow: 0px 21px 20px -15px rgba(55, 73, 87, 0.1);
    border-radius: 20px;
    -webkit-transform: translate(-100%, 100%);
        -ms-transform: translate(-100%, 100%);
            transform: translate(-100%, 100%);
    -webkit-transition: visibility 0.3s ease, opacity 0.3s ease;
    -o-transition: visibility 0.3s ease, opacity 0.3s ease;
    transition: visibility 0.3s ease, opacity 0.3s ease;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }

  .menu__subslist .menu__item {
    margin: 0;
    padding: 0.9375rem 0.625rem;
    text-align: center;
  }

  .menu__subslist .menu__item:not(:last-child) {
    border-bottom: 1px solid var(--gray-light);
  }

  .page__verifed {
    margin-bottom: 1.875rem;
  }

  .page__bestsellers {
    margin-bottom: 1.875rem;
  }

  .hero__digits {
    margin-right: 0.5rem;
  }

  .verifed__body {
    padding: 0.9375rem;
  }

  .product {
    padding-top: 1.25rem;
  }

  .item-product-info__row:not(.item-product-info__row--top) {
    padding: 0.46875rem 1.25rem;
  }

  .item-product-info__row--top {
    padding: 1.3125rem 1.25rem;
  }

  .page-cart, .basket {
    padding-top: 1.25rem;
  }

  .total-line {
    padding: 1.28125rem 1.25rem;
  }

  .page-order {
    padding-top: 1.25rem;
  }

  .default {
    padding-top: 1.25rem;
    padding-bottom: 1.875rem;
  }
}

@media (min-width: 48em) and (max-width: 75em) {
@supports (margin-bottom: clamp( 0.9375rem , -1.8402777778rem  +  5.787037037vw , 2.5rem )) {
    .product-card__image {
      margin-bottom: clamp( 0.9375rem , -1.8402777778rem  +  5.787037037vw , 2.5rem );
    }
}

@supports not (margin-bottom: clamp( 0.9375rem , -1.8402777778rem  +  5.787037037vw , 2.5rem )) {
    .product-card__image {
      margin-bottom: calc(0.9375rem + 1.5625 * (100vw - 48rem) / 27);
    }
}

@supports (font-size: clamp( 3.125rem , -0.2083333333rem  +  6.9444444444vw , 5rem )) {
    .hero__digits {
      font-size: clamp( 3.125rem , -0.2083333333rem  +  6.9444444444vw , 5rem );
    }
}

@supports not (font-size: clamp( 3.125rem , -0.2083333333rem  +  6.9444444444vw , 5rem )) {
    .hero__digits {
      font-size: calc(3.125rem + 1.875 * (100vw - 48rem) / 27);
    }
}

@supports (width: clamp( 4.5625rem , 1.7847222222rem  +  5.787037037vw , 6.125rem )) {
    .hero__stars {
      width: clamp( 4.5625rem , 1.7847222222rem  +  5.787037037vw , 6.125rem );
    }
}

@supports not (width: clamp( 4.5625rem , 1.7847222222rem  +  5.787037037vw , 6.125rem )) {
    .hero__stars {
      width: calc(4.5625rem + 1.5625 * (100vw - 48rem) / 27);
    }
}

@supports (font-size: clamp( 0.75rem , 0.4166666667rem  +  0.6944444444vw , 0.9375rem )) {
    .hero__text {
      font-size: clamp( 0.75rem , 0.4166666667rem  +  0.6944444444vw , 0.9375rem );
    }
}

@supports not (font-size: clamp( 0.75rem , 0.4166666667rem  +  0.6944444444vw , 0.9375rem )) {
    .hero__text {
      font-size: calc(0.75rem + 0.1875 * (100vw - 48rem) / 27);
    }
}

@supports (font-size: clamp( 0.875rem , 0.4305555556rem  +  0.9259259259vw , 1.125rem )) {
    .item-hero__label {
      font-size: clamp( 0.875rem , 0.4305555556rem  +  0.9259259259vw , 1.125rem );
    }
}

@supports not (font-size: clamp( 0.875rem , 0.4305555556rem  +  0.9259259259vw , 1.125rem )) {
    .item-hero__label {
      font-size: calc(0.875rem + 0.25 * (100vw - 48rem) / 27);
    }
}

@supports (font-size: clamp( 0.75rem , 0.5277777778rem  +  0.462962963vw , 0.875rem )) {
    .item-hero__text {
      font-size: clamp( 0.75rem , 0.5277777778rem  +  0.462962963vw , 0.875rem );
    }
}

@supports not (font-size: clamp( 0.75rem , 0.5277777778rem  +  0.462962963vw , 0.875rem )) {
    .item-hero__text {
      font-size: calc(0.75rem + 0.125 * (100vw - 48rem) / 27);
    }
}
}

@media (min-width: 29.99875em) and (min-width: 48em) and (max-width: 75em) {
/*@supports (margin-right: clamp( 2.0625rem , 1.2847222222rem  +  1.6203703704vw , 2.5rem )) {
    .header__logo {
      margin-right: clamp( 2.0625rem , 1.2847222222rem  +  1.6203703704vw , 2.5rem );
    }
}

@supports not (margin-right: clamp( 2.0625rem , 1.2847222222rem  +  1.6203703704vw , 2.5rem )) {
    .header__logo {
      margin-right: calc(2.0625rem + 0.4375 * (100vw - 48rem) / 27);
    }
}*/

@supports (padding-left: clamp( 2.1875rem , -0.5902777778rem  +  5.787037037vw , 3.75rem )) {
    .hero__body {
      padding-left: clamp( 2.1875rem , -0.5902777778rem  +  5.787037037vw , 3.75rem );
    }
}

@supports not (padding-left: clamp( 2.1875rem , -0.5902777778rem  +  5.787037037vw , 3.75rem )) {
    .hero__body {
      padding-left: calc(2.1875rem + 1.5625 * (100vw - 48rem) / 27);
    }
}

@supports (padding-right: clamp( 2.1875rem , -0.5902777778rem  +  5.787037037vw , 3.75rem )) {
    .hero__body {
      padding-right: clamp( 2.1875rem , -0.5902777778rem  +  5.787037037vw , 3.75rem );
    }
}

@supports not (padding-right: clamp( 2.1875rem , -0.5902777778rem  +  5.787037037vw , 3.75rem )) {
    .hero__body {
      padding-right: calc(2.1875rem + 1.5625 * (100vw - 48rem) / 27);
    }
}
}

@media (min-width: 600px) and (max-width: 48em) {
  .hero__body {
    padding-left: 2.1875rem;
  }

  .hero__body {
    padding-right: 2.1875rem;
  }
}

@media (min-width: 43.75em) and (min-width: 48em) and (max-width: 75em) {
@supports (padding-left: clamp( 0.625rem , -0.9305555556rem  +  3.2407407407vw , 1.5rem )) {
    .header__phones {
      padding-left: clamp( 0.625rem , -0.9305555556rem  +  3.2407407407vw , 1.5rem );
    }
}

@supports not (padding-left: clamp( 0.625rem , -0.9305555556rem  +  3.2407407407vw , 1.5rem )) {
    .header__phones {
      padding-left: calc(0.625rem + 0.875 * (100vw - 48rem) / 27);
    }
}

@supports (flex-basis: clamp( 13.4375rem , 4.5486111111rem  +  18.5185185185vw , 18.4375rem )) {
    .verifed__about {
      -ms-flex-preferred-size: clamp( 13.4375rem , 4.5486111111rem  +  18.5185185185vw , 18.4375rem );
          flex-basis: clamp( 13.4375rem , 4.5486111111rem  +  18.5185185185vw , 18.4375rem );
    }
}

@supports not (flex-basis: clamp( 13.4375rem , 4.5486111111rem  +  18.5185185185vw , 18.4375rem )) {
    .verifed__about {
      -ms-flex-preferred-size: calc(13.4375rem + 5 * (100vw - 48rem) / 27);
          flex-basis: calc(13.4375rem + 5 * (100vw - 48rem) / 27);
    }
}
}

@media (min-width: 43.75em) and (max-width: 48em) {
  .header__phones {
    padding-left: 0.625rem;
  }

  .verifed__about {
    -ms-flex-preferred-size: 13.4375rem;
        flex-basis: 13.4375rem;
  }
}

@media (min-width: 43.75em) and (max-width: 63.99875em) {
  .tabs {
    -ms-grid-columns: 12.5rem 1fr;
    grid-template-columns: 12.5rem 1fr;
  }

  .verifed__about {
    margin: 0 1.25rem 0 0;
  }

  .verifed__items {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }

  .item-product-info__package {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.75rem;
            flex: 0 0 8.75rem;
  }
}

@media (min-width: 29.99875em) and (min-width: 61.9375em) and (max-width: 75em) {
    @supports ((-moz-column-gap: clamp( 3.125rem , -11.6925837321rem  +  23.9234449761vw , 6.25rem )) or (column-gap: clamp( 3.125rem , -11.6925837321rem  +  23.9234449761vw , 6.25rem ))) {
        .tabs__body:not([hidden]) {
        -webkit-column-gap: clamp( 3.125rem , -11.6925837321rem  +  23.9234449761vw , 6.25rem );
            -moz-column-gap: clamp( 3.125rem , -11.6925837321rem  +  23.9234449761vw , 6.25rem );
                column-gap: clamp( 3.125rem , -11.6925837321rem  +  23.9234449761vw , 6.25rem );
        }
    }

    @supports not ((-moz-column-gap: clamp( 3.125rem , -11.6925837321rem  +  23.9234449761vw , 6.25rem )) or (column-gap: clamp( 3.125rem , -11.6925837321rem  +  23.9234449761vw , 6.25rem ))) {
        .tabs__body:not([hidden]) {
        -webkit-column-gap: calc(3.125rem + 3.125 * (100vw - 61.9375rem) / 13.0625);
            -moz-column-gap: calc(3.125rem + 3.125 * (100vw - 61.9375rem) / 13.0625);
                column-gap: calc(3.125rem + 3.125 * (100vw - 61.9375rem) / 13.0625);
        }
    }
}

@media (min-width: 29.99875em) and (max-width: 61.9375em) {
  .tabs__body:not([hidden]) {
    -webkit-column-gap: 3.125rem;
       -moz-column-gap: 3.125rem;
            column-gap: 3.125rem;
  }
}

@media (min-width: 41.875em) and (max-width: 75em) {
  .footer__item:not(:last-child) {
    margin: 0 0.9375rem 0 0;
  }
}

@media (min-width: 29.99875em) and (max-width: 46.875em) {
  .hero__body {
    padding-bottom: 2.0625rem;
  }
}

@media (min-width: 46.875em) and (min-width: 48em) and (max-width: 75em) {
@supports (flex-basis: clamp( 11.25rem , 6.25rem  +  10.4166666667vw , 14.0625rem )) {
    .hero__info {
      -ms-flex-preferred-size: clamp( 11.25rem , 6.25rem  +  10.4166666667vw , 14.0625rem );
          flex-basis: clamp( 11.25rem , 6.25rem  +  10.4166666667vw , 14.0625rem );
    }
}

@supports not (flex-basis: clamp( 11.25rem , 6.25rem  +  10.4166666667vw , 14.0625rem )) {
    .hero__info {
      -ms-flex-preferred-size: calc(11.25rem + 2.8125 * (100vw - 48rem) / 27);
          flex-basis: calc(11.25rem + 2.8125 * (100vw - 48rem) / 27);
    }
}

@supports ((-moz-column-gap: clamp( 1.875rem , -0.3472222222rem  +  4.6296296296vw , 3.125rem )) or (column-gap: clamp( 1.875rem , -0.3472222222rem  +  4.6296296296vw , 3.125rem ))) {
    .hero__items {
      -webkit-column-gap: clamp( 1.875rem , -0.3472222222rem  +  4.6296296296vw , 3.125rem );
         -moz-column-gap: clamp( 1.875rem , -0.3472222222rem  +  4.6296296296vw , 3.125rem );
              column-gap: clamp( 1.875rem , -0.3472222222rem  +  4.6296296296vw , 3.125rem );
    }
}

@supports not ((-moz-column-gap: clamp( 1.875rem , -0.3472222222rem  +  4.6296296296vw , 3.125rem )) or (column-gap: clamp( 1.875rem , -0.3472222222rem  +  4.6296296296vw , 3.125rem ))) {
    .hero__items {
      -webkit-column-gap: calc(1.875rem + 1.25 * (100vw - 48rem) / 27);
         -moz-column-gap: calc(1.875rem + 1.25 * (100vw - 48rem) / 27);
              column-gap: calc(1.875rem + 1.25 * (100vw - 48rem) / 27);
    }
}

@supports (flex-basis: clamp( 11.25rem , -2.75rem  +  29.1666666667vw , 19.125rem )) {
    .hero__image {
      -ms-flex-preferred-size: clamp( 11.25rem , -2.75rem  +  29.1666666667vw , 19.125rem );
          flex-basis: clamp( 11.25rem , -2.75rem  +  29.1666666667vw , 19.125rem );
    }
}

@supports not (flex-basis: clamp( 11.25rem , -2.75rem  +  29.1666666667vw , 19.125rem )) {
    .hero__image {
      -ms-flex-preferred-size: calc(11.25rem + 7.875 * (100vw - 48rem) / 27);
          flex-basis: calc(11.25rem + 7.875 * (100vw - 48rem) / 27);
    }
}
}

@media (min-width: 46.875em) and (max-width: 48em) {
  .hero__info {
    -ms-flex-preferred-size: 11.25rem;
        flex-basis: 11.25rem;
  }

  .hero__items {
    -webkit-column-gap: 1.875rem;
       -moz-column-gap: 1.875rem;
            column-gap: 1.875rem;
  }

  .hero__image {
    -ms-flex-preferred-size: 11.25rem;
        flex-basis: 11.25rem;
  }
}

@media (min-width: 29.99875em) and (max-width: 75em) {
  .verifed__item {
    height: 2rem;
  }
}

@media (min-width: 40.625em) and (max-width: 63.99875em) {
  .product__body {
    -ms-grid-columns: 10.625rem 1fr;
    grid-template-columns: 10.625rem 1fr;
  }
}

@media (min-width: 40.625em) and (max-width: 47.99875em) {
  .product__image-wrapper {
    padding: 1.5rem 0.625rem;
  }
}

@media (min-width: 50em) and (max-width: 75em) {
@supports (margin-right: clamp( 0.5rem , -7.25rem  +  15.5vw , 4.375rem )) {
    .item-product-info__package {
      margin-right: clamp( 0.5rem , -7.25rem  +  15.5vw , 4.375rem );
    }
}

@supports not (margin-right: clamp( 0.5rem , -7.25rem  +  15.5vw , 4.375rem )) {
    .item-product-info__package {
      margin-right: calc(0.5rem + 3.875 * (100vw - 50rem) / 25);
    }
}

@supports (margin-right: clamp( 0.5rem , -7.25rem  +  15.5vw , 4.375rem )) {
    .item-product-info__per-pill {
      margin-right: clamp( 0.5rem , -7.25rem  +  15.5vw , 4.375rem );
    }
}

@supports not (margin-right: clamp( 0.5rem , -7.25rem  +  15.5vw , 4.375rem )) {
    .item-product-info__per-pill {
      margin-right: calc(0.5rem + 3.875 * (100vw - 50rem) / 25);
    }
}

@supports (margin-right: clamp( 0.625rem , -1.875rem  +  5vw , 1.875rem )) {
    .discount-line__input {
      margin-right: clamp( 0.625rem , -1.875rem  +  5vw , 1.875rem );
    }
}

@supports not (margin-right: clamp( 0.625rem , -1.875rem  +  5vw , 1.875rem )) {
    .discount-line__input {
      margin-right: calc(0.625rem + 1.25 * (100vw - 50rem) / 25);
    }
}
}

@media (min-width: 46.875em) and (max-width: 64em) {
  .page-cart__body {
    -ms-grid-columns: 1fr 10.625rem;
    grid-template-columns: 1fr 10.625rem;
    gap: 1.875rem;
  }
}

@media (min-width: 46.875em) and (max-width: 63.99875em) {
  .page-cart__offer:not(:last-child) {
    margin: 0 0 1.25rem 0;
  }

  .preference-page-cart__top {
    display: block;
  }
}

@media (min-width: 50em) and (max-width: 78.75em) {
@supports (flex-basis: clamp( 6.25rem , -15.4891304348rem  +  43.4782608696vw , 18.75rem )) {
    .order__package {
      -ms-flex-preferred-size: clamp( 6.25rem , -15.4891304348rem  +  43.4782608696vw , 18.75rem );
          flex-basis: clamp( 6.25rem , -15.4891304348rem  +  43.4782608696vw , 18.75rem );
    }
}

@supports not (flex-basis: clamp( 6.25rem , -15.4891304348rem  +  43.4782608696vw , 18.75rem )) {
    .order__package {
      -ms-flex-preferred-size: calc(6.25rem + 12.5 * (100vw - 50rem) / 28.75);
          flex-basis: calc(6.25rem + 12.5 * (100vw - 50rem) / 28.75);
    }
}

@supports (margin-right: clamp( 0.5rem , -4.0652173913rem  +  9.1304347826vw , 3.125rem )) {
    .order__package {
      margin-right: clamp( 0.5rem , -4.0652173913rem  +  9.1304347826vw , 3.125rem );
    }
}

@supports not (margin-right: clamp( 0.5rem , -4.0652173913rem  +  9.1304347826vw , 3.125rem )) {
    .order__package {
      margin-right: calc(0.5rem + 2.625 * (100vw - 50rem) / 28.75);
    }
}

@supports (margin-right: clamp( 0.5rem , -4.0652173913rem  +  9.1304347826vw , 3.125rem )) {
    .order__quantity {
      margin-right: clamp( 0.5rem , -4.0652173913rem  +  9.1304347826vw , 3.125rem );
    }
}

@supports not (margin-right: clamp( 0.5rem , -4.0652173913rem  +  9.1304347826vw , 3.125rem )) {
    .order__quantity {
      margin-right: calc(0.5rem + 2.625 * (100vw - 50rem) / 28.75);
    }
}

@supports (margin-right: clamp( 0.5rem , -4.0652173913rem  +  9.1304347826vw , 3.125rem )) {
    .order__per-pack {
      margin-right: clamp( 0.5rem , -4.0652173913rem  +  9.1304347826vw , 3.125rem );
    }
}

@supports not (margin-right: clamp( 0.5rem , -4.0652173913rem  +  9.1304347826vw , 3.125rem )) {
    .order__per-pack {
      margin-right: calc(0.5rem + 2.625 * (100vw - 50rem) / 28.75);
    }
}

@supports (margin-right: clamp( 0.5rem , -4.0652173913rem  +  9.1304347826vw , 3.125rem )) {
    .order__price {
      margin-right: clamp( 0.5rem , -4.0652173913rem  +  9.1304347826vw , 3.125rem );
    }
}

@supports not (margin-right: clamp( 0.5rem , -4.0652173913rem  +  9.1304347826vw , 3.125rem )) {
    .order__price {
      margin-right: calc(0.5rem + 2.625 * (100vw - 50rem) / 28.75);
    }
}

@supports (flex-basis: clamp( 6.25rem , -15.4891304348rem  +  43.4782608696vw , 18.75rem )) {
  .final-order__package {
    -ms-flex-preferred-size: clamp( 6.25rem , -15.4891304348rem  +  43.4782608696vw , 18.75rem );
        flex-basis: clamp( 6.25rem , -15.4891304348rem  +  43.4782608696vw , 18.75rem );
  }
}

@supports not (flex-basis: clamp( 6.25rem , -15.4891304348rem  +  43.4782608696vw , 18.75rem )) {
  .final-order__package {
    -ms-flex-preferred-size: calc(6.25rem + 12.5 * (100vw - 50rem) / 28.75);
        flex-basis: calc(6.25rem + 12.5 * (100vw - 50rem) / 28.75);
  }
}
}

@media (min-width: 29.6875em) and (max-width: 35em) {
@supports (flex-basis: clamp( 4.125rem , -0.7647058824rem  +  16.4705882353vw , 5rem )) {
    .order__quantity {
      -ms-flex-preferred-size: clamp( 4.125rem , -0.7647058824rem  +  16.4705882353vw , 5rem );
          flex-basis: clamp( 4.125rem , -0.7647058824rem  +  16.4705882353vw , 5rem );
    }
}

@supports not (flex-basis: clamp( 4.125rem , -0.7647058824rem  +  16.4705882353vw , 5rem )) {
    .order__quantity {
      -ms-flex-preferred-size: calc(4.125rem + 0.875 * (100vw - 29.6875rem) / 5.3125);
          flex-basis: calc(4.125rem + 0.875 * (100vw - 29.6875rem) / 5.3125);
    }
}

@supports (flex-basis: clamp( 3.75rem , -13.7132352941rem  +  58.8235294118vw , 6.875rem )) {
    .order__per-pack {
      -ms-flex-preferred-size: clamp( 3.75rem , -13.7132352941rem  +  58.8235294118vw , 6.875rem );
          flex-basis: clamp( 3.75rem , -13.7132352941rem  +  58.8235294118vw , 6.875rem );
    }
}

@supports not (flex-basis: clamp( 3.75rem , -13.7132352941rem  +  58.8235294118vw , 6.875rem )) {
    .order__per-pack {
      -ms-flex-preferred-size: calc(3.75rem + 3.125 * (100vw - 29.6875rem) / 5.3125);
          flex-basis: calc(3.75rem + 3.125 * (100vw - 29.6875rem) / 5.3125);
    }
}

@supports (flex-basis: clamp( 4.0625rem , -13.4007352941rem  +  58.8235294118vw , 7.1875rem )) {
    .order__price {
      -ms-flex-preferred-size: clamp( 4.0625rem , -13.4007352941rem  +  58.8235294118vw , 7.1875rem );
          flex-basis: clamp( 4.0625rem , -13.4007352941rem  +  58.8235294118vw , 7.1875rem );
    }
}

@supports not (flex-basis: clamp( 4.0625rem , -13.4007352941rem  +  58.8235294118vw , 7.1875rem )) {
    .order__price {
      -ms-flex-preferred-size: calc(4.0625rem + 3.125 * (100vw - 29.6875rem) / 5.3125);
          flex-basis: calc(4.0625rem + 3.125 * (100vw - 29.6875rem) / 5.3125);
    }
}
}

@media (min-width: 61.9375em) and (max-width: 75em) {
@supports (margin-right: clamp( 1.25rem , -4.6770334928rem  +  9.5693779904vw , 2.5rem )) {
    .bonus-line__label {
      margin-right: clamp( 1.25rem , -4.6770334928rem  +  9.5693779904vw , 2.5rem );
    }
}

@supports not (margin-right: clamp( 1.25rem , -4.6770334928rem  +  9.5693779904vw , 2.5rem )) {
    .bonus-line__label {
      margin-right: calc(1.25rem + 1.25 * (100vw - 61.9375rem) / 13.0625);
    }
}
}

@media (min-width: 29.99875em) and (min-width: 50em) and (max-width: 75em) {
@supports (margin-right: clamp( 0.625rem , -1.875rem  +  5vw , 1.875rem )) {
    .discount-line__label {
      margin-right: clamp( 0.625rem , -1.875rem  +  5vw , 1.875rem );
    }
}

@supports not (margin-right: clamp( 0.625rem , -1.875rem  +  5vw , 1.875rem )) {
    .discount-line__label {
      margin-right: calc(0.625rem + 1.25 * (100vw - 50rem) / 25);
    }
}
}

@media (min-width: 29.99875em) and (max-width: 50em) {
  .discount-line__label {
    margin-right: 0.625rem;
  }
}

@media (min-width: 34.375em) and (max-width: 63.99875em) {
  .actions-line {
    padding: 1.25rem 1.25rem 0;
  }
}

@media (min-width: 63.99875em) and (min-width: 29.6875em) and (max-width: 35em) {
  @supports (flex-basis: clamp( 3.75rem , -13.7132352941rem  +  58.8235294118vw , 6.875rem )) {
      .final-order__per-pack {
        -ms-flex-preferred-size: clamp( 3.75rem , -13.7132352941rem  +  58.8235294118vw , 6.875rem );
            flex-basis: clamp( 3.75rem , -13.7132352941rem  +  58.8235294118vw , 6.875rem );
      }
  }

  @supports not (flex-basis: clamp( 3.75rem , -13.7132352941rem  +  58.8235294118vw , 6.875rem )) {
      .final-order__per-pack {
        -ms-flex-preferred-size: calc(3.75rem + 3.125 * (100vw - 29.6875rem) / 5.3125);
            flex-basis: calc(3.75rem + 3.125 * (100vw - 29.6875rem) / 5.3125);
      }
  }
  }

  @media (min-width: 63.99875em) and (max-width: 29.6875em) {
    .final-order__per-pack {
      -ms-flex-preferred-size: 3.75rem;
          flex-basis: 3.75rem;
    }
  }


@media (any-hover: hover) {
  .form__button:hover {
    background: var(--accent-color-hover);
  }

  .input:hover {
    border-color: var(--main-color);
  }

  .select__option:hover {
    color: var(--accent-color);
  }

  .quantity__button:hover::before,
  .quantity__button:hover::after {
    background-color: var(--accent-color);
  }

  .search:hover .search__icon {
    color: var(--accent-color);
  }

  .inner-search__item a:hover {
    color: var(--accent-color);
  }

  .product-card:not(.product-card--offers):hover {
    -webkit-box-shadow: 0px 21px 20px -5px rgba(55, 73, 87, 0.1);
            box-shadow: 0px 21px 20px -5px rgba(55, 73, 87, 0.1);
  }

  .product-card--offers:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
  }

  .product-card__button:hover {
    background-color: var(--accent-color-hover);
  }

  .actions__item:hover .actions__icon {
    color: var(--accent-color);
  }

  .button-categories:hover {
    background: var(--accent-color-hover);
  }


  .top-phones-header__item:hover::after {
    width: 100%;
  }

  .menu__item:hover {
    color: var(--accent-color);
  }

  .menu__link:hover::after {
    width: 100%;
  }

  .tabs__title:hover {
    color: var(--accent-color);
  }

  .tabs__title._tab-active:hover {
    color: var(--white);
    background: var(--accent-color-hover);
  }

  .tabs__item:hover {
    color: var(--accent-color);
  }

  .footer__button:hover {
    opacity: 0.8;
  }

  .footer__item:hover {
    color: var(--accent-color);
  }

  .footer__phone:hover {
    opacity: 0.8;
  }

  .details-product__row a:hover {
    color: var(--dark);
  }

  .details-product__links a:hover {
    color: var(--dark);
  }

  .item-product-info__add-to-cart:hover {
    background: var(--accent-color-hover);
  }

  .reviews__arrow:not(.swiper-button-disabled):hover {
    color: var(--accent-color);
  }

  .reviews__arrow--prev:hover svg {
    -webkit-transform: translate(-4px, 0px);
        -ms-transform: translate(-4px, 0px);
            transform: translate(-4px, 0px);
  }

  .reviews__arrow--next:hover svg {
    -webkit-transform: translate(4px, 0px);
        -ms-transform: translate(4px, 0px);
            transform: translate(4px, 0px);
  }

  .order__remove:hover {
    color: var(--main-color);
  }

  .order__upgrade:hover {
    color: var(--accent-color-hover);
  }

  .bonus-line__button:hover {
    color: var(--main-color);
  }

  .discount-line__input .input:hover {
    border-color: var(--main-color);
  }

  .discount-line__button:hover {
    opacity: 0.8;
  }

  .actions-line__continue:hover {
    background-color: var(--accent-color);
    color: var(--white);
  }

  .actions-line__pay:hover {
    background: var(--accent-color-hover);
  }

  .page-order__place-button:hover {
    opacity: 0.8;
  }

  .total-final__button:hover {
    color: var(--white);
    background-color: var(--accent-color);
  }

  .total-final__button:hover svg {
    color: var(--white);
    -webkit-transform: translate(-4px, 0px);
        -ms-transform: translate(-4px, 0px);
            transform: translate(-4px, 0px);
  }

  .contact-info__phone:hover {
    border-color: var(--main-color);
  }

  .contact-info__select .select__body:hover {
    border-color: var(--main-color);
  }

  .final-succes__line a:hover {
    text-decoration: none;
  }
}



@media all and (display-mode: standalone) {
  #install {
    display: none;
  }
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: "Futura PT";
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  margin: 0;
  font-family: "Futura PT";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

/* social-share */
.social-share {
  z-index: 200;
  background-color: var(--accent-color-light);
}

.social-share__title {
  z-index: 200;
  text-align: center;
  font-size: .875rem;
  margin-bottom: 0.5rem;
}

.social-share__items {
  z-index: 200;
  display: flex;
  justify-content: center;
  list-style: none;
  margin-top: 0;
}

.social-share__item {
  z-index: 200;
  position: relative;
  /* background-color: #00832d; */
  display: block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: background-color .3s ease-in-out;
  width: 2.5rem;
  height: 2.5rem;
  margin-left: 0.25rem;
  margin-right: 0.25rem;
  border-radius: .25rem;
}

/* .social-share__item:hover {
  background-color: #006624;
} */

.social-share__item::before {
  z-index: 200;
  content: "";
  position: absolute;
  width: 1.2rem;
  height: 1.2rem;
  left: .65rem;
  top: .65rem;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
}

.social-share__item_twitter::before {
  background-image: url("/images/share_icons/twitter.svg");
}

.social-share__item_fb::before {
  background-image: url("/images/share_icons/facebook.svg");
}

.social-share__item_telegram::before {
  background-image: url("/images/share_icons/telegram.svg");
}

.social-share__item_telegram::before {
  background-image: url("/images/share_icons/telegram.svg");
}

.social-share__item_whatsapp::before {
  background-image: url("/images/share_icons/whatsapp.svg");
}

.social-share__item_linkedin::before {
  background-image: url("/images/share_icons/linkedin.svg");
}

.social-share__item_google::before {
  background-image: url("/images/share_icons/google.svg");
}

.social-share__item_digg::before {
  background-image: url("/images/share_icons/digg.svg");
}

.social-share__item_gmail::before {
  background-image: url("/images/share_icons/gmail.svg");
}

.request_call{
  text-decoration: underline;
  font-weight: 500;
  cursor: pointer;
  pointer-events: auto;
  color: var(--accent-color);
  margin-right: 5px;
}

.request_call:hover{
  text-decoration: none;
}

.popup_gray{
  position: fixed;
  top: 0;
  background-color: rgb(171 171 171 / 60%);
  width: 100%;
  height: 100%;
  z-index: 1001;
}

.popup_call{
  position: fixed;
  margin-left: auto;
  margin-right: auto;
  background-color: white;
  width: 40%;
  top: 35%;
  left: 35%;
  height: auto;
  display: flex;
  flex-direction: column;
  border-radius: 12px;
  padding: 20px;
  min-width: 300px;
  z-index: 6;
}

@media (max-width: 720px) {
  .popup_call {
    left: 20%;
  }
}

@media (max-width: 455px) {
  .popup_call {
    left: 5%;
  }
}

.button_close{
  display: flex;
  justify-content: flex-end;
  cursor: pointer;
}

.button_close svg{
  color: rgb(171 171 171);
}

.popup_bottom{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.popup_text{
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.button_request_call{
  background-color: var(--accent-color);
  padding: 15px 50px;
  border-radius: 12px;
  cursor: pointer;
  color: white;
}

.button_request_call:hover{
  background-color: var(--accent-color-hover);
}

.phone{
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.phone_code{
  margin-right: 10px;
}

#phone::-webkit-outer-spin-button,
#phone::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

#phone{
  -moz-appearance: textfield;
}

.enter-info__input--country{
  margin-left: 15px;
}

.page__bestsellers{
  display: flex;
  max-width: 75rem;
  margin: 0 auto 3.125rem auto;
  padding: 0 15px;
}

.categories-sidebar{
  min-width: 210px;
  font-size: 14px;
  margin-top: 1.875rem;
}

.bestsellers__container{
  margin: 30px 0 0 0;
  padding-right: 0;
}

@media (max-width: 625px) {
  .categories-sidebar{
    display: none;
  }
}

.spollers__title{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--blue-light);
  padding: 10px 0;
  font-weight: 600;
  font-size: 15px;
  text-align: left;
}

.spollers__title:after{
  content: "";
  -webkit-box-flex: 0;
  -ms-flex: 0 0 1.25rem;
  flex: 0 0 1.25rem;
  height: 20px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  background: url(../images/icons/arr-down.svg) 0 0 no-repeat;
}

/*.spollers__title._spoller-active{
  color: var(--accent-color);
}*/

.spollers__title._spoller-active::after {
  content: "";
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.spollers__body{
  margin: 10px 0;
}

.spollers__item-list{
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 15px;
}

.spollers__item-list a:hover {
  color: var(--accent-color);
}

.spollers__item-list span{
  color: var(--accent-color);
}

.popup_call .select__scroll::-webkit-scrollbar {
  width: 10px;
  height: 20px;
}

.popup_call .select__scroll::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: var(--accent-color);
}

.popup_call .select__scroll::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.2);
  border-radius: 10px;
  background-color: white;
}

.christmas{
  width: 100%;
  /*background: url("../images/pay_big.png") no-repeat center;*/
  /*height: 80px;*/
  cursor: pointer;
  padding-top: 20px;
  max-width: 75rem;
  margin: 0 auto;

}

.christmas img {
  width: 100%;
}

@media (max-width: 390px) {
  /*.christmas{*/
  /*  height: 66px;*/
  /*}*/
}

.subscribe_body {
  display: flex;
  width: 100%;
  max-width: 1200px;
  justify-content: space-between;
  border-radius: 20px;
  padding: 12px 100px;
  border: 1px solid var(--accent-color-light);
  height: 80px;
  margin: 20px auto;
  margin-bottom: 5px;
}

.subscribe_body .left_block {
  display: flex;
  gap: 10px;
  align-items: center;
}

.subscribe_body .text_subscribe {
  display: flex;
  flex-direction: column;
}

.subscribe_body .top_text {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
}

.subscribe_body .bottom_text {
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: var(--accent-color);
}

.subscribe_body .right_block {
  display: flex;
  gap: 10px;
  align-items: center;
  width: 50%;
}

.subscribe_body .right_block #email_sub {
  height: 47px;
  font-size: 14px;
  border-radius: 14px;
  border: none;
  background: var(--accent-color-light);
  color: #262D3880;
}

.subscribe_body .button_sub {
  height: 47px;
  line-height: 47px;
  border-radius: 10px;
  padding: 0 30px;
  color: var(--white);
  background: var(--accent-color);
  cursor: pointer;
  text-transform: uppercase;
}

.subscribe_body .button_sub:hover {
  background: var(--accent-color-hover);
}

.subscribe_body .sub_mini {
  display: none;
}

.reviews_block {
  display: flex;
  margin: 0 auto;
  max-width: 1200px;
  padding: 20px;
  gap: 30px;
}

.review {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.review_top {
  display: flex;
  gap: 5px;
  justify-content: space-between;
}

.person_name {
  width: 90px;
}

.stars img {
  width: 100%;
}

@media (max-width: 1120px) {
  .subscribe_body {
    padding: 12px 60px;
  }
}

@media (max-width: 925px) {
  .subscribe_body {
    padding: 12px 30px;
  }
}

@media (max-width: 900px) {
  .reviews_block {
    flex-direction: column;
  }
}

@media (max-width: 725px) {
  .subscribe_body {
    flex-direction: column;
    gap: 10px;
    padding: 15px 20px;
    height: 135px;
  }

  .subscribe_body .right_block {
    width: 100%;
  }
}

@media (max-width: 435px) {
  .subscribe_body .button_sub {
    padding: 0;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .subscribe_body .sub_mini {
    display: block;
  }

  .subscribe_body .button_text {
    display: none;
  }
}

.container.header__container{
  background: var(--white);
  margin-top: 15px;
  border-radius: 20px;
  padding: 20px;
}

@media (min-width: 1470px) {
  .header__container {
    max-width: max-content;
  }
  .container.header__container{
    max-width: 75rem;
  }
}

@media (max-width: 1470px) {
  .top-phones-header__items {
    overflow-x: scroll;
  }
}

.popup_white {
  position: fixed;
  top: 0;
  left: 39%;
  z-index: 4;
}

.popup_white.hide {
  display: none;
}

.popup_push {
  box-shadow: 0 0 30px rgba(0,0,0,0.5);
  background-color: white;
  padding: 20px;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  max-width: 300px;
  border-radius: 20px;
}

.popup_block {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.popup_head {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 21px;
  text-align: center;
}

.popup_push_text {
  font-size: 14px;
  text-align: center;
}

.push_buttons {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-evenly;
}

.push_decline {
  color: var(--accent-color);
  border: 1px solid var(--accent-color);
  padding: 10px 20px;
  border-radius: 12px;
  cursor: pointer;
}

.push_decline:hover{
  color: white;
  background-color: var(--accent-color);
}

.push_allow {
  color: white;
  background-color: var(--accent-color);
  padding: 10px 20px;
  border-radius: 12px;
  cursor: pointer;
}

.push_allow:hover{
  background-color: var(--accent-color-hover);
}

@media (max-width: 560px) {
  .popup_push {
    margin: 0 auto;
  }
}

@media (max-width: 510px) {
  .popup_white {
    left: 19%;
  }
}

@media (max-width: 430px) {
  .popup_white {
    left: 2%;
  }
}

.top_block {
  max-width: 75em;
  display: flex;
  margin: 20px auto 0 auto;
  justify-content: space-between;
  border: 1px solid var(--white);
  border-radius: 20px;
  gap: 20px;
  padding: 20px 20px 0 20px;
  height: 250px;
}

.second_block {
  display: none;
  gap: normal;
  justify-content: space-between;
  padding: 10px;
  /*height: 160px !important;*/
}

.second_block .num_block {
  width: 160px;
  /*height: 120px;*/
}

.second_block .block_num {
  font-size: 35px;
}

.second_block .right_top_block img {
  /*bottom: 22px;*/
  left: 15px;
  height: 160px;
}

.third_block {
  display: none;
  flex-direction: column;
  gap: normal;
}

.third_block .discounts_block {
  flex-direction: column;
  gap: 15px;
}

.discount_line {
  display: flex;
  gap: 15px;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.left_top_block {
  display: flex;
  flex-direction: column;
}

.discounts_info_block {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}

.verified_info_block {
  display: flex;
  justify-content: space-between;
}

.verified_imgs {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.white_line {
  border-bottom: 1px solid var(--white);
  margin: 20px 0;
}

.num_block {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 225px;
}

.block_num {
  font-weight: 600;
  font-size: 45px;
  line-height: 45px;
}

.num_text {
  text-align: center;
  font-size: 15px;
}

.discounts_block {
  display: flex;
  gap: 30px;
  align-items: center;
}

.discount_block {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.discount_top {
  display: flex;
  gap: 10px;
  align-items: center;
}

.discount_label {
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
}

.discount_text {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}

.right_top_block img {
  position: relative;
  bottom: 82px;
  left: 30px;
}

.bonus_block {
  display: flex;
  gap: 16px;
  max-width: 75em;
  margin: 20px auto;
  width: 100%;
  justify-content: space-between;
}

.bonus_block.all_padding {
  padding: 0 15px;
}

.bonus1 img {
  width: 100%;
}

.bonus2 img {
  width: 100%;
}

.product_list {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.product_info {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 20px;
  gap: 20px;
  border-radius: 14px;
  background: var(--accent-color-light);
  position: relative;
}

.product_info_top {
  display: flex;
  align-items: center;
  gap: 20px;
  width: 100%;
}

.product_img {
  max-width: 100px;
  min-width: 100px;
  width: 100%;
  text-align: center;
}

.product_img img {
    width: auto;
    height: auto;
    max-width: 100px;
    max-height: 100px;
}

.product_center {
  flex: auto;
}

.product_main {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.product_text {
  display: flex;
  flex-direction: column;
}

.product_name {
  font-size: 22px;
  font-weight: 500;
  line-height: 31px;
}

.product_active {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  color: var(--accent-color);
}

.product_desc {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  max-height: 63px;
  overflow: hidden;
}

.product_right_block {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.product_price {
  text-align: right;
}

.product-card__button span {
  margin-left: 10px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
}

.product_info_bottom {
  display: none;
}

.bottom_license {
  display: none;
}

.footer__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  gap: 15px;
  flex-wrap: wrap;
  justify-content: space-between;
}

.head_link {
 font-weight: 500 !important;
}

.default__review_text {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 10px;
}

.form_rows_top {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: center;
  margin-bottom: 10px;
}

.form__input {
  display: flex;
  gap: 10px;
}

.form__inner{
  margin-bottom: 20px;
}

.order__top-row {
  border-bottom: 1px solid var(--white);
}

.img_support_second {
  display: none;
}

.page-cart__container {
  padding: 0;
}

.basket {
  padding: 1.875rem 15px 0 15px;
}

strong {
  font-size: 22px;
  font-weight: 500;
}

.right_top_block {
  margin-left: -40px;
}

.bonus1, .bonus2 {
  width: 50%;
  /* height: 165px; */
}

.product {
  padding: 1.875rem 15px 0 15px;
}

@media (max-width: 1240px) {
  .block_num {
    font-size: 37px;
  }
}

@media (max-width: 1180px) {
  .header__menu {
    margin-left: 10px;
  }
}

@media (max-width: 1095px) {
  .right_top_block img {
    width: 190px;
    bottom: 0;
    left: 30px;
  }

  .menu__list {
    max-width: none;
  }

  .top_block {
    height: auto;
  }
}

@media (max-width: 950px) {
  .img_support_first {
    width: 100%;
    display: none;
  }

  .img_support_second {
    width: 100%;
    display: flex;
  }

  .verified_imgs {
    flex-direction: column;
    gap: 10px;
  }

  .top_block {
    padding: 20px 20px 0 20px;
  }
}

@media (max-width: 765px) {
  .first_block {
    display: none;
  }

  .second_block, .third_block {
    display: flex;
  }

  .second_block .right_top_block img {
    /*bottom: 22px;*/
    width: unset;
  }

  .img_support_second {
    width: unset;
  }

  .bonus_block {
    flex-direction: column;
  }

  .bonus1, .bonus2 {
    width: 100%;
    height: unset;
  }
}

@media (max-width: 670px) {
  .footer_container {
    flex-direction: column;
    gap: 30px;
  }

  .footer__menu {
    width: 290px;
  }

  .footer_copyright {
    display: none;
  }

  .bottom_license {
    display: flex;
  }

}

@media (max-width: 650px) {
  .item-product-info__add-to-cart {
    height: 38px;
    padding: 0.5rem;
  }

  .item-product-info__name {
    padding: 20px 0 0 20px;
  }

  .person_name {
    font-size: 15px;
  }

  .review_text {
    font-size: 15px;
  }

  .stars {
    width: 90px;
  }
}

@media (max-width: 620px) {
  .bestsellers__container{
    margin: 0;
    padding: 0;
  }
}

@media (max-width: 600px) {
  .actions__item a {
    flex-direction: column;
    gap: unset;
  }
  .button-categories:hover {
    background: none;
  }
  .cart__quantity {
    right: -6px;
  }
}

@media (max-width: 600px) {
  .footer_left {
    width: unset;
    align-items: center;
  }

  .footer_right {
    flex-direction: column;
    align-items: center;
  }

  .footer__menu {
    flex-direction: column;
    align-items: center;
    flex-wrap: nowrap;
    text-align: center;
  }

  .footer__button {
    flex: unset;
  }

  .form_rows_top {
    flex-direction: column;
    align-items: unset;
  }

  .form__text-block {
    font-size: 15px;
  }
}

@media (max-width: 385px) {
  .form__input {
    flex-direction: column;
  }

  .img_support_second {
    width: 100%;
  }

  .second_block {
    padding: 10px 10px 0 10px;
  }

  /*.second_block .right_top_block img {
    bottom: 12px;
  }*/
}

.bonus-line__items {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  flex-wrap: wrap;
}

.bonus-line__item {
  width: 230px;
}

.order-bonus__package {
  font-size: 14px;
}

.order-bonus__content {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.order-bonus__name {
  display: flex;
  justify-content: space-between;
}

.bonus_name {
  font-weight: 500;
}

.bonus_price {
  color: var(--red);
}


.gift_card {
  width: 100%;
}

.gift_block {
  display: flex;
  flex-direction: column;
  padding: 15px 30px;
  gap: 10px;
  border-bottom: 1px solid var(--white);
}

.gift_top_block__item {
  display: flex;
  gap: 15px;
  align-items: center;
}

.top_left_text {
  font-weight: 500;
}

.button_add_gift {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 50px;
  border-radius: 14px;
  background-color: var(--accent-color);
  color: white;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
}

.button_add_gift:hover {
  background-color: var(--accent-color-hover);
}

.gift_bottom_block {
  display: flex;
  gap: 30px;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.bottom_left_text {
  font-weight: 500;
}

.select_gift {
  width: 175px;
  height: 50px;
  position: relative;
}

.gift_bottom_block {
  display: none;
}

.select_gift.is-active .select_body_gifts {
  display: block;
  z-index: 100;
}

.select_header_gift {
  border: 1px solid #cccccc;
  display: flex;
  cursor: pointer;
  align-items: center;
  height: 50px;
  background: white;
  border-radius: 14px;
  padding: 0 20px;
}

.select_current_gift {
  font-size: 14px;
  padding: 8px;
}

.select_icon {
  width: 15px;
  height: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  margin-left: auto;
}

.select_body_gifts {
  border: 1px solid #cccccc;
  border-top: 0;
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  background-color: white;
  border-radius: 10px;
}

.select_item_gift {
  line-height: 24px;
  padding: 8px;
  font-size: 14px;
  cursor: pointer;
}

.select_item_gift:hover {
  color: var(--accent-color);
}

.visible.gift {
  content: "";
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 1.5rem;
  flex: 0 0 1.5rem;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  background: url(../images/icons/checkmark.svg) center/15px 15px no-repeat;
  background-color: var(--white);
  -webkit-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  cursor: pointer;
}

.visible.gift.get-gift {
  background-color: var(--accent-color);
}

@media (max-width: 1199px) {
  .gift_block {
    padding: 15px 20px;
  }
}

@media (max-width: 560px) {
  .bonus-line__item {
    width: unset;
  }
}

@media (max-width: 390px) {
  .gift_block {
    padding: 15px 10px;
  }
}

.pay-index, .ship-index{
  --height: 4.5rem;
  overflow-y:hidden;
  transition: none !important;
  max-width: 75rem;
  width: 100%;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  margin: 0 auto;
  -moz-user-select: -moz-none;
  -o-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  -ms-overflow-style: none;
  display: flex;
  /*padding: 10px 0;*/
}

.pay-index {
  padding-top: 20px;
}

.pay-index::-webkit-scrollbar, .ship-index::-webkit-scrollbar {
  width: 0;
  display: none;
}

.pay-index__container {
  overflow-x: auto;
  overflow-y: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-overflow-style: none;
  padding: 0;
}

.ship-index__container {
  overflow-x: auto;
  overflow-y: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-overflow-style: none;
}

.pay-index__container::-webkit-scrollbar, .ship-index__container::-webkit-scrollbar {
  width: 0;
  display: none;
}

.pay-index__list, .ship-index__list {
  display:flex;
  justify-content:space-between;
  align-items: center;
  gap:0.5rem;
  padding-left:0;
  margin-bottom:0;
  list-style:none;
}

.ship-index__list {
  gap: 18px;
}

.pay-index__item{
  margin-bottom:0;
  width: 38px;
  list-style-type: none;
}

.ship-index__item{
  margin-bottom:0;
  width: 75px;
  list-style-type: none;
}

.pay-index__item svg {
    width: 100%;
    height: 30px;
}

.ship-index__item svg {
    width: 100%;
    height: 90px;
}

@media (max-width: 1200px) {
  .pay-index, .ship-index {
    --height: 3.5rem;
  }
}

@media (max-width: 670px) {
    .product_img {
        min-width: 60px;
    }
}

@media (max-width: 370px) {
    .product_info_top {
        gap: 0;
    }
}

.tabs__navigation {
    overflow-y: auto;
  }

.tabs__navigation::-webkit-scrollbar{
  height:0.4rem;
  width: 5px;
}
.tabs__navigation::-webkit-scrollbar-track{
  border-radius:1rem;
  margin-right:1rem;
  margin-left:1rem;
  background-color:transparent;
}
.tabs__navigation::-webkit-scrollbar-thumb{
  border-radius:1rem;
  background-color:#d7d7d7;
}

.tabs__body::-webkit-scrollbar{
    height:0.4rem;
    width: 5px;
  }
  .tabs__body::-webkit-scrollbar-track{
    border-radius:1rem;
    margin-right:1rem;
    margin-left:1rem;
    background-color:transparent;
  }
  .tabs__body::-webkit-scrollbar-thumb{
    border-radius:1rem;
    background-color:#d7d7d7;
  }

  .select__scroll::-webkit-scrollbar{
    height:0.4rem;
    width: 5px;
  }
  .select__scroll::-webkit-scrollbar-track{
    border-radius:1rem;
    margin-right:1rem;
    margin-left:1rem;
    background-color:transparent;
  }
  .select__scroll::-webkit-scrollbar-thumb{
    border-radius:1rem;
    background-color:#d7d7d7;
  }

  .top-phones-header__items::-webkit-scrollbar{
    height:0.4rem;
    width: 5px;
  }
  .top-phones-header__items::-webkit-scrollbar-track{
    border-radius:1rem;
    margin-right:1rem;
    margin-left:1rem;
    background-color:transparent;
  }
  .top-phones-header__items::-webkit-scrollbar-thumb{
    border-radius:1rem;
    background-color:#d7d7d7;
  }

  .categories__tabs {
    box-shadow: 5px 5px 5px grey;
  }

  @media (max-width: 600px) {
    .categories__tabs {
      box-shadow: none;
    }
  }

  .card__label{
    position:absolute;
    top:0.8rem;
    /* right:0.8rem; */
    left: 0.8rem;
    z-index:1;
    display:inline-flex;
    align-items:center;
    min-height:1.8rem;
    padding:0.1rem 0.4rem 0;
    border-radius:0.5rem;
    font-size:0.8rem;
    line-height:1;
    font-weight:700;
    background-color: #e14c5c;
    color:white;
  }


  .contact_subject{
    display: flex;
    justify-content:space-between;
    align-items:center;
    gap:1rem;
    border: var(--border-width) solid var(--border-color);
    border-radius: var(--border-radius);
  }

  .contact_subject .select-wrapper{
    max-width:30rem;
    margin-left:auto;
  }

  #new_subject_block {
    display: flex;
    width: 100%;
}

.select_subject {
    width: 100%;
}

.select_header_subject {
    align-items: center;
    background-color: white;
    border: 1px solid var(--add-white);
    border-radius: 14px;
    display: flex;
    justify-content: space-between;
    font-size: inherit;
    height: 54px;
    overflow: hidden;
    padding-left: 20px;
    padding-right: 10px;
    position: relative;
    width: 100%;
    z-index: 2;
    gap: 10px;
    background-color: white;
}

.select_header_subject:hover {
    cursor: pointer;
}

  .select_body_subjects {
    --offset-y: 0.1rem;
    --translate-x: 0%;
    background-color: white;
    border: 1px solid var(--primary);
    border-radius: 15px;
    box-shadow: 0 20px 20px -15px rgba(38, 45, 56, 0.1);
    display: none;
    /* padding: 1rem 0; */
    transform: translate3d(var(--translate-x), var(--offset-y), 0);
    position: absolute;
    width: max-content;
}

.select_subject.is-active .select_body_subjects {
    display: block;
    z-index: 100;
    max-height: 24rem;
    overflow-y: auto;
    animation:select-panel-appear 0.2s cubic-bezier(0.33, 1, 0.68, 1);
}

.select_item_subject {
    font-size: inherit;
    padding: 0.8rem;
    position: relative;
    transition: background-color 0.1s cubic-bezier(0.4, 0.8, 0.4, 1), color 0.1s cubic-bezier(0.4, 0.8, 0.4, 1);
    cursor: pointer;
}

.select_item_subject:hover {
    color: var(--accent-color);
}

.select_body_subjects::-webkit-scrollbar{
    width:0.6rem;
}
.select_body_subjects::-webkit-scrollbar-track{
    border-radius:1rem;
    margin-top:0.6rem;
    margin-bottom:0.6rem;
    background-color:var(--color-white);
}
.select_body_subjects::-webkit-scrollbar-thumb{
    width:0.2rem;
    border-radius:2rem;
    background:#d7d7d7;
}
.select_body_subjects::-webkit-scrollbar-track{
    margin-top:2rem;
    margin-bottom:2rem;
}

#subject {
    width: 100%;
    min-width: 179px;
}

#go_to_contact_us{
    height: 47px;
    line-height: 47px;
    border-radius: 10px;
    padding: 0 30px;
    color: var(--white);
    background: var(--accent-color);
    cursor: pointer;
    text-transform: uppercase;
}

#go_to_contact_us:hover{
    background: var(--accent-color-hover);
}

.cmcmodal{
    animation-name: modalFadeInOut;
    animation-timing-function: ease-in-out;
    animation-duration: 8s;
    animation-direction: alternate;
    /* width: 30%; */
    position: fixed;
    bottom:50%;
    right: 1%;
    padding: 20px;
    background: var(--accent-color);
    box-sizing: border-box;
    border-radius: 15px;
    opacity: 0;
    transition: opacity 2s;
    color: white;
  }

  .cmcmodal.hidden {
      display: none;
  }

  .modal_cart {
    animation-name: modalFadeInOut;
    animation-timing-function: ease-in-out;
    animation-duration: 8s;
    animation-direction: alternate;
    /* width: 25%; */
    /* max-width: 280px; */
    position: fixed;
    bottom:50%;
    right: 1%;
    padding: 20px;
    background: var(--accent-color);
    box-sizing: border-box;
    border-radius: 15px;
    opacity: 0;
    transition: opacity 2s;
    color: white;
  }

  .modal_cart.hidden {
      display: none;
  }

  /* @media only screen and (max-width: 767px) {

    .cmcmodal {
      width: 100%;
      bottom: 0%;
    }

    .modal_cart {
      width: 100%;
      bottom: 0%;
    }
  } */

  @media only screen and (max-width: 410px) {
    .modal_cart {
        max-width: 280px;
    }
  }

  @keyframes modalFadeInOut {
    0% {
    opacity:0;
  }
  2% {
    opacity:0.1;
  }
  5% {
    opacity:0.2;
  }
  10% {
    opacity:0.5;
  }
  15% {
    opacity:0.7;
  }
  20% {
    opacity:1;
  }
  80% {
    opacity:1;
  }
  85% {
    opacity:0.7;
  }
  90% {
    opacity:0.5;
  }
  95% {
    opacity:0.2;
  }
  98% {
    opacity:0.1;
  }
  100% {
  opacity:0;
  }
  }

  .site_info_link:hover{
    color: var(--accent-color-hover);
  }

  .sitemap_menu{
    display: flex;
    margin-bottom: 20px;
    justify-content: center;
    font-weight: 500;
    transition: color 0.3s ease;
}

.sitemap_menu:hover{
    color: #3D94AF;
}