@charset "UTF-8";
/*Обнуление*/
* {
  padding: 0;
  margin: 0;
  border: 0;
}

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

:focus, :active {
  outline: none;
}

a:focus, a:active {
  outline: none;
}

nav, footer, header, aside {
  display: block;
}

html, body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input, button, textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

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

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

a:hover {
  text-decoration: none;
}

a {
  color: inherit;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

img.adaptive , .service__info-textblock img {
  max-width: 100%;
  height: auto;

}

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

/*--------------------*/
@font-face {
  font-family: Onest;
  font-display: swap;
  src: url("../fonts/Onest-Bold.woff2") format("woff2"), url("../fonts/Onest-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: Onest;
  font-display: swap;
  src: url("../fonts/Onest-Regular.woff2") format("woff2"), url("../fonts/Onest-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Onest;
  font-display: swap;
  src: url("../fonts/Onest-SemiBold.woff2") format("woff2"), url("../fonts/Onest-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
body {
  position: relative;
  font-family: Onest;
  font-weight: 400;
  font-size: 14px;
  line-height: 132%;
  color: #373A41;
  background-color: #FFF;
}
body.hidden {
  overflow: hidden;
}

main {
  margin-top: 180px;
}
@media (max-width: 1087px) {
  main {
    margin-top: 220px;
  }
  main.mobile__top {
    margin-top: 208px;
  }
}
main.module {
  margin-top: 40px;
}
main.small {
  margin-top: 128px;
}
@media (max-width: 991.98px) {
  main.module {
    margin-top: 168px;
  }
}

.wrapper {
  overflow-x: hidden;
  min-height: 100%;
}
.wrapper.nohidden {
  overflow-x: inherit;
}
@media (max-width: 1150px) {
  .wrapper.nohidden {
    overflow-x: hidden;
  }
}
.wrapper.arrow .btn-up {
  bottom: 100px;
}

.container {
  max-width: 1470px;
  margin: 0 auto;
  padding: 0 15px;
}
.container.inner {
  padding: 0;
}

h2 , .card__watched h3{
  font-size: 32px;
  font-weight: 600;
  line-height: 112%;
}
@media (max-width: 1087px) {
  h2 {
    font-size: 24px;
    font-weight: 600;
    line-height: 112%;
  }
}

.link__all {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  line-height: 148%;
  color: #6D7176;
  transition: all 0.2s ease-in-out;
}
.link__all.mobile {
  display: none;
}
.link__all svg {
  stroke: #6D7176;
  transition: all 0.2s ease-in-out;
}
.link__all:hover {
  color: #373A41;
}
.link__all:hover svg {
  stroke: #373A41;
}
@media (max-width: 1087px) {
  .link__all.desctop {
    display: none;
  }
  .link__all.mobile {
    display: flex;
  }
}

.field__input {
  width: 100%;
  position: relative;
}
.field__input input {
  width: 100%;
  height: 56px;
  background: #FFF;
  padding: 12px 0;
  font-size: 16px;
}
.field__input input::placeholder {
  color: #90949A;
  opacity: 1;
}
.field__input input:not(.input__search) {
  background: #F6F7FA;
  border: 1px solid #F6F7FA;
  padding: 12px 16px;
}
.field__input input:not(.input__search):focus {
  background: #FFF;
  border-color: #90949A;
  padding-top: 28px;
}
.field__input .clear {
  display: none;
}
.field__input .clear.visible {
  display: block;
  position: absolute;
  top: 17px;
  right: 16px;
  cursor: pointer;
  z-index: 2;
}
.field__input.error input {
  background: #FFF !important;
  border: 1px solid #D92121 !important;
}

.field__textarea {
  width: 100%;
  position: relative;
}
.field__textarea textarea {
  width: 100%;
  height: 104px;
  resize: none;
  background: #FFF;
  padding: 12px 0;
  background: #F6F7FA;
  border: 1px solid #F6F7FA;
  padding: 12px 16px;
  font-size: 16px;
  line-height: 148%;
}
.field__textarea textarea:focus {
  background: #FFF;
  border-color: #90949A;
  padding-top: 28px;
}
.field__textarea textarea::placeholder {
  color: #90949A;
  opacity: 1;
}
.field__textarea .field__label {
  position: absolute;
  top: 14px;
  left: 16px;
  color: #6D7176;
  pointer-events: none;
  cursor: text;
  transition: 0.3s;
  font-size: 16px;
  line-height: 148%;
}
.field__textarea textarea:focus ~ label,
.field__textarea textarea:not(:placeholder-shown) ~ label {
  font-size: 12px;
  top: 6px;
}
.field__textarea textarea:not(:focus):valid {
  padding-top: 30px;
}
.field__textarea .clear {
  display: none;
}
.field__textarea .clear.visible {
  display: block;
  position: absolute;
  top: 12px;
  right: 16px;
  cursor: pointer;
}

.sale__info {
  margin-bottom: 96px;
}
@media (max-width: 991.98px) {
  .sale__info {
    margin-bottom: 40px;
  }
}
.sale__info .sale__info-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
@media (max-width: 1087px) {
  .sale__info.desctop {
    display: none;
  }
}
.sale__info .sale__info-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
@media (max-width: 550px) {
  .sale__info .sale__info-img img {
    height: 176px;
  }
}
@media (max-width: 550px) {
  .sale__info .sale__info-img {
    height: 176px;
  }
}
.sale__info .sale__info-block {
  position: relative;
  display: inline-block;
}
.sale__info .sale__info-textblock {
  position: absolute;
  left: 60px;
  bottom: 50px;
  display: flex;
  align-items: center;
  gap: 11px;
}
@media (max-width: 991.98px) {
  .sale__info .sale__info-textblock {
    gap: 7px;
    left: 16px;
    bottom: 20px;
  }
}
.sale__info .sale__info-left {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 2px;
  font-size: 20px;
  font-weight: 600;
  line-height: 110%;
  color: #FFF;
  text-transform: uppercase;
}
@media (max-width: 991.98px) {
  .sale__info .sale__info-left {
    font-size: 14px;
  }
}
.sale__info .sale__info-left span {
  font-size: 17px;
  line-height: 148%;
  background: #900020;
  padding: 0 4px;
}
@media (max-width: 991.98px) {
  .sale__info .sale__info-left span {
    font-size: 11px;
    padding: 0 3px;
  }
}
.sale__info .sale__info-name {
  font-size: 64px;
  font-weight: 600;
  line-height: 110%;
  letter-spacing: 2.56px;
  color: #FFF;
}
@media (max-width: 991.98px) {
  .sale__info .sale__info-name {
    font-size: 42px;
    letter-spacing: 1.714px;
  }
}

.tag {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  line-height: 130%;
  padding: 2px 6px;
  transform: skew(-20deg);
  white-space: nowrap;

}
.tag .text {
  display: inline-block;
  transform: skew(20deg);
}
.tag.best {
  background: #f2e1f9; /*background: rgba(171, 71, 218, 0.16);*/
  color: #AB47DA;
}
.tag.hit {
  background: #ffebd8; /*background: rgba(255, 132, 18, 0.16);*/
  color: #FF8412;
}
.tag.new { 
  background: #ddebfc; /*background: rgba(44, 131, 234, 0.16);*/
  color: #2C83EA;
}
.tag.red {
  background: rgba(238, 26, 77, 0.12);
  color: #900020;
  padding: 2px 8px;
}
.tag.zakaz {
  background: rgba(255, 132, 18, 0.16);
  color: #90949A;
}

.search__info {
  margin-top: 24px;
  font-size: 16px;
  line-height: 148%;
  color: #6D7176;
}
.search__info span {
  color: #900020;
}

.search__btn {
  margin-top: 24px;
  width: 260px;
}
.search__btn .btn__grey {
  padding: 0 32px;
}

.card__row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 56px;
}
@media (max-width: 1150px) {
  .card__row {
    flex-direction: column;
    gap: 24px;
    margin-bottom: 40px;
  }
}

.page__error {
  margin-top: 300px;
  margin-bottom: 160px;
}
@media (max-width: 1087px) {
  .page__error {
    margin-top: 260px;
    margin-bottom: 80px;
  }
}
.page__error .page__error-img {
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 1087px) {
  .page__error .page__error-img {
    margin-bottom: 24px;
  }
  .page__error .page__error-img svg {
    width: 206px;
    height: auto;
  }
}
.page__error .page__error-text {
  text-align: center;
  font-size: 16px;
  line-height: 148%;
  margin-bottom: 40px;
}
@media (max-width: 1087px) {
  .page__error .page__error-text {
    margin-bottom: 24px;
    font-size: 14px;
  }
}
.page__error .page__error-text br {
  display: none;
}
@media (max-width: 1087px) {
  .page__error .page__error-text br {
    display: block;
  }
}
.page__error .page__error-btn {
  display: flex;
  justify-content: center;
}
.page__error .page__error-btn .btn {
  width: 224px;
  height: 56px;
}
@media (max-width: 1087px) {
  .page__error .page__error-btn .btn {
    height: 40px;
    width: 180px;
    font-size: 14px;
  }
}

.stock__sale {
  margin-bottom: 120px;
}
@media (max-width: 991.98px) {
  .stock__sale {
    margin-bottom: 80px;
  }
}
.stock__sale .stock__sale-title {
  margin-bottom: 40px;
}
@media (max-width: 991.98px) {
  .stock__sale .stock__sale-title {
    margin-bottom: 24px;
  }
}

.service {
  margin-bottom: 120px;
}
@media (max-width: 991.98px) {
  .service {
    margin-bottom: 80px;
  }
}
.service .service__row {
  display: flex;
  align-items: flex-start;
  gap: 56px;
}

.select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  background-color: none;
  outline: none;
  width: 216px;
  padding: 8px 12px;
  cursor: pointer;
  font-size: 14px;
  line-height: 145%;
  display: none;
}

.select::-ms-expand {
  display: none;
}

.select-wrapper {
  position: relative;
  width: 100%;
}

.dropdown {
  position: relative;
}

.dropdown__button {
  background-color: #F6F7FA;
  cursor: pointer;
  font-size: 12px;
  line-height: 130%;
  text-decoration: none;
  width: 100%;
  height: 48px;
  border: 1px solid #F6F7FA;
  text-align: start;
  transition: all 0.3s ease-in-out;
  padding: 6px 16px;
  color: #6D7176;
}
.dropdown__button span {
  font-size: 16px;
  line-height: 148%;
  color: #373A41;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 280px;
  display: inline-block;
}
.dropdown__button:hover {
  border-color: #D4D7DC;
}
.dropdown__button.active {
  border-color: #90949A;
}

.dropdown__list {
  position: absolute;
  top: 47px;
  left: 0;
  width: 100%;
  height: auto;
  background: #FFF;
  border: 1px solid #90949A;
  display: none;
  z-index: 20;
}
.dropdown__list.dropdown__list-visible {
  display: block;
}

.dropdown__list-item {
  padding: 12px 16px;
  cursor: pointer;
  position: relative;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  line-height: 148%;
  transition: all 0.3s ease-in-out;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.dropdown__list-item:hover {
  background: #F6F7FA;
}

.select__arrow {
  position: absolute;
  top: 12px;
  right: 24px;
  z-index: 11;
  transition: all 0.3s ease-in-out;
  transform: rotate(0);
  pointer-events: none;
}
.select__arrow.active {
  transition: all 0.3s ease-in-out;
  transform: rotate(180deg);
}

.cart {
  margin-bottom: 120px;
}
@media (max-width: 1087px) {
  .cart {
    margin-bottom: 80px;
  }
}
.cart .cart__row {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  justify-content: space-between;
}
@media (max-width: 1087px) {
  .cart .cart__row {
    flex-direction: column;
    gap: 24px;
  }
}
.cart .cart__row .cart__left {
  width: 100%;
}
.cart .cart__row .cart__right {
  width: 345px;
  min-width: 345px;
}
@media (max-width: 1087px) {
  .cart .cart__row .cart__right {
    width: 100%;
    min-width: 100%;
  }
}

.card__cart {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: transparent;
  width: 102px;
  min-width: 102px;
  height: 40px;
}
.card__cart input {
  width: 24px;
  font-size: 14px;
  font-weight: 600;
  line-height: 132%;
  padding-left: 6px;
}
.card__cart svg {
  margin-bottom: -2px;
}
.card__cart input::-webkit-outer-spin-button,
.card__cart input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.card__cart input[type=number] {
  -moz-appearance: textfield;
}
.card__cart .button__minus,
.card__cart .button__plus {
  cursor: pointer;
}

.order {
  margin-bottom: 120px;
}
@media (max-width: 991.98px) {
  .order {
    margin-bottom: 80px;
  }
}
.order .order__row {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  justify-content: space-between;
}
@media (max-width: 1087px) {
  .order .order__row {
    flex-direction: column;
    gap: 24px;
  }
}
.order .order__row .order__left {
  width: 100%;
}
.order .order__row .order__right {
  width: 345px;
  min-width: 345px;
  position: sticky;
  top: 120px;
}
@media (max-width: 1087px) {
  .order .order__row .order__right {
    width: 100%;
    min-width: auto;
    position: relative;
    top: 0;
  }
}

.card__mobile-block {
  display: none;
}
@media (max-width: 991.98px) {
  .card__mobile-block {
    display: flex;
    position: fixed;
    align-items: center;
    justify-content: space-between;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 16px 24px;
    background: #FFF;
    z-index: 100;
  }
}
@media (max-width: 991.98px) and (max-width: 550px) {
  .card__mobile-block.module {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
  .card__mobile-block.module .cardinfo__price-btn {
    width: 100%;
  }
  .card__mobile-block.module .cardinfo__price-cart {
    width: 100%;
  }
  .card__mobile-block.module .cardinfo__price-incart {
    width: 100%;
  }
}
@media (max-width: 991.98px) {
  .card__mobile-block .cardinfo__price {
    margin-bottom: 0;
    flex-direction: column;
    gap: 4px;
  }
  .card__mobile-block .cardinfo__price-cart {
    width: 138px;
  }
  .card__mobile-block .cardinfo__price-incart {
    width: 138px;
  }
  .card__mobile-block .card__mobile-block__row {
    display: flex;
    align-items: center;
    gap: 16px;
  }
  .card__mobile-block .card__mobile-block__row .cardinfo__price-module {
    font-size: 10px;
    color: #6D7176;
  }
}

.right__block-btn {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: auto;
  z-index: 10;
}
.right__block-btn > * {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background: #900020;
  transition: all 0.3s;
  cursor: pointer;
}
.right__block-btn > *:hover {
  background: #AC2C3C;
}
.right__block-btn > *:not(:last-child) {
  border-bottom: 1px solid #AC2C3C;
}
@media (max-width: 650px) {
  .right__block-btn {
    display: none;
  }
}

@keyframes typing {
  from {
    width: 0;
  }
  to {
    width: auto;
  }
}
@keyframes blink-caret {
  from, to {
    border-color: transparent;
  }
  50% {
    border-color: #373A41;
  }
}
.btn-up {
  position: fixed;
  background: #900020;
  bottom: 55px;
  right: 75px;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  z-index: 30;
}
.btn-up:hover {
  background: #AC2C3C;
}
.btn-up.btn-up_hide {
  display: none;
}
@media (max-width: 1087px) {
  .btn-up {
    right: 15px;
  }
}

.btn {
  display: inline-block;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  gap: 12px;
  background: #900020;
  font-weight: 600;
  line-height: 148%;
  color: #FFF;
  transition: all 0.3s ease-in-out;
}
.btn:hover {
  background: #AC2C3C;
}
.btn:disabled {
  background: #F6F7FA;
  color: #90949A;
}

.btn__grey {
  padding: 0 40px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  background: #F6F7FA;
  font-size: 16px;
  font-weight: 600;
  line-height: 148%;
  transition: all 0.3s ease-in-out;
}
.btn__grey svg {
  stroke: #373A41;
  transition: all 0.3s ease-in-out;
}
.btn__grey:hover {
  background: #AC2C3C;
  color: #FFF;
}
.btn__grey:hover svg {
  stroke: #FFF;
}
@media (max-width: 1087px) {
  .btn__grey {
    height: 40px;
    padding: 0 20px;
  }
}
@media (max-width: 650px) {
  .btn__grey {
    font-size: 14px;
    line-height: 132%;
  }
}

.btn__red {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFF;
  border: 1px solid #900020;
  color: #900020;
  font-size: 16px;
  font-weight: 600;
  line-height: 148%;
  transition: all 0.3s ease-in-out;
}
.btn__red:hover {
  border-color: #AC2C3C;
  color: #AC2C3C;
}

.header {
  padding: 24px 0;
  position: fixed;
  top: 0;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 30;
  background: #FFF;
  transition: top 0.3s;
}
.header.scroll {
  top: -42px;
  transition: top 0.3s;
}
.header.scroll + .header__catalog.active {
  top: 150px !important;
  height: calc(100vh - 90px) !important;
}
.header.module {
  position: relative;
}
@media (max-width: 991.98px) {
  .header.module {
    padding: 24px 0;
    position: fixed;
    top: 0;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
  }
}
@media (max-width: 1087px) {
  .header__wrapper {
    display: flex;
    align-items: flex-start;
    flex-direction: column-reverse;
    width: 100%;
  }
}
.header__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}
@media (max-width: 1087px) {
  .header__top {
    margin-bottom: 0;
    width: 100%;
    overflow-x: scroll;
    scrollbar-width: none;
    scrollbar-color: #FFF #FFF;
  }
  .header__top::-webkit-scrollbar {
    width: 0px;
  }
  .header__top::-webkit-scrollbar-track {
    background: #FFF;
  }
  .header__top::-webkit-scrollbar-thumb {
    background-color: #FFF;
    border-radius: 10px;
  }
}
.header__nav-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
}
.header__nav-list li.red {
  font-weight: 600;
  color: #900020;
}
@media (max-width: 1087px) {
  .header__nav-list {
    flex-wrap: nowrap;
    white-space: nowrap;
    gap: 24px;
  }
}
.header__tel {
  font-weight: 600;
}
@media (max-width: 1087px) {
  .header__tel {
    display: none;
  }
}
.header__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 80px;
}
@media (max-width: 1087px) {
  .header__bottom {
    width: 100%;
    margin-bottom: 20px;
  }
}
.header__bottom-left {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  width: 100%;
}
@media (max-width: 1087px) {
  .header__bottom-left {
    gap: 12px;
  }
}
.header__logo {
  margin-right: 16px;
}
@media (max-width: 1087px) {
  .header__logo {
    display: none;
  }
}
.header__btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header__btn .btn {
  transform: skew(-20deg);
  width: 163px;
  height: 48px;
  position: relative;
}
@media (max-width: 1087px) {
  .header__btn .btn {
    width: 66px;
    height: 40px;
  }
}
.header__btn .btn .text {
  transform: skew(20deg);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
@media (max-width: 1087px) {
  .header__btn .btn .text span {
    display: none;
  }
}
.header__btn .btn .open-catalog {
  display: none;
}
.header__btn .btn.active {
  background: #F6F7FA;
}
.header__btn .btn.active .open-catalog {
  display: block;
  max-width: 24px;
}
.header__btn .btn.active .no-open {
  display: none;
}
.header__btn .btn.active .text {
  color: #373A41;
}
.header__search-wrapper {
  width: 100%;
  position: relative;
}
@media (max-width: 1087px) {
  .header__search-wrapper {
    position: static;
  }
}
.header__search {
  position: relative;
  border: 1px solid #D4D7DC;
  transform: skew(-20deg);
}
.header__search .header__search-icon-wrap {
  position: absolute;
  left: 16px;
  top: 12px;
  transform: skew(20deg);
}
@media (max-width: 1087px) {
  .header__search .header__search-icon-wrap {
    left: auto;
    right: 16px;
    top: 8px;
	z-index: 1;
  }
}
.header__search .field__input input {
  margin-left: 56px;
  transform: skew(20deg);
  width: 70%;
  height: 48px;
}
@media (max-width: 1087px) {
  .header__search .field__input input {
    margin-left: 23px;
    height: 40px;
  }
}
.header__search .field__input input:focus + #typing-animation {
  display: none;
}
.header__search .field__input .clear {
  transform: skew(20deg);
  right: 90px;
  top: 12px;
}
@media (max-width: 1087px) {
  .header__search .field__input .clear {
    top: 8px;
    right: 50px;
  }
}
.header__search .field__input #typing-animation {
  border-right: 1px solid #373A41;
  transform: skew(20deg);
  position: absolute;
  top: 15px;
  left: 58px;
  /* Эффект мигающего курсора */
  font-size: 16px;
  white-space: nowrap;
  /* Предотвращает перенос текста */
  overflow: hidden;
  /* Скрывает текст, который не помещается в элементе */
  animation: typing 3s steps(40, end), blink-caret 0.75s step-end infinite;
}
.header__search .field__input #typing-animation.none {
  display: none;
}
@media (max-width: 1087px) {
  .header__search .field__input #typing-animation {
    top: 12px;
    left: 20px;
  }
}
.header__search .btn {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 75px;
  height: 32px;
}
.header__search .btn .text {
  transform: skew(20deg);
}
@media (max-width: 1087px) {
  .header__search .btn {
    display: none;
  }
}
.header__search-open {
  position: absolute;
  width: 100%;
  padding: 24px;
  top: 54px;
  left: 0;
  height: auto;
  box-shadow: 0px 8px 56px 0px rgba(30, 33, 40, 0.06);
  background: #FFF;
  z-index: 1000;
  display: none;
}
.header__search-open > *:not(:last-child) {
  margin-bottom: 16px;
}
@media (max-width: 1087px) {
  .header__search-open {
    padding: 16px;
  }
}
.header__search-open.active {
  display: block;
}
@media (max-width: 1087px) {
  .header__search-open.active {
    top: 0;
    height: 100vh;
  }
}
.header__search-open.active .header__search-mobile__block {
  display: none;
}
@media (max-width: 1087px) {
  .header__search-open.active .header__search-mobile__block {
    display: block;
  }
  .header__search-open.active .header__search-mobile__block .header__search-mobile__row {
    display: flex;
    align-items: center;
    gap: 16px;
    justify-content: space-between;
    margin-bottom: 24px;
  }
  .header__search-open.active .header__search-mobile__block .header__search-mobile__row .field__input {
    border: 1px solid #D4D7DC;
    position: relative;
  }
  .header__search-open.active .header__search-mobile__block .header__search-mobile__row .field__input input {
    padding: 0 16px;
    height: 40px;
  }
  .header__search-open.active .header__search-mobile__block .header__search-mobile__row .field__input .clear {
    right: 50px;
    top: 9px;
  }
  .header__search-open.active .header__search-mobile__block .header__search-mobile__row .field__input .header__search-mobile__img {
    background: #FFF;
    position: absolute;
    right: 16px;
    top: 9px;
  }
  .header__search-open.active .header__search-mobile__block .header__search-mobile__row .header__search-mobile__back {
    background: #FFF;
    text-decoration: none;
    font-size: 14px;
    line-height: 140%;
    color: #900020;
  }
  .header__search-open.active .header__search-mobile__block .header__search-mobile__list {
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    display: none;
  }
  .header__search-open.active .header__search-mobile__block .header__search-mobile__list > * {
    height: 32px;
    padding: 0 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    line-height: 130%;
    background: #F6F7FA;
  }
  .header__search-open.active .header__search-mobile__block .header__search-mobile__list.active {
    display: flex;
  }
}
.header__search-open .header__search-block.none {
  display: none;
}
.header__search-open .header__search-title {
  font-size: 16px;
  line-height: 148%;
  color: #90949A;
  margin-bottom: 16px;
}
@media (max-width: 1087px) {
  .header__search-open .header__search-title {
    font-size: 14px;
  }
}
.header__search-open .header__search-often,
.header__search-open .header__search-category {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.header__search-open .header__often-item {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 16px;
  line-height: 148%;
}
@media (max-width: 1087px) {
  .header__search-open .header__often-item {
    font-size: 14px;
  }
}
.header__search-open .header__search-category__item {
  font-size: 16px;
  line-height: 148%;
  position: relative;
  width: 100%;
}
@media (max-width: 1087px) {
  .header__search-open .header__search-category__item {
    font-size: 14px;
  }
}
.header__search-open .header__search-category__item::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 24px;
  height: 24px;
  background-image: url("/img/header-arrow.svg");
}
.header__search-open .header__search-found {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.header__search-open .header__search-found__item {
  display: flex;
  align-items: center;
  gap: 24px;
}
.header__search-open .header__search-found__img {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header__search-open .header__search-found__img img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.header__search-open .header__search-found__name {
  font-size: 16px;
  line-height: 148%;
}
@media (max-width: 1087px) {
  .header__search-open .header__search-found__name {
    font-size: 14px;
  }
}
.header__search-open .header__search-all {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  line-height: 148%;
  font-weight: 600;
}
@media (max-width: 1087px) {
  .header__search-open .header__search-all {
    display: none;
  }
}
.header__bottom-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
}
@media (max-width: 1087px) {
  .header__bottom-row {
    display: none;
  }
}
.header__row-item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.header__item-icon {
  margin-bottom: 4px;
  position: relative;
}
.header__mobile-cart {
	position: relative;
}
.header__item-icon span,
.header__mobile-cart span {
  font-size: 10px;
  font-weight: 600;
  line-height: 130%;
  color: #FFF;
  background: #900020;
  position: absolute;
  right: -5px;
  top: -5px;
  border-radius: 20px;
  padding: 0 4px;
  min-width: 16px;
  min-height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header__item-text {
  font-size: 12px;
  line-height: 130%;
  white-space: nowrap;
}
.header__bottom-mobile {
  display: none;
}
@media (max-width: 1087px) {
  .header__bottom-mobile {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
    width: 100%;
  }
  .header__bottom-mobile .header__mobile-row {
    display: flex;
    align-items: center;
    gap: 20px;
  }
}
.header__catalog {
  height: calc(100vh - 120px);
  margin-top: -56px;
  padding: 56px 0;
  overflow-y: scroll;
  scrollbar-width: none;
  position: fixed;
  top: -100%;
  z-index: 30;
  background: #FFF;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  transition: all 0.5s ease-in-out;
}
.header__catalog::-webkit-scrollbar {
  width: 0px;
}
.header__catalog::-webkit-scrollbar-track {
  background: #FFF;
}
.header__catalog::-webkit-scrollbar-thumb {
  background-color: #FFF;
  border-radius: 10px;
}
.header__catalog.active {
  top: 180px;
}
@media (max-width: 1087px) {
  .header__catalog.active {
    top: 200px;
  }
}
.header__catalog-row {
  display: flex;
  align-items: flex-start;
  gap: 56px;
}
.header__category-list {
  min-width: 344px;
}
.header__category-list > *:not(:last-child) {
  margin-bottom: 16px;
}
@media (max-width: 1470px) {
  .header__category-list {
    min-width: 275px;
  }
}
@media (max-width: 1150px) {
  .header__category-list {
    min-width: 326px;
  }
}
.header__category-list.none {
  display: none;
}
.header__category-item {
  height: 40px;
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 18px;
  line-height: 124%;
  position: relative;
  cursor: pointer;
}
@media (max-width: 1150px) {
  .header__category-item {
    font-size: 16px;
  }
}
.header__category-item:hover {
  font-weight: 600;
  color: #900020;
}
.header__category-item:hover::after {
  content: "";
  position: absolute;
  top: 8px;
  right: 0;
  width: 24px;
  height: 24px;
  background-image: url("/img/header-catalog-red.svg");
}
.header__category-item.active {
  font-weight: 600;
  color: #900020;
}
.header__category-item.active:hover {
  color: #373A41;
}
.header__category-item.active::after {
  content: "";
  position: absolute;
  top: 8px;
  right: 0;
  width: 24px;
  height: 24px;
  background-image: url(/img/header-catalog-red.svg);
  /*background-image: url("/img/header-catalog.svg");*/
}
@media (max-width: 1150px) {
  .header__catalog-list {
    display: none;
  }
  .header__catalog-list.active {
    display: block;
  }
}
.header__catalog-item {
  display: none;
}
.header__catalog-item.active {
  display: block;
}
.header__catalog-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 124%;
  margin-bottom: 32px;
}
@media (max-width: 1087px) {
  .header__catalog-title {
    font-size: 20px;
    margin-bottom: 24px;
  }
}
.header__catalog-item__row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.header__catalog-item__row > * {
  min-width: 333px;
}
@media (max-width: 1470px) {
  .header__catalog-item__row > * {
    min-width: 250px;
  }
}
@media (max-width: 1150px) {
  .header__catalog-item__row {
    grid-template-columns: 1fr;
  }
}
.header__catalog-item__left {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.header__catalog-category {
  font-size: 18px;
  font-weight: 600;
  line-height: 124%;
}
@media (max-width: 1087px) {
  .header__catalog-category {
    font-size: 16px;
  }
}
.header__catalog-category.top {
  margin-top: 8px;
}
.header__catalog-block {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.header__catalog-subcategory {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 16px;
  line-height: 148%;
}
.header__catalog-link {
  color: #6D7176;
  font-size: 16px;
  line-height: 148%;
}
.header__catalog-item__center {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.header__catalog-item__right {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.header__module {
  position: fixed;
  padding: 30px 0;
  top: -100%;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 40;
  background: #FFF;
  transition: all 0.3s;
  /* box-shadow: 0px 8px 56px 0px rgba(30, 33, 40, 0.06); */
}
.header__module-right .cardinfo__price-btn {
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .header__module {
    display: none;
  }
}
.header__module.scroll {
  top: 0px;
  transition: all 0.3s;
}
.header__module .header__module-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__module .header__module-title__row {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 8px;
}
@media (max-width: 991.98px) {
  .header__module .header__module-title__row {
    flex-direction: column;
    gap: 4px;
    align-items: flex-start;
  }
}
.header__module .header__module-title__row .header__module-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 124%;
}
@media (max-width: 1087px) {
  .header__module .header__module-title__row .header__module-title {
    font-size: 20px;
  }
}
.header__module .header__module-title__row .header__module-article {
  font-size: 12px;
  line-height: 130%;
  color: #6D7176;
  margin-bottom: -4px;
}
.header__module .header__module-row {
  display: flex;
  align-items: center;
  gap: 12px;
}
.header__module .header__module-row .header__module-stars {
  display: flex;
  align-items: center;
  gap: 4px;
  line-height: 140%;
}
.header__module .header__module-row .header__module-feedback {
  display: flex;
  align-items: center;
  gap: 4px;
  line-height: 140%;
}
.header__module .header__module-right {
  display: flex;
  align-items: center;
  gap: 40px;
}
@media (max-width: 991.98px) {
  .header__module .header__module-right {
    gap: 8px;
    flex-direction: column;
    align-items: flex-end;
  }
}
.header__module .header__module-right .header__module-new {
  font-size: 32px;
  font-weight: 600;
  line-height: 112%;
}
@media (max-width: 1087px) {
  .header__module .header__module-right .header__module-new {
    font-size: 24px;
  }
}
@media (max-width: 991.98px) {
  .header__module .header__module-right .header__module-new {
    text-align: end;
  }
}
.header__module .header__module-right .header__module-info {
  font-size: 12px;
  line-height: 130%;
  color: #6D7176;
}
@media (max-width: 991.98px) {
  .header__module .header__module-right .header__module-info {
    text-align: end;
  }
}
.header__module .header__module-right .header__module-btn {
  width: 203px;
  height: 48px;
}
@media (max-width: 1087px) {
  .header__module .header__module-right .header__module-btn {
    height: 40px;
    width: 170px;
    font-size: 14px;
  }
}

.header__small {
  padding: 29px 0;
  position: fixed;
  top: 0;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  background: #FFF;
  transition: all 0.3s;
}
.header__small.scroll {
  top: -42px;
  transition: all 0.3s;
}
.header__small.scroll + .header__catalog.active {
  top: 150px !important;
  height: calc(100vh - 90px) !important;
}
.header__small-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1087px) {
  .header__small-row {
    display: none;
  }
}
.header__small-links {
  display: flex;
  align-items: center;
  gap: 8px;
}
.header__small-link {
  font-size: 16px;
  line-height: 148%;
}
.header__small-active {
  font-size: 16px;
  line-height: 148%;
  color: #90949A;
}
.header__small-mobile {
  display: none;
}
@media (max-width: 1087px) {
  .header__small-mobile {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .header__small-mobile .header__small-success {
    font-size: 14px;
    font-weight: 400;
    line-height: 140%;
  }
}

.page__title {
  margin-bottom: 40px;
}
@media (max-width: 991.98px) {
  .page__title {
    margin-bottom: 24px;
  }
}
.page__title-column {
  position: relative;
}
.page__title-links {
  margin-bottom: 0;
  display: flex;
  align-items: center;
  gap: 4px;
  
}
.page__title-link {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 12px;
  line-height: 130%;
  color: #6D7176;
  white-space: nowrap;
}
.page__title-link.active {
  color: #373A41;
}
@media (max-width: 1087px) {
  .page__title-links {
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .page__title-link.desctop {
    display: none;
  }
}
.page__title-link.mobile {
  display: none;
}
@media (max-width: 1087px) {
  .page__title-link.mobile {
    display: flex;
  }
}
.page__title-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.page__title-row h1 {
  font-size: 32px;
  font-weight: 600;
  line-height: 112%;
}
@media (max-width: 1087px) {
  .page__title-row h1 {
    font-size: 24px;
    font-weight: 600;
    line-height: 112%;
  }
}
@media (max-width: 1087px) {
  .page__title-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
}
.page__links-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.page__links-row .page__card-article {
  font-size: 12px;
  line-height: 130%;
  color: #6D7176;
}
@media (max-width: 1087px) {
  .page__links-row .page__card-article.desctop {
    display: none;
  }
}
.page__title-row .page__card-article.mobile {
  display: none;
}
@media (max-width: 1087px) {
  .page__title-row .page__card-article.mobile {
    display: flex;
  }
}
.page__card-row {
  display: flex;
  align-items: center;
  gap: 24px;
}
@media (max-width: 1087px) {
  .page__card-row {
    position: absolute;
    bottom: 0;
    right: 0;
    gap: 16px;
  }
}
.page__card-row .page__card-favorite {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  color: #6D7176;
}
.page__card-row .page__card-favorite span.active {
  display: none;
}
@media (max-width: 1087px) {
  .page__card-row .page__card-favorite span {
    display: none;
  }
}
.page__card-row .page__card-favorite svg {
  stroke: #E4E7EC;
  fill: #E4E7EC;
  transition: all 0.3s ease-in-out;
}
.page__card-row .page__card-favorite:hover svg {
  fill: #FFF;
  stroke: #900020;
  transition: all 0.2s ease-in-out;
}
.page__card-row .page__card-favorite.active svg {
  stroke: #900020;
  fill: #900020;
}
.page__card-row .page__card-favorite.active span.no-active {
  display: none;
}
.page__card-row .page__card-favorite.active span.active {
  display: block;
}
.page__card-row .page__card-share {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  color: #6D7176;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1087px) {
  span.page__card-share-text {
    display: none;
  }
  /* .page__card-row .page__card-share span {
    display: none;
  } */
  .ya-share2__container_mobile.ya-share2__container_size_m .ya-share2__icon {
	width: 20px !important;
	height: 20px !important;
	background-size: 14px !important;
  }
}
.page__card-row .page__card-share svg {
  stroke: #6D7176;
  transition: all 0.3s ease-in-out;
}
.page__card-row .page__card-share:hover {
  color: #373A41;
}
.page__card-row .page__card-share:hover svg {
  stroke: #373A41;
}
.page__title-info {
  margin-top: 16px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.page__title-info .page__title-stars {
  display: flex;
  align-items: center;
  gap: 4px;
}
.page__title-info .page__title-feedback {
  display: flex;
  align-items: center;
  gap: 6px;
}
.page__title-back {
  margin-bottom: 16px;
}
.page__title-back a {
  font-size: 12px;
  line-height: 130%;
  color: #6D7176;
  transition: all 0.2s ease-in-out;
}
.page__title-back a:hover {
  color: #373A41;
}

.modal {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 40;
  background: rgba(0, 0, 0, 0.4);
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.modal.active {
  opacity: 1;
  visibility: visible;
}
.modal.active .modal__body {
  transform: translateY(-50%);
}
@media (max-width: 550px) {
  .modal.active .modal__body.small {
    transform: translateY(0);
    padding: 16px;
  }
}
@media (max-width: 1087px) {
  .modal.active .modal__body.wide {
    transform: translateY(0);
  }
}

.modal.active .profile__modal-body {
  left: 0;
}
.modal.active .sorting__modal-body {
  bottom: 0;
}
.modal__body {
  margin: 0 auto;
  position: relative;
  top: 50%;
  transform: translateY(-10%);
  transition: all 0.3s ease-in-out;
}
@media (max-width: 550px) {
  .modal__body.small {
    width: 100% !important;
    height: 100% !important;
    top: 0;
    left: 0;
  }
  .modal__body.small .modal__close.desctop {
    display: none;
  }
  .modal__body.small .modal__close.mobile {
    display: block;
  }
}
@media (max-width: 1087px) {
  .modal__body.wide {
    width: 100% !important;
    height: 100% !important;
    top: 0;
    left: 0;
  }
  .modal__body.wide .modal__close.desctop {
    display: none;
  }
  .modal__body.wide .modal__close.mobile {
    display: block;
  }
}
.modal__close {
  cursor: pointer;
  position: absolute;
  right: -40px;
  top: 16px;
  z-index: 5;
}
.modal__close.mobile {
  display: none;
  right: 16px;
}
.modal .feedback__body {
  width: 624px;
  padding: 40px;
  background: #FFF;
}
@media (max-width: 1087px) {
  .modal .feedback__body {
    padding: 16px;
    padding-top: 56px;
  }
}
@media (max-width: 991px) {
  .modal.active .feedback__body.modal__body.wide {
    max-height: calc(100% - 72px) !important;
    overflow-y: auto !important;
    padding-bottom: 140px !important;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
}
.modal .feedback__body .feedback__form {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 700px;
  scrollbar-width: none;
  scrollbar-color: #FFF #FFF;
}
.modal .feedback__body .feedback__form::-webkit-scrollbar {
  width: 0px;
}
.modal .feedback__body .feedback__form::-webkit-scrollbar-track {
  background: #FFF;
}
.modal .feedback__body .feedback__form::-webkit-scrollbar-thumb {
  background-color: #FFF;
  border-radius: 10px;
}
.modal .feedback__body .feedback__form-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 124%;
  margin-bottom: 24px;
}
@media (max-width: 1087px) {
  .modal .feedback__body .feedback__form-title {
    font-size: 20px;
  }
}
.modal .feedback__body .feedback__form-estimation {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 24px;
}
.modal .feedback__body .feedback__form-text {
  font-size: 16px;
  line-height: 148%;
}
@media (max-width: 1087px) {
  .modal .feedback__body .feedback__form-text {
    font-size: 14px;
  }
}
.modal .feedback__body .feedback__form-row {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 16px;
  margin-bottom: 24px;
}
@media (max-width: 991.98px) {
  .modal .feedback__body .feedback__form-row {
    flex-direction: column;
    gap: 8px;
  }
}
@media (max-width: 1087px) {
  .modal .feedback__body .feedback__form-row {
    margin-top: 8px;
  }
}
.modal .feedback__body .feedback__form-row .field__input input {
  background: #F6F7FA;
  border: 1px solid #F6F7FA;
  padding: 12px 16px;
  font-size: 16px;
  line-height: 148%;
}
.modal .feedback__body .feedback__form-row .field__input input:focus {
  background: #FFF;
  border-color: #90949A;
  padding-top: 28px;
}
.modal .feedback__body .feedback__form-row .field__input .field__label {
  position: absolute;
  top: 16px;
  left: 16px;
  color: #6D7176;
  pointer-events: none;
  cursor: text;
  transition: 0.3s;
  font-size: 16px;
  line-height: 148%;
}
.modal .feedback__body .feedback__form-row .field__input input:focus ~ label,
.modal .feedback__body .feedback__form-row .field__input input:not(:placeholder-shown) ~ label {
  font-size: 12px;
  top: 6px;
}
.modal .feedback__body .feedback__form-row .field__input input:not(:focus):valid {
  padding-top: 30px;
}
.modal .feedback__body .field__textarea {
  margin-top: 16px;
  margin-bottom: 4px;
}
@media (max-width: 1087px) {
  .modal .feedback__body .field__textarea {
    margin-top: 8px;
  }
}
.modal .feedback__body .feedback__form-textarea__info {
  font-size: 12px;
  line-height: 130%;
  color: #6D7176;
  margin-bottom: 24px;
}
.modal .feedback__body .feedback__form-file {
  margin-top: 16px;
  margin-bottom: 8px;
}
.modal .feedback__body .feedback__form-file .feedback__form-rowfile label {
  padding: 16px;
  border: 1px dashed #D4D7DC;
  width: 342px;
  min-width: 342px;
  display: flex;
  align-items: center;
  gap: 16px;
}
@media (max-width: 1087px) {
  .modal .feedback__body .feedback__form-file .feedback__form-rowfile label {
    width: 100%;
    min-width: 0;
  }
}
.modal .feedback__body .feedback__form-file .feedback__form-rowfile label svg {
  width: 32px;
  height: 32px;
  min-width: 32px;
  min-height: 32px;
}
.modal .feedback__body .feedback__form-file .feedback__form-rowfile label .feedback__form-flie__text {
  line-height: 140%;
}
@media (max-width: 1087px) {
  .modal .feedback__body .feedback__form-file .feedback__form-rowfile label .feedback__form-flie__text {
    font-size: 12px;
  }
}
.modal .feedback__body .feedback__form-file .feedback__form-rowfile label .feedback__form-flie__text .download {
  border-bottom: 1px dashed #373A41;
  cursor: pointer;
}
.modal .feedback__body .feedback__form-file .feedback__form-rowfile label .feedback__form-flie__text .top {
  display: inline-block;
  margin-top: 4px;
}
.modal .feedback__body .feedback__form-file .feedback__form-rowfile input[type=file] {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  position: absolute;
  z-index: -10;
}
.modal .feedback__body .feedback__form-file__info {
  margin-bottom: 24px;
  font-size: 12px;
  color: #6D7176;
  line-height: 130%;
}
.modal .feedback__body button {
  width: 183px;
  height: 48px;
  margin-bottom: 16px;
}
.modal .feedback__body .feedback__form-personal {
  font-size: 12px;
  line-height: 130%;
}
.modal .feedback__body .feedback__form-personal a {
  color: #900020;
  text-decoration: underline;
}
.modal .feedback__body .feedback__form-foto__row {
  display: none;
}
.modal .feedback__body .feedback__form-foto__row.active {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 16px;
}
@media (max-width: 1087px) {
  .modal .feedback__body .feedback__form-foto__row.active {
    margin-top: 8px;
  }
}
.modal .feedback__body .feedback__form-foto__row .feedback__form-foto {
  position: relative;
  width: 64px;
  height: 64px;
  overflow: hidden;
  display: none;
}
.modal .feedback__body .feedback__form-foto__row .feedback__form-foto.active {
  display: block;
}
.modal .feedback__body .feedback__form-foto__row .feedback__form-foto img {
  width: auto;
  height: 64px;
  object-fit: cover;
}
.modal .feedback__body .feedback__form-foto__row .feedback__form-foto .feedback__form-delete {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 4px;
  top: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFF;
  cursor: pointer;
}
.modal .delete__body {
  width: 424px;
  padding: 40px;
  background: #FFF;
}
@media (max-width: 550px) {
  .modal .delete__body {
    padding: 16px;
    padding-top: 56px;
  }
}
.modal .delete__body .delete__body-title {
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  line-height: 124%;
  margin-bottom: 16px;
}
@media (max-width: 1087px) {
  .modal .delete__body .delete__body-title {
    font-size: 20px;
  }
}
.modal .delete__body .delete__body-text {
  font-size: 16px;
  line-height: 148%;
  margin-bottom: 24px;
  text-align: center;
}
.modal .delete__body .delete__body-back {
  margin-bottom: 8px;
}
.modal .delete__body .delete__body-back .btn {
  width: 100%;
  height: 56px;
}
.modal .delete__body .delete__body-btn .btn__grey {
  width: 100%;
  height: 56px;
}
.modal .adress__delete-body {
  width: 424px;
  padding: 40px;
  background: #FFF;
}
@media (max-width: 550px) {
  .modal .adress__delete-body {
    padding: 16px;
    padding-top: 56px;
  }
}
.modal .adress__delete-body .adress__delete-title {
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  line-height: 124%;
  margin-bottom: 16px;
}
@media (max-width: 1087px) {
  .modal .adress__delete-body .adress__delete-title {
    font-size: 20px;
  }
}
.modal .adress__delete-body .delete__body-text {
  font-size: 16px;
  line-height: 148%;
  margin-bottom: 24px;
  text-align: center;
}
.modal .adress__delete-body .adress__delete-cancel {
  margin-bottom: 8px;
}
.modal .adress__delete-body .adress__delete-cancel .btn {
  width: 100%;
  height: 56px;
}
.modal .adress__delete-body .adress__delete-btn .btn__grey {
  width: 100%;
  height: 56px;
}
.modal .adress__create-body {
/*   width: 1088px; */
width: 465px;
  height: 400px;
  background: #FFF;
}
.modal .adress__create-body .adress__create-row {
  display: flex;
  align-items: flex-start;
}
@media (max-width: 1087px) {
  .modal .adress__create-body .adress__create-row {
    flex-direction: column-reverse;
    overflow-y: auto;
    max-height: 670px;
    padding-bottom: 60px;
  }
}
.modal .adress__create-body .adress__create-row .adress__create-form {
  width: 464px;
  min-width: 464px;
  padding: 24px;
  display: flex;
  /* height: 600px; */
 /*  height: 400px; */
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 1087px) {
  .modal .adress__create-body .adress__create-row .adress__create-form {
    width: 100%;
    min-width: 200px;
    padding: 16px;
  }
}
.modal .adress__create-body .adress__create-row .adress__create-form .adress__form-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 124%;
  margin-bottom: 24px;
}
@media (max-width: 1087px) {
  .modal .adress__create-body .adress__create-row .adress__create-form .adress__form-title {
    font-size: 20px;
  }
}
.modal .adress__create-body .adress__create-row .adress__create-form .field__input {
  margin-bottom: 16px;
}
.modal .adress__create-body .adress__create-row .adress__create-form .field__input input {
  background: #F6F7FA;
  border: 1px solid #F6F7FA;
  padding: 12px 16px;
  font-size: 16px;
  line-height: 148%;
}
.modal .adress__create-body .adress__create-row .adress__create-form .field__input input:focus {
  background: #FFF;
  border-color: #90949A;
  padding-top: 28px;
}
.modal .adress__create-body .adress__create-row .adress__create-form .field__input.accepted input {
  background: #FFF;
  border-color: #D4D7DC;
}
.modal .adress__create-body .adress__create-row .adress__create-form .field__input.accepted .clear {
  display: none;
}
.modal .adress__create-body .adress__create-row .adress__create-form .field__input.accepted::after {
  content: "";
  position: absolute;
  right: 16px;
  top: 16px;
  width: 24px;
  height: 24px;
  background-image: url("/img/input-ok.svg");
}
.modal .adress__create-body .adress__create-row .adress__create-form .field__input .field__label {
  position: absolute;
  top: 16px;
  left: 16px;
  color: #6D7176;
  pointer-events: none;
  cursor: text;
  transition: 0.3s;
  font-size: 16px;
  line-height: 148%;
}
.modal .adress__create-body .adress__create-row .adress__create-form .field__input .field__label.req__label::after {
  content: "";
  top: 8px;
  right: -8px;
  width: 4px;
  height: 4px;
  position: absolute;
  border-radius: 50%;
  background: #D92121;
}
.modal .adress__create-body .adress__create-row .adress__create-form .field__input input:focus ~ label,
.modal .adress__create-body .adress__create-row .adress__create-form .field__input input:not(:placeholder-shown) ~ label {
  font-size: 12px;
  top: 6px;
}
.modal .adress__create-body .adress__create-row .adress__create-form .field__input input:focus ~ label.req__label::after,
.modal .adress__create-body .adress__create-row .adress__create-form .field__input input:not(:placeholder-shown) ~ label.req__label::after {
  width: 3px;
  height: 3px;
  top: 5px;
  right: -5px;
}
.modal .adress__create-body .adress__create-row .adress__create-form .field__input input:not(:focus):valid {
  padding-top: 30px;
}
.modal .adress__create-body .adress__create-row .adress__create-form .adress__form-row {
  display: grid;
  gap: 16px;
  margin-bottom: 8px;
}
@media (max-width: 1087px) {
  .modal .adress__create-body .adress__create-row .adress__create-form .adress__form-row {
    gap: 0;
  }
}
@media (max-width: 1087px) {
  .modal .adress__create-body .adress__create-row .adress__create-form .adress__form-row {
    margin-bottom: 0;
  }
}
.modal .adress__create-body .adress__create-row .adress__create-form .adress__form-row.col-3 {
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 1087px) {
  .modal .adress__create-body .adress__create-row .adress__create-form .adress__form-row.col-3 {
    grid-template-columns: 1fr;
  }
}
.modal .adress__create-body .adress__create-row .adress__create-form .adress__form-row.col-2 {
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 1087px) {
  .modal .adress__create-body .adress__create-row .adress__create-form .adress__form-row.col-2 {
    grid-template-columns: 1fr;
  }
}
.modal .adress__create-body .adress__create-row .adress__create-form .adress__form-checkbox {
  margin-bottom: 24px;
}
.modal .adress__create-body .adress__create-row .adress__create-form .adress__form-checkbox .checkbox__input {
  display: none;
}
.modal .adress__create-body .adress__create-row .adress__create-form .adress__form-checkbox .checkbox__input:checked + .checkbox__label::after {
  transform: translateY(0%) scale(1);
}
.modal .adress__create-body .adress__create-row .adress__create-form .adress__form-checkbox .checkbox__label {
  cursor: pointer;
  font-size: 16px;
  line-height: 148%;
  display: flex;
  align-items: center;
  position: relative;
}
.modal .adress__create-body .adress__create-row .adress__create-form .adress__form-checkbox .checkbox__label::before {
  content: "";
  flex: 0 0 24px;
  height: 24px;
  background-color: transparent;
  border: 2px solid #D4D7DC;
  margin-right: 12px;
  transition: all 0.3s ease-in-out;
}
.modal .adress__create-body .adress__create-row .adress__create-form .adress__form-checkbox .checkbox__label::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  transform: translateY(-50%) scale(0);
  background-image: url("/img/checkbox-ok.svg");
}
.modal .adress__create-body .adress__create-row .adress__create-form .adress__form-checkbox .checkbox__label:hover::before {
  border-color: #900020;
}
.modal .adress__create-body .adress__create-row .adress__create-form .adress__form-btn .btn {
  width: 100%;
  height: 56px;
}
@media (max-width: 1087px) {
  .modal .adress__create-body .adress__create-row .adress__create-form .adress__form-btn {
    margin-top: 24px;
  }
}
.modal .adress__create-body .adress__create-row .adress__create-right {
  max-width: 624px;
  height: 600px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1087px) {
  .modal .adress__create-body .adress__create-row .adress__create-right {
    height: 320px;
    min-height: 320px;
    max-width: 1100px;
    width: 100%;
  }
}
.modal .adress__create-body .adress__create-row .adress__create-right .adress__create-map {
  height: 100%;
}
.modal .adress__create-body .adress__create-row .adress__create-right .adress__create-map img {
  width: auto;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 1087px) {
  .modal .adress__create-body .adress__create-row .adress__create-right .adress__create-map img {
    width: 100%;
    height: 320px;
  }
}
.modal .adress__create-body .adress__create-row .adress__create-right .adress__create-map__item {
  position: absolute;
  top: 253px;
  right: 100px;
}
@media (max-width: 1087px) {
  .modal .adress__create-body .adress__create-row .adress__create-right .adress__create-map__item {
    right: auto;
    left: 50%;
    top: 150px;
  }
}
.modal .point__body {
  width: 1088px;
  height: 600px;
  background: #FFF;
}
.modal .point__body .point__body-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 650px) {
  .modal .point__body .point__body-row {
    grid-template-columns: 1fr;
  }
}
.modal .point__body .point__body-row .point__body-list {
  width: 100%;
  padding: 24px;
}
@media (max-width: 650px) {
  .modal .point__body .point__body-row .point__body-list {
    padding: 16px;
    padding-top: 56px;
  }
}
.modal .point__body .point__body-row .point__body-list .point__body-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 124%;
}
@media (max-width: 1087px) {
  .modal .point__body .point__body-row .point__body-list .point__body-title {
    font-size: 20px;
  }
}
.modal .point__body .point__body-row .point__body-list .point__body-radio input {
  display: none;
}
.modal .point__body .point__body-row .point__body-list .point__body-radio input:checked + label .point__btn .inchecked {
  display: flex;
}
.modal .point__body .point__body-row .point__body-list .point__body-radio input:checked + label .point__btn .nochecked {
  display: none;
}
.modal .point__body .point__body-row .point__body-list .point__body-radio label {
  display: inline-block;
  margin-top: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #E4E7EC;
}
.modal .point__body .point__body-row .point__body-list .point__body-radio .point__body-radio__title {
  font-size: 16px;
  font-weight: 600;
  line-height: 148%;
  margin-bottom: 8px;
}
.modal .point__body .point__body-row .point__body-list .point__body-radio .point__body-radio__adress {
  margin-bottom: 16px;
}
.modal .point__body .point__body-row .point__body-list .point__body-radio .point__btn .inchecked {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  gap: 12px;
  background: #900020;
  font-weight: 600;
  line-height: 148%;
  color: #FFF;
  transition: all 0.3s ease-in-out;
  display: none;
  width: 91px;
  height: 32px;
  cursor: pointer;
}
.modal .point__body .point__body-row .point__body-list .point__body-radio .point__btn .inchecked:hover {
  background: #AC2C3C;
}
.modal .point__body .point__body-row .point__body-list .point__body-radio .point__btn .nochecked {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFF;
  border: 1px solid #900020;
  color: #900020;
  font-size: 14px;
  font-weight: 600;
  line-height: 148%;
  transition: all 0.3s ease-in-out;
  width: 91px;
  height: 32px;
  cursor: pointer;
}
.modal .point__body .point__body-row .point__body-list .point__body-radio .point__btn .nochecked:hover {
  border-color: #AC2C3C;
  color: #AC2C3C;
}
.modal .point__body .point__body-row .point__body-map {
  overflow: hidden;
  height: 600px;
}
.modal .point__body .point__body-row .point__body-map img {
  height: 100%;
  width: auto;
  object-fit: cover;
}
@media (max-width: 1087px) {
  .modal .point__body .point__body-row .point__body-map {
    height: 200%;
  }
}
@media (max-width: 650px) {
  .modal .point__body .point__body-row .point__body-map {
    display: none;
  }
}
.modal .order__modal-body {
  width: 425px;
  background: #FFF;
  padding: 40px;
}
@media (max-width: 550px) {
  .modal .order__modal-body {
    padding: 16px;
    padding-top: 56px;
  }
}
.modal .order__modal-body .order__modal-form > *:not(:last-child) {
  margin-bottom: 24px;
}
.modal .order__modal-body .order__form-title {
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 124%;
  margin-bottom: 24px;
}
@media (max-width: 1087px) {
  .modal .order__modal-body .order__form-title {
    font-size: 20px;
  }
}
.modal .order__modal-body .field__input {
  margin-bottom: 16px;
}
.modal .order__modal-body .field__input input {
  background: #F6F7FA;
  border: 1px solid #F6F7FA;
  padding: 12px 16px;
  font-size: 16px;
  line-height: 148%;
}
.modal .order__modal-body .field__input input:focus {
  background: #FFF;
  border-color: #90949A;
  padding-top: 28px;
}
.modal .order__modal-body .field__input.accepted input {
  background: #FFF;
  border-color: #D4D7DC;
}
.modal .order__modal-body .field__input.accepted .clear {
  display: none;
}
.modal .order__modal-body .field__input.accepted::after {
  content: "";
  position: absolute;
  right: 16px;
  top: 16px;
  width: 24px;
  height: 24px;
  background-image: url("/img/input-ok.svg");
}
.modal .order__modal-body .field__input .field__label {
  position: absolute;
  top: 16px;
  left: 16px;
  color: #6D7176;
  pointer-events: none;
  cursor: text;
  transition: 0.3s;
  font-size: 16px;
  line-height: 148%;
}
.modal .order__modal-body .field__input .field__label.req__label::after {
  content: "";
  top: 8px;
  right: -8px;
  width: 4px;
  height: 4px;
  position: absolute;
  border-radius: 50%;
  background: #D92121;
}
.modal .order__modal-body .field__input input:focus ~ label,
.modal .order__modal-body .field__input input:not(:placeholder-shown) ~ label {
  font-size: 12px;
  top: 6px;
}
.modal .order__modal-body .field__input input:focus ~ label.req__label::after,
.modal .order__modal-body .field__input input:not(:placeholder-shown) ~ label.req__label::after {
  width: 3px;
  height: 3px;
  top: 5px;
  right: -5px;
}
.modal .order__modal-body .field__input input:not(:focus):valid {
  padding-top: 30px;
}
.modal .order__modal-body .checkbox__input {
  display: none;
}
.modal .order__modal-body .checkbox__input:checked + .checkbox__label::after {
  transform: translateY(0%) scale(1);
}
@media (max-width: 550px) {
  .modal .order__modal-body .checkbox__input:checked + .checkbox__label::after {
    transform: translateY(-8%) translateX(-8%) scale(0.8);
  }
}
.modal .order__modal-body .checkbox__label {
  cursor: pointer;
  font-size: 12px;
  line-height: 130%;
  display: flex;
  align-items: center;
  position: relative;
}
.modal .order__modal-body .checkbox__label a {
  color: #900020;
  margin-left: 4px;
}
.modal .order__modal-body .checkbox__label::before {
  content: "";
  flex: 0 0 24px;
  height: 24px;
  background-color: transparent;
  border: 2px solid #D4D7DC;
  margin-right: 12px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 550px) {
  .modal .order__modal-body .checkbox__label::before {
    flex: 0 0 20px;
    height: 20px;
    margin-right: 8px;
  }
}
.modal .order__modal-body .checkbox__label::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  transform: translateY(-50%) scale(0);
  background-image: url("/img/checkbox-ok.svg");
}
.modal .order__modal-body .checkbox__label:hover::before {
  border-color: #900020;
}
.modal .order__modal-body .select-wrapper {
  margin-bottom: 16px;
}
.modal .order__modal-body .order__modal-btn .btn {
  width: 100%;
  height: 56px;
}
.modal .profile__modal-body {
  width: 374px;
  height: 100%;
  background: #FFF;
  left: -100%;
  position: relative;
  transition: all 0.3s ease-in-out;
  padding: 64px 24px 0;
}
.modal .profile__modal-body .modal__close {
  right: 24px;
  top: 16px;
}
.modal .profile__modal-body .profile__modal-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 112%;
  margin-bottom: 24px;
}
.modal .sorting__modal-body {
  width: 100%;
  height: auto;
  bottom: -100%;
  left: 0;
  position: absolute;
  background: #FFF;
  transition: all 0.3s ease-in-out;
}
.modal .sorting__modal-body .sorting__modal-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 124%;
  padding: 25px 24px 20px;
  position: relative;
}
.modal .sorting__modal-body .sorting__modal-title::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 50%;
  transform: translateX(-50%);
  width: 48px;
  height: 4px;
  border-radius: 10px;
  background: #D4D7DC;
}
.modal .sorting__modal-body .sorting__modal-item {
  padding: 16px 24px;
  font-size: 16px;
  line-height: 148%;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}
.modal .sorting__modal-body .sorting__modal-item.active {
  background: #F6F7FA;
  font-weight: 600;
}
.modal .sorting__modal-body .sorting__modal-item:hover {
  background: #F6F7FA;
}
.modal .incart__modal-body {
  width: 920px;
  background: #FFF;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 1087px) {
  .modal .incart__modal-body {
    height: 100%;
  }
}
@media (max-width: 650px) {
  .modal .incart__modal-body {
    padding: 16px;
    padding-top: 56px;
  }
}
.modal .incart__modal-body .incart__modal-bottom {
  display: none;
}
@media (max-width: 1087px) {
  .modal .incart__modal-body .incart__modal-bottom {
    display: block;
    margin-bottom: 48px;
  }
  .modal .incart__modal-body .incart__modal-bottom .btn {
    height: 40px;
  }
}
.modal .incart__modal-body .incart__modal-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}
.modal .incart__modal-body .incart__modal-row .incart__modal-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 124%;
}
.modal .incart__modal-body .incart__modal-row .incart__modal-btns {
  display: flex;
  align-items: center;
  gap: 8px;
}
@media (max-width: 1087px) {
  .modal .incart__modal-body .incart__modal-row .incart__modal-btns {
    display: none;
  }
}
.modal .incart__modal-body .incart__modal-row .incart__modal-btns > * {
  height: 40px;
  font-size: 14px;
}
.modal .incart__modal-body .incart__modal-row .incart__modal-btns .btn__red {
  width: 187px;
}
.modal .incart__modal-body .incart__modal-row .incart__modal-btns .btn {
  width: 199px;
}
.modal .incart__modal-body .incart__modal-row .incart__modal-btns .btn svg {
  margin-left: 0;
  transition: all 0.2s ease-in-out;
}
.modal .incart__modal-body .incart__modal-row .incart__modal-btns .btn:hover svg {
  margin-left: 4px;
  transition: all 0.2s ease-in-out;
}
.modal .incart__modal-body .cart__list-row {
  padding: 24px;
  border: 1px solid #E4E7EC;
}
@media (max-width: 1087px) {
  .modal .incart__modal-body .cart__list-row {
    padding: 16px;
  }
}
@media (max-width: 650px) {
  .modal .incart__modal-body .cart__list-row .card__cart {
    margin-left: -16px;
  }
}
.modal .incart__modal-body .incart__modal-btn {
  display: none;
}
@media (max-width: 1087px) {
  .modal .incart__modal-body .incart__modal-btn {
    display: block;
    margin-top: 16px;
    margin-bottom: 48px;
  }
  .modal .incart__modal-body .incart__modal-btn .btn__red {
    height: 40px;
  }
}
.modal .incart__modal-body .checkbox {
  display: none;
}
@media (max-width: 1087px) {
  .modal .incart__modal-body .checkbox {
    display: flex;
  }
}
.modal .incart__modal-body .checkbox .checkbox__input {
  display: none;
}
.modal .incart__modal-body .checkbox .checkbox__input:checked + .checkbox__label::after {
  transform: translateX(-8%) scale(0.8);
}
.modal .incart__modal-body .checkbox .checkbox__label {
  cursor: pointer;
  font-size: 16px;
  line-height: 148%;
  display: flex;
  align-items: center;
  position: relative;
  white-space: nowrap;
}
.modal .incart__modal-body .checkbox .checkbox__label::before {
  content: "";
  flex: 0 0 20px;
  height: 20px;
  background-color: transparent;
  border: 2px solid #D4D7DC;
  margin-right: 12px;
  transition: all 0.3s ease-in-out;
}
.modal .incart__modal-body .checkbox .checkbox__label::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  transform: translateY(-50%) scale(0);
  background-image: url("/img/checkbox-ok.svg");
}
.modal .incart__modal-body .checkbox .checkbox__label:hover::before {
  border-color: #900020;
}
.modal .enter__body {
  width: 424px;
  background: #FFF;
  padding: 40px;
}
@media (max-width: 550px) {
  .modal .enter__body {
    padding: 56px 16px;
  }
}
@media (max-width: 1087px) {
  .modal .enter__body {
    width: 416px;
  }
}
.modal .enter__body .enter__body-title {
  text-align: center;
  margin-bottom: 24px;
  font-size: 24px;
  font-weight: 600;
  line-height: 124%;
}
@media (max-width: 1087px) {
  .modal .enter__body .enter__body-title {
    font-size: 20px;
  }
}
.modal .enter__body .field__input {
  margin-bottom: 16px;
}
.modal .enter__body .field__input input {
  background: #F6F7FA;
  border: 1px solid #F6F7FA;
  padding: 12px 16px;
  font-size: 16px;
  line-height: 148%;
}
.modal .enter__body .field__input input:focus {
  background: #FFF;
  border-color: #90949A;
  padding-top: 28px;
}
.modal .enter__body .field__input.accepted input {
  background: #FFF;
  border-color: #D4D7DC;
}
.modal .enter__body .field__input.accepted .clear {
  display: none;
}
.modal .enter__body .field__input.accepted::after {
  content: "";
  position: absolute;
  right: 16px;
  top: 16px;
  width: 24px;
  height: 24px;
  background-image: url("/img/input-ok.svg");
}
.modal .enter__body .field__input .field__label {
  position: absolute;
  top: 16px;
  left: 16px;
  color: #6D7176;
  pointer-events: none;
  cursor: text;
  transition: 0.3s;
  font-size: 16px;
  line-height: 148%;
}
.modal .enter__body .field__input .field__label.req__label::after {
  content: "";
  top: 8px;
  right: -8px;
  width: 4px;
  height: 4px;
  position: absolute;
  border-radius: 50%;
  background: #D92121;
}
.modal .enter__body .field__input input:focus ~ label,
.modal .enter__body .field__input input:not(:placeholder-shown) ~ label {
  font-size: 12px;
  top: 6px;
}
.modal .enter__body .field__input input:focus ~ label.req__label::after,
.modal .enter__body .field__input input:not(:placeholder-shown) ~ label.req__label::after {
  width: 3px;
  height: 3px;
  top: 5px;
  right: -5px;
}
.modal .enter__body .field__input input:not(:focus):valid {
  padding-top: 30px;
}
.modal .enter__body .enter__body-bottom {
  margin-bottom: 16px;
  text-align: center;
}
.modal .enter__body .enter__body-bottom .btn {
  width: 100%;
  height: 56px;
}
.modal .enter__body .enter__body-bottom.bottom0 {
  margin-bottom: 0;
}
.modal .enter__body .enter__body-personal {
  text-align: center;
  color: #90949A;
  font-size: 12px;
  line-height: 130%;
}
.modal .enter__body .enter__body-personal a {
  color: #900020;
}
.modal .enter__body .enter__body-text {
  font-size: 16px;
  line-height: 148%;
  text-align: center;
  margin-bottom: 16px;
}
.modal .enter__body .enter__body-text span {
  font-weight: 600;
}
.modal .enter__body .enter__body-text a {
  color: #900020;
}
@media (max-width: 1087px) {
  .modal .enter__body .enter__body-text {
    font-size: 14px;
  }
}
.modal .enter__body .enter__body-error, .login__edit-form .enter__body-error{
  font-size: 16px;
  line-height: 148%;
  text-align: center;
  margin-bottom: 24px;
  color: #D92121;
}
.modal .enter__body .enter__body-error.none, .login__edit-form .enter__body-error {
  display: none;
}
@media (max-width: 1087px) {
  .modal .enter__body .enter__body-error, .login__edit-form .enter__body-error {
    font-weight: 600;
    font-size: 14px;
  }
}
.modal .enter__body .enter__body-check {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  gap: 8px;
  font-size: 16px;
  line-height: 148%;
}
.modal .enter__body .enter__body-form.row {
  display: flex;
  align-items: center;
  gap: 16px;
  justify-content: center;
  margin-bottom: 16px;
}
.modal .enter__body .enter__body-form.row > * {
  width: 100px;
}
.modal .enter__body .enter__body-form.row > *.error input {
  border-bottom: 1px solid #D92121;
}
.modal .enter__body .enter__body-form.row .base__input {
  /* display: none; */
}
.modal .enter__body .enter__body-form.row .otpCode {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.modal .enter__body .enter__body-form.row input {
  width: 100px;
  height: 56px;
  padding: 13px 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 124%;
  text-align: center;
  border-bottom: 1px solid #D4D7DC;
}
.modal .enter__body .enter__body-form.row input:focus {
  border-color: #900020;
}
.modal .callback__modal-body {
  width: 425px;
  background: #FFF;
  padding: 40px;
}
.modal .callback__modal-body .callback__modal-form > *:not(:last-child) {
  margin-bottom: 24px;
}
.modal .callback__modal-body .callback__modal-title {
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 124%;
}
.modal .callback__modal-body .field__input {
  margin-bottom: 16px;
}
.modal .callback__modal-body .field__input input {
  background: #F6F7FA;
  border: 1px solid #F6F7FA;
  padding: 12px 16px;
  font-size: 16px;
  line-height: 148%;
}
.modal .callback__modal-body .field__input input:focus {
  background: #FFF;
  border-color: #90949A;
  padding-top: 28px;
}
.modal .callback__modal-body .field__input.accepted input {
  background: #FFF;
  border-color: #D4D7DC;
}
.modal .callback__modal-body .field__input.accepted .clear {
  display: none;
}
.modal .callback__modal-body .field__input.accepted::after {
  content: "";
  position: absolute;
  right: 16px;
  top: 16px;
  width: 24px;
  height: 24px;
  background-image: url("/img/input-ok.svg");
}
.modal .callback__modal-body .field__input .field__label {
  position: absolute;
  top: 16px;
  left: 16px;
  color: #6D7176;
  pointer-events: none;
  cursor: text;
  transition: 0.3s;
  font-size: 16px;
  line-height: 148%;
}
.modal .callback__modal-body .field__input .field__label.req__label::after {
  content: "";
  top: 8px;
  right: -8px;
  width: 4px;
  height: 4px;
  position: absolute;
  border-radius: 50%;
  background: #D92121;
}
.modal .callback__modal-body .field__input input:focus ~ label,
.modal .callback__modal-body .field__input input:not(:placeholder-shown) ~ label {
  font-size: 12px;
  top: 6px;
}
.modal .callback__modal-body .field__input input:focus ~ label.req__label::after,
.modal .callback__modal-body .field__input input:not(:placeholder-shown) ~ label.req__label::after {
  width: 3px;
  height: 3px;
  top: 5px;
  right: -5px;
}
.modal .callback__modal-body .field__input input:not(:focus):valid {
  padding-top: 30px;
}
.modal .callback__modal-body .checkbox__input {
  display: none;
}
.modal .callback__modal-body .checkbox__input:checked + .checkbox__label::after {
  transform: translateY(0%) scale(1);
}
@media (max-width: 550px) {
  .modal .callback__modal-body .checkbox__input:checked + .checkbox__label::after {
    transform: translateY(-8%) translateX(-8%) scale(0.8);
  }
}
.modal .callback__modal-body .checkbox__label {
  cursor: pointer;
  font-size: 12px;
  line-height: 130%;
  display: flex;
  align-items: center;
  position: relative;
}
.modal .callback__modal-body .checkbox__label a {
  color: #900020;
  margin-left: 4px;
}
.modal .callback__modal-body .checkbox__label::before {
  content: "";
  flex: 0 0 24px;
  height: 24px;
  background-color: transparent;
  border: 2px solid #D4D7DC;
  margin-right: 12px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 550px) {
  .modal .callback__modal-body .checkbox__label::before {
    flex: 0 0 20px;
    height: 20px;
    margin-right: 8px;
  }
}
.modal .callback__modal-body .checkbox__label::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  transform: translateY(-50%) scale(0);
  background-image: url("/img/checkbox-ok.svg");
}
.modal .callback__modal-body .checkbox__label:hover::before {
  border-color: #900020;
}
.modal .callback__modal-body .order__modal-btn .btn {
  width: 100%;
  height: 56px;
}
.modal .review__body {
  width: 425px;
  background: #FFF;
  padding: 40px;
}
.modal .review__body .review__form-title {
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 124%;
  margin-bottom: 24px;
}
@media (max-width: 1087px) {
  .modal .review__body .review__form-title {
    font-size: 20px;
  }
}
.modal .review__body .field__input {
  margin-bottom: 16px;
}
.modal .review__body .field__input input {
  background: #F6F7FA;
  border: 1px solid #F6F7FA;
  padding: 12px 16px;
  font-size: 16px;
  line-height: 148%;
}
.modal .review__body .field__input input:focus {
  background: #FFF;
  border-color: #90949A;
  padding-top: 28px;
}
.modal .review__body .field__input.accepted input {
  background: #FFF;
  border-color: #D4D7DC;
}
.modal .review__body .field__input.accepted .clear {
  display: none;
}
.modal .review__body .field__input.accepted::after {
  content: "";
  position: absolute;
  right: 16px;
  top: 16px;
  width: 24px;
  height: 24px;
  background-image: url("/img/input-ok.svg");
}
.modal .review__body .field__input .field__label {
  position: absolute;
  top: 16px;
  left: 16px;
  color: #6D7176;
  pointer-events: none;
  cursor: text;
  transition: 0.3s;
  font-size: 16px;
  line-height: 148%;
}
.modal .review__body .field__input .field__label.req__label::after {
  content: "";
  top: 8px;
  right: -8px;
  width: 4px;
  height: 4px;
  position: absolute;
  border-radius: 50%;
  background: #D92121;
}
.modal .review__body .field__input input:focus ~ label,
.modal .review__body .field__input input:not(:placeholder-shown) ~ label {
  font-size: 12px;
  top: 6px;
}
.modal .review__body .field__input input:focus ~ label.req__label::after,
.modal .review__body .field__input input:not(:placeholder-shown) ~ label.req__label::after {
  width: 3px;
  height: 3px;
  top: 5px;
  right: -5px;
}
.modal .review__body .field__input input:not(:focus):valid {
  padding-top: 30px;
}
.modal .review__body .checkbox {
  margin-bottom: 16px;
}
.modal .review__body .checkbox__input {
  display: none;
}
.modal .review__body .checkbox__input:checked + .checkbox__label::after {
  transform: translateY(0%) scale(1);
}
@media (max-width: 550px) {
  .modal .review__body .checkbox__input:checked + .checkbox__label::after {
    transform: translateY(-8%) translateX(-8%) scale(0.8);
  }
}
.modal .review__body .checkbox__label {
  cursor: pointer;
  font-size: 12px;
  line-height: 130%;
  display: flex;
  align-items: center;
  position: relative;
}
.modal .review__body .checkbox__label a {
  color: #900020;
  margin-left: 4px;
}
.modal .review__body .checkbox__label::before {
  content: "";
  flex: 0 0 24px;
  height: 24px;
  background-color: transparent;
  border: 2px solid #D4D7DC;
  margin-right: 12px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 550px) {
  .modal .review__body .checkbox__label::before {
    flex: 0 0 20px;
    height: 20px;
    margin-right: 8px;
  }
}
.modal .review__body .checkbox__label::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  transform: translateY(-50%) scale(0);
  background-image: url("/img/checkbox-ok.svg");
}
.modal .review__body .checkbox__label:hover::before {
  border-color: #900020;
}
.modal .review__body .review__form-text {
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 140%;
  color: #90949A;
}
.modal .review__body .review__form-foto__row {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
  text-decoration: underline;
  cursor: pointer;
}
.modal .review__body .field__textarea {
  margin-bottom: 16px;
}
.modal .review__body .review__form-btn .btn {
  width: 100%;
  height: 56px;
}
.modal .review__body .review__form-estimation__row {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
  gap: 24px;
}
.modal .askquestion__modal-body {
  width: 425px;
  background: #FFF;
  padding: 40px;
}
.modal .askquestion__modal-body .askquestion__modal-title {
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 124%;
  margin-bottom: 24px;
}
@media (max-width: 1087px) {
  .modal .askquestion__modal-body .askquestion__modal-title {
    font-size: 20px;
  }
}
.modal .askquestion__modal-body .askquestion__modal-form > *:not(:last-child) {
  margin-bottom: 24px;
}
.modal .askquestion__modal-body .field__input {
  margin-bottom: 16px;
}
.modal .askquestion__modal-body .field__input input {
  background: #F6F7FA;
  border: 1px solid #F6F7FA;
  padding: 12px 16px;
  font-size: 16px;
  line-height: 148%;
}
.modal .askquestion__modal-body .field__input input:focus {
  background: #FFF;
  border-color: #90949A;
  padding-top: 28px;
}
.modal .askquestion__modal-body .field__input.accepted input {
  background: #FFF;
  border-color: #D4D7DC;
}
.modal .askquestion__modal-body .field__input.accepted .clear {
  display: none;
}
.modal .askquestion__modal-body .field__input.accepted::after {
  content: "";
  position: absolute;
  right: 16px;
  top: 16px;
  width: 24px;
  height: 24px;
  background-image: url("/img/input-ok.svg");
}
.modal .askquestion__modal-body .field__input .field__label {
  position: absolute;
  top: 16px;
  left: 16px;
  color: #6D7176;
  pointer-events: none;
  cursor: text;
  transition: 0.3s;
  font-size: 16px;
  line-height: 148%;
}
.modal .askquestion__modal-body .field__input .field__label.req__label::after {
  content: "";
  top: 8px;
  right: -8px;
  width: 4px;
  height: 4px;
  position: absolute;
  border-radius: 50%;
  background: #D92121;
}
.modal .askquestion__modal-body .field__input input:focus ~ label,
.modal .askquestion__modal-body .field__input input:not(:placeholder-shown) ~ label {
  font-size: 12px;
  top: 6px;
}
.modal .askquestion__modal-body .field__input input:focus ~ label.req__label::after,
.modal .askquestion__modal-body .field__input input:not(:placeholder-shown) ~ label.req__label::after {
  width: 3px;
  height: 3px;
  top: 5px;
  right: -5px;
}
.modal .askquestion__modal-body .field__input input:not(:focus):valid {
  padding-top: 30px;
}
.modal .askquestion__modal-body .checkbox__input {
  display: none;
}
.modal .askquestion__modal-body .checkbox__input:checked + .checkbox__label::after {
  transform: translateY(0%) scale(1);
}
@media (max-width: 550px) {
  .modal .askquestion__modal-body .checkbox__input:checked + .checkbox__label::after {
    transform: translateY(-8%) translateX(-8%) scale(0.8);
  }
}
.modal .askquestion__modal-body .checkbox__label {
  cursor: pointer;
  font-size: 12px;
  line-height: 130%;
  display: flex;
  align-items: center;
  position: relative;
}
.modal .askquestion__modal-body .checkbox__label a {
  color: #900020;
  margin-left: 4px;
}
.modal .askquestion__modal-body .checkbox__label::before {
  content: "";
  flex: 0 0 24px;
  height: 24px;
  background-color: transparent;
  border: 2px solid #D4D7DC;
  margin-right: 12px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 550px) {
  .modal .askquestion__modal-body .checkbox__label::before {
    flex: 0 0 20px;
    height: 20px;
    margin-right: 8px;
  }
}
.modal .askquestion__modal-body .checkbox__label::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  transform: translateY(-50%) scale(0);
  background-image: url("/img/checkbox-ok.svg");
}
.modal .askquestion__modal-body .checkbox__label:hover::before {
  border-color: #900020;
}
.modal .askquestion__modal-body .askquestion__modal-btn .btn {
  width: 100%;
  height: 56px;
}
.modal .price__modal-body {
  width: 425px;
  background: #FFF;
  padding: 40px;
}
@media (max-width: 550px) {
  .modal .price__modal-body {
    padding: 56px 16px;
  }
}
.modal .price__modal-body .price__modal-title {
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 124%;
  margin-bottom: 24px;
}
.modal .price__modal-body .price__modal-form .checkbox {
  margin-bottom: 16px;
}
@media (max-width: 1087px) {
  .modal .price__modal-body .price__modal-title {
    font-size: 20px;
  }
}
@media (max-width: 550px) {
  .modal .price__modal-body .price__modal-form {
    padding-bottom: 300px;
    overflow-y: scroll;
    height: 590px;
    scrollbar-width: none;
  }
}
/* .modal .price__modal-body .price__modal-form > *:not(:last-child) {
  margin-bottom: 24px;
} */
.modal .price__modal-body .field__input {
  margin-bottom: 16px;
}
.modal .price__modal-body .field__input input {
  background: #F6F7FA;
  border: 1px solid #F6F7FA;
  padding: 12px 16px;
  font-size: 16px;
  line-height: 148%;
}
.modal .price__modal-body .field__input input:focus {
  background: #FFF;
  border-color: #90949A;
  padding-top: 28px;
}
.modal .price__modal-body .field__input.accepted input {
  background: #FFF;
  border-color: #D4D7DC;
}
.modal .price__modal-body .field__input.accepted .clear {
  display: none;
}
.modal .price__modal-body .field__input.accepted::after {
  content: "";
  position: absolute;
  right: 16px;
  top: 16px;
  width: 24px;
  height: 24px;
  background-image: url("/img/input-ok.svg");
}
.modal .price__modal-body .field__input .field__label {
  position: absolute;
  top: 16px;
  left: 16px;
  color: #6D7176;
  pointer-events: none;
  cursor: text;
  transition: 0.3s;
  font-size: 16px;
  line-height: 148%;
}
.modal .price__modal-body .field__input .field__label.req__label::after {
  content: "";
  top: 8px;
  right: -8px;
  width: 4px;
  height: 4px;
  position: absolute;
  border-radius: 50%;
  background: #D92121;
}
.modal .price__modal-body .field__input input:focus ~ label,
.modal .price__modal-body .field__input input:not(:placeholder-shown) ~ label {
  font-size: 12px;
  top: 6px;
}
.modal .price__modal-body .field__input input:focus ~ label.req__label::after,
.modal .price__modal-body .field__input input:not(:placeholder-shown) ~ label.req__label::after {
  width: 3px;
  height: 3px;
  top: 5px;
  right: -5px;
}
.modal .price__modal-body .field__input input:not(:focus):valid {
  padding-top: 30px;
}
.modal .price__modal-body .checkbox__input {
  display: none;
}
.modal .price__modal-body .checkbox__input:checked + .checkbox__label::after {
  transform: translateY(0%) scale(1);
}
@media (max-width: 550px) {
  .modal .price__modal-body .checkbox__input:checked + .checkbox__label::after {
    transform: translateY(-8%) translateX(-8%) scale(0.8);
  }
}
.modal .price__modal-body .checkbox__label {
  cursor: pointer;
  font-size: 12px;
  line-height: 130%;
  display: flex;
  align-items: center;
  position: relative;
}
.modal .price__modal-body .checkbox__label a {
  color: #900020;
  margin-left: 4px;
}
.modal .price__modal-body .checkbox__label::before {
  content: "";
  flex: 0 0 24px;
  height: 24px;
  background-color: transparent;
  border: 2px solid #D4D7DC;
  margin-right: 12px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 550px) {
  .modal .price__modal-body .checkbox__label::before {
    flex: 0 0 20px;
    height: 20px;
    margin-right: 8px;
  }
}
.modal .price__modal-body .checkbox__label::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  transform: translateY(-50%) scale(0);
  background-image: url("/img/checkbox-ok.svg");
}
.modal .price__modal-body .checkbox__label:hover::before {
  border-color: #900020;
}
.modal .price__modal-body .price__modal-btn .btn {
  width: 100%;
  height: 56px;
}

.rating-area {
  overflow: hidden;
}

.rating-area:not(:checked)  input {
  display: none;
}

.rating-area:not(:checked)  label {
  float: right;
  width: 26px;
  padding: 0;
  cursor: pointer;
  font-size: 24px;
}
.rating-area:not(:checked)  label svg {
  fill: #E4E7EC;
  stroke: #E4E7EC;
}

.rating-area  input:checked ~ label svg {
  fill: #FF8412;
  stroke: #FF8412;
}

.rating-area:not(:checked)  label:hover svg,
.rating-area:not(:checked)  label:hover ~ label svg {
  fill: #FF8412;
  stroke: #FF8412;
}

.rating-area  input:checked + label:hover,
.rating-area  input:checked + label:hover ~ label,
.rating-area  input:checked ~ label:hover,
.rating-area  input:checked ~ label:hover ~ label,
.rating-area  label:hover ~ input:checked ~ label {
  color: #d1a200;
}

.rate-area  label:active {
  position: relative;
}

.headliner {
  margin-bottom: 96px;
}
@media (max-width: 991.98px) {
  .headliner {
    margin-bottom: 40px;
    width: calc(100% + 30px);
    margin-left: -15px;
  }
}
.headliner__swiper .headliner__swiper-pagination {
  text-align: center;
  margin-top: 24px;
}
@media (max-width: 991.98px) {
  .headliner__swiper .headliner__swiper-pagination {
    display: none;
  }
}
.headliner__swiper .headliner__swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin: 0 8px;
  background: #6D7176;
  opacity: 0.24;
}
.headliner__swiper .headliner__swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}
.headliner__swiper .headliner__swiper-navigation {
  position: absolute;
  right: 40px;
  bottom: 80px;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 16px;
}
@media (max-width: 991.98px) {
  .headliner__swiper .headliner__swiper-navigation {
    display: none;
  }
}
.headliner__swiper .headliner__swiper-prev,
.headliner__swiper .headliner__swiper-next {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 100px;
  background: #FFF;
  cursor: pointer;
}
.headliner__swiper .headliner__swiper-prev svg,
.headliner__swiper .headliner__swiper-next svg {
  stroke: #373A41;
}
.headliner__swiper .headliner__swiper-prev.swiper-button-disabled,
.headliner__swiper .headliner__swiper-next.swiper-button-disabled {
  cursor: auto;
}
.headliner__swiper .headliner__swiper-prev.swiper-button-disabled svg,
.headliner__swiper .headliner__swiper-next.swiper-button-disabled svg {
  stroke: #90949A;
}
.headliner__block {
  position: relative;
  display: inline-block;
}
.headliner__img img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
/* @media (max-width: 991.98px) {
  .headliner__img img {
    height: 440px;
  }
} */
/*@media (max-width: 550px) {
  .headliner__img img {
    height: 233px;
  }
}*/
@media (max-width: 550px) {
  .headliner__img {
    height: 176px;
  }
}
.headliner__textblock {
  position: absolute;
  left: 60px;
  bottom: 50px;
  display: flex;
  align-items: center;
  gap: 11px;
}
@media (max-width: 991.98px) {
  .headliner__textblock {
    gap: 7px;
    left: 16px;
    bottom: 20px;
  }
}
.headliner__left {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 2px;
  font-size: 20px;
  font-weight: 600;
  line-height: 110%;
  color: #FFF;
  text-transform: uppercase;
}
@media (max-width: 991.98px) {
  .headliner__left {
    font-size: 14px;
  }
}
.headliner__left span {
  font-size: 17px;
  line-height: 148%;
  background: #900020;
  padding: 0 4px;
}
@media (max-width: 991.98px) {
  .headliner__left span {
    font-size: 11px;
    padding: 0 3px;
  }
}
.headliner__name {
  font-size: 64px;
  font-weight: 600;
  line-height: 110%;
  letter-spacing: 2.56px;
  color: #FFF;
}
@media (max-width: 991.98px) {
  .headliner__name {
    font-size: 42px;
    letter-spacing: 1.714px;
  }
}
.tiles {
  margin-bottom: 96px;
}
@media (max-width: 991.98px) {
  .tiles {
    margin-bottom: 40px;
  }
}
.tiles__list {
  display: grid;
  gap: 20px;
  grid-template-areas: "one one two three" "one one two seven" "four five six seven" "four five six seven" "four nine nine ten" "eight nine nine ten";
}
@media (max-width: 650px) {
  .tiles__list {
    gap: 16px;
    grid-template-areas: "one one" "two five" "six seven" "ten seven" "four three" "four eight" "nine nine";
  }
}
.tiles__item {
  position: relative;
  background: #F6F7FA;
  height: 312px;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .tiles__item {
    height: 180px;
  }
}
@media (max-width: 650px) {
  .tiles__item {
    height: 128px;
  }
}
.tiles__item:hover {
  background: #900020;
  transition: all 0.3s ease-in-out;
}
.tiles__item:hover .tiles__item-title {
  color: #FFF;
}
.tiles__item:hover .tiles__item-img {
  transform: scale(1.05);
  transition: all 0.3s ease-in-out;
}
.tiles__item:nth-child(1) {
  grid-area: one;
}
.tiles__item:nth-child(1) .tiles__item-img {
  bottom: 29px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 991.98px) {
  .tiles__item:nth-child(1) .tiles__item-img {
    width: 224px;
  }
}
@media (max-width: 650px) {
  .tiles__item:nth-child(1) .tiles__item-img {
    width: 180px;
    bottom: 9px;
  }
}
.tiles__item:nth-child(2) {
  grid-area: two;
}
@media (max-width: 991.98px) {
  .tiles__item:nth-child(2) .tiles__item-img {
    width: 115px;
    bottom: 8px;
  }
}
@media (max-width: 650px) {
  .tiles__item:nth-child(2) .tiles__item-img {
    width: 90px;
    bottom: 0;
  }
}
.tiles__item:nth-child(3) {
  grid-area: three;
  height: 136px;
}
@media (max-width: 991.98px) {
  .tiles__item:nth-child(3) {
    height: 80px;
  }
  .tiles__item:nth-child(3) .tiles__item-img {
    width: 125px;
  }
}
@media (max-width: 650px) {
  .tiles__item:nth-child(3) {
    height: 128px;
  }
  .tiles__item:nth-child(3) .tiles__item-img {
    width: 136px;
  }
}
.tiles__item:nth-child(4) {
  grid-area: four;
  height: 488px;
}
.tiles__item:nth-child(4) .tiles__item-img {
  bottom: 19px;
}
@media (max-width: 991.98px) {
  .tiles__item:nth-child(4) .tiles__item-img {
    width: 126px;
  }
}
@media (max-width: 991.98px) {
  .tiles__item:nth-child(4) {
    height: 280px;
  }
}
.tiles__item:nth-child(5) {
  grid-area: five;
}
.tiles__item:nth-child(5) .tiles__item-img {
  bottom: 9px;
}
@media (max-width: 991.98px) {
  .tiles__item:nth-child(5) .tiles__item-img {
    width: 140px;
    bottom: 16px;
  }
}
@media (max-width: 650px) {
  .tiles__item:nth-child(5) .tiles__item-img {
    width: 110px;
    bottom: 11px;
  }
}
.tiles__item:nth-child(6) {
  grid-area: six;
}
.tiles__item:nth-child(6) .tiles__item-img {
  bottom: 39px;
}
@media (max-width: 991.98px) {
  .tiles__item:nth-child(6) .tiles__item-img {
    width: 116px;
    bottom: 29px;
  }
}
@media (max-width: 650px) {
  .tiles__item:nth-child(6) .tiles__item-img {
    width: 97px;
    bottom: 19px;
  }
}
.tiles__item:nth-child(7) {
  grid-area: seven;
  height: 488px;
}
.tiles__item:nth-child(7) .tiles__item-img {
  bottom: 22px;
}
@media (max-width: 991.98px) {
  .tiles__item:nth-child(7) .tiles__item-img {
    width: 126px;
    bottom: 15px;
  }
}
@media (max-width: 991.98px) {
  .tiles__item:nth-child(7) {
    height: 280px;
  }
}
.tiles__item:nth-child(8) {
  grid-area: eight;
  height: 136px;
}
@media (max-width: 991.98px) {
  .tiles__item:nth-child(8) {
    height: 80px;
  }
  .tiles__item:nth-child(8) .tiles__item-img {
    width: 72px;
  }
}
@media (max-width: 650px) {
  .tiles__item:nth-child(8) {
    height: 128px;
  }
  .tiles__item:nth-child(8) .tiles__item-img {
    width: 91px;
  }
}
.tiles__item:nth-child(9) {
  grid-area: nine;
}
@media (max-width: 991.98px) {
  .tiles__item:nth-child(9) .tiles__item-img {
    width: 258px;
  }
}
@media (max-width: 650px) {
  .tiles__item:nth-child(9) .tiles__item-img {
    width: 190px;
  }
}
.tiles__item:nth-child(10) {
  grid-area: ten;
}
@media (max-width: 991.98px) {
  .tiles__item:nth-child(10) .tiles__item-img {
    width: 110px;
  }
}
@media (max-width: 650px) {
  .tiles__item:nth-child(10) .tiles__item-img {
    width: 80px;
  }
}
.tiles__item-title {
  position: absolute;
  left: 24px;
  top: 24px;
  font-size: 18px;
  font-weight: 600;
  line-height: 124%;
  z-index: 3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 991.98px) {
  .tiles__item-title {
    top: 10px;
    left: 10px;
    font-size: 14px;
    line-height: 132%;
  }
}
.tiles__item-img {
  position: absolute;
  right: 0;
  bottom: 0px;
  z-index: 3;
}
.tiles__item-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.services {
  margin-bottom: 96px;
}
@media (max-width: 991.98px) {
  .services {
    margin-bottom: 40px;
  }
}
.services__title {
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1087px) {
  .services__title {
    margin-bottom: 24px;
  }
}
.services__title h1 {
  margin-bottom: 40px;
  font-size: 32px;
  font-weight: 600;
  line-height: 112%;
}
@media (max-width: 991.98px) {
  .services__title h1 {
    margin-bottom: 24px;
    font-size: 24px;
    font-weight: 600;
    line-height: 112%;
  }
}
.services__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media (max-width: 1087px) {
  .services__list {
    gap: 16px;
    overflow-y: auto;
    scrollbar-width: none;
    scrollbar-color: #FFF #FFF;
  }
  .services__list::-webkit-scrollbar {
    width: 0px;
  }
  .services__list::-webkit-scrollbar-track {
    background: #FFF;
  }
  .services__list::-webkit-scrollbar-thumb {
    background-color: #FFF;
    border-radius: 10px;
  }
}
@media (max-width: 650px) {
  .services__list {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
.services__list.col-2 {
  grid-template-columns: repeat(2, 1fr);
  column-gap: 20px;
  row-gap: 40px;
}
@media (max-width: 1087px) {
  .services__list.col-2 {
    row-gap: 24px;
  }
}
@media (max-width: 650px) {
  .services__list.col-2 {
    grid-template-columns: 1fr;
  }
}
.services__list.col-2 .services__item-img {
  height: 336px;
}
@media (max-width: 1087px) {
  .services__list.col-2 .services__item-img {
    height: 160px;
    width: 100%;
  }
}
.services__item:hover {
  cursor: pointer;
}
.services__item:hover .services__item-link {
  color: #AC2C3C;
}
.services__item:hover .services__item-link svg {
  margin-left: 4px;
  stroke: #AC2C3C;
}
.services__item-img {
  width: 100%;
  height: 288px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F6F7FA;
  margin-bottom: 16px;
}
@media (max-width: 1087px) {
  .services__item-img {
    height: 160px;
    width: 328px;
  }
  .services__item-img img {
    width: auto;
    height: 117px;
    object-fit: cover;
  }
}
@media (max-width: 650px) {
  .services__item-img {
    width: 100%;
  }
}
.services__item-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 124%;
  margin-bottom: 12px;
}
@media (max-width: 991.98px) {
  .services__item-title {
    font-size: 20px;
    margin-bottom: 8px;
  }
}
.services__item-link {
  font-size: 16px;
  line-height: 148%;
  color: #900020;
  transition: all 0.2s ease-in-out;
  display: flex;
  align-items: center;
  gap: 8px;
}
.services__item-link svg {
  stroke: #900020;
  transition: all 0.3s ease-in-out;
}

.interest {
  margin-bottom: 96px;
}
@media (max-width: 1300px) {
  .interest {
    margin-bottom: 80px;
  }
}
@media (max-width: 991.98px) {
  .interest {
    margin-bottom: 40px;
  }
}
.interest__content .tabs__titles {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 40px;
}
@media (max-width: 1087px) {
  .interest__content .tabs__titles {
    margin-bottom: 24px;
  }
}
@media (max-width: 650px) {
  .interest__content .tabs__titles {
    overflow-x: auto;
    scrollbar-width: none;
    scrollbar-color: #FFF #FFF;
  }
  .interest__content .tabs__titles::-webkit-scrollbar {
    width: 0px;
  }
  .interest__content .tabs__titles::-webkit-scrollbar-track {
    background: #FFF;
  }
  .interest__content .tabs__titles::-webkit-scrollbar-thumb {
    background-color: #FFF;
    border-radius: 10px;
  }
}
.interest__content .tabs__titles .tab__title {
  height: 40px;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F6F7FA;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  white-space: nowrap;
}
@media (max-width: 1087px) {
  .interest__content .tabs__titles .tab__title {
    height: 32px;
    padding: 4px 16px 2px;
  }
}
.interest__content .tabs__titles .tab__title.active {
  background: #373A41;
  color: #FFF;
}
.interest__content .tabs__titles .tab__title.active:hover {
  background: #373A41;
}
.interest__content .tabs__titles .tab__title:hover {
  background: #E4E7EC;
}
.interest__content .tabs .tab {
  display: none;
}
.interest__content .tabs .tab.active {
  display: block;
}
.interest__content .btn__still {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1087px) {
  .interest__content .btn__still svg {
    width: 20px;
    height: 20px;
  }
}
.interest__title {
  margin-bottom: 40px;
}
@media (max-width: 991.98px) {
  .interest__title {
    margin-bottom: 24px;
  }
}
.interest__list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  column-gap: 20px;
  row-gap: 22px;
  margin-bottom: 40px;
}
@media (max-width: 1300px) {
  .interest__list {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 1087px) {
  .interest__list {
    gap: 16px;
  }
}
@media (max-width: 650px) {
  .interest__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 550px) {
  .interest__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.interest__item {
  padding: 24px;
  position: relative;
  border: 1px solid #FFF;
  padding-bottom: 55px;
}
.interest__item:hover {
  border: 1px solid #E4E7EC;
  border-bottom: none;
}
.interest__item:hover .interest__item-favorit {
  display: block;
}
.interest__item:hover .interest__item-hover {
  opacity: 1;
}
@media (max-width: 1087px) {
  .interest__item:hover {
    border-bottom: 1px solid #E4E7EC;
  }
}
@media (max-width: 1300px) {
  .interest__item:nth-child(5n) {
    display: none;
  }
}
@media (max-width: 1087px) {
  .interest__item {
    padding: 12px;
    border: 1px solid #E4E7EC;
  }
}
.interest__item-top {
  margin-bottom: 16px;
  position: relative;
}
.interest__item-img {
  max-width: 224px;
  max-height: 224px;
  aspect-ratio: 1 / 1;
}
.interest__item-img img {
  width: 100%;
  height: auto;
  object-fit: contain;
  max-height: 220px;
}
.interest__item-tags {
  position: absolute;
  top: 0px;
  left: 0;
  display: flex;
  align-items: center;
  gap: 4px;
  flex-wrap: wrap;

}
@media (max-width: 1087px) {
  /* .interest__item-tags .tag:nth-child(2) {
    display: none;
  } */
  .interest__item-top {
    height: calc(100% - 177px);
  }
}
@media (max-width: 360px) {
  .interest__item-top {
    height: 130px;
    min-height: 130px;
  }
}
.interest__item-favorit {
  position: absolute;
  cursor: pointer;
  right: 0;
  top: 0;
  display: none;
}
.interest__item-favorit svg {
  fill: #E4E7EC;
  stroke: #E4E7EC;
  transition: all 0.2s ease-in-out;
}
.interest__item-favorit:hover svg {
  fill: #FFF;
  stroke: #900020;
  transition: all 0.2s ease-in-out;
}
.interest__item-favorit.active svg {
  fill: #900020;
  stroke: #900020;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 1087px) {
  .interest__item-favorit {
    display: block;
  }
}
.interest__item-bottom {
  position: relative;
  height: 134px;
}
@media (max-width: 1087px) {
  .interest__item-bottom {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 109px;
  }
}
.interest__item-name {
  font-size: 16px;
  line-height: 148%;
  margin-bottom: 16px;
  height: 70px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media (max-width: 1087px) {
  .interest__item-name {
    font-size: 12px;
    line-height: 130%;
  }
}
.interest__item-new {
  font-size: 24px;
  font-weight: 600;
  line-height: 124%;
}
@media (max-width: 1087px) {
  .interest__item-new {
    font-size: 20px;
  }
}
.interest__item-price-row {
  display: flex;
  align-items: center;
  gap: 8px;
}
.interest__item-sale {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  line-height: 130%;
  padding: 2px 4px;
  transform: skew(-20deg);
  background: #FFCC15;
}
.interest__item-sale .text {
  display: inline-block;
  transform: skew(20deg);
}
.interest__item-old {
  font-size: 16px;
  color: #90949A;
  line-height: 148%;
  text-decoration: line-through;
}
@media (max-width: 1087px) {
  .interest__item-old {
    font-size: 12px;
    line-height: 130%;
  }
}
.interest__item-hover {
  position: absolute;
  bottom: -40px;
  left: -1px;
  width: calc(100% + 2px);
  height: 114px;
  display: block;
  z-index: 2;
  border: 1px solid #E4E7EC;
  border-top: none;
  background: #FFF;
  opacity: 0;
  transition: all 0.2s;
}
@media (max-width: 1087px) {
  .interest__item-hover {
    position: relative;
    opacity: 1;
    border: none;
    width: 100%;
    left: 0;
    bottom: 0;
    margin-top: 8px;
    height: auto;
  }
}
@media (max-width: 400px) {
  /* .interest__item {
    height: 334px;
  }
  .interest__item-bottom {
    position: absolute;
    bottom: 60px;
    left: 12px;
    width: calc(100% - 24px);
  }
  .interest__item-hover {
    position: absolute;
    bottom: 12px;
    left: 12px;
    width: calc(100% - 24px);
  } */
}
.interest__item-cart {
  width: calc(100% - 48px);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  height: 48px;
  background: #900020;
  color: #FFF;
  font-size: 16px;
  font-weight: 600;
  line-height: 148%;
  margin: 0 24px;
  transition: all 0.3s ease-in-out;
}
.interest__item-cart.none {
  display: none;
}
.interest__item-cart:hover {
  background: #AC2C3C;
}
@media (max-width: 1087px) {
  .interest__item-cart {
    width: 100%;
    margin: 0;
    height: 40px;
    font-size: 14px;
    line-height: 132px;
  }
  .interest__item-cart svg {
    width: 20px;
    height: 20px;
  }
}
.interest__item-incart {
  width: calc(100% - 48px);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  height: 48px;
  background: #FFF;
  border: 1px solid #900020;
  font-size: 16px;
  font-weight: 600;
  line-height: 148%;
  color: #900020;
  margin: 0 24px;
}
.interest__item-incart.none {
  display: none;
}
@media (max-width: 1087px) {
  .interest__item-incart {
    width: 100%;
    margin: 0;
    height: 40px;
    font-size: 14px;
    line-height: 132px;
  }
  .interest__item-incart svg {
    width: 20px;
    height: 20px;
  }
}

.sale {
  margin-bottom: 96px;
}
@media (max-width: 991.98px) {
  .sale {
    margin-bottom: 40px;
  }
}
.sale__row-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}
@media (max-width: 991.98px) {
  .sale__row-title {
    margin-bottom: 24px;
  }
}
.sale__list {
  display: grid;
  grid-template-columns: 1fr 345px 345px;
  gap: 20px;
}
@media (max-width: 991.98px) {
  .sale__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
  }
}
@media (max-width: 550px) {
  .sale__list {
    overflow-x: auto;
    scrollbar-width: none;
    scrollbar-color: #FFF #FFF;
  }
  .sale__list::-webkit-scrollbar {
    width: 0px;
  }
  .sale__list::-webkit-scrollbar-track {
    background: #FFF;
  }
  .sale__list::-webkit-scrollbar-thumb {
    background-color: #FFF;
    border-radius: 10px;
  }
}
.sale__item {
  position: relative;
  max-height: 487px;
  overflow: hidden;
}
@media (max-width: 550px) {
  .sale__item {
    height: 249px;
    background: #900020;
    overflow: hidden;
    width: 176px;
  }
}
.sale__item-img img {
  width: auto;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .sale__item-img img {
    width: 100%;
    height: auto;
  }
}
.sale__item-img.mobile {
  display: none;
}
@media (max-width: 991.98px) {
  .sale__item-img.desctop {
    display: none;
  }
  .sale__item-img.mobile {
    display: block;
    min-width: 176px;
  }
}
/*@media (max-width: 550px) {
  .sale__item-img {
    margin-top: 60px;
  }
}*/
.sale__item-size {
  position: absolute;
  top: 0;
  left: 20px;
}
@media (max-width: 550px) {
  .sale__item-size {
    left: 10px;
  }
}
.sale__size-big {
  font-size: 121px;
  font-weight: 700;
  line-height: 112%;
  color: #FFF;
}
@media (max-width: 1300px) {
  .sale__size-big {
    font-size: 94px;
  }
}
@media (max-width: 991.98px) {
  .sale__size-big {
    font-size: 62px;
  }
}
.sale__size-text {
  position: absolute;
  top: 30px;
  left: 12px;
  font-weight: 700;
  line-height: 112%;
  font-size: 25px;
  color: #FFF;
}
@media (max-width: 1300px) {
  .sale__size-text {
    font-size: 20px;
    top: 25px;
    left: 10px;
  }
}
@media (max-width: 991.98px) {
  .sale__size-text {
    font-size: 13px;
    top: 17px;
    left: 6px;
  }
}
.sale__item-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 162px;
  background: linear-gradient(180deg, rgba(55, 58, 65, 0.00)0%, #373A41 100%);
}
@media (max-width: 991.98px) {
  .sale__item-bottom {
    height: 84px;
  }
}
.sale__item-date {
  position: absolute;
  left: 24px;
  bottom: 58px;
  font-size: 16px;
  font-weight: 400;
  line-height: 148%;
  color: #FFF;
}
@media (max-width: 1200px) {
  .sale__item-date {
    bottom: 34px;
    font-size: 10px;
    line-height: 130%;
    left: 12px;
  }
}
.sale__item-text {
  position: absolute;
  left: 24px;
  bottom: 24px;
  font-weight: 400;
  line-height: 148%;
  font-size: 24px;
  color: #FFF;
}
@media (max-width: 1200px) {
  .sale__item-text {
    bottom: 12px;
    font-size: 14px;
    line-height: 132%;
    font-weight: 600;
    left: 12px;
  }
}

.articles {
  margin-bottom: 112px;
}
@media (max-width: 991.98px) {
  .articles {
    margin-bottom: 40px;
  }
}
.articles__row-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}
@media (max-width: 991.98px) {
  .articles__row-title {
    margin-bottom: 24px;
  }
}
.articles__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media (max-width: 650px) {
  .articles__list {
    overflow-x: auto;
    scrollbar-width: none;
    scrollbar-color: #FFF #FFF;
  }
  .articles__list::-webkit-scrollbar {
    width: 0px;
  }
  .articles__list::-webkit-scrollbar-track {
    background: #FFF;
  }
  .articles__list::-webkit-scrollbar-thumb {
    background-color: #FFF;
    border-radius: 10px;
  }
}
.articles__item {
  min-width: 260px;
}
.articles__item-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 16 / 9;
}
.articles__item-bottom {
  height: 142px;
  background: #F6F7FA;
  padding: 24px;
  display: flex;
  align-items: flex-start;
  gap: 16px;
  flex-direction: column;
}
@media (max-width: 991.98px) {
  .articles__item-bottom {
    height: 131px;
    padding: 16px;
    justify-content: space-between;
  }
}
.articles__item-title {
  font-weight: 600;
  line-height: 124%;
  font-size: 24px;
}
@media (max-width: 991.98px) {
  .articles__item-title {
    font-size: 20px;
  }
}
.articles__item-date {
  color: #6D7176;
}
@media (max-width: 991.98px) {
  .articles__item-date {
    font-size: 12px;
  }
}

.partners {
  margin-bottom: 96px;
}
.partners__swiper {
  white-space: nowrap;
}
.partners__swiper .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}
.partners__swiper .swiper-slide {
  max-width: 223px;
  height: 128px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #E4E7EC;
  filter: grayscale(100%);
  transition: all 0.3s;
}
.partners__swiper .swiper-slide:hover {
  filter: grayscale(0%);
}

.catalog {
  margin-bottom: 80px;
}
.catalog__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 20px;
  row-gap: 40px;
}
@media (max-width: 1250px) {
  .catalog__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 650px) {
  .catalog__list {
    grid-template-columns: 1fr;
  }
}
.catalog__item {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.catalog__img {
  width: 100%;
  height: 240px;
  background: #F6F7FA;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1300px) {
  .catalog__img {
    height: 191px;
  }
  .catalog__img img {
    max-width: 200px;
    max-height: 150px;
    object-fit: cover;
  }
}
.catalog__block {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.catalog__title {
  font-size: 24px;
  font-weight: 600;
  line-height: 124%;
}
@media (max-width: 1087px) {
  .catalog__title {
    font-size: 20px;
  }
}
.catalog__category {
  font-size: 18px;
  font-weight: 600;
  line-height: 124%;
}
@media (max-width: 1087px) {
  .catalog__category {
    font-size: 16px;
  }
}
.catalog__subcategory {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 16px;
  line-height: 148%;
}
.catalog__link {
  color: #6D7176;
  font-size: 16px;
  line-height: 148%;
}
.catalog__all {
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  font-size: 16px;
  line-height: 148%;
  color: #900020;
}
.catalog__all svg {
  transition: all 0.3s;
  margin-left: 0;
}
.catalog__all:hover svg {
  margin-left: 4px;
}

.category {
  margin-bottom: 120px;
}
.category__content {
  margin-bottom: 40px;
}
.category__block {
  display: flex;
  align-items: center;
  gap: 16px;
  /* overflow-x: auto;
  scrollbar-width: none;
  scrollbar-color: #FFF #FFF; */
}
.category__block::-webkit-scrollbar {
  width: 0px;
}
.category__block::-webkit-scrollbar-track {
  background: #FFF;
}
.category__block::-webkit-scrollbar-thumb {
  background-color: #FFF;
  border-radius: 10px;
}
@media (max-width: 991.98px) {
  .category__block {
    gap: 8px;
  }
}
.category__block-item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 16px;
  background: #F6F7FA;
  width: 128px;
  min-width: 128px;
  height: 120px;
  position: relative;
}
@media (max-width: 991.98px) {
  .category__block-item {
    width: 104px;
    min-width: 104px;
    height: 92px;
    padding: 8px;
    gap: 4px;
  }
}
.category__block-item:hover {
  background: #FFF;
}
.category__block-item:hover::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #D4D7DC;
}
.category__block-item__img img {
  width: 100%;
  height: auto;
  object-fit: cover;
  max-height: 50px;
}
.category__block-item__text {
  text-align: center;
}
@media (max-width: 991.98px) {
  .category__block-item__text {
    font-size: 12px;
  }
}
.category__row {
  display: flex;
  align-items: flex-start;
	gap: 44px;
}

@media (max-width: 420px) {
  .category__row {
    justify-content: center;
  }
}


.category__filter {
  width: 321px;
  min-width: 321px;
  background: #FFF;
}
@media (max-width: 1250px) {
  .category__row {
    gap: 0;
  }
  .category__filter {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 200;
    padding: 0 24px 24px;
    overflow-y: auto;
    display: none;
  }
  .category__filter.active {
    display: block;
    padding-bottom: 70px;
  }
  .category__filter .category__filter-number {
    display: none;
  }
  .category__filter .category__filter-mobile {
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 56px;
    width: 100%;
  }
  .category__filter .category__filter-mobile .title {
    font-size: 20px;
    font-weight: 600;
    line-height: 124%;
  }
  .category__filter .category__filter-mobile .close {
    position: absolute;
    top: 14px;
    right: 24px;
    cursor: pointer;
  }
}
.category__filter-mobile {
  display: none;
}
.category__filter-list .accordion__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.category__filter-list .accordion__item .accordion__item-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 148%;
}
.category__filter-list .accordion__item.accordion__item-show svg {
  transform: rotate(0deg);
  transition: all 0.3s;
}
.category__filter-list .accordion__item:not(.accordion__item-show) {
  margin-bottom: 24px;
}
.category__filter-list .accordion__item:not(.accordion__item-show) svg {
  transform: rotate(180deg);
  transition: all 0.3s;
}
.category__filter-list .accordion__item + .accordion__list {
  max-height: 0;
  transition: all 0.5s;
  overflow: hidden;
}
.category__filter-list .accordion__item.accordion__item-show + .accordion__list {
  overflow: hidden;
  max-height: 500px;
  transition: all 0.5s;
  margin-bottom: 24px;
  margin-top: 20px;
}
.category__filter-list .accordion__item + .slider__filter {
  max-height: 0;
  transition: all 0.5s;
  overflow: hidden;
}
.category__filter-list .accordion__item.accordion__item-show + .slider__filter {
  overflow: hidden;
  max-height: 300px;
  transition: all 0.5s;
  margin-bottom: 24px;
  margin-top: 20px;
}
.category__filter-number {
  font-size: 18px;
  font-weight: 600;
  line-height: 124%;
  margin-bottom: 24px;
}
.category__filter-number span {
  font-weight: 400;
  color: #90949A;
}
.category__menu-listing .switch__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  font-weight: 600;
  line-height: 148%;
}
.category__menu-listing .switch__row .switch__btn {
  display: inline-block;
  width: 40px;
  height: 20px;
  border-radius: 50px;
  background: #D4D7DC;
  z-index: 0;
  margin: 0;
  padding: 0;
  border: none;
  cursor: pointer;
  position: relative;
  transition-duration: 300ms;
}
.category__menu-listing .switch__row .switch__btn:hover {
  background: #B6BAC0;
}
.category__menu-listing .switch__row .switch__btn::after {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #FFF;
  position: absolute;
  top: 2px;
  left: 2px;
  z-index: 1;
  transition-duration: 300ms;
}
.category__menu-listing .switch__row .switch-on {
  background: #900020;
}
.category__menu-listing .switch__row .switch-on:hover {
  background: #900020;
}
.category__menu-listing .switch__row .switch-on::after {
  left: 22px;
}
.category__menu-listing .double_range_slider_box {
  position: relative;
  width: 100%;
  height: 84px;
  background: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
}
.category__menu-listing .double_range_slider_box .value__row {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 650px) {
  .category__menu-listing .double_range_slider_box .value__row {
    gap: 8px;
  }
}
.category__menu-listing .double_range_slider_box .value__row .minvalue,
.category__menu-listing .double_range_slider_box .value__row .maxvalue {
  width: 156px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 650px) {
  .category__menu-listing .double_range_slider_box .value__row .minvalue,
  .category__menu-listing .double_range_slider_box .value__row .maxvalue {
    width: 160px;
    height: 40px;
  }
}
.category__menu-listing .double_range_slider_box .value__row .minvalue input,
.category__menu-listing .double_range_slider_box .value__row .maxvalue input {
  width: 100%;
  height: 100%;
  border: 1px solid #D4D7DC;
  background: #FFF;
  padding: 11px 16px;
  font-size: 16px;
  line-height: 148%;
  color: #373A41;
  transition: all 0.3s ease-in-out;
}
.category__menu-listing .double_range_slider_box .value__row .minvalue input:focus,
.category__menu-listing .double_range_slider_box .value__row .maxvalue input:focus {
  border-color: #90949A;
}
.category__menu-listing .double_range_slider_box .double_range_slider {
  width: 100%;
  height: 2px;
  position: relative;
  background-color: #D4D7DC;
  border-radius: 20px;
  margin-top: 70px;
}
.category__menu-listing .double_range_slider_box .double_range_slider .range_track {
  height: 100%;
  position: absolute;
  border-radius: 4px;
  background-color: #900020;
}
.category__menu-listing .double_range_slider_box .double_range_slider input {
  position: absolute;
  width: 100%;
  height: 5px;
  background: none;
  pointer-events: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  top: 50%;
  transform: translateY(-50%);
}
.category__menu-listing .double_range_slider_box .double_range_slider input::-webkit-slider-thumb {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  border: 2px solid #900020;
  background-color: #900020;
  pointer-events: auto;
  -webkit-appearance: none;
  cursor: pointer;
  margin-bottom: 1px;
}
.category__menu-listing .double_range_slider_box .double_range_slider input::-moz-range-thumb {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  border: 2px solid #900020;
  background-color: #900020;
  pointer-events: auto;
  -webkit-appearance: none;
  cursor: pointer;
  margin-bottom: 1px;
}
.category__menu-listing .accordion__list > *:not(:last-child) {
  margin-bottom: 16px;
}
.category__menu-listing .checkbox__item .checkbox__input {
  display: none;
}
.category__menu-listing .checkbox__item .checkbox__input:checked + .checkbox__label::after {
  transform: translateY(0%) scale(1);
}
.category__menu-listing .checkbox__item .checkbox__label {
  cursor: pointer;
  font-size: 16px;
  line-height: 148%;
  display: flex;
  align-items: center;
  position: relative;
}
.category__menu-listing .checkbox__item .checkbox__label::before {
  content: "";
  flex: 0 0 24px;
  height: 24px;
  background-color: transparent;
  border: 2px solid #D4D7DC;
  margin-right: 12px;
  transition: all 0.3s ease-in-out;
}
.category__menu-listing .checkbox__item .checkbox__label::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  transform: translateY(-50%) scale(0);
  background-image: url("/img/checkbox-ok.svg");
}
.category__menu-listing .checkbox__item .checkbox__label:hover::before {
  border-color: #900020;
}
.category__menu-listing .radio__item .radio__input {
  display: none;
}
.category__menu-listing .radio__item .radio__input:checked + .radio__label::before {
  border-color: #900020;
}
.category__menu-listing .radio__item .radio__input:checked + .radio__label::after {
  background: #900020;
}
.category__menu-listing .radio__item .radio__label {
  cursor: pointer;
  font-size: 16px;
  line-height: 148%;
  display: flex;
  align-items: center;
  position: relative;
}
.category__menu-listing .radio__item .radio__label::before {
  content: "";
  flex: 0 0 24px;
  height: 24px;
  background-color: transparent;
  border: 2px solid #D4D7DC;
  margin-right: 12px;
  border-radius: 50%;
}
.category__menu-listing .radio__item .radio__label::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #FFF;
}
.category__menu-listing .radio__item .radio__label:hover::after {
  background: #D4D7DC;
}
.category__menu-listing .accordion__list-btn {
  display: flex;
  align-items: center;
  gap: 4px;
  background: #FFF;
  text-decoration: none;
  color: #900020;
}
.category__menu-listing .accordion__list-btn svg {
  margin-left: 0;
  transition: all 0.2s ease-in-out;
}
.category__menu-listing .accordion__list-btn:hover svg {
  margin-left: 4px;
}
.category__filter-clear {
  width: 100%;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  background: #F6F7FA;
  font-size: 16px;
  font-weight: 600;
  line-height: 148%;
  margin-bottom: 20px;
}
.category__filter-select .btn {
  width: 100%;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1250px) {
  .category__filter-select {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80px;
    background: #FFF;
    z-index: 10;
    padding: 0 34px;
    padding: 10px 34px 0;
  }
  .category__filter-select .btn {
    /* width: calc(100% - 68px);
    
    bottom: 10px;
    left: 34px;
    right: 30px;
    z-index: 10; */
  }
}


.category__list-filter__row {
  display: flex;
  align-items: center;
  gap: 8px;
  scrollbar-width: none;
  scrollbar-color: #FFF #FFF;
}
.category__list-filter__row::-webkit-scrollbar {
  width: 0px;
}
.category__list-filter__row::-webkit-scrollbar-track {
  background: #FFF;
}
.category__list-filter__row::-webkit-scrollbar-thumb {
  background-color: #FFF;
  border-radius: 10px;
}
@media (max-width: 1250px) {
  .category__list-filter__row.desctop {
    display: none;
  }
}
.category__list-filter__row.mobile {
  display: none;
}
@media (max-width: 1250px) {
  .category__list-filter__row.mobile {
    display: flex;
    margin-top: 24px;
    overflow-x: auto;
  }
}
.category__list-filter__all {
  width: auto;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 14px 0 16px;
  background: #900020;
  transition: all 0.3s ease-in-out;
  color: #FFF;
  cursor: pointer;
  margin-bottom: 24px;
  flex-wrap: nowrap;
  white-space: nowrap;
}
.category__list-filter__all:hover {
  background: #AC2C3C;
}
.category__list-filter__all.none {
  display: none;
  margin-bottom: 0;
}
.category__list-filter__active {
  width: auto;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 14px 0 16px;
  color: #6D7176;
  background: #F6F7FA;
  gap: 4px;
  cursor: pointer;
  margin-bottom: 24px;
  flex-wrap: nowrap;
  white-space: nowrap;
}
.category__list-filter__active span {
  color: #373A41;
}
.category__list-filter__active svg {
  margin-left: 4px;
  stroke: #90949A;
  transition: all 0.3s ease-in-out;
}
.category__list-filter__active.none {
  display: none;
}
.category__list-filter__active:hover svg {
  stroke: #373A41;
}
.category__list-filter {
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  gap: 16px;
}
@media (max-width: 1250px) {
  .category__list-filter {
    display: none;
  }
}
.category__list-filter__item {
  font-size: 16px;
  font-weight: 400;
  line-height: 148%;
  color: #6D7176;
  cursor: pointer;
  transition: all 0.3s;
}
.category__list-filter__item.active {
  font-weight: 600;
  color: #373A41;
}
.category__list-filter__item:hover {
  color: #373A41;
}
.category__list-rowMobile {
  display: none;
}
@media (max-width: 1250px) {
  .category__list-rowMobile {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    margin-top: 20px;
  }
  .category__list-rowMobile .category__list-sorting {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
  }
  .category__list-rowMobile .category__list-filter__mobile {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
  }
}
.category__list-items {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
	margin-bottom: 40px;
  }
  @media (max-width: 1600px) {
	  .category__list-items {
		grid-template-columns: repeat(3, 1fr);
	  }
	}
  @media (max-width: 1250px) {
    .category__list-items {
      grid-template-columns: repeat(4, 1fr);
    }
  }
	@media (max-width: 750px) {
	  .category__list-items {
		grid-template-columns: repeat(3, 1fr);
	  }
	}
	@media (max-width: 560px) {
	  .category__list-items {
		grid-template-columns: repeat(2, 1fr);
		gap: 16px;
	  }
	}



.stock__sale .category__list-items {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  margin-bottom: 40px;
}
@media (max-width: 1250px) {
	.stock__sale .category__list-items {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media (max-width: 750px) {
	.stock__sale .category__list-items {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media (max-width: 560px) {
	.stock__sale .category__list-items {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}



.category__list-all {
  margin-bottom: 56px;
  display: flex;
  justify-content: center;
}
@media (max-width: 991.98px) {
  .category__list-all {
    margin-bottom: 24px;
  }
}
.category__list-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-bottom: 120px;
}
@media (max-width: 991.98px) {
  .category__list-pagination {
    margin-bottom: 80px;
    flex-wrap: wrap;
  }
}
.category__list-back {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.category__list-back svg {
  stroke: #90949A;
}
.category__list-back.disabled svg {
  stroke: #D4D7DC;
}
.category__list-next {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.category__list-next svg {
  stroke: #90949A;
}
.category__list-next.disabled svg {
  stroke: #D4D7DC;
}
.category__list-number {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFF;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  font-size: 16px;
  line-height: 148%;
}
.category__list-number:hover {
  background: #F6F7FA;
}
.category__list-number.active {
  color: #900020;
}

.card__item {
  max-width: 345px;
  padding: 24px;
  border: 1px solid #E4E7EC;
  position: relative;
}
@media (max-width: 1470px) {
  .card__item {
    max-width: 275px;
    width: 100% !important;
  }
}
@media (max-width: 1200px) {
  .card__item {
    max-width: 245px;
  }
}
@media (max-width: 1087px) {
  .card__item {
    padding: 12px;
    max-width: 225px;
  }
}
@media (max-width: 991.98px) {
  .card__item {
    max-width: 185px;
  }
}
@media (max-width: 830px) {
  .card__item {
    max-width: 165px;
  }
}
@media (max-width: 380px) {
  .card__item {
    max-width: 159px;
  }
}
.card__item:hover .card__item-favorit {
  display: block;
}
.card__swiper .swiper-slide {
  width: 100%;
  height: 280px;
}
@media (max-width: 1470px) {
  .card__swiper .swiper-slide {
    height: 214px;
  }
}
@media (max-width: 1200px) {
  .card__swiper .swiper-slide {
    height: 200px;
  }
}
@media (max-width: 1087px) {
  .card__swiper .swiper-slide {
    height: 190px;
  }
}
@media (max-width: 991.98px) {
  .card__swiper .swiper-slide {
    height: 170px;
  }
}
@media (max-width: 830px) {
  .card__swiper .swiper-slide {
    height: 135px;
  }
}
.card__swiper .swiper-slide img {
  width: 100%;
  height: auto;
  object-fit: contain;
  max-height: 100%;
  max-width: 100%;
}
.card__swiper .swiper-card-pagination {
  text-align: center;
  position: relative;
  z-index: 2;
  margin-top: -24px;
  margin-bottom: 16px;
}
.card__swiper .swiper-card-pagination .swiper-pagination-bullet {
  opacity: 1;
  width: 6px;
  height: 6px;
  background: rgba(109, 113, 118, 0.24);
  margin: 0 6px;
}
.card__swiper .swiper-card-pagination .swiper-pagination-bullet-active {
  background: #6D7176;
}
.card__item-tags {
  position: absolute;
  top: 0px;
  left: 3px;
  z-index: 2;
}
@media (max-width: 1087px) {
  .card__item-tags .tag:nth-child(2) {
    display: none;
  }
}
.card__item-favorit {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 20;
  cursor: pointer;
  display: none;
}
.card__item-favorit svg {
  fill: #E4E7EC;
  stroke: #E4E7EC;
  transition: all 0.2s ease-in-out;
}
.card__item-favorit.active svg {
  fill: #900020;
  stroke: #900020;
}
.card__item-favorit:hover svg {
  fill: #FFF;
  stroke: #900020;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 1087px) {
  .card__item-favorit svg {
    stroke: #E4E7EC;
    fill: #E4E7EC;
  }
}
.card__small-swiper {
  margin-bottom: 16px;
}
.card__small-swiper .swiper-slide {
  width: 36px;
  max-width: 36px;
  height: 28px;
  max-height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.card__small-swiper .swiper-slide::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #F6F7FA;
}
.card__small-swiper .swiper-slide img {
  width: 28px;
  height: 26px;
  object-fit: cover;
}
.card__small-swiper .swiper-slide-thumb-active::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #90949A;
}
.card__item-title {
  font-size: 16px;
  line-height: 148%;
  margin-bottom: 16px;
}

.card__item-feedback__block {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
  margin-top: 16px;
}
.card__item-stars {
  display: flex;
  align-items: center;
  gap: 4px;
}
@media (max-width: 650px) {
  .card__item-stars {
    font-size: 12px;
  }
}
.card__item-feedback {
  display: flex;
  align-items: center;
  gap: 6px;
}
@media (max-width: 650px) {
  .card__item-feedback {
    font-size: 12px;
  }
}
.card__item-block__info {
  margin-bottom: 24px;
}
.card__item-block__info > *:not(:last-child) {
  margin-bottom: 8px;
}
@media (max-width: 1087px) {
  .card__item-block__info {
    display: none;
  }
}
.card__item-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.card__item-info__left {
  max-width: 199px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #90949A;
}
.card__item-info__right {
  white-space: nowrap;
}
.card__item-price__block {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1087px) {
  .card__item-price__block {
    flex-direction: column;
    align-items: flex-start;
  }
}
.card__item-price__row {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 4px;
}
.card__item-sale {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  line-height: 130%;
  padding: 2px 4px;
  transform: skew(-20deg);
  background: #FFCC15;
}
.card__item-sale .text {
  display: inline-block;
  transform: skew(20deg);
}
.card__item-old {
  color: #90949A;
  text-decoration: line-through;
  white-space: nowrap;
}
@media (max-width: 991.98px) {
  .card__item-old {
    font-size: 12px;
  }
}
.card__item-new {
  font-size: 24px;
  font-weight: 600;
  line-height: 124%;
}
@media (max-width: 991.98px) {
  .card__item-new {
    font-size: 20px;
  }
}
.card__item-cart {
  width: 72px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #900020;
  transition: all 0.3s ease-in-out;
}
.card__item-cart .text {
  display: none;
}
@media (max-width: 1087px) {
  .card__item-cart .text {
    display: block;
    font-size: 14px;
  }
}
.card__item-cart:hover {
  background: #AC2C3C;
}
.card__item-cart.none {
  display: none;
}

@media (max-width: 1470px) {

  .card__item-price__block .add_one_click {
    width: 131px; !important;
  }
  .card__item-price__block .add_one_click svg{
    display: none;
  }

}

@media (max-width: 1087px) {
  .card__item-cart {
    width: 100%;
    height: 40px;
    gap: 8px;
    margin-top: 8px;
    color: #FFF;
    font-weight: 600;
  }
  
  .card__item-price__block .add_one_click {
	  margin-top: 10px !important;
	  width: 100% !important;
	}
  .card__item-price__block .add_one_click svg{
    display: none;
  }
  
}


.card__item-incart {
  width: 72px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFF;
  border: 1px solid #900020;
}
.card__item-incart.none {
  display: none;
}
.card__item-incart .text {
  display: none;
}
@media (max-width: 1087px) {
  .card__item-incart .text {
    display: block;
    font-size: 14px;
    font-weight: 600;
    line-height: 132%;
    color: #900020;
  }
}
@media (max-width: 1087px) {
  .card__item-incart {
    width: 100%;
    height: 40px;
    gap: 8px;
    margin-top: 8px;
  }
}

.card__buy {
  margin-bottom: 16px;
}
@media (max-width: 1087px) {
  .card__buy {
    margin-bottom: 40px;
  }
}
.card__buy h2 {
  margin-bottom: 40px;
}
@media (max-width: 1087px) {
  .card__buy h2 {
    margin-bottom: 24px;
  }
}
.card__buy-row {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  overflow-x: auto;
  scrollbar-width: none;
  scrollbar-color: #FFF #FFF;
}
.card__buy-row::-webkit-scrollbar {
  width: 0px;
}
.card__buy-row::-webkit-scrollbar-track {
  background: #FFF;
}
.card__buy-row::-webkit-scrollbar-thumb {
  background-color: #FFF;
  border-radius: 10px;
}
.card__buy-item {
  padding: 24px;
  position: relative;
}
@media (min-width: 1088px) {
  .card__buy-item {
    border: 1px solid #FFF;
  }
  .card__buy-item:hover {
    border-color: #E4E7EC;
  }
  .card__buy-item:hover .card__buy-favorite {
    display: block;
  }
  .card__buy-item:hover .card__buy-hover {
    opacity: 1;
  }
}
@media (max-width: 1087px) {
  .card__buy-item {
    padding: 16px;
    border: 1px solid #E4E7EC;
    width: 180px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
  }
  .card__buy-item .card__buy-bottom {
    width: 100%;
  }
}
.card__buy-img {
  width: 224px;
  height: 224px;
  margin-bottom: 16px;
}
@media (max-width: 1087px) {
  .card__buy-img {
    width: 100%;
    height: auto;
    margin-bottom: 8px;
  }
}
.card__buy-img img {
  width: 100%;
  height: auto;
  object-fit: contain;
  aspect-ratio: 1 / 1;
}
.card__buy-favorite {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
}
.card__buy-favorite svg {
  fill: #E4E7EC;
  stroke: #E4E7EC;
  transition: all 0.2s ease-in-out;
}
.card__buy-favorite:hover svg {
  fill: #FFF;
  stroke: #900020;
  transition: all 0.2s ease-in-out;
}
.card__buy-favorite.active svg {
  fill: #900020;
  stroke: #900020;
}
@media (max-width: 1087px) {
  .card__buy-favorite {
    display: block;
  }
}
.card__buy-title {
  font-size: 16px;
  line-height: 148%;
  margin-bottom: 16px;
  height: 70px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media (max-width: 1087px) {
  .card__buy-title {
    font-size: 12px;
  }
}
.card__buy-price__row {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 6px;
}
.card__buy-sale {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  line-height: 130%;
  padding: 2px 4px;
  transform: skew(-20deg);
  background: #FFCC15;
}
.card__buy-sale .text {
  display: inline-block;
  transform: skew(20deg);
}
.card__buy-old {
  font-size: 16px;
  line-height: 148%;
  color: #90949A;
  text-decoration: line-through;
}
.card__buy-new {
  font-size: 24px;
  font-weight: 600;
  line-height: 124%;
}
.card__buy-hover {
  margin-top: 14px;
  opacity: 0;
}
@media (max-width: 1087px) {
  .card__buy-hover {
    opacity: 1;
    margin-top: 0;
    width: 100%;
  }
}
.card__buy-hover .card__buy-cart {
  display: flex;
  position: relative;
}
.card__buy-hover .card__buy-cart.none {
  display: none;
}
.card__buy-hover .card__buy-cart .btn {
  width: 100%;
  height: 40px;
  font-size: 14px;
  gap: 8px;
}
@media (max-width: 1087px) {
  .card__buy-hover .card__buy-cart {
    display: flex;
    margin-top: 8px;
  }
}
.card__buy-hover .card__buy-incart {
  display: flex;
}
.card__buy-hover .card__buy-incart.none {
  display: none;
}
.card__buy-hover .card__buy-incart .btn__red {
  width: 100%;
  height: 40px;
  font-size: 14px;
  gap: 8px;
}
@media (max-width: 1087px) {
  .card__buy-hover .card__buy-incart {
    margin-top: 8px;
  }
}

.card__watched {
  margin-bottom: 80px;
}
@media (max-width: 1087px) {
  .card__watched {
    margin-bottom: 80px;
  }
}
.card__watched h2 {
  margin-bottom: 40px;
}
@media (max-width: 1087px) {
  .card__watched h2 {
    margin-bottom: 24px;
  }
}
.card__watched .card__watched-row {
  /* display: grid;
  grid-template-columns: repeat(5, 1fr); */
  display: flex;
  gap: 20px;
  overflow-x: auto;
  scrollbar-width: none;
  scrollbar-color: #FFF #FFF;
}

@media (max-width: 750px) {
  .card__swiper .swiper-slide img {
    max-height: 135px
  }
}

.card__watched .card__watched-row .card__buy-item {
  width: 437px;
}
@media (max-width: 1087px) {
  .card__watched .card__watched-row .card__buy-item {
    width: 180px;
    min-width: 180px;
  }
}
.card__watched .card__watched-row .card__buy-favorite {
  top: 16px;
  right: 16px;
}
.card__watched .card__watched-row::-webkit-scrollbar {
  width: 0px;
}
.card__watched .card__watched-row::-webkit-scrollbar-track {
  background: #FFF;
}
.card__watched .card__watched-row::-webkit-scrollbar-thumb {
  background-color: #FFF;
  border-radius: 10px;
}

.card__similar {
  margin-bottom: 16px;
}
@media (max-width: 1087px) {
  .card__similar {
    margin-bottom: 80px;
  }
}
.card__similar h2 {
  margin-bottom: 40px;
}
@media (max-width: 1087px) {
  .card__similar h2 {
    margin-bottom: 24px;
  }
}
.card__similar .card__similar-row {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  overflow-x: auto;
  scrollbar-width: none;
  scrollbar-color: #FFF #FFF;
}
.card__similar .card__similar-row::-webkit-scrollbar {
  width: 0px;
}
.card__similar .card__similar-row::-webkit-scrollbar-track {
  background: #FFF;
}
.card__similar .card__similar-row::-webkit-scrollbar-thumb {
  background-color: #FFF;
  border-radius: 10px;
}

.card__document {
  margin-bottom: 56px;
}
@media (max-width: 1087px) {
  .card__document {
    margin-bottom: 40px;
  }
}
.card__document h2 {
  margin-bottom: 40px;
}
@media (max-width: 1087px) {
  .card__document h2 {
    margin-bottom: 24px;
  }
}
.card__document-row {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 650px) {
  .card__document-row {
    flex-direction: column;
    gap: 8px;
  }
}
.card__document-item {
  padding: 24px;
  background: #F6F7FA;
  display: flex;
  align-items: center;
  gap: 16px;
  width: 345px;
}
@media (max-width: 1087px) {
  .card__document-item {
    padding: 16px;
    width: 100%;
  }
}
.card__document-item:hover .card__document-img svg {
  fill: #E5252A;
}
.card__document-img svg {
  fill: #90949A;
}
.card__document-text {
  font-size: 16px;
  line-height: 148%;
}
@media (max-width: 1087px) {
  .card__document-text {
    font-size: 14px;
  }
}
.card__document-info {
  line-height: 140%;
  color: #90949A;
}
@media (max-width: 1087px) {
  .card__document-info {
    font-size: 12px;
  }
}

.cardimage {
  position: sticky;
  top: 140px;
  margin-bottom: 56px;
}

@media (max-width: 1150px) {
  .cardimage {
    margin-bottom: 0;
    top: 0;
    position: relative;
  }
}

.cardimage__content {
  display: flex;
  align-items: flex-start;
  gap: 49px;
  margin-bottom: 24px;
}
@media (max-width: 750px) {
  .cardimage {
    margin-bottom: 0;
  }
}
@media (max-width: 550px) {
  .cardimage__content {
    gap: 0;
    margin-bottom: 0;
  }
  .cardimage {
    margin-top: 20px;
  }
}
.cardimage__swiper-column {
  width: 64px;
}
.cardimage__swiper-column .swiper-cardimage-small-prev,
.cardimage__swiper-column .swiper-cardimage-small-next {
  text-align: center;
  cursor: pointer;
}
.cardimage__swiper-column .swiper-cardimage-small-prev svg,
.cardimage__swiper-column .swiper-cardimage-small-next svg {
  stroke: #373A41;
}
.cardimage__swiper-column .swiper-cardimage-small-prev.swiper-button-disabled svg,
.cardimage__swiper-column .swiper-cardimage-small-next.swiper-button-disabled svg {
  stroke: #90949A;
}
@media (max-width: 991.98px) {
  .cardimage__swiper-column {
    display: none;
  }
}
.cardimage__swiper-small {
  height: 332px;
  overflow: hidden;
}
.cardimage__swiper-small .swiper-slide {
  height: 60px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
}
.cardimage__swiper-small .swiper-slide img {
  width: auto;
  height: auto;
  max-height: 60px;
  object-fit: cover;
}
.cardimage__swiper-small .swiper-slide:hover::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #E4E7EC;
}
.cardimage__swiper-small .swiper-slide.swiper-slide-thumb-active::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #D4D7DC;
}
.cardimage__swiper {
  max-width: 660px;
  overflow: hidden;
}
.cardimage__swiper .swiper-slide {
  width: 660px;
  height: 624px;
  display: flex;
  align-items: center;
  justify-content: center;

}
@media (max-width: 1350px) {
  .cardimage__swiper .swiper-slide {
    width: 480px;
    height: 454px;
  }
}
@media (max-width: 991.98px) {
  .cardimage__swiper .swiper-slide {
    width: 100%;
    height: 512px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 750px) {
  .cardimage__swiper .swiper-slide {
    height: auto;
    width: 500px;
  }
}
@media (max-width: 550px) {
  .cardimage__swiper .swiper-slide {
    width: 328px;
  }
}
.cardimage__swiper .swiper-slide img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
@media (max-width: 1350px) {
  .cardimage__swiper {
    max-width: 480px;
  }
}
@media (max-width: 991.98px) {
  .cardimage__swiper {
    max-width: 720px;
  }
}
@media (max-width: 750px) {
  .cardimage__swiper {
    max-width: 500px;
  }
}
@media (max-width: 550px) {
  .cardimage__swiper {
    max-width: 328px;
  }
}
@media (max-width: 991.98px) {
  .cardimage .cardimage__feedback {
    display: none;
  }
}
.cardimage__feedback-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 148%;
  margin-bottom: 16px;
}
.cardimage__feedback-row {
  display: flex;
  align-items: center;
  gap: 8px;
}
.cardimage__feedback-item {
  position: relative;
}
.cardimage__feedback-item .cardimage__feedback-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.32);
}
.cardimage__feedback-item span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 16px;
  font-weight: 600;
  line-height: 148%;
  color: #FFF;
}
@media (max-width: 1350px) {
  .cardimage__feedback-item:nth-child(7) {
    display: none;
  }
  .cardimage__feedback-item:nth-child(8) {
    display: none;
  }
}

.cardinfo {
  margin-bottom: 56px;
  width: 467px;
  min-width: 467px;
}
@media (max-width: 991.98px) {
  .cardinfo {
    width: 100%;
    min-width: auto;
    margin-bottom: 0px;
  }
}
.cardinfo__tags {
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  gap: 12px;
  position: relative;
}
.cardinfo__tags .cardinfo__tags-open {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  position: absolute;
  bottom: 26px;
  left: -20px;
  padding: 12px;
  width: 296px;
  height: 64px;
  background: #FFF;
  box-shadow: 0px 4px 24px 0px rgba(30, 33, 40, 0.08);
  z-index: 10;
}
@media (max-width: 1150px) {
  .cardinfo__tags .cardinfo__tags-open {
    left: 0;
  }
}
@media (max-width: 750px) {
  .cardinfo__tags .cardinfo__tags-open {
    display: none;
  }
}
.cardinfo__tags .cardinfo__tags-open::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  height: 10px;
  width: 12px;
  background-image: url("/img/cardinfo-tags-open.svg");
}
@media (max-width: 1150px) {
  .cardinfo__tags .cardinfo__tags-open::after {
    left: 46%;
  }
}
@media (max-width: 750px) {
  .cardinfo__tags .cardinfo__tags-open::after {
    display: none;
  }
}
.cardinfo__tags .cardinfo__tags-open .cardinfo__tags-text {
  line-height: 140%;
}
.cardinfo__tags .cardinfo__tags-open.none {
  display: none;
}
.cardinfo__tags .cardinfo__tags-open .cardinfo__tags-close {
  cursor: pointer;
}
.cardinfo__tags .cardinfo__tags-wrapper {
  position: fixed;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1000;
  display: none;
}
.cardinfo__tags .cardinfo__tags-wrapper.active {
  display: block;
}
.cardinfo__tags .cardinfo__tags-wrapper .cardinfo__tags-modal {
  height: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 101;
  background: #FFF;
  padding: 16px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.cardinfo__tags .cardinfo__tags-wrapper .cardinfo__tags-modal .cardinfo__tags-close {
  position: relative;
  z-index: 110;
  cursor: pointer;
}
.cardinfo__tags-info {
  cursor: pointer;
  margin-bottom: -4px;
}
.cardinfo__price {
  margin-bottom: 24px;
}
@media (max-width: 991.98px) {
  .cardinfo__price {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: flex-end;
    gap: 12px;
  }
}
.cardinfo__price.module {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media (max-width: 991.98px) {
  .cardinfo__price.module {
    flex-direction: row;
    justify-content: flex-start;
  }
}
.cardinfo__price.module .cardinfo__price-module {
  font-size: 12px;
  line-height: 130%;
  color: #6D7176;
}
.cardinfo__price-row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 2px;
}
.cardinfo__price-sale {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  line-height: 130%;
  padding: 2px 4px;
  transform: skew(-20deg);
  background: #FFCC15;
}
.cardinfo__price-sale .text {
  display: inline-block;
  transform: skew(20deg);
}
.cardinfo__price-old {
  color: #90949A;
  text-decoration: line-through;
  font-size: 18px;
  line-height: 124%;
}
@media (max-width: 991.98px) {
  .cardinfo__price-old {
    font-size: 14px;
  }
  .cardinfo__price-old.mobile__none {
    display: none;
  }
}
.cardinfo__price-new {
  font-size: 32px;
  font-weight: 600;
  line-height: 112%;
}
@media (max-width: 991.98px) {
  .cardinfo__price-new {
    font-size: 24px;
  }
  .cardinfo__price-new.mobile__none {
    display: none;
  }
}
.cardinfo__price-btn {
  margin-bottom: 48px;
}
@media (max-width: 991.98px) {
  .cardinfo__price-btn {
    margin-bottom: 0;
  }
}
@media (max-width: 991.98px) {
  .cardinfo__price-btn.desctop {
    display: none;
  }
}
.cardinfo__price-cart {
  width: 258px;
  height: 56px;
}
@media (max-width: 991.98px) {
  .cardinfo__price-cart {
    height: 40px;
    font-size: 14px;
  }
}
.cardinfo__price-cart.none {
  display: none;
}
.cardinfo__price-incart {
  width: 258px;
  height: 56px;
  background: #FFF;
  color: #900020;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border: 1px solid #900020;
  font-size: 16px;
  font-weight: 600;
  line-height: 148%;
}
.cardinfo__price-incart.none {
  display: none;
}
.cardinfo__color {
  margin-bottom: 24px;
}
.cardinfo__color-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 148%;
  margin-bottom: 16px;
}
.cardinfo__color-row {
  display: flex;
  align-items: center;
  gap: 4px;
}
.cardinfo__color-img {
  width: 48px;
  height: 48px;
  padding: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #F6F7FA;
  cursor: pointer;
}
.cardinfo__color-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cardinfo__color-img.active {
  border-color: #D4D7DC;
}
.cardinfo__color-number {
  width: 48px;
  height: 48px;
  padding: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #F6F7FA;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  line-height: 148%;
}
.cardinfo__specifications {
  margin-bottom: 24px;
}
.cardinfo__specifications-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 148%;
  margin-bottom: 16px;
}
.cardinfo__specifications-list {
  margin-bottom: 16px;
}
.cardinfo__specifications-list > *:not(:last-child) {
  margin-bottom: 8px;
}
.cardinfo__specifications-item {
  font-size: 16px;
  font-weight: 400;
  line-height: 148%;
  color: #6D7176;
}
.cardinfo__specifications-item span {
  color: #373A41;
}
@media (max-width: 991.98px) {
  .cardinfo__specifications-item {
    font-size: 14px;
  }
}
.cardinfo__specifications-button {
  background: #FFF;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 400;
  line-height: 148%;
  color: #900020;
}
.cardinfo__specifications-button svg {
  margin-left: 0;
  transition: all 0.2s ease-in-out;
}
.cardinfo__specifications-button:hover svg {
  margin-left: 4px;
}
.cardinfo__services {
  margin-bottom: 40px;
}
.cardinfo__services > *:not(:last-child) {
  margin-bottom: 8px;
}
.cardinfo__services.module {
  margin-bottom: 24px;
}
.cardinfo__services-item {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 24px;
  border: 1px solid #E4E7EC;
}
@media (max-width: 991.98px) {
  .cardinfo__services-item {
    padding: 16px;
  }
}
.cardinfo__services-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 148%;
}
.cardinfo__services-text span {
  font-weight: 600;
}
@media (max-width: 991.98px) {
  .cardinfo__services-text {
    font-size: 14px;
  }
}
.cardinfo__availability {
  margin-bottom: 24px;
}
.cardinfo__availability-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  font-weight: 600;
  line-height: 148%;
  cursor: pointer;
}
.cardinfo__availability-title svg {
  transform: rotate(180deg);
  transition: all 0.3s ease-in-out;
}
.cardinfo__availability-title.accordion__item-show svg {
  transform: rotate(0);
}
.cardinfo__availability-title + .cardinfo__availability-list {
  overflow: hidden;
  max-height: 0;
  transition: all 0.3s ease-in-out;
}
.cardinfo__availability-title.accordion__item-show + .cardinfo__availability-list {
  max-height: 100%;
  padding-top: 16px;
}
.cardinfo__availability-list > *:not(:last-child) {
  margin-bottom: 16px;
}
.cardinfo__availability-item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.cardinfo__availability-left {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
.cardinfo__availability-name {
  font-size: 16px;
  line-height: 148%;
}
@media (max-width: 991.98px) {
  .cardinfo__availability-name {
    font-size: 14px;
  }
}
.cardinfo__availability-adress {
  font-size: 16px;
  line-height: 148%;
  color: #6D7176;
}
@media (max-width: 991.98px) {
  .cardinfo__availability-adress {
    font-size: 14px;
  }
}
.cardinfo__availability-quantity {
  font-size: 16px;
  font-weight: 400;
  line-height: 148%;
  display: flex;
  align-items: center;
  gap: 4px;
  color: #2E9C08;
  white-space: nowrap;
  margin-left: 10px;
}
@media (max-width: 991.98px) {
  .cardinfo__availability-quantity {
    font-size: 14px;
    white-space: nowrap;
  }
}
@media (max-width: 650px) {
  .cardinfo__availability-quantity .text {
    display: none;
  }
}
.cardinfo__components {
  margin-bottom: 24px;
}
.cardinfo__components-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 124%;
  margin-bottom: 16px;
}
@media (max-width: 991.98px) {
  .cardinfo__components-title {
    font-size: 16px;
  }
}
.cardinfo__components-list > *:not(:last-child) {
  margin-bottom: 16px;
}
.cardinfo__components-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.cardinfo__components-left {
  display: flex;
  align-items: center;
  gap: 16px;
}
.cardinfo__components-img {
  width: 64px;
  height: 64px;
}
.cardinfo__components-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cardinfo__components-block__title {
  font-size: 16px;
  line-height: 148%;
}
@media (max-width: 991.98px) {
  .cardinfo__components-block__title {
    font-size: 12px;
  }
}
.cardinfo__components-block__title.red {
  color: #900020;
}
.cardinfo__components-price {
  display: flex;
  align-items: center;
  gap: 12px;
}
@media (max-width: 991.98px) {
  .cardinfo__components-price {
    flex-direction: column-reverse;
    gap: 4px;
    align-items: flex-start;
  }
}
.cardinfo__components-row {
  display: flex;
  align-items: center;
  gap: 12px;
}
@media (max-width: 991.98px) {
  .cardinfo__components-row {
    margin-top: 8px;
  }
}
.cardinfo__components-new {
  font-size: 24px;
  font-weight: 600;
  line-height: 124%;
}
@media (max-width: 991.98px) {
  .cardinfo__components-new {
    font-size: 20px;
  }
}
.cardinfo__components-sale {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  line-height: 130%;
  padding: 2px 4px;
  transform: skew(-20deg);
  background: #FFCC15;
}
.cardinfo__components-sale .text {
  display: inline-block;
  transform: skew(20deg);
}
.cardinfo__components-old {
  color: #90949A;
  text-decoration: line-through;
  font-size: 18px;
  line-height: 124%;
}
@media (max-width: 991.98px) {
  .cardinfo__components-old {
    font-size: 14px;
  }
}
.cardinfo__components-cart {
  width: 48px;
  min-width: 48px;
  height: 48px;
  min-height: 48px;
}
.cardinfo__components-cart.none {
  display: none;
}
@media (max-width: 991.98px) {
  .cardinfo__components-cart {
    width: 40px;
    min-width: 40px;
    height: 40px;
    min-height: 40px;
  }
}
.cardinfo__components-incart {
  width: 48px;
  min-width: 48px;
  height: 48px;
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFF;
  border: 1px solid #900020;
}
.cardinfo__components-incart.none {
  display: none;
}
@media (max-width: 991.98px) {
  .cardinfo__components-incart {
    width: 40px;
    min-width: 40px;
    height: 40px;
    min-height: 40px;
  }
}
.cardinfo__all {
  display: flex;
  align-items: center;
  gap: 16px;
}
.cardinfo__all:hover .cardinfo__all-text svg {
  margin-left: 4px;
}
.cardinfo__all-img {
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 500px) {
  .cardinfo__all-img {
    width: auto;
  }
}
.cardinfo__all-text {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 600;
  line-height: 148%;
}
.cardinfo__all-text svg {
  margin-left: 0;
  transition: all 0.2s ease-in-out;
}

.cardtabs {
  margin-bottom: 56px;
}
@media (max-width: 991.98px) {
  .cardtabs {
    margin-bottom: 40px;
  }
}
.cardtabs .tabs__titles {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-bottom: 40px;
  overflow-x: auto;
  scrollbar-width: none;
  scrollbar-color: #FFF #FFF;
}
.cardtabs .tabs__titles::-webkit-scrollbar {
  width: 0px;
}
.cardtabs .tabs__titles::-webkit-scrollbar-track {
  background: #FFF;
}
.cardtabs .tabs__titles::-webkit-scrollbar-thumb {
  background-color: #FFF;
  border-radius: 10px;
}
@media (max-width: 991.98px) {
  .cardtabs .tabs__titles {
    margin-bottom: 24px;
  }
}
.cardtabs__name-title {
  padding-bottom: 22px;
  border-bottom: 2px solid #FFF;
  transition: all 0.3s ease-in-out;
  font-size: 18px;
  line-height: 124%;
  color: #6D7176;
  cursor: pointer;
  white-space: nowrap;
}
@media (max-width: 991.98px) {
  .cardtabs__name-title {
    font-size: 16px;
    padding-bottom: 14px;
  }
}
.cardtabs__name-title:hover {
  color: #373A41;
}
.cardtabs__name-title.active {
  border-bottom: 2px solid #373A41;
  color: #373A41;
  font-weight: 600;
}
.cardtabs__item {
  display: none;
}
.cardtabs__item.active {
  display: block;
}
.cardtabs__item-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 124%;
  margin-bottom: 40px;
}
@media (max-width: 1150px) {
  .cardtabs__item-title {
    margin-bottom: 24px;
    font-size: 20px;
  }
}
.cardtabs__item-list > *:not(:last-child) {
  margin-bottom: 24px;
}
@media (max-width: 1150px) {
  .cardtabs__item-list > *:not(:last-child) {
    margin-bottom: 16px;
  }
}
.cardtabs__item-row {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
@media (max-width: 1150px) {
  .cardtabs__item-row {
    flex-direction: column;
    gap: 8px;
  }
}
.cardtabs__item-name {
  min-width: 476px;
  font-size: 16px;
  line-height: 148%;
  color: #6D7176;
}
@media (max-width: 1150px) {
  .cardtabs__item-name {
    min-width: 0;
    font-size: 14px;
  }
}
.cardtabs__item-text {
  font-size: 16px;
  line-height: 148%;
}
@media (max-width: 1150px) {
  .cardtabs__item-text {
    font-size: 14px;
  }
}
.cardtabs__feedback-row {
  display: flex;
  align-items: flex-start;
  gap: 64px;
}
@media (max-width: 991.98px) {
  .cardtabs__feedback-row {
    flex-direction: column;
    gap: 40px;
  }
}
.cardtabs__feedback-result {
  width: 223px;
  min-width: 223px;
}
@media (max-width: 991.98px) {
  .cardtabs__feedback-result {
    width: 100%;
  }
}
.cardtabs__result-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 148%;
  margin-bottom: 8px;
}
.cardtabs__result-rating {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 40px;
}
@media (max-width: 991.98px) {
  .cardtabs__result-rating {
    margin-bottom: 24px;
  }
}
.cardtabs__result-rating svg {
  margin-bottom: 2px;
}
.cardtabs__result-rating-text {
  font-size: 18px;
  font-weight: 600;
  line-height: 124%;
  color: #90949A;
}
.cardtabs__result-rating-text span {
  color: #373A41;
}
.cardtabs__result-list {
  margin-bottom: 40px;
}
.cardtabs__result-list > *:not(:last-child) {
  margin-bottom: 16px;
}
@media (max-width: 991.98px) {
  .cardtabs__result-list {
    margin-bottom: 24px;
  }
}
.cardtabs__result-item {
  display: flex;
  align-items: center;
  gap: 12px;
  justify-content: space-between;
}
.cardtabs__result-stars {
  display: flex;
  align-items: center;
  gap: 4px;
  line-height: 140%;
}
.cardtabs__result-itemline {
  width: 143px;
  height: 4px;
  background: #F6F7FA;
  border-radius: 10px;
  position: relative;
}
@media (max-width: 991.98px) {
  .cardtabs__result-itemline {
    width: 100%;
  }
}
.cardtabs__result-progress {
  height: 4px;
  background: #900020;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 10px;
}
.cardtabs__result-progress.five {
  width: 100px;
}
.cardtabs__result-progress.four {
  width: 50%;
}
.cardtabs__result-progress.three {
  width: 20%;
}
.cardtabs__result-progress.two {
  width: 20%;
}
.cardtabs__result-progress.one {
  width: 10%;
}
.cardtabs__result-stars-quantity {
  width: 26px;
  text-align: end;
}
.cardtabs__result-btn {
  width: 100%;
  height: 48px;
}
@media (max-width: 991.98px) {
  .cardtabs__result-btn {
    width: 149px;
    height: 40px;
    font-size: 14px;
  }
}

.feedback__list {
  min-width: 633px;
  width: 633px;
}
.feedback__list > *:not(:last-child) {
  margin-bottom: 24px;
}
@media (max-width: 991.98px) {
  .feedback__list {
    min-width: auto;
    width: 100%;
  }
}
.feedback__item {
  padding-bottom: 24px;
  border-bottom: 1px solid #E4E7EC;
}
.feedback__item-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
}
.feedback__item-left {
  display: flex;
  align-items: center;
  gap: 16px;
}
.feedback__item-name {
  font-weight: 600;
}
.feedback__item-stars {
  margin-bottom: -2px;
}
.feedback__item-date {
  line-height: 140%;
  color: #6D7176;
}
.feedback__item-option {
  margin-bottom: 16px;
  line-height: 140%;
  color: #6D7176;
}
.feedback__item-text {
  font-size: 16px;
  line-height: 148%;
  margin-bottom: 16px;
}
@media (max-width: 991.98px) {
  .feedback__item-text {
    font-size: 14px;
  }
}
.feedback__item-bottom {
  display: flex;
  align-items: center;
  gap: 16px;
}
.feedback__item-question {
  line-height: 140%;
  color: #6D7176;
}
.feedback__item-like {
  display: flex;
  align-items: center;
  gap: 18px;
}
.feedback__like-left {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}
.feedback__like-left svg {
  stroke: #90949A;
}
.feedback__like-left.active svg {
  stroke: #373A41;
}
.feedback__like-left:hover svg {
  stroke: #2E9C08;
}
.feedback__like-text {
  line-height: 140%;
}
.feedback__dislike-right {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}
.feedback__dislike-right svg {
  stroke: #90949A;
}
.feedback__dislike-right.active svg {
  stroke: #373A41;
}
.feedback__dislike-right:hover svg {
  stroke: #D92121;
}
.feedback__dislike-text {
  line-height: 140%;
}
.feedback__list-btn {
  display: flex;
  justify-content: center;
}
.feedback__item-img__row {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
}
.feedback__item-img {
  width: 64px;
  height: 64px;
  overflow: hidden;
}
.feedback__item-img img {
  width: auto;
  height: 100%;
  object-fit: cover;
}
.feedback__item-empty .feedback__empty-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 148%;
  margin-bottom: 8px;
}
.feedback__item-empty .feedback__empty-text {
  font-size: 16px;
  line-height: 148%;
  color: #6D7176;
}
.feedback__item-empty.none {
  display: none;
}

.card__module {
  margin-bottom: 56px;
}
@media (max-width: 1087px) {
  .card__module {
    margin-bottom: 40px;
  }
}
.card__module-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 124%;
  margin-bottom: 24px;
}
@media (max-width: 1250px) {
  .card__module-title {
    font-size: 20px;
  }
}
.card__module-block {
  margin-bottom: 24px;
}
.card__module-category {
  font-size: 18px;
  font-weight: 600;
  line-height: 124%;
  margin-bottom: 16px;
}
@media (max-width: 1250px) {
  .card__module-category {
    font-size: 16px;
  }
}
.card__module-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media (max-width: 1150px) {
  .card__module-list {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 16px;
  }
}
@media (max-width: 650px) {
  .card__module-list {
    grid-template-columns: 1fr;
  }
}
.card__module-item {
  padding: 16px;
  border: 1px solid #E4E7EC;
  display: flex;
  align-items: center;
  gap: 16px;
}
.card__module-img {
  width: 126px;
  height: 126px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.card__module-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.card__module-text {
  font-size: 16px;
  line-height: 148%;
  margin-bottom: 8px;
}
@media (max-width: 1250px) {
  .card__module-text {
    font-size: 12px;
  }
}
.card__module-price {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}
@media (max-width: 1150px) {
  .card__module-price {
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 4px;
  }
}
.card__module-row {
  display: flex;
  align-items: center;
  gap: 12px;
}
.card__module-new {
  font-size: 24px;
  font-weight: 600;
  line-height: 124%;
}
@media (max-width: 1250px) {
  .card__module-new {
    font-size: 20px;
  }
}
.card__module-sale {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  line-height: 130%;
  padding: 2px 4px;
  transform: skew(-20deg);
  background: #FFCC15;
}
.card__module-sale .text {
  display: inline-block;
  transform: skew(20deg);
}
.card__module-old {
  font-size: 18px;
  color: #90949A;
  line-height: 124%;
  text-decoration: line-through;
}
@media (max-width: 1250px) {
  .card__module-old {
    font-size: 14px;
  }
}
.card__module-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}
.card__module-btn svg {
  stroke: #900020;
  transform: rotate(0deg);
  transition: all 0.3s ease-in-out;
}
.card__module-btn span {
  font-size: 16px;
  line-height: 148%;
}
.card__module-btn .card__module-delete {
  color: #6D7176;
}
.card__module-btn .card__module-delete.none {
  display: none;
}
.card__module-btn .card__module-add {
  color: #900020;
}
.card__module-btn .card__module-add.none {
  display: none;
}
.card__module-btn.active svg {
  stroke: #6D7176;
  transform: rotate(45deg);
}
.stocks {
  margin-bottom: 40px;
}
.stocks__content h1 {
  margin-bottom: 40px;
  font-size: 32px;
  font-weight: 600;
  line-height: 112%;
}
@media (max-width: 991.98px) {
  .stocks__content h1 {
    margin-bottom: 24px;
    font-size: 24px;
    font-weight: 600;
    line-height: 112%;
  }
}
.stocks__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 20px;
  row-gap: 40px;
  margin-bottom: 40px;
}
@media (max-width: 1087px) {
  .stocks__list {
    grid-template-columns: 1fr 1fr;
    column-gap: 16px;
    row-gap: 16px;
  }
}
@media (max-width: 991.98px) {
  .stocks__list {
    margin-bottom: 24px;
  }
}
@media (max-width: 650px) {
  .stocks__list {
    grid-template-columns: 1fr;
  }
}
.stocks__item {
  position: relative;
}
.stocks__item-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
@media (max-width: 650px) {
  .stocks__item-img img {
    height: 180px;
  }
}
.stocks__item-size {
  position: absolute;
  top: 0;
  left: 20px;
}
@media (max-width: 550px) {
  .stocks__item-size {
    left: 10px;
  }
}
.stocks__size-big {
  font-size: 121px;
  font-weight: 700;
  line-height: 112%;
  color: #FFF;
}
@media (max-width: 1300px) {
  .stocks__size-big {
    font-size: 94px;
  }
}
@media (max-width: 991.98px) {
  .stocks__size-big {
    font-size: 62px;
  }
}
.stocks__size-text {
  position: absolute;
  top: 30px;
  left: 12px;
  font-weight: 700;
  line-height: 112%;
  font-size: 25px;
  color: #FFF;
}
@media (max-width: 1300px) {
  .stocks__size-text {
    font-size: 20px;
    top: 25px;
    left: 10px;
  }
}
@media (max-width: 991.98px) {
  .stocks__size-text {
    font-size: 13px;
    top: 17px;
    left: 6px;
  }
}
.stocks__item-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 162px;
  background: linear-gradient(180deg, rgba(55, 58, 65, 0.00)0%, #373A41 100%);
}
@media (max-width: 991.98px) {
  .stocks__item-bottom {
    height: 84px;
  }
}
.stocks__item-date {
  position: absolute;
  left: 24px;
  bottom: 58px;
  font-size: 16px;
  font-weight: 400;
  line-height: 148%;
  color: #FFF;
}
@media (max-width: 991.98px) {
  .stocks__item-date {
    bottom: 34px;
    font-size: 10px;
    line-height: 130%;
    left: 12px;
  }
}
.stocks__item-text {
  position: absolute;
  left: 24px;
  bottom: 24px;
  font-weight: 400;
  line-height: 148%;
  font-size: 24px;
  color: #FFF;
}
@media (max-width: 991.98px) {
  .stocks__item-text {
    bottom: 12px;
    font-size: 14px;
    line-height: 132%;
    font-weight: 600;
    left: 12px;
  }
}
.stocks__btn {
  display: flex;
  justify-content: center;
}
.stocks__btn .btn__grey {
  width: 185px;
}

.stock__info {
  margin-bottom: 120px;
}
@media (max-width: 991.98px) {
  .stock__info {
    margin-bottom: 80px;
  }
}
.stock__info-blockimg {
  position: relative;
  margin-bottom: 40px;
}
@media (max-width: 991.98px) {
  .stock__info-blockimg {
    margin-bottom: 24px;
  }
}
.stock__info-blockimg .stock__info-textblock {
  position: absolute;
  left: 60px;
  bottom: 50px;
  display: flex;
  align-items: center;
  gap: 11px;
}
@media (max-width: 991.98px) {
  .stock__info-blockimg .stock__info-textblock {
    gap: 7px;
    left: 16px;
    bottom: 20px;
  }
}
.stock__info-blockimg .stock__info-left {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 2px;
  font-size: 20px;
  font-weight: 600;
  line-height: 110%;
  color: #FFF;
  text-transform: uppercase;
}
@media (max-width: 991.98px) {
  .stock__info-blockimg .stock__info-left {
    font-size: 14px;
  }
}
.stock__info-blockimg .stock__info-left span {
  font-size: 17px;
  line-height: 148%;
  background: #900020;
  padding: 0 4px;
}
@media (max-width: 991.98px) {
  .stock__info-blockimg .stock__info-left span {
    font-size: 11px;
    padding: 0 3px;
  }
}
.stock__info-blockimg .stock__info-name {
  font-size: 64px;
  font-weight: 600;
  line-height: 110%;
  letter-spacing: 2.56px;
  color: #FFF;
}
@media (max-width: 991.98px) {
  .stock__info-blockimg .stock__info-name {
    font-size: 42px;
    letter-spacing: 1.714px;
  }
}
.stock__info-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
@media (max-width: 550px) {
  .stock__info-img img {
    height: 176px;
  }
}
@media (max-width: 550px) {
  .stock__info-img {
    height: 176px;
  }
}
.stock__info-block {
  margin-bottom: 24px;
}
.stock__info-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 124%;
  margin-bottom: 16px;
}
.stock__info-list li {
  font-size: 16px;
  line-height: 148%;
  position: relative;
  margin-left: 20px;
}
.stock__info-list li::before {
  content: "";
  position: absolute;
  left: -12px;
  top: 10px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #373A41;
}
.stock__info-text {
  margin-bottom: 24px;
  font-size: 16px;
  line-height: 148%;
}

.vakancies__content {
  margin-bottom: 120px;
}
.vakancies__content h1 {
  margin-bottom: 40px;
  font-size: 32px;
  font-weight: 600;
  line-height: 112%;
}
@media (max-width: 991.98px) {
  .vakancies__content h1 {
    margin-bottom: 24px;
    font-size: 24px;
    font-weight: 600;
    line-height: 112%;
  }
}
@media (max-width: 991.98px) {
  .vakancies__content {
    margin-bottom: 80px;
  }
}
.vakancies__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media (max-width: 1087px) {
  .vakancies__list {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
.vakancies__item {
  padding: 24px;
  border: 1px solid #E4E7EC;
}
.vakancies__item:hover .vakancies__item-title {
  text-decoration: underline;
}
@media (max-width: 1087px) {
  .vakancies__item {
    padding: 16px;
  }
}
.vakancies__item-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 124%;
  color: #900020;
  margin-bottom: 8px;
}
.vakancies__item-row {
  display: flex;
  align-items: center;
  column-gap: 19px;
  margin-bottom: 16px;
  flex-wrap: wrap;
  row-gap: 4px;
}
.vakancies__item-text {
  font-size: 16px;
  line-height: 148%;
  position: relative;
}
.vakancies__item-text.separator::after {
  content: "";
  position: absolute;
  top: 11px;
  right: -11px;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #373A41;
}
.vakancies__item-salary {
  font-size: 18px;
  font-weight: 600;
  line-height: 124%;
  margin-bottom: 16px;
}
.vakancies__item-description {
  line-height: 140%;
  color: #90949A;
}

.vacancy {
  margin-bottom: 120px;
}
@media (max-width: 991.98px) {
  .vacancy {
    margin-bottom: 80px;
  }
}
.vacancy__content {
  max-width: 1075px;
}
.vacancy__info-row {
  padding: 24px;
  background: #F6F7FA;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
  margin-bottom: 40px;
}
@media (max-width: 991.98px) {
  .vacancy__info-row {
    margin-bottom: 24px;
  }
}
@media (max-width: 650px) {
  .vacancy__info-row {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 16px;
  }
}
.vacancy__info-title {
  font-size: 16px;
  line-height: 148%;
}
.vacancy__info-text {
  font-size: 16px;
  font-weight: 700;
  line-height: 148%;
}
.vacancy__block {
  margin-bottom: 24px;
}
.vacancy__block-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 124%;
  margin-bottom: 16px;
}
@media (max-width: 650px) {
  .vacancy__block-title {
    font-size: 16px;
  }
}
.vacancy__block-list li {
  font-size: 16px;
  line-height: 148%;
  position: relative;
  margin-left: 20px;
}
.vacancy__block-list li::before {
  content: "";
  position: absolute;
  left: -12px;
  top: 10px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #373A41;
}
@media (max-width: 650px) {
  .vacancy__block-list li::before {
    top: 8px;
  }
}
@media (max-width: 650px) {
  .vacancy__block-list li {
    font-size: 14px;
  }
}
.vacancy__text-block > * {
  margin-bottom: 24px;
}
.vacancy__text {
  font-size: 16px;
  line-height: 148%;
}
@media (max-width: 650px) {
  .vacancy__text {
    font-size: 14px;
  }
}
.vacancy__btn .btn {
  width: 278px;
  height: 56px;
}
@media (max-width: 991.98px) {
  .vacancy__btn .btn {
    height: 40px;
    width: 227px;
    font-size: 14px;
  }
}
.vacancy__btn.none {
  display: none;
}
.vacancy__response {
  max-width: 710px;
}
.vacancy__response h2 {
  margin-bottom: 40px;
}
@media (max-width: 991.98px) {
  .vacancy__response h2 {
    margin-bottom: 24px;
  }
}
.vacancy__response.none {
  display: none;
}
@media (max-width: 991.98px) {
  .vacancy__response {
    max-width: 100%;
  }
}
.vacancy__response-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 20px;
  row-gap: 16px;
  margin-bottom: 24px;
}
@media (max-width: 991.98px) {
  .vacancy__response-row {
    grid-template-columns: 1fr;
  }
}
.vacancy__response-row .field__input input {
  background: #F6F7FA;
  border: 1px solid #F6F7FA;
  padding: 12px 16px;
  font-size: 16px;
  line-height: 148%;
}
.vacancy__response-row .field__input input:focus {
  background: #FFF;
  border-color: #90949A;
  padding-top: 28px;
}
.vacancy__response-row .field__input .field__label {
  position: absolute;
  top: 17px;
  left: 16px;
  color: #6D7176;
  pointer-events: none;
  cursor: text;
  transition: 0.3s;
  font-size: 16px;
  line-height: 148%;
}
.vacancy__response-row .field__input .field__label.req__label::after {
  content: "";
  top: 8px;
  right: -8px;
  width: 4px;
  height: 4px;
  position: absolute;
  border-radius: 50%;
  background: #D92121;
}
.vacancy__response-row .field__input input:focus ~ label,
.vacancy__response-row .field__input input:not(:placeholder-shown) ~ label {
  font-size: 12px;
  top: 6px;
}
.vacancy__response-row .field__input input:focus ~ label.req__label::after,
.vacancy__response-row .field__input input:not(:placeholder-shown) ~ label.req__label::after {
  width: 3px;
  height: 3px;
  top: 5px;
  right: -5px;
}
.vacancy__response-row .field__input input:not(:focus):valid {
  padding-top: 30px;
}
.vacancy__response-file {
  margin-bottom: 24px;
}
.vacancy__file-add {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 600;
  line-height: 148%;
  color: #90949A;
  text-decoration: underline;
  cursor: pointer;
  width: fit-content;
}
.vacancy__file-delete {
  align-items: center;
  gap: 8px;
  font-size: 16px;
  line-height: 148%;
  display: flex;
  
}
.vacancy__file-delete .delete {
  cursor: pointer;
}
.vacancy__file-delete.active {
  display: flex;
}
.vacancy__response-checkbox {
  margin: 24px 0;
}
.vacancy__response-checkbox .checkbox__input {
  display: none;
}
.vacancy__response-checkbox .checkbox__input:checked + .checkbox__label::after {
  transform: translateY(0%) scale(1);
}
.vacancy__response-checkbox .checkbox__label {
  cursor: pointer;
  font-size: 12px;
  line-height: 130%;
  display: flex;
  align-items: center;
  position: relative;
}
.vacancy__response-checkbox .checkbox__label a {
  color: #900020;
  margin-left: 4px;
}
.vacancy__response-checkbox .checkbox__label::before {
  content: "";
  flex: 0 0 24px;
  height: 24px;
  background-color: transparent;
  border: 2px solid #D4D7DC;
  margin-right: 12px;
  transition: all 0.3s ease-in-out;
}
.vacancy__response-checkbox .checkbox__label::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  transform: translateY(-50%) scale(0);
  background-image: url("/img/checkbox-ok.svg");
}
.vacancy__response-checkbox .checkbox__label:hover::before {
  border-color: #900020;
}
.vacancy__response-btn .btn {
  width: 206px;
  height: 56px;
}
@media (max-width: 991.98px) {
  .vacancy__response-btn .btn {
    width: 100%;
  }
}

.contacts {
  margin-bottom: 200px;
}
@media (max-width: 1087px) {
  .contacts {
    margin-bottom: 80px;
  }
}
.contacts h1 {
  margin-bottom: 40px;
  font-size: 32px;
  font-weight: 600;
  line-height: 112%;
}
@media (max-width: 1087px) {
  .contacts h1 {
    margin-bottom: 24px;
    font-size: 24px;
    font-weight: 600;
    line-height: 112%;
  }
}
.contacts__row {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
@media (max-width: 650px) {
  .contacts__row {
    flex-direction: column;
    gap: 40px;
  }
}
.contacts__info {
  width: 467px;
  min-width: 467px;
}
@media (max-width: 1300px) {
  .contacts__info {
    width: 373px;
    min-width: 373px;
  }
}
@media (max-width: 1087px) {
  .contacts__info {
    width: 350px;
    min-width: 350px;
  }
}
.contacts__info > *:not(:last-child) {
  margin-bottom: 40px;
}
@media (max-width: 1087px) {
  .contacts__info > *:not(:last-child) {
    margin-bottom: 24px;
  }
}
@media (max-width: 650px) {
  .contacts__info {
    min-width: auto;
    width: 100%;
  }
}
.contacts__info-list > *:not(:last-child) {
  margin-bottom: 24px;
}
.contacts__info-name {
  margin-bottom: 8px;
  line-height: 140%;
  color: #90949A;
}
.contacts__info-text {
  font-size: 16px;
  line-height: 148%;
}
.contacts__info-social {
  display: flex;
  align-items: center;
  gap: 8px;
}
.contacts__info-social a svg path {
  fill: #373A41;
}
.contacts__info-social a:nth-child(1):hover svg path {
  fill: #2AABEE;
}
.contacts__info-social a:nth-child(2):hover svg path {
  fill: #735FF3;
}
.contacts__info-social a:nth-child(3):hover svg path {
  fill: #25D266;
}
.contacts__info-btn .btn {
  width: 200px;
  height: 48px;
}
@media (max-width: 1087px) {
  .contacts__info-btn .btn {
    width: 169px;
    height: 40px;
    font-size: 14px;
  }
}
.contacts__map {
  position: relative;
}
.contacts__map-img {
  width: 100%;
  height: 448px;
}
.contacts__map-img img {
  width: 100%;
  height: 448px;
  object-fit: cover;
}
@media (max-width: 1087px) {
  .contacts__map-img img {
    height: 408px;
  }
}
@media (max-width: 1087px) {
  .contacts__map-img {
    height: 408px;
  }
}
.contacts__map-item {
  position: absolute;
  top: 141px;
  left: 350px;
}
@media (max-width: 1087px) {
  .contacts__map-item {
    left: 30%;
  }
}

.shops {
  margin-bottom: 120px;
}
@media (max-width: 991.98px) {
  .shops {
    margin-bottom: 80px;
  }
}
.shops__content h1 {
  margin-bottom: 40px;
  font-size: 32px;
  font-weight: 600;
  line-height: 112%;
}
@media (max-width: 991.98px) {
  .shops__content h1 {
    margin-bottom: 24px;
    font-size: 24px;
    font-weight: 600;
    line-height: 112%;
  }
}
.shops__content .tabs__titles {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-bottom: 40px;
}
@media (max-width: 991.98px) {
  .shops__content .tabs__titles {
    margin-bottom: 24px;
  }
}
.shops__content .tabs__titles .tab__title {
  padding-bottom: 22px;
  border-bottom: 2px solid #FFF;
  transition: all 0.3s ease-in-out;
  font-size: 18px;
  line-height: 124%;
  color: #6D7176;
  cursor: pointer;
}
@media (max-width: 991.98px) {
  .shops__content .tabs__titles .tab__title {
    padding-bottom: 14px;
    font-size: 16px;
    line-height: 148%;
  }
}
.shops__content .tabs__titles .tab__title.active {
  border-bottom: 2px solid #373A41;
  color: #373A41;
  font-weight: 600;
}
.tabs {
	position: relative;
}
.shops__content .tabs .tab {
 position: absolute;
  display: block;
  opacity: 0;
  z-index: 0;
  top: 0;
  width: 100%;
  height: 550px;
}
.shops__content .tabs__titles .tab__title.active {
    border-bottom: 2px solid #373A41;
    color: #373A41;
    font-weight: 600;
}
.shops__content .tabs .tab.active {
	opacity: 1;
	z-index: 1;
	position: relative;
	height: auto;
}
.shops__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media (max-width: 1087px) {
  .shops__list {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
.shops__item {
  padding: 24px;
  border: 1px solid #E4E7EC;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
}
@media (max-width: 1087px) {
  .shops__item {
    padding: 16px;
  }
}
@media (max-width: 650px) {
  .shops__item {
    flex-direction: column;
  }
}
.shops__item-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 148%;
  margin-bottom: 8px;
}
.shops__item-adress {
  line-height: 140%;
  margin-bottom: 16px;
}
.shops__item-row {
  display: flex;
  align-items: center;
  gap: 40px;
}
@media (max-width: 650px) {
  .shops__item-row {
    gap: 24px;
  }
}
.shops__item-name {
  font-size: 12px;
  line-height: 130%;
  color: #6D7176;
  margin-bottom: 4px;
}
.shops__item-text {
  line-height: 140%;
}
.shops__item-img {
  width: 208px;
  height: 148px;
}
.shops__item-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.shops__map {
  position: relative;
  width: 100%;
	height: 100%;
  min-height: 550px;
}
  .shops__map .bx-yandex-view-layout {
	  position: absolute;
	  top: 0;
	  right: 0;
	  bottom: 0;
	  left: 0;
	  border: none;
	  margin: 0;
  }
  .shops__map .bx-yandex-view-map {
	  height: 100%;
  }
  .shops__map .bx-yandex-view-map, .shops__map .bx-yandex-view-map, .shops__map .item.map-full {
	  min-height: 550px;
  }




.shops__map-img {
  width: 100%;
  height: auto;
}
@media (max-width: 991.98px) {
  .shops__map-img {
    margin-left: -15px;
  }
}
.shops__map-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
@media (max-width: 991.98px) {
  .shops__map-img img {
    height: 520px;
    width: auto;
  }
}
.shops__map-item {
  position: absolute;
  cursor: pointer;
}
.shops__map-item.one {
  bottom: 132px;
  left: 282px;
}
@media (max-width: 1300px) {
  .shops__map-item.one {
    bottom: 190px;
    left: 190px;
  }
}
@media (max-width: 991.98px) {
  .shops__map-item.one {
    left: 20%;
    bottom: auto;
    top: 350px;
  }
}
.shops__map-item.two {
  top: 262px;
  right: 640px;
}
@media (max-width: 1300px) {
  .shops__map-item.two {
    top: 150px;
    right: auto;
    left: 34%;
  }
}
@media (max-width: 991.98px) {
  .shops__map-item.two {
    top: 130px;
    left: 50%;
  }
}
.shops__map-item.three {
  bottom: 53px;
  right: 149px;
}
@media (max-width: 1300px) {
  .shops__map-item.three {
    bottom: auto;
    top: 120px;
    right: 180px;
  }
}
@media (max-width: 1087px) {
  .shops__map-item.three {
    display: none;
  }
}
.shops__map-info__block {
  position: absolute;
  top: 230px;
  left: 360px;
  background: #FFF;
  padding: 24px;
  display: none;
}
.shops__map-info__block.active {
  display: block;
}
@media (max-width: 1087px) {
  .shops__map-info__block {
    position: relative;
    left: 0;
    top: 0;
    width: calc(100% + 48px);
    margin-left: -24px;
  }
}
.shops__map-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 148%;
  margin-bottom: 8px;
}
.shops__map-adress {
  line-height: 140%;
  margin-bottom: 16px;
}
.shops__map-row {
  display: flex;
  align-items: center;
  gap: 40px;
}
.shops__map-name {
  font-size: 12px;
  line-height: 130%;
  color: #6D7176;
  margin-bottom: 4px;
}
.shops__map-text {
  line-height: 140%;
}
.shops__map-close {
  position: absolute;
  right: 8px;
  top: 8px;
  cursor: pointer;
}
@media (max-width: 1087px) {
  .shops__map-close {
    right: 24px;
    top: 24px;
  }
}

.contacts {
  margin-bottom: 200px;
}
@media (max-width: 1087px) {
  .contacts {
    margin-bottom: 80px;
  }
}
.contacts h1 {
  margin-bottom: 40px;
  font-size: 32px;
  font-weight: 600;
  line-height: 112%;
}
@media (max-width: 1087px) {
  .contacts h1 {
    margin-bottom: 24px;
    font-size: 24px;
    font-weight: 600;
    line-height: 112%;
  }
}
.contacts__row {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
@media (max-width: 650px) {
  .contacts__row {
    flex-direction: column;
    gap: 40px;
  }
}
.contacts__info {
  width: 467px;
  min-width: 467px;
}
@media (max-width: 1300px) {
  .contacts__info {
    width: 373px;
    min-width: 373px;
  }
}
@media (max-width: 1087px) {
  .contacts__info {
    width: 350px;
    min-width: 350px;
  }
}
.contacts__info > *:not(:last-child) {
  margin-bottom: 40px;
}
@media (max-width: 1087px) {
  .contacts__info > *:not(:last-child) {
    margin-bottom: 24px;
  }
}
@media (max-width: 650px) {
  .contacts__info {
    min-width: auto;
    width: 100%;
  }
}
.contacts__info-list > *:not(:last-child) {
  margin-bottom: 24px;
}
.contacts__info-name {
  margin-bottom: 8px;
  line-height: 140%;
  color: #90949A;
}
.contacts__info-text {
  font-size: 16px;
  line-height: 148%;
}
.contacts__info-social {
  display: flex;
  align-items: center;
  gap: 8px;
}
.contacts__info-social a svg path {
  fill: #373A41;
}
.contacts__info-social a:nth-child(1):hover svg path {
  fill: #2AABEE;
}
.contacts__info-social a:nth-child(2):hover svg path {
  fill: #735FF3;
}
.contacts__info-social a:nth-child(3):hover svg path {
  fill: #25D266;
}
.contacts__info-btn .btn {
  width: 200px;
  height: 48px;
}
@media (max-width: 1087px) {
  .contacts__info-btn .btn {
    width: 169px;
    height: 40px;
    font-size: 14px;
  }
}
.contacts__map {
  position: relative;
  width: 100%;
  height: 100%;
min-height: 550px;
}

.contacts__map .bx-yandex-view-layout {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: none;
    margin: 0;
}
.contacts__map .bx-yandex-view-map {
    height: 100%;
}
.contacts__map .bx-yandex-view-map, .contacts__map .bx-yandex-view-map, .contacts__map .item.map-full {
    min-height: 550px;
}
shops__map




.contacts__map-img {
  width: 100%;
  height: 448px;
}
.contacts__map-img img {
  width: 100%;
  height: 448px;
  object-fit: cover;
}
@media (max-width: 1087px) {
  .contacts__map-img img {
    height: 408px;
  }
}
@media (max-width: 1087px) {
  .contacts__map-img {
    height: 408px;
  }
}
.contacts__map-item {
  position: absolute;
  top: 141px;
  left: 350px;
}
@media (max-width: 1087px) {
  .contacts__map-item {
    left: 30%;
  }
}

.blog__list {
  margin-bottom: 120px;
}
@media (max-width: 1250px) {
  .blog__list {
    margin-bottom: 80px;
  }
}
.blog__list-content h1 {
  margin-bottom: 40px;
  font-size: 32px;
  font-weight: 600;
  line-height: 112%;
}
.blog__list-content {
  padding: 0 15px;
}
@media (max-width: 1087px) {
  .blog__list-content h1 {
    margin-bottom: 24px;
    font-size: 24px;
    font-weight: 600;
    line-height: 112%;
  }
}
.blog__list-content .tabs__titles {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 40px;
  overflow-x: auto;
  scrollbar-width: none;
  scrollbar-color: #FFF #FFF;
}
.blog__list-content .tabs__titles::-webkit-scrollbar {
  width: 0px;
}
.blog__list-content .tabs__titles::-webkit-scrollbar-track {
  background: #FFF;
}
.blog__list-content .tabs__titles::-webkit-scrollbar-thumb {
  background-color: #FFF;
  border-radius: 10px;
}
@media (max-width: 1087px) {
  .blog__list-content .tabs__titles {
    margin-bottom: 24px;
  }
}
.blog__list-content .tabs__titles .tab__title {
  height: 40px;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F6F7FA;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  white-space: nowrap;
}
.blog__list-content .tabs__titles .tab__title.active {
  background: #373A41;
  color: #FFF;
}
.blog__list-content .tabs__titles .tab__title.active:hover {
  background: #373A41;
}
.blog__list-content .tabs__titles .tab__title:hover {
  background: #E4E7EC;
}
.blog__list-content .tabs .tab {
  display: none;
}
.blog__list-content .tabs .tab.active {
  display: block;
}
.blog__list-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 20px;
  row-gap: 40px;
  margin-bottom: 80px;
}
@media (max-width: 1087px) {
  .blog__list-row {
    margin-bottom: 40px;
    column-gap: 24px;
    row-gap: 24px;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 991.98px) {
  .blog__list-row {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 550px) {
  .blog__list-row {
    grid-template-columns: 1fr;
  }
}
.blog__item-img {
  margin-bottom: 16px;
}
.blog__item-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.blog__item-category__row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 8px;
}
.blog__item-category__row > * {
  font-size: 12px;
  line-height: 130%;
  color: #900020;
}
.blog__item-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 124%;
  margin-bottom: 16px;
}
@media (max-width: 1087px) {
  .blog__item-title {
    font-size: 20px;
    margin-bottom: 8px;
  }
}
.blog__item-date {
  line-height: 140%;
  color: #6D7176;
}
@media (max-width: 1087px) {
  .blog__item-date {
    font-size: 12px;
  }
}
.blog__list-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.blog__list-back {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.blog__list-back svg {
  stroke: #90949A;
}
.blog__list-back.disabled svg {
  stroke: #D4D7DC;
}
.blog__list-next {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.blog__list-next svg {
  stroke: #90949A;
}
.blog__list-next.disabled svg {
  stroke: #D4D7DC;
}
.blog__list-number {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFF;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  font-size: 16px;
  line-height: 148%;
}
.blog__list-number:hover {
  background: #F6F7FA;
}
.blog__list-number.active {
  color: #900020;
}

.blog__article {
  margin-top: -16px;
  margin-bottom: 120px;
}
@media (max-width: 1087px) {
  .blog__article {
    margin-bottom: 80px;
  }
}
.blog__article-img {
  width: 100%;
  height: auto;
  margin-bottom: 40px;
}
.blog__article-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
@media (max-width: 1087px) {
  .blog__article-img {
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-bottom: 24px;
  }
}
.blog__article-title {
  margin-bottom: 40px;
  font-size: 32px;
  font-weight: 600;
  line-height: 112%;
}
@media (max-width: 1087px) {
  .blog__article-title {
    font-size: 24px;
    margin-bottom: 24px;
  }
}
.blog__article-block {
  margin-bottom: 40px;
}
.blog__article-block > *:not(:last-child) {
  margin-bottom: 24px;
}
@media (max-width: 1087px) {
  .blog__article-block {
    margin-bottom: 24px;
  }
}
.blog__article-text {
  font-size: 16px;
  line-height: 148%;
  max-width: 1075px;
}
@media (max-width: 1087px) {
  .blog__article-text {
    font-size: 14px;
  }
}
.blog__article-text a {
  text-decoration: underline;
}
.blog__article-row {
  display: flex;
  align-items: center;
  gap: 40px;
}
.blog__article-date {
  line-height: 140%;
  color: #6D7176;
}
@media (max-width: 650px) {
  .blog__article-date span {
    display: none;
  }
}
.blog__article-share {
  display: flex;
  align-items: center;
  gap: 8px;
  transition: all 0.2s ease-in-out;
  color: #6D7176;
  line-height: 140%;
}
.blog__article-share svg {
  stroke: #6D7176;
  transition: all 0.2s ease-in-out;
}
.blog__article-share:hover {
  color: #373A41;
}
.blog__article-share:hover svg {
  stroke: #373A41;
}

.service__menu {
  width: 309px;
  min-width: 309px;
}
@media (max-width: 1250px) {
  .service__menu {
    display: none;
  }
}
.service__menu-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 124%;
  margin-bottom: 24px;
}
.service__menu-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.service__menu-item {
  font-size: 16px;
  line-height: 148%;
  color: #6D7176;
  transition: all 0.2s ease-in-out;
}
.service__menu-item:hover {
  color: #373A41;
}
.service__menu-item.active {
  font-size: 16px;
  font-weight: 600;
  line-height: 148%;
  color: #373A41;
}

.service__info > *:not(:last-child) {
  margin-bottom: 40px;
}
@media (max-width: 991.98px) {
  .service__info > *:not(:last-child) {
    margin-bottom: 24px;
  }
}
.service__info-block {
  padding: 0 40px;
  background: #F6F7FA;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 150px;
}
@media (max-width: 991.98px) {
  .service__info-block {
    padding: 0 24px;
    height: 120px;
  }
}
@media (max-width: 650px) {
  .service__info-block {
    flex-direction: column;
    align-items: flex-start;
    height: 325px;
    justify-content: flex-start;
    padding: 16px;
  }
}
@media (max-width: 650px) {
  .service__block-text {
    order: 1;
    margin-bottom: 24px;
  }
}
.service__block-title {
  font-size: 32px;
  font-weight: 600;
  line-height: 112%;
  margin-bottom: 12px;
}
@media (max-width: 991.98px) {
  .service__block-title {
    font-size: 20px;
    line-height: 124%;
    margin-bottom: 8px;
  }
}
.service__block-subtitle {
  font-size: 18px;
  line-height: 124%;
}
.service__block-subtitle span {
  font-weight: 600;
}
@media (max-width: 991.98px) {
  .service__block-subtitle {
    font-size: 14px;
    line-height: 132%;
  }
}
.service__block-img {
  width: auto;
  height: 150px;
}
@media (max-width: 991.98px) {
  .service__block-img {
    height: 134px;
  }
}
@media (max-width: 650px) {
  .service__block-img {
    order: 3;
  }
}
.service__block-img img {
  width: auto;
  height: 150px;
  object-fit: cover;
}
@media (max-width: 991.98px) {
  .service__block-img img {
    height: 134px;
  }
}
@media (max-width: 650px) {
  .service__block-img img {
    height: 161px;
  }
}
.service__block-btn .btn {
  width: 211px;
  height: 56px;
}
@media (max-width: 991.98px) {
  .service__block-btn .btn {
    width: 155px;
    height: 40px;
    font-size: 14px;
  }
}
@media (max-width: 650px) {
  .service__block-btn {
    order: 2;
    margin-bottom: 16px;
  }
}
.service__info-warning {
  font-size: 18px;
  font-weight: 600;
  line-height: 124%;
  margin-bottom: 24px;
}
@media (max-width: 991.98px) {
  .service__info-warning {
    font-size: 16px;
    line-height: 148%;
  }
}
.service__info-text {
  font-size: 16px;
  line-height: 148%;
  margin-bottom: 16px;
}
@media (max-width: 991.98px) {
  .service__info-text {
    font-size: 14px;
    line-height: 140%;
  }
}
.service__info-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 124%;
  margin-bottom: 24px;
}
@media (max-width: 991.98px) {
  .service__info-title {
    font-size: 20px;
    line-height: 124%;
    margin-bottom: 16px;
  }
}
.service__info-list > *:not(:last-child) {
  margin-bottom: 4px;
}
.service__info-list li {
  position: relative;
  margin-left: 25px;
  font-size: 16px;
  line-height: 148%;
}
@media (max-width: 991.98px) {
  .service__info-list li {
    font-size: 14px;
    line-height: 140%;
  }
}
.service__info-list li::after {
  content: "";
  position: absolute;
  top: 11px;
  left: -18px;
  width: 4px;
  height: 4px;
  background: #373A41;
  border-radius: 50%;
}
@media (max-width: 991.98px) {
  .service__info-list li::after {
    top: 9px;
  }
}

.personal {
  margin-bottom: 120px;
}
@media (max-width: 991.98px) {
  .personal {
    margin-bottom: 80px;
  }
}
.personal__content h1 {
  margin-bottom: 40px;
  font-size: 32px;
  font-weight: 600;
  line-height: 112%;
}
@media (max-width: 991.98px) {
  .personal__content h1 {
    margin-bottom: 24px;
    font-size: 24px;
    font-weight: 600;
    line-height: 112%;
  }
}
.personal__btn-modal {
  display: none;
}
@media (max-width: 1087px) {
  .personal__btn-modal {
    display: block;
    font-size: 12px;
    line-height: 130%;
    color: #6D7176;
    margin-bottom: 16px;
    cursor: pointer;
  }
}
.personal__row {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
.personal__menu {
  width: 345px;
  min-width: 345px;
  padding: 24px;
  border: 1px solid #E4E7EC;
}
@media (max-width: 1087px) {
  .personal__menu {
    display: none;
  }
}
.personal__menu-item {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px 0;
  font-size: 18px;
  line-height: 124%;
}
.personal__menu-item svg {
  stroke: #6D7176;
}
.personal__menu-item svg.fill path:last-child {
  fill: #6D7176;
}
.personal__menu-item.active {
  font-weight: 600;
  color: #900020;
}
.personal__menu-item.active svg {
  stroke: #900020;
}
.personal__menu-item.active svg.fill path:last-child {
  fill: #900020;
}

.profile {
  padding: 24px;
  border: 1px solid #E4E7EC;
  width: 100%;
}
@media (max-width: 991.98px) {
  .profile {
    border: none;
    padding: 0;
  }
}
.profile__form {
  margin-bottom: 56px;
}
.profile__form > *:not(:last-child) {
  margin-bottom: 24px;
}
@media (max-width: 991.98px) {
  .profile__form {
    margin-bottom: 40px;
  }
}
.profile__form-block {
  width: 345px;
}
@media (max-width: 991.98px) {
  .profile__form-block {
    width: 100%;
  }
}
.profile__form-block .field__input {
  margin-bottom: 16px;
}
.profile__form-block .field__input input {
  background: #F6F7FA;
  border: 1px solid #F6F7FA;
  padding: 12px 16px;
  font-size: 16px;
  line-height: 148%;
}
.profile__form-block .field__input input:focus {
  background: #FFF;
  border-color: #90949A;
  padding-top: 28px;
}
.profile__form-block .field__input.accepted input {
  background: #FFF;
  border-color: #D4D7DC;
}
.profile__form-block .field__input.accepted .clear {
  display: none;
}
.profile__form-block .field__input.accepted::after {
  content: "";
  position: absolute;
  right: 16px;
  top: 17px;
  width: 24px;
  height: 24px;
  background-image: url("/img/input-ok.svg");
}
.profile__form-block .field__input .field__label {
  position: absolute;
  top: 16px;
  left: 16px;
  color: #6D7176;
  pointer-events: none;
  cursor: text;
  transition: 0.3s;
  font-size: 16px;
  line-height: 148%;
}
.profile__form-block .field__input .field__label.req__label::after {
  content: "";
  top: 8px;
  right: -8px;
  width: 4px;
  height: 4px;
  position: absolute;
  border-radius: 50%;
  background: #D92121;
}
.profile__form-block .field__input input:focus ~ label,
.profile__form-block .field__input input:not(:placeholder-shown) ~ label {
  font-size: 12px;
  top: 6px;
}
.profile__form-block .field__input input:focus ~ label.req__label::after,
.profile__form-block .field__input input:not(:placeholder-shown) ~ label.req__label::after {
  width: 3px;
  height: 3px;
  top: 5px;
  right: -5px;
}
.profile__form-block .field__input input:not(:focus):valid {
  padding-top: 30px;
}
.profile__form-block .field__date input {
  background: #F6F7FA;
  border: 1px solid #F6F7FA;
  padding: 12px 16px;
  font-size: 16px;
  line-height: 148%;
  width: 100%;
  height: 56px;
}
.profile__form-block .field__date input:focus {
  background: #FFF;
  border-color: #90949A;
}
.profile__form-block .switch__row {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 16px;
  line-height: 148%;
}
.profile__form-block .switch__row .switch__btn {
  display: inline-block;
  width: 40px;
  height: 20px;
  border-radius: 50px;
  background: #D4D7DC;
  z-index: 0;
  margin: 0;
  padding: 0;
  border: none;
  cursor: pointer;
  position: relative;
  transition-duration: 300ms;
}
.profile__form-block .switch__row .switch__btn:hover {
  background: #B6BAC0;
}
.profile__form-block .switch__row .switch__btn::after {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #FFF;
  position: absolute;
  top: 2px;
  left: 2px;
  z-index: 1;
  transition-duration: 300ms;
}
.profile__form-block .switch__row .switch-on {
  background: #900020;
}
.profile__form-block .switch__row .switch-on:hover {
  background: #900020;
}
.profile__form-block .switch__row .switch-on::after {
  left: 22px;
}
.profile__form-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 148%;
  margin-bottom: 16px;
}
.profile__form-btn .btn {
  width: 345px;
  height: 48px;
}
@media (max-width: 991.98px) {
  .profile__form-btn .btn {
    width: 100%;
  }
}
.profile__delete {
  font-size: 16px;
  font-weight: 600;
  line-height: 148%;
  text-decoration: underline;
}

.history {
  width: 100%;
}
.history__list > *:not(:last-child) {
  margin-bottom: 16px;
}
.history__item {
  padding: 24px;
  border: 1px solid #E4E7EC;
  width: 100%;
  position: relative;
}
@media (max-width: 991.98px) {
  .history__item {
    padding: 16px;
  }
}
.history__item-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 24px;
  border-bottom: 1px solid #E4E7EC;
}
@media (max-width: 991.98px) {
  .history__item-top {
    border-bottom: none;
    padding-bottom: 16px;
  }
}
.history__item-info {
  display: flex;
  align-items: center;
}
@media (max-width: 650px) {
  .history__item-info {
    flex-wrap: wrap;
    row-gap: 4px;
  }
}
.history__item-number {
  font-size: 18px;
  font-weight: 600;
  line-height: 124%;
  margin-right: 8px;
}
@media (max-width: 991.98px) {
  .history__item-number {
    font-size: 16px;
    line-height: 148%;
  }
}
.history__item-date {
  font-size: 16px;
  line-height: 148%;
  color: #6D7176;
  margin-right: 16px;
}
@media (max-width: 991.98px) {
  .history__item-date {
    font-size: 14px;
    line-height: 140%;
  }
}
.history__item-tag {
  padding: 2px 8px;
  font-size: 12px;
  font-weight: 600;
  line-height: 130%;
}
.history__item-tag.ready {
  background: rgba(172, 44, 60, 0.16);
  color: #900020;
}
.history__item-tag.completed {
  background: rgba(46, 156, 8, 0.16);
  color: #2E9C08;
}
.history__item-tag.cancel {
  background: rgba(217, 33, 33, 0.16);
  color: #D92121;
}
.history__item-btns {
  display: flex;
  align-items: center;
  gap: 8px;
}
.history__item-btns .btn__grey {
  width: 148px;
  height: 32px;
  font-size: 14px;
  font-weight: 600;
  line-height: 132%;
  padding: 0 16px;
}
@media (max-width: 650px) {
  .history__item-btns .btn__grey {
    width: 144px;
    padding: 0;
  }
}
.history__item-btns .btn {
  width: 109px;
  height: 32px;
  font-size: 14px;
  font-weight: 600;
  line-height: 132%;
}
@media (max-width: 650px) {
  .history__item-btns .btn {
    width: 144px;
  }
}
@media (max-width: 991.98px) {
  .history__item-btns {
    position: absolute;
    bottom: 16px;
    right: 16px;
  }
}
.history__item-bottom {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 24px;
}
@media (max-width: 991.98px) {
  .history__item-bottom {
    flex-direction: column;
    gap: 16px;
    margin-bottom: 48px;
    margin-top: 0;
  }
}
.history__item-images {
  display: flex;
  align-items: center;
  gap: 8px;
}
.history__item-img {
  width: 88px;
  height: 88px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #E4E7EC;
}
.history__item-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
@media (max-width: 650px) {
  .history__item-img {
    width: 56px;
    height: 56px;
  }
}
.history__item-right {
  text-align: end;
}
@media (max-width: 991.98px) {
  .history__item-right {
    width: 100%;
  }
}
.history__item-quantity {
  font-size: 16px;
  line-height: 148%;
  color: #6D7176;
  margin-bottom: 8px;
}
@media (max-width: 991.98px) {
  .history__item-quantity {
    font-size: 12px;
    margin-bottom: 4px;
  }
}
.history__item-summ {
  font-size: 16px;
  font-weight: 600;
  line-height: 148%;
  color: #6D7176;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  gap: 8px;
}
.history__item-summ span {
  font-size: 24px;
  line-height: 124%;
  color: #373A41;
  margin-left: 8px;
}
@media (max-width: 991.98px) {
  .history__item-summ span {
    font-size: 20px;
  }
}
@media (max-width: 991.98px) {
  .history__item-summ {
    justify-content: space-between;
  }
  .history__item-summ .history__item-text {
    font-size: 20px;
  }
}
.history__item-empty {
  height: 384px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 24px;
  border: 1px solid #E4E7EC;
}
.history__item-empty .history__empty-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 124%;
  margin-bottom: 16px;
}
@media (max-width: 991.98px) {
  .history__item-empty .history__empty-title {
    font-size: 20px;
  }
}
.history__item-empty .history__empty-text {
  font-size: 16px;
  line-height: 148%;
  margin-bottom: 24px;
  text-align: center;
}
.history__item-empty .history__empty-text a {
  color: #900020;
}
@media (max-width: 991.98px) {
  .history__item-empty .history__empty-text {
    font-size: 14px;
    line-height: 140%;
  }
}
.history__item-empty .history__empty-btn .btn {
  width: 194px;
  height: 48px;
}
@media (max-width: 991.98px) {
  .history__item-empty .history__empty-btn .btn {
    width: 168px;
    height: 40px;
    font-size: 14px;
  }
}
@media (max-width: 991.98px) {
  .history__item-empty {
    border: none;
    padding: 0;
    height: auto;
    margin-top: 32px;
  }
}

.detail {
  margin-bottom: 120px;
}
.detail__title {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}
@media (max-width: 991.98px) {
  .detail__title {
    flex-wrap: wrap;
    row-gap: 8px;
  }
}
.detail__number {
  font-size: 24px;
  font-weight: 600;
  line-height: 124%;
  margin-right: 16px;
}
@media (max-width: 991.98px) {
  .detail__number {
    font-size: 20px;
    margin-right: 8px;
  }
}
@media (max-width: 479.98px) {
  .detail__number {
    width: 100%;
  }
}
.detail__date {
  font-size: 16px;
  line-height: 148%;
  color: #6D7176;
  margin-right: 24px;
}
@media (max-width: 991.98px) {
  .detail__date {
    font-size: 14px;
    margin-right: 16px;
  }
}
.detail__tag {
  padding: 2px 8px;
  font-size: 12px;
  font-weight: 600;
  line-height: 130%;
}
.detail__tag.ready {
  background: rgba(172, 44, 60, 0.16);
  color: #900020;
}
.detail__tag.completed {
  background: rgba(46, 156, 8, 0.16);
  color: #2E9C08;
}
.detail__tag.cancel {
  background: rgba(217, 33, 33, 0.16);
  color: #D92121;
}
.detail__row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}
@media (max-width: 1087px) {
  .detail__row {
    flex-direction: column;
    gap: 24px;
  }
}
.detail__info {
  width: 100%;
}
.detail__info > *:not(:last-child) {
  margin-bottom: 16px;
}
.detail__info-item {
  padding: 24px;
  border: 1px solid #E4E7EC;
  display: flex;
  align-items: flex-start;
  gap: 24px;
}
@media (max-width: 991.98px) {
  .detail__info-item {
    padding: 16px;
    gap: 16px;
  }
}
.detail__item-img {
  width: 120px;
  height: 113px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.detail__item-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
@media (max-width: 991.98px) {
  .detail__item-img {
    width: 56px;
    height: 53px;
  }
}
.detail__item-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 991.98px) {
  .detail__item-row {
    flex-direction: column;
    gap: 8px;
  }
}
.detail__item-left {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.detail__item-article {
  font-size: 12px;
  line-height: 130%;
  color: #6D7176;
}
@media (max-width: 991.98px) {
  .detail__item-article {
    font-size: 10px;
  }
}
.detail__item-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 124%;
}
@media (max-width: 991.98px) {
  .detail__item-title {
    font-size: 14px;
  }
}
.detail__item-quantity {
  font-size: 16px;
  line-height: 148%;
}
@media (max-width: 991.98px) {
  .detail__item-quantity {
    font-size: 14px;
  }
}
.detail__data {
  width: 100%;
  padding: 24px;
  border: 1px solid #E4E7EC;
}
@media (max-width: 991.98px) {
  .detail__data {
    padding: 16px;
  }
}
.detail__data-service {
  width: 100%;
  padding: 24px;
  border: 1px solid #E4E7EC;
}
.detail__data-service > *:not(:last-child) {
  margin-bottom: 16px;
}
@media (max-width: 991.98px) {
  .detail__data-service {
    padding: 16px;
  }
}
.detail__data-service .detail__service-info {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 12px;
  line-height: 130%;
  color: #6D7176;
}
.detail__data-service .detail__service-info svg {
  min-width: 16px;
  min-height: 16px;
}
.detail__data-service .detail__service-row {
  display: flex;
  align-items: center;
  gap: 20px;
}
.detail__data-service .detail__service-row .detail__service-name {
  font-size: 16px;
  line-height: 148%;
  width: 309px;
}
.detail__data-service .detail__service-row .detail__service-price {
  font-size: 16px;
  font-weight: 600;
  line-height: 148%;
  white-space: nowrap;
}
.detail__data-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 124%;
  margin-bottom: 16px;
}
@media (max-width: 991.98px) {
  .detail__data-title {
    font-size: 20px;
  }
}
.detail__data-row {
  display: flex;
  align-items: center;
  gap: 24px;
}
@media (max-width: 991.98px) {
  .detail__data-row {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }
}
.detail__data-recipient {
  margin-right: 16px;
  font-size: 16px;
  font-weight: 600;
  line-height: 148%;
}
@media (max-width: 991.98px) {
  .detail__data-recipient {
    margin-right: 0;
    margin-bottom: 8px;
  }
}
.detail__data-text {
  font-size: 16px;
  line-height: 148%;
}
@media (max-width: 991.98px) {
  .detail__data-text {
    font-size: 14px;
  }
}
.detail__data-receiving {
  width: 100%;
  padding: 24px;
  border: 1px solid #E4E7EC;
}
@media (max-width: 991.98px) {
  .detail__data-receiving {
    padding: 16px;
  }
}
.detail__receiving-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 124%;
  margin-bottom: 16px;
}
@media (max-width: 991.98px) {
  .detail__receiving-title {
    font-size: 20px;
  }
}
.detail__receiving-subtitle {
  font-size: 18px;
  font-weight: 600;
  line-height: 124%;
  margin-bottom: 16px;
}
@media (max-width: 991.98px) {
  .detail__receiving-subtitle {
    font-size: 16px;
  }
}
.detail__receiving-name {
  font-size: 16px;
  font-weight: 600;
  line-height: 148%;
  margin-bottom: 4px;
}
.detail__receiving-adress {
  line-height: 140%;
  margin-bottom: 24px;
}
.detail__receiving-row {
  display: flex;
  align-items: flex-start;
  gap: 40px;
}
@media (max-width: 991.98px) {
  .detail__receiving-row {
    gap: 24px;
  }
}
.detail__receiving-block {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.detail__receiving-info {
  font-size: 12px;
  line-height: 130%;
  color: #6D7176;
}
.detail__receiving-text {
  line-height: 140%;
}
.detail__block {
  width: 345px;
  min-width: 345px;
  padding: 24px;
  border: 1px solid #E4E7EC;
}
@media (max-width: 1087px) {
  .detail__block {
    width: 100%;
    min-width: auto;
  }
}
.detail__block-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 124%;
  margin-bottom: 24px;
}
@media (max-width: 991.98px) {
  .detail__block-title {
    font-size: 20px;
  }
}
.detail__block-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
}
.detail__block-row.bottom {
  margin-bottom: 24px;
}
@media (max-width: 991.98px) {
  .detail__block-row.bottom {
    margin-bottom: 20px;
  }
}
.detail__block-info {
  font-size: 16px;
  line-height: 148%;
  color: #6D7176;
}
@media (max-width: 991.98px) {
  .detail__block-info {
    font-size: 14px;
  }
}
.detail__block-text {
  font-size: 16px;
  line-height: 148%;
}
@media (max-width: 991.98px) {
  .detail__block-text {
    font-size: 14px;
  }
}
.detail__block-subtitle {
  font-size: 24px;
  font-weight: 600;
  line-height: 124%;
  color: #6D7176;
}
@media (max-width: 991.98px) {
  .detail__block-subtitle {
    font-size: 20px;
  }
}
.detail__block-summ {
  font-size: 24px;
  font-weight: 600;
  line-height: 124%;
}
@media (max-width: 991.98px) {
  .detail__block-summ {
    font-size: 20px;
  }
}
.detail__block-btn .btn {
  width: 100%;
  height: 48px;
}
.detail__block-btn .btn svg {
  margin-left: 0;
  transition: all 0.2s ease-in-out;
}
.detail__block-btn .btn:hover svg {
  margin-left: 4px;
  transition: all 0.2s ease-in-out;
}

.favourites {
  width: 100%;
}
.favourites__list > *:not(:last-child) {
  margin-bottom: 16px;
}
.favourites__item {
  width: 100%;
  padding: 24px;
  border: 1px solid #E4E7EC;
  align-items: flex-start;
  gap: 40px;
  display: none;
}
.favourites__item.active {
  display: flex;
}
@media (max-width: 991.98px) {
  .favourites__item {
    padding: 16px;
    gap: 16px;
  }
}
.favourites__item-img {
  width: 120px;
  height: 113px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.favourites__item-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
@media (max-width: 991.98px) {
  .favourites__item-img {
    width: 80px;
    height: 75px;
  }
}
.favourites__item-block {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  height: 120px;
}
@media (max-width: 991.98px) {
  .favourites__item-block {
    height: 89px;
  }
}
@media (max-width: 650px) {
  .favourites__item-block {
    height: 119px;
  }
}
.favourites__item-left {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.favourites__item-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 124%;
}
@media (max-width: 991.98px) {
  .favourites__item-title {
    font-size: 14px;
    line-height: 132%;
  }
}
.favourites__item-new {
  font-size: 24px;
  font-weight: 600;
  line-height: 124%;
}
@media (max-width: 991.98px) {
  .favourites__item-new {
    font-size: 20px;
  }
}
.favourites__item-right {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.favourites__item-delete {
  cursor: pointer;
}
.favourites__item-cart {
  width: 164px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  height: 48px;
  background: #900020;
  color: #FFF;
  font-size: 16px;
  font-weight: 600;
  line-height: 148%;
  transition: all 0.3s ease-in-out;
}
.favourites__item-cart.none {
  display: none;
}
.favourites__item-cart:hover {
  background: #AC2C3C;
}
@media (max-width: 991.98px) {
  .favourites__item-cart {
    width: 60px;
    height: 40px;
  }
  .favourites__item-cart .text {
    display: none;
  }
}
.favourites__item-incart {
  width: 164px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  height: 48px;
  background: #FFF;
  border: 1px solid #900020;
  font-size: 16px;
  font-weight: 600;
  line-height: 148%;
  color: #900020;
}
.favourites__item-incart.none {
  display: none;
}
@media (max-width: 991.98px) {
  .favourites__item-incart {
    width: 60px;
    height: 40px;
  }
  .favourites__item-incart .text {
    display: none;
  }
}
.favourites__item-row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 4px;
}
.favourites__item-sale {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  line-height: 130%;
  padding: 2px 4px;
  transform: skew(-20deg);
  background: #FFCC15;
}
.favourites__item-sale .text {
  display: inline-block;
  transform: skew(20deg);
}
.favourites__item-old {
  line-height: 140%;
  color: #90949A;
  text-decoration: line-through;
}
.favourites__item-empty {
  height: 384px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 24px;
  border: 1px solid #E4E7EC;
}
.favourites__item-empty .favourites__empty-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 124%;
  margin-bottom: 16px;
}
@media (max-width: 991.98px) {
  .favourites__item-empty .favourites__empty-title {
    font-size: 20px;
  }
}
.favourites__item-empty .favourites__empty-text {
  font-size: 16px;
  line-height: 148%;
  margin-bottom: 24px;
}
@media (max-width: 991.98px) {
  .favourites__item-empty .favourites__empty-text {
    font-size: 14px;
    line-height: 140%;
  }
}
.favourites__item-empty .favourites__empty-btn .btn {
  width: 194px;
  height: 48px;
}
@media (max-width: 991.98px) {
  .favourites__item-empty .favourites__empty-btn .btn {
    width: 168px;
    height: 40px;
    font-size: 14px;
  }
}
@media (max-width: 991.98px) {
  .favourites__item-empty {
    border: none;
    padding: 0;
    height: auto;
    margin-top: 32px;
  }
}

.bonus {
  padding: 24px;
  border: 1px solid #E4E7EC;
  width: 100%;
}
.bonus > *:not(:last-child) {
  margin-bottom: 24px;
}
@media (max-width: 991.98px) {
  .bonus {
    padding: 0;
    border: none;
  }
}
.bonus__point-number {
  font-size: 24px;
  font-weight: 600;
  line-height: 124%;
  color: #6D7176;
  margin-bottom: 8px;
}
.bonus__point-number span {
  color: #373A41;
}
@media (max-width: 991.98px) {
  .bonus__point-number {
    font-size: 20px;
  }
}
.bonus__info {
  font-size: 16px;
  line-height: 148%;
}
@media (max-width: 991.98px) {
  .bonus__info {
    font-size: 14px;
  }
}
.bonus__title {
  font-size: 18px;
  font-weight: 600;
  line-height: 124%;
}
@media (max-width: 991.98px) {
  .bonus__title {
    font-size: 16px;
  }
}
.bonus__row {
  display: flex;
  align-items: center;
  column-gap: 40px;
  row-gap: 24px;
  flex-wrap: wrap;
}
@media (max-width: 991.98px) {
  .bonus__row {
    flex-wrap: nowrap;
    column-gap: 16px;
  }
}
@media (max-width: 650px) {
  .bonus__row {
    align-items: flex-start;
    flex-direction: column;
    row-gap: 16px;
  }
}
.bonus__item {
  display: flex;
  align-items: center;
  gap: 16px;
}
.bonus__item-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 148%;
}
.bonus__item-text {
  font-size: 16px;
  line-height: 148%;
  color: #6D7176;
  white-space: nowrap;
}
@media (max-width: 991.98px) {
  .bonus__item-text {
    white-space: inherit;
    font-size: 14px;
  }
}
.bonus__text {
  font-size: 16px;
  line-height: 148%;
}
@media (max-width: 991.98px) {
  .bonus__text {
    font-size: 14px;
  }
}

.adress {
  padding: 24px;
  border: 1px solid #E4E7EC;
  width: 100%;
}
@media (max-width: 991.98px) {
  .adress {
    border: none;
    padding: 0;
  }
}
.adress__list > * {
  margin-bottom: 16px;
}
.adress__item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  padding: 16px;
  border: 1px solid #E4E7EC;
  position: relative;
}
.adress__item.none {
  display: none;
}
.adress__item-left {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
@media (max-width: 991.98px) {
  .adress__item-left {
    gap: 16px;
  }
}
.adress__item-radio .radio__input {
  display: none;
}
.adress__item-radio .radio__input:checked + .radio__label::before {
  border-color: #900020;
}
.adress__item-radio .radio__input:checked + .radio__label::after {
  background: #900020;
}
.adress__item-radio .radio__label {
  cursor: pointer;
  font-size: 16px;
  line-height: 148%;
  display: flex;
  align-items: center;
  position: relative;
}
.adress__item-radio .radio__label::before {
  content: "";
  flex: 0 0 24px;
  height: 24px;
  background-color: transparent;
  border: 2px solid #D4D7DC;
  margin-right: 12px;
  border-radius: 50%;
}
@media (max-width: 991.98px) {
  .adress__item-radio .radio__label::before {
    flex: 0 0 20px;
    height: 20px;
  }
}
.adress__item-radio .radio__label::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #FFF;
}
@media (max-width: 991.98px) {
  .adress__item-radio .radio__label::after {
    width: 12px;
    height: 12px;
    top: 4px;
    left: 4px;
  }
}
.adress__item-radio .radio__label:hover::after {
  background: #D4D7DC;
}
.adress__item-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 148%;
  margin-bottom: 8px;
}
@media (max-width: 991.98px) {
  .adress__item-title {
    font-size: 14px;
  }
}
@media (max-width: 650px) {
  .adress__item-title {
    max-width: 70%;
  }
}
.adress__item-list {
  display: flex;
  align-items: center;
  gap: 16px;
}
.adress__list-item {
  color: #6D7176;
  line-height: 140%;
}
@media (max-width: 991.98px) {
  .adress__list-item {
    font-size: 12px;
  }
}
.adress__item-right {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media (max-width: 650px) {
  .adress__item-right {
    position: absolute;
    top: 16px;
    right: 16px;
  }
}
.adress__item-edit svg {
  fill: #90949A;
  transition: all 0.3s ease-in-out;
}
.adress__item-edit:hover svg {
  fill: #373A41;
}
.adress__item-delete svg {
  stroke: #90949A;
  transition: all 0.3s ease-in-out;
}
.adress__item-delete:hover svg {
  stroke: #373A41;
}
.adress__create {
  margin-bottom: 80px;
}
@media (max-width: 991.98px) {
  .adress__create {
    margin-bottom: 0;
  }
}
.adress__create .btn {
  width: 228px;
  height: 48px;
}
@media (max-width: 991.98px) {
  .adress__create .btn {
    width: 198px;
    height: 40px;
    font-size: 14px;
  }
}
.adress__item-empty {
  width: 100%;
  height: 336px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.adress__item-empty .adress__empty-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 124%;
  margin-bottom: 16px;
}
@media (max-width: 991.98px) {
  .adress__item-empty .adress__empty-title {
    font-size: 20px;
    text-align: center;
  }
}
.adress__item-empty .adress__empty-text {
  font-size: 16px;
  line-height: 148%;
  margin-bottom: 24px;
}
@media (max-width: 991.98px) {
  .adress__item-empty .adress__empty-text {
    font-size: 14px;
    line-height: 140%;
    text-align: center;
  }
}
.adress__item-empty .adress__empty-btn .btn {
  width: 194px;
  height: 48px;
}
@media (max-width: 991.98px) {
  .adress__item-empty .adress__empty-btn .btn {
    width: 168px;
    height: 40px;
    font-size: 14px;
  }
}
@media (max-width: 991.98px) {
  .adress__item-empty {
    border: none;
    padding: 0;
    height: auto;
    margin-top: 32px;
  }
}

.cart__info {
  padding: 24px;
  border: 1px solid #E4E7EC;
}
.cart__info > *:not(:last-child) {
  margin-bottom: 24px;
}
@media (max-width: 1087px) {
  .cart__info > *:not(:last-child) {
    margin-bottom: 20px;
  }
}
@media (max-width: 1087px) {
  .cart__info {
    padding: 16px;
  }
}
.cart__info.none {
  display: none;
}
.cart__info-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 124%;
}
@media (max-width: 1087px) {
  .cart__info-title {
    font-size: 20px;
  }
}
.cart__info-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cart__info-quantity {
  font-size: 16px;
  line-height: 148%;
  color: #6D7176;
}
@media (max-width: 1087px) {
  .cart__info-quantity {
    font-size: 14px;
  }
}
.cart__info-price {
  font-size: 16px;
  line-height: 148%;
}
@media (max-width: 1087px) {
  .cart__info-price {
    font-size: 14px;
  }
}
.cart__info-input .field__input {
  margin-bottom: 16px;
}
.cart__info-input .field__input input {
  background: #F6F7FA;
  border: 1px solid #F6F7FA;
  padding: 12px 16px;
  font-size: 16px;
  line-height: 148%;
}
.cart__info-input .field__input input:focus {
  background: #FFF;
  border-color: #90949A;
  padding-top: 28px;
}
.cart__info-input .field__input.accepted input {
  background: #FFF;
  border-color: #D4D7DC;
}
.cart__info-input .field__input.accepted .clear {
  display: none;
}
.cart__info-input .field__input.accepted::after {
  content: "";
  position: absolute;
  right: 16px;
  top: 16px;
  width: 24px;
  height: 24px;
  background-image: url("/img/input-ok.svg");
}
.cart__info-input .field__input .field__label {
  position: absolute;
  top: 16px;
  left: 16px;
  color: #6D7176;
  pointer-events: none;
  cursor: text;
  transition: 0.3s;
  font-size: 16px;
  line-height: 148%;
}
.cart__info-input .field__input .field__label.req__label::after {
  content: "";
  top: 8px;
  right: -8px;
  width: 4px;
  height: 4px;
  position: absolute;
  border-radius: 50%;
  background: #D92121;
}
.cart__info-input .field__input input:focus ~ label,
.cart__info-input .field__input input:not(:placeholder-shown) ~ label {
  font-size: 12px;
  top: 6px;
}
.cart__info-input .field__input input:focus ~ label.req__label::after,
.cart__info-input .field__input input:not(:placeholder-shown) ~ label.req__label::after {
  width: 3px;
  height: 3px;
  top: 5px;
  right: -5px;
}
.cart__info-input .field__input input:not(:focus):valid {
  padding-top: 30px;
}
.cart__info-text {
  font-size: 24px;
  font-weight: 600;
  line-height: 124%;
  color: #6D7176;
}
@media (max-width: 1087px) {
  .cart__info-text {
    font-size: 20px;
  }
}
.cart__info-summ {
  font-size: 24px;
  font-weight: 600;
  line-height: 124%;
}
@media (max-width: 1087px) {
  .cart__info-summ {
    font-size: 20px;
  }
}
.cart__info-btn .btn {
  width: 100%;
  height: 48px;
}
.cart__info-btn .btn svg {
  transition: all 0.2s ease-in-out;
  margin-left: 0;
}
.cart__info-btn .btn:hover svg {
  transition: all 0.2s ease-in-out;
  margin-left: 4px;
}

.cart__list {
  width: 100%;
}
.cart__list > *:not(:last-child) {
  margin-bottom: 16px;
}
@media (max-width: 1087px) {
  .cart__list .cart__list-all .checkbox .checkbox__input:checked + .checkbox__label::after {
    transform: translateY(0%) translateX(-8%) scale(0.8);
  }
}
.cart__list .checkbox .checkbox__input {
  display: none;
}
.cart__list .checkbox .checkbox__input:checked + .checkbox__label::after {
  transform: translateY(0%) scale(1);
}
@media (max-width: 1087px) {
  .cart__list .checkbox .checkbox__input:checked + .checkbox__label::after {
    transform: translateY(-8%) translateX(-8%) scale(0.8);
  }
}
.cart__list .checkbox .checkbox__label {
  cursor: pointer;
  font-size: 16px;
  line-height: 148%;
  display: flex;
  align-items: center;
  position: relative;
  white-space: nowrap;
}
.cart__list .checkbox .checkbox__label::before {
  content: "";
  flex: 0 0 24px;
  height: 24px;
  background-color: transparent;
  border: 2px solid #D4D7DC;
  margin-right: 12px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1087px) {
  .cart__list .checkbox .checkbox__label::before {
    flex: 0 0 20px;
    height: 20px;
  }
}
.cart__list .checkbox .checkbox__label::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  transform: translateY(-50%) scale(0);
  background-image: url("/img/checkbox-ok.svg");
}
.cart__list .checkbox .checkbox__label:hover::before {
  border-color: #900020;
}
.cart__list-all {
  padding: 24px;
  border: 1px solid #E4E7EC;
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}
@media (max-width: 1087px) {
  .cart__list-all {
    padding: 16px;
  }
}
.cart__list-all.none {
  display: none;
}
.cart__list-all .cart__list-choose__delete {
  font-size: 16px;
  font-weight: 600;
  line-height: 148%;
  text-decoration: underline;
}
@media (max-width: 1087px) {
  .cart__list-all .cart__list-choose__delete {
    font-size: 14px;
  }
}
.cart__list-all .cart__list-choose__delete.none {
  display: none;
}
.cart__list-all.none {
  display: none;
}
.cart__list-item {
  display: none;
}
.cart__list-item.active {
  display: block;
}
.cart__list-item .cart__item-wrapper {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 24px;
  border: 1px solid #E4E7EC;
  width: 100%;
  position: relative;
}
@media (max-width: 1087px) {
  .cart__list-item .cart__item-wrapper {
    padding: 16px;
  }
}
.cart__list-row {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 1087px) {
  .cart__list-row {
    gap: 24px;
  }
}
@media (max-width: 650px) {
  .cart__list-row {
    flex-direction: column;
  }
}
.cart__list-row .card__cart-left {
  display: flex;
  align-items: flex-start;
  gap: 40px;
}
@media (max-width: 1087px) {
  .cart__list-row .card__cart-left {
    gap: 16px;
  }
}
.cart__list-row .card__cart-left .card__item-img {
  width: 120px;
  height: 113px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1087px) {
  .cart__list-row .card__cart-left .card__item-img {
    width: 80px;
    height: 75px;
  }
}
@media (max-width: 650px) {
  .cart__list-row .card__cart-left .card__item-img {
    width: 56px;
    height: 53px;
  }
}
.cart__list-row .card__cart-left .card__item-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cart__list-row .card__cart-left .card__item-column .card__item-code {
  font-size: 12px;
  line-height: 130%;
  color: #6D7176;
  margin-bottom: 8px;
}
@media (max-width: 1087px) {
  .cart__list-row .card__cart-left .card__item-column .card__item-code {
    font-size: 10px;
    margin-bottom: 4px;
  }
}
.cart__list-row .card__cart-left .card__item-column .card__item-name {
  font-size: 18px;
  font-weight: 600;
  line-height: 124%;
  max-width: 310px;
}
@media (max-width: 1300px) {
  .cart__list-row .card__cart-left .card__item-column .card__item-name {
    max-width: 200px;
  }
}
@media (max-width: 1087px) {
  .cart__list-row .card__cart-left .card__item-column .card__item-name {
    font-size: 14px;
    max-width: 300px;
  }
}
@media (max-width: 650px) {
  .cart__list-row .card__cart-left .card__item-column .card__item-name {
    max-width: 170px;
  }
}
.cart__list-row .card__cart-right {
  display: flex;
  align-items: flex-start;
  gap: 24px;
}
@media (max-width: 650px) {
  .cart__list-row .card__cart-right {
    justify-content: space-between;
    width: 100%;
  }
  .cart__list-row .card__cart-right .card__cart {
    margin-left: -45px;
  }
}
.cart__list-row .card__cart-right .card__item-price .card__item-row {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 4px;
  margin-right: 16px;
}
@media (max-width: 650px) {
  .cart__list-row .card__cart-right .card__item-price .card__item-row {
    justify-content: flex-end;
    margin-right: 0;
  }
}
@media (max-width: 650px) {
  .cart__list-row .card__cart-right .card__item-price {
    text-align: end;
  }
}
.cart__list-row .card__cart-right .card__item-icons {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media (max-width: 1087px) {
  .cart__list-row .card__cart-right .card__item-icons {
    flex-direction: column;
    gap: 8px;
  }
}
@media (max-width: 650px) {
  .cart__list-row .card__cart-right .card__item-icons {
    position: absolute;
    top: 16px;
    right: 16px;
  }
}
.cart__list-row .card__cart-right .card__item-icons .cart__item-favorites {
  cursor: pointer;
}
.cart__list-row .card__cart-right .card__item-icons .cart__item-favorites svg {
  stroke: #E4E7EC;
  fill: #E4E7EC;
  transition: all 0.2s ease-in-out;
}
.cart__list-row .card__cart-right .card__item-icons .cart__item-favorites:hover svg {
  fill: #FFF;
  stroke: #900020;
  transition: all 0.2s ease-in-out;
}
.cart__list-row .card__cart-right .card__item-icons .cart__item-favorites.active svg {
  fill: #900020;
  stroke: #900020;
  transition: all 0.2s ease-in-out;
}
.cart__list-row .card__cart-right .card__item-icons .cart__item-delete {
  cursor: pointer;
}
.cart__list-row .card__cart-right .card__item-icons .cart__item-delete svg {
  stroke: #90949A;
  transition: all 0.2s ease-in-out;
}
.cart__list-row .card__cart-right .card__item-icons .cart__item-delete:hover svg {
  stroke: #373A41;
  transition: all 0.2s ease-in-out;
}
.cart__list-row .card__cart-right .card__item-icons .cart__item-delete.active svg {
  stroke: #373A41;
  transition: all 0.2s ease-in-out;
}
.cart__list-empty {
  display: none;
}
.cart__list-empty.active {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-top: 80px;
}
@media (max-width: 991.98px) {
  .cart__list-empty.active {
    margin-top: 32px;
  }
}
.cart__list-empty .cart__empty-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 124%;
  margin-bottom: 16px;
}
@media (max-width: 991.98px) {
  .cart__list-empty .cart__empty-title {
    font-size: 20px;
  }
}
.cart__list-empty .cart__empty-text {
  font-size: 16px;
  line-height: 148%;
  margin-bottom: 24px;
}
@media (max-width: 991.98px) {
  .cart__list-empty .cart__empty-text {
    font-size: 14px;
    line-height: 140%;
    text-align: center;
  }
}
.cart__list-empty .cart__empty-btn .btn {
  width: 194px;
  height: 48px;
}
@media (max-width: 991.98px) {
  .cart__list-empty .cart__empty-btn .btn {
    width: 168px;
    height: 40px;
    font-size: 14px;
  }
}
.order__info {
  padding: 24px;
  border: 1px solid #E4E7EC;
}
.order__info > *:not(:last-child) {
  margin-bottom: 24px;
}
@media (max-width: 991.98px) {
  .order__info > *:not(:last-child) {
    margin-bottom: 20px;
  }
}
@media (max-width: 991.98px) {
  .order__info {
    padding: 16px;
  }
}
.order__info-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 124%;
}
@media (max-width: 991.98px) {
  .order__info-title {
    font-size: 20px;
  }
}
.order__info-list > *:not(:last-child) {
  margin-bottom: 16px;
}
.order__info-item__name {
  font-size: 18px;
  font-weight: 600;
  line-height: 124%;
  margin-bottom: 8px;
}
@media (max-width: 991.98px) {
  .order__info-item__name {
    font-size: 16px;
    line-height: 148%;
  }
}
.order__info-item__row {
  display: flex;
  align-items: center;
  gap: 12px;
}
.order__info-item__price {
  font-size: 16px;
  line-height: 148%;
}
@media (max-width: 991.98px) {
  .order__info-item__price {
    font-size: 14px;
    line-height: 140%;
  }
}
.order__info-item__quantity {
  font-size: 16px;
  line-height: 148%;
  color: #6D7176;
}
@media (max-width: 991.98px) {
  .order__info-item__quantity {
    font-size: 14px;
    line-height: 140%;
  }
}
.order__info-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.order__info-row.bottom {
  margin-bottom: 8px;
}
.order__info-type {
  font-size: 16px;
  line-height: 148%;
  color: #6D7176;
}
@media (max-width: 991.98px) {
  .order__info-type {
    font-size: 14px;
    line-height: 140%;
  }
}
.order__info-deliveryPrice {
  font-size: 16px;
  line-height: 148%;
}
.order__info-deliveryPrice.free {
  color: #2E9C08;
}
@media (max-width: 991.98px) {
  .order__info-deliveryPrice {
    font-size: 14px;
    line-height: 140%;
  }
}
.order__info-promo {
  font-size: 16px;
  line-height: 148%;
  color: #6D7176;
}
@media (max-width: 991.98px) {
  .order__info-promo {
    font-size: 14px;
    line-height: 140%;
  }
}
.order__info-promoPrice {
  font-size: 16px;
  line-height: 148%;
  color: #2E9C08;
}
@media (max-width: 991.98px) {
  .order__info-promoPrice {
    font-size: 14px;
    line-height: 140%;
  }
}
.order__info-total {
  font-size: 24px;
  font-weight: 600;
  line-height: 124%;
  color: #6D7176;
}
@media (max-width: 991.98px) {
  .order__info-total {
    font-size: 20px;
  }
}
.order__info-summ {
  font-size: 24px;
  font-weight: 600;
  line-height: 124%;
}
@media (max-width: 991.98px) {
  .order__info-summ {
    font-size: 20px;
  }
}
.order__info-btn .btn {
  width: 100%;
  height: 48px;
  margin-bottom: 16px;
}
@media (max-width: 991.98px) {
  .order__info-btn .btn {
    height: 56px;
  }
}
.order__info-btn .btn svg {
  margin-left: 0;
  transition: all 0.2s ease-in-out;
}
.order__info-btn .btn:hover svg {
  margin-left: 4px;
  transition: all 0.2s ease-in-out;
}
.order__info-personal {
  font-size: 12px;
  font-weight: 400;
  line-height: 130%;
  color: #90949A;
}
.order__info-personal a {
  color: #900020;
}

.order__list {
  max-width: 710px;
}
.order__list > *:not(:last-child) {
  margin-bottom: 40px;
}
@media (max-width: 1087px) {
  .order__list {
    max-width: 100%;
  }
}
.order__list-block > *:not(:last-child) {
  margin-bottom: 24px;
}
.order__list-block h3 {
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 124%;
}
@media (max-width: 991.98px) {
  .order__list-block h3 {
    font-size: 20px;
  }
}
.order__list-block.small > *:not(:last-child) {
  margin-bottom: 16px;
}
.order__list-enter {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  line-height: 148%;
  color: #900020;
}
.order__list-enter.none {
  display: none;
}
.order__list-inputs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 20px;
  row-gap: 16px;
}
@media (max-width: 991.98px) {
  .order__list-inputs {
    grid-template-columns: 1fr;
  }
}
.order__list-inputs .field__input input {
  background: #F6F7FA;
  border: 1px solid #F6F7FA;
  padding: 12px 16px;
  font-size: 16px;
  line-height: 148%;
}
.order__list-inputs .field__input input:focus {
  background: #FFF;
  border-color: #90949A;
  padding-top: 28px;
}
.order__list-inputs .field__input.invalid .input__email {
  border-color: #D92121;
}
.order__list-inputs .field__input.invalid.accepted::after {
  display: none;
}
.order__list-inputs .field__input.accepted input {
  background: #FFF;
  border-color: #D4D7DC;
}
.order__list-inputs .field__input.accepted .clear {
  display: none;
}
.order__list-inputs .field__input.accepted::after {
  content: "";
  position: absolute;
  right: 16px;
  top: 16px;
  width: 24px;
  height: 24px;
  background-image: url("/img/input-ok.svg");
}
@media (max-width: 991.98px) {
  .order__list-inputs .field__input.accepted::after {
    top: 16px;
  }
}
.order__list-inputs .field__input .field__label {
  position: absolute;
  top: 16px;
  left: 16px;
  color: #6D7176;
  pointer-events: none;
  cursor: text;
  transition: 0.3s;
  font-size: 16px;
  line-height: 148%;
}
.order__list-inputs .field__input .field__label.req__label::after {
  content: "";
  top: 8px;
  right: -8px;
  width: 4px;
  height: 4px;
  position: absolute;
  border-radius: 50%;
  background: #D92121;
}
.order__list-inputs .field__input input:focus ~ label,
.order__list-inputs .field__input input:not(:placeholder-shown) ~ label {
  font-size: 12px;
  top: 6px;
}
.order__list-inputs .field__input input:focus ~ label.req__label::after,
.order__list-inputs .field__input input:not(:placeholder-shown) ~ label.req__label::after {
  width: 3px;
  height: 3px;
  top: 5px;
  right: -5px;
}
.order__list-inputs .field__input input:not(:focus):valid {
  padding-top: 30px;
}
.order__list-tabs__title {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #E4E7EC;
  max-width: 540px;
}
@media (max-width: 991.98px) {
  .order__list-tabs__title {
    margin-bottom: 24px;
    overflow-x: auto;
    scrollbar-width: none;
    scrollbar-color: #FFF #FFF;
    gap: 26px;
    max-width: 470px;
  }
  .order__list-tabs__title::-webkit-scrollbar {
    width: 0px;
  }
  .order__list-tabs__title::-webkit-scrollbar-track {
    background: #FFF;
  }
  .order__list-tabs__title::-webkit-scrollbar-thumb {
    background-color: #FFF;
    border-radius: 10px;
  }
}
@media (max-width: 750px) {
  .order__list-tabs__title {
    max-width: 330px;
  }
}
@media (max-width: 650px) {
  .order__list-tabs__title {
    flex-direction: row-reverse;
    justify-content: flex-end;
  }
}
.order__tab-title {
  padding-bottom: 14px;
  border-bottom: 2px solid #FFF;
  transition: all 0.3s ease-in-out;
  font-size: 18px;
  line-height: 124%;
  color: #6D7176;
  cursor: pointer;
}
@media (max-width: 991.98px) {
  .order__tab-title {
    font-size: 16px;
    white-space: nowrap;
  }
}
@media (max-width: 750px) {
  .order__tab-title {
    font-size: 14px;
  }
}
.order__tab-title:hover {
  color: #373A41;
}
.order__tab-title.active {
  border-bottom: 2px solid #373A41;
  color: #373A41;
  font-weight: 600;
}
.order__tab-title span.mobile {
  display: none;
}
@media (max-width: 750px) {
  .order__tab-title span.mobile {
    display: block;
  }
}
@media (max-width: 750px) {
  .order__tab-title span.desctop {
    display: none;
  }
}
.order__tab {
  display: none;
}
.order__tab.active {
  display: block;
}
.order__list-shop {
  padding: 24px;
  border: 1px solid #E4E7EC;
}
@media (max-width: 991.98px) {
  .order__list-shop {
    padding: 16px;
  }
}
.order__shop-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 148%;
  margin-bottom: 4px;
}
.order__shop-adress {
  line-height: 140%;
  margin-bottom: 24px;
}
.order__shop-row {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  margin-bottom: 24px;
}
@media (max-width: 650px) {
  .order__shop-row {
    gap: 24px;
  }
}
.order__shop-name {
  font-size: 12px;
  line-height: 130%;
  color: #6D7176;
  margin-bottom: 4px;
}
.order__shop-text {
  line-height: 140%;
}
.order__shop-btn .btn__red {
  width: 279px;
  height: 48px;
}
@media (max-width: 991.98px) {
  .order__shop-btn .btn__red {
    width: 239px;
    height: 40px;
    font-size: 14px;
  }
}
.order__list-adress .adress__item {
  margin-bottom: 24px;
}
.order__list-adress .adress__item .adress__item-edit {
  font-size: 16px;
  font-weight: 600;
  line-height: 148%;
  text-decoration: underline;
}
.order__list-adress .adress__item.none {
  display: none;
}
.order__adress-btn .btn__red {
  width: 274px;
  height: 48px;
}
.order__adress-btn.none {
  display: none;
}
.order__adress-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 124%;
  margin-bottom: 16px;
}
.order__adress-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 24px;
}
@media (max-width: 991.98px) {
  .order__adress-row {
    grid-template-columns: 1fr;
  }
}
.order__adress-comment {
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: 600;
  line-height: 148%;
  text-decoration: underline;
  color: #90949A;
  cursor: pointer;
}
.order__adress-textarea {
  width: 345px;
}
.order__adress-textarea.none {
  display: none;
}
@media (max-width: 991.98px) {
  .order__adress-textarea {
    width: 100%;
  }
}
.order__adress-checkbox {
  margin-bottom: 24px;
}
.order__adress-checkbox > *:not(:last-child) {
  margin-bottom: 16px;
}
.order__adress-checkbox .checkbox .checkbox__input {
  display: none;
}
.order__adress-checkbox .checkbox .checkbox__input:checked + .checkbox__label::after {
  transform: translateY(0%) scale(1);
}
@media (max-width: 991.98px) {
  .order__adress-checkbox .checkbox .checkbox__input:checked + .checkbox__label::after {
    transform: translateY(0%) translateX(-8%) scale(0.8);
  }
}
@media (max-width: 650px) {
  .order__adress-checkbox .checkbox .checkbox__input:checked + .checkbox__label::after {
    transform: translateY(-10%) translateX(-8%) scale(0.8);
  }
}
.order__adress-checkbox .checkbox .checkbox__label {
  cursor: pointer;
  font-size: 16px;
  line-height: 148%;
  display: flex;
  align-items: center;
  position: relative;
  width: 309px;
}
@media (max-width: 650px) {
  .order__adress-checkbox .checkbox .checkbox__label {
    width: auto;
    align-items: flex-start;
  }
}
.order__adress-checkbox .checkbox .checkbox__label::before {
  content: "";
  flex: 0 0 24px;
  height: 24px;
  background-color: transparent;
  border: 2px solid #D4D7DC;
  margin-right: 12px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 991.98px) {
  .order__adress-checkbox .checkbox .checkbox__label::before {
    flex: 0 0 20px;
    height: 20px;
  }
}
.order__adress-checkbox .checkbox .checkbox__label::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  transform: translateY(-50%) scale(0);
  background-image: url("/img/checkbox-ok.svg");
}
.order__adress-checkbox .checkbox .checkbox__label:hover::before {
  border-color: #900020;
}
.order__service {
  display: none;
}
.order__service.active {
  display: block;
}
.order__service-noactive.none {
  display: none;
}
.order__service-info {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 24px;
  font-size: 16px;
}
.order__service-info svg {
  width: 24px;
  height: 24px;
  min-width: 24px;
  min-height: 24px;
}
@media (max-width: 650px) {
  .order__service-info svg {
    width: 16px;
    height: 16px;
    min-width: 16px;
    min-height: 16px;
  }
}
@media (max-width: 650px) {
  .order__service-info {
    align-items: flex-start;
    font-size: 12px;
    line-height: 15.6px;
  }
}
@media (max-width: 479.98px) {
  .order__service-info {
    max-width: 300px;
  }
}
.order__service-row {
  display: flex;
  align-items: center;
  gap: 20px;
}
.order__service-row.bottom {
  margin-bottom: 16px;
}
@media (max-width: 991.98px) {
  .order__service-row {
    justify-content: space-between;
  }
}
.order__service-row .checkbox .checkbox__input {
  display: none;
}
.order__service-row .checkbox .checkbox__input:checked + .checkbox__label::after {
  transform: translateY(0%) scale(1);
}
@media (max-width: 991.98px) {
  .order__service-row .checkbox .checkbox__input:checked + .checkbox__label::after {
    transform: translateY(0%) translateX(-8%) scale(0.8);
  }
}
.order__service-row .checkbox .checkbox__label {
  cursor: pointer;
  font-size: 16px;
  line-height: 148%;
  display: flex;
  align-items: center;
  position: relative;
  width: 309px;
}
@media (max-width: 650px) {
  .order__service-row .checkbox .checkbox__label {
    width: 203px;
    align-items: flex-start;
  }
}
.order__service-row .checkbox .checkbox__label::before {
  content: "";
  flex: 0 0 24px;
  height: 24px;
  background-color: transparent;
  border: 2px solid #D4D7DC;
  margin-right: 12px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 991.98px) {
  .order__service-row .checkbox .checkbox__label::before {
    flex: 0 0 20px;
    height: 20px;
  }
}
@media (max-width: 650px) {
  .order__service-row .checkbox .checkbox__label::before {
    margin-top: 2px;
  }
}
.order__service-row .checkbox .checkbox__label::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  transform: translateY(-50%) scale(0);
  background-image: url("/img/checkbox-ok.svg");
}
.order__service-row .checkbox .checkbox__label:hover::before {
  border-color: #900020;
}
.order__service-name {
  font-size: 16px;
  font-weight: 600;
  line-height: 148%;
  white-space: nowrap;
}
.order__pay-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 124%;
}
.order__pay-row {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  width: 950px;
}
@media (max-width: 1300px) {
  .order__pay-row {
    width: auto;
  }
}

.order__pay-row .radio input {
  display: none;
}

.order__pay-row .radio label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  line-height: 148%;
  padding: 4px 40px 4px 16px;
  border: none;
  cursor: pointer;
  height: 48px;
  position: relative;
  background: #F6F7FA;
  white-space: nowrap;
}
@media (max-width: 650px) {
  .order__pay-row .radio label {
    font-size: 14px;
    line-height: 140%;
  }
}
.order__pay-promo__text {
  font-size: 16px;
  font-weight: 600;
  line-height: 148%;
  text-decoration: underline;
  margin-bottom: 16px;
  cursor: pointer;
}
.order__pay-card__text {
  font-size: 16px;
  font-weight: 600;
  line-height: 148%;
  text-decoration: underline;
  margin-bottom: 16px;
  cursor: pointer;
}
.order__pay-form.none {
  display: none;
}
.order__pay-form .field__input {
  position: relative;
  width: 345px;
}
@media (max-width: 991.98px) {
  .order__pay-form .field__input {
    width: 100%;
  }
}
.order__pay-form .field__input input {
  background: #F6F7FA;
  border: 1px solid #F6F7FA;
  padding: 12px 16px;
  font-size: 16px;
  line-height: 148%;
  width: 345px;
}
.order__pay-form .field__input input:focus {
  background: #FFF;
  border-color: #90949A;
  padding-top: 28px;
}
@media (max-width: 991.98px) {
  .order__pay-form .field__input input {
    width: 100%;
  }
}
.order__pay-form .field__input.accepted input {
  background: #FFF;
  border-color: #D4D7DC;
}
.order__pay-form .field__input.accepted .clear {
  display: none;
}
.order__pay-form .field__input.accepted::after {
  content: "";
  position: absolute;
  right: 130px;
  top: 16px;
  width: 24px;
  height: 24px;
  background-image: url("/img/input-ok.svg");
}
@media (max-width: 991.98px) {
  .order__pay-form .field__input.accepted::after {
    top: 16px;
  }
}
.order__pay-form .field__input .field__label {
  position: absolute;
  top: 16px;
  left: 16px;
  color: #6D7176;
  pointer-events: none;
  cursor: text;
  transition: 0.3s;
  font-size: 16px;
  line-height: 148%;
}
.order__pay-form .field__input .field__label.req__label::after {
  content: "";
  top: 8px;
  right: -8px;
  width: 4px;
  height: 4px;
  position: absolute;
  border-radius: 50%;
  background: #D92121;
}
.order__pay-form .field__input input:focus ~ label,
.order__pay-form .field__input input:not(:placeholder-shown) ~ label {
  font-size: 12px;
  top: 6px;
}
.order__pay-form .field__input input:focus ~ label.req__label::after,
.order__pay-form .field__input input:not(:placeholder-shown) ~ label.req__label::after {
  width: 3px;
  height: 3px;
  top: 5px;
  right: -5px;
}
.order__pay-form .field__input input:not(:focus):valid {
  padding-top: 30px;
}
.order__pay-form .field__input .clear {
  right: 120px;
}
.order__pay-form .order__pay-btn {
  position: absolute;
  top: 8px;
  right: 8px;
}
@media (max-width: 991.98px) {
  .order__pay-form .order__pay-btn {
    top: 12px;
  }
}
.order__pay-form .order__pay-btn .btn {
  width: 109px;
  height: 32px;
}
.order__pay-form .order__pay-btn .btn.none {
  display: none;
}
.order__pay-success {
  font-size: 12px;
  line-height: 130%;
  color: #2E9C08;
  margin-top: 4px;
  display: none;
}
.order__pay-success.active {
  display: block;
}
.opt {
  margin-bottom: 120px;
}
@media (max-width: 991.98px) {
  .opt {
    margin-bottom: 80px;
  }
}
.opt__content {
  max-width: 1075px;
}
.opt__content > *:not(:last-child) {
  margin-bottom: 24px;
}
.opt__info {
  font-size: 18px;
  font-weight: 600;
  line-height: 124%;
}
@media (max-width: 991.98px) {
  .opt__info {
    font-size: 16px;
  }
}
.opt__text {
  font-size: 16px;
  line-height: 148%;
}
@media (max-width: 991.98px) {
  .opt__text {
    font-size: 14px;
  }
}
.opt__title {
  font-size: 18px;
  font-weight: 600;
  line-height: 124%;
  margin-bottom: 16px;
}
@media (max-width: 991.98px) {
  .opt__title {
    font-size: 16px;
  }
}
.opt__list > *:not(:last-child) {
  margin-bottom: 4px;
}
.opt__list li {
  font-size: 16px;
  line-height: 148%;
}
@media (max-width: 991.98px) {
  .opt__list li {
    font-size: 14px;
  }
}
.opt__row {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
@media (max-width: 550px) {
  .opt__row {
    flex-direction: column;
    gap: 16px;
  }
}
.opt__item {
  width: 224px;
}
.opt__item .opt__item-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 148%;
  margin-bottom: 4px;
}
@media (max-width: 991.98px) {
  .opt__item .opt__item-title {
    font-size: 14px;
  }
}
@media (max-width: 991.98px) {
  .opt__item {
    width: auto;
  }
}
.opt__mail {
  font-size: 16px;
  line-height: 148%;
  color: #900020;
  text-decoration: underline;
}
@media (max-width: 991.98px) {
  .opt__mail {
    font-size: 14px;
  }
}
.opt__tel {
  font-size: 16px;
  line-height: 148%;
}
@media (max-width: 991.98px) {
  .opt__tel {
    font-size: 14px;
  }
}
.opt__btn .btn {
  width: 240px;
  height: 56px;
}

.footer {
  background: #F6F7FA;
}
.footer__row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  padding: 56px 0;
  border-bottom: 1px solid #E4E7EC;
}
@media (max-width: 1087px) {
  .footer__row {
    flex-direction: column-reverse;
    padding: 40px 0;
  }
}
.footer__left {
  min-width: 467px;
}
@media (max-width: 1300px) {
  .footer__left {
    min-width: auto;
  }
}
.footer__block {
  margin-bottom: 56px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 16px;
}
.footer__title {
  font-weight: 600;
  font-size: 16px;
  line-height: 148%;
}
.footer__text {
  font-size: 16px;
  line-height: 148%;
  color: #6D7176;
}
.footer__developer {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 40px;
}
.footer__social {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 16px;
}
.footer__social-row {
  display: flex;
  align-items: center;
  gap: 8px;
}
.footer__social-row a svg path {
  fill: #373A41;
}
.footer__social-row a:nth-child(1):hover svg path {
  fill: #2AABEE;
}
.footer__social-row a:nth-child(2):hover svg path {
  fill: #735FF3;
}
.footer__social-row a:nth-child(3):hover svg path {
  fill: #25D266;
}
.footer__columns {
  display: flex;
  align-items: flex-start;
  gap: 80px;
}
@media (max-width: 1300px) {
  .footer__columns {
    gap: 43px;
  }
}
@media (max-width: 1087px) {
  .footer__columns {
    flex-direction: column;
    gap: 24px;
  }
}
.footer__column {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 16px;
}
.footer__column:first-child {
  gap: 24px;
}
@media (max-width: 991.98px) {
  .footer__column.accordion__item {
    max-height: 24px;
    overflow: hidden;
    width: calc(100% + 60px);
    transition: all 0.3s;
  }
  .footer__column.accordion__item .footer__title {
    position: relative;
  }
  .footer__column.accordion__item .footer__title::after {
    content: "";
    position: absolute;
    right: -25px;
    top: 5px;
    width: 16px;
    height: 16px;
    background-image: url("/img/aroow-footer.svg");
  }
  .footer__column.accordion__item.accordion__item-show {
    max-height: 100%;
    overflow: visible;
    transition: all 0.3s;
  }
}
.footer__link {
  font-size: 16px;
  line-height: 148%;
  color: #6D7176;
  white-space: nowrap;
}
.footer__bottom {
  padding: 40px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 550px) {
  .footer__bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    padding: 24px 0;
  }
}
.footer__copyright {
  color: #6D7176;
}
.footer__payment {
  display: flex;
  align-items: center;
  gap: 24px;
}
@media (max-width: 550px) {
  .footer__payment {
    gap: 20px;
  }
}
.footer__payment li .hover {
  display: none;
}
.footer__payment li:hover .nohover {
  display: none;
}
.footer__payment li:hover .hover {
  display: block;
}
.footer__payment li:nth-child(1) .hover {
  margin-bottom: 3px;
}
.footer__payment li:nth-child(2) .hover {
  margin-bottom: 3px;
  margin-left: 1px;
}
.footer__payment li:nth-child(3) .hover {
  margin-bottom: 2px;
}
.footer__payment li:nth-child(4) .hover {
  margin-bottom: 4px;
}
.footer__payment li:nth-child(5) .hover {
  margin-bottom: 4px;
}

/* ========= Новые стили =========== */
.card__item-article {
  color: #90949A;
  font-size: 12px;
  line-height: 130%;
  margin-bottom: 8px;
}
@media (max-width: 991.98px) {
  .card__item-article {
    font-size: 10px;
    margin-bottom: 4px;
  }
}

.card__item {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.card__item-title {
	height: 74px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media (max-width: 991.98px) {
  .card__item-title {
    font-size: 12px;
    font-weight: 600;
    height: 52px;
  }
}
#vacancyFileInput {
	display: none;
}

.review__form-foto-input {
	display: none;
}
.review__form-foto-label {
	display: flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    font-weight: 600;
    line-height: 148%;
    color: #90949A;
    text-decoration: underline;
    cursor: pointer;
    width: fit-content;
}

@media screen and (max-width: 400px) {
  .category__list-items {
		gap: 5px;
	}
}
@media screen and (max-width: 360px) {
	.container {
		/* padding: 0; */
	}
	
	.page__title-column {
		padding: 0 5px;
	}
}

.interest__content .category__list-items {
	
}
.interest__content .category__list-items {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
	margin-bottom: 40px;
  }
  @media (max-width: 1600px) {
	.interest__content .category__list-items {
		grid-template-columns: repeat(4, 1fr);
	  }
	}
	@media (max-width: 780px) {
		.interest__content .category__list-items {
		grid-template-columns: repeat(3, 1fr);
	  }
	}
	@media (max-width: 560px) {
		.interest__content .category__list-items {
		grid-template-columns: repeat(2, 1fr);
		gap: 16px;
	  }
}


body .ymaps-b-balloon {
  margin: -59px 0 0 -8px;
  width: 305px !important;
  background: #fff;
  background: var(--card_bg_black);
  border-radius: 3px;
  padding: 30px 45px 30px 30px;
  -webkit-box-shadow: 0px 5px 20px 0px rgba(18, 25, 38, 0.1);
  -moz-box-shadow: 0px 5px 20px 0px rgba(18, 25, 38, 0.1);
  box-shadow: 0px 5px 20px 0px rgba(18, 25, 38, 0.1);
  font: 15px / 25px Montserrat, Arial, sans-serif;
  background: #fff;
}
.ymaps-b-balloon__content {
  border: none !important;
}
.ymaps-b-balloon__sprite_type_tail {
  display: none !important;
}
body .ymaps-b-balloon:before {
  content: "";
  background: #fff;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -10px;
  box-sizing: border-box;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
body .ymaps-b-balloon .ymaps-b-balloon__contentymaps {
  width: 100% !important;
  height: auto !important;
  overflow: visible !important;
}
.ymaps-b-balloon__tr,
.ymaps-b-balloon__tl,
.ymaps-b-balloon__bl,
.ymaps-b-balloon__br {
  display: none !important;
}
body .ymaps-b-balloon .ymaps-b-balloon__close.close_custom {
  top: 11px!important;
  right: 11px !important;
  width: 26px !important;
  height: 26px !important;
  background: none !important;
  border-radius: 100% !important;
  transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -ms-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  -webkit-transition: background-color 0.3s ease;
}
.ymaps-shadows-pane {
  display: none !important;
}

.cluster_custom {

}
.cluster_customspan {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1;
}
.cluster_custom svg .cls-cluster2, .cls-marker2 {
  fill: #900020 !important;
}
.page__title-link {
  padding-bottom: 16px;
}
.page__title-wrapper__dropdown {
  position: relative;
  padding-bottom: 16px;
}
.page__title-wrapper__dropdown .page__title-link {
  padding-bottom: 0;
}
.page__title-wrapper__dropdown .page__title-dropdown-list {
  position: absolute;
  top: 20px;
  left: 0;
  z-index: -1;
  background: #FFF;
  box-shadow: 0px 12px 32px 0px rgba(0, 0, 0, 0.08);
  padding: 16px;
  opacity: 0;
  top: 25px;
  transition: 0.2s ease-in-out;
}
.page__title-wrapper__dropdown .page__title-dropdown-list > *:not(:last-child) {
  margin-bottom: 8px;
}
.page__title-wrapper__dropdown .page__title-dropdown-list > * {
  white-space: nowrap;
  font-size: 12px;
  line-height: 130%;
}
.page__title-wrapper__dropdown .page__title-dropdown-list li:hover {
  color: #900020;
}

.page__title-wrapper__dropdown:hover .page__title-dropdown-list {
  top: 20px;
  opacity: 1;
  z-index: 1000;
}
.header__catalog-back {
  display: none;
  align-items: center;
  gap: 8px;
  margin-bottom: 24px;
  color: #900020;
  cursor: pointer;
}
@media(max-width: 1150px) {
  .header__catalog-back {
    display: flex;
  }
}

.category__swiper-navigation .category__swiper-prev,
.category__swiper-navigation .category__swiper-next {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 100px;
  background: #a9abb070;
  cursor: pointer;
  position: absolute;
  bottom: 36px;
  z-index: 2;
}
.category__swiper-navigation .category__swiper-prev svg,
.category__swiper-navigation .category__swiper-next svg {
  /*stroke: #373A41;*/
  stroke: #000;
}
.category__swiper-navigation .category__swiper-prev.swiper-button-disabled,
.category__swiper-navigation .category__swiper-next.swiper-button-disabled {
  display: none;
}
.category__swiper-navigation .category__swiper-prev {
  left: 10px;
}
.category__swiper-navigation .category__swiper-next {
  right: 20px;
}
@media (max-width: 991.98px) {
  .category__block-item__text {
    line-height: 130%;
  }
  .category__swiper-navigation .category__swiper-prev {
    left: 0;
    width: 32px;
    height: 32px;
    bottom: 30px;
  }
  .category__swiper-navigation .category__swiper-next {
    right: 0;
    width: 32px;
    height: 32px;
    bottom: 30px;
  }
}

@media screen and (max-width: 1030px) {
  .interest__list {
    grid-template-columns: repeat(3, 1fr);
  }
  .interest__item-top {
    height: auto;
  }
  .interest__item-img {
    aspect-ratio: initial;
    margin: 0 auto;
  }
}
@media screen and (max-width: 770px) {
  .interest__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 550px) {
  .interest__list {
    grid-template-columns: repeat(1, 1fr);
  }
}

.bx_filter_button_box .filter_button_show .btn {
  text-shadow: none !important;
}

/*.payTwolabel{
	display: none !mportant;
}*/


.card__swiper .swiper-slide img.swiper-img-custom {
    height: calc(100% - 70px);
}

@media screen and (max-width:1200px) {
.card__swiper .swiper-slide img.swiper-img-custom {
    height: calc(100% - 30px);
}
}
@media screen and (max-width:830px) {
.card__swiper .swiper-slide img.swiper-img-custom {
    height:  unset;
}
}
@media (max-width: 750px) {
  .card__swiper .swiper-slide img {
    max-height: 100px;
    width: auto !important;
  }
  .lb-nav a.lb-next, .lb-nav a.lb-prev {
    opacity: 1 !important;
  }
}
.btn_auth {
  width: 100%;
  height: 56px;
}
.reg_btn {
  text-decoration: underline;
  font-size: 16px;
  text-underline-offset: 7px;
}
.input_wrap {
  margin-bottom: 25px;
}
.input_wrap input {
  display: block;
    width: 100%;
    font-size: 18px;
    height: 38px;
    margin: 0;
    padding: 0 4px;
    border: 1px solid #CCD5DB;
    border-radius: 2px;
    background: #f8fafc;
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Модалки авторизаци + смена пароля */
.enter__body-form input.req + label::after,
.login__edit-form input.req + label::after {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #D92121;
  position: absolute;
  right: -8px;
  top: 7px;
}

.modal .enter__body .enter__body-text {
  font-size: 14px;
}

.modal .enter__body .enter__body-img {
  text-align: center;
}

.modal .enter__body .enter__body-error, .login__edit-form .enter__body-error {
  text-align: start;
  font-size: 12px;
  margin-top: -12px;
  margin-bottom: 8px;
  display: none;
}
.modal .enter__body .enter__body-error.active, .login__edit-form .enter__body-error.active {
  display: block;
}

.field__input.password .hide {
  position: absolute;
  top: 18px;
  right: 16px;
  z-index: 2;
}
.field__input.password .hide.none {
  display: none;
}

.field__input.password .show {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 2;
}
.field__input.password .show.none {
  display: none;
}

.modal .enter__body .field__input.password.accepted::after {
  display: none;
}

.modal .enter__body .enter__body-registration button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 148%;
  background: transparent;
  width: 100%;
  margin-top: 48px;
}

.enter__body.modal__body.small.padding-bottom {
  padding-bottom: 24px;
}

.login__edit-form .field__input .field__label {
  position: absolute;
  top: 16px;
  left: 16px;
  color: #6d7176;
  pointer-events: none;
  cursor: text;
  transition: 0.3s;
  font-size: 16px;
  line-height: 148%;
}

.login__edit-form .field__input input:focus ~ label,
.login__edit-form .field__input input:not(:placeholder-shown) ~ label {
  font-size: 12px;
  top: 6px;
}

.login__edit {
  margin-bottom: 120px;
  padding: 24px;
  border: 1px solid #E4E7EC;
}
@media (max-width: 550px) {
  .login__edit {
    padding: 16px;
  }
}
.login__edit .login__edit-form {
  max-width: 345px;
}
.login__edit .login__edit-text {
  font-size: 16px;
  margin-bottom: 16px;
  max-width: 345px;
  line-height: 148%;
}
.login__edit .field__input {
  margin-bottom: 24px;
}
.login__edit .field__input.bottom {
  margin-bottom: 16px !important;
}
.login__edit .login__edit-error {
  margin-top: -20px;
  font-size: 12px;
  line-height: 130%;
  color: #D92121;
  margin-bottom: 24px;
  display: none;
}
.login__edit .login__edit-error.active {
  display: block;
}
.login__edit .login__edit-button button {
  width: 100%;
  height: 48px;
}
.enter__body-recover {
  display: inline-block;
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 148%;
  color: #900020;
}
.category__content .category__swiper  {
  margin-left: 0 !important;
}
.info__modal-body {
  width: 424px;
  background: #fff;
  padding: 40px;
}
.info__modal-body .info__modal-title {
  text-align: center;
  margin-bottom: 24px;
  font-size: 24px;
  font-weight: 600;
  line-height: 124%;
}
.info__modal-body .info__modal-text {
  text-align: center;
  margin-bottom: 24px;
  font-size: 16px;
}
.info__modal-body .info__modal-bottom button {
  width: 100%;
  height: 56px;
}

@media (max-width: 1087px) {
  .modal .info__modal-body {
      width: 416px;
  }
  .info__modal-title {
      font-size: 20px;
  }
}
@media (max-width: 550px) {
  .modal .info__modal-body {
      padding: 56px 16px;
  }
}
.alert.alert-danger.error_t {
  color: red;
}

.category__swiper-navigation .category__swiper-prev, .category__swiper-navigation .category__swiper-next {
  background: #d9dadc;
}

/* Модульные кухни */
@media (max-width: 550px) {
  .wrapper.arrow .btn-up.btn-up_top {
    bottom: 120px !important;
  }
}

.card__module-category {
  padding-bottom: 24px;
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  border-bottom: 1px solid #E4E7EC;
  margin-bottom: 0;
}
.card__module-category svg {
  stroke: #900020;
  transform: rotate(0deg);
  transition: all 0.2s ease-in-out;
}
.card__module-category + .card__module-list {
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.card__module-category.active {
  margin-bottom: 24px;
}
.card__module-category.active svg {
  transform: rotate(90deg);
}
.card__module-category.active + .card__module-list {
  max-height: max-content;
  transition: all 0.3s ease-in-out;
  overflow: visible;
  margin-bottom: 24px;
}

.card__module-list .card__module-item {
  position: relative;
}
.card__module-list .card__module-item .card__cart {
  position: absolute;
  right: 2px;
  bottom: 8px;
  display: none;
}
.card__module-list .card__module-item .card__module-btn.active + .card__cart {
  display: flex;
}

.card__module-included {
  margin-bottom: 56px;
}
.card__module-included > *:not(:last-child) {
  margin-bottom: 8px;
}
.card__module-included .card__module-included-item {
  padding: 16px;
  border: 1px solid #E4E7EC;
  position: relative;
}
.card__module-included .card__module-included-item .item__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 800px) {
  .card__module-included .card__module-included-item .item__row {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    width: 100%;
  }
}
.card__module-included .card__module-included-item .item__row .item__left {
  display: flex;
  align-items: center;
  gap: 16px;
}
.card__module-included .card__module-included-item .item__row .item__left .title {
  font-size: 16px;
}
.card__module-included .card__module-included-item .item__row .item__left img {
  width: 40px;
  height: 40px;
  object-fit: cover;
}
.card__module-included .card__module-included-item .item__row .item__right {
  display: flex;
  align-items: center;
  gap: 56px;
}
@media (max-width: 1150px) {
  .card__module-included .card__module-included-item .item__row .item__right {
    gap: 24px;
  }
}
@media (max-width: 800px) {
  .card__module-included .card__module-included-item .item__row .item__right {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
}
.card__module-included .card__module-included-item .item__row .item__right .card__module-price {
  margin-bottom: 0;
  order: 2;
}
.card__module-included .card__module-included-item .item__row .item__right .card__module-price > * {
  white-space: nowrap;
}
@media (max-width: 1150px) {
  .card__module-included .card__module-included-item .item__row .item__right .card__module-price {
    flex-direction: row;
    align-items: center;
    gap: 12px;
  }
}
.card__module-included .card__module-included-item .item__row .item__right .card__cart {
  order: 1;
  display: none !important;
}
@media (max-width: 800px) {
  .card__module-included .card__module-included-item .item__row .item__right .card__cart {
    position: absolute;
    bottom: 8px;
    right: 2px;
  }
}
.card__module-included .card__module-included-item .item__row .item__right .card__module-btn {
  order: 3;
}
.card__module-included .card__module-included-item .item__row .item__right .card__module-btn.active + .card__cart {
  display: flex !important;
}
@media (min-width: 800px) {
  .card__module-included .card__module-included-item .item__row .item__right .card__module-btn .card__module-add, .card__module-included .card__module-included-item .item__row .item__right .card__module-btn .card__module-delete {
    display: none;
  }
}
.btn.btn-default.btn-md.card__item-cart {
  background: #AC2C3C;
}
.fgh {
  background: url("/local/templates/mdc/img/notification-bell.png");
  width: 32px;
    height: 32px;
}
/* ======================= Новые стили оформления заказа ====================== */
.adress__create-form {
  display: flex;
  flex-direction: column;
}
.adress__create-form .adress__form-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 124%;
  margin-bottom: 24px;
}
@media (max-width: 1087px) {
  .adress__create-form .adress__form-title {
    font-size: 20px;
  }
}
.adress__create-form .field__input {
  margin-bottom: 16px;
}
.adress__create-form .field__input input {
  background: #F6F7FA;
  border: 1px solid #F6F7FA;
  padding: 12px 16px;
  font-size: 16px;
  line-height: 148%;
}
.adress__create-form .field__input input:focus {
  background: #FFF;
  border-color: #90949A;
  padding-top: 28px;
}
.adress__create-form .field__input.accepted input {
  background: #FFF;
  border-color: #D4D7DC;
}
.adress__create-form .field__input.accepted .clear {
  display: none;
}
.adress__create-form .field__input.accepted::after {
  content: "";
  position: absolute;
  right: 16px;
  top: 16px;
  width: 24px;
  height: 24px;
  background-image: url("./../img/input-ok.svg");
}
.adress__create-form .field__input .field__label {
  position: absolute;
  top: 16px;
  left: 16px;
  color: #6D7176;
  pointer-events: none;
  cursor: text;
  transition: 0.3s;
  font-size: 16px;
  line-height: 148%;
}
.adress__create-form .field__input .field__label.req__label::after {
  content: "";
  top: 8px;
  right: -8px;
  width: 4px;
  height: 4px;
  position: absolute;
  border-radius: 50%;
  background: #D92121;
}
.adress__create-form .field__input input:focus ~ label,
.adress__create-form .field__input input:not(:placeholder-shown) ~ label {
  font-size: 12px;
  top: 6px;
}
.adress__create-form .field__input input:focus ~ label.req__label::after,
.adress__create-form .field__input input:not(:placeholder-shown) ~ label.req__label::after {
  width: 3px;
  height: 3px;
  top: 5px;
  right: -5px;
}
.adress__create-form .field__input input:not(:focus):valid {
  padding-top: 30px;
}
.adress__create-form .adress__form-row {
  display: grid;
  gap: 16px;
  margin-bottom: 8px;
}
@media (max-width: 1087px) {
  .adress__create-form .adress__form-row {
    gap: 0;
  }
}
@media (max-width: 1087px) {
  .adress__create-form .adress__form-row {
    margin-bottom: 0;
  }
}
.adress__create-form .adress__form-row.col-3 {
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 1087px) {
  .adress__create-form .adress__form-row.col-3 {
    grid-template-columns: 1fr;
  }
}
.adress__create-form .adress__form-row.col-2 {
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 1087px) {
  .adress__create-form .adress__form-row.col-2 {
    grid-template-columns: 1fr;
  }
}
.adress__create-form .adress__form-checkbox {
  margin-bottom: 24px;
}
.adress__create-form .adress__form-checkbox .checkbox__input {
  display: none;
}
.adress__create-form .adress__form-checkbox .checkbox__input:checked + .checkbox__label::after {
  transform: translateY(0%) scale(1);
}
.adress__create-form .adress__form-checkbox .checkbox__label {
  cursor: pointer;
  font-size: 16px;
  line-height: 148%;
  display: flex;
  align-items: center;
  position: relative;
}
.adress__create-form .adress__form-checkbox .checkbox__label::before {
  content: "";
  flex: 0 0 24px;
  height: 24px;
  background-color: transparent;
  border: 2px solid #D4D7DC;
  margin-right: 12px;
  transition: all 0.3s ease-in-out;
}
.adress__create-form .adress__form-checkbox .checkbox__label::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  transform: translateY(-50%) scale(0);
  background-image: url("/img/checkbox-ok.svg");
}
.adress__create-form .adress__form-checkbox .checkbox__label:hover::before {
  border-color: #900020;
}
.adress__create-form .adress__form-btn .btn {
  width: 100%;
  height: 56px;
}
@media (max-width: 1087px) {
  .adress__create-form .adress__form-btn {
    margin-top: 24px;
  }
}
.adress__create-form .order__adress-textarea {
  width: 100%;
  margin-bottom: 24px;
}
.adress__create-form .order__adress-textarea textarea {
  height: 56px;
  padding: 0 16px;
}
.adress__create-form .order__adress-textarea textarea:focus {
  padding-top: 28px;
}
@media (max-width: 1087px) {
  .adress__create-form .order__adress-textarea {
    margin-top: 16px;
  }
}

.dropdown__button {
  height: 56px;
}

.order__adress-btn {
  margin-bottom: 40px;
}
@media (max-width: 1087px) {
  .order__adress-btn {
    margin-bottom: 24px;
  }
}
.order__adress-btn .btn__transparent {
  background: transparent;
  height: 48px;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #900020;
  gap: 12px;
  color: #900020;
  font-weight: 600;
  font-size: 16px;
  line-height: 148%;
  transition: all 0.3s;
}
.order__adress-btn .btn__transparent svg {
  stroke: #900020;
  transition: all 0.3s;
}
.order__adress-btn .btn__transparent:hover {
  border-color: #AC2C3C;
  color: #AC2C3C;
}
.order__adress-btn .btn__transparent:hover svg {
  stroke: #AC2C3C;
}

.save-adress__body {
  width: 600px;
  padding: 40px;
  background: #FFF;
}
@media (max-width: 550px) {
  .save-adress__body {
    padding: 40px 16px;
  }
}
.save-adress__body .save-adress__body-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 124%;
  text-align: center;
  margin-bottom: 24px;
}
.save-adress__body .save-adress__body-title.b-16 {
  margin-bottom: 16px;
}
@media (max-width: 550px) {
  .save-adress__body .save-adress__body-title {
    font-size: 20px;
  }
}
.save-adress__body .save-adress__body-subtitle {
  text-align: center;
  font-size: 16px;
  line-height: 148%;
  margin-bottom: 24px;
  white-space: nowrap;
}
.save-adress__body .order__list-adress .adress__item {
  margin-bottom: 0;
}
@media (max-width: 650px) {
  .save-adress__body .order__list-adress .adress__item .adress__item-title {
    max-width: 100%;
  }
}
.save-adress__body .order__list-adress > *:not(:last-child) {
  margin-bottom: 8px;
}
.save-adress__body button {
  width: 100%;
  height: 48px;
  margin-top: 16px;
}
.save-adress__body button.small {
  width: 175px;
  margin: 0 auto;
}
#selectdate {
  background-color:#F6F7FA;
    cursor: pointer;
    font-size: 12px;
    line-height: 130%;
    text-decoration: none;
    width: 100%;
    height: 48px;
    border: 1px solid #F6F7FA;
    text-align: start;
    transition: all 0.3s ease-in-out;
    padding: 6px 16px;
    color: #6D7176;
}
.bottom_s_text {
  margin-bottom: 50px;
}
.none {
  display: none;
}
.btn.close__modal-addr {
  height: 48px;
}
.free-delivery__modal-body {
  width: 480px;
  background: #FFF;
  padding: 0px;
}
@media (max-width: 550px) {
  .free-delivery__modal-body.bottom {
    bottom: 0 !important;
    height: auto !important;
    top: auto !important;
    transform: translateY(0%) !important;
    width: 100%;
  }
  .free-delivery__modal-body.bottom .modal__close.mobile {
    display: block;
  }
  .free-delivery__modal-body.bottom .modal__close.desctop {
    display: none;
  }
}
@media (max-width: 550px) {
  .free-delivery__img img {
    width: 100%;
    height: auto;
  }
}
.free-delivery__block {
  padding: 24px 40px;
}
@media (max-width: 550px) {
  .free-delivery__block {
    padding: 16px;
  }
}
.free-delivery__title {
  font-weight: 600;
  font-size: 32px;
  line-height: 35px;
  margin-bottom: 16px;
}
@media (max-width: 550px) {
  .free-delivery__title {
    text-align: center;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 8px;
  }
}
.free-delivery__text {
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 24px;
}
@media (max-width: 550px) {
  .free-delivery__text {
    text-align: center;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 16px;
  }
}
@media (max-width: 390px) {
  .free-delivery__text {
    max-width: 300px;
    margin: 0 auto 16px;
  }
}
.free-delivery__text span {
  font-weight: 600;
  color: #900020;
}
.free-delivery__btn .btn {
  width: 100%;
  height: 56px;
}

@media (max-width: 550px) {
  .modal.bottom {
    bottom: 0;
    top: auto;
    height: auto;
  }
}
#dostavka {
  flex-wrap: wrap;
}
.dost_wrap {
  flex-wrap: wrap;
  display: flex;
  width: 100%;
  justify-content: space-between;
  border-bottom: 1px solid #ececec;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.dost_text span {
  color: #900020;
}
#enter2 .close__modal-enter.hidden {
  display: none;
}
.hidden {
  display: none;
}
.order__pay-row .radio label svg {
  min-width: 24px;
}

.order__pay-row .radio label::before {
  content: "";
  flex: 0 0 24px;
  height: 24px;
  background-color: transparent;
  border: 2px solid #d4d7dc;
  border-radius: 50%;
}

.order__pay-row .radio input:checked + label::before {
  border-color: #900020;
}

.order__pay-row .radio label::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 21px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #fff;
}

.order__pay-row .radio input:checked + label::after {
  background: #900020;
}
.order__pay-row{
  display: block !important;
}
.order__pay-row .radio__item{
  margin-bottom: 10px !important;
}
.order__pay-row .radio__item .radio{
  display: inline-block !important;
}