@charset "UTF-8";
@font-face {
  font-family: icons;
  font-display: swap;
  src: url("../fonts/icons.woff2") format("woff2"), url("../fonts/icons.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Montserrat;
  font-display: swap;
  src: url("../fonts/Montserrat-Bold.woff2") format("woff2"), url("../fonts/Montserrat-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: Montserrat;
  font-display: swap;
  src: url("../fonts/Montserrat-Medium.woff2") format("woff2"), url("../fonts/Montserrat-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: Montserrat;
  font-display: swap;
  src: url("../fonts/Montserrat-Light.woff2") format("woff2"), url("../fonts/Montserrat-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: OpenSans;
  font-display: swap;
  src: url("../fonts/OpenSans-Regular.woff2") format("woff2"), url("../fonts/OpenSans-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Montserrat;
  font-display: swap;
  src: url("../fonts/Montserrat-Regular.woff2") format("woff2"), url("../fonts/Montserrat-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
.main-carousel__slider::before, .menu__toggle:before, .custom-select__trigger:before, .pagging__arrow:before, .select__value:before, [class*=_icon-]:before {
  font-family: "icons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class*=_icon-]:before {
  display: block;
}

._icon-arrow-up:before {
  content: "\e900";
}

._icon-facebook:before {
  content: "\e901";
}

._icon-instagram-wh:before {
  content: "\e902";
}

._icon-vk:before {
  content: "\e903";
}

._icon-youtube:before {
  content: "\e904";
}

._icon-telephone:before {
  content: "\e905";
}

._icon-telephone-nobg:before {
  content: "\e906";
}

._icon-whatsapp:before {
  content: "\e907";
}

._icon-telegram:before {
  content: "\e908";
}

._icon-acc:before {
  content: "\e909";
}

._icon-cart:before {
  content: "\e90a";
}

._icon-search:before {
  content: "\e90b";
}

._icon-zoom:before {
  content: "\e90c";
}

._icon-arrow-rg:before {
  content: "\e90d";
}

._icon-favourite:before {
  content: "\e90e";
}

._icon-delete:before {
  content: "\e90f";
}

._icon-close:before {
  content: "\e910";
}

:root {
  --main-color-text: #000000;
  --light-color-text: #ffffff;
  --color-light: #ffffff;
  --accent-color: #3B5998;
  --btn-color: #EBF1FC;
  --btn-color-hover: rgba(55, 113, 200, 1);
  --second-font: "OpenSans", sans-serif;
}

* {
  padding: 0px;
  margin: 0px;
  border: 0px;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

html {
  font-size: 10px;
  scroll-behavior: smooth;
}

html,
body {
  height: 100%;
  min-width: 320px;
}

body {
  color: var(--main-color-text);
  line-height: 1.57;
  font-family: Montserrat;
  font-size: 1.6rem;
  -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: Montserrat;
  font-size: inherit;
}

button {
  cursor: pointer;
  color: inherit;
  background-color: inherit;
}

a {
  color: inherit;
  transition: all 0.3s ease 0s;
}

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;
}

@media (hover: hover) {
  a:hover {
    color: var(--accent-color);
  }
}
.lock body, .lg-on body {
  overflow: hidden;
  touch-action: none;
}
.loaded body {
  opacity: 1;
}

.wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  position: relative;
}
.wrapper > main {
  flex: 1 1 auto;
}
.wrapper > * {
  min-width: 0;
}

/*
(i) Стили будут применяться ко 
всем классам содержащим *__container
Например header__container, main__container и т.д.
Снипет (HTML): cnt
*/
[class*=__container] {
  max-width: 1170px;
  box-sizing: content-box;
  margin: 0 auto;
  position: relative;
  z-index: 3;
  padding: 0 15px;
}
@media (min-width: 767.98px) {
  [class*=__container] {
    padding: 0 15px;
  }
}

.btn {
  font-family: Montserrat;
  background: rgba(59, 88, 152, 0.7058823529);
  color: var(--main-color-text);
  color: #fff;
  min-height: 51px;
  padding: 10px 40px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease 0s;
  position: relative;
  white-space: nowrap;
  -webkit-appearance: none;
  -webkit-border-radius: 5px;
}
.btn_br {
  border: 1px solid #565656;
  text-transform: uppercase;
}
@media (any-hover: hover) {
  .btn:hover {
    background-color: var(--btn-color-hover);
    color: rgb(248, 249, 198);
  }
}
.btn:active {
  background-color: var(--btn-color-hover);
  color: rgb(248, 249, 198);
}
.btn_inst {
  gap: 10px;
}
.btn_inst::before {
  content: "";
  display: inline-block;
  background-image: url("../img/icons/instagram.svg");
  background-size: cover;
  width: 18px;
  height: 18px;
}

.checkbox {
  width: 20px;
  height: 20px;
  position: relative;
  border: 1px solid rgba(27, 21, 33, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
}
.checkbox__input {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.checkbox__input:checked + .checkbox__label {
  background: var(--accent-color);
}
.checkbox__label {
  flex: 0 0 10px;
  height: 10px;
}

.select {
  position: relative;
}
.select__body {
  position: relative;
}
.select__title {
  color: inherit;
  text-align: left;
  border: 1px solid #d9d9d9;
  background-color: #fff;
  cursor: pointer;
  width: 100%;
  border-radius: 4px;
}
.select__value {
  display: flex;
  align-items: center;
  padding: 11.5px;
  justify-content: center;
  flex-direction: row-reverse;
  gap: 8px;
}
@media (min-width: 767.98px) {
  .select__value {
    padding: 20px;
  }
}
.select__value:before {
  content: "\e900";
  color: var(--main-color-text);
  font-size: 24px;
  align-self: stretch;
  flex: 0 0 24px;
  transition: all 0.3s ease 0s;
  display: flex;
  justify-content: center;
  align-items: center;
}
._select-open .select__value:before {
  transform: rotate(-180deg);
}
.select__content {
  font-size: 1.4rem;
  text-transform: uppercase;
  color: var(--main-color-text);
}
@media (min-width: 767.98px) {
  .select__content {
    font-size: 2rem;
    letter-spacing: 0.88px;
  }
}
.select__text {
  flex: 1 1 auto;
}
.select__input {
  width: 100%;
  background-color: transparent;
  height: 100%;
}
.select__options {
  color: #000;
  position: absolute;
  z-index: 3;
  border-radius: 0 0 4px 4px;
  min-width: 100%;
  left: 0;
  background-color: #fff;
  border-top: 0;
  border: 1px solid #d9d9d9;
  border-top: 0;
  padding: 10px 0px 5px 0px;
}
.select__scroll {
  overflow-y: auto;
  max-height: 200px;
}
.select__option {
  width: 100%;
  display: block;
  text-align: left;
  cursor: pointer;
  padding: 5px 15px;
  color: inherit;
}
.select__option._select-selected {
  background-color: #eee;
}
@media (any-hover: hover) {
  .select__option:hover {
    background: #d9d9d9;
  }
}
.select__option:first-child {
  pointer-events: none;
  color: #999999;
}
.select__row {
  display: inline-flex;
  align-items: center;
}
.select._select-open {
  z-index: 5;
}
.select._select-disabled .select__title {
  background-color: var(--accent-color);
}
.select._select-disabled .select__content {
  color: #DADADA;
}
.select._select-disabled .select__value::before {
  color: #DADADA;
}
._select-tag {
  cursor: pointer;
}

.quantity {
  width: 100px;
  height: 40px;
  display: flex;
  outline: 1px solid var(--accent-color);
}
.quantity__button {
  flex: 0 0 30px;
  position: relative;
  cursor: pointer;
}
.quantity__button::before, .quantity__button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transition: all 0.3s ease 0s;
  margin: 0px 0px 0px -4.5px;
  background-color: var(--main-color-text);
  width: 9px;
  height: 1px;
}
@media (any-hover: hover) {
  .quantity__button:hover::before, .quantity__button:hover::after {
    background-color: var(--accent-color);
  }
}
.quantity__button_plus {
  border-left: 1px solid var(--accent-color);
}
.quantity__button_plus::before {
  transform: rotate(-90deg);
}
.quantity__button_minus {
  border-right: 1px solid var(--accent-color);
}
.quantity__button_plus:disabled, .quantity__button_minus:disabled {
  pointer-events: none;
}
.quantity__button_plus:disabled::before, .quantity__button_plus:disabled::after, .quantity__button_minus:disabled::before, .quantity__button_minus:disabled::after {
  opacity: 0.1;
}
.quantity__input {
  flex: 1 1 auto;
}
.quantity__input input {
  height: 100%;
  color: var(--main-color-text);
  font-size: 16px;
  width: 100%;
  text-align: center;
}

body::after {
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.8s ease 0s;
  pointer-events: none;
  z-index: 149;
}

body.popup-show::after {
  opacity: 1;
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 30px 0;
  transition: visibility 0.8s ease 0s;
  visibility: hidden;
  pointer-events: none;
}
@media (min-width: 479.98px) {
  .popup {
    padding: 30px 10px;
  }
}

.popup_show {
  z-index: 150;
  visibility: visible;
  overflow: auto;
  pointer-events: auto;
}

.popup_show .popup__content {
  visibility: visible;
  transform: scale(1);
}

.popup__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 100%;
  flex: 1 1 auto;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.popup__content {
  visibility: hidden;
  transform: scale(0);
  transition: transform 0.3s ease 0s;
  background-color: var(--accent-color);
  padding: 35px 15px;
  width: 100%;
  max-width: 700px;
  box-shadow: 10px 10px 15px 0px rgba(0, 0, 0, 0.25);
}
@media (min-width: 767.98px) {
  .popup__content {
    padding: 52px 58px 34px;
  }
}
.lock .popup__content {
  visibility: visible;
}

.popup__close {
  position: absolute;
  right: 15px;
  top: 10px;
}
@media (min-width: 479.98px) {
  .popup__close {
    right: 33px;
    top: 32px;
  }
}
.popup__close::before {
  font-size: 25px;
}

.order-call {
  display: grid;
  justify-items: center;
  font-family: Montserrat;
  font-size: 1.8rem;
  color: var(--light-color-text);
}
.order-call__form {
  min-width: 100%;
  margin-bottom: 20px;
}
.order-call__politics-user {
  text-align: center;
  font-weight: 300;
}
.order-call__thanks {
  display: grid;
  justify-items: center;
  gap: 48px;
}
.order-call__thanks-text {
  text-align: center;
}

.tabs__navigation {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid var(--accent-color);
  overflow-x: auto;
}
@media (min-width: 767.98px) {
  .tabs__navigation {
    justify-content: flex-start;
  }
}
.tabs__title {
  padding: 10px;
  text-transform: uppercase;
  letter-spacing: 0.64px;
  font-size: 1.2rem;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.5254901961);
  white-space: nowrap;
}
@media (min-width: 767.98px) {
  .tabs__title {
    padding: 20px;
    font-size: 1.4rem;
  }
}
.tabs__title._tab-active {
  color: var(--main-color-text);
  border-bottom: 3px solid var(--accent-color);
}
.pagging {
  padding-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.pagging__arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 4px;
  border: 1px solid var(--accent-color);
}
.pagging__arrow:before {
  content: "\e900";
  position: absolute;
  font-size: 20px;
}
.pagging__arrow_prev:before {
  transform: rotate(90deg);
}
.pagging__arrow_next:before {
  transform: rotate(-90deg);
}
.pagging__list {
  display: flex;
  gap: 10px;
}
.pagging__item {
  width: 30px;
  height: 30px;
  border-radius: 4px;
  border: 1px solid var(--accent-color);
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.pagging__item._active {
  background: var(--accent-color);
  color: #fff;
}

[class*=-ibg] {
  position: relative;
}
[class*=-ibg] img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}

[class*=-ibg_contain] img {
  object-fit: contain;
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper {
  overflow: hidden;
}

.swiper-wrapper {
  width: 100%;
  height: 100%;
  box-sizing: content-box;
  display: flex;
  position: relative;
}

.swiper-vertical .swiper-wrapper {
  flex-direction: column;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
}

.swiper-initialized .swiper-slide {
  flex-shrink: 0;
}

.swiper-android .swiper-slide,
.swiper-android .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-button-lock {
  display: none !important;
}

@media (hover: hover) {
  header a:hover,
  footer a:hover {
    color: unset;
  }
}
.title_mb {
  margin-bottom: 20px;
}
@media (min-width: 767.98px) {
  .title_mb {
    margin-bottom: 40px;
  }
}
@media (min-width: 991.98px) {
  .title_mb {
    margin-bottom: 60px;
  }
}

.pop-message {
  position: fixed;
  z-index: 24;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50px);
  max-width: 300px;
  width: 100%;
  padding: 10px 25px;
  background: rgb(0, 100, 0);
  color: #fff;
  font-size: 1.8rem;
  text-transform: uppercase;
  visibility: hidden;
  pointer-events: none;
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease;
  text-align: center;
}
@media (min-width: 991.98px) {
  .pop-message {
    max-width: 500px;
  }
}

#pop-remove.pop-message {
  background: rgb(161, 0, 0);
}

.pop-message.pop-message--active {
  transform: translate(-50%, 0);
  visibility: visible;
  pointer-events: visible;
  display: block;
  opacity: 1;
}

h1 {
  font-size: 2.9rem;
  line-height: 1.33;
  letter-spacing: 0.72px;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  text-align: center;
}
@media (min-width: 767.98px) {
  h1 {
    font-size: 3.9rem;
    letter-spacing: 1.44px;
    font-weight: 700;
  }
}

h2 {
  font-size: 2.4rem;
  line-height: 1.33;
  letter-spacing: 0.72px;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  text-align: center;
}
@media (min-width: 767.98px) {
  h2 {
    font-size: 3.6rem;
    letter-spacing: 1.44px;
    font-weight: 700;
  }
}

h3 {
  font-size: 1.6rem;
  letter-spacing: 0.72px;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}
@media (min-width: 767.98px) {
  h3 {
    font-size: 3.3rem;
    letter-spacing: 1.44px;
    font-weight: 700;
  }
}

h4 {
  font-size: 1.4rem;
  letter-spacing: 0.72px;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}
@media (min-width: 767.98px) {
  h4 {
    font-size: 2.5rem;
    letter-spacing: 1.44px;
    font-weight: 700;
  }
}

.tel {
  font-weight: 700;
  line-height: 1.37;
  display: flex;
  align-items: center;
  gap: 5px;
}
.tel::before {
  color: #EBF1FC;
  font-size: 18px;
}

.nav-slider {
  display: flex;
  justify-content: center;
  gap: 20px;
  pointer-events: none;
}
.nav-slider__btn {
  pointer-events: visible;
  color: var(--accent-color);
}
.nav-slider__btn::before {
  font-size: 45px;
}
@media (min-width: 1279.98px) {
  .nav-slider__btn_prev {
    transform: translateX(-55px);
  }
}
@media (min-width: 1500px) {
  .nav-slider__btn_prev {
    transform: translateX(-95px);
  }
}
.nav-slider__btn_prev::before {
  rotate: 180deg;
}
@media (min-width: 1279.98px) {
  .nav-slider__btn_next {
    transform: translateX(55px);
  }
}
@media (min-width: 1500px) {
  .nav-slider__btn_next {
    transform: translateX(95px);
  }
}
.nav-slider__btn.swiper-button-disabled {
  color: hsla(221, 44%, 41%, 0.25);
}

.text {
  padding: 30px 0;
}
.text > *:not(:last-child) {
  margin-bottom: 15px;
}
.text ul li {
  display: inline-flex;
  align-items: flex-start;
  margin-bottom: 10px;
}
.text ul li::before {
  content: "•";
  margin-right: 8px;
  font-size: 1.2em;
  color: #000;
  line-height: 1;
}
.text ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.price {
  font-family: var(--second-font);
  color: #16264b;
}
/* .price::after {
  content: " р";
} */
.price_old {
  text-decoration: line-through;
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 30px;
}
.pagination .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.pagination .swiper-pagination-bullet::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(59, 88, 152, 0.7058823529);
  transition: all 0.3s ease 0s;
}
.pagination .swiper-pagination-bullet-active::before {
  width: 15px;
  height: 15px;
  background: var(--accent-color);
}

.acc-icon {
  font-size: 22px;
}
@media (min-width: 767.98px) {
  .acc-icon::before {
    font-size: 30px;
  }
}

@media (min-width: 767.98px) {
  .cart-icon::before {
    font-size: 23px;
  }
}

@media (min-width: 767.98px) {
  .favourite-icon::before {
    font-size: 21px;
  }
}
.favourite-icon_active {
  color: rgb(206, 0, 0);
}

.card {
  display: flex;
  flex-direction: column;
  word-break: break-word;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.card__img-ibg {
  width: 100%;
  padding-bottom: 131%;
  position: relative;
  border: 1px solid var(--accent-color);
}

.card__img-ibg img {
  object-fit: contain;
}

.card__rating-wrapper {
  padding: 5px 0;
}
.card__row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 5px;
  position: relative;
}
.card__price {
  font-family: var(--second-font);
  flex-grow: 1;
}
@media (min-width: 479.98px) {
  .card__price {
    font-size: 1.8rem;
  }
}
.card__cart {
  color: var(--accent-color);
}
.card__title {
  color: var(--second-text);
}

.favorite-btn {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  outline: none;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.favorite-btn--active .favorite-btn__icon {
  fill: rgb(206, 0, 0);
  stroke: rgb(206, 0, 0);
}
.favorite-btn__icon {
  fill: transparent;
  stroke: var(--accent-color);
  stroke-width: 2;
  transition: fill 0.3s ease;
}

.custom-select {
  position: relative;
  display: inline-block;
  width: 100%;
  cursor: pointer;
}
.custom-select_2 .custom-select__trigger {
  background-color: transparent;
}
@media (min-width: 75em) {
  .custom-select_2 .custom-select__trigger p {
    width: 56.25rem;
  }
}
@media (min-width: 20em) and (max-width: 75em) {
  .custom-select_2 .custom-select__trigger p {
    width: clamp( 15.625rem , 0.8522727273rem  +  73.8636363636vw , 56.25rem );
  }
}
@media (max-width: 20em) {
  .custom-select_2 .custom-select__trigger p {
    width: 15.625rem;
  }
}
.custom-select_3 .custom-select__trigger {
  border-color: var(--accent-color);
  background-color: transparent;
}
@media (min-width: 75em) {
  .custom-select_3 .custom-select__trigger p {
    width: 56.25rem;
  }
}
@media (min-width: 20em) and (max-width: 75em) {
  .custom-select_3 .custom-select__trigger p {
    width: clamp( 15.625rem , 0.8522727273rem  +  73.8636363636vw , 56.25rem );
  }
}
@media (max-width: 20em) {
  .custom-select_3 .custom-select__trigger p {
    width: 15.625rem;
  }
}

.custom-select__trigger {
  padding: 10px;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
  text-align: left;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.custom-select__trigger p {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 200px;
}
.custom-select__trigger span {
  font-weight: 600;
}
.custom-select__trigger:before {
  content: "\e900";
  color: var(--main-color-text);
  font-size: 24px;
  align-self: stretch;
  flex: 0 0 24px;
  transition: all 0.3s ease 0s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.custom-select--open .custom-select__trigger:before {
  transform: rotate(180deg);
}

.custom-select__options {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  z-index: 100;
}
.custom-select__options span {
  font-weight: 600;
}

.custom-select--open .custom-select__options {
  display: block;
}

.custom-select__option {
  padding: 10px;
  transition: background 0.3s;
  cursor: pointer;
}
.custom-select__option--selected {
  background: rgba(59, 88, 152, 0.7058823529);
  color: #fff;
}

.custom-select__option:hover {
  background-color: #f0f0f0;
}

.rating {
  position: relative;
  display: inline-block;
  font-size: 24px;
  /* Размер звезд */
  line-height: 1;
  white-space: nowrap;
  color: #ccc;
  /* Серый цвет для фона */
}
.rating::before {
  content: "★★★★★";
  /* Серый фон (звезды) */
}

.rating span {
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  /* Управляется через JS */
  overflow: hidden;
  color: #ec9a00;
  /* Желтые звезды */
  transition: width 0.3s ease-in-out;
}
.rating span::before {
  content: "★★★★★";
  /* Желтый слой */
}

.showmore-wrapper {
  display: flex;
  justify-content: center;
  padding: 20px 0;
}

.form {
  display: grid;
  gap: 20px;
  max-width: 600px;
  width: 100%;
}
.form_service .form__submit input {
  min-width: 160px;
}
.form input,
.form textarea {
  width: 100%;
  color: var(--main-color-text);
  border: 1px solid var(--accent-color);
  border-radius: 5px;
  padding: 5px 15px;
}
.form input::placeholder,
.form textarea::placeholder {
  color: hsla(0, 0%, 25%, 0.9);
  line-height: 1.375;
}
.form textarea {
  resize: vertical;
}

.form__grade {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  gap: 5px;
}

.form__grade input {
  display: none;
}

.form__grade label {
  cursor: pointer;
  font-size: 35px;
  color: #ccc;
}

.form__grade label::before {
  content: "★";
  transition: color 0.3s ease 0s;
}

@media (hover: hover) {
  .form__grade label:hover,
  .form__grade label:hover ~ label {
    color: #ec9a00;
  }
}
.form__grade input:checked ~ label {
  color: #ec9a00;
}

.wrapper {
  padding-top: 50px;
}
@media (min-width: 767.98px) {
  .wrapper {
    padding-top: 80px;
  }
}

.burger {
  display: grid;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 60px;
  height: 60px;
  padding: 20px 10px;
  cursor: pointer;
  z-index: 15;
}
.burger__lines {
  display: block;
  width: 40px;
  height: 100%;
  position: relative;
}
.burger__lines::before, .burger__lines::after {
  content: "";
}
.burger__lines::before, .burger__lines::after,
.burger__lines span {
  left: 0px;
  right: 0px;
  position: absolute;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease 0s;
}
.burger__lines::before {
  top: 0px;
}
.burger__lines span {
  top: calc(50% - 1px);
}
.burger__lines::after {
  bottom: 0px;
}
.menu-open .burger__lines::before {
  transform: rotate(-45deg);
  top: calc(50% - 1px);
}
.menu-open .burger__lines::after {
  transform: rotate(45deg);
  bottom: calc(50% - 1px);
}
.menu-open .burger__lines span {
  opacity: 0;
}
@media (max-width: 767.98px) {
  .burger {
    width: 30px;
    height: 26px;
    padding: 6px 2px;
  }
  .burger__lines {
    width: 16px;
  }
}

.header {
  padding: 10px 0;
  background-color: var(--accent-color);
  color: var(--light-color-text);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 6;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.header__container a {
  transition: all 0.3s ease 0s;
}
@media (hover: hover) {
  .header__container a:hover {
    opacity: 0.7;
  }
}
.header__row {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 5px;
}
@media (min-width: 479.98px) {
  .header__row {
    gap: 10px;
  }
}
.header__logo {
  flex: 1 1 100%;
}
.header__actions {
  display: flex;
  align-items: center;
  gap: 5px;
}
@media (min-width: 479.98px) {
  .header__actions {
    gap: 10px;
  }
}
.header__action {
  width: 30px;
  height: 30px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.menu__body {
  max-width: 70%;
  width: 100%;
  position: fixed;
  top: 50px;
  right: 10px;
  bottom: 10px;
  z-index: 14;
  background: #fff;
  background-color: rgba(55, 113, 200, 0.31);
  color: var(--main-color-text);
  border-radius: 0 5px 5px 5px;
  display: grid;
  grid-template-rows: 1fr auto auto;
  gap: 10px;
  opacity: 0;
  pointer-events: none;
  overflow: hidden;
}
@media (min-width: 767.98px) {
  .menu__body {
    max-width: 500px;
    width: 100%;
    top: 70px;
  }
}
.menu-open .menu__body {
  opacity: 1;
  pointer-events: visible;
  overflow: visible;
}
.menu__list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  overflow: auto;
}
.menu__item {
  padding: 5px 10px;
  border-radius: 5px;
  background: #EBF1FC;
  box-shadow: 0px 8px 60px 0px rgba(0, 0, 0, 0.11);
}
.menu__item-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.menu__toggle {
  width: 30px;
  height: 30px;
}
.menu__toggle:before {
  content: "\e900";
  color: var(--main-color-text);
  font-size: 24px;
  align-self: stretch;
  flex: 0 0 24px;
  transition: all 0.3s ease 0s;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: rotate(-90deg);
}
.submenu-open .menu__toggle:before {
  transform: rotate(0deg);
}
.menu__submenu {
  padding: 10px;
  /* display: grid; */
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  position: absolute;
  opacity: 0;
  pointer-events: none;
  overflow: hidden;
}
.submenu-open .menu__submenu {
  position: relative;
  opacity: 1;
  pointer-events: visible;
  overflow: visible;
}
.menu__submenu-item {
  display: grid;
  justify-items: center;
}
.menu__submenu-img {
  width: 70%;
  aspect-ratio: 1/1;
  object-fit: cover;
}
.menu__submenu-title {
  padding: 5px 0;
  display: block;
  font-size: 1.2rem;
  text-align: center;
}
.menu__links {
  padding: 5px 10px;
  border-radius: 5px;
  background: #EBF1FC;
  box-shadow: 0px 8px 60px 0px rgba(0, 0, 0, 0.11);
}
.menu__actions {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 5px;
  border-radius: 5px;
  background: #EBF1FC;
  box-shadow: 0px 8px 60px 0px rgba(0, 0, 0, 0.11);
}
.menu__actions-item {
  padding: 10px 0;
}

.menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: hsla(0, 0%, 0%, 0.637);
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}
.menu-overlay.active {
  z-index: 10;
  opacity: 1;
  pointer-events: visible;
  visibility: visible;
}

.item-actions {
  display: grid;
  justify-items: center;
}
.item-actions__icon {
  font-size: 25px;
}
.item-actions__title {
  font-size: 1rem;
  text-align: center;
}

.cart {
  position: relative;
}
.cart-icon {
  position: relative;
}
.cart-icon__num {
  position: absolute;
  top: -10px;
  right: -10px;
  background: var(--accent-color);
  color: #fff;
  width: 16px;
  height: 16px;
  border-radius: 10px;
  font-size: 11px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.logo {
  display: flex;
  align-items: center;
  gap: 10px;
}
.logo__image {
  width: 55px;
  aspect-ratio: 7/3;
}
@media (min-width: 479.98px) {
  .logo__image {
    width: 75px;
  }
}
@media (min-width: 767.98px) {
  .logo__image {
    width: 126px;
  }
}
.logo__text {
  display: none;
}
@media (min-width: 520.98px) {
  .logo__text {
    text-transform: uppercase;
    line-height: 1;
    font-size: 1.5rem;
  }
}
@media (min-width: 767.98px) {
  .logo__text {
    font-size: 2.2rem;
  }
}

@media (min-width: 767.98px) {
  .search {
    width: 300px;
  }
}
.search__btn {
  width: 30px;
  height: 30px;
}
@media (min-width: 767.98px) {
  .search__btn {
    display: none;
  }
}
.search__btn::before {
  font-size: 20px;
}
.search__wrapper {
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (min-width: 767.98px) {
  .search__wrapper {
    position: relative;
    top: 0;
  }
}
.search__body {
  background: #fff;
  position: absolute;
  top: 100%;
  left: 0;
  padding: 20px 10px;
  z-index: 5;
  width: 100%;
  color: var(--main-color-text);
}
.search__body::after {
  content: "";
  background: var(--accent-color);
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  height: 5px;
}
.search__body--active {
  pointer-events: visible;
  opacity: 1;
}
.search__body > *:not(:last-child) {
  margin-bottom: 15px;
}

.search-block {
  background: #fff;
  height: 35px;
  width: 100%;
  transform: translateY(10px);
  opacity: 0;
  overflow: hidden;
  transition: all 0.3s ease 0s;
  border-bottom: 1px solid var(--accent-color);
}
.search_active .search-block {
  opacity: 1;
  overflow: visible;
  transform: translateY(0);
}
@media (min-width: 767.98px) {
  .search-block {
    opacity: 1;
    overflow: visible;
    transform: translateY(0);
  }
}
.search-block__input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 5px 35px 5px 45px;
}
.search-block__btn {
  position: absolute;
  top: 0;
  left: 0;
  width: 35px;
  height: 100%;
  color: #000;
}

.item-search {
  display: flex;
  align-items: center;
  gap: 20px;
}
.item-search__img-ibg {
  flex: 40px 0 0;
  padding-bottom: 50px;
}
@media (min-width: 991.98px) {
  .item-search__img-ibg {
    padding-bottom: 18%;
  }
}
.item-search__title {
  text-align: left;
}

.footer {
  position: relative;
  background-color: var(--accent-color);
  padding: 35px 0 33px;
}
@media (min-width: 991.98px) {
  .footer {
    padding: 60px 0 60px;
  }
}
.footer::before {
  content: "";
  background-position: bottom;
  background-size: cover;
  opacity: 0.05;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (min-width: 767.98px) {
  .footer__container {
    padding: 0 87px;
  }
}
.footer a {
  transition: all 0.3s ease 0s;
}
@media (hover: hover) {
  .footer a:hover {
    opacity: 0.7;
  }
}
.footer__wrapper {
  color: var(--color-light);
  display: flex;
  justify-content: center;
}
@media (min-width: 767.98px) {
  .footer__wrapper {
    justify-content: space-between;
    gap: 36px;
  }
}
@media (min-width: 991.98px) {
  .footer__wrapper {
    display: grid;
    grid-template-columns: 17.5267770204% 24.3427458617% 26.4849074976% 21.7137293087%;
  }
}
@media (min-width: 1279.98px) {
  .footer__wrapper {
    padding: 0 71px;
  }
}
.footer__info {
  display: grid;
  gap: 24px;
}
.footer__logo {
  text-align: center;
}
@media (min-width: 767.98px) {
  .footer__logo {
    text-align: left;
    order: 2;
  }
}
.footer__logo .logo img {
  width: 52px;
}
.footer__info-body {
  display: grid;
  gap: 5px;
  font-size: 1.4rem;
}
.footer__social {
  justify-content: center;
}
@media (min-width: 767.98px) {
  .footer__social {
    justify-content: end;
  }
}
@media (min-width: 991.98px) {
  .footer__social {
    justify-content: start;
  }
}
.footer__column_main {
  display: none;
}
@media (min-width: 991.98px) {
  .footer__column_main {
    display: block;
  }
}
.footer__column_clients {
  display: none;
}
@media (min-width: 991.98px) {
  .footer__column_clients {
    display: block;
  }
}
@media (max-width: 991.98px) {
  .footer__column_connect {
    display: block;
    width: 35.2848101266%;
  }
  .footer__column_connect .footer__title {
    justify-content: end;
  }
  .footer__column_connect .footer__list {
    text-align: right;
  }
}
@media (max-width: 767.98px) {
  .footer__column_connect {
    display: none;
  }
}
.footer__title {
  font-size: 1.4rem;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 8px;
}
.footer__title::after {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #ffffff;
}
.footer__list:not(:last-child) {
  margin-bottom: 5px;
}
.footer__link {
  font-size: 1.4rem;
}

.social {
  display: flex;
  align-items: center;
  gap: 9px;
}
.social__icon {
  font-size: 22px;
}

.page_home > * {
  margin-bottom: 60px;
}
@media (min-width: 767.98px) {
  .page_home > * {
    margin-bottom: 80px;
  }
}
@media (min-width: 1279.98px) {
  .page_home > * {
    margin-bottom: 116px;
  }
}

.promo {
  overflow: hidden;
  position: relative;
}
@media (min-width: 1920px) {
  .promo::after {
    content: "";
    background-image: url("../img/promo/promo-bg.jpg");
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 75%;
  }
}
.promo__container {
  max-width: 1920px;
  padding: 0;
}
.promo__slider {
  position: relative;
}
.promo__swiper {
  display: flex;
}
.promo__slide {
  width: 100%;
  min-height: 400px;
  position: relative;
}
@media (min-width: 991.98px) {
  .promo__slide {
    min-height: 550px;
    aspect-ratio: unset;
  }
}
.promo__slider-pagination {
  position: absolute;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
}
.promo__slider-pagination .swiper-pagination-bullet::before {
  background: #fff;
}

.slide-promo {
  display: block;
  height: 100%;
  position: relative;
  color: var(--light-color-text);
  padding: 25px 25px 55px;
}
@media (min-width: 767.98px) {
  .slide-promo {
    display: block;
    height: 100%;
    padding: 60px 60px 105px;
  }
}
@media (min-width: 1279.98px) {
  .slide-promo {
    display: block;
    height: 100%;
    padding: 141px 136px;
  }
}
.slide-promo::after {
  content: "";
  position: absolute;
  z-index: -1;
  background: linear-gradient(74deg, rgba(0, 0, 0, 0.5) 3.9%, rgba(0, 0, 0, 0.25) 45.9%, rgba(0, 0, 0, 0) 80.83%), lightgray 50%/cover no-repeat;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.slide-promo__content {
  position: relative;
  z-index: 2;
  max-width: 613px;
  display: grid;
  gap: 20px;
}
.slide-promo__img-ibg {
  position: absolute;
  object-fit: cover;
  object-position: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.slide-promo__title {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.44px;
  text-transform: uppercase;
}
@media (min-width: 767.98px) {
  .slide-promo__title {
    font-size: 3.6rem;
  }
}
.slide-promo__subtitle {
  font-size: 1.4rem;
  line-height: normal;
  letter-spacing: 0.88px;
  text-transform: uppercase;
}
@media (min-width: 767.98px) {
  .slide-promo__subtitle {
    font-size: 2.2rem;
  }
}
.slide-promo__text {
  line-height: 1.375;
}
.slide-promo__text a {
  font-weight: 700;
  color: #3771C8;
}
.slide-promo__text_tab {
  display: none;
}
@media (min-width: 767.98px) {
  .slide-promo__text {
    display: block;
  }
}

.filter {
  position: relative;
  z-index: 5;
}
.filter__wrapper {
  padding: 32px 23px;
  color: var(--light-color-text);
  background-color: var(--accent-color);
  border-radius: 20px;
}
@media (min-width: 767.98px) {
  .filter__wrapper {
    padding: 84px 29px;
  }
}
@media (min-width: 1279.98px) {
  .filter__wrapper {
    padding: 74px;
  }
}
.filter__title {
  text-align: center;
}
.filter__body {
  max-width: 504px;
  margin: 0 auto;
  display: grid;
  gap: 10px;
}
@media (min-width: 767.98px) {
  .filter__body {
    gap: 20px;
  }
}
@media (min-width: 991.98px) {
  .filter__body {
    max-width: 100%;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
  }
}
@media (min-width: 1279.98px) {
  .filter__body {
    gap: 60px;
  }
}
.filter__item {
  padding: 11.5px;
  border-radius: 5px;
  border: 1px solid #DADADA;
  font-size: 1.4rem;
  letter-spacing: 0.88px;
  text-transform: uppercase;
  color: #DADADA;
  display: inline-flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
@media (min-width: 767.98px) {
  .filter__item {
    font-size: 2.2rem;
    padding: 20px;
  }
}
.filter__item::before {
  font-size: 24px;
}

.filter-products__body {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 20px;
  row-gap: 40px;
}
@media (min-width: 991.98px) {
  .filter-products__body {
    grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
  }
}

.program__title {
  margin-bottom: 20px;
}
.program__text {
  display: none;
}
@media (min-width: 767.98px) {
  .program__text {
    display: block;
    margin-bottom: 40px;
  }
}
@media (min-width: 991.98px) {
  .program__text {
    margin-bottom: 60px;
  }
}
.program__image {
  aspect-ratio: 1170/801;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
@media (min-width: 991.98px) {
  .program__image {
    border-radius: 50px;
  }
}
.program__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.info__title {
  font-size: 2.4rem;
  line-height: 1.33;
  margin-bottom: 28px;
}
.info-item__img-ibg {
  padding-bottom: 50%;
}
.info-item__body {
  padding: 10px 0;
}
.info-item__title {
  font-size: 17px;
  font-weight: 500;
  text-transform: unset;
}

.reviews-all__title {
  margin-bottom: 30px;
}
.reviews-all__slider-wrapper {
  padding: 0 30px;
  position: relative;
}
.reviews-all__nav {
  justify-content: space-between;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% + 30px);
}
.reviews-all__nav .nav-slider__btn_prev::before {
  rotate: 90deg;
}
.reviews-all__nav .nav-slider__btn_next::before {
  rotate: 270deg;
}

.item-reviews-all {
  background-color: #f5f5f5;
  border-radius: 8px;
  padding: 10px;
}
.item-reviews-all__row {
  display: flex;
  align-items: center;
  gap: 20px;
}
.item-reviews-all__name {
  line-height: 1;
  max-width: 50%;
  overflow: hidden;
  font-weight: 600;
}
.item-reviews-all__text {
  font-size: 1.4rem;
}

.page__product {
  padding-top: 40px;
}
@media (min-width: 767.98px) {
  .page__product {
    padding-top: 50px;
  }
}

.product {
  display: grid;
  width: 100%;
  gap: 20px;
  position: relative;
}
@media (min-width: 991.98px) {
  .product {
    grid-template-columns: 1fr 1fr;
  }
}
.product__carousels {
  min-width: 0;
}
.product__main-carousel {
  min-width: 0;
}
.product__body {
  display: grid;
  justify-items: center;
  gap: 5px;
}
@media (min-width: 991.98px) {
  .product__body {
    justify-items: start;
  }
}
.product__title {
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.1;
  text-align: center;
  word-break: break-word;
  overflow-wrap: anywhere;
}
@media (min-width: 767.98px) {
  .product__title {
    font-size: 2.7rem;
  }
}
@media (min-width: 991.98px) {
  .product__title {
    text-align: left;
  }
}
.product__price-wrapper {
  display: grid;
  justify-items: center;
  gap: 5px;
  margin-bottom: 25px;
}
@media (min-width: 991.98px) {
  .product__price-wrapper {
    justify-items: start;
  }
}
.product__price {
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 1.08;
  letter-spacing: -0.1em;
}
@media (min-width: 767.98px) {
  .product__price {
    font-size: 3rem;
  }
}
.product__price.price_old {
  font-size: 2rem;
}
@media (min-width: 767.98px) {
  .product__price.price_old {
    font-size: 2.5rem;
  }
}
.product__btns {
  width: 100%;
  display: grid;
  justify-items: center;
  gap: 25px;
  align-items: center;
  padding: 40px 0 40px;
  border-top: 1px solid var(--accent-color);
  border-bottom: 1px solid var(--accent-color);
}
@media (min-width: 991.98px) {
  .product__btns {
    border-bottom: 1px solid transparent;
  }
}
.product__btns .select__body {
  width: 100%;
}
.product__btns .select__content {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  /* Текст в одну строку */
  overflow: hidden;
  width: 200px;
}
@media (min-width: 767.98px) {
  .product__btns .select__content {
    width: 500px;
  }
}
.product__btns-row {
  display: flex;
  justify-content: center;
  gap: 20px;
}
.product__favorite-btn svg {
  width: 25px;
  height: 25px;
}
.product__stockstatus {
  font-weight: 700;
  color: #3b9843;
}

.main-carousel__slider {
  position: relative;
  height: 100%;
}
.main-carousel__slider::before {
  content: "\e90c";
  position: absolute;
  z-index: 3;
  top: 20px;
  right: 20px;
  width: 35px;
  height: 35px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.7450980392);
  color: var(--accent-color);
  border: 1px solid var(--accent-color);
  border-radius: 5px;
  font-size: 25px;
  pointer-events: none;
}
.main-carousel__slide {
  position: relative;
  padding-bottom: 80%;
}
.main-carousel__slide-ibg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.main-carousel__slide-ibg img {
  object-fit: contain;
}
.main-carousel__pagination {
  padding-top: 10px;
}

.carousel--1 .pagination {
  padding-top: 20px;
}
.carousel__title {
  font-size: 2.4rem;
  line-height: 1.33;
  margin-bottom: 28px;
}
.carousel__body {
  position: relative;
}
.carousel__nav {
  display: none;
}
@media (min-width: 1279.98px) {
  .carousel__nav {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    align-items: center;
    pointer-events: none;
  }
}
.carousel__btn {
  pointer-events: visible;
  color: var(--accent-color);
}
.carousel__btn::before {
  font-size: 45px;
}
@media (min-width: 1279.98px) {
  .carousel__btn_prev {
    transform: translateX(-55px);
  }
}
@media (min-width: 1500px) {
  .carousel__btn_prev {
    transform: translateX(-95px);
  }
}
.carousel__btn_prev::before {
  rotate: 180deg;
}
@media (min-width: 1279.98px) {
  .carousel__btn_next {
    transform: translateX(55px);
  }
}
@media (min-width: 1500px) {
  .carousel__btn_next {
    transform: translateX(95px);
  }
}
.carousel__btn.swiper-button-disabled {
  color: hsla(221, 44%, 41%, 0.25);
}

.carousel-card {
  display: block;
  transition: all 0.3s ease 0s;
}
@media (hover: hover) {
  .carousel-card:hover .carousel-card__title {
    color: var(--accent-color);
  }
}
.carousel-card__img-ibg {
  padding-bottom: 125%;
  margin-bottom: 16px;
  transition: all 0.3s ease 0s;
  position: relative;
}
/* Базовый стиль продукта */
.product__item {
  display: grid;
  justify-items: center;
  gap: 10px;
}
@media (min-width: 767.98px) {
  .product__item {
    justify-items: start;
  }
}

.product__add {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 5px 0;
  line-height: 1;
}

/* Описание продукта */
/* Цена продукта */
.product__price-wrapper {
  font-weight: bold;
  color: #333;
}

.product__price-extra {
  font-weight: 600;
}

/* Переключатель */
.product__switch-wrapper {
  display: flex;
  align-items: center;
}

.product__switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 20px;
}

.product__switch-input {
  opacity: 0;
  width: 0;
  height: 0;
}

.product__switch-slider {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  border-radius: 34px;
  transition: 0.4s;
}

.product__switch-slider:before {
  position: absolute;
  content: "";
  height: 14px;
  width: 14px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  border-radius: 50%;
  transition: 0.4s;
}

.product__switch-input:checked + .product__switch-slider {
  background-color: var(--accent-color);
}

.product__switch-input:checked + .product__switch-slider:before {
  transform: translateX(20px);
}

.carousel--new .swiper {
  padding: 0 20px;
  margin: 0 -20px;
}

.categories__title {
  font-size: 2.4rem;
  line-height: 1.33;
  margin-bottom: 28px;
}
.categories__body {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
@media (min-width: 991.98px) {
  .categories__body {
    grid-template-columns: repeat(4, 1fr);
  }
}

.item-categories {
  display: flex;
  flex-direction: column;
  background-color: #f5f5f5;
  border-radius: 8px;
}
.item-categories__img {
  display: flex;
  justify-content: center;
  padding: 10px;
}
@media (min-width: 767.98px) {
  .item-categories__img {
    padding-top: 20px;
  }
}
.item-categories__img-ibg {
  width: 100%;
  padding-bottom: 85%;
  object-fit: contain;
}
.item-categories__img-ibg img {
  object-fit: contain;
}
.item-categories__header {
  display: grid;
  justify-items: center;
  text-align: center;
  padding: 10px;
}
@media (min-width: 767.98px) {
  .item-categories__header {
    padding-bottom: 20px;
  }
}
.item-categories__title {
  font-weight: 500;
  line-height: 1;
}
.item-categories__num {
  color: #555555;
}
.item-categories__num::before {
  content: "(";
}
.item-categories__num::after {
  content: ")";
}

.page-product {
  padding-bottom: 60px;
}
@media (min-width: 767.98px) {
  .page-product {
    padding-bottom: 90px;
  }
}
.page-product__container > * {
  padding-top: 60px;
}
@media (min-width: 767.98px) {
  .page-product__container > * {
    padding-top: 80px;
  }
}
@media (min-width: 1279.98px) {
  .page-product__container > * {
    padding-top: 116px;
  }
}
.page-product__product {
  padding-top: 20px;
}
@media (min-width: 767.98px) {
  .page-product__product {
    padding-top: 50px;
  }
}
.page-product__tabs {
  padding-top: 30px;
}

.reviews__all {
  padding-bottom: 35px;
}
.reviews__title {
  font-size: 2.4rem;
  line-height: 1.33;
  margin-bottom: 28px;
}
.reviews__write-title {
  font-size: 2.1rem;
  line-height: 1.33;
  margin-bottom: 15px;
}
.reviews__item:not(:last-child) {
  margin-bottom: 20px;
  padding-bottom: 25px;
  position: relative;
}
.reviews__item:not(:last-child)::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 50%;
  height: 1px;
  background: var(--accent-color);
}
.reviews__message {
  display: flex;
  justify-content: center;
  padding: 15px 0;
}

.item-reviews__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.item-reviews__name {
  font-weight: 700;
}
.item-reviews__text {
  font-size: 1.4rem;
}

.product__rating-wrapper {
  display: flex;
  align-items: center;
  gap: 5px;
}
.product__body-row {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.news {
  padding-top: 50px;
}
.news__img {
  padding: 0 20px;
  margin-bottom: 30px;
}
@media (min-width: 991.98px) {
  .news__img {
    padding: 0 90px;
  }
}
.news__img-ibg {
  padding-bottom: 50%;
}
@media (min-width: 991.98px) {
  .news__img-ibg {
    padding-bottom: 40%;
  }
}
.news__text {
  padding-bottom: 0;
}

.page__basket {
  padding-top: 50px;
  padding-bottom: 60px;
  display: grid;
  gap: 30px;
}
@media (min-width: 767.98px) {
  .page__basket {
    padding-top: 80px;
    padding-bottom: 90px;
  }
}
@media (min-width: 1279.98px) {
  .page__basket {
    grid-template-columns: 1fr 436px;
    gap: 45px;
  }
}
.body-basket__header {
  display: flex;
  align-items: center;
  gap: 28px;
  border-bottom: 1px solid rgba(35, 26, 43, 0.15);
  padding-bottom: 12px;
  margin-bottom: 28px;
}
.body-basket__item:not(:last-child) {
  margin-bottom: 30px;
}

.item-basket {
  display: grid;
  align-items: start;
  grid-template-columns: 20px 15% 1fr;
  gap: 10px;
}
@media (min-width: 767.98px) {
  .item-basket {
    grid-template-columns: 20px 20% 1fr;
  }
}
@media (min-width: 991.98px) {
  .item-basket {
    grid-template-columns: 20px 159px 1fr;
    gap: 20px;
  }
}
.item-basket__img-ibg {
  padding-bottom: 100%;
}
@media (min-width: 767.98px) {
  .item-basket__img-ibg {
    padding-bottom: 60%;
  }
}
.item-basket__body {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
@media (min-width: 767.98px) {
  .item-basket__body {
    grid-template-columns: 1fr 120px;
    grid-template-rows: 1fr auto;
  }
}
@media (min-width: 991.98px) {
  .item-basket__body {
    column-gap: 20px;
    row-gap: 5px;
  }
}
@media (max-width: 767.98px) {
  .item-basket__header {
    grid-area: 1/1/2/3;
  }
}
.item-basket__title {
  width: 80%;
  margin-bottom: 12px;
  font-size: 2rem;
  font-weight: 400;
  text-transform: none;
  text-align: left;
}
.item-basket__add {
  opacity: 0.5;
}
.item-basket__add span {
  font-weight: 500;
}
@media (max-width: 767.98px) {
  .item-basket__quantity {
    grid-area: 3/1/4/2;
  }
}
.item-basket__price {
  font-size: 3.2rem;
  line-height: 1.5;
}
@media (max-width: 767.98px) {
  .item-basket__price {
    grid-area: 2/1/3/3;
  }
}
.item-basket__actions {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  font-size: 21px;
  color: var(--purple);
}
@media (max-width: 767.98px) {
  .item-basket__actions {
    grid-area: 3/2/4/3;
  }
}
.item-basket__delete {
  color: rgb(206, 0, 0);
}

.total-basket {
  z-index: 2;
  display: grid;
  padding: 30px 20px;
  border: 1px solid var(--accent-color);
}
@media (min-width: 767.98px) {
  .total-basket {
    padding: 35px 40px 40px;
  }
}
.total-basket__header {
  display: grid;
  align-items: center;
  grid-template-columns: 1fr 1.5fr;
  margin-bottom: 20px;
}
.total-basket__amount {
  font-size: 2.4rem;
  line-height: 1.33;
}
.total-basket__price {
  font-size: 3.2rem;
  line-height: 1.04;
  font-weight: 600;
  justify-self: end;
}
@media (min-width: 767.98px) {
  .total-basket__price {
    font-size: 4.8rem;
  }
}
.total-basket__price::after {
  font-size: 3.2rem;
}
.total-basket__items {
  line-height: 150%;
  color: rgba(35, 26, 43, 0.4);
  margin-bottom: 50px;
}
.total-basket__btn {
  display: block;
}
@font-face {
  font-family: "lg";
  src: url(data:font/woff2;base64,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) format("woff2"), url(data:font/woff;base64,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) format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.lg-icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "lg" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.lg-container {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.lg-next,
.lg-prev {
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1080;
  outline: none;
  border: none;
}
.lg-next.disabled,
.lg-prev.disabled {
  opacity: 0 !important;
  cursor: default;
}
.lg-next:hover:not(.disabled),
.lg-prev:hover:not(.disabled) {
  color: #fff;
}
.lg-single-item .lg-next,
.lg-single-item .lg-prev {
  display: none;
}

.lg-next {
  right: 20px;
}
.lg-next:before {
  content: "\e095";
}

.lg-prev {
  left: 20px;
}
.lg-prev:after {
  content: "\e094";
}

@-webkit-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-moz-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-ms-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@-moz-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@-ms-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
.lg-outer.lg-right-end .lg-object {
  -webkit-animation: lg-right-end 0.3s;
  -o-animation: lg-right-end 0.3s;
  animation: lg-right-end 0.3s;
  position: relative;
}
.lg-outer.lg-left-end .lg-object {
  -webkit-animation: lg-left-end 0.3s;
  -o-animation: lg-left-end 0.3s;
  animation: lg-left-end 0.3s;
  position: relative;
}

.lg-toolbar {
  z-index: 1082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.lg-media-overlap .lg-toolbar {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
}
.lg-toolbar .lg-icon {
  color: #999;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none !important;
  outline: medium none;
  will-change: color;
  -webkit-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
  background: none;
  border: none;
  box-shadow: none;
}
.lg-toolbar .lg-icon.lg-icon-18 {
  font-size: 18px;
}
.lg-toolbar .lg-icon:hover {
  color: #fff;
}
.lg-toolbar .lg-close:after {
  content: "\e070";
}
.lg-toolbar .lg-maximize {
  font-size: 22px;
}
.lg-toolbar .lg-maximize:after {
  content: "\e90a";
}
.lg-toolbar .lg-download:after {
  content: "\e0f2";
}

.lg-sub-html {
  color: #eee;
  font-size: 16px;
  padding: 10px 40px;
  text-align: center;
  z-index: 1080;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-out 0s;
  -o-transition: opacity 0.2s ease-out 0s;
  transition: opacity 0.2s ease-out 0s;
}
.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: bold;
}
.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0;
}
.lg-sub-html a {
  color: inherit;
}
.lg-sub-html a:hover {
  text-decoration: underline;
}
.lg-media-overlap .lg-sub-html {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
}
.lg-item .lg-sub-html {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}

.lg-error-msg {
  font-size: 14px;
  color: #999;
}

.lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  height: 47px;
  vertical-align: middle;
}

.lg-closing .lg-toolbar,
.lg-closing .lg-prev,
.lg-closing .lg-next,
.lg-closing .lg-sub-html {
  opacity: 0;
  -webkit-transition: -webkit-transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear;
  -moz-transition: -moz-transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear;
  -o-transition: -o-transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear;
  transition: transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear;
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-img-wrap,
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-video-cont {
  opacity: 0;
  -moz-transform: scale3d(0.5, 0.5, 0.5);
  -o-transform: scale3d(0.5, 0.5, 0.5);
  -ms-transform: scale3d(0.5, 0.5, 0.5);
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  will-change: transform, opacity;
  -webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -moz-transition: -moz-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -o-transition: -o-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-img-wrap,
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-video-cont {
  opacity: 1;
  -moz-transform: scale3d(1, 1, 1);
  -o-transform: scale3d(1, 1, 1);
  -ms-transform: scale3d(1, 1, 1);
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

.lg-group:after {
  content: "";
  display: table;
  clear: both;
}

.lg-container {
  display: none;
  outline: none;
}
.lg-container.lg-show {
  display: block;
}

.lg-on {
  scroll-behavior: unset;
}

.lg-toolbar,
.lg-prev,
.lg-next,
.lg-pager-outer,
.lg-hide-sub-html .lg-sub-html {
  opacity: 0;
  will-change: transform, opacity;
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-show-in .lg-toolbar,
.lg-show-in .lg-prev,
.lg-show-in .lg-next,
.lg-show-in .lg-pager-outer {
  opacity: 1;
}
.lg-show-in.lg-hide-sub-html .lg-sub-html {
  opacity: 1;
}
.lg-show-in .lg-hide-items .lg-prev {
  opacity: 0;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
}
.lg-show-in .lg-hide-items .lg-next {
  opacity: 0;
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0);
}
.lg-show-in .lg-hide-items .lg-toolbar {
  opacity: 0;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
}
.lg-show-in .lg-hide-items.lg-hide-sub-html .lg-sub-html {
  opacity: 0;
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
}

.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  text-align: left;
  opacity: 0.001;
  outline: none;
  will-change: auto;
  overflow: hidden;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}
.lg-outer * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.lg-outer.lg-zoom-from-image {
  opacity: 1;
}
.lg-outer.lg-visible {
  opacity: 1;
}
.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-prev-slide, .lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-next-slide, .lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-current {
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important;
}
.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
  opacity: 1;
}
.lg-outer.lg-grab img.lg-object {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.lg-outer .lg-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.lg-outer .lg-inner {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  -webkit-transition: opacity 0s;
  -o-transition: opacity 0s;
  transition: opacity 0s;
  white-space: nowrap;
}
.lg-outer .lg-item {
  will-change: transform, opacity;
  display: none !important;
}
.lg-outer .lg-item:not(.lg-start-end-progress) {
  background: url(data:image/gif;base64,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) no-repeat scroll center center transparent;
}
.lg-outer.lg-css3 .lg-prev-slide,
.lg-outer.lg-css3 .lg-current,
.lg-outer.lg-css3 .lg-next-slide {
  display: inline-block !important;
}
.lg-outer.lg-css .lg-current {
  display: inline-block !important;
}
.lg-outer .lg-item,
.lg-outer .lg-img-wrap {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
}
.lg-outer .lg-item:before,
.lg-outer .lg-img-wrap:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.lg-outer .lg-img-wrap {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  white-space: nowrap;
  font-size: 0;
}
.lg-outer .lg-item.lg-complete {
  background-image: none;
}
.lg-outer .lg-item.lg-current {
  z-index: 1060;
}
.lg-outer .lg-object {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  position: relative;
}
.lg-outer .lg-empty-html.lg-sub-html,
.lg-outer .lg-empty-html .lg-sub-html {
  display: none;
}
.lg-outer.lg-hide-download .lg-download {
  opacity: 0.75;
  pointer-events: none;
}
.lg-outer .lg-first-slide .lg-dummy-img {
  position: absolute;
  top: 50%;
  left: 50%;
}
.lg-outer.lg-components-open:not(.lg-zoomed) .lg-components {
  -webkit-transform: translate3d(0, 0%, 0);
  transform: translate3d(0, 0%, 0);
  opacity: 1;
}
.lg-outer.lg-components-open:not(.lg-zoomed) .lg-sub-html {
  opacity: 1;
  transition: opacity 0.2s ease-out 0.15s;
}

.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: #000;
  opacity: 0;
  will-change: auto;
  -webkit-transition: opacity 333ms ease-in 0s;
  -o-transition: opacity 333ms ease-in 0s;
  transition: opacity 333ms ease-in 0s;
}
.lg-backdrop.in {
  opacity: 1;
}

.lg-css3.lg-no-trans .lg-prev-slide,
.lg-css3.lg-no-trans .lg-next-slide,
.lg-css3.lg-no-trans .lg-current {
  -webkit-transition: none 0s ease 0s !important;
  -moz-transition: none 0s ease 0s !important;
  -o-transition: none 0s ease 0s !important;
  transition: none 0s ease 0s !important;
}
.lg-css3.lg-use-css3 .lg-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.lg-css3.lg-fade .lg-item {
  opacity: 0;
}
.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1;
}
.lg-css3.lg-fade .lg-item.lg-prev-slide, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-current {
  -webkit-transition: opacity 0.1s ease 0s;
  -moz-transition: opacity 0.1s ease 0s;
  -o-transition: opacity 0.1s ease 0s;
  transition: opacity 0.1s ease 0s;
}
.lg-css3.lg-use-css3 .lg-item.lg-start-progress {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  -o-transition: -o-transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  transition: transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
}
.lg-css3.lg-use-css3 .lg-item.lg-start-end-progress {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-container {
  display: none;
}
.lg-container.lg-show {
  display: block;
}
.lg-container.lg-dragging-vertical .lg-backdrop {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
}
.lg-container.lg-dragging-vertical .lg-css3 .lg-item.lg-current {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
  opacity: 1;
}

.lg-inline .lg-backdrop,
.lg-inline .lg-outer {
  position: absolute;
}
.lg-inline .lg-backdrop {
  z-index: 1;
}
.lg-inline .lg-outer {
  z-index: 2;
}
.lg-inline .lg-maximize:after {
  content: "\e909";
}

.lg-components {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  will-change: transform;
  -webkit-transition: -webkit-transform 0.35s ease-out 0s;
  -moz-transition: -moz-transform 0.35s ease-out 0s;
  -o-transition: -o-transform 0.35s ease-out 0s;
  transition: transform 0.35s ease-out 0s;
  z-index: 1080;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}

.swiper-slide-active {
  z-index: 5;
}