/*Страница каталога*/
.catalog-h1 span {
  font-size: 16px;
  font-weight: 600;
  color: rgba(21, 21, 21, 0.3);
  margin-left: 10px;
}

.plitka-tegov {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}

.plitka-tegov.variant-01 {
  margin-bottom: 30px;
}

.plitka-tegov.variant-02 {
    margin-bottom: 40px;
    height: 48px;
    flex-wrap: nowrap;
    flex-direction: row;
    overflow-x: auto;
    max-width: 1070px;
  -webkit-scroll-behavior: smooth;
  -moz-scroll-behavior: smooth;
  -ms-scroll-behavior: smooth;
  scroll-behavior: smooth;
  -webkit-scroll-snap-type: x mandatory;
  -moz-scroll-snap-type: x mandatory;
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
  -webkit-scroll-padding-left: 0px;
  -moz-scroll-padding-left: 0px;
  -ms-scroll-padding-left: 0px;
  scroll-padding-left: 0px;
  -webkit-scrollbar-width: none;
  -moz-scrollbar-width: none;
  -ms-scrollbar-width: none;
  scrollbar-width: none;
  -ms-overflow-style: none;
  -webkit-scroll-padding-left: 0px;
  -moz-scroll-padding-left: 0px;
  -ms-scroll-padding-left: 0px;
  scroll-padding-left: 0px;
}

.plitka-tegov .teg {
  display: flex;
  align-items: center;
  background-color: white;
  border: 1px solid rgb(206, 218, 237);
  border-radius: 20px;
  padding: 5px 15px;
  margin: 0 10px 10px 0;
  box-sizing: border-box;
}

.plitka-tegov.variant-01 .teg {
  height: 100px;
  width: calc(25% - 10px);
  color: var(--black);
}

.plitka-tegov.variant-02 .teg {
  background-color: var(--l-blue);
  border: none;
  font-size: 115%;
  font-weight: 600;
  line-height: 22px;
  padding: 8px 20px;
  white-space: nowrap;
}

.plitka-tegov.variant-02 .teg.clear {
  padding: 8px 40px 8px 20px;
  background-image: url(../images/close-black.svg);
  background-repeat: no-repeat;
  background-position: center right 15px;
}

.plitka-tegov.variant-02 .teg.clear:hover {
  background-image: url(../images/close-white.svg);
  background-repeat: no-repeat;
  background-position: center right 15px;
}

.plitka-tegov.variant-02 .teg:hover {
  background: var(--blue);
  color: white;
}

.mobile-view .plitka-tegov.variant-02 .teg:hover {
  background-color: var(--l-blue);
  color: var(--black);
}

.plitka-tegov.variant-02 .teg.active, .mobile-view .plitka-tegov.variant-02 .teg.active:hover {
  background: var(--blue);
  padding: 8px 40px 8px 20px;
  color: white;
  background-image: url("../images/close-white.svg");
  background-repeat: no-repeat;
  background-position: center right 15px;
}

.plitka-tegov .teg-img {
  width: 100%;
  max-width: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.plitka-tegov .teg-text {
  padding: 0 10px;
  font-size: 115%;
  font-weight: 700;
}

.plitka-tegov.variant-01 .teg:hover {
  color: var(--grey);
}

.plitka-tegov.variant-01 .teg.more {
  background: var(--l-blue);
  justify-content: center;
  cursor: pointer;
}

.plitka-tegov.variant-01 .teg.more .teg-img {
  width: 30px;
}

.plitka-tegov.variant-01.show-2-row {
  max-height: 220px;
  margin-right: -10px;
  overflow: hidden;
}

.catalog-page .catalog-page-left {
  min-width: 342px;
  max-width: 342px;
  background-color: white;
  padding: 30px;
  border-radius: 16px;
}

.catalog-page .catalog-page-left.prilip {
  z-index: 1;
  top: 0;
  position: sticky;
  position: -webkit-sticky;
  max-height: 99vh;
  overflow-y: auto;
  padding-right: 20px;
}

.prilip .podskazka .podskazka-text {
  left: -100px;
  top: 27px;
  border-radius: 10px;
}

.catalog-page .catalog-page-left .catalog-page-stroke {
  width: 100%;
  min-height: 40px;
  margin-bottom: 40px;
}

.catalog-page .catalog-page-right {
  overflow: hidden;
  padding-left: 25px;
  flex-grow: 1;
  min-width: 1px;
  padding-right: 20px;
  margin-right: -20px;
  display: flex;
  padding-bottom: 20px;
  margin-bottom: -20px;
  flex-direction: column;
}

.catalog-page .catalog-page-right.full-width {
  margin-left: 0;
}

.catalog-page .catalog-page-right .shagi-close {
  padding: 0;
  font-weight: 700;
}

.catalog-page .catalog-page-right h2 {
  margin: 0 0 10px 0;
}

.catalog-page-left .zagolovok {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  font-size: 140%;
  font-weight: 800;
  align-items: center;
  margin-bottom: 15px;
  justify-content: space-between;
}

.filter-checkbox .block-show {
  margin: 25px 0;
}

.catalog-page-stroke.path > div a {
  background-image: url("../images/galka-left.svg");
  background-repeat: no-repeat;
  background-position: left 10px top 13px;
  padding: 10px 10px 10px 25px;
  border-radius: 6px;
  display: inline-block;
  margin-bottom: 1px;
  font-size: 140%;
  font-weight: 500;
  line-height: 18px;
}

.catalog-page .catalog-page-stroke.path .active > a {
  background-color: var(--l-blue);
}

.catalog-page .path .path-lvl-0 > a {
  padding: 10px 10px 10px 17px;
  background-position: left top 12px;
  margin-left: 0;
}

.catalog-page .path .path-lvl-0 a:hover {
  opacity: 0.8;
}

.catalog-page .path .path-lvl-1 a {
  margin-left: 10px;
  font-size: 125%;
}


.catalog-page .path .path-lvl-2 a {
  margin-left: 30px;
  font-size: 115%;
  font-weight: 700;
}

.filter-brands .checkmark {
  width: 120px;
  height: 45px;
  min-width: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  box-sizing: border-box;
  background: white;
  border: 2px solid white;
}

.filter-brands .checkmark img {
  margin: 0;
  max-width: 100%;
  max-height: 100%;
  height: 21px;
  text-align: center;
}

.catalog-page .path .path-lvl-0.active > a {
  padding-left: 28px;
  background-position: left 10px top 12px;
  margin-left: -10px;
}

.filter-brands input[type="checkbox"]:checked + .checkmark {
  border: 2px solid var(--blue);
  background-color: inherit;
}

.goods-item-body .price {
  font-size: 185%;
  font-weight: 700;
  line-height: 30px;
}

.goods-item-body .bonus {
  font-size: 100%;
  font-weight: 600;
  line-height: 20px;
  color: var(--bonus-color);
}

.goods-item-body .count-buy {
  display: flex;
  justify-content: space-between;
}

.goods-item-body .count-buy .stroke-count {
  width: 50%;
  margin-right: 2px;
  min-width: auto;
}

.goods-item-body .count-buy .stroke-count div:nth-child(2) {
  font-size: 130%;
  margin: 5px 0 0 0;
}

.goods-item-body button.knopka-buy {
  background: var(--black);
  width: 50%;
  margin-left: 3px;
}

.goods-item-body button.knopka-buy-1-click {
  width: 100%;
  margin-top: 10px;
}

.goods-item-body .text > div a,
.goods-item-body .text > div{
  display: -webkit-box;
  -webkit-line-clamp: 3;
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.goods-item-body .text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
  padding: 0 20px;
  max-width: 400px;

}

.goods-item-body .text div:nth-child(1) {
  color: var(--black);
  font-size: 125%;
  font-weight: 600;
}

.goods-item-body .text div:nth-child(3) {
  color: var(--grey);
  font-size: 115%;
  font-weight: 500;
}

.goods-item-body .goods-item-body-container {
  display: flex;
}

.goods-item-body .money {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-left: auto;
  width: 295px;
  min-width: 295px;
}

.goods-item-body .image {
  width: 200px;
  height: 175px;
  display: flex;
  padding: 15px;
  align-items: center;
  justify-content: center;
}

.goods-item-body .image a {
  align-self: stretch;
}

.goods-item .goods-item-body .knopka-but-full-width {
  width: 100%;
}

.goods-item .goods-item-body {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}

.goods-item {
  background-color: white;
  height: 300px;
  width: 100%;
  border-radius: 16px;
  box-shadow: 0px 10px 20px 0px rgb(212, 219, 228);
  padding: 25px;
  margin-bottom: 20px;
}

.goods .top-stroka {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 5px;
}

.goods .top-stroka .nalichie {
  color: var(--green);
  font-size: 115%;
  font-weight: 600;
  display: flex;
  align-items: center;
}

.goods .top-stroka .color-grey {
  color: var(--grey);
}

.goods .knopka-like {
  background-image: url(../images/heart-cards.svg);
  width: 30px;
  height: 30px;
  padding: 0;
  background-size: 30px;
  cursor: pointer;
}

.catalog-page .top-filter {
  margin-bottom: 20px;
  padding: 10px 0;
  z-index: 5;
  position: relative;
}

.catalog-page .goods-top-filter {
  font-size: 115%;
  font-weight: 600;
  line-height: 18px;
}

.catalog-page-stroke button {
  width: 100%;
  display: none;
}

.catalog-page .filter-name {
  padding: 5px;
  white-space: nowrap;
}

.catalog-page .mobile-close {
  display: none;
  font-size: 140%;
  font-weight: 500;
  justify-content: flex-start;
  align-items: center;
  border-bottom: 1px solid var(--grey);
  cursor: pointer;
  padding-bottom: 10px;
}

.catalog-page .mobile-close > div {
  width: 30px;
  min-height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
}

.catalog-page .mobile-filter {
  display: none;
  font-size: 115%;
  font-weight: 600;
  line-height: 18px;
  background-image: url("../images/catalog-filter.svg");
  background-repeat: no-repeat;
  background-position: center left;
  padding: 5px 5px 5px 25px;
  cursor: pointer;
  align-items: center;
}

.catalog-page .mobile-filter {
  background-image: url("../images/catalog-filter-img.svg");
  background-size: 30px;
}

/*Страница поиска*/
.stroka-poisk {
  width: 100%;
  display: flex;
  flex-direction: row;
  margin: 0 0 20px 0;
  justify-content: space-between;
}

.stroka-poisk .stroka-poisk-h1 {
  width: 342px;
}

.stroka-poisk .stroka-poisk-h1 h1 {
  font-size: 36px;
  font-weight: 800;
  line-height: 45px;
  margin: 38px 0 18px;
}

.stroka-poisk .stroka-poisk-h1 h1 span {
  font-size: 16px;
  font-weight: 600;
  color: rgba(21, 21, 21, 0.3);
  margin-top: 20px;
  display: block;
}

.stroka-poisk .stroka-poisk-input {
  width: calc(100% - 362px);
  display: flex;
  flex-direction: row;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(21, 21, 21, 0.1);
}

.stroka-poisk-input form {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
}

.stroka-poisk-input input {
  height: 60px;
  border-radius: 12px;
}

.stroka-poisk-input button {
  height: 60px;
  width: 120px;
  min-width: 120px;
  margin-left: 20px;
  border-radius: 12px;
}

.find-none {
  border: 2px solid rgba(255, 25, 11, 0.1);
  background-color: rgba(255, 25, 11, 0.05);
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 500px;
  margin-top: 30px;
}

.find-none > div {
  color: rgb(253, 132, 126);
  font-size: 115%;
  font-weight: 700;
  line-height: 16px;
  background: url("../images/find-none.svg") no-repeat center left;
  padding-left: 30px;
}

.goods-item-list .akcent-button {
  width: 100%;
}

.goods-item-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: white;
  height: 170px;
  width: 100%;
  border-radius: 16px;
  box-shadow: 0px 10px 20px 0px rgb(212, 219, 228);
  padding: 25px 60px 25px 25px;
  margin-bottom: 20px;
  position: relative;
}

.goods-item-list > div {
  display: flex;
  align-items: center;
}

.goods-item-list .knopka-like {
  background-image: url(../images/heart-cards.svg);
  width: 30px;
  height: 30px;
  padding: 0;
  background-size: 25px;
  cursor: pointer;
  position: absolute;
  top: 30px;
  right: 8px;
}

.goods-item-list .goods-item-list-checkbox {
  width: 50px;
}

.goods-item-list .image {
  width: 125px;
  height: 125px;
  text-align: center;
}

.goods-item-list .image a {
  width: 125px;
  height: 125px;
  text-align: center;
}

.goods-item-list .good-name {
  font-size: 115%;
  font-weight: 600;
  line-height: 20px;
  padding: 0 20px;
  max-width: 330px;
  width: 330px;
}

.goods-item-list .stroka-nalichie {
  display: flex;
  align-items: center;
  margin-top: 20px;
}

.goods-item-list .stroka-nalichie > div:first-of-type {
  color: var(--green);
  display: flex;
  align-items: center;
  margin-right: 20px;
}

.goods-item-list .stroka-price {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 135px;
}

.goods-item-list .price {
  font-size: 145%;
  font-weight: 700;
  line-height: 30px;
}

.goods-item-list .bonus {
  font-size: 100%;
  font-weight: 600;
  line-height: 20px;
  color: var(--bonus-color);
}

.goods-item-list .count-buy {
  margin: 0 0 10px;
  display: flex;
  width: 255px;
  justify-content: space-between;
}

.goods-item-list .stroke-count {
  width: 60%;
  max-width: 143px;
}

.goods-item-list .stroke-count div:nth-child(2) {
  margin: 5px 0 0 0;
}

.goods-item-list button.knopka-buy {
  background: var(--black);
  width: 40%;
  max-width: 130px;
  margin-left: 10px;
}

.top-vibor {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 48px;
  margin: 30px 0 20px 25px;
}

.top-vibor .button {
  width: 102px;
  margin-right: 60px;
  background-color: var(--grey);
}

.top-vibor .button.active {
  background-color: var(--black);
}

.top-vibor span {
  font-size: 115%;
  font-weight: 500;
  cursor: pointer;
}

.catalog-main {
  display: flex;
  flex-wrap: wrap;
  margin-left: -20px;
}

.catalog-main .product {
  width: calc(33.3333% - 20px);
  height: 220px;
  display: flex;
  background: var(--l-blue);
  border-radius: 20px;
  border: 1px solid rgb(206, 218, 237);
  padding: 20px;
  margin-left: 20px;
  margin-bottom: 20px;
}

.catalog-main .product a {
  width: 100%;
  display: flex;
}

.catalog-main .description {
  width: 50%;
  padding: 10px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.catalog-main .name {
  font-size: 150%;
  font-weight: 700;
  line-height: 26px;
}

.catalog-main .quantity {
  font-size: 120%;
  font-weight: 600;
  line-height: 20px;
  margin-top: 10px;
}

.catalog-main .image {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.catalog-main .image img {
  max-width: 100%;
  height: auto;
}

.catalog-main.cabinet .description {
  width: 100%;
  align-items: center;
}

.catalog-main.cabinet .name {
  font-size: 160%;
  text-align: center;
}

.catalog-main.cabinet .image {
  width: 100%;
  padding: 30px 20px 10px 20px;
}

.catalog-main.cabinet .image img {
  height: 50px;
}

.catalog-main.cabinet .product a {
  flex-direction: column;
}

.catalog-main.cabinet .product {
  height: 200px;
}

.catalog-main.cabinet .product.noactive {
  opacity: 0.5;
}

.status-zakaz-box {
  font-size: 110%;
  width: 410px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
  border-radius: 16px;
  padding: 20px;
  position: absolute;
  background-color: white;
  margin-top: 10px;
  margin-left: -62px;
  display: none;
  line-height: 24px;
  z-index: 100;
}

.status-zakaz-box.gde {
  padding: 30px;
}

.status-zakaz-box.gde > div.active > div:nth-child(1) span {
  background-color: var(--blue);
}

.status-zakaz-box.gde > .active-before {
  border-color: var(--blue);
}

.status-zakaz-box.gde > div.active-before > div:nth-child(1) span {
  background-color: var(--blue);
}

.status-zakaz-box.gde > div {
  border-left: 2px solid rgb(231, 231, 231);
  padding: 0 20px 20px 20px;
}

.status-zakaz-box.gde > div:first-of-type {
  padding: 0 20px 10px 20px;
}

.status-zakaz-box.gde > div:last-of-type {
  padding: 10px 20px 0 20px;
  /*height: 30px;*/
}

.status-zakaz-box.gde > div > div:nth-child(1) {
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 5px;
  position: relative;
}

.status-zakaz-box.gde > div > div:nth-child(1) span {
  width: 20px;
  height: 20px;
  background-color: rgb(231, 231, 231);
  border-radius: 10px;
  display: block;
  position: absolute;
  left: -31px;
}

.status-zakaz-box.gde > div > div:nth-child(2) {
  color: var(--grey);
}

.order .tovar-zakaz {
  width: 300px;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.order .tovar-zakaz > div:nth-child(1) {
  width: 100px;
  min-width: 100px;
  height: 100px;
  background: var(--l-blue);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
}

.order .tovar-zakaz > div:nth-child(1) img {
}

.order .tovar-zakaz > div:nth-child(2) {
  padding: 0 0 0 20px;
  font-weight: 600;
  font-size: 130%;
}

.order {
  margin: 20px 0;
  background-color: white;
  box-shadow: 0px 0px 20px 0px rgba(212, 219, 228, 0.4);
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgb(231, 231, 231);
}

.order .tip-dostavki {
  font-weight: 800;
  margin-bottom: 20px;
  font-size: 130%;
}

.order .tip-dostavki span {
  color: rgb(247, 96, 96);
}

.order .data-dostavki {
  font-weight: 500;
  margin-bottom: 20px;
  font-size: 130%;
}

.order .name-dostavki {
  font-weight: 500;
  color: var(--grey);
  margin-bottom: 10px;
  font-size: 130%;
}

.order .sluzhba-dostavki {
  font-weight: 700;
  margin-bottom: 20px;
  font-size: 130%;
}

.status-zakaz {
  margin-bottom: 25px;
}

.status-zakaz .status-zakaz-button {
  color: white;
  line-height: 20px;
  border-radius: 25px;
  display: inline-block;
  padding: 15px 20px;
  font-size: 16px;
}

.order .text-zakaz > div > div:last-of-type {
  margin-bottom: 0;
}

.status-zakaz .status-zakaz-button.box-info {
  padding-right: 50px;
  background-image: url("../images/info.svg");
  background-repeat: no-repeat;
  background-position: right 20px center;
  cursor: pointer;
}

.status-zakaz .status-zakaz-button.blue {
  background-color: var(--blue);
}

.status-zakaz .status-zakaz-button.red {
  background-color: rgb(247, 96, 96);
}

.status-zakaz .status-zakaz-button.green {
  background-color: rgb(209, 240, 211);
  color: rgb(33, 160, 56);
}

.status-zakaz .status-zakaz-button.green-f,
.status-zakaz .status-zakaz-button.green-full {
  background-color: rgb(33, 160, 56);
}

.status-zakaz .status-zakaz-button.black {
  background-color: var(--black);
}

.status-zakaz .status-zakaz-button.grey {
  background-color: var(--grey);
}

.status-zakaz .status-zakaz-button.yellow {
  background-color: rgb(255, 246, 197);
  color: rgb(167, 133, 46);
}

.order .status-warning-grey {
  width: 100%;
  font-size: 90%;
  background: var(--l-blue);
  color: rgba(21, 21, 21, 0.5);
  padding: 15px 30px 15px 40px;
  background-image: url(../images/warning-grey.svg);
  background-repeat: no-repeat;
  background-position: left 15px center;
  border-radius: 10px;
  background-size: 16px;
  margin: 20px 0;
}

.order .top-zakaz .right {
  font-size: 115%;
}

.order .top-zakaz .right span {
  font-size: 150%;
  font-weight: 800;
  margin-left: 5px;
}

.order .top-zakaz {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: var(--l-blue);
  padding: 30px 30px 20px 30px;
}

.order .top-zakaz .left > div:nth-child(1) {
  font-size: 140%;
  font-weight: 800;
  margin-bottom: 10px;
}

.order .top-zakaz .left > div:nth-child(2) {
  font-size: 115%;
  color: var(--blue);
  font-weight: 700;
}

.order .text-zakaz {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 20px 30px 30px 30px;
  border-top: 1px solid var(--l-blue);
}

.select {
  font-size: 115%;
  font-weight: 500;
  max-width: 342px;
  position: relative;
  margin-bottom: 20px;
  cursor: pointer;
}

.select .select-vibor {
  border: 1px solid var(--l-grey);
  border-radius: 10px;
  line-height: 58px;
  padding: 0 20px;
  background-image: url("../images/galka-vniz-black.svg");
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-color: white;
}

.select .select-box {
  display: none;
  border-radius: 16px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  position: absolute;
  width: 342px;
  top: 70px;
  background-color: white;
  overflow: hidden;
  z-index: 20;
}

.select .select-box > div {
  line-height: 50px;
  padding: 0 20px;
  cursor: pointer;
}

.select .select-box > div:hover {
  background: var(--l-blue);
}

.cabinet-profil {
  margin-bottom: 20px;
}

.cabinet-profil-img {
  background: rgb(206, 218, 237);
  border-radius: 50%;
  width: 150px;
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 320%;
  font-weight: bold;
  color: white;
  margin: auto;
}

.cabinet-profil-name {
  font-size: 150%;
  font-weight: 800;
  line-height: 22px;
  margin: 40px 0 15px 0;
}

.cabinet-profil-edit a {
  color: var(--blue);
  font-size: 115%;
  font-weight: 700;
}

.mobile-user-name {
  display: none;
  border-radius: 16px;
  padding: 11px 20px 11px 14px;
  border: 1px solid var(--color-gr-02);
  align-items: center;
  box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.04);
  width: 100%;
  justify-content: center;
  margin: auto;
}

.mobile-user-name .cabinet-profil-img.avatarka {
  width: 80px;
  min-width: 80px;
  height: 80px;
  font-size: 260%;
  margin-right: 17px;
  margin-left: 0;
}

.mobile-user-name .name {
  font-size: 125%;
  font-weight: 700;
  line-height: 24px;
}

.cabinet-left-menu {
  margin-bottom: 10px;
}

.cabinet-left-menu .zagolovok {
  font-size: 145%;
  padding: 19px 0;
  margin: 0;
}

.cabinet-left-menu > div {
  font-size: 130%;
  padding: 15px 0;
}

.cabinet-left-menu > div a:hover {
  font-weight: 700;
}

.cabinet-left-menu .active {
  background-color: var(--black);
  color: white;
  width: calc(100% + 60px);
  display: inline-block;
  padding: 19px 15px 19px 30px;
  font-weight: 700;
  margin: 0 0 0 -30px;
}

.cabinet-top-tabs {
  display: flex;
  gap: 20px;
}

.cabinet-top-tabs > div {
  margin-right: 30px;
  color: rgba(21, 21, 21, 0.2);
  cursor: pointer;
}

.cabinet-top-tabs > div:hover span{
  color: #fff ;
  background: var(--blue);
}
.cabinet-top-tabs > div:hover {
  color: var(--black);
}

.cabinet-top-tabs h1,
.cabinet-top-tabs > div {
  font-size: 250%;
  margin: 20px 0;
  font-weight: 800;
}

.cabinet-top-tabs h1 {
  font-size: inherit !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.cabinet-top-tabs .active {
  color: var(--black);
}

.cabinet-top-tabs .active span {
  background-color: var(--blue);
}

.cabinet-top-tabs span {
  font-size: 12px;
  font-weight: 600;
  min-width: 24px;
  padding: 0 3px;
  box-sizing: border-box;
  color: white;
  background-color: rgba(21, 21, 21, 0.2);
  line-height: 24px;
  border-radius: 99px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
}

.warning-block .link:hover{
  text-decoration: none;
}
.warning-block .link{
  font-weight: 700;
  text-decoration: underline;
  text-decoration-skip-ink: none;
}
.warning-block {
  background-color: rgb(247, 96, 96);
  background-image: url("../images/warning.svg");
  background-repeat: no-repeat;
  background-position: left 20px center;
  border-radius: 16px;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.warning-block .text {
  font-weight: 700;
  color: white;
  margin: 0 50px;
}

.warning-block .buttons {
  display: flex;
}

.warning-block .buttons .btn {
  height: 50px;
  width: auto;
}

.warning-block .buttons a {
  border: none;
  padding: 0 20px;
  white-space: nowrap;
}

.warning-block .buttons a:last-of-type {
  margin-left: 15px;
}

.order .text-zakaz .buttons {
  display: flex;
  margin-bottom: 20px;
}

.order .text-zakaz .buttons a {
  border: none;
  padding: 0 20px;
  white-space: nowrap;
}

.order .text-zakaz .buttons a:last-of-type {
  margin-left: 15px;
}

.cabinet-menu {
  font-size: 125%;
  font-weight: 600;
  line-height: 16px;
  width: 170px;
  margin-left: auto;
  text-transform: uppercase;
  background-image: url(../images/mobile-menu-black.svg);
  background-repeat: no-repeat;
  background-position: center left;
  padding: 5px 5px 5px 65px;
  cursor: pointer;
  display: none;
}

.h1-svg {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}

.h1-svg > div {
  display: flex;
  align-items: flex-start;
}

.h1-svg h1 {
  font-size: 210%;
  margin: 10px 0 15px 0;
}

.h1-svg span:last-of-type {
  background: url("../images/copy.svg") no-repeat center;
  width: 24px;
  min-width: 24px;
  height: 24px;
  display: block;
  margin: 14px 0 0 10px;
  cursor: pointer;
  transition: 0.2s;
}

.h1-svg span:last-of-type:hover {
  filter: brightness(0.5);
}

.h1-svg .pripiska {
  font-size: 115%;
  font-weight: 500;
  margin-bottom: 20px;
}

.zakaz-dop-info-right .order-vstavka {
  font-size: initial;
}

.zakaz-dop-info-right .order-vstavka .zagolovok {
  font-size: 115%;
  font-weight: 700;
  margin-bottom: 15px;
}

.zakaz-dop-info-right .tovar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  flex-wrap: wrap;
  width: 100%;
}

.zakaz-dop-info-right .tovar > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.zakaz-dop-info-right .tovar > div:first-child {
  margin-right: auto;
}

.zakaz-dop-info-right .tovar > div:last-child {
  margin-left: auto;
}

.zakaz-dop-info-right .tovar .img {
  border-radius: 16px;
  background-color: var(--l-blue);
  width: 100px;
  min-width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.zakaz-dop-info-right .tovar .name {
  font-weight: 600;
  margin-left: 10px;
  width: 200px;
  line-height: 20px;
}

.zakaz-dop-info-right .tovar .price {
  font-weight: 800;
  font-size: 127%;
  width: 110px;
  text-align: right;
}

.zakaz-dop-info-right .tovar .button {
  font-weight: 800;
  font-size: initial;
  width: 120px;
  margin-left: 10px;
}

.zakaz-dop-info-right .tovar .like {
  width: 50px;
  height: 50px;
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  cursor: pointer;
  background-color: white;
  margin-left: 10px;
  background-image: url(../images/header-like.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.zakaz-info {
  border-radius: 16px;
  padding: 30px;
  background-color: var(--l-blue);
  font-size: 127%;
  line-height: 30px;
  font-weight: 500;
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px;
}

.zakaz-info > div:nth-child(1) {
  width: 40%;
}

.zakaz-info > div:nth-child(2) {
  width: 60%;
  padding-left: 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.zakaz-info a {
  color: var(--blue);
  font-weight: 700;
}

.zakaz-info-block {
  margin-bottom: 30px;
}

.zakaz-info-block > div img {
  height: 27px;
  margin: 0 10px 0 0;
  float: left;
}

.zakaz-info-block > div > div:last-child {
  margin-left: 10px;
}

.zakaz-info-block > div i{
  margin: 0 auto 0 10px;
}
.zakaz-info-block .gray{
  color: rgba(21, 21, 21, 0.50);
}
.zakaz-info-block > div {
  margin-bottom: 10px;
  padding-left: 35px;
  align-items: center;
  display: flex;
  justify-content: space-between;

}

.zakaz-info-block .zagolovok {
  font-weight: 800;
  background-repeat: no-repeat;
  background-position: left top 5px;
  background-size: 20px;
}

.zakaz-info-block .zagolovok.maps {
  background-image: url(../images/maps-black.svg);
  background-size: 17px;
}

.zakaz-info-block .zagolovok.persona {
  background-image: url(../images/person-black.svg);
}

.zakaz-info-block .zagolovok.sbp {
  background-image: url(../images/sbp.svg);
  background-size: 26px;
  background-position-y: top;
}

.zakaz-info-block .zagolovok.dostavka {
  background-image: url(../images/dostavka-black.svg);
}

.zakaz-info-block .zagolovok.kuryer {
  background-image: url(../images/dostavka-kuryer.svg);
  background-size: 25px;
  background-position: center left;
}

.zakaz-info-block .zagolovok.sber {
  background-image: url(../images/f-sber.svg);
  background-size: 24px;
  background-position-y: 0px;
}

.zakaz-info-block .zagolovok.tinkoff {
  background-image: url(../images/icon-tinkoff.svg);
  background-size: 28px;
  background-position-y: 5px;
}

.zakaz-info-block .zagolovok.newcard {
  background-image: url(../images/icon-card.svg);
  background-size: 42px;
  background-position-y: 7px;
}

.zakaz-info-block .zagolovok.schet {
  background-image: url(../images/icon-schet.svg);
  background-size: 29px;
  background-position-y: 2px;
}

.zakaz-info-block.bez-icon > div {
  padding-left: 0;
}

.zakaz-info-block.bez-icon .zagolovok {
  background: none;
}

.margin-top-10 {
  margin-top: -10px;
}

.zakaz-info .zakaz-info-block-href {
  text-align: right;
}

.zakaz-info .zakaz-info-block-href > div {
  margin-bottom: 15px;
}

.color-red {
  color: rgb(247, 96, 96) !important;
}

.zakaz-dop-info {
  line-height: 26px;
  font-weight: 500;
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px;
}

.zakaz-dop-info .zakaz-dop-info-left {
  width: 35%;
  font-size: 127%;
}

.zakaz-dop-info .zakaz-dop-info-right {
  margin-left: 20px;
  width: 65%;
}

.zakaz-right-info {
  font-size: 127%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.zakaz-right-info a {
  color: var(--blue);
  margin: 10px 0 0 0;
  display: block;
  font-weight: 700;
}

.zakaz-right-info .status-zakaz .status-zakaz-button {
  font-size: 100%;
}

.zakaz-dop-info .zakaz-dop-info-right .sostav-table {
  background-color: white;
  border: 1px solid rgb(206, 218, 237);
}

.zakaz-dop-info .order-vstavka {
  background-color: white;
  box-shadow: 0px 0px 20px 0px rgba(212, 219, 228, 0.4);
  padding: 20px;
  border-radius: 16px;
}

.block-dostavka {
  padding: 0;
}

.block-dostavka .status-zakaz-box {
  font-size: 16px;
}

.block-dostavka .status-zakaz {
  margin: 0;
}

.block-dostavka .name-dostavki {
  font-weight: 500;
  color: var(--grey);
}

.block-dostavka .sluzhba-dostavki {
  font-weight: 700;
  margin-bottom: 10px;
}

.zakaz-dop-info .zakaz-dop-info-left a {
  color: var(--blue);
  margin: 10px 0 0 0;
  display: block;
  font-weight: 700;
}

.pagination {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.pagination ul {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.pagination ul li {
  margin-left: 5px;
}

.pagination .pag-prev, .pagination .pag-next {
  border-radius: 50%;
  background-color: white;
  width: 48px;
  height: 48px;
  font-size: 125%;
  border: 1px solid white;
  display: flex;
  line-height: 20px;
  justify-content: center;
  align-items: center;
  opacity: 0.8;
  background-repeat: no-repeat;
  background-position: center;
}

.pagination .pag-prev.active, .pagination .pag-next.active {
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.08);
  opacity: 1;
}

.pagination .pag-prev:hover, .pagination .pag-next:hover {
  background-size: 10px;
}

.pagination .pag-prev {
  margin-right: 15px;
  background-image: url("../images/galka-left-blue.svg");
}

.pagination .pag-next {
  margin-left: 20px;
  background-image: url("../images/galka-right-blue.svg");
}

.pagination li.tochki {
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 125%;
}

.pagination li a {
  border-radius: 50%;
  background-color: white;
  width: 48px;
  height: 48px;
  font-size: 125%;
  border: 1px solid white;
  display: flex;
  line-height: 20px;
  justify-content: center;
  align-items: center;
}

.pagination li a.active {
  border: 1px solid var(--blue);
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.08);
}

.pagination li a:hover {
  border: 1px solid var(--blue);
}

.account-exit {
  box-sizing: border-box;
  max-width: 370px;
  width: 100%;
  border-radius: 16px;
  margin-top: 24px;
  border: 1px solid var(--l-grey);
  padding: 21px 15px 20px 67px;
  font-size: 110%;
  text-transform: uppercase;
  font-weight: 700;
  box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.04);
  background: url(/images/exit-account.svg) no-repeat left 20px center;
  cursor: pointer;
  display: none;
}

.top-filter .top-icons > div {
  width: 48px;
  height: 48px;
}

.top-icons .view-03.active,
.top-icons .view-03:hover {
  background-image: url("../images/heart-cards-active.svg") !important;
}

.top-icons .view-03 {
  width: 50px;
  height: 50px;
  background-size: 24px auto;
}

.count-buy-container {
  margin-top: auto;
}

.goods-item-list .stroka-nalichie.color-grey > div:first-child,
.goods-disabled .good-name a,
.goods-disabled .text a {
  color: var(--grey);
}

.goods-disabled .akcent-button {
  width: auto;
  padding: 0 20px;
  margin-left: auto;
}

.goods-item-list button.knopka-but-full-width {
  width: 100%;
  max-width: 100%;
  margin-left: 0;
}

.catalog-page-right .shagi-close {
  margin-top: 0;
  margin-bottom: 0;
}

.ajaxBox .basket-pusto,
.favorite-cabinet.cabinet-right .basket-pusto{
  margin: 0;
  border: none;
}

.favorite-cabinet .plitka-tegov .swiper-container {
  margin: 0;
}

.favorite-cabinet .kartochki.kartochki-ne-slider .kartochka-compact {
  overflow: hidden;
}

.favorite-cabinet .kartochki.kartochki-ne-slider .kartochka-compact .podborka-img img {
  max-width: 100%;
}


.catalog-title{
  font-weight: 800;
  font-size: 40px;
  margin: 0 0 29px;
  line-height: 0.45;
  color: #151515;
}

.similar-products-top .preview img{
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.similar-products-top .status.green{
  color: #0AD78D;
}
.similar-products-top .cash{
  position: absolute;
  bottom: 24px;
  font-weight: 700;
  font-size: 26px;
  line-height: 30px;
  text-transform: uppercase;
  color: #151515;
  right: 56px;
}
.similar-products-top .status{
  font-weight: 600;
  font-size: 16px;
  line-height: 1.125;
  color: rgba(21, 21, 21, 0.3);
}
.similar-products-top .name{
  font-weight: 600;
  margin: 0 0 16px;
  display: block;
  font-size: 18px;
  line-height: 1;
  color: #151515;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.similar-products-top .preview{
  float: left;
  position: absolute;
  bottom: 16px;
  top: 16px;
  left: 54px;
  width: 115px;

}
.similar-products-top{
  float: right;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
  background: #fff;
  width: 49%;
  position: absolute;
  top: -16px;
  padding: 27px 180px 25px 222px;
  border-radius: 16px;
  box-sizing: border-box;
  right: 0;
}

.similar-products-top .close svg{
  display: block;
}
.similar-products-top .close{
  display: none;
  position: absolute;
  top: 4px;
  right: 9px;
  padding: 5px;
}
.cabinet-right .always{
  display: block;
}


.warning-block--gray .text{
  color: #151515;

}
.warning-block--gray{
  background: #EFF4FC url(../images/warning-gray.svg) no-repeat left 19px center;
  color: #151515;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px; /* 171.429% */

}

.info-page-right--list ol > li::before {
  position: absolute;
  top: 30px;
  left: 37px;
}
.info-page-right--list a:hover{
  text-decoration: underline;
}
.info-page-right--list a{
  color: var(--blue);
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.info-page-right--list > ol > li:last-child{
  margin-bottom: 0;
}
.info-page-right--list > ol > li{
  border-radius: 16px;
  background: #FFF;
  margin: 0 0 40px;
  box-shadow: 0px 0px 20px 0px rgba(212, 219, 228, 0.40), 0px 0px 1px 0px rgba(0, 0, 0, 0.25);
}
.info-page-right--list li{
  padding: 30px 30px 22px 80px;
  position: relative;
  margin: 0 0 8px;
}

.info-page-right--list h1,
.info-page-right--list h2,
.info-page-right--list ol{
  list-style: none;
  margin: 0;
  padding-left: 0;
  color: #151515;
  font-size: 24px;
  font-weight: 800;
  line-height: 32px;
}

.info-page-right--list h1{
  color: var(--dark, #151515);
  font-size: 30px;
  font-weight: 800;
  line-height: 36px; /* 120% */
  margin: 7px 0 32px;
}

.info-page-right--list ol ol > li::before {
  top: 0;
  left: 0;
}
.info-page-right--list ol ol > li{
  padding: 0 0 0 55px;
}
.info-page-right--list ol ol {
  font-size: 16px;
  font-weight: 600;
  padding: 30px 0 0;
  line-height: 24px;
  margin: 0 0 0 -24px;
}
.info-page-right--list ol ol ol {
  padding: 20px 0 4px;
  line-height: 24px;
  margin: 0 0 0 -2px;
}
.info-page-right--list ol ol ol > li {
  padding: 0 0 0 54px;
}
.info-page-right--list ol ol ol > li::before {
  top: 0;
  left: 0;
}


.info-page-right--list ol {
  counter-reset: level1;
}
.info-page-right--list ol > li {
  counter-increment: level1;
}
.info-page-right--list ol > li::before {
  content: counter(level1) ". ";
}

.info-page-right--list ol > li > ol {
  counter-reset: level2;
}
.info-page-right--list ol > li > ol > li {
  counter-increment: level2;
}
.info-page-right--list ol > li > ol > li::before {
  content: counter(level1) "." counter(level2) ". ";
}

.info-page-right--list ol > li > ol > li > ol {
  counter-reset: level3;
}
.info-page-right--list ol > li > ol > li > ol > li {
  counter-increment: level3;
}
.info-page-right--list ol > li > ol > li > ol > li::before {
  content: counter(level1) "." counter(level2) "." counter(level3) ". ";
}


.info-page-menu .title{
  color: #151515;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  padding: 16px 18px 12px;
}

.info-page-left_nav .simplebar-content-wrapper {
  scrollbar-width: auto;
  -ms-overflow-style: auto;
}

.info-page-left_nav .simplebar-content-wrapper::-webkit-scrollbar,
.info-page-left_nav .simplebar-hide-scrollbar::-webkit-scrollbar {
  display: initial;
  width: initial;
  height: initial;
}
.info-page .info-page-menu .info-page-left_nav i{
  position: absolute;
  top: 12px;
  right: 20px;
}
.info-page .info-page-menu .info-page-left_nav .name{
  position: relative;
  padding: 14px 60px 14px 19px;
}
.info-page .info-page-menu .info-page-left_nav .active > .name svg{
  display: block;
}
.info-page .info-page-menu .info-page-left_nav .is-open > .name i{
  transform: scale(-1);
  top: 8px;
}
.info-page .info-page-menu .info-page-left_nav .active > .name{
  background: #151515 !important;
  color: #fff !important;
}
.info-page .info-page-menu .info-page-left_nav li{}
.info-page .info-page-menu .info-page-left_nav .active > a:hover,
.info-page .info-page-menu .info-page-left_nav .active > a{
  color: rgba(21, 21, 21, 0.50);
  background: none;
}
.info-page .info-page-menu .info-page-left_nav a:hover{
  background: #FFF;
}
.info-page .info-page-menu .info-page-left_nav a{
  opacity: 1 !important;
  color: #151515;
  display: block;
  padding: 14px 20px 14px 40px;
  font-size: 14px;
  font-style: normal;
  transition: all 0.2s linear;
  font-weight: 500;
  line-height: 20px; /* 142.857% */
}

.info-page-left_tab-name{
  border-radius: 12px;
  width: 100%;
  z-index: 10;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
  padding: 12px 45px 12px 20px;
  display: none;
  position: relative;
  bottom: 0;
  left: 0;
  color: #151515;
  font-size: 14px;
  font-weight: 500;
  opacity: 1 !important;
  line-height: 24px;
  background: #FFF url(../images/svg/arr2.svg) no-repeat right 22px center;
}
.info-page .info-page-menu--style{
  border: none;
  border-radius: 12px;
  background: #EFF4FC;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
}

.info-page_wrap{
  position: sticky;
  border-radius: 12px;
  overflow: hidden;
  top: 20px;

}

.info-page-left--mobile{
  display: none;
}


.info-page-left_nav{
  max-height: calc(100vh - 80px);
  overflow: auto;
}


.info-page-help-in .col{
  flex: 1;
}
.info-page-help-in .row{
  display: flex;
  gap: 30px;
  flex-wrap: wrap;

}
.info-page-help-in a:hover svg{
  opacity: 1;
}
.info-page-help-in a:hover{
  color: var(--blue);
  text-decoration: none;
}
.info-page-help-in .title:first-child{
  margin-top: 0;
}
.info-page-help-in .title svg{
  opacity: .2;
  float: left;
  margin: 0 15px 0 0;
  transition: opacity 0.2s linear;
}
.info-page-help-in .title{
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  margin: 49px 0 24px;
}
.info-page-help-in li{
  padding: 0;
  margin: 0 0 24px 19px;
  list-style: none;
}
.info-page-help-in a{
  transition: all 0.2s linear;
  color: var(--dark, #151515);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  display: block;
  line-height: 20px;
}
.info-page-help-in{
  padding: 36px 37px 5px 32px;
  border-radius: 16px;
  background: #FFF;
  box-shadow: 0px 0px 20px 0px rgba(212, 219, 228, 0.40), 0px 0px 1px 0px rgba(0, 0, 0, 0.25);
}


.text-page-help-in li{
  padding: 0;
}
.text-page-help-in h2{
  margin: 0 0 24px;
}
.text-page-help-in h3{
  color: var(--dark, #151515);
  font-size: 18px;
  margin: 24px 0 11px;
  font-weight: 700;
  line-height: 24px;
}

.text-page-help-in li,
.text-page-help-in p{
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;

}
.text-page-help-in ol,
.text-page-help-in ul{
  margin: 0 0 24px 24px;
}
.text-page-help-in p{
  margin: 0 0 20px;
}
.text-page-help-in{
  color: var(--dark, #151515);
  padding: 33px 33px 6px;
  border-radius: 16px;
  background: #FFF;
  box-shadow: 0px 0px 20px 0px rgba(212, 219, 228, 0.40), 0px 0px 1px 0px rgba(0, 0, 0, 0.25);
}

.text-page-help-in ol li:before{
  display: none;
}
.text-page-help-in ol{
  list-style: auto;
}

.question-title{
  color: var(--dark, #151515);
  font-size: 24px;
  font-weight: 800;
  line-height: 32px;
  margin: 32px 0 24px;
}

.question-group .question .zagolovok:hover{
  text-decoration: underline;
}
.question-group .text-page-help-in{
  border-radius: 0;
  padding: 0;
  border: none;
  box-shadow: none;
}
.question-group .question .zagolovok{
  color: var(--blue);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  margin: 0 0 23px;
  line-height: 24px; /* 150% */
}
.question-group .question:last-child{
  padding: 0;
}
.question-group .question{
  box-shadow: none;
  border-right: 0;
  transition: all 0.2s linear;
  padding: 0 0 13px;
  margin: 0;

}
.question-group .in{
  border-radius: 16px;
  background: var(--white, #FFF);
  padding:32px 32px 9px;
  margin: 0 0 32px;
}

.question-help{
  margin: 0 0 32px;
  display: flex;
  justify-content: space-between;
  border-radius: 20px;
  background: #EFF4FC;
  padding: 24px 27px 25px 32px;
  align-items: center;

}
.question-help i{
  width: 50px;
  height: 50px;
  background: url(../images/question-mark.svg) no-repeat left top;
  background-size: contain;
  border-radius: 100%;
  min-width: 50px;
  margin: 0 25px 0 0;
}
.question-help .akcent-button:hover{
  text-decoration: none;
}
.question-help .akcent-button{
  min-width: 210px;
  height: 50px;
  color: #fff;
  margin: 0 0 0 25px;
}
.question-help p:last-child{
  margin-bottom: 0;
}
.question-help div{
  flex: 1;
}
.question-help p{
  max-width: 647px;
  color: #151515;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 150% */
}


.catalog-page .path .path-lvl-3 a {
  margin-left: 50px;
}

.catalog-page .path .path-lvl-4 a {
  margin-left: 70px;
}

.goods-item-list .stroka-nalichie .color-grey {
  font-size: 14px;
}
.goods-item-list .raiting span ,
.goods-item .raiting span {
  color: #FAB400;
  font-size: 12px;
  font-weight: 700;
  margin-top: 2px;
  line-height: 16px;
}
.goods-item-list .raiting-gold-stars ,
.goods-item .raiting-gold-stars {
  background-size: 16px;
}
.goods-item-list .raiting-stars ,
.goods-item .raiting-stars {
  width: 80px;
  background-size: 16px;
}
.goods-item .raiting div:nth-child(3){
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
}
.goods-item-list .raiting,
.goods-item .raiting{
  display: flex !important;
  gap: 3px;
  color: var(--grey);
  text-decoration: none;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  font-family: Mulish;
  justify-content: flex-start;
  align-items: center;
}


.goods-item-body-container{
  flex-grow: 1;
  overflow: hidden;
}



.goods-item table ul li{
  display: none;
}
.goods-item table ul li:nth-child(1),
.goods-item table ul li:nth-child(2),
.goods-item table ul li:nth-child(3),
.goods-item table ul{
  display: inline;
  padding: 0 5px 0 0;
}
.goods-item table ul li:nth-child(3){
  padding: 0;
}
.goods-item table ul li:nth-child(3):after{
  content: "...";
  font-size: 14px;
  line-height: 20px
}
.goods-item table ul li:nth-child(3){
  font-size: 0 !important;
}
.goods-item table td:first-child div{
  padding: 0 5px 0 0;
}
.goods-item table td:first-child:after{
  border-bottom: 1px dashed rgba(21, 21, 21, 0.50);
  content: "";
  position: absolute;
  left: 0;
  height: 1px;
  width: 10009px;
  top: 13px;
}
.goods-item table td:first-child{
  text-align: left;
  color: rgba(21, 21, 21, 0.50);
  max-width: 30%;
  position: relative;
  flex: auto 0 0;
}


.goods-item table td{
  max-width: 65%;
  vertical-align: top;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px

}
.goods-item table {
  overflow: hidden;
  color: var(--dark, #151515);
  text-align: right;
  position: relative;
  z-index: 2;
  width: 100%;
}
.goods-item table div{
  font-size: inherit !important;
  line-height: inherit !important;
  color: inherit !important;
  font-weight: inherit !important;
  position: relative;
  z-index: 5;
  padding: 0 0 0 5px;
  display: inline !important;
  background: #fff;
}
.goods-item table tr{
  overflow: hidden;
  display: none !important;
}
.goods-item table tr:first-child{
  display: flex !important;
  justify-content: space-between;
  align-items: flex-start;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  padding: 0;
  margin: 0 0 4px;
}

.catalog-page-right .sostav-table .flag{
  float: left;
  margin: 4px 16px 0 0;
  width: 28px;
  height: auto;
}

.catalog-page-right .sostav-table .info-blue{
  display: inline-block;
  clear: both;
}
.catalog-page-right .sostav-table .in{
  overflow: hidden;
}
.catalog-page-right .sostav-table .zagolovok{
  display: block;
  position: relative;
}
.catalog-page-right .sostav-table .zagolovok .sostav-shapka-status{
  float: right;
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin-left: 20px;
}
.sostav-table .opisanie span i{
  vertical-align: text-top;
}
.sostav-table .opisanie .gray{
  color: rgba(21, 21, 21, 0.50);
}
.sostav-itog .icon-tooltip{
  width: 16px;
  height: 16px;
  line-height: 16px;
  vertical-align: baseline;
}
.sostav-footer + .sostav-itog{
  margin-top: 20px;
  padding: 21px 0 0;
}
.sostav-footer {
  overflow: hidden;
}
.sostav-footer .show-more:after{
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  background: url(../images/galka-vniz-black.svg) no-repeat center;
  top: 3px;
  right: 0;
  opacity: .5;
  display: inline-block;
}
.sostav-footer .show-more:hover:after{
  opacity: 1;

}
.sostav-footer .show-more{
  color: var(--blue);
  cursor: pointer;
  padding: 0 20px 0 0;
  position: relative;
  font-size: 14px;
  float: right;
  font-weight: 700;
  line-height: 20px; /* 142.857% */
}

.zakaz-info-block > div small{
  display: block;
  color: rgba(21, 21, 21, 0.50);
  text-align: right;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px; /* 142.857% */
  text-decoration: line-through;
}
.warning-block--gray--style2{
  overflow: visible !important;
  padding: 30px 20px 27px 16px;
  position: relative;
  background: #EFF4FC url(../images/wallet-zodiaq.svg) no-repeat center left 20px;
}
.warning-block--gray--style2 h3{
  color: #151515;
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 4px;
  line-height: 20px; /* 125% */
}
.warning-block--gray--style2 .close svg{
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  position: absolute;
}
.warning-block--gray--style2 .close:hover path{
  fill: #fff;
  fill-opacity: 1;
}
.warning-block--gray--style2 .close:hover{
  background: var(--blue);
}
.warning-block--gray--style2 .close path{
  transition: all 0.2s linear;
}
.warning-block--gray--style2 .close{
  position: absolute;
  transition: all 0.2s linear;
  cursor: pointer;
  top: -8px;
  width: 28px;
  height: 28px;
  background: #E0E7F3;
  border-radius: 100%;
  right: -8px;
}
.warning-block--gray--style2 .text{
  color: #151515;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 142.857% */
}

.catalog-page-right .order-callback{
  position: absolute;
  top: 0;
  right: 0;
  padding: 20px 28px;
  width: auto;
  height: auto;
}
.h1-svg > div:first-child{
  margin-right: 300px;
}

@media only screen and (max-width: 1480px) {
  .similar-products-top{
    right: 10px;
  }

  .goods-item-list {
    padding-right: 70px;
  }

  .plitka-tegov .teg {
    padding: 5px;
  }

  .plitka-tegov .teg-text {
    font-size: 100%;
    overflow: hidden;
  }

  .plitka-tegov .teg-img {
    max-width: 50px;
  }

  .catalog-page .catalog-page-right {
    width: calc(100% - 250px);
    padding-right: 10px;
    margin-right: -10px;
  }

  .catalog-page .catalog-page-left {
    width: 250px;
    min-width: 250px;
    padding: 20px;
    overflow: hidden;
  }

  .filter-diapazon .vvod input {
    padding: 0 10px 0 25px;
  }

  .filter-diapazon .input-fon-text {
    font-size: 120%;
    top: 15px;
    left: 8px;
  }

  .goods-item-body .text {
    max-width: inherit;
    padding-right: 50px;
  }

  div.stroka-poisk .stroka-poisk-input {
    width: 100%;
  }

  .stroka-poisk .stroka-poisk-h1 {
    min-width: 270px;
    width: auto;
  }

  div.stroka-poisk .stroka-poisk-h1 h1 span {
    margin-top: 10px;
  }

  .goods-item-list .knopka-like {
    top: 20px;
    right: 18px;
  }

  .goods-item-list .good-name {
    max-width: 300px;
  }

  .top-vibor .button {
    margin-right: 70px;
  }

  .favorite-cabinet .kartochki.kartochki-ne-slider .kartochka-compact {
    width: calc(25% - 15px) !important;
    margin: 0;
    max-width: 265px;
  }
}

@media only screen and (max-width: 1240px) {
  .catalog-page .catalog-page-left {
    font-size: 90%;
  }

  .catalog-page .catalog-page-left .catalog-page-stroke {
    margin-bottom: 30px;
  }

  .catalog-page-right.full-width .kartochki.kartochki-ne-slider .kartochka-compact {
    width: calc(100% / 5 - 16px) !important;
  }

  .goods-item {
    padding: 20px;
    min-height: 240px;
    height: auto;
  }

  .goods-item-body .text {
    max-width: inherit;
    padding: 0 20px;
  }

  .goods-item-body .count-buy .stroke-count div {
    line-height: 30px;
    width: 30px;
    min-width: 30px;
    height: 30px;
  }

  .goods-item-body .count-buy .stroke-count div:nth-child(2) {
    margin: 1px 0 0 0;
  }

  .goods-item-body button {
    font-size: 90%;
    padding: 10px;
    height: 40px;
  }

  .goods-item-body .price {
    font-size: 150%;
  }

  .goods-item-body .image {
    width: 140px;
    height: auto;
    padding: 10px;
  }

  .goods-item-body .text div:nth-child(1) {
    font-size: 115%;
  }

  .goods-item-body .text div:nth-child(3) {
    font-size: 100%;
  }

  .goods-item-list .count-buy {
    width: 142px;
    flex-direction: column;
  }

  .goods-item-list .stroke-count {
    width: 100%;
  }

  .goods-item-list button.knopka-buy {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }

  .goods-item-list .knopka-like {
    top: 10px;
    right: 10px;
  }

  .goods-item-list .stroka-price {
    width: 130px;
  }

  .goods-item-list .image {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .catalog-main .name {
    font-size: 130%;
    line-height: 24px;
  }

  .catalog-main .image {
    width: 40%;
    padding: 0 10px 0 0;
  }

  .catalog-main .description {
    width: 60%;
  }

  .catalog-main .product {
    height: 170px;
    padding: 10px;
  }

  .cabinet-top-tabs h1, .cabinet-top-tabs > div:not(:first-child) {
    font-size: 180%;
    margin: 20px 0;
    font-weight: 800;
  }

  .goods-item-body .money {
    width: 251px;
    min-width: 251px;
  }

  .goods-item-list .good-name {
    padding: 0 15px;
    max-width: 250px;
    width: 250px;
  }

  .goods-item-list .image {
    width: 100px;
  }

  .goods-item-list .stroka-price {
    width: 110px;
  }

  .goods-item-list {
    justify-content: space-between;
    height: auto;
    padding: 25px 30px 25px 20px;
  }

  .goods-item-list .stroka-nalichie {
    font-size: 85%;
  }

  .top-vibor {
    margin-left: 20px;
  }



  .similar-products-top .preview {
    left: 20px;
    width: 110px;
  }
  .similar-products-top {
    padding: 20px 20px 20px 140px;
  }
  .similar-products-top .cash{
    right: 20px;
    font-size: 20px;
    bottom:17px ;
  }
  .similar-products-top .status{
    padding-right: 105px;
    display: block;
    box-sizing: border-box;
    width: 100%;
  }
  .similar-products-top .name{
    font-size: 16px;
  }
  .plitka-tegov.variant-01.show-2-row{
    margin-left: -10px;
    margin-right: -10px;
    padding-left: 10px;
    padding-right: 5px;
    box-sizing: border-box;
  }

}

@media screen and (min-width: 991px) {
  .info-page-menu--style .simplebar-track{
    display: none !important;
  }
}
@media only screen and (max-width: 990px) {
  .similar-products-top .status{
    font-size: 14px;
  }

  .catalog-h1 {
    display: inline-block;
  }

  .catalog-h1 span {
    display: block;
    margin: 0;
  }

  .plitka-tegov.variant-01 {
    flex-wrap: nowrap;
    overflow-x: auto !important;
    margin: 0 0 20px 0;
    padding-left: 5px;
  }

  .plitka-tegov.variant-01 .teg {
    margin: 0 5px 0 0;
    min-height: 80px;
    height: auto;
    width: auto;
    min-width: 295px;
    overflow: hidden;
  }
  .plitka-tegov .teg-img{
    min-width: 50px;
  }

  .plitka-tegov .teg.more {
    display: none;
  }

  div.plitka-tegov.variant-01.show-2-row {
    max-height: inherit;
    overflow: inherit;
    padding-bottom: 10px;
  }

  .plitka-tegov.variant-02 {
    margin-bottom: 20px;
    padding: 0 10px;
  }

  .catalog-page {
    flex-direction: column;
  }

  .catalog-page .top-filter {
    margin-bottom: 10px;
    padding: 10px;
    display: flex;
    justify-content: space-between;
  }

  .catalog-page .top-icons {
    display: none;
  }

  .catalog-page .catalog-page-left {
    display: none;
    width: 100%;
    max-width: 440px;
    margin: auto;
    padding: 30px 30px 0 30px;
    position: fixed;
    overflow-y: scroll;
    background: rgba(250, 251, 253, 1);
    z-index: 1000;
    bottom: 0;
    right: 0;
    top: 0;
    box-shadow: -10px 0px 21px -17px black;
    box-sizing: border-box;
    border-radius: 0 !important;
  }

  .catalog-page-stroke.path {
    display: none;
  }

  .catalog-page .catalog-page-right h1 {
    margin-left: 0;
  }

  .catalog-page .catalog-page-right {
    overflow: visible;
    margin-right: 0;
    width: 100%;
    margin-left: 0;
    padding-right: 0;
    padding-left: 0;
  }

  .goods {
    padding: 0 10px;
  }

  .goods-item {
    padding: 25px;
  }

  .catalog-page-stroke button {
    display: block;
  }

  .catalog-page .mobile-close {
    display: flex;
  }

  .catalog-page .mobile-filter {
    display: flex;
  }

  .stroka-poisk {
    flex-wrap: wrap;
  }

  .stroka-poisk .stroka-poisk-h1 {
    width: 100%;
    margin-bottom: 20px;
  }

  div.stroka-poisk .stroka-poisk-h1 h1 span {
    margin-top: 0;
  }

  .top-vibor .button {
    margin-right: 15px;
  }

  .catalog-main .name {
    font-size: 120%;
    line-height: 22px;
  }

  .catalog-main .quantity {
    font-size: 100%;
    margin-top: 5px;
    color: var(--grey);
  }

  .catalog-main.cabinet {
    margin: 20px 0 0;
  }

  .warning-block {
    flex-direction: column;
    align-items: baseline;
  }

  .warning-block .text:last-child {
    margin-bottom: 0;
  }

  .warning-block .text {
    margin: 0 0px 20px 50px;
    min-height: 40px;
    align-items: center;
  }

  .warning-block .buttons {
    width: 80%;
    max-width: 200px;
  }

  .warning-block .buttons a:first-of-type {
    margin: 0 10px 0 0;
  }

  .select .select-vibor {
    background-color: white;
  }

  .status-zakaz-box {
    max-width: 400px;
    margin: 10px 0 0 0;
    font-size: 100%;
  }

  .cabinet-menu {
    display: flex;
  }

  .catalog-page .catalog-page-left.prilip {
    top: 0;
    position: fixed;
    max-height: inherit;
    padding: 30px 30px 0 30px;
    z-index: 11000;
  }

  .prilip .podskazka .podskazka-text {
    left: inherit;
    top: inherit;
    border-radius: inherit;
  }

  .mobile-user-name {
    display: flex;
  }

  .account-exit {
    max-width: inherit;
    width: 100%;
  }

  .account-exit {
    display: block;
  }

  .catalog-page-right.full-width .kartochki.kartochki-ne-slider .kartochka-compact {
    width: calc(100% / 4 - 15px) !important;
  }

  .cabinet-left--cabinet + .cabinet-right{
      padding-left: 0;
    }

  .cabinet-left--cabinet + .cabinet-right .goods {
    padding: 0;
  }

  .top-vibor {
    margin-left: 30px;
  }

  .info-page-left--show-adaptive .simplebar-track.simplebar-horizontal{
    display: none !important;
  }


  .info-page-left--show-adaptive .simplebar-track.simplebar-vertical{
    right: 0;
  }
  .info-page-left--show-adaptive ul{
    margin-bottom: 20px !important;
  }

  .info-page-left--show-adaptive{
    display: flex !important;
    position: fixed;
    flex-direction: column;
    justify-content: flex-end;
    box-sizing: border-box;
    z-index: 15;
    bottom: 10px;
    left: 10px;
    min-width: 1px;
    max-width: none;
    right: 10px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
    border-radius: 12px;
  }
  .info-page_wrap{
    max-height: none!important;
    position: relative;
    top: 0;
    margin-bottom: -15px;
    padding-bottom: 15px;
    transition: all 0.2s linear;
    overflow: hidden;
  }


  .info-page-left--show-adaptive.show .info-page_wrap{
    max-height: 100%;
    background: #EFF4FC;
  }
  .info-page-left--show-adaptive.show .info-page-left_tab-name{
    background: #fff url(../images/svg/close-gray.svg) no-repeat right 22px center;
  }
  .info-page-left--show-adaptive.show .info-page-menu--style{
    display: block;
  }


  .info-page .info-page-menu--style{
    display: none;
    max-height: calc(100vh - 74px);
    transition: all 0.2s linear;
    box-shadow: none;
    position: static;
    overflow: auto;


  }
  .info-page-left_tab-name{
    display: block;
  }
  .info-page-right--list{
    position: relative;
    padding-bottom: 20px;
    z-index: 5;
  }

  .open-nav-page{
    overflow: hidden;
  }


  .info-page .info-page-menu--styles{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    max-height: none;
  }

  .info-page.tab-reverse{
    display: flex;
    flex-direction: column-reverse;
  }

  .info-page-left.stop-move {
    position: relative;
    bottom: auto;
    margin-bottom: -46px;
    left: 0;
    right: 0;
  }
  .info-page .info-page-menu--style{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .info-page_wrap{
    overflow: visible;
  }

  .info-page-right--list{
    margin-bottom: 46px;
  }

  .goods-item table td{
    font-size: 12px;
  }
}

@media only screen and (max-width: 800px) {
  .info-page .info-page-menu .info-page-left_nav .name i svg,
  .info-page-left--mobile{
    display: block;
  }
  .info-page-left.stop-move {
    top: -46px;
  }
  .cabinet-left--cabinet + .cabinet-right{
    padding-right: 10px;
  }
  .stroka-poisk {
    padding: 0 10px;
  }

  .stroka-poisk-input button {
    margin-left: 10px;
  }

  .find-none {
    margin: 0 10px 20px 10px;
  }

  .goods-item-list {
    flex-direction: column;
  }

  .goods-item-list > div {
    width: 100%;
  }

  .goods-item-list > div:nth-child(3) {
    justify-content: space-between;
    margin-top: 20px;
  }

  .goods-item-list .good-name {
    max-width: inherit;
    width: 100%;
  }

  .goods-item-list .count-buy {
    width: 285px;
    flex-direction: row;
  }

  .goods-item-list .stroke-count {
    width: 50%;
    max-width: none;
  }

  .goods-item-list button.knopka-buy {
    width: 50%;
    max-width: 130px;
    margin-left: 10px;
    margin-top: 0;
  }

  .goods-item-list .goods-item-list-checkbox {
    align-self: stretch;
  }

  .goods-item-list .knopka-like {
    top: 25px;
    right: 25px;
  }

  .catalog-main .product {
    width: calc(50% - 20px);
  }

  .cabinet-right {
    padding: 0 10px;
  }

  .order .text-zakaz {
    flex-direction: column;
    padding: 10px;
  }

  .order .text-zakaz .tovar-zakaz {
    order: 1;
    width: 100%;
    padding: 20px;
    margin-bottom: 10px;
    border: 1px solid var(--l-blue);
    border-radius: 10px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
  }

  .order .tovar-zakaz > div:nth-child(2) {
    font-size: 115%;
  }

  .order .text-zakaz > div:first-of-type {
    order: 2;
    width: 100%;
    padding: 20px 20px;
  }

  .order .top-zakaz {
    padding: 30px 20px 20px 20px;
  }

  .order .top-zakaz .left > div:nth-child(1) {
    font-size: 115%;
  }

  .order .top-zakaz .left > div:nth-child(2) {
    font-size: 100%;
  }

  .order .top-zakaz .right {
    text-align: right;
  }

  .order .top-zakaz .right span {
    margin-left: 0;
    display: block;
    font-size: 115%;
  }

  .order .text-zakaz .buttons {
    flex-direction: column;
  }

  .order .text-zakaz .buttons a:first-of-type {
    margin: 0 0 10px 0;
  }

  .zakaz-info {
    flex-direction: column;
    padding: 20px;
  }

  .zakaz-info > div:nth-child(1) {
    width: 100%;
  }

  .zakaz-info > div:nth-child(2) {
    width: 100%;
    padding-left: 0;
  }

  .zakaz-dop-info {
    flex-direction: column;
  }

  .zakaz-dop-info .zakaz-dop-info-left {
    width: 100%;
    order: 2;
  }

  .zakaz-dop-info .zakaz-dop-info-right {
    width: 100%;
    margin-left: 0;
    order: 1;
  }

  .zakaz-dop-info .zakaz-right-info {
    align-items: flex-start;
    margin-top: 20px;
  }

  .block-dostavka {
    display: inline-block;
  }

  .zakaz-dop-info .zakaz-info-block {
    margin-bottom: 10px;
  }

  .zakaz-dop-info .order-vstavka {
    margin-bottom: 30px;
  }

  .zakaz-dop-info-right .tovar {
    flex-direction: column;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid var(--l-blue);
  }

  .zakaz-dop-info-right .tovar .name {
    width: auto;
  }

  .zakaz-dop-info-right .tovar > div:last-child {
    margin: 10px 0 0 auto;
  }

  .zakaz-dop-info-right .order-vstavka > div:last-of-type {
    border: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .catalog-page .catalog-page-right h2 {
    margin: 0 10px 10px 10px;
  }

  .cabinet-return .pagination li a,
  .cabinet-return .pagination li.tochki,
  .cabinet-return .pagination .pag-prev,
  .cabinet-return .pagination .pag-next,
  .pagination li a,
  .pagination li.tochki,
  .pagination .pag-prev,
  .pagination .pag-next {
    width: 24px;
    height: 24px;
    font-size: 100%;
  }

  .catalog-page-right.full-width .kartochki.kartochki-ne-slider .kartochka-compact {
    width: calc(100% / 3 - 15px) !important;
  }


  .goods-disabled .akcent-button,
  .goods-disabled .count-buy {
    width: 100%;
  }

  .cabinet-left--cabinet + .cabinet-right {
    padding-left: 10px;
  }

  .cabinet-top-tabs {
    margin: 0 -10px 20px;
    padding-left: 10px;
    padding-right: 10px;
    white-space: nowrap !important;
    overflow: auto !important;
    flex-wrap: nowrap !important;
    flex-direction: row !important;
  }

  .cabinet-top-tabs h1, .cabinet-top-tabs > div:not(:first-child) {
    margin: 0 !important;
  }


  .favorite-cabinet .kartochki.kartochki-ne-slider .kartochka-compact {
    width: calc(100% / 3 - 15px) !important;
    box-shadow: 0px 5px 10px 0px rgba(212, 219, 228, 1);
  }


  .favorite-cabinet .kartochki.kartochki-ne-slider,
  .cabinet-right .kartochki.kartochki-ne-slider.kartochki--new{
    gap: 22px;
  }

  .similar-products-top{
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    display: block;
    float: none;
    width: auto;
    margin: 0 10px 10px;
  }

  .catalog-title {
    margin: 0 10px 29px;
  }
  .plitka-tegov.variant-01.show-2-row{
    margin-left: 0;
    margin-right: 0;
  }
  .cabinet-nav-tab a{
    font-size: 15px;
    line-height: 20px;
  }
  .cabinet-nav-tab{
    padding: 0;
  }
  .gift-list-empty img{
    width: 80px;
    height: 80px;
  }
  .gift-list-empty h2{
    font-size: 20px;
    margin: 0 0 24px !important;
    line-height: 24px;
  }
  .gift-list-empty .btn{
    font-size: 15px;
    line-height: 20px;
    padding: 16px 23px;
  }
  .gift-list-empty {
    padding: 69px 0;
  }





  .info-page-right--list h2,
  .info-page-right--list ol{
    color: #151515;
    font-size: 16px;
    font-weight: 800;
    line-height: 20px; /* 125% */
  }

  .info-page-right.info-page-right--list h1{
    color: #1D2020;
    font-size: 24px;
    font-weight: 800;
    margin: 21px 16px 23px;
    line-height: 32px;
  }
  .info-page-right--list ol ol{
    font-size: 14px;
    line-height: 20px;
    padding: 20px 0 0;
    margin: 0 0 0 -28px;
  }
  .info-page-right--list{
    width: auto;
    margin-left: -10px !important;
    margin-right: -10px !important;
    overflow: hidden;
  }

  .info-page-right--list > ol > li {
    margin: 0 0 20px;
  }

  .info-page-right--list li {
    padding: 16px 15px 22px 50px;
  }
  .info-page-right--list ol > li::before {
    top: 16px;
    left: 21px;
  }
  .info-page-right--list a{
    font-size: 14px;
    line-height: 20px;
  }
  .info-page-right--list ol ol li {
    padding: 0 0 0 43px;
  }

  .info-page-right--list ol ol ol {
    padding: 12px 0 4px;
    margin: 0 0 0 0;
    line-height: 20px;
  }
  .info-page-right--list ol ol ol > li {
    counter-increment: level3;
    padding: 0 0 0 48px;
  }
  .info-page-left--show-adaptive{
    bottom: 64px;
    z-index: 1500;
  }

  .info-page .info-page-menu--style{
    max-height: calc(100vh - 195px);
  }

  .info-page-left.info-page-left--mobile{
    display: block !important;
    min-width: 100%;
    max-width: 100%;
    margin-bottom: 3px;
  }


  .info-page-left--show-adaptive{
    display: none !important;
  }
  .info-page-left--show-adaptive.visible{
    display: flex !important;
  }

  .info-page .info-page-menu .info-page-left_nav a:hover {
    background: none;
  }
  .info-page-left_nav {
    max-height: none;
    overflow: visible;
  }

  .info-page .info-page-menu .info-page-left_nav .is-open > .name i{
    top: 12px;
  }


  .info-page-help-in .col{
    margin: 0 0 24px;
  }
  .info-page-help-in .row{
    display: block;
  }
  .info-page-help-in .title svg{
    margin: 0 12px 0 0;
  }
  .info-page-help-in .title{
    font-size: 16px;
    font-weight: 700;
    margin: 24px 0 16px;
  }
  .info-page-help-in a{
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }
  .info-page-help-in  {
    padding: 20px 16px 5px;
  }
  .info-page-help-in li {
    padding: 0;
    margin: 0 0 16px 16px;
    list-style: none;
  }

  .info-page-left--show-adaptive.hide-table + .info-page-right--list{
    margin-bottom: 0;
  }
  .info-page-left--show-adaptive.hide-table{
    display: none !important;
  }


  .text-page-help-in h2{
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
  }
  .text-page-help-in h3{
    color: var(--dark, #151515);
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    margin: 24px 0 8px;
  }

  .text-page-help-in,
  .text-page-help-in li,
  .text-page-help-in p{
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
  }


  .text-page-help-in ol,
  .text-page-help-in ul{
    margin: 0 0 24px 20px;
  }
  .text-page-help-in li{
    padding: 0;
    margin: 0 0 4px;
  }
  .text-page-help-in {
    padding: 16px 17px 1px;
  }

  .question-group .in{
    margin: 0;
    padding: 0;
  }
  .question-group{
    margin: 0 0 24px;
    border-radius: 16px;
    background: var(--white, #FFF);
    box-shadow: 0px 0px 20px 0px rgba(212, 219, 228, 0.40), 0px 0px 1px 0px rgba(0, 0, 0, 0.25);
    padding: 16px;
  }
  .question-title{
    color: var(--dark, #151515);
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    margin: 0 0 16px;
  }
  .question-group .question .zagolovok{
    margin: 0;
    color: #485BFE;
    font-size: 14px;
    font-weight: 700;
    background-size: 14px;
    line-height: 20px;
  }


  .question-help i{
    position: absolute;
    top: 16px;
    width: 40px;
    min-width: 40px;
    height: 40px;
    right: 16px;
    margin: 0;
  }
  .question-help .akcent-button{
    margin: 21px 0 0;
    width: auto;
    display: inline-block;
    padding: 14px 25px;
    height: auto;
  }
  .question-help p{
    font-size: 13px;
    font-weight: 600;
    line-height: 20px;
  }
  .question-help{
    padding: 16px 64px 21px 16px;
    display: block;
    position: relative;
    overflow: hidden;
    margin: 20px 16px;
  }
  .question-group .question .text{
    margin: 10px 0 -15px;
  }


  .cabinet-right .zakaz-info-block .zagolovok{
    font-size: 16px;
    line-height: 20px;
  }
  .cabinet-right .zakaz-info-block .zagolovok.persona{
    background-size: 14px;
    background-position: 3px 2px;
  }
  .cabinet-right .zakaz-info-block .zagolovok.sbp {
    background-size: 18px;
  }
  .cabinet-right .zakaz-info-block .zagolovok.kuryer{
    background-size: 18px;
  }
  .cabinet-right .zakaz-info-block .zagolovok.sber{
    background-size: 20px;
  }
  .cabinet-right .zakaz-info-block .zagolovok.maps{
    background-size: 10px;
    background-position: 3px 2px;
  }
  .cabinet-right .zakaz-info-block .zagolovok.newcard {
    background-size: 28px;
    background-position-y: 4px;
  }
  .cabinet-right .zakaz-info-block .zagolovok.schet {
    background-size: 20px;
    background-position-y: 0px;
  }

  .cabinet-right .zakaz-info-block .zagolovok.tinkoff {
    background-size: 20px;
    background-position-y: 1px;
  }
  .cabinet-right .zakaz-info .margin-top-10{
    margin-top: 0 !important;
  }
  .cabinet-right .zakaz-info a{
    font-size: 16px;
    line-height: 20px;
  }
  .cabinet-right .zakaz-info-block {
    margin-bottom: 16px;
  }
  .cabinet-right .zakaz-info >div:last-child{
    margin-bottom: 0;
  }
  .cabinet-right .zakaz-info >div{
    margin-bottom: 8px;
  }
  .cabinet-right .zakaz-info {
    padding: 16px;
  }
  .cabinet-right .zakaz-info-block > div {
    margin-bottom: 8px;
    padding-left: 27px;
    font-size: 14px;
    line-height: 20px;
  }
  .cabinet-right .zakaz-info .zakaz-info-block-href .option-block {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 20px;
  }
  .cabinet-right .zakaz-info .zakaz-info-block-href > div {
    margin-bottom: 2px;
  }
  .cabinet-right .zakaz-info .zakaz-info-block-href{
    text-align: center;
  }
  .catalog-page-right .sostav-table .in{
    clear: both;
  }
  .cabinet-right .sostav-table {
    margin: 0 -10px 15px;
    padding: 6px 15px 16px;
  }
  .catalog-page-right .sostav-table .zagolovok .sostav-shapka-status .status-zakaz .status-zakaz-button {
    font-size: 14px;
    margin: 0 0 12px;
  }
  .catalog-page-right .sostav-table .zagolovok .sostav-shapka-kogda strong{
    flex-grow: 1;
  }
  .catalog-page-right .sostav-table .zagolovok .sostav-shapka-kogda{
    display: flex;
    flex-direction: column;
  }
  .catalog-page-right .sostav-table .zagolovok .sostav-shapka-otkuda {
    margin: 0 0 4px;
  }
  .catalog-page-right .sostav-table .sostav-table-row{
    border: none;
  }
  .catalog-page-right .sostav-table .flag {
    margin: 25px 16px 27px 0;
  }

  .catalog-page-right .sostav-footer {
    margin-top: 3px;
  }
  .catalog-page-right .sostav-itog div + div{
    color: var(--dark, #151515);
    margin: 13px 0 0;

  }
  .sostav-footer + .sostav-itog {
    margin-top: 11px;
    display: block;
    padding: 17px 0 0;
  }
  .catalog-page-right .sostav-itog span{
    white-space: normal;
  }
  .catalog-page-right .sostav-table .zagolovok{
    padding-bottom: 11px;
  }

  .sostav-footer a{
    display: block;
  }
  .sostav-footer .show-more{
    float: none;
    display: inline-block;
    margin: 17px 0 0;
  }

  .sostav-table .zagolovok .sostav-shapka-kogda p{
    display: block;
    margin: 0 0 4px;
  }

  .warning-block--gray--style2{
    padding: 16px;
  }
  .warning-block--gray--style2{
    background-position: top 16px left 17px ;
    background-size: 24px;
  }

  .warning-block--gray--style2 .buttons a{
    width: 100%;
  }
  .warning-block--gray--style2 .buttons{
    padding: 0 !important;
  }
  .warning-block--gray--style2 .text{
    font-size: 12px;
    margin: 0 0 12px;
    padding-left: 40px;
    line-height: 16px;
  }

  .catalog-page-right .order-callback{
    position: relative;
    padding: 16px;
    width: 100%;
    font-size: 15px;
    font-weight: 700;
    margin: 0 0 16px;
    line-height: 20px;

  }
  .h1-svg > div:first-child {
    margin-right: 0;
  }

  .warning-block--bottom .text {
    margin: 0 0 12px 40px;
    min-height: 1px;
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
  }
  .warning-block--bottom {
    background-position: 16px 16px;
    background-size: 24px;
    padding: 16px;
  }
  .warning-block--bottom .buttons{
    padding: 0 !important;
  }
}

@media screen and (max-width: 767px) {
  .only-mobile{
    display: block;
  }
  .cabinet-right h1.always {
    font-size: 24px;
    line-height: 30px;
    margin: 31px 0 23px 5px ;
  }


  .warning-block .buttons{
    max-width: 100%;
  }
}

@media screen and (max-width: 760px) {
  #uSocial .uscl-bar.uscl-absolute .uscl-list, .uSocial-Share .uscl-bar.uscl-absolute .uscl-list {
    position: static !important;
    opacity: 1 !important;
    visibility: visible !important;
    width: 100% !important;
    display: block !important;
  }

  body #uSocial .uscl-bar .uscl-list .uscl-item .ico_uscl,
  body .uSocial-Share .uscl-bar .uscl-list .uscl-item .ico_uscl {
    width: 36px !important;
    height: 36px !important;
    line-height: 36px !important;
    font-size: 18px !important;
  }

  body .uSocial-Share .uscl-bar.uscl-size32 .uscl-item {
    padding: 0 10px 0 0;
    margin-bottom: 5px;
  }

  .catalog-main.cabinet.catalog-main_home .name {
    font-size: 15px;
    line-height: 20px;
  }
}

@media only screen and (max-width: 700px) {
  .catalog-page .goods-item-body {
    flex-direction: column;
  }

  .goods-item-body .text {
    max-width: inherit;
    padding: 0 0 0 20px;
  }

  .goods-item-body .money .count-buy-container {
    width: 100%;
    max-width: 100%;
  }


  .goods-item-body .stroka-price + .count-buy-container {
    max-width: 300px;
  }

  .goods-item .goods-item-body .knopka-but-full-width {
    width: 300px;
  }

  .goods-item-body .money {
    width: auto;
    margin: 0;
    flex-direction: row;
    align-items: center;
    margin-top: 10px;
  }

  .goods-item-body .stroka-price {
    margin-left: 20px;
  }

}

@media only screen and (max-width: 600px) {
  .catalog-main .product {
    width: 100%;
    height: 150px;
    margin-bottom: 10px;
  }

  .catalog-main .name {
    font-size: 150%;
    line-height: 26px;
  }

  .catalog-main .quantity {
    font-size: 110%;
    margin-top: 5px;
  }

  .catalog-main .image {
    padding: 10px;
  }


  .catalog-main.cabinet {
    margin-left: auto;
  }

  .catalog-main.cabinet .product {
    height: 140px;
    width: calc(50% - 8px);
    flex: calc(50% - 8px) 0 0;
    margin-left: 10px;
  }

  .catalog-main.cabinet .product:nth-child(odd) {
    margin-left: 0;
  }

  .catalog-main.cabinet .image {
    padding: 10px 20px 10px 20px;
  }

  .catalog-main.cabinet .name {
    font-size: 120%;
    text-align: center;
    line-height: 20px;
  }

  .catalog-main.cabinet .image img {
    width: 40px;
    height: 40px;
  }

  .catalog-page-right.full-width .kartochki.kartochki-ne-slider .kartochka-compact {
    width: calc(100% / 2 - 15px) !important;
  }


  .zakaz-info-block > div img {
    display: none;
  }

  .catalog-main.cabinet.catalog-main_home {
    padding-top: 4px;
    gap: 16px;
  }

  .catalog-main.cabinet.catalog-main_home .product {
    height: 144px;
  }


  .favorite-cabinet .kartochki.kartochki-ne-slider,
  .cabinet-right .kartochki.kartochki-ne-slider.kartochki--new {
    gap: 20px;
  }

  .kartochki--new.kartochki.kartochki-ne-slider .kartochka-compact,
  .favorite-cabinet .kartochki.kartochki-ne-slider .kartochka-compact {
    width: calc(50% - 10px) !important;
    min-width: 160px;
    max-width: calc(50% - 10px);
  }

  .similar-products-top .close{
    display: block;
  }
  .similar-products-top .name{
    font-weight: 600;
    font-size: 12px;
    margin: 0;
    min-height: 36px;
    line-height: 1.5;
  }
  .similar-products-top .status{
    padding: 0;
    font-size: 12px;
    line-height: 1.5;
  }
  .similar-products-top{
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.11);
    padding: 10px 50px 10px 114px;
    min-height: 74px;
  }
  .catalog-title{
    font-weight: 800;
    font-size: 24px;
    line-height: 1.25;
    margin: 0 10px 16px;
  }
  .similar-products-top .preview {
    left: 15px;
    width: 50px;
    bottom: 30px;
  }
  .similar-products-top .cash{
    left: 16px;
    right: auto;
    bottom: 11px;
    font-size: 14px;
    line-height: 1;
  }

  .similar-products-top + .catalog-h1 span{
    font-size: 14px;
  }
  .similar-products-top + .catalog-h1{
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    margin: 20px 10px 10px;
  }

  .warning-block .buttons{
    width: 100%;
  }
  .warning-block .buttons a:last-of-type{
    margin-left: 0;
  }
}

@media only screen and (max-width: 500px) {
  .goods-item-body .image {
    width: 110px;
  }

  .goods-item-body .text {
    padding: 0 0 0 10px;
  }

  .goods-item-body .raiting-stars {
    margin: 10px 0;
  }

  .goods-item-body button.knopka-buy:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../images/cart.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 20px;
  }

  .goods-item-body button.knopka-buy {
    font-size: 0;
    position: relative;
    width: 40px;
    height: 40px;
    padding: 10px 5px;
    border-radius: 50%;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--black);
    color: white;
  }

  .goods-item-body button.knopka-buy.in-basket {
    background: linear-gradient(180deg, var(--color-gr-01) 0%, var(--color-gr-02) 100%) !important;
    background-size: 100%;
    opacity: 0.7;
  }


  .goods-item-body .count-buy .stroke-count {
    width: calc(100% - 40px);
  }

  .goods-item .goods-item-body .knopka-but-full-width {
    width: 100%;
  }

  .goods-item-body .money .count-buy-container {
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
  }

  .goods-item-body .stroka-price + .count-buy-container {
    margin-left: 0;
    margin-right: 0;
    max-width: 180px;
  }

  .goods-item-body .stroka-price {
    margin-left: 0;
  }

  .goods-item-body .price {
    font-size: 140%;
    line-height: normal;
  }

  .goods-item-body .bonus {
    font-size: 90%;
  }

  .stroka-poisk form {
    flex-wrap: wrap;
  }

  .stroka-poisk button {
    margin: 10px auto 0 auto;
    width: 60%;
    min-width: 160px;
  }

  .goods-item-list {
    padding: 60px 20px 20px 20px;
  }

  .goods-item-list > div {
    align-items: flex-start;
  }

  .goods-item-list .stroka-nalichie {
    flex-direction: column;
    align-items: flex-start;
  }

  .goods-item-list > div:nth-child(3) {
    flex-direction: column;
    align-items: center;
  }

  .goods-item-list .count-buy {
    margin-top: 20px;
  }

  .goods-item-list button.knopka-buy {
    width: auto;
    max-width: inherit;
    margin-left: 0;
    margin-top: 0;
    padding: 0 20px;
  }

  .goods-item-list .goods-item-list-checkbox {
    width: auto;
    position: absolute;
    top: 20px;
    left: 20px;
  }

  .goods-item-list .knopka-like {
    top: 20px;
    right: 20px;
  }

  .warning-block  {
    overflow: hidden;
  }
  .warning-block .buttons {
    flex-direction: column;
    margin: auto;
  }

  .warning-block .buttons a{
    margin: 0;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    box-sizing: border-box;
  }
  .warning-block .buttons {
    max-width: none;
    margin: 0 auto 0 0;
    width: 100%;
    box-sizing: border-box;
    gap: 10px;
    padding: 0 0 0 50px;
    flex-wrap: wrap;
  }

  .cabinet-top-tabs {
    flex-direction: column;
  }

  .cabinet-top-tabs h1, .cabinet-top-tabs > div {
    font-size: 160%;
    margin: 0 0 10px 0;
  }

  .status-zakaz-box {
    left: 0;
    right: 0;
    border-radius: 0;
    max-width: inherit;
    border: 1px solid var(--l-blue);
    width: auto;
  }

  .warning-block .buttons {
    width: 100%;
    /* margin: 0 !important; */
    max-width: 100%;
    flex: 1 0 auto;
    overflow: hidden;
    display: block;
    padding: 0 0 0 50px;
  }
}

@media only screen and (max-width: 400px) {
  .goods-item-body .goods-item-body-container {
    flex-direction: column;
    align-items: center;
  }

  .goods-item-body .money {
    flex-direction: column;
    margin: 0;
  }

  .goods-item-body .count-buy-container {
    width: 80%;
  }

  .goods-item-body .stroka-price {
    margin: 20px 0;
  }

  .goods-item-body .image {
    width: 200px;
  }

  .catalog-page-right.full-width .kartochki.kartochki-ne-slider {
    justify-content: center;
  }

  .catalog-page-right.full-width .kartochki.kartochki-ne-slider .kartochka-compact {
    width: 100% !important;
  }

  .cabinet-top-tabs {
    gap: 0;
  }

  .goods-item-body .stroka-price + .count-buy-container {
    max-width: 250px;
  }
}
