@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Manrope:wght@200..800&display=swap");
/* region  VARS */
/* endregion */
/* region  TEMPORARY OLD ELEMENTS */
.mobile-filter-panel2,
#mega-menu {
  display: none;
}
@media (max-width: 480px) {
  .mobile-filter-panel2,
  #mega-menu {
    display: block;
  }
}

/* V4 каталог: применение цены только через нижнюю «Показать …», не через старую кнопку .button */
#dialog-message-filters .v4-catalog-price-apply-proxy {
  display: none !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

/* endregion */
/* region  MOBILE HACKS */
/*#jvLabelWrap , jdiv[class^="wrap__"]{
  display: none;
}*/
#jivo_chat_widget, #jivo_custom_widget {
  display: none;
}

.digi-dolyame-modal {
  display: none;
}

.v3-mobile, .fa.v3-mobile, .v3-mobile-closed, .fa.v3-mobile-closed {
  display: none;
}
@media (max-width: 480px) {
  .v3-mobile, .fa.v3-mobile, .v3-mobile-closed, .fa.v3-mobile-closed {
    display: block;
  }
}

.justify-content-center {
  display: flex; /* делаем флекс-контейнер */
  justify-content: center; /* центрируем по горизонтали */
  align-items: center; /* центрируем по вертикали */
}

.mt-32 {
  margin-top: 32px;
}

.lightboxOverlay {
  background-color: #394345 !important;
  opacity: 0.5 !important;
  position: fixed !important;
  inset: 0;
  width: 100vw !important;
  height: 100vh !important;
}

.lb-data .lb-close {
  right: -29px !important;
  top: -12px !important;
  background-size: cover !important;
  width: 20px !important;
  height: 20px !important;
}

.lightbox .lb-image {
  border: none !important;
}

#mobile {
  height: 0;
  line-height: 0;
  position: absolute;
  top: -100px;
}
@media (max-width: 480px) {
  #mobile {
    display: none;
  }
}

/* endregion */
/* region  APK */
#apk-auth {
  display: none;
}

/* endregion */
/* region  general styles */
* {
  margin: 0;
  padding: 0;
  font-family: Manrope, sans-serif;
  font-weight: 400;
}

.v2-container {
  width: 95%;
  margin: 0 auto;
}

.v4-popup-bg {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1000;
  background: #394345;
  opacity: 50%;
}
.v4-popup-bg.active {
  display: block;
}

.loadingdiv {
  position: fixed;
  left: 0;
  top: 0;
  display: flex;
  width: 100vw !important;
  height: 100vh !important;
  z-index: 9000;
  background: #fff;
  opacity: 0.6;
  align-items: center;
  justify-content: center;
}

.action-toast {
  position: absolute;
  z-index: 9999;
  max-width: 260px;
  padding: 10px 14px;
  background: #394345;
  color: #fff;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.005em;
  border-radius: 6px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
  opacity: 0;
  transform: translateY(-6px);
  transition: opacity 0.2s ease, transform 0.2s ease;
  pointer-events: auto;
  user-select: none;
}

.action-toast.show {
  opacity: 1;
  transform: translateY(0);
}

.up {
  position: fixed;
  bottom: 40px;
  right: calc((100vw - 95%) / 2);
  display: none;
  gap: 16px;
  flex-direction: column;
  align-items: flex-end;
  z-index: 1000;
}
@media (max-width: 480px) {
  .up {
    bottom: 100px;
  }
}
.up .up-button {
  cursor: pointer;
}
.up .all-chat-buttons {
  display: flex;
  gap: 8px;
  flex-direction: column;
  align-items: flex-end;
}
.up .all-chat-buttons .all-chat-button-close {
  display: none;
  cursor: pointer;
}
.up .all-chat-buttons .all-chat-button {
  cursor: pointer;
}
.up .all-chat-buttons .all-chat-buttons-container {
  display: none;
  gap: 8px;
  flex-direction: column;
  align-items: flex-end;
}
.up .all-chat-buttons .all-chat-buttons-container .all-chat-buttons-item {
  text-decoration: none;
  display: flex;
  gap: 16px;
  align-items: center;
  height: 56px;
  cursor: pointer;
}
.up .all-chat-buttons .all-chat-buttons-container .all-chat-buttons-item .all-chat-buttons-item-label {
  display: flex;
  align-items: center;
  padding: 8px 16px;
  background: #fff;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.005em;
  color: #394345;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1), 0px 24px 40px rgba(0, 0, 0, 0.04);
  border-radius: 6px;
}
@media (max-width: 480px) {
  .up .all-chat-buttons .all-chat-buttons-container .all-chat-buttons-item .all-chat-buttons-item-label {
    background: #DEEDEA;
  }
}
.up .all-chat-buttons .all-chat-buttons-container .all-chat-buttons-item .all-chat-buttons-item-icon {
  height: 56px;
  width: 56px;
}
.up .all-chat-buttons .all-chat-buttons-container .all-chat-buttons-item .all-chat-buttons-item-icon img {
  height: 56px;
  width: 100%;
}

.no-input-gap {
  margin-top: -4px;
}

.grow-1 {
  flex-grow: 1;
}

/*region payment_widgets*/
.yasplit-widget {
  background: #f3f3f3;
  border-radius: 15px;
  padding: 20px;
}

.yasplit-widget-title {
  font-size: 18px;
  line-height: 20px;
  padding-bottom: 10px;
}

.yasplit-widget-title span {
  color: rgb(44, 158, 86);
}

.yasplit-widget-table {
  display: flex;
  gap: 8px;
}

.yasplit-widget-table-col {
  flex-grow: 1;
}

.yasplit-widget-table-col-line {
  background: #56c776;
  height: 4px;
  border-radius: 9px;
  margin-bottom: 6px;
  margin-top: 6px;
}

.yasplit-widget-table-col-text {
  font-size: 13px;
  color: rgba(0, 0, 0, 0.5);
}

.yasplit-widget-table-col-price {
  font-size: 14px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.847);
  padding: 3px 0 0px;
}

.yasplit-widget-footer {
  margin-top: 15px;
}

.ui-dialog.dol-dialog {
  border: 0;
  box-shadow: none;
  border-radius: 20px;
  z-index: 2000;
}
.ui-dialog.dol-dialog .ui-dialog-content {
  padding: 16px 34px 24px;
}

.v2-pupup-close.dol-close {
  background: url(../imgv2/dol_close.jpg) no-repeat;
  width: 18px;
  height: 18px;
  right: 11px;
  top: 10px;
  position: absolute;
  cursor: pointer;
}
@media (max-width: 480px) {
  .v2-pupup-close.dol-close {
    top: 16px;
    right: 16px;
    cursor: pointer;
    height: 24px;
    width: 24px;
  }
}

.yasplit-widget-title2 {
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  margin-top: 30px;
  margin-bottom: 20px;
  text-align: center !important;
}

.yasplit-widget-footer.yasplit-widget-footer2 {
  margin-top: 4px;
}

.yasplit-widget-footer2 img {
  position: relative;
  margin-right: 6px;
  top: 6px;
}

.yasplit-widget-imgtable-col {
  text-align: center !important;
  font-size: 13px;
  line-height: 16px;
  flex-grow: 1;
}

.yasplit-widget-imgtable {
  display: flex;
  gap: 40px;
}

.yasplit-widget-banks {
  font-size: 13px;
  line-height: 16px;
  text-align: center !important;
  margin-top: 20px;
  color: #ccc;
}

.yasplit-widget-banks a {
  color: #044ab6 !important;
  border: none;
  outline: none;
}

.yasplit-widget-img {
  background: url(../imgv2/yapay2.jpg) no-repeat -7px 0;
  height: 57px;
  background-size: 103% auto;
}

.yasplit-widget-img.yasplit-widget-img2 {
  background: url(../imgv2/yapay22.jpg) no-repeat -7px 0;
  background-size: 106% auto;
}

.yasplit-widget-imgtable .yasplit-widget-imgtable-col:nth-child(2) {
  position: relative;
  left: 10px;
}

.yasplit-widget-imgtable .yasplit-widget-imgtable-col:nth-child(3) {
  position: relative;
  left: 10px;
}

.ui-widget-overlay.ui-front.dol-dark {
  background: rgba(0, 0, 0, 0.6) !important;
  opacity: 1 !important;
}

.digi-dolyame-button-padding.digi-dolyame-button {
  margin-bottom: 15px;
}

.digi-dolyame-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #dedede;
  padding: 0 20px;
  margin-top: 16px;
  border-radius: 8px;
  cursor: pointer;
}

/*endregion*/
.collapse-items {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-bottom: 32px;
}
.collapse-items .collapse-item {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  padding: 16px 0 32px;
  border-bottom: 1px solid #CFCCC4;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 0.005em;
  color: #394345;
  background: url("../img/v4/chevron-down_24.png") no-repeat left 16px;
}
.collapse-items .collapse-item.opened {
  background-image: url("../img/v4/chevron-up_24.png");
}
.collapse-items .collapse-item .collapse-title {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 0.005em;
  color: #394345;
  padding-left: 32px;
  cursor: pointer;
}
.collapse-items .collapse-item .collapse-text {
  display: none;
  padding: 24px 0 0 32px;
}

/* endregion */
/* region BUTTONS */
.btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  color: #FFFFFF !important;
  cursor: pointer;
  text-decoration: none !important;
}
.btn.btn-small {
  padding: 7px 12px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  letter-spacing: 0.005em;
  gap: 8px;
}
.btn.btn-black {
  background: #394345;
  border: 1px solid #394345;
}
.btn.btn-black:hover {
  background: #0F1112;
}
.btn.btn-green {
  background: #5CA595;
  border: 1px solid #5CA595;
}
.btn.btn-green:hover {
  background: #66af9f;
}
.btn.btn-white {
  color: #394345 !important;
  border: 1px solid #394345;
}
.btn.btn-white:hover {
  background: #DCDDDE;
}
.btn.btn-red {
  color: #DC2626 !important;
  border: 1px solid #DC2626;
  background: none;
}
.btn.fit-content {
  width: fit-content;
}
.btn.fit-content-plus {
  padding-left: 32px;
  padding-right: 32px;
}
.btn.btn-fluid {
  width: 100%;
  box-sizing: border-box;
}
.btn.no-border {
  border: none;
}
.btn.mt-32 {
  margin-top: 32px;
}

/* endregion */
/* region FORMS */
.v4-form-step {
  display: none;
}

.v4-form-step.active {
  display: block;
}

.form-ajax-submit-loading {
  text-align: center;
}
.form-ajax-submit-loading img {
  width: 36px;
  height: 36px;
}

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=search],
form input[type=tel],
form input[type=url],
form input[type=number],
form input[type=date],
form input[type=datetime-local],
form input[type=month],
form input[type=time],
form input[type=week] {
  line-height: 38px;
  border: 1px solid #CACDCE;
  color: #959A9D;
  padding: 0 16px;
  border-radius: 6px;
  box-sizing: border-box;
  outline: none;
}
.v2-form form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.v2-form .v4-form-item.mb-16 {
  margin-bottom: 16px;
}
.v2-form .v4-form-item.mt-32 {
  margin-bottom: 16px;
}
.v2-form .v4-form-item.radio-item .v4-radio-title {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 0.005em;
  color: #394345;
  margin-bottom: 16px;
}
.v2-form .v4-form-item.radio-item .v4-radio-cont {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.v2-form .v4-form-item.radio-item .v4-radio-cont.v4-radio-cont-inline {
  flex-direction: row;
}
.v2-form .v4-form-item.radio-item .v4-radio-cont .v4-radio-elem {
  display: flex;
  gap: 8px;
  align-items: center;
}
.v2-form .v4-form-item.radio-item .v4-radio-cont .v4-radio-elem .v4-radio-point {
  position: relative;
  box-sizing: border-box;
  width: 16px;
  height: 16px;
  background: #FFFFFF;
  border: 1px solid #CACDCE;
  border-radius: 100%;
}
.v2-form .v4-form-item.radio-item .v4-radio-cont .v4-radio-elem:hover .v4-radio-point {
  background: #DEEDEA;
  border: 1px solid #ADD2CA;
}
.v2-form .v4-form-item.radio-item .v4-radio-cont .v4-radio-elem.selected .v4-radio-point {
  background: #5CA595;
  border: 1px solid #ADD2CA;
}
.v2-form .v4-form-item.radio-item .v4-radio-cont .v4-radio-elem.selected .v4-radio-point:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 7px;
  height: 7px;
  border-radius: 100%;
  background: #fff;
  content: "";
  margin-left: -3.5px;
  margin-top: -3.5px;
}
.v2-form .v4-form-item.radio-item .v4-radio-cont .v4-radio-elem label {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.005em;
  color: #09090B;
}
.v2-form .v4-form-item.radio-item .v4-radio-cont .v4-radio-elem input {
  display: none;
}
.v2-form .v4-form-item.result-item {
  display: none;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  justify-content: center;
}
.v2-form .v4-form-item.result-item .v4-form-result-text {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  letter-spacing: 0.005em;
  color: #394345;
}
.v2-form .v4-form-item.result-item .v4-form-result-text .v4-form-result-text-title {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 27px;
  text-align: center;
  letter-spacing: 0.005em;
  color: #5CA595;
  margin-bottom: 32px;
}
.v2-form .v4-form-item.input-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.v2-form .v4-form-item.input-item label {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.005em;
  color: #394345;
}
.v2-form .v4-form-item.input-item label .req {
  display: inline-block;
  padding-left: 4px;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.005em;
  color: #DC2626;
}
.v2-form .v4-form-item.input-item input {
  width: 100%;
  box-sizing: border-box;
  padding: 7px 16px;
  background: #FFFFFF;
  border: 1px solid #CACDCE;
  border-radius: 6px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.005em;
  /*color: #959A9D;*/
  color: #394345;
}
.v2-form .v4-form-item.checkbox-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.v2-form .v4-form-item.checkbox-item label {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.005em;
  color: #394345;
}
.v2-form .v4-form-item.checkbox-item label .req {
  display: inline-block;
  padding-left: 4px;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.005em;
  color: #DC2626;
}
.v2-form .v4-form-item.checkbox-item span {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.005em;
  color: #394345;
  display: block;
  margin-bottom: 12px;
}
.v2-form .v4-form-item.checkbox-item input {
  position: relative;
  top: 2px;
  margin-right: 8px;
  appearance: none;
  -webkit-appearance: none;
  width: 16px;
  height: 16px;
  border: 2px solid #CACDCE;
  border-radius: 4px;
  background: #fff;
  cursor: pointer;
}
.v2-form .v4-form-item.checkbox-item input:checked {
  background: #5CA595;
}
.v2-form .v4-form-item.checkbox-item input:checked::before {
  content: "✔";
  color: #fff;
  font-size: 11px;
  display: block;
  text-align: center;
  line-height: 13px;
  position: absolute;
  left: 2px;
}
.v2-form .v4-form-item.select-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.v2-form .v4-form-item.select-item label {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.005em;
  color: #394345;
}
.v2-form .v4-form-item.select-item label .req {
  display: inline-block;
  padding-left: 4px;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.005em;
  color: #DC2626;
}
.v2-form .v4-form-item.select-item select {
  width: 100%;
  height: 38px;
  box-sizing: border-box;
  padding: 7px 16px;
  border: 1px solid #CACDCE;
  border-radius: 6px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.005em;
  color: #394345;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
  background: #fff url("../img/v4/select_arrow.png") no-repeat calc(100% - 20px) 16px;
}
.v2-form .v4-form-item.select-item.custom-select .custom-select-options-placeholder {
  position: relative;
  display: none;
  line-height: 0;
  height: 0;
  margin-top: -4px;
}
.v2-form .v4-form-item.select-item.custom-select .custom-select-options-placeholder .custom-select-options {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 16px 0px;
  position: absolute;
  background: #FFFFFF;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1), 0px 24px 40px rgba(0, 0, 0, 0.04);
  border-radius: 6px;
  z-index: 500;
  max-height: 450px;
  height: fit-content;
  overflow: auto;
  box-sizing: border-box;
}
.v2-form .v4-form-item.select-item.custom-select .custom-select-options-placeholder .custom-select-options .custom-select-option {
  display: flex;
  align-items: center;
  padding: 8px 16px;
  width: 100%;
  box-sizing: border-box;
  justify-content: space-between;
  cursor: pointer;
}
.v2-form .v4-form-item.select-item.custom-select .custom-select-options-placeholder .custom-select-options .custom-select-option:hover {
  background: #F5F5F3;
}
.v2-form .v4-form-item.select-item.custom-select .custom-select-options-placeholder .custom-select-options .custom-select-option .custom-select-option-text {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.005em;
  color: #394345;
}
.v2-form .v4-form-item.select-item.custom-select .custom-select-options-placeholder .custom-select-options .custom-select-option .custom-select-option-right {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.005em;
  color: #959A9D;
}
.v2-form .v4-form-item.textarea-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.v2-form .v4-form-item.textarea-item label {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.005em;
  color: #394345;
}
.v2-form .v4-form-item.textarea-item label .req {
  display: inline-block;
  padding-left: 4px;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.005em;
  color: #DC2626;
}
.v2-form .v4-form-item.textarea-item textarea {
  width: 100%;
  box-sizing: border-box;
  padding: 8px 16px;
  background: #FFFFFF;
  border: 1px solid #CACDCE;
  border-radius: 6px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.005em;
  color: #959A9D;
  outline: none;
  resize: none;
}
.v2-form .v4-form-item.submit-item {
  margin-top: 16px;
}
.v2-form .v4-form-item.submit-item input, .v2-form .v4-form-item.submit-item button {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 38px;
  padding: 7px 12px;
  background: #CACDCE;
  border-radius: 8px;
  width: 100%;
  box-sizing: border-box;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  letter-spacing: 0.005em;
  color: #FAF5FF;
  outline: none;
  border: none;
  cursor: pointer;
}
.v2-form .v4-form-item.submit-item input:hover, .v2-form .v4-form-item.submit-item button:hover {
  background: #394345;
}
.v2-form .v4-form-item.submit-item input.disabled:hover, .v2-form .v4-form-item.submit-item input:disabled:hover, .v2-form .v4-form-item.submit-item button.disabled:hover, .v2-form .v4-form-item.submit-item button:disabled:hover {
  background: #CACDCE;
  cursor: default;
}
.v2-form .v4-form-item.submit-item input.fit-content, .v2-form .v4-form-item.submit-item button.fit-content {
  width: fit-content;
}
.v2-form .v4-form-item.agree-item .agree-btn {
  cursor: pointer;
  display: flex;
  gap: 22px;
  text-decoration: none;
}
.v2-form .v4-form-item.agree-item .agree-btn span {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.005em;
  color: #394345;
}
.v2-form .v4-form-item.agree-item .agree-btn span a {
  text-decoration: none;
  color: #5CA595;
}
.v2-form .v4-form-item.agree-item .agree-btn svg.sub {
  position: relative;
  top: 5px;
}
.v2-form .v4-form-item.agree-item .v2-mega-agree .agree-btn {
  gap: 8px;
  align-items: baseline;
  justify-content: flex-start;
}
.v2-form .v4-form-item.agree-item .v2-mega-agree .agree-btn .req {
  display: inline-block;
  padding-left: 4px;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.005em;
  color: #DC2626;
}
.v2-form .v4-form-item.agree-item .v2-mega-agree .agree-btn span {
  flex-grow: 1;
}
.v2-form .v4-form-item.agree-item .v2-mega-agree .agree-btn .agree-checkbox {
  position: relative;
  top: 2px;
  appearance: none;
  -webkit-appearance: none;
  width: 16px;
  flex: 0 0 16px;
  height: 16px;
  border: 2px solid #CACDCE;
  border-radius: 4px;
  background: #fff;
  cursor: pointer;
}
.v2-form .v4-form-item.agree-item .v2-mega-agree .agree-btn .agree-checkbox:checked {
  background: #5CA595;
}
.v2-form .v4-form-item.agree-item .v2-mega-agree .agree-btn .agree-checkbox:checked::before {
  content: "✔";
  color: #fff;
  font-size: 11px;
  display: block;
  text-align: center;
  line-height: 13px;
  position: absolute;
  left: 2px;
}
.v2-form .v4-form-item.agree-item .v2-mega-agree .agree-btn.not_valid .agree-checkbox {
  border-color: #DC2626;
}
.v2-form .v4-form-item.agree-item .agree-text {
  display: none;
  padding-top: 20px;
  font-size: 12px;
}
.v2-form .v4-form-item.agree-item .agree-text p {
  margin-bottom: 20px;
}
.v2-form .v4-form-item .invalid_input {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.005em;
  color: #DC2626;
}
.v2-form .v4-form-item.v4-form-result-error {
  display: none;
  border-radius: 8px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.005em;
  color: #394345;
  padding: 13px 16px 12px 56px;
  margin: 32px 0;
  background: #fee2e2 url(../img/v4/box_error.png) no-repeat 16px 13px;
}
.v2-form .v4-form-item.v4-form-result-success {
  display: none;
  border-radius: 8px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.005em;
  color: #394345;
  padding: 13px 16px 12px 56px;
  margin: 32px 0;
  background: #CEE4DF url(../img/v4/box_success.png) no-repeat 16px 13px;
  background-size: 24px;
}
.v2-form .v4-form-item.v4-form-vac-result {
  margin: 24px 0 0 0;
}
.v2-form .v4-form-item.big-label label {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 2px;
}
.v2-form .v4-form-item .v4-form-result-title {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.005em;
  color: #394345;
  margin-bottom: 8px;
}
.v2-form .v4-auth-password-field-container {
  position: relative;
}
.v2-form .v4-auth-password-field-container .eye {
  position: absolute;
  right: 12px;
  top: 8px;
  cursor: pointer;
}

.info-box.error-box {
  border-radius: 8px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.005em;
  color: #394345;
  padding: 13px 16px 12px 56px;
  background: #fee2e2 url(../img/v4/box_error.png) no-repeat 16px 13px;
}
.info-box.success-box {
  border-radius: 8px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.005em;
  color: #394345;
  padding: 13px 16px 12px 56px;
  background: #CEE4DF url(../img/v4/box_success.png) no-repeat 16px 13px;
  background-size: 24px;
}
.info-box.bottom-gap32 {
  margin-bottom: 32px;
}
.info-box .title {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.005em;
  color: #394345;
  margin-bottom: 8px;
}
.info-box .text {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.005em;
  color: #394345;
}

.v4-next-step {
  margin-top: 32px;
}

/* endregion */
/* region SCROLLS */
.scrollable {
  overflow-y: scroll;
}

/* Firefox ONLY */
@-moz-document url-prefix() {
  .scrollable {
    scrollbar-width: thin;
    scrollbar-color: rgba(0, 0, 0, 0.3) transparent;
  }
}
/* WebKit */
.scrollable::-webkit-scrollbar {
  width: 6px;
}

.scrollable::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.35);
  border-radius: 4px;
}

.scrollable::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.47);
}

.scrollable::-webkit-scrollbar-track {
  background: transparent;
}

/* endregion */
/* region MODALS */
.ui-widget-overlay {
  z-index: 1200 !important;
  background: #394345 !important;
  opacity: 50% !important;
}

.ui-dialog.ui-widget:not(.dol-dialog) {
  position: fixed;
  height: 100vh !important;
  width: fit-content !important;
  box-sizing: border-box !important;
  background: #fff;
  right: 0 !important;
  top: 0 !important;
  left: auto !important;
  padding: 0;
  border: none;
  z-index: 2000;
  border-radius: 0;
  box-shadow: 0px 8px 5px 0px rgba(0, 0, 0, 0.0784313725), 0px 20px 13px 0px rgba(0, 0, 0, 0.031372549);
}
@media (max-width: 480px) {
  .ui-dialog.ui-widget:not(.dol-dialog) {
    height: calc(100vh - 99px) !important;
    max-width: 100% !important;
    min-width: 100%;
    bottom: 0;
    top: auto !important;
    border-radius: 8px 8px 0 0;
  }
}
.ui-dialog.ui-widget:not(.dol-dialog) .ui-widget-content {
  overflow: hidden;
  padding: 0;
  height: 100% !important;
}
.ui-dialog.ui-widget:not(.dol-dialog) .v2-pupup-close {
  position: absolute;
  top: 5px;
  right: 7px;
  cursor: pointer;
}
@media (max-width: 480px) {
  .ui-dialog.ui-widget:not(.dol-dialog) .v2-pupup-close {
    top: 16px;
    right: 16px;
    cursor: pointer;
    height: 24px;
    width: 24px;
  }
}

.v4-popup-content {
  padding: 32px;
  height: 100%;
  box-sizing: border-box;
}
@media (max-width: 480px) {
  .v4-popup-content {
    padding: 32px 16px;
  }
}
.v4-popup-content .popup-basic-content {
  margin-bottom: 16px;
  font-size: 16px;
}
.v4-popup-content h5, .v4-popup-content h2 {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 33px;
  letter-spacing: 0.005em;
  color: #394345;
  margin-bottom: 30px;
}
.v4-popup-content strong, .v4-popup-content b {
  font-weight: 700;
}

.v4-mailing-popup-content {
  width: 488px;
  overflow: auto;
}
@media (max-width: 480px) {
  .v4-mailing-popup-content {
    width: 100%;
  }
}

.ui-dialog-titlebar.ui-widget-header {
  display: none;
}

/* endregion */
/* region LOGIN MODAL */
#dialog-message-closePC .v4-usercity-form {
  flex-grow: 1;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
#dialog-message-closePC .v4-search-popup-content {
  display: flex;
  flex-direction: column;
}
#dialog-message-closePC .v4-search-popup-content h5 {
  flex-shrink: 0;
}
#dialog-message-closePC .v4-preloaded-city-autocomplete-suggestion {
  text-decoration: none;
}

#dialog-message-closePC .v4-city-autocomplete-input, .pickup-city-searcher .v4-city-autocomplete-input {
  background: #EDEEEF url("../img/v4/search_24.png") no-repeat 19px center;
  padding-left: 48px;
  padding-right: 16px;
  line-height: 44px;
  border: none;
  min-width: 424px;
  margin-bottom: 32px;
}
@media (max-width: 480px) {
  #dialog-message-closePC .v4-city-autocomplete-input, .pickup-city-searcher .v4-city-autocomplete-input {
    min-width: 100%;
  }
}

.pickup-city-searcher .v4-city-autocomplete-input {
  min-width: 100%;
  margin-bottom: 0;
  box-sizing: border-box;
  border-radius: 6px;
  outline: none;
}
.pickup-city-searcher.pickup-changecity-searcher .v4-city-autocomplete-input {
  margin-bottom: 32px;
}

/* endregion */
/* FIRST HEADER LINE */
.v3-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1100;
  transition: transform 0.3s ease;
}

.v3-header.hidden {
  transform: translateY(-101%);
}

.v3-header-line1 {
  background: #394345;
}
.v3-header-line1 .v3-header-line1-cont {
  display: flex;
  height: 44px;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 480px) {
  .v3-header-line1 .v3-header-line1-cont {
    height: 27px;
  }
  .v3-header-line1 .v3-header-line1-cont .v4-header-city-icon svg {
    width: 16px;
    height: 16px;
  }
}
.v3-header-line1 .v3-header-line1-cont .v3-topmenu ul {
  display: flex;
}
.v3-header-line1 .v3-header-line1-cont .v3-topmenu ul li {
  display: flex;
  vertical-align: center;
  margin-right: 24px;
}
@media (max-width: 480px) {
  .v3-header-line1 .v3-header-line1-cont .v3-topmenu ul li {
    display: none;
  }
  .v3-header-line1 .v3-header-line1-cont .v3-topmenu ul li:first-child {
    display: flex;
    flex-grow: 1;
    margin-right: 0;
  }
}
.v3-header-line1 .v3-header-line1-cont .v3-topmenu ul li * {
  font-size: 16px;
  line-height: 100%;
  color: #FFFFFF;
  text-decoration: none;
}
@media (max-width: 480px) {
  .v3-header-line1 .v3-header-line1-cont .v3-topmenu ul li * {
    font-size: 14px;
  }
}
.v3-header-line1 .v3-header-line1-cont .v3-topmenu ul li a {
  display: flex;
  align-items: center;
  gap: 7px;
}
@media (max-width: 480px) {
  .v3-header-line1 .v3-header-line1-cont .v3-topmenu ul li a:first-child {
    flex-grow: 1;
  }
}
.v3-header-line1 .v3-header-line1-cont .v3-topmenu ul li a:hover {
  color: #5CA595;
}
.v3-header-line1 .v3-header-line1-cont .v3-topmenu ul li a:hover * {
  stroke: #5CA595;
}
.v3-header-line1 .v3-header-line1-cont .v3-topmenu ul li .ucity-change-top:hover {
  color: #5CA595;
}
.v3-header-line1 .v3-header-line1-cont .v3-topmenu ul li .ucity-change-top:hover * {
  stroke: #5CA595;
}
.v3-header-line1 .v3-header-line1-cont .v3-topmenu ul li .v4-header-city-arrow {
  position: relative;
  top: 1px;
}
.v3-header-line1 .v3-header-line1-cont .v3-topmenu ul li .v4-header-city-arrow svg:nth-child(2) {
  display: none;
}
@media (max-width: 480px) {
  .v3-header-line1 .v3-header-line1-cont .v3-topmenu ul li .v4-header-city-arrow {
    flex-grow: 1;
    display: flex;
    justify-content: flex-end;
  }
  .v3-header-line1 .v3-header-line1-cont .v3-topmenu ul li .v4-header-city-arrow svg:nth-child(1) {
    display: none;
  }
  .v3-header-line1 .v3-header-line1-cont .v3-topmenu ul li .v4-header-city-arrow svg:nth-child(2) {
    display: block;
  }
}
@media (max-width: 480px) {
  .v3-header-line1 .v3-header-line1-cont .v3-topmenu {
    width: 100%;
  }
}
.v3-header-line1 .v3-header-line1-cont .v4-header-chat-phone-time {
  display: flex;
}
@media (max-width: 480px) {
  .v3-header-line1 .v3-header-line1-cont .v4-header-chat-phone-time {
    display: none;
  }
}
.v3-header-line1 .v3-header-line1-cont .v2-header-chat {
  margin-right: 24px;
  position: relative;
  top: 3px;
  cursor: pointer;
}
.v3-header-line1 .v3-header-line1-cont .v2-header-chat:hover > svg path {
  stroke: #5CA595;
}
.v3-header-line1 .v3-header-line1-cont .v2-header-chat .v4-header-chat-menu {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 16px 0px;
  display: none;
  position: absolute;
  width: 186px;
  right: -7px;
  top: 28px;
  z-index: 1200;
  background: #FFFFFF;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1), 0px 24px 40px rgba(0, 0, 0, 0.04);
  border-radius: 6px;
}
.v3-header-line1 .v3-header-line1-cont .v2-header-chat .v4-header-chat-menu .v4-header-chat-item {
  display: flex;
  text-decoration: none;
  flex-direction: row;
  align-items: center;
  padding: 8px 16px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.005em;
  color: #394345;
}
.v3-header-line1 .v3-header-line1-cont .v2-header-chat .v4-header-chat-menu .v4-header-chat-item svg, .v3-header-line1 .v3-header-line1-cont .v2-header-chat .v4-header-chat-menu .v4-header-chat-item img {
  margin-right: 8px;
}
.v3-header-line1 .v3-header-line1-cont .v4-header-phone1, .v3-header-line1 .v3-header-line1-cont .v4-header-phone2 {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  margin-right: 24px;
  color: #CACDCE;
  display: flex;
  align-items: center;
  text-decoration: none;
}
.v3-header-line1 .v3-header-line1-cont .v4-header-time {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #CACDCE;
  display: flex;
  align-items: center;
}
.v3-header-line1 .v3-header-line1-cont .v4-header-icons {
  display: flex;
}

/* SECOND HEADER LINE */
.v4-header-search-container-bg {
  width: 100%;
  position: fixed;
  left: 0;
  background: #fff;
  top: 120px;
}
@media (max-width: 480px) {
  .v4-header-search-container-bg {
    top: 99px;
  }
}

.v4-fast-search-items-not-found {
  display: flex;
  justify-content: space-between;
  flex: 1;
}
@media (max-width: 480px) {
  .v4-fast-search-items-not-found {
    flex-direction: column;
    gap: 16px;
  }
}
.v4-fast-search-items-not-found .v4-fast-search-items-not-found-text {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 27px;
  letter-spacing: 0.005em;
  color: #394345;
}
@media (max-width: 480px) {
  .v4-fast-search-items-not-found .v4-fast-search-items-not-found-text {
    text-align: center;
  }
}
.v4-header-line2 {
  background: #fff;
}
.v4-header-line2 .v4-header-line2-content {
  display: flex;
  height: 76px;
  align-items: center;
  position: relative;
}
@media (max-width: 480px) {
  .v4-header-line2 .v4-header-line2-content {
    gap: 8px;
    height: 72px;
  }
}
.v4-header-line2 .v4-header-burger,
.v4-header-line2 .v4-header-logo,
.v4-header-line2 .v4-header-icons {
  flex: 0 0 auto;
  position: relative;
  z-index: 10;
}
.v4-header-line2 .v4-header-mobile-logo {
  display: none;
}
@media (max-width: 480px) {
  .v4-header-line2 .v4-header-mobile-logo {
    display: flex;
  }
}
.v4-header-line2 .v4-header-mobile-search {
  display: none;
}
@media (max-width: 480px) {
  .v4-header-line2 .v4-header-mobile-search {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 8px 12px;
    gap: 8px;
    background: #F3F4F6 url("../img/v4/search_24.png") no-repeat calc(100% - 12px) center;
    border-radius: 6px;
    flex-grow: 1;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.005em;
    color: #A1A1AA;
  }
}
@media (max-width: 480px) {
  .v4-header-line2 .v4-header-logo {
    display: none;
  }
}
.v4-header-line2 .v4-header-burger {
  margin-right: 32px;
  width: 44px;
  text-align: center;
}
@media (max-width: 480px) {
  .v4-header-line2 .v4-header-burger {
    margin-right: 0;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .v4-header-line2 .v4-header-burger svg path {
    stroke: #394345 !important;
  }
}
.v4-header-line2 .v4-header-burger svg:hover {
  cursor: pointer;
}
.v4-header-line2 .v4-header-burger svg:hover path {
  stroke: #5CA595;
}
.v4-header-line2 .v4-header-burger .opened path {
  stroke: #5CA595;
}
.v4-header-line2 .v4-header-burger .opened {
  display: none;
}
.v4-header-line2 .v4-header-menu {
  flex: 1 1 auto;
  display: flex;
  justify-content: center;
}
@media (max-width: 480px) {
  .v4-header-line2 .v4-header-menu {
    display: none;
  }
}
.v4-header-line2 .v4-header-menu > ul {
  display: flex;
  gap: 24px;
}
.v4-header-line2 .v4-header-menu > ul > li {
  display: block;
}
.v4-header-line2 .v4-header-menu > ul > li > a {
  font-weight: 500;
  font-size: 20px;
  line-height: 76px;
  text-decoration: none;
  display: block;
  height: 76px;
  border-bottom: 4px solid #fff;
  padding: 0 4px;
  color: #394345;
  box-sizing: border-box;
}
.v4-header-line2 .v4-header-menu > ul > li > a:hover {
  border-bottom: 4px solid #0F1112;
  color: #0F1112;
}
.v4-header-line2 .v4-header-menu > ul > li ul {
  display: none;
}
.v4-header-line2 .v4-header-menu > ul > li ul > li {
  display: flex;
  flex-direction: column;
  gap: 15px;
  box-sizing: border-box;
}
.v4-header-line2 .v4-header-menu > ul > li ul > li:nth-last-child(1 of :not(.submenu-category)) {
  order: -1;
  padding-right: 32px;
  /*width:$container-width;
  margin: 0 auto;*/
}
.v4-header-line2 .v4-header-menu > ul > li ul > li ul {
  display: none;
}
.v4-header-line2 .v4-header-menu > ul > li ul a {
  text-decoration: none;
  color: #394345;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}
.v4-header-line2 .v4-header-menu > ul > li ul a:hover {
  color: #5CA595;
}
.v4-header-line2 .v4-header-menu > ul > li.active { /* change .item-1 to .active*/ }
.v4-header-line2 .v4-header-menu > ul > li.active > ul {
  display: flex;
  flex-wrap: wrap;
  row-gap: 28px;
  position: absolute;
  background: #fff;
  left: 0;
  padding: 40px 2.5% 40px 2.5%;
  border-top: 1px solid #cacdce;
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
}
.v4-header-line2 .v4-header-menu > ul > li.active > ul li {
  width: 16.66%;
}
.v4-header-line2 .v4-header-menu > ul > li.active > ul li ul {
  display: flex;
  flex-direction: column;
  gap: 15px;
  box-sizing: border-box;
}
.v4-header-line2 .v4-header-menu > ul > li.active > ul li ul li {
  width: 100%;
  box-sizing: border-box;
}
.v4-header-line2 .v4-header-menu > ul > li.colorit a {
  color: #5CA595;
}
.v4-header-line2 .v4-header-menu > ul > li.share a {
  color: #DC2626;
}
.v4-header-line2 .v4-header-menu .submenu-category a {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.v4-header-line2 .v4-header-menu .submenu-category a:hover .sc-title {
  color: #5CA595;
}
.v4-header-line2 .v4-header-menu .submenu-category a:hover .sc-image::before {
  transform: scale(1.17) rotate(4.89deg);
}
.v4-header-line2 .v4-header-menu .submenu-category .sc-image {
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  transition: 0.4s ease;
  width: 176px;
  height: 253px;
}
.v4-header-line2 .v4-header-menu .submenu-category .sc-image::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: inherit;
  background-size: cover;
  background-position: center;
  transition: transform 0.4s ease;
}
.v4-header-line2 .v4-header-menu .submenu-category .sc-image > * {
  position: relative;
  z-index: 1;
}
.v4-header-line2 .v4-header-menu .submenu-category .sc-title {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 27px;
  letter-spacing: 0.005em;
  color: #394345;
}
.v4-header-line2 .sk-button {
  display: none;
}
@media (max-width: 480px) {
  .v4-header-line2 .sk-button {
    display: block;
    width: 24px;
    height: 24px;
    background: #F3F4F6;
    position: absolute;
    right: 12px;
    top: 7px;
    z-index: 20;
  }
}
.v4-header-line2 .v4-header-search-container {
  position: absolute;
  width: 100%;
  left: 0;
  top: 16px;
  display: none;
}
@media (max-width: 480px) {
  .v4-header-line2 .v4-header-search-container {
    background: #fff;
    padding-top: 5px;
    top: 11px;
  }
  .v4-header-line2 .v4-header-search-container .v4-mobile-back-search {
    width: 24px;
    height: 24px;
    background: url("../img/v4/arrow-long-left_24.png");
    position: absolute;
    left: 0;
    top: 11px;
  }
}
.v4-header-line2 .v4-header-search-container .search2__search-line {
  position: relative;
  width: 500px;
  left: 200px;
  z-index: 20;
}
.v4-header-line2 .v4-header-search-container .search2__search-line .top-search-form2 input {
  width: 100%;
  box-sizing: border-box;
  padding: 8px 44px 8px 12px;
  background: #F3F4F6;
  border-radius: 6px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.005em;
  color: #394345;
}
.v4-header-line2 .v4-header-search-container .search2__search-line .close-button {
  position: absolute;
  right: 18px;
  top: 10px;
  cursor: pointer;
}
.v4-header-line2 .v4-header-search-container .search2_search-cols {
  display: flex;
  background: #fff;
}
@media (max-width: 480px) {
  .v4-header-line2 .v4-header-search-container .search2_search-cols {
    flex-direction: column;
  }
  .v4-header-line2 .v4-header-search-container .search2_search-cols.not-found-fix {
    flex-direction: column-reverse;
    justify-content: flex-end;
  }
  .v4-header-line2 .v4-header-search-container .search2_search-cols {
    height: calc(100vh - 110px);
    padding-right: 10px;
    margin-top: 10px;
    box-sizing: border-box;
  }
  .v4-header-line2 .v4-header-search-container .search2_search-cols .search2_search-col1 {
    width: 100% !important;
  }
}
.v4-header-line2 .v4-header-search-container .search2_search-cols .search2_search-col1-inner {
  padding: 32px 32px 32px 0;
}
@media (max-width: 480px) {
  .v4-header-line2 .v4-header-search-container .search2_search-cols .search2_search-col1-inner {
    padding: 16px 0px 16px 0;
  }
}
.v4-header-line2 .v4-header-search-container .search2_search-cols .search2_search-col1-inner .search2_search-col1-title {
  margin-bottom: 16px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  display: flex;
  align-items: center;
  letter-spacing: 0.005em;
  color: #959A9D;
}
.v4-header-line2 .v4-header-search-container .search2_search-cols .search2_search-col1-inner .search2_search-col1-content .search2__start-links, .v4-header-line2 .v4-header-search-container .search2_search-cols .search2_search-col1-inner .search2_search-col1-content .search2__found-links {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (max-width: 480px) {
  .v4-header-line2 .v4-header-search-container .search2_search-cols .search2_search-col1-inner .search2_search-col1-content .search2__start-links li:nth-child(n+5), .v4-header-line2 .v4-header-search-container .search2_search-cols .search2_search-col1-inner .search2_search-col1-content .search2__found-links li:nth-child(n+5) {
    display: none;
  }
}
.v4-header-line2 .v4-header-search-container .search2_search-cols .search2_search-col1-inner .search2_search-col1-content .search2__start-links.not-vis, .v4-header-line2 .v4-header-search-container .search2_search-cols .search2_search-col1-inner .search2_search-col1-content .search2__found-links.not-vis {
  display: none;
}
.v4-header-line2 .v4-header-search-container .search2_search-cols .search2_search-col1-inner .search2_search-col1-content .search2__start-links li, .v4-header-line2 .v4-header-search-container .search2_search-cols .search2_search-col1-inner .search2_search-col1-content .search2__found-links li {
  padding: 6px 0 6px 0;
  list-style: none;
}
.v4-header-line2 .v4-header-search-container .search2_search-cols .search2_search-col1-inner .search2_search-col1-content .search2__start-links li a, .v4-header-line2 .v4-header-search-container .search2_search-cols .search2_search-col1-inner .search2_search-col1-content .search2__found-links li a {
  text-decoration: none;
  color: #394345;
  display: block;
  padding-right: 32px;
  line-height: 20px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.005em;
  background: url("../img/v4/search_item_icon.png") right center no-repeat;
}
.v4-header-line2 .v4-header-search-container .search2_search-cols .search2_search-col2 {
  padding: 42px 0 32px 0;
  flex-grow: 1;
}
@media (max-width: 480px) {
  .v4-header-line2 .v4-header-search-container .search2_search-cols .search2_search-col2 {
    padding: 16px 0 32px 0;
    flex-grow: 0;
  }
}
.v4-header-line2 .v4-header-search-container .search2_search-cols .search2_search-col2 .search2_search-col2-items-titles {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}
.v4-header-line2 .v4-header-search-container .search2_search-cols .search2_search-col2 .search2_search-col2-items-titles .search2_search-col2-items-button {
  font-style: normal;
  text-decoration: none;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  display: flex;
  align-items: center;
  letter-spacing: 0.005em;
  color: #394345;
  padding: 8px 13px 8px 8px;
  box-sizing: border-box;
  border: 1px solid #394345;
  border-radius: 8px;
}
@media (max-width: 480px) {
  .v4-header-line2 .v4-header-search-container .search2_search-cols .search2_search-col2 .search2_search-col2-items-titles .search2_search-col2-items-button {
    text-indent: -9999px;
    background: url("../img/v4/arrow-long-right_24.png");
    width: 24px;
    height: 24px;
    border: none;
    padding: 0;
  }
}
.v4-header-line2 .v4-header-search-container .search2_search-cols .search2_search-col2 .search2_search-col2-items-titles .search2_search-col2-items-button svg {
  display: inline-block;
  margin-left: 17px;
}
@media (max-width: 480px) {
  .v4-header-line2 .v4-header-search-container .search2_search-cols .search2_search-col2 .search2_search-col2-items-titles .search2_search-col2-items-button svg {
    display: none;
  }
}
.v4-header-line2 .v4-header-search-container .search2_search-cols .search2_search-col2 .search2_search-col2-items-titles .search2_search-col2-items-title {
  padding: 0 2px;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 33px;
  letter-spacing: 0.005em;
  color: #394345;
}
.v4-header-line2 .v4-header-search-container .search2_search-cols .search2_search-col2 .search2_search-col2-items {
  display: flex;
  gap: 32px;
  padding-top: 32px;
}
@media (max-width: 480px) {
  .v4-header-line2 .v4-header-search-container .search2_search-cols .search2_search-col2 .search2_search-col2-items {
    gap: 8px;
    padding-top: 0;
    flex-wrap: wrap;
  }
  .v4-header-line2 .v4-header-search-container .search2_search-cols .search2_search-col2 .search2_search-col2-items .product {
    flex: 0 0 calc(50% - 4px);
  }
}
.v4-header-line2 .v4-header-search-container .search2_search-cols .search2_search-col2 .search2_search-col2-items .product_block .product-outline .v2-catalog-photo-container .product-photo {
  height: 300px;
}
.v4-header-line2 .v4-header-search-container .search2_search-cols .search2_search-col2 .search2_search-col2-items .product_block .product-outline .v2-photo-selector, .v4-header-line2 .v4-header-search-container .search2_search-cols .search2_search-col2 .search2_search-col2-items .product_block .product-outline .v2-catalog-ratings {
  display: none !important;
}
.v4-header-line2 .v4-header-icons {
  display: flex;
  gap: 24px;
  height: 24px;
}
@media (max-width: 480px) {
  .v4-header-line2 .v4-header-icons {
    display: none;
  }
}
.v4-header-line2 .v4-header-icons div:hover {
  cursor: pointer;
}
.v4-header-line2 .v4-header-icons div:hover svg path, .v4-header-line2 .v4-header-icons div:hover svg circle {
  stroke: #5CA595;
}
.v4-header-line2 .v4-header-burger-menu {
  display: none;
  position: fixed;
  top: 120px;
  left: 0;
  z-index: 1100;
  background: rgba(57, 67, 69, 0.5215686275);
  width: 100%;
}
@media (max-width: 480px) {
  .v4-header-line2 .v4-header-burger-menu {
    top: 99px;
  }
}
.v4-header-line2 .v4-header-burger-menu .v4-header-burger-menu-white-bg {
  background: #fff;
  position: fixed;
  left: 0;
  top: 120px;
  height: calc(100vh - 120px);
}
@media (max-width: 480px) {
  .v4-header-line2 .v4-header-burger-menu .v4-header-burger-menu-white-bg {
    top: 99px;
    height: calc(100vh - 99px);
  }
}
.v4-header-line2 .v4-header-burger-menu .v4-burger-tabs {
  display: flex;
  padding-bottom: 32px;
  padding-top: 32px;
  gap: 16px;
  background: #fff;
  width: 248px;
}
.v4-header-line2 .v4-header-burger-menu .v4-burger-tabs span {
  cursor: pointer;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0px 4px;
  color: #394345;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 27px;
}
.v4-header-line2 .v4-header-burger-menu .v4-burger-tabs span.active {
  border-bottom: 2px solid #5CA595;
  color: #5CA595;
}
.v4-header-line2 .v4-header-burger-menu .v4-burger-menus-tabs-container {
  height: calc(100vh - 120px);
  display: flex;
  flex-direction: column;
  position: relative;
}
.v4-header-line2 .v4-header-burger-menu .v4-burger-menus-tabs-container .v4-burger-menus-container {
  flex-grow: 1;
  overflow: auto;
  display: flex;
  flex-direction: column;
  width: fit-content;
  background: #fff;
}
@media (max-width: 480px) {
  .v4-header-line2 .v4-header-burger-menu .v4-burger-menus-tabs-container .v4-burger-menus-container {
    width: 100%;
  }
}
.v4-header-line2 .v4-header-burger-menu ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 6px;
  width: 248px;
}
@media (max-width: 480px) {
  .v4-header-line2 .v4-header-burger-menu ul {
    width: 100%;
  }
}
.v4-header-line2 .v4-header-burger-menu ul li.sub > a {
  background: #fff url("../img/v4/burger_arrow.png") no-repeat calc(100% - 14px) center;
}
@media (max-width: 480px) {
  .v4-header-line2 .v4-header-burger-menu ul li.sub > a {
    background: #fff url("../img/v4/burger_arrow.png") no-repeat calc(100% - 4px) center;
  }
}
.v4-header-line2 .v4-header-burger-menu ul li a {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 38px;
  letter-spacing: 0.005em;
  color: #394345;
  text-decoration: none;
  display: block;
  margin-right: 12px;
  padding: 0 8px 0 8px;
  border-radius: 6px;
}
.v4-header-line2 .v4-header-burger-menu ul li .burger-menu2-level-cont-sub {
  display: none;
  position: absolute;
  left: calc(248px);
  top: 0;
  height: calc(100vh - 120px);
  padding-left: 12px;
  background: #fff;
}
@media (max-width: 480px) {
  .v4-header-line2 .v4-header-burger-menu ul li .burger-menu2-level-cont-sub {
    left: 0;
    width: 100%;
    z-index: 100;
  }
}
.v4-header-line2 .v4-header-burger-menu ul li .burger-menu2-level-cont-sub .burger-menu2-level-cont {
  height: calc(100vh - 120px);
  border-left: 1px solid #D1D5DB;
  padding-left: 24px;
  padding-top: 93px;
}
@media (max-width: 480px) {
  .v4-header-line2 .v4-header-burger-menu ul li .burger-menu2-level-cont-sub .burger-menu2-level-cont {
    border-left: none;
    padding-left: 0;
    padding-top: 65px;
    position: relative;
  }
  .v4-header-line2 .v4-header-burger-menu ul li .burger-menu2-level-cont-sub .burger-menu2-level-cont .v4-sm-back {
    background: url("../img/v4/arrow-long-left_24.png") no-repeat left center;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 33px;
    letter-spacing: 0.005em;
    padding-left: 40px;
    color: #394345;
    position: absolute;
    left: 10px;
    top: 14px;
  }
}
.v4-header-line2 .v4-header-burger-menu ul li .burger-menu2-level-cont-sub .burger-menu2-level-cont ul {
  overflow: auto;
  height: calc(100vh - 120px - 93px);
  padding-right: 24px;
}
.v4-header-line2 .v4-header-burger-menu ul li .burger-menu2-level-cont-sub .burger-menu2-level-cont ul li.colorit {
  height: 0;
  overflow: hidden;
  border-bottom: 1px solid #E5E7EB;
  margin: 0 8px 0 8px;
}
.v4-header-line2 .v4-header-burger-menu ul li .burger-menu2-level-cont-sub .burger-menu2-level-cont ul li a {
  margin-right: 0px;
}
.v4-header-line2 .v4-header-burger-menu ul li:hover .burger-menu2-level-cont-sub {
  display: block;
}
@media (max-width: 480px) {
  .v4-header-line2 .v4-header-burger-menu ul li:hover .burger-menu2-level-cont-sub {
    display: none;
    padding-left: 0;
  }
}
.v4-header-line2 .v4-header-burger-menu ul li:hover > a {
  background-color: #E7E5E1;
}
.v4-header-line2 .v4-header-burger-menu ul > li.colorit a {
  padding-left: 24px;
  position: relative;
}
.v4-header-line2 .v4-header-burger-menu ul > li.colorit a::after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #5CA595;
  position: absolute;
  left: 8px;
  top: calc(50% - 4px);
}
.v4-header-line2 .v4-burger-menus-container-scrollable {
  width: calc(248px + 15px);
}
@media (max-width: 480px) {
  .v4-header-line2 .v4-burger-menus-container-scrollable {
    width: 100%;
  }
}
.v4-header-line2 .v4-burger-menus-container-scrollable .v4-burger-menu-common-red > a {
  color: #dc2626;
}
.v4-header-line2 .v4-burger-menus-container-scrollable .v4-burger-menu-just-line {
  height: 0;
  overflow: hidden;
  border-bottom: 1px solid #e5e7eb;
  margin: 8px;
  width: calc(100% - 24px);
}
@media (max-width: 480px) {
  .v4-header-line2 .v4-burger-menus-container-scrollable .v4-burger-menu-just-line {
    width: calc(100% - 14px);
  }
}
.v4-header-line2 .v4-burger-menus-container-scrollable .v4-burger-city-select {
  padding: 7px 0;
}
.v4-header-line2 .v4-burger-menus-container-scrollable .ucity-change-top {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  display: flex;
  letter-spacing: 0.005em;
  color: #394345;
  gap: 8px;
  align-items: center;
  justify-content: flex-start;
  text-decoration: none;
  padding-right: 32px;
}
.v4-header-line2 .v4-burger-menus-container-scrollable .ucity-change-top span {
  display: flex;
}
.v4-header-line2 .v4-burger-menus-container-scrollable .ucity-change-top span.v4-burger-city-select-name {
  flex-grow: 1;
}
.v4-header-line2 .v4-burger-menus-container-scrollable .ucity-change-top:hover {
  color: #5CA595;
}
.v4-header-line2 .v4-burger-menus-container-scrollable .ucity-change-top:hover * {
  stroke: #5CA595;
}
.v4-header-line2 .v4-burger-menus-container-scrollable .v4-burger-menu-mailing-container {
  margin: 8px 0;
  padding: 16px 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-right: 16px;
}
.v4-header-line2 .v4-burger-menus-container-scrollable .v4-burger-menu-mailing-container .v4-burger-mailing-text {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  /* or 150% */
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: 0.005em;
  color: #394345;
}
.v4-header-line2 .v4-burger-menus-container-scrollable .v4-burger-menu-mailing-container .v4-burger-mailing-btn {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 7px 12px;
  cursor: pointer;
  border: 1px solid #394345;
  border-radius: 8px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.005em;
  color: #394345;
}
.v4-header-line2 .v4-burger-menus-container-scrollable .v4-burger-menu-mailing-container .v4-burger-mailing-btn:hover {
  background: #DCDDDE;
}
.v4-header-line2 .v4-burger-menus-container-scrollable .v4-burger-menu-contacts-container {
  display: flex;
  flex-direction: column;
  padding: 16px 8px 16px 0;
  gap: 8px;
}
.v4-header-line2 .v4-burger-menus-container-scrollable .v4-burger-menu-contacts-container a, .v4-header-line2 .v4-burger-menus-container-scrollable .v4-burger-menu-contacts-container strong {
  text-decoration: none;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 33px;
  letter-spacing: 0.005em;
  color: #394345;
}
.v4-header-line2 .v4-burger-menus-container-scrollable .v4-burger-menu-contacts-container .v2-footer-time {
  padding: 9px 0px;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.005em;
  color: #9CA3AF;
}
.v4-header-line2 .v4-burger-menus-container-scrollable .v4-burger-menu-contacts-container .v4-burger-free-rus {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.005em;
  color: #9CA3AF;
}
.v4-header-line2 .v4-burger-menus-container-scrollable .v4-burger-menu-social-container {
  padding-right: 16px;
  padding-bottom: 32px;
}
.v4-header-line2 .v4-burger-menus-container-scrollable .v4-burger-menu-social-container .v2-home-social-icons {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 480px) {
  .v4-header-line2 .v4-burger-menus-container-scrollable .v4-burger-menu-social-container .v2-home-social-icons {
    justify-content: flex-start;
    gap: 16px;
  }
}

.v3-header.hidden .v4-header-line2 .v4-header-burger-menu .v4-header-burger-menu-white-bg {
  height: calc(100vh + 1px);
}
@media (max-width: 480px) {
  .v3-header.hidden .v4-header-line2 .v4-header-burger-menu .v4-header-burger-menu-white-bg {
    height: calc(100vh - 99px);
  }
}
.v3-header.hidden .v4-header-line2 .v4-header-burger-menu .v4-burger-menus-tabs-container {
  height: calc(100vh + 1px);
}

.v4-header-placeholder {
  height: 120px;
}
@media (max-width: 480px) {
  .v4-header-placeholder {
    height: 99px;
  }
}

/* DISCOUNT HEADER LINE */
.v4-header-line3 {
  background: #CFCCC4;
}
.v4-header-line3 .v4-header-discount {
  text-align: center;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 44px;
  letter-spacing: 0.005em;
  color: #394345;
  display: flex;
}
.v4-header-line3 .v4-header-discount a {
  color: #394345;
  text-decoration: none;
  flex: 1 1 100%;
}

/* HOME SLIDER */
.v4-header-slides {
  padding: 32px 0 4px;
}
@media (max-width: 480px) {
  .v4-header-slides {
    padding: 0 0 4px;
  }
  .v4-header-slides .v2-container {
    width: 100%;
  }
}
.v4-header-slides .bx-pager-item .bx-pager-link {
  width: 60px !important;
  height: 2px !important;
  border-radius: 100px !important;
  background: #E5E7EB !important;
  margin: 0 4px 0 0 !important;
}
.v4-header-slides .bx-pager-item .bx-pager-link.active {
  background: #4F575C !important;
}
.v4-header-slides .v4-header-slides-content {
  min-height: 450px;
  display: flex;
  gap: 32px;
  align-items: stretch;
}
@media (max-width: 480px) {
  .v4-header-slides .v4-header-slides-content {
    min-height: auto;
    flex-direction: column;
  }
}
.v4-header-slides .v4-header-slides-content .v2-slider1 {
  flex: 1 1 auto;
  aspect-ratio: 2;
  background: #ccc;
  min-width: 0; /* важно для flex + JS */
  min-height: 0; /* иначе flex тянет блок по суммарной высоте слайдов до bxSlider */
}
.v4-header-slides .v4-header-slides-content .v2-slider1 .v4-mob-slider-element {
  display: none;
}
@media (max-width: 480px) {
  .v4-header-slides .v4-header-slides-content .v2-slider1 {
    /*aspect-ratio: 1.0;*/
    flex: 1;
    aspect-ratio: auto;
    height: 100vh;
  }
  .v4-header-slides .v4-header-slides-content .v2-slider1 .v4-desktop-slider-element {
    display: none;
  }
  .v4-header-slides .v4-header-slides-content .v2-slider1 .v4-mob-slider-element {
    display: block;
  }
}
.v4-header-slides .v4-header-slides-content .v2-slider1 .bx-controls-direction {
  display: none;
}
.v4-header-slides .v4-header-slides-content .v2-slider1 .bx-controls-direction .bx-prev {
  left: -20px !important;
  background: url(../img/v4/slider_left.png) no-repeat;
}
.v4-header-slides .v4-header-slides-content .v2-slider1 .bx-controls-direction .bx-next {
  right: -20px;
  background: url(../img/v4/slider_right.png) no-repeat;
}
.v4-header-slides .v4-header-slides-content .v2-slider1:hover .bx-controls-direction {
  display: block;
}
.v4-header-slides .v4-header-slides-content .v4-slider-categories {
  display: flex;
  flex-direction: column;
  gap: 32px;
  flex: 0 0 25%;
  min-width: 25%;
}
@media (max-width: 480px) {
  .v4-header-slides .v4-header-slides-content .v4-slider-categories {
    height: auto;
    gap: 16px;
  }
}
.v4-header-slides .v4-header-slides-content .v4-slider-categories .v4-slider-category {
  background-size: cover;
  background-position: center bottom;
  height: calc((100% - 32px) / 2);
  display: flex;
  text-decoration: none;
}
@media (max-width: 480px) {
  .v4-header-slides .v4-header-slides-content .v4-slider-categories .v4-slider-category {
    height: 278px;
  }
}
.v4-header-slides .v4-header-slides-content .v4-slider-categories .v4-slider-category .inner {
  width: 100%;
  background: linear-gradient(360deg, rgba(9, 9, 11, 0.8) 0%, rgba(9, 9, 11, 0) 50%);
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  flex-direction: column;
}
@media (max-width: 480px) {
  .v4-header-slides .v4-header-slides-content .v4-slider-categories .v4-slider-category .inner {
    width: 100%;
  }
}
.v4-header-slides .v4-header-slides-content .v4-slider-categories .v4-slider-category .inner .v4-slider-category-title {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 33px;
  text-align: right;
  letter-spacing: 0.005em;
  color: #FFFFFF;
  padding-right: 20px;
  padding-bottom: 8px;
}
.v4-header-slides .v4-header-slides-content .v4-slider-categories .v4-slider-category .inner .v4-slider-category-text {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  text-align: right;
  letter-spacing: 0.005em;
  color: #CFCCC4;
  padding-right: 20px;
  padding-bottom: 16px;
}
.v4-header-slides .v4-header-slides-content .slide a {
  text-decoration: none;
  background-size: auto 100%;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}
@media (max-width: 480px) {
  .v4-header-slides .v4-header-slides-content .slide a {
    background-size: cover;
  }
}
.v4-header-slides .v4-header-slides-content .slide .v4-slide-title {
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 66px;
  letter-spacing: 0.005em;
  color: #394345;
  padding: 32px 32px 16px 32px;
}
@media (max-width: 480px) {
  .v4-header-slides .v4-header-slides-content .slide .v4-slide-title {
    font-size: 30px;
    line-height: 30px;
    padding: 32px 16px 8px;
  }
}
.v4-header-slides .v4-header-slides-content .slide .v4-slide-text {
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  line-height: 41px;
  letter-spacing: 0.005em;
  color: #5CA595;
  padding: 0 32px;
}
@media (max-width: 480px) {
  .v4-header-slides .v4-header-slides-content .slide .v4-slide-text {
    font-size: 18px;
    line-height: 18px;
    padding: 0 16px;
  }
}
.v4-header-slides .v4-header-slides-content .slide .v4-slide-button {
  background: url("../img/v4/chevron-right.png") no-repeat calc(100% - 21px) center;
  box-sizing: border-box;
  padding: 7px 12px;
  border: 1px solid #394345;
  border-radius: 8px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.005em;
  color: #394345;
  position: absolute;
  bottom: 32px;
  left: 32px;
  padding-right: 44px;
}
@media (max-width: 480px) {
  .v4-header-slides .v4-header-slides-content .slide .v4-slide-button {
    display: none;
    position: relative;
    bottom: 0;
    left: 16px;
    padding: 7px 44px 7px 12px;
    width: fit-content;
    margin-top: 40px;
  }
}
.v4-header-slides {
  /*.v2-slider1 .slide,
  .v2-slider1 .slide a {
    height: 100%;
  }*/
}

/* HOME ICONS */
.v2-icons-bg {
  padding: 32px 0;
}
@media (max-width: 480px) {
  .v2-icons-bg {
    padding: 16px 0;
  }
}
.v2-icons-bg .v2-icons {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 480px) {
  .v2-icons-bg .v2-icons {
    flex-wrap: wrap;
  }
  .v2-icons-bg .v2-icons svg {
    width: 40px;
    height: 40px;
  }
}
.v2-icons-bg .v2-icons a {
  text-decoration: none;
  padding: 16px 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 480px) {
  .v2-icons-bg .v2-icons a {
    padding: 8px 0px;
    flex: 0 0 50%;
  }
}
.v2-icons-bg .v2-icons a:hover {
  background: #F5F5F3;
  border-radius: 8px;
}
.v2-icons-bg .v2-icons a span {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 27px;
  text-align: center;
  letter-spacing: 0.005em;
  color: #394345;
  margin-top: 8px;
  display: block;
}
@media (max-width: 480px) {
  .v2-icons-bg .v2-icons a span {
    font-size: 16px;
    line-height: 22px;
    padding: 0 32px;
  }
}
@media (max-width: 480px) {
  .v2-icons-bg .v2-icons.v2-icons-3in-line a {
    flex: 0 0 33.33%;
  }
  .v2-icons-bg .v2-icons.v2-icons-3in-line a span {
    padding: 0;
  }
}

/* region SAME HEIGHT HEADER */
.v4-same-size-header1 {
  display: flex;
  flex-direction: column;
  height: 100vh;
  overflow: hidden;
}
.v4-same-size-header1 > * {
  flex: 0 0 auto;
}
.v4-same-size-header1 .v4-header-slides {
  flex: 1 1 auto;
  min-height: 0;
}
.v4-same-size-header1 .v4-header-slides .v4-header-slides-content {
  min-height: auto;
}
.v4-same-size-header1 .v4-header-slides .v4-header-slides-content .v2-slider1 {
  aspect-ratio: auto;
}

/* endregion*/
/* HOME BLOCKS TITLE */
.v4-home-new-items-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 32px;
}
@media (max-width: 480px) {
  .v4-home-new-items-title {
    margin-bottom: 8px;
  }
}
.v4-home-new-items-title .h5 {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 33px;
  letter-spacing: 0.005em;
  color: #394345;
}
.v4-home-new-items-title .v4-arrow-right {
  display: flex;
  gap: 8px;
  align-items: center;
  text-decoration: none;
}
.v4-home-new-items-title .v4-arrow-right .v4-arrow-right-text {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 27px;
  letter-spacing: 0.005em;
  color: #394345;
}
@media (max-width: 480px) {
  .v4-home-new-items-title .v4-arrow-right .v4-arrow-right-text {
    display: none;
  }
}

/* HOME PRODUCTS */
.v2-home-products-container {
  padding: 32px 0;
}
@media (max-width: 480px) {
  .v2-home-products-container {
    padding: 16px 0;
  }
  .v2-home-products-container .bx-controls-direction {
    display: none;
  }
}
.v2-home-products-container .bx-controls-direction .bx-prev {
  left: -20px !important;
  background: url(../img/v4/slider_left.png) no-repeat;
}
.v2-home-products-container .bx-controls-direction .bx-next {
  right: -20px;
  background: url(../img/v4/slider_right.png) no-repeat;
}
.v2-home-products-container .bx-viewport {
  touch-action: pan-y;
}
.v2-home-products-container .v2-home-products .v2-col5 {
  width: 20%;
  box-sizing: border-box;
}
@media (max-width: 480px) {
  .v2-home-products-container .v2-home-products {
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }
  .v2-home-products-container .v2-home-products::-webkit-scrollbar {
    display: none;
  }
  .v2-home-products-container .v2-home-products .v2-col5 {
    flex: 0 0 calc(50% - 4px);
    width: calc(50% - 4px) !important;
    margin-right: 8px;
    scroll-snap-align: start;
    box-sizing: border-box;
  }
}

/* PRODUCT BLOCK */
.product_block .product-outline {
  position: relative;
}
.product_block .product-outline .v2-catalog-photo-container {
  text-align: center;
  cursor: pointer;
  min-height: 270px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
@media (max-width: 480px) {
  .product_block .product-outline .v2-catalog-photo-container a {
    width: 100%;
    aspect-ratio: 83/110;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.product_block .product-outline .v2-catalog-photo-container .product-photo {
  max-height: 265px;
  width: auto;
  height: auto;
}
@media (max-width: 480px) {
  .product_block .product-outline .v2-catalog-photo-container .product-photo {
    max-height: 100%;
    width: auto;
    max-width: 100%;
    height: auto;
    flex-shrink: 0;
    transition: opacity 0.25s ease;
  }
  .product_block .product-outline .v2-catalog-photo-container .product-photo.fade-out {
    opacity: 0;
  }
}
.product_block .product-outline .v2-catalog-photo-container .v2-photo-selector {
  position: absolute;
  width: 100%;
  display: none;
  gap: 4px;
}
@media (max-width: 480px) {
  .product_block .product-outline .v2-catalog-photo-container .v2-photo-selector {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .product_block .product-outline .v2-catalog-photo-container .v2-photo-selector::-webkit-scrollbar {
    display: none;
  }
}
.product_block .product-outline .v2-catalog-photo-container .v2-photo-selector .v2-photo-selector-item {
  width: 20%;
  position: relative;
  z-index: 2;
  cursor: pointer;
  box-sizing: border-box;
}
@media (max-width: 480px) {
  .product_block .product-outline .v2-catalog-photo-container .v2-photo-selector .v2-photo-selector-item {
    flex: 0 0 100%;
    scroll-snap-align: start;
  }
}
.product_block .product-outline .v2-catalog-photo-container .v2-photo-selector .v2-photo-selector-item .v2-photo-selector-item-inner {
  width: 100%;
  height: 263px;
  border-top: 2px solid #CACDCE;
}
@media (max-width: 480px) {
  .product_block .product-outline .v2-catalog-photo-container .v2-photo-selector .v2-photo-selector-item .v2-photo-selector-item-inner {
    border-top: none;
  }
}
.product_block .product-outline .v2-catalog-photo-container .v2-photo-selector .v2-photo-selector-item .v2-photo-selector-item-inner:hover {
  border-top-color: #394345;
}
.product_block .product-outline .v2-catalog-discount-percent-placeholder {
  height: 20px;
  margin: 32px 8px 8px;
}
.product_block .product-outline .v2-catalog-discount-percent {
  height: 20px;
  box-sizing: border-box;
  background: #DC2626;
  border-radius: 4px;
  width: fit-content;
  padding: 2px 4px;
  color: #fff;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.005em;
  margin: 32px 8px 8px;
}
.product_block .product-outline .v4-catalog-price-container {
  display: flex;
  margin-top: 16px;
  gap: 8px;
  align-items: center;
}
.product_block .product-outline .v4-catalog-price-container .catalog-new-price {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 27px;
  letter-spacing: 0.005em;
  color: #394345;
}
.product_block .product-outline .v4-catalog-price-container .v2-catalog-discount-labels {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.005em;
  text-decoration-line: line-through;
  color: #959A9D;
}
.product_block .product-outline .v4-catalog-price-container.v4-catalog-have-old-price .catalog-new-price {
  color: #DC2626;
}
.product_block .product-outline .v2-catalog-name {
  display: flex;
  flex-direction: column;
  text-decoration: none !important;
  gap: 8px;
  margin-top: 16px;
}
.product_block .product-outline .v2-catalog-name b {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.005em;
  color: #394345;
}
.product_block .product-outline .v2-catalog-name span {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.005em;
  color: #959A9D;
}
.product_block .product-outline .fav-cat-add, .product_block .product-outline .fav-cat-del {
  position: absolute;
  top: 21px;
  right: 14px;
  z-index: 5;
  display: none;
}
@media (max-width: 480px) {
  .product_block .product-outline .fav-cat-add, .product_block .product-outline .fav-cat-del {
    display: block;
  }
}
.product_block .product-outline .v4-add-to-cart-catalog-mobile {
  display: none;
}
@media (max-width: 480px) {
  .product_block .product-outline .v4-add-to-cart-catalog-mobile {
    display: block;
    position: absolute;
    top: 53px;
    z-index: 4;
    right: 9px;
  }
}
.product_block .product-outline .v2-catalog-product-sizes {
  flex-direction: column;
  gap: 16px;
  background: rgba(255, 255, 255, 0.8980392157);
  padding: 8px 0;
  position: absolute;
  align-items: center;
  top: 263px;
  width: 100%;
  display: none;
}
.product_block .product-outline .v2-catalog-product-sizes .v2-catalog-product-sizes-label {
  display: flex;
  gap: 13px;
  align-items: center;
}
.product_block .product-outline .v2-catalog-product-sizes .v2-catalog-product-sizes-label span {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.005em;
  color: #394345;
}
.product_block .product-outline .v2-catalog-product-sizes .v2-catalog-product-size-items {
  display: flex;
  gap: 8px;
}
@media (max-width: 480px) {
  .product_block .product-outline .v2-catalog-product-sizes .v2-catalog-product-size-items {
    flex-wrap: wrap;
  }
}
.product_block .product-outline .v2-catalog-product-sizes .v2-catalog-product-size-items .v2-catalog-product-size {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.005em;
  color: #394345;
  padding: 1px 3px;
  height: 24px;
  box-sizing: border-box;
  text-align: center;
  border: 1px solid transparent;
  border-radius: 4px;
  cursor: pointer;
}
.product_block .product-outline .v2-catalog-product-sizes .v2-catalog-product-size-items .v2-catalog-product-size:hover, .product_block .product-outline .v2-catalog-product-sizes .v2-catalog-product-size-items .v2-catalog-product-size.active {
  border: 1px solid #394345;
}
.product_block .product-outline .v4-catalog-product-nosize {
  cursor: pointer;
}
.product_block .product-outline .product-mention-rating {
  display: flex;
  gap: 8px;
  margin-top: 8px;
}
.product_block .product-outline .product-mention-rating .v4-catalog-rating1 {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.005em;
  color: #394345;
}
.product_block .product-outline .product-mention-rating .v4-catalog-rating2 {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.005em;
  color: #959A9D;
}
.product_block .product-outline:hover .fav-cat-add, .product_block .product-outline:hover .fav-cat-del {
  display: block;
}
.product_block .product-outline:hover .v2-catalog-product-sizes {
  display: flex;
}
@media (max-width: 480px) {
  .product_block .product-outline:hover .v2-catalog-product-sizes {
    display: none;
  }
}
.product_block .product-outline:hover .v2-photo-selector {
  display: flex;
}

.v2-share2 {
  height: 24px;
  box-sizing: border-box;
  background: #DC2626;
  border-radius: 4px;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  padding: 2px 4px;
  letter-spacing: 0.005em;
  color: #FFFFFF;
  position: absolute;
  top: 18px;
  left: 12px;
}
@media (max-width: 480px) {
  .v2-share2 {
    top: 4px;
  }
}

.v2-newgood {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 2px 4px;
  height: 24px;
  background: #5CA595;
  border-radius: 4px;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.005em;
  color: #FFFFFF;
  position: absolute;
  top: 60px;
  left: 12px;
}
@media (max-width: 480px) {
  .v2-newgood {
    top: 33px;
    z-index: 300;
  }
}

/* BRANDS ON HOME */
.v4-home-brands {
  padding: 32px 0;
}
@media (max-width: 480px) {
  .v4-home-brands {
    padding: 16px 0;
  }
  .v4-home-brands .bx-controls-direction {
    display: none;
  }
}
.v4-home-brands .v4-home-brands-title {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 33px;
  letter-spacing: 0.005em;
  color: #394345;
}
.v4-home-brands .bx-controls-direction .bx-prev {
  left: -71px !important;
  background: url(../img/v4/slider_left.png) no-repeat;
}
.v4-home-brands .bx-controls-direction .bx-next {
  right: -71px;
  background: url(../img/v4/slider_right.png) no-repeat;
}
.v4-home-brands .v3-brands-carousel {
  margin-top: 32px;
}
@media (max-width: 480px) {
  .v4-home-brands .v3-brands-carousel {
    margin-top: 16px;
  }
}
.v4-home-brands .v3-brands-carousel .jcarousel {
  width: calc(100% - 140px);
  margin: 0 auto;
}
@media (max-width: 480px) {
  .v4-home-brands .v3-brands-carousel .jcarousel {
    width: 100%;
  }
}
.v4-home-brands .v3-brands-carousel .jcarousel ul li {
  height: 100px;
  line-height: 100px;
  text-align: center;
}
.v4-home-brands .v3-brands-carousel .jcarousel ul li img {
  max-width: 127px;
  height: auto;
  vertical-align: middle;
  max-height: 100px;
}
@media (max-width: 480px) {
  .v4-home-brands .v3-brands-carousel .jcarousel ul li img {
    max-width: 100%;
  }
}
.v4-home-brands .v3-brands-carousel .jcarousel ul li img.brcolor {
  display: none;
}

/* SPECIAL ON HOME */
.v4-home-special {
  padding: 32px 0;
}
@media (max-width: 480px) {
  .v4-home-special {
    padding: 0;
  }
  .v4-home-special .v2-container {
    width: 100vw;
    margin-left: calc(-0.5 * (100vw - 100%));
  }
}
.v4-home-special .v4-home-special-inner {
  background: #cfccc4 url(../img/v4/home-special.png) no-repeat calc(100% + 1px) center;
  background-size: auto 100%;
  height: 314px;
}
@media (max-width: 480px) {
  .v4-home-special .v4-home-special-inner {
    background: #cfccc4 url(../img/v4/special_for_you_mobile.png) no-repeat 110% 110% !important;
    background-size: 100%;
    height: auto;
    width: 100%;
    aspect-ratio: 1/1;
    min-height: 0;
  }
}
.v4-home-special .v4-home-special-inner .v4-home-special-content {
  padding: 32px;
  cursor: pointer;
}
.v4-home-special .v4-home-special-inner .v4-home-special-content .v4-special-title {
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 66px;
  letter-spacing: 0.005em;
  color: #394345;
  margin-bottom: 16px;
}
@media (max-width: 480px) {
  .v4-home-special .v4-home-special-inner .v4-home-special-content .v4-special-title {
    font-size: 24px;
    line-height: 24px;
  }
}
.v4-home-special .v4-home-special-inner .v4-home-special-content .v4-special-text {
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 33px;
  letter-spacing: 0.005em;
  color: #394345;
  margin-bottom: 64px;
}
@media (max-width: 480px) {
  .v4-home-special .v4-home-special-inner .v4-home-special-content .v4-special-text {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 16px;
  }
}
.v4-home-special .v4-home-special-inner .v4-home-special-content .v4-special-button {
  text-decoration: none;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 17px;
  padding: 7px 21px 7px 12px;
  background: #394345;
  border-radius: 8px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.005em;
  color: #FFFFFF;
  width: fit-content;
}

/* NEWS ON HOME */
.v4-home-news {
  padding: 32px 0;
}
@media (max-width: 480px) {
  .v4-home-news {
    padding: 8px 0;
  }
  .v4-home-news .bx-wrapper {
    max-width: 100% !important;
    margin: 0px !important;
  }
}
.v4-home-news .v2-home-news-container {
  display: flex;
  gap: 30px;
}
@media (max-width: 480px) {
  .v4-home-news .v2-home-news-container {
    gap: 0px;
  }
}

.v2-home-news-item {
  width: calc(33.33% - 30px);
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.v2-home-news-item .news-item-content-a {
  height: 409px;
  background-size: cover;
  display: flex;
  width: 100%;
  text-decoration: none;
}
@media (max-width: 480px) {
  .v2-home-news-item .news-item-content-a {
    height: 347px;
  }
}
.v2-home-news-item .news-item-content-cont {
  text-decoration: none;
}
.v2-home-news-item .news-item-content-cont .v2-home-news-name {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 27px;
  letter-spacing: 0.005em;
  color: #394345;
  margin-bottom: 10px;
}
@media (max-width: 480px) {
  .v2-home-news-item .news-item-content-cont .v2-home-news-name {
    font-size: 18px;
    line-height: 23px;
  }
}
.v2-home-news-item .news-item-content-cont .v2-home-news-date {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.005em;
  color: #959A9D;
  margin-bottom: 16px;
}
.v2-home-news-item .news-item-content-cont .v2-home-news-text {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.005em;
  color: #394345;
}

.v2-all-news .v2-home-news-item {
  gap: 16px;
}

.news-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 32px;
  gap: 8px;
}
.news-pagination .news-page-item {
  cursor: pointer;
  border-radius: 8px;
  user-select: none;
  width: 38px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.005em;
  color: #394345;
}
.news-pagination .news-page-item:hover {
  background-color: #f5f5f5;
}
.news-pagination .news-page-item.active {
  background-color: #5CA595;
  color: white;
}
.news-pagination .news-page-item.disabled {
  cursor: default;
  color: #394345;
}
.news-pagination .news-item-content-a.lazy-bg {
  background-color: #f0f0f0;
  transition: background-image 0.3s ease-in-out;
}

/* REVIEWS ON HOME */
.v3-home-feedback {
  padding: 32px 0;
}
@media (max-width: 480px) {
  .v3-home-feedback {
    padding: 8px 0;
  }
}
.v3-home-feedback .v3-home-reviews-wrapper {
  padding-top: 32px;
}
@media (max-width: 480px) {
  .v3-home-feedback .v3-home-reviews-wrapper {
    padding-top: 8px;
  }
}
.v3-home-feedback .v3-home-reviews-wrapper .bx-controls-direction .bx-prev {
  left: -50px !important;
  background: url(../img/v4/slider_left.png) no-repeat;
}
.v3-home-feedback .v3-home-reviews-wrapper .bx-controls-direction .bx-next {
  right: -50px;
  background: url(../img/v4/slider_right.png) no-repeat;
}
@media (max-width: 480px) {
  .v3-home-feedback .v3-home-reviews-wrapper .bx-controls-direction {
    display: none;
  }
}
.v3-home-feedback .v3-home-reviews-wrapper .bx-viewport {
  touch-action: pan-y;
}
.v3-home-feedback .v3-home-reviews-wrapper .v3-home-reviews .v2-catalog-name b {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.005em;
  color: #394345;
}
.v3-home-feedback .v3-home-reviews-wrapper .v3-home-reviews .v2-catalog-name span {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.005em;
  color: #394345;
}
.v3-home-feedback .v3-home-reviews-wrapper .v3-home-reviews .v2-home-feedback-item-info {
  display: flex;
  gap: 8px;
  margin-top: 8px;
  flex-direction: column;
}
.v3-home-feedback .v3-home-reviews-wrapper .v3-home-reviews .v2-home-feedback-item-info .v2-home-feedback-date-city {
  display: flex;
  align-items: center;
  gap: 8px;
}
@media (max-width: 480px) {
  .v3-home-feedback .v3-home-reviews-wrapper .v3-home-reviews .v2-home-feedback-item-info .v2-home-feedback-date-city {
    align-items: flex-start;
    flex-direction: column;
  }
}
.v3-home-feedback .v3-home-reviews-wrapper .v3-home-reviews .v2-home-feedback-item-info .v2-home-feedback-date-city .v2-home-feedback-date {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.005em;
  color: #959A9D;
}
.v3-home-feedback .v3-home-reviews-wrapper .v3-home-reviews .v2-home-feedback-item-info .v2-home-feedback-date-city .v2-home-feedback-city {
  display: flex;
  align-items: center;
  gap: 4px;
}
.v3-home-feedback .v3-home-reviews-wrapper .v3-home-reviews .v2-home-feedback-item-info .v2-home-feedback-date-city .v2-home-feedback-city span {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.005em;
  color: #959A9D;
}
.v3-home-feedback .v3-home-reviews-wrapper .v3-home-reviews .v2-home-feedback-item-info .v2-home-feedback-name {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.005em;
  color: #394345;
}
.v3-home-feedback .v3-home-reviews-wrapper .v3-home-reviews .v2-home-feedback-item-info .product-mention-stars {
  display: flex;
  gap: 8px;
}
.v3-home-feedback .v3-home-reviews-wrapper .v3-home-reviews .v2-home-feedback-item-info .v2-home-feedback-text {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.005em;
  color: #959A9D;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3; /* ← ровно 3 строки */
  overflow: hidden;
  text-overflow: ellipsis;
}

/* POPULAR CATEGORIES ON HOME */
.v4-home-pop-categories {
  padding: 32px 0;
}
@media (max-width: 480px) {
  .v4-home-pop-categories {
    padding: 8px 0;
  }
}
.v4-home-pop-categories .v4-pop-cats-items-wrapper {
  padding-top: 32px;
}
@media (max-width: 480px) {
  .v4-home-pop-categories .v4-pop-cats-items-wrapper {
    padding: 0;
  }
  .v4-home-pop-categories .v4-pop-cats-items-wrapper .bx-wrapper {
    max-width: 100% !important;
    margin: 0 !important;
  }
}
.v4-home-pop-categories .v4-pop-cats-items-wrapper .bx-controls-direction .bx-prev {
  left: -20px !important;
  background: url(../img/v4/slider_left.png) no-repeat;
}
.v4-home-pop-categories .v4-pop-cats-items-wrapper .bx-controls-direction .bx-next {
  right: -20px;
  background: url(../img/v4/slider_right.png) no-repeat;
}
@media (max-width: 480px) {
  .v4-home-pop-categories .v4-pop-cats-items-wrapper .bx-controls-direction {
    display: none;
  }
}
.v4-home-pop-categories .v4-pop-cats-items-wrapper .v4-pop-cats-items .v4-pop-cats-item {
  display: flex;
  flex-direction: column;
  gap: 25px;
  width: 307px;
  min-width: 307px;
  text-decoration: none;
}
.v4-home-pop-categories .v4-pop-cats-items-wrapper .v4-pop-cats-items .v4-pop-cats-item .v4-pop-cats-item-img {
  width: 100%;
  max-width: 307px;
  height: 424px;
  background-size: cover;
  background-position: center center;
}
.v4-home-pop-categories .v4-pop-cats-items-wrapper .v4-pop-cats-items .v4-pop-cats-item .v4-pop-cats-item-title {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 27px;
  letter-spacing: 0.005em;
  color: #394345;
}
.v4-home-pop-categories .v4-pop-cats-items-wrapper .v4-pop-cats-items .v4-pop-cats-item:hover .v4-pop-cats-item-title {
  color: #5CA595;
}

/* ABOUT CONTENT ON HOME */
.v4-home-about {
  padding: 32px 0;
}
@media (max-width: 480px) {
  .v4-home-about {
    padding: 16px 0;
  }
}
.v4-home-about .v2-home-content h1 {
  font-style: normal;
  font-weight: 600;
  font-size: 48px;
  line-height: 66px;
  letter-spacing: 0.005em;
  color: #394345;
  margin-bottom: 32px;
}
@media (max-width: 480px) {
  .v4-home-about .v2-home-content h1 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 16px;
  }
}
.v4-home-about .v2-home-content p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.005em;
  color: #394345;
  margin-bottom: 32px;
}
.v4-home-about .v2-home-content p:last-child {
  margin-bottom: 0;
}
.v4-home-about .v2-home-content a {
  color: #5CA595;
}
.v4-home-about .v2-home-content a span {
  color: inherit !important;
}
.v4-home-about .v2-home-content a:hover {
  text-decoration: none;
}
.v4-home-about .v2-home-content ul, .v4-home-about .v2-home-content ol {
  padding-left: 24px;
  margin-bottom: 32px;
}
.v4-home-about .v2-home-content ul li, .v4-home-about .v2-home-content ol li {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.005em;
  color: #394345;
  margin-bottom: 8px;
}
.v4-home-about .v2-home-content ul li span, .v4-home-about .v2-home-content ol li span {
  color: inherit !important;
}
.v4-home-about .v2-home-content h2, .v4-home-about .v2-home-content h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0.005em;
  color: #394345;
  margin-bottom: 16px;
  margin-top: 32px;
}
.v4-home-about .v2-home-content h2 span, .v4-home-about .v2-home-content h3 span {
  color: inherit !important;
}

@media (max-width: 480px) {
  .v4-home-viewed-container {
    display: none;
  }
}

/* MAILING IN FOOTER */
.v4-home-mailing {
  background: #CFCCC4;
}
.v4-home-mailing .v4-home-mailing-inner {
  display: flex;
  align-items: center;
  gap: 32px;
  padding: 32px 0;
  justify-content: center;
}
@media (max-width: 480px) {
  .v4-home-mailing .v4-home-mailing-inner {
    gap: 8px;
    padding: 16px 0;
    flex-direction: column;
    text-align: center;
  }
}
.v4-home-mailing .v4-home-mailing-inner .v4-home-mailing-text {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.005em;
  color: #394345;
}
.v4-home-mailing .v4-home-mailing-inner .v4-home-mailing-button {
  cursor: pointer;
  box-sizing: border-box;
  padding: 7px 12px;
  border: 1px solid #394345;
  border-radius: 8px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  letter-spacing: 0.005em;
  color: #394345;
}
@media (max-width: 480px) {
  .v4-home-mailing .v4-home-mailing-inner .v4-home-mailing-button {
    width: 100%;
  }
}

/* VIEWED ITEMS */
.v4-viewed-items {
  padding: 32px 0;
}
.v4-viewed-items .bx-controls-direction .bx-prev {
  left: -20px !important;
  background: url(../img/v4/slider_left.png) no-repeat;
}
.v4-viewed-items .bx-controls-direction .bx-next {
  right: -20px;
  background: url(../img/v4/slider_right.png) no-repeat;
}
.v4-viewed-items .product-new-viewed-inner .bx-wrapper {
  margin: 0 !important;
}
.v4-viewed-items .product-new-viewed-inner .product-viewed-item {
  max-width: 291px;
}

/* FOOTER */
.v4-footer-inner {
  background: #394345;
}
.v4-footer-inner .v3-footer {
  display: flex;
  padding: 32px 0;
  gap: 32px;
}
@media (max-width: 480px) {
  .v4-footer-inner .v3-footer {
    padding: 16px 0;
    gap: 16px;
    flex-direction: column;
    align-items: center;
  }
}
.v4-footer-inner .v3-footer .f3-col1 {
  width: 280px;
}
@media (max-width: 480px) {
  .v4-footer-inner .v3-footer .f3-col1 {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.v4-footer-inner .v3-footer .f3-col1 .v2-footer-logo {
  width: 170px;
  height: 44px;
  background-size: cover;
  margin-bottom: 32px;
}
.v4-footer-inner .v3-footer .f3-col1 .v2-home-contacts-block {
  display: flex;
  gap: 20px;
  flex-direction: column;
}
@media (max-width: 480px) {
  .v4-footer-inner .v3-footer .f3-col1 .v2-home-contacts-block {
    align-items: center;
  }
}
.v4-footer-inner .v3-footer .f3-col1 .v2-home-contacts-block .v2-footer-address {
  display: none;
}
.v4-footer-inner .v3-footer .f3-col1 .v2-home-contacts-block .v2-footer-phone {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 33px;
  letter-spacing: 0.005em;
  color: #FFFFFF;
  text-decoration: none;
}
.v4-footer-inner .v3-footer .f3-col1 .v2-home-contacts-block .v2-footer-time {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.005em;
  color: #CACDCE;
}
.v4-footer-inner .v3-footer .f3-col2 {
  flex-grow: 1;
  display: flex;
  gap: 32px;
  justify-content: space-evenly;
}
@media (max-width: 480px) {
  .v4-footer-inner .v3-footer .f3-col2 {
    flex-direction: column;
    width: 100%;
    gap: 16px;
  }
}
.v4-footer-inner .v3-footer .f3-col2 .footer-col-menu-items span {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.005em;
  color: #FFFFFF;
}
.v4-footer-inner .v3-footer .f3-col2 .footer-col-menu-items .id_head.v4-submenu-footer-contacts {
  margin-top: 24px;
  display: block;
}
@media (max-width: 480px) {
  .v4-footer-inner .v3-footer .f3-col2 .footer-col-menu-items .id_head.v4-submenu-footer-contacts {
    margin-top: 16px;
  }
}
@media (max-width: 480px) {
  .v4-footer-inner .v3-footer .f3-col2 .footer-col-menu-items .id_head {
    display: flex;
    align-items: center;
    width: 100%;
    background: url("../img/v4/chevron-up_24_white.png") no-repeat right center;
  }
  .v4-footer-inner .v3-footer .f3-col2 .footer-col-menu-items .id_head.opened {
    background: url("../img/v4/chevron-down_24_white.png") no-repeat right center;
  }
}
.v4-footer-inner .v3-footer .f3-col2 .footer-col-menu-items ul {
  list-style: none;
  margin-top: 24px;
}
@media (max-width: 480px) {
  .v4-footer-inner .v3-footer .f3-col2 .footer-col-menu-items ul {
    margin-top: 8px;
    display: none;
  }
}
.v4-footer-inner .v3-footer .f3-col2 .footer-col-menu-items ul li {
  line-height: 38px;
  display: block;
  margin-bottom: 4px;
}
.v4-footer-inner .v3-footer .f3-col2 .footer-col-menu-items ul li a {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.005em;
  color: #FFFFFF;
  text-decoration: none;
}
.v4-footer-inner .v3-footer-line2 {
  padding: 0 0 32px 0;
  display: flex;
  gap: 32px;
  align-items: center;
}
@media (max-width: 480px) {
  .v4-footer-inner .v3-footer-line2 {
    gap: 16px;
    flex-direction: column;
  }
}
.v4-footer-inner .v3-footer-line2 .f3-col1 {
  width: 280px;
}
@media (max-width: 480px) {
  .v4-footer-inner .v3-footer-line2 .f3-col1 {
    width: auto;
    margin-top: 16px;
  }
}
.v4-footer-inner .v3-footer-line2 .f3-col1 .v2-home-social-icons {
  display: flex;
  gap: 32px;
}
.v4-footer-inner .v3-footer-line2 .f3-col2 {
  flex-grow: 1;
  display: flex;
}
.v4-footer-inner .v3-footer-line2 .f3-col2 .footer-partner-logos {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  gap: 32px;
}
@media (max-width: 480px) {
  .v4-footer-inner .v3-footer-line2 .f3-col2 .footer-partner-logos {
    flex-wrap: wrap;
    gap: 16px 12px;
    justify-content: center;
  }
  .v4-footer-inner .v3-footer-line2 .f3-col2 .footer-partner-logos > div {
    flex: 0 0 calc(33.3333333333% - 12px);
    display: flex;
    justify-content: center;
  }
  .v4-footer-inner .v3-footer-line2 .f3-col2 .footer-partner-logos > div:nth-child(n+4) {
    flex: 0 0 calc(25% - 12px);
  }
  .v4-footer-inner .v3-footer-line2 .f3-col2 .footer-partner-logos img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
  }
}

.download-app {
  display: none;
}
@media (max-width: 480px) {
  .download-app {
    gap: 8px;
    background: #CFCCC4;
    padding: 8px 9px 8px 16px;
    align-items: center;
    box-sizing: border-box;
  }
  .download-app .download-app-text {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    letter-spacing: 0.005em;
    color: #394345;
  }
}

/* AUTH AND REGISTRATION */
.v4-auth-forgot-tab {
  display: none;
  gap: 13px;
  padding-bottom: 32px;
  align-items: center;
}
.v4-auth-forgot-tab.visible {
  display: flex;
}
.v4-auth-forgot-tab .v4-auth-forgot-tab-back {
  height: 24px;
  cursor: pointer;
}
.v4-auth-forgot-tab span {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 33px;
  letter-spacing: 0.005em;
  color: #394345;
}

.v4-auth-tabs, .v4-tabs {
  display: flex;
  padding-bottom: 32px;
  gap: 16px;
  background: #fff;
}
.v4-auth-tabs span, .v4-tabs span {
  cursor: pointer;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0px 4px;
  color: #394345;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 27px;
}
.v4-auth-tabs span.active, .v4-tabs span.active {
  border-bottom: 2px solid #5CA595;
  color: #5CA595;
}

.v4-auth-popup-content {
  width: 488px;
  overflow: auto;
}
@media (max-width: 480px) {
  .v4-auth-popup-content {
    width: 100%;
  }
}
.v4-auth-popup-content .v4-auth-tabs-content .phone-auth-type, .v4-auth-popup-content .v4-auth-tabs-content #footerauthloginmore, .v4-auth-popup-content .v4-auth-tabs-content .sms-code-input, .v4-auth-popup-content .v4-auth-tabs-content #footerauthloginbtnstart {
  display: none;
}
.v4-auth-popup-content .v4-auth-tabs-content .v4-forgot-pass-link {
  display: flex;
  margin-top: 4px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.005em;
  color: #5CA595;
  text-decoration: none;
}
.v4-auth-popup-content .v4-auth-tabs-content .v4-email-phone-switcher {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 7px 12px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  letter-spacing: 0.005em;
  color: #5CA595;
  cursor: pointer;
}
.v4-auth-popup-content .v4-auth-tabs-content .auth-phone-result, .v4-auth-popup-content .v4-auth-tabs-content #footerauthloginmore {
  display: none;
}
.v4-auth-popup-content .v4-auth-tabs-content #footerauthloginmore {
  text-align: center;
  flex-direction: column;
  gap: 16px;
  font-weight: 400;
  line-height: 25px;
  color: #394345;
}
.v4-auth-popup-content .v4-auth-tabs-content #footerauthloginseconds {
  font-size: 30px;
  line-height: 13px;
}
.v4-auth-popup-content #auth-forgot, .v4-auth-popup-content #auth-sign-up {
  display: none;
}
.v4-auth-popup-content .v4-social-auth-block {
  display: flex;
  flex-direction: column;
  padding: 16px 0;
  gap: 16px;
  justify-content: center;
  margin-top: 0px;
}
.v4-auth-popup-content .v4-social-auth-block p {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.005em;
  color: #394345;
}
.v4-auth-popup-content .v4-social-auth-block .v4-social-auth-block-icons {
  display: flex;
  gap: 32px;
  justify-content: center;
}
.v4-auth-popup-content .v4-social-auth-block .v4-social-auth-block-icons a {
  width: 48px;
  height: 48px;
  display: block;
}
.v4-auth-popup-content .v4-social-auth-block .v4-social-auth-block-icons .adapter-vk a {
  background-image: url("../img/v4/s_vk.png");
}
.v4-auth-popup-content .v4-social-auth-block .v4-social-auth-block-icons .adapter-mailru a {
  background-image: url("../img/v4/s_mail.png");
}
.v4-auth-popup-content .v4-social-auth-block .v4-social-auth-block-icons .adapter-yandex a {
  background-image: url("../img/v4/s_yandex.png");
}

/* CONTENT AREA */
.v2-content {
  padding-bottom: 32px;
}
.v2-content .v2-simple-page {
  /* TEXT STYLES FOR CONTENT AREA */
}
.v2-content .v2-simple-page .text-header {
  color: #959A9D;
  display: block;
}
.v2-content .v2-simple-page h5 {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 0.005em;
  color: #394345;
  margin-bottom: 16px;
}
.v2-content .v2-simple-page h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 0.005em;
  color: #394345;
  /*margin-bottom:24px;*/
  padding-bottom: 16px;
  padding-top: 16px;
}
.v2-content .v2-simple-page h3 strong {
  font-weight: 500;
  font-size: 24px;
  line-height: 33px;
  display: block;
  margin-top: 32px;
  margin-bottom: 8px;
}
.v2-content .v2-simple-page h3 br {
  display: none;
  height: 0;
}
.v2-content .v2-simple-page h2 {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 33px;
  letter-spacing: 0.005em;
  color: #394345;
  margin-bottom: 32px;
}
.v2-content .v2-simple-page h6 {
  margin-top: 32px;
  margin-bottom: 8px;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 0.005em;
  color: #394345;
}
.v2-content .v2-simple-page p, .v2-content .v2-simple-page li {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.005em;
  color: #394345;
}
.v2-content .v2-simple-page strong, .v2-content .v2-simple-page b {
  font-weight: 700;
}
.v2-content .v2-simple-page a {
  text-decoration: none;
  color: #5CA595;
}
.v2-content .v2-simple-page a:hover {
  text-decoration: underline;
}
.v2-content .v2-simple-page p, .v2-content .v2-simple-page ul, .v2-content .v2-simple-page ol {
  margin-bottom: 16px;
}
.v2-content .v2-simple-page p:last-child, .v2-content .v2-simple-page ul:last-child, .v2-content .v2-simple-page ol:last-child {
  margin-bottom: 0;
}
.v2-content .v2-simple-page ul, .v2-content .v2-simple-page ol {
  margin-left: 32px;
}
.v2-content .v2-simple-page table, .v2-content .v2-simple-page tr, .v2-content .v2-simple-page td, .v2-content .v2-simple-page th {
  border: none;
  background: none;
}
.v2-content .v2-simple-page table {
  border-collapse: collapse;
  margin-bottom: 32px;
}
.v2-content .v2-simple-page table tr {
  border-top: 1px solid #3c4144;
}
.v2-content .v2-simple-page table tr:nth-child(2n+1) {
  background: #F5F5F3;
}
.v2-content .v2-simple-page table tr:last-child {
  border-bottom: 1px solid #cfccc5;
}
.v2-content .v2-simple-page table tr td, .v2-content .v2-simple-page table tr td * {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.005em;
  color: #394345;
}
.v2-content .v2-simple-page table tr td {
  padding: 9px;
}
.v2-content .v2-simple-page table tr td:first-child {
  font-weight: 700;
  padding-left: 0;
}
.v2-content .v2-simple-page table.v4-transposed tr, .v2-content .v2-simple-page table.v4-transposed td {
  background: none;
  text-align: center !important;
}
.v2-content .v2-simple-page table.v4-transposed tr {
  border-top: none;
  border-bottom: 1px solid #d0ccc3;
}
.v2-content .v2-simple-page table.v4-transposed tr:last-child {
  border-bottom: 1px solid #cfccc5;
}
.v2-content .v2-simple-page table.v4-transposed tr:first-child {
  border-bottom: 1px solid #394345;
}
.v2-content .v2-simple-page table.v4-transposed tr:first-child td {
  background: #fafaf8;
  font-weight: bold !important;
}
.v2-content .v2-simple-page {
  /*table{
    border-collapse: separate;
    border-spacing: 20px 0;
    tr{
      td{

      }
    }
  }*/
}
.v2-content .v2-page-content > h6:first-child {
  margin-top: 0;
}
.v2-content .v2-form {
  max-width: 640px;
}
.v2-content {
  /* breadcrumbs */
}
.v2-content .path, .v2-content .v4-product-mobile-path {
  padding: 16px 0;
}
.v2-content .path ol, .v2-content .v4-product-mobile-path ol {
  display: flex;
  gap: 8px;
  align-items: baseline;
}
.v2-content .path ol li, .v2-content .v4-product-mobile-path ol li {
  list-style: none;
}
.v2-content .path ol li.breadcrumb-separator, .v2-content .v4-product-mobile-path ol li.breadcrumb-separator {
  width: 12px;
  height: 12px;
}
.v2-content .path ol li a, .v2-content .v4-product-mobile-path ol li a {
  text-decoration: none;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  text-align: center;
  letter-spacing: 0.005em;
  color: #959A9D;
  white-space: nowrap;
}
@media (max-width: 480px) {
  .v2-content .path ol li a, .v2-content .v4-product-mobile-path ol li a {
    font-size: 12px;
  }
}
.v2-content .path ol li a span, .v2-content .v4-product-mobile-path ol li a span {
  color: #959A9D;
}
.v2-content .path ol li a:hover, .v2-content .v4-product-mobile-path ol li a:hover {
  text-decoration: underline;
}
.v2-content .path ol li span, .v2-content .v4-product-mobile-path ol li span {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 18px;
  text-align: center;
  letter-spacing: 0.005em;
  color: #394345;
  white-space: nowrap;
}
@media (max-width: 480px) {
  .v2-content .path ol li span, .v2-content .v4-product-mobile-path ol li span {
    font-size: 12px;
  }
}
.v2-content .name h1 {
  padding: 16px 0;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 33px;
  letter-spacing: 0.005em;
  color: #394345;
}
@media (max-width: 480px) {
  .v2-content .name h1 {
    padding: 0 0 8px 0;
  }
}
.v2-content {
  /* sales */
}
.v2-content .sales-witcher {
  display: flex;
  padding: 32px 0;
  gap: 16px;
}
@media (max-width: 480px) {
  .v2-content .sales-witcher {
    padding: 8px 0;
    overflow-x: hidden;
    width: 100%;
    touch-action: pan-y; /* разрешаем горизонтальный drag */
  }
}
.v2-content .sales-witcher .sales-switcher-item {
  cursor: pointer;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 2px 8px;
  border: 1px solid #959A9D;
  border-radius: 100px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  letter-spacing: 0.005em;
  color: #394345;
}
@media (max-width: 480px) {
  .v2-content .sales-witcher .sales-switcher-item {
    white-space: nowrap;
  }
}
.v2-content .sales-witcher .sales-switcher-item.active {
  background: #EDEEEF;
  border: 1px solid #EDEEEF;
}
.v2-content .v2-all-share {
  display: grid;
  margin: 32px 0;
  gap: 32px;
  grid-template-columns: repeat(auto-fill, minmax(360px, 1fr));
}
@media (max-width: 480px) {
  .v2-content .v2-all-share {
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    margin: 16px 0;
  }
}
.v2-content .v2-all-share .v2-share-item a {
  text-decoration: none;
}
@media (max-width: 480px) {
  .v2-content .v4-share-one-item img, .v2-content .newsfulltext img {
    display: block !important;
    float: none !important;
    margin: 0 auto !important;
    max-width: 100% !important;
    height: auto !important;
  }
  .v2-content .v4-share-one-item table, .v2-content .newsfulltext table {
    width: 100% !important;
    height: auto !important;
  }
  .v2-content .v4-share-one-item table tr, .v2-content .newsfulltext table tr {
    display: flex;
    flex-direction: column;
    width: 100% !important;
    height: auto !important;
  }
  .v2-content .v4-share-one-item table tr td, .v2-content .newsfulltext table tr td {
    width: 100% !important;
    height: auto !important;
  }
}
@media (max-width: 480px) {
  .v2-content .news-mobile-images {
    margin-top: 16px;
  }
  .v2-content .news-mobile-images img {
    max-width: 100%;
    height: auto;
    width: auto;
  }
}
.v2-content .v4-share-items .v2-share-fromto {
  display: flex;
  gap: 15px;
  align-items: center;
  justify-content: space-between;
}
.v2-content .v4-share-items .v2-share-from {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.005em;
  color: #16A34A;
}
.v2-content .v4-share-items .v2-share-to {
  text-align: right;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.005em;
  color: #DC2626;
}
.v2-content .v4-share-items .v2-share-item-im {
  display: flex;
  margin: 18px 0;
  width: fit-content;
  padding: 2px 4px;
  background: #5CA595;
  border-radius: 4px;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.005em;
  color: #FFFFFF;
}
.v2-content .v4-share-items .v2-share-item-title {
  margin-bottom: 8px;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 27px;
  letter-spacing: 0.005em;
  color: #394345;
}
.v2-content .v4-share-items .v2-share-item-text {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.005em;
  color: #394345;
}
.v2-content .v4-share-items.v4-sale-page .v2-share-fromto {
  gap: 31px;
  justify-content: flex-start;
}
.v2-content .v4-share-items.v4-sale-page .v2-share-item-im {
  margin: 32px 0;
}
.v2-content {
  /* news */
}
.v2-content .v2-all-news {
  display: grid;
  margin: 32px 0;
  gap: 32px;
  grid-template-columns: repeat(auto-fill, minmax(360px, 1fr));
}
@media (max-width: 480px) {
  .v2-content .v2-all-news {
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    margin: 16px 0;
  }
}
.v2-content .v2-all-news .v2-home-news-item {
  width: auto;
}
.v2-content .v2-page-news-date {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.005em;
  color: #959A9D;
  padding: 32px 0;
}
.v2-content {
  /* VACANCY */
}
@media (max-width: 480px) {
  .v2-content .open-vac-form-btn {
    width: 100% !important;
    justify-content: center;
  }
}
.v2-content .open-vac-form-btn-single-cont {
  position: fixed;
  bottom: 72px;
  width: 100%;
  padding: 16px;
  left: 0;
  box-sizing: border-box;
  background: #fff;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.25);
}
.v2-content .open-vac-form-btn-single-cont .open-vac-form-btn {
  width: auto !important;
}
.v2-content .v2-vac-form-cont {
  display: flex;
  gap: 16px;
  width: 50%;
  justify-content: space-between;
  max-width: 50%;
  align-items: flex-end;
  padding: 32px 0;
}
@media (max-width: 480px) {
  .v2-content .v2-vac-form-cont {
    width: 100%;
    justify-content: space-between;
    max-width: 100%;
    align-items: flex-start;
    padding: 8px 0;
    flex-direction: column;
  }
}
.v2-content .v2-vac-form-cont .select-item {
  flex-grow: 1;
}
@media (max-width: 480px) {
  .v2-content .v2-vac-form-cont .select-item {
    width: 100%;
  }
}
.v2-content .name-with-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.v2-content .v2-vac-content h1 {
  display: none;
}
.v2-content .v2-vac-content .v4-vac-items {
  display: grid;
  padding: 0 0 32px 0;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 480px) {
  .v2-content .v2-vac-content .v4-vac-items {
    grid-template-columns: repeat(1, 1fr);
  }
}
.v2-content .v2-vac-content .v4-vac-items .v4-vac-item {
  width: 100%;
  border-top: 1px solid #CFCCC4;
  padding-top: 32px;
  padding-bottom: 32px;
}
.v2-content .v2-vac-content .v4-vac-items .v4-vac-item .v4-vac-item-inner {
  box-sizing: border-box;
  display: flex;
  gap: 16px;
  height: 100%;
  width: 100%;
}
@media (max-width: 480px) {
  .v2-content .v2-vac-content .v4-vac-items .v4-vac-item .v4-vac-item-inner {
    flex-direction: column;
  }
}
.v2-content .v2-vac-content .v4-vac-items .v4-vac-item .v4-vac-item-inner .v4-vac-item-inner-one {
  width: calc(50% - 16px);
}
@media (max-width: 480px) {
  .v2-content .v2-vac-content .v4-vac-items .v4-vac-item .v4-vac-item-inner .v4-vac-item-inner-one {
    width: auto;
  }
}
.v2-content .v2-vac-content .v4-vac-items .v4-vac-item:nth-child(1), .v2-content .v2-vac-content .v4-vac-items .v4-vac-item:nth-child(2) {
  border-top: none;
}
@media (max-width: 480px) {
  .v2-content .v2-vac-content .v4-vac-items .v4-vac-item:nth-child(2) {
    border-top: 1px solid #CFCCC4;
  }
}
.v2-content .v2-vac-content .v4-vac-items .v4-vac-item:nth-child(2n) {
  padding-left: 32px;
}
@media (max-width: 480px) {
  .v2-content .v2-vac-content .v4-vac-items .v4-vac-item:nth-child(2n) {
    padding-left: 0px;
  }
}
.v2-content .v2-vac-content .v4-vac-items .v4-vac-item:nth-child(2n) .v4-vac-item-inner {
  padding-left: 32px;
}
@media (max-width: 480px) {
  .v2-content .v2-vac-content .v4-vac-items .v4-vac-item:nth-child(2n) .v4-vac-item-inner {
    padding-left: 0px;
  }
}
.v2-content .v2-vac-content .v4-vac-items .v4-vac-item:nth-child(2n+1) .v4-vac-item-inner {
  border-right: 1px solid #CFCCC4;
}
@media (max-width: 480px) {
  .v2-content .v2-vac-content .v4-vac-items .v4-vac-item:nth-child(2n+1) .v4-vac-item-inner {
    border-right: none;
  }
}
.v2-content .v2-vac-content .v4-vac-items .v4-vac-item .v4-vac-item-city {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0.005em;
  color: #959a9d;
  display: flex;
  align-items: center;
  gap: 4px;
}
.v2-content .v2-vac-content .v4-vac-items .v4-vac-item .v4-vac-item-title {
  padding: 16px 0 32px 0;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 27px;
  letter-spacing: 0.005em;
  color: #394345;
}
@media (max-width: 480px) {
  .v2-content .v2-vac-content .v4-vac-items .v4-vac-item .v4-vac-item-title {
    padding: 16px 0 16px 0;
  }
}
.v2-content .v2-vac-content .v4-vac-items .v4-vac-item .v4-vac-item-address {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.005em;
  color: #394345;
}
.v2-content .v2-vac-content .v4-vac-items .v4-vac-item .v4-vac-item-button a {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  width: fit-content;
  padding: 7px 12px;
  gap: 8px;
  border: 1px solid #394345;
  border-radius: 8px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.005em;
  color: #394345;
  text-decoration: none;
  align-items: center;
}
@media (max-width: 480px) {
  .v2-content .v2-vac-content .v4-vac-items .v4-vac-item .v4-vac-item-button a {
    width: 100%;
    justify-content: center;
  }
}
.v2-content .v2-vac-content .v4-vacancy-otklik {
  padding-top: 32px;
}
@media (max-width: 480px) {
  .v2-content .v2-vac-content .v4-vacancy-otklik {
    padding-top: 0px;
  }
}
.v2-content .v2-vac-content .v4-vacancy-otklik .v4-vacancy-otklik-inner {
  padding: 32px;
  background: #CFCCC4 url("../img/v4/vac.png") no-repeat right bottom;
}
@media (max-width: 480px) {
  .v2-content .v2-vac-content .v4-vacancy-otklik .v4-vacancy-otklik-inner {
    padding-top: 190px;
    background-position: top center;
    background-size: 100%;
  }
}
.v2-content .v2-vac-content .v4-vacancy-otklik .v4-vacancy-otklik-inner .title {
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 49px;
  letter-spacing: 0.005em;
  color: #394345;
  margin-bottom: 16px;
}
.v2-content .v2-vac-content .v4-vacancy-otklik .v4-vacancy-otklik-inner .text {
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 33px;
  letter-spacing: 0.005em;
  margin-bottom: 32px;
  color: #394345;
}
.v2-content .v2-vac-content .v4-vacancy-otklik .v4-vacancy-otklik-inner .more {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  width: fit-content;
  padding: 7px 12px;
  gap: 8px;
  background: #394345;
  border-radius: 8px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.005em;
  color: #fff;
  text-decoration: none;
  align-items: center;
}
.v2-content .v2-page-content.text {
  padding-top: 32px;
}
.v2-content .v2-page-content.text > table:last-child {
  margin-bottom: 0;
}

.css-homepage .v2-content {
  padding-bottom: 8px;
}

/* CARD BALANCE */
.v4-cardbalance-card {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;
  gap: 48px;
  border: 1px solid #959A9D;
  border-radius: 8px;
}
.v4-cardbalance-card .title {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.005em;
  color: #394345;
}
.v4-cardbalance-card .balance {
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 49px;
  letter-spacing: 0.005em;
  color: #394345;
}
.v4-cardbalance-card .more {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.005em;
  color: #394345;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}
.v4-cardbalance-card .more-container {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 16px;
}

.v4-cardbalance-popup-content {
  width: 488px;
  overflow: auto;
}
@media (max-width: 480px) {
  .v4-cardbalance-popup-content {
    width: 100%;
  }
}
.v4-cardbalance-popup-content .v4-cardbalance-after {
  margin-top: 32px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.005em;
  color: #394345;
}
.v4-cardbalance-popup-content .v4-cardbalance-after a {
  color: #5CA595;
  text-decoration: none;
}
.v4-cardbalance-popup-content .v4-cardbalance-after a:hover {
  text-decoration: underline;
}

.v4-cardbalance-account-items {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.v4-cardbalance-account-items .v4-cardbalance-account-item {
  display: flex;
  width: 100%;
  box-sizing: border-box;
  flex-direction: column;
  gap: 8px;
  padding: 16px 0;
  border-bottom: 1px solid #CFCCC4;
}
.v4-cardbalance-account-items .v4-cardbalance-account-item:last-child {
  border: none;
}
.v4-cardbalance-account-items .v4-cardbalance-account-item .title, .v4-cardbalance-account-items .v4-cardbalance-account-item .sum, .v4-cardbalance-account-items .v4-cardbalance-account-item .to {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.005em;
  color: #394345;
}
.v4-cardbalance-account-items .v4-cardbalance-account-item .to {
  color: #959A9D;
}

/* WHY WE */
.v4-why-items {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.v4-why-items .v4-why-item {
  background: #FAFAF9;
  border-radius: 8px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.v4-why-items .v4-why-item .v4-why-item-title {
  display: flex;
  align-items: center;
  gap: 16px;
}
.v4-why-items .v4-why-item .v4-why-item-title .title {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 0.005em;
  color: #394345;
}
.v4-why-items .v4-why-item .v4-why-item-text {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.005em;
  color: #394345;
}
.v4-why-items .v4-why-item .v4-why-item-text b, .v4-why-items .v4-why-item .v4-why-item-text strong {
  font-weight: 700;
}
.v4-why-items .v4-why-item .v4-why-item-text a {
  color: #5CA595;
  text-decoration: none;
}
.v4-why-items .v4-why-item .v4-why-item-text a:hover {
  text-decoration: underline;
}

.v4-why-after {
  padding-top: 32px;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  text-align: center;
  width: 75%;
  letter-spacing: 0.005em;
  color: #394345;
  margin: 0 auto;
}

/* region  PICKUP */
.v4-pickup-search {
  padding: 32px 0;
}
.v4-pickup-search input {
  display: flex;
  width: 100%;
  box-sizing: border-box;
  padding: 11px 16px 11px 48px;
  border-radius: 6px;
  background: #EDEEEF url("../img/v4/search_24.png") no-repeat 16px center;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.005em;
  color: #394345;
  outline: none;
  border: none;
}

.v2-pickup-cities {
  display: flex;
  flex-direction: column;
  padding: 0px 0px 16px;
  gap: 32px;
}
.v2-pickup-cities .v2-brand-item {
  border-bottom: 1px solid #CFCCC4;
  padding-bottom: 22px;
}
.v2-pickup-cities {
  /* Буква */
}
.v2-pickup-cities .v2-brand-letter {
  margin-bottom: 16px;
  font-style: normal;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 24px;
  line-height: 33px;
  letter-spacing: 0.005em;
  color: #394345;
}
.v2-pickup-cities .v2-brand-item.active .v2-brand-letter {
  color: #5CA595;
}
.v2-pickup-cities {
  /* Контейнер колонок внутри буквы */
}
.v2-pickup-cities .v2-brand-cols4 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 9px 16px;
}
.v2-pickup-cities {
  /* Город */
}
.v2-pickup-cities .v2-brand a {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.005em;
  color: #5CA595;
  text-decoration: none;
}

.v4-city-letters {
  display: flex;
  gap: 32px;
  padding-bottom: 32px;
}
@media (max-width: 480px) {
  .v4-city-letters {
    position: relative;
    padding-bottom: 0px;
  }
}
.v4-city-letters .v4-city-letters-all {
  display: flex;
  cursor: pointer;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 2px 8px;
  background: #5CA595;
  border-radius: 4px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.005em;
  color: #FFFFFF;
}
@media (max-width: 480px) {
  .v4-city-letters .v4-city-letters-all {
    display: none;
  }
}
.v4-city-letters .v4-city-letters-all.not-active {
  background: none;
  color: #959A9D;
}
.v4-city-letters .v4-city-just-letters {
  display: flex;
  gap: 0px;
}
@media (max-width: 480px) {
  .v4-city-letters .v4-city-just-letters {
    flex-direction: column;
    position: absolute;
    right: 0;
    top: 0px;
    z-index: 1000;
  }
}
.v4-city-letters .v4-city-just-letters .v4-city-letter {
  cursor: pointer;
  text-transform: uppercase;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #959A9D;
  width: 26px;
  height: 26px;
  text-align: center;
}
@media (max-width: 480px) {
  .v4-city-letters .v4-city-just-letters .v4-city-letter {
    font-size: 12px;
    line-height: 20px;
    width: 30px;
    height: 19px;
    background: #fff;
  }
}
.v4-city-letters .v4-city-just-letters .v4-city-letter.active {
  background: #5CA595;
  color: #fff;
  border-radius: 4px;
}
@media (max-width: 480px) {
  .v4-city-letters .v4-city-just-letters .v4-city-letter.active {
    background: #fff;
    color: #959A9D;
    text-decoration: none;
    border-radius: 0;
  }
}

.v4-pickup-popup-content-tab {
  position: relative;
  height: 100% !important;
  box-sizing: border-box;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.v4-pickup-popup-content-tab .v4-auth-forgot-tab {
  align-items: flex-start;
}
.v4-pickup-popup-content-tab .v4-auth-forgot-tab .v4-auth-forgot-tab-back {
  position: relative;
  top: 6px;
}
.v4-pickup-popup-content-tab .pickup-loader {
  display: none;
  text-align: center;
  /*position:absolute;
  left:50%;
  top:50%;
  margin-left:-32px;
  margin-top:-32px;*/
}

.v4-pickup-sidebar {
  display: flex;
  flex-direction: column;
  gap: 32px;
  overflow: hidden;
}
@media (max-width: 480px) {
  .v4-pickup-sidebar {
    gap: 16px;
  }
}

.v4-pickup-pvz-info .pickup-pvz-button a {
  display: flex;
  gap: 8px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.005em;
  color: #FFFFFF;
  justify-content: center;
  align-items: center;
  padding: 7px 12px;
  background: #394345;
  border-radius: 8px;
  text-decoration: none;
  align-self: stretch;
}

.pickup-pvz-info {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.pickup-pvz-info .label {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.005em;
  color: #959A9D;
}
.pickup-pvz-info .data {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.005em;
  color: #394345;
}

.pickup-city-block-phone {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.005em;
  color: #394345;
}

.pickup-city-changer {
  display: flex;
  gap: 11px;
  align-items: center;
  cursor: pointer;
}
.pickup-city-changer .city {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.005em;
  color: #394345;
  flex-grow: 1;
}

.v2-shipping-variant-checkbox {
  display: flex;
  gap: 16px;
}
.v2-shipping-variant-checkbox label {
  cursor: pointer;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 2px 8px;
  border: 1px solid #959A9D;
  background: none;
  border-radius: 100px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.005em;
  color: #394345;
}
.v2-shipping-variant-checkbox label.checked {
  border: none;
  background: #EDEEEF;
}
.v2-shipping-variant-checkbox label input {
  display: none;
}

.pickup-list-items {
  display: flex;
  flex-direction: column;
  gap: 8px;
  overflow: auto;
}
.pickup-list-items .map-text-point {
  background: url("../img/v4/chevron-right.png") no-repeat calc(100% - 6px) center;
  box-sizing: border-box;
  padding-right: 32px;
  padding-bottom: 8px;
  border-bottom: 1px solid #CFCCC4;
  cursor: pointer;
}
.pickup-list-items .map-text-point .pickup-address {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.005em;
  color: #394345;
}
.pickup-list-items .map-text-point .pickup-phone {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.005em;
  color: #959A9D;
}
.pickup-list-items .map-text-point .mtp-info2, .pickup-list-items .map-text-point .pickup-full-address, .pickup-list-items .map-text-point .pickup-time {
  display: none;
}

.pickup .yymap-container .yymap {
  width: calc(100vw - 488px);
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1300;
}

.map-balloon-point {
  max-width: 300px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.map-balloon-point .y-pv-name {
  font-size: 15px;
  font-weight: 600;
}

.pickup .map-balloon-point .y-pv-howto-cont, .pickup .map-balloon-point .vps {
  display: none;
}

.v4-pickup-popup-content, .v4-filter-popup-content {
  width: 488px;
}
@media (max-width: 480px) {
  .v4-pickup-popup-content, .v4-filter-popup-content {
    width: 100%;
  }
}

/* endregion */
/* region MAGAZINE */
.v4-magazine-map-container {
  display: flex;
  height: 600px;
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}
@media (max-width: 480px) {
  .v4-magazine-map-container {
    width: 100%;
    box-sizing: border-box;
    overflow: auto;
    height: auto;
    flex-direction: column;
  }
}
.v4-magazine-map-container .v4-magazine-sub-popup {
  width: 488px;
  position: relative;
  background: #fff;
  height: 100%;
  box-sizing: border-box;
  padding: 32px 0 0 0;
}
@media (max-width: 480px) {
  .v4-magazine-map-container .v4-magazine-sub-popup {
    width: 100%;
    padding: 0 0 16px 0;
  }
}
.v4-magazine-map-container .v4-magazine-sub-popup .v4-magazine-tab-item {
  height: 100%;
}
.v4-magazine-map-container .v4-magazine-sub-popup .v4-magazine-tab-item .v4-magazine-pvz-info {
  padding-right: 32px;
}
.v4-magazine-map-container .v4-magazine-sub-popup .v2-pupup-close {
  position: absolute;
  top: 10px;
  right: 12px;
  cursor: pointer;
}
@media (max-width: 480px) {
  .v4-magazine-map-container .v4-magazine-sub-popup .v2-pupup-close {
    display: none;
  }
}
.v4-magazine-map-container .v4-magazine-sub-popup .v4-magazine-tab-flex-container {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.v4-magazine-map-container .v4-magazine-sub-popup .v4-magazine-tab-flex-container .header {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 33px;
  letter-spacing: 0.005em;
  color: #394345;
  margin-bottom: 32px;
}
@media (max-width: 480px) {
  .v4-magazine-map-container .v4-magazine-sub-popup .v4-magazine-tab-flex-container .header {
    display: none;
  }
}
.v4-magazine-map-container .v4-magazine-sub-popup .v4-magazine-tab-flex-container .v2-form {
  margin-right: 32px;
}
.v4-magazine-map-container .v4-magazine-items {
  flex-grow: 1;
  overflow: auto;
  margin-top: 32px;
}
@media (max-width: 480px) {
  .v4-magazine-map-container .v4-magazine-items {
    margin-top: 16px;
    height: 500px;
  }
}
.v4-magazine-map-container .v4-magazine-items .v4-magazine-item-city {
  display: none;
  flex-direction: column;
  gap: 16px;
}
.v4-magazine-map-container .v4-magazine-items .v4-magazine-item-city:first-child {
  display: flex;
}
.v4-magazine-map-container .v4-magazine-items .v4-magazine-item-city .v4-magazine-item {
  box-sizing: border-box;
  display: flex;
  padding: 0px 0px 16px;
  border-bottom: 1px solid #CFCCC4;
  gap: 16px;
  width: calc(100% - 19px);
  cursor: pointer;
}
.v4-magazine-map-container .v4-magazine-items .v4-magazine-item-city .v4-magazine-item .logo {
  width: 40px;
  height: 40px;
}
.v4-magazine-map-container .v4-magazine-items .v4-magazine-item-city .v4-magazine-item .logo img {
  width: 40px;
  height: auto;
}
.v4-magazine-map-container .v4-magazine-items .v4-magazine-item-city .v4-magazine-item .text {
  flex-grow: 1;
}
.v4-magazine-map-container .v4-magazine-items .v4-magazine-item-city .v4-magazine-item .text .address, .v4-magazine-map-container .v4-magazine-items .v4-magazine-item-city .v4-magazine-item .text .title {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.005em;
  color: #394345;
}
.v4-magazine-map-container .v4-magazine-items .v4-magazine-item-city .v4-magazine-item .text .title {
  color: #959A9D;
}
.v4-magazine-map-container .v4-magazine-items .v4-magazine-item-city .v4-magazine-item .chevron {
  padding-top: 10px;
}
.v4-magazine-map-container .magazine2-map {
  flex-grow: 1;
  position: relative;
}
@media (max-width: 480px) {
  .v4-magazine-map-container .magazine2-map {
    height: 500px;
  }
}
.v4-magazine-map-container .magazine2-map .magazine2-map-button {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 4;
}
@media (max-width: 480px) {
  .v4-magazine-map-container .magazine2-map .magazine2-map-button {
    display: none;
  }
}

/* endregion */
/* region BRANDS */
.v4-brands-page .v4-top-brands .title {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.005em;
  color: #394345;
  margin-bottom: 16px;
}
.v4-brands-page .v4-top-brands .items {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(176px, 1fr));
  gap: 32px;
}
@media (max-width: 480px) {
  .v4-brands-page .v4-top-brands .items {
    grid-template-columns: repeat(2, 1fr);
  }
}
.v4-brands-page .v4-top-brands .items .item {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px;
  overflow: hidden;
}
.v4-brands-page .v4-top-brands .items .item img {
  max-width: 176px;
  max-height: 100px;
}
@media (max-width: 480px) {
  .v4-brands-page .v4-top-brands .items .item img {
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
}
@media (max-width: 480px) {
  .v4-brands-page .v4-city-just-letters {
    top: 32px;
  }
}
.v4-brands-page .v4-city-letters {
  padding: 32px 0;
}
@media (max-width: 480px) {
  .v4-brands-page .v4-city-letters {
    padding: 16px 0;
  }
}
.v4-brands-page .v4-city-letters .last-eng {
  margin-right: 32px;
}
@media (max-width: 480px) {
  .v4-brands-page .v4-city-letters .last-eng {
    margin-right: 0;
  }
}
.v4-brands-page .v2-eng-brands, .v4-brands-page .v2-rus-brands {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.v4-brands-page .v2-eng-brands .v2-brand-item, .v4-brands-page .v2-rus-brands .v2-brand-item {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px 0px 16px;
  gap: 16px;
  border-bottom: 1px solid #CFCCC4;
}
.v4-brands-page .v2-eng-brands .v2-brand-item:last-child, .v4-brands-page .v2-rus-brands .v2-brand-item:last-child {
  border-bottom: none;
}
.v4-brands-page .v2-eng-brands .v2-brand-item .v2-brand-letter, .v4-brands-page .v2-rus-brands .v2-brand-item .v2-brand-letter {
  text-transform: uppercase;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 33px;
  letter-spacing: 0.005em;
  color: #394345;
}
.v4-brands-page .v2-eng-brands .v2-brand-item .v2-brand-cols4, .v4-brands-page .v2-rus-brands .v2-brand-item .v2-brand-cols4 {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(290px, 290px));
  gap: 16px 8px;
}

/* endregion*/
/* region DELIVERY */
.v4-delivery-form {
  flex-direction: row;
  display: flex;
  align-items: flex-end;
  gap: 16px;
  max-width: 825px !important;
}
@media (max-width: 480px) {
  .v4-delivery-form {
    flex-direction: column;
    align-items: normal;
  }
}
.v4-delivery-form .v4-form-item.input-item {
  flex-grow: 1;
}
.v4-delivery-form .autocomplete-suggestions {
  z-index: 2 !important;
  background: #fff;
}

.shipping_read_more {
  display: none;
}

.v4-delivery-item {
  padding-top: 32px;
}

.dh1 {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 0.005em;
  color: #394345;
  padding: 32px 0 0;
}

.dh2 {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 0.005em;
  color: #394345;
  padding-bottom: 8px;
}

.v4-dh-delivery-item {
  display: flex;
  gap: 8px;
}
.v4-dh-delivery-item .label-elem {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 0.005em;
  color: #959A9D;
}
@media (max-width: 480px) {
  .v4-dh-delivery-item .label-elem {
    line-height: 22px;
    margin-top: 8px;
  }
}
.v4-dh-delivery-item .data-elem {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 0.005em;
  color: #394345;
}
.v4-dh-delivery-item .data-elem.lh22 {
  line-height: 22px;
  padding-top: 6px;
}
@media (max-width: 480px) {
  .v4-dh-delivery-item .data-elem {
    line-height: 22px;
    margin-bottom: 8px;
  }
}

.shipping_read_more_btn {
  display: flex;
  gap: 16px;
  align-items: center;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.005em;
  color: #394345 !important;
  margin-top: 4px;
}
.shipping_read_more_btn .chevron-up {
  display: none;
}

.shipping_read_more {
  padding-top: 8px;
}

/* endregion*/
/* region MONEY */
.v2-content .v2-simple-page .v2-page-money-content h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 27px;
  letter-spacing: 0.005em;
  color: #394345;
  margin-bottom: 16px;
}

.v2-page-money-content {
  max-width: 810px;
}
.v2-page-money-content h3, .v2-page-money-content .collapse-item h3 {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 0.005em;
  color: #394345;
  margin-bottom: 0;
  padding: 0;
}
.v2-page-money-content .collapse-title.icon-nal {
  background-image: url("../img/v4/nal_24.png");
  background-position: right center;
  background-repeat: no-repeat;
}
@media (max-width: 480px) {
  .v2-page-money-content .collapse-title.icon-nal {
    padding-right: 30px;
  }
}
.v2-page-money-content .collapse-title.icon-card {
  background-image: url("../img/v4/credit-card_24.png");
  background-position: right center;
  background-repeat: no-repeat;
}
@media (max-width: 480px) {
  .v2-page-money-content .collapse-title.icon-card {
    padding-right: 30px;
  }
}
.v2-page-money-content .collapse-title.icon-halva {
  background-image: url("../img/v4/halva-logo_24.png");
  background-position: right center;
  background-repeat: no-repeat;
}
@media (max-width: 480px) {
  .v2-page-money-content .collapse-title.icon-halva {
    padding-right: 94px;
  }
}
.v2-page-money-content .collapse-title.icon-bank {
  background-image: url("../img/v4/bank_24.png");
  background-position: right center;
  background-repeat: no-repeat;
}
@media (max-width: 480px) {
  .v2-page-money-content .collapse-title.icon-bank {
    padding-right: 30px;
  }
}
.v2-page-money-content .collapse-title.icon-dolyami {
  background-image: url("../img/v4/dolyame-logo_24.png");
  background-position: right center;
  background-repeat: no-repeat;
}
@media (max-width: 480px) {
  .v2-page-money-content .collapse-title.icon-dolyami {
    padding-right: 124px;
  }
}
.v2-page-money-content .collapse-title.icon-split {
  background-image: url("../img/v4/split-logo_24.png");
  background-position: right center;
  background-repeat: no-repeat;
}
@media (max-width: 480px) {
  .v2-page-money-content .collapse-title.icon-split {
    padding-right: 124px;
  }
}
.v2-page-money-content .collapse-title.icon-nal.icon-card {
  background-image: url("../img/v4/nal_24.png"), url("../img/v4/credit-card_24.png");
  background-position: calc(100% - 32px) center, right center;
  background-repeat: no-repeat, no-repeat;
}
@media (max-width: 480px) and (max-width: 480px) {
  .v2-page-money-content .collapse-title.icon-nal.icon-card {
    padding-right: 70px;
  }
}

/* endregion*/
/* region BONUS program */
.bonus-program {
  display: flex;
  gap: 32px;
}
@media (max-width: 480px) {
  .bonus-program {
    flex-direction: column;
    gap: 8px;
  }
}
.bonus-program .bonus-program-item {
  padding: 16px 16px 16px 32px;
  background: #DCDDDE;
  border-radius: 8px;
  flex-grow: 1;
  min-width: 300px;
}
.bonus-program .bonus-program-item.bonus3000 {
  background: #F1F0ED;
}
.bonus-program .bonus-program-item.bonus5000 {
  background: #CEE4DF;
}
.bonus-program .bonus-program-item .text {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.005em;
  color: #394345;
  padding-bottom: 16px;
}
.bonus-program .bonus-program-item .percent {
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 49px;
  letter-spacing: 0.005em;
  color: #394345;
  padding-bottom: 4px;
}
.bonus-program .bonus-program-item .title {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 27px;
  letter-spacing: 0.005em;
  color: #394345;
}

/* endregion*/
/* region OFFICE */
.v4-office-cols {
  display: flex;
  gap: 32px;
}
@media (max-width: 480px) {
  .v4-office-cols {
    flex-direction: column;
  }
}
.v4-office-cols .v4-office-map {
  flex-grow: 1;
  height: 600px;
}
@media (max-width: 480px) {
  .v4-office-cols .v4-office-map {
    height: 250px;
  }
}
.v4-office-cols .v4-office-map iframe {
  width: 100% !important;
}
@media (max-width: 480px) {
  .v4-office-cols .v4-office-map iframe {
    height: 250px;
  }
}

/* endregion*/
/* region lk */
.v4-sposobi-oplati .v4-radio-cont {
  gap: 24px !important;
}
.v4-sposobi-oplati .v4-radio-elem {
  box-sizing: border-box;
  padding-bottom: 24px;
  border-bottom: 1px solid #CFCCC4;
}
.v4-sposobi-oplati .v4-radio-elem.radio-payment-id-7 {
  background-image: url("../img/v4/credit-card_24.png");
  background-position: right -3px;
  background-repeat: no-repeat;
}
.v4-sposobi-oplati .v4-radio-elem.radio-payment-id-1 {
  background-image: url("../img/v4/nal_24.png");
  background-position: right -3px;
  background-repeat: no-repeat;
}
.v4-sposobi-oplati .v4-radio-elem.radio-payment-id-4 {
  background-image: url("../img/v4/package_24.png");
  background-position: right -3px;
  background-repeat: no-repeat;
}
.v4-sposobi-oplati .v4-radio-elem.radio-payment-id-8, .v4-sposobi-oplati .v4-radio-elem.radio-payment-id-2 {
  background-image: url("../img/v4/bank_24.png");
  background-position: right -3px;
  background-repeat: no-repeat;
}
.v4-sposobi-oplati .v4-radio-elem.radio-payment-id-10 {
  background-image: url("../img/v4/dolyame-logo_24.png");
  background-position: right 0px;
  background-repeat: no-repeat;
}
.v4-sposobi-oplati .v4-radio-elem.radio-payment-id-11 {
  background-image: url("../img/v4/pay-logo_16.png");
  background-position: right 0px;
  background-repeat: no-repeat;
}
.v4-sposobi-oplati .v4-radio-elem.radio-payment-id-12 {
  background-image: url("../img/v4/split2-logo_16.png");
  background-position: right 0px;
  background-repeat: no-repeat;
}

.v4-header-icon-user, .v4-header-icon-cart {
  position: relative;
}

.v4-header-icon-cart .v4-cart-total, .v4-mobile-footer-menu .v4-cart-total {
  position: absolute;
  top: -6px;
  right: -5px;
  background: #5CA595;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  letter-spacing: 0.005em;
  color: #FFFFFF;
}
.v4-header-icon-cart .v4-cart-total.big, .v4-mobile-footer-menu .v4-cart-total.big {
  position: absolute;
  top: -7px;
  right: -7px;
  width: 18px;
  height: 18px;
  font-size: 11px;
  line-height: 18px;
}

.v4-header-icon-cart-item-footer a {
  position: relative;
}
.v4-header-icon-cart-item-footer a .v4-cart-total {
  top: -3px;
  right: 7px;
}

.v4-lk-submenu {
  display: none;
  flex-direction: column;
  padding: 16px 0;
  position: absolute;
  top: 24px;
  right: 10px;
  background: #fff;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1), 0px 24px 40px rgba(0, 0, 0, 0.04);
  border-radius: 6px;
}
.v4-lk-submenu ul {
  list-style: none;
}
.v4-lk-submenu ul li a {
  white-space: nowrap;
  display: flex;
  padding: 8px 16px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.005em;
  color: #394345;
  text-decoration: none;
}
.v4-lk-submenu ul li a:hover {
  background: #E7E5E1;
}
.v4-lk-submenu ul li:last-child a {
  color: #959A9D;
}

.v4-del-lk-popup .v4-submit-buttons {
  display: flex;
  gap: 32px;
}
.v4-del-lk-popup .v4-submit-buttons button {
  flex: 1;
}

.v4-lk-container {
  padding: 32px 0 0 0;
  display: flex;
  gap: 32px;
}
.v4-lk-container.v4-after-order-container {
  padding: 0 0 0 0;
  display: block;
}
@media (max-width: 480px) {
  .v4-lk-container {
    padding: 0 0 0 0;
    display: block;
  }
  .v4-lk-container .mycol1 {
    display: none;
  }
}
.v4-lk-container ul.mymenu-left {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 0;
}
.v4-lk-container ul.mymenu-left li a {
  min-width: 280px;
  box-sizing: border-box;
  display: flex;
  padding: 8px 40px 8px 8px;
  background: #E7E5E1;
  border-radius: 6px;
  background: url("../img/v4/chevron-right_24.png") no-repeat calc(100% - 8px) center;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  align-items: center;
  letter-spacing: 0.005em;
  color: #394345;
  text-decoration: none !important;
}
.v4-lk-container ul.mymenu-left li.active a {
  background-color: #E7E5E1;
}
.v4-lk-container ul.mymenu-left li a:hover {
  background-color: #F5F5F3;
}
.v4-lk-container .dz-message {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 24px;
  height: 24px;
  background: none !important;
}
.v4-lk-container .dz-label {
  width: 140px;
  height: 140px;
  font-style: normal;
  font-weight: 500;
  font-size: 48px;
  line-height: 140px;
  text-align: center;
  letter-spacing: 0.005em;
  color: #394345;
}
.v4-lk-container .lk-photo-load-cont {
  padding-bottom: 16px;
  position: relative;
}
@media (max-width: 480px) {
  .v4-lk-container .lk-photo-load-cont {
    display: flex;
    justify-content: center;
  }
}
.v4-lk-container .lk-photo-load-cont .dropzone {
  width: 140px !important;
  height: 140px !important;
  background-color: #DEEDEA !important;
  border-radius: 44.5455px !important;
  cursor: pointer;
  position: relative;
  overflow: visible;
}
@media (max-width: 480px) {
  .v4-lk-container .lk-photo-load-cont .dropzone {
    width: 80px !important;
    height: 80px !important;
    border-radius: 24px !important;
  }
  .v4-lk-container .lk-photo-load-cont .dropzone .dz-label {
    width: 80px !important;
    height: 80px !important;
    line-height: 80px !important;
  }
}
.v4-lk-container .lk-photo-load-cont .dropzone.have-avatar {
  background-size: cover !important;
}
.v4-lk-container #loading-imgmy {
  display: none;
  position: absolute !important;
  top: 50%;
  width: 50px;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
}
.v4-lk-container .dz-remove {
  background: url(../imgv2/dele_i.png) no-repeat;
  text-indent: -9999px;
  background-size: auto 100%;
  margin-top: 8px;
  width: 16px;
  height: 16px;
  cursor: pointer;
}
.v4-lk-container .dz-crop-file {
  background: url(../imgv2/crop_i.png) no-repeat;
  text-indent: -9999px;
  margin-top: 7px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  background-size: cover;
}
.v4-lk-container .del-crop-container {
  display: flex;
  justify-content: center;
  gap: 8px;
}
.v4-lk-container .v4-lk-personal-form {
  min-width: 360px;
}
.v4-lk-container .autocomplete-suggestions {
  z-index: 2 !important;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1), 0 24px 40px rgba(0, 0, 0, 0.04);
  border-radius: 6px;
}
.v4-lk-container .v4-del-lk {
  color: #dc2626 !important;
  font-size: 12px;
  text-decoration: none !important;
}
.v4-lk-container .v4-del-lk:hover {
  text-decoration: underline !important;
}
.v4-lk-container .v4-lk-central {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.v4-lk-container .v4-lk-central .v4-lk-central-cont {
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: center;
}
@media (max-width: 480px) {
  .v4-lk-container .v4-lk-central .v4-lk-central-cont.v4-lk-central-cont-mtop {
    margin-top: 32px;
    gap: 16px;
  }
  .v4-lk-container .v4-lk-central .v4-lk-central-cont.v4-lk-central-cont-mtop .v4-central-button {
    width: 100%;
  }
  .v4-lk-container .v4-lk-central .v4-lk-central-cont.v4-lk-central-cont-mtop .v4-central-button a {
    width: auto !important;
  }
}
.v4-lk-container .v4-lk-central .v4-lk-central-cont .v4-central-title {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 27px;
  text-align: center;
  letter-spacing: 0.005em;
  color: #5CA595;
}
.v4-lk-container .v4-lk-central .v4-lk-central-cont .v4-central-text {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  letter-spacing: 0.005em;
  color: #394345;
}
.v4-lk-container .v4-order-item {
  display: flex;
  flex-direction: column;
  gap: 32px;
  box-sizing: border-box;
  padding: 32px 0px;
  border-bottom: 1px solid #CFCCC4;
}
.v4-lk-container .v4-order-item:hover {
  cursor: pointer;
}
@media (max-width: 480px) {
  .v4-lk-container .v4-order-item {
    gap: 8px;
  }
}
.v4-lk-container .v4-order-item .line-info {
  display: flex;
  gap: 32px;
}
@media (max-width: 480px) {
  .v4-lk-container .v4-order-item .line-info {
    flex-direction: column;
  }
}
.v4-lk-container .v4-order-item .line-info .general {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (max-width: 480px) {
  .v4-lk-container .v4-order-item .line-info .general {
    gap: 0px;
  }
}
.v4-lk-container .v4-order-item .line-info .general .general-line1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
}
@media (max-width: 480px) {
  .v4-lk-container .v4-order-item .line-info .general .general-line1 {
    justify-content: flex-end;
    align-items: center;
    gap: 8px;
    flex-direction: row-reverse;
  }
  .v4-lk-container .v4-order-item .line-info .general .general-line1 .money, .v4-lk-container .v4-order-item .line-info .general .general-line1 .moneyO {
    flex: 1 1 100%;
    text-align: right;
  }
}
.v4-lk-container .v4-order-item .line-info .general .general-line1 .copy {
  height: 24px;
  cursor: pointer;
}
@media (max-width: 480px) {
  .v4-lk-container .v4-order-item .line-info .general .general-line1 .copy {
    display: none;
  }
}
.v4-lk-container .v4-order-item .line-info .general .general-line1 .num-copy {
  display: flex;
  gap: 8px;
}
.v4-lk-container .v4-order-item .line-info .general .general-line1 .num-copy .num {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.005em;
  color: #959A9D;
}
@media (max-width: 480px) {
  .v4-lk-container .v4-order-item .line-info .general .general-line1 .num-copy .num {
    color: #394345;
  }
}
.v4-lk-container .v4-order-item .line-info .general .general-line2 {
  display: flex;
  gap: 16px;
}
@media (max-width: 480px) {
  .v4-lk-container .v4-order-item .line-info .general .general-line2 {
    justify-content: space-between;
  }
}
.v4-lk-container .v4-order-item .line-info .general .general-line2 .dd-col1 {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 0.005em;
  color: #959A9D;
}
.v4-lk-container .v4-order-item .line-info .general .general-line2 .dd-info-col2 {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 0.005em;
  color: #394345;
  text-align: right;
}
.v4-lk-container .v4-order-item .line-info .images {
  flex-grow: 1;
  overflow: hidden;
}
.v4-lk-container .v4-order-item .line-info .images img {
  max-height: 122px;
  width: auto;
  height: auto;
}
.v4-lk-container .v4-order-item .line-info .money .payment-status, .v4-lk-container .v4-order-item .line-info .moneyO .payment-status {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.005em;
  color: #394345;
  text-align: right;
}
.v4-lk-container .v4-order-item .line-info .money .payment-status.payment-status-1, .v4-lk-container .v4-order-item .line-info .moneyO .payment-status.payment-status-1 {
  color: #16A34A;
}
.v4-lk-container .v4-order-item .line-info .money .payment-status.payment-status-2, .v4-lk-container .v4-order-item .line-info .moneyO .payment-status.payment-status-2 {
  color: #CA8A04;
}
.v4-lk-container .v4-order-item .line-info .money .total-cost, .v4-lk-container .v4-order-item .line-info .moneyO .total-cost {
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 41px;
  letter-spacing: 0.005em;
  color: #394345;
}
@media (max-width: 480px) {
  .v4-lk-container .v4-order-item .line-info .money .total-cost, .v4-lk-container .v4-order-item .line-info .moneyO .total-cost {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.005em;
    color: #394345;
  }
}
.v4-lk-container .v4-order-item .line-info .moneyO {
  display: flex;
  justify-content: flex-end;
}
.v4-lk-container .v4-order-item .line-buttons {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 480px) {
  .v4-lk-container .v4-order-item .line-buttons {
    flex-direction: column-reverse;
    gap: 16px;
  }
  .v4-lk-container .v4-order-item .line-buttons a {
    width: 100% !important;
    box-sizing: border-box !important;
  }
}
.v4-lk-container .v4-order-item .line-buttons .primary-buttons {
  display: flex;
  gap: 16px;
}
@media (max-width: 480px) {
  .v4-lk-container .v4-order-item .line-buttons .primary-buttons {
    flex-direction: column;
  }
}
.v4-lk-container .v4-cardbalance-card {
  gap: 20px;
  margin-bottom: 32px;
}
.v4-lk-container .v4-cardbalance-card .v4-cardbalance-account-item {
  flex-direction: row;
  border: none;
  padding: 0;
  padding-right: 16px;
}
.v4-lk-container .v4-cardbalance-card .v4-cardbalance-account-item .title {
  width: auto;
  flex: 0 0 33.333%;
}
.v4-lk-container .v4-cardbalance-card .v4-cardbalance-account-item .sum {
  width: auto;
  flex: 0 0 33.333%;
  text-align: right;
}
.v4-lk-container .v4-cardbalance-card .v4-cardbalance-account-item .to {
  width: auto;
  flex: 0 0 33.333%;
  text-align: right;
}
.v4-lk-container .v4-lk-loyality-block {
  box-sizing: border-box;
  padding: 16px 32px 24px;
  border: 1px solid #959A9D;
  border-radius: 8px;
  margin-bottom: 32px;
}
.v4-lk-container .v4-lk-loyality-block.color-5 {
  background: #dcddde;
  border: none;
}
.v4-lk-container .v4-lk-loyality-block.color-10 {
  background: #f1f0ed;
  border: none;
}
.v4-lk-container .v4-lk-loyality-block.color-15 {
  background: #cee4df;
  border: none;
}
.v4-lk-container .v4-lk-loyality-block .bonusov {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.005em;
  color: #394345;
  margin-bottom: 24px;
}
.v4-lk-container .v4-lk-loyality-block .percent {
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 49px;
  letter-spacing: 0.005em;
  color: #394345;
  margin-bottom: 8px;
}
.v4-lk-container .v4-lk-loyality-block .level {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 27px;
  letter-spacing: 0.005em;
  color: #394345;
}
.v4-lk-container .v4-form-step .v4-form-item {
  max-width: 352px;
}
.v4-lk-container .v4-form-step h5 {
  margin-top: 32px;
}

.v4-orderpay-popup-content, .v4-ordercancel-popup-content {
  width: 488px;
}
@media (max-width: 480px) {
  .v4-orderpay-popup-content, .v4-ordercancel-popup-content {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .v4-orderpay-popup-content {
    overflow-x: hidden;
    position: relative;
  }
  .v4-orderpay-popup-content.has-fixed-btn {
    padding-bottom: 102px;
  }
  .v4-orderpay-popup-content .v4-form-item.submit-item {
    background: #fff;
    width: calc(100vw - 32px);
    margin-left: -16px;
    padding: 32px 16px;
    box-shadow: none;
    transition: box-shadow 0.2s ease;
  }
  .v4-orderpay-popup-content .v4-form-item.submit-item.is-fixed {
    bottom: 0;
    left: 16px;
    position: fixed;
    box-shadow: 0px 24px 40px rgba(0, 0, 0, 0.04), 0px 2px 8px rgba(0, 0, 0, 0.1);
  }
}

@media (max-width: 480px) {
  .mycol2.has-fixed-btn {
    padding-bottom: 194px;
  }
}

.v2-my-order-info {
  display: flex;
  gap: 32px;
}
@media (max-width: 480px) {
  .v2-my-order-info {
    flex-direction: column;
  }
  .v2-my-order-info .v4-oreder-info-page-cart.is-fixed {
    position: fixed;
    bottom: 72px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.25);
    width: 100%;
    left: 0;
    padding: 0 8px;
    background: #fff;
    box-sizing: border-box;
    padding-top: 24px;
  }
}

@media (max-width: 480px) {
  .css-lk-single-order .v2-content .name h1 {
    display: none;
  }
}

.v4-oreder-info-page-cart-block {
  box-sizing: border-box;
  gap: 32px;
  display: flex;
  flex-direction: column;
  padding: 32px;
  width: 349px;
  background: #FFFFFF;
  box-shadow: 0px 2px 10px rgba(9, 9, 11, 0.15);
  border-radius: 8px;
}
@media (max-width: 480px) {
  .v4-oreder-info-page-cart-block {
    gap: 16px;
    padding: 8px 0 0 0;
    width: auto;
    box-shadow: none;
    border-radius: 0px;
  }
}
.v4-oreder-info-page-cart-block .v4-status-total .pay-status {
  display: flex;
  flex-direction: row;
  padding: 0px;
  gap: 24px;
  justify-content: space-between;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.005em;
  color: #394345;
  margin-bottom: 16px;
}
@media (max-width: 480px) {
  .v4-oreder-info-page-cart-block .v4-status-total .pay-status {
    margin-bottom: 8px;
  }
}
.v4-oreder-info-page-cart-block .v4-status-total .total {
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 41px;
  letter-spacing: 0.005em;
  color: #394345;
  display: flex;
  flex-direction: row;
  padding: 0px;
  gap: 24px;
  justify-content: space-between;
}
@media (max-width: 480px) {
  .v4-oreder-info-page-cart-block .v4-status-total .total {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 0.005em;
    color: #394345;
  }
  .v4-oreder-info-page-cart-block .v4-status-total .total div {
    font-weight: 700;
  }
}
.v4-oreder-info-page-cart-block .v4-buttons {
  gap: 16px;
  display: flex;
  flex-direction: column;
}

.v4-order-status-label {
  display: flex;
  padding: 2px 8px;
  background: #CFCCC4;
  border-radius: 4px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.005em;
  color: #394345;
}
@media (max-width: 480px) {
  .v4-order-status-label {
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.005em;
    padding: 2px 4px;
  }
}
.v4-order-status-label.status-color-4 {
  background: #DC2626;
  color: #fff;
}
.v4-order-status-label.status-color-3 {
  background: #000;
  color: #fff;
}
.v4-order-status-label.status-color-6 {
  background: #16A34A;
  color: #fff;
}

.v4-oreder-info-page {
  flex-grow: 1;
}
@media (max-width: 480px) {
  .v4-oreder-info-page {
    padding-top: 8px;
  }
}
.v4-oreder-info-page .v4-auth-forgot-tab {
  display: flex;
}
.v4-oreder-info-page .v4-order-status-label {
  margin: 0 0 32px 0;
  width: fit-content;
}
@media (max-width: 480px) {
  .v4-oreder-info-page .v4-order-status-label {
    margin: 0 0 16px 0;
  }
}
.v4-oreder-info-page .v4-order-status-info-block {
  margin-bottom: 32px;
  display: grid;
  grid-template-columns: max-content 1fr;
  gap: 24px 16px;
}
.v4-oreder-info-page .v4-order-status-info-block .v4-order-status-info-block-line {
  display: contents;
}
.v4-oreder-info-page .v4-order-status-info-block .v4-order-status-info-block-line .label {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 0.005em;
  color: #959A9D;
}
.v4-oreder-info-page .v4-order-status-info-block .v4-order-status-info-block-line .data {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 0.005em;
  color: #394345;
}
.v4-oreder-info-page .v4-order-status-info-block .v4-order-status-info-block-line .data .data-address {
  color: #959A9D;
}

.v4-order-detailed-item {
  width: 100%;
  cursor: pointer;
  box-sizing: border-box;
  display: flex;
  padding: 32px 0px;
  gap: 16px;
  border-bottom: 1px solid #CFCCC4;
}
.v4-order-detailed-item .img, .v4-order-detailed-item .img img {
  width: 100px;
  height: auto;
}
.v4-order-detailed-item .info {
  display: flex;
  flex-direction: column;
  gap: 16px;
  flex-grow: 1;
}
.v4-order-detailed-item .info .name-article-price {
  display: flex;
}
@media (max-width: 480px) {
  .v4-order-detailed-item .info .name-article-price {
    justify-content: space-between;
  }
}
.v4-order-detailed-item .info .name-article-price .price {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.005em;
  color: #394345;
}
.v4-order-detailed-item .info .name-article {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  gap: 8px;
}
.v4-order-detailed-item .info .name-article .name {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.005em;
  color: #394345;
}
.v4-order-detailed-item .info .name-article .article {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.005em;
  color: #959A9D;
}
.v4-order-detailed-item .info .size-count {
  display: flex;
  gap: 16px;
}
@media (max-width: 480px) {
  .v4-order-detailed-item .info .size-count {
    justify-content: space-between;
  }
}
.v4-order-detailed-item .info .size-count .size, .v4-order-detailed-item .info .size-count .count {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.v4-order-detailed-item .info .size-count .el {
  min-width: 80px;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.005em;
  color: #394345;
}
.v4-order-detailed-item .price {
  min-width: 112px;
  text-align: right;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 27px;
  letter-spacing: 0.005em;
  color: #394345;
}
.v4-order-detailed-item .checkbox-item {
  justify-content: center;
}

.v4-favorite-items-holder {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 16px 0px; /* расстояние между карточками */
}
@media (max-width: 480px) {
  .v4-favorite-items-holder {
    gap: 8px 0px;
    grid-template-columns: repeat(auto-fill, minmax(167px, 1fr));
  }
}
.v4-favorite-items-holder .fav-cat-add, .v4-favorite-items-holder .fav-cat-del {
  display: block !important;
}

.v2-newbonus-lk-block {
  padding: 32px;
  margin: 16px 0 32px 0;
  background: #CFCCC4;
}
.v2-newbonus-lk-block .v4-newbonus-title {
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 49px;
  letter-spacing: 0.005em;
  color: #394345;
  margin-bottom: 32px;
}

.v4-loyality-hist-block {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.v4-loyality-hist-block .item {
  display: flex;
  gap: 16px;
}
.v4-loyality-hist-block .item .info {
  width: calc(70% - 16px);
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.v4-loyality-hist-block .item .info .event {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.005em;
  color: #394345;
}
.v4-loyality-hist-block .item .info .date {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.005em;
  color: #959A9D;
}
.v4-loyality-hist-block .item .summ {
  width: 30%;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  text-align: right;
  letter-spacing: 0.005em;
  color: #16A34A;
}
.v4-loyality-hist-block .item .summ.black-summ {
  color: #000;
}

.v4-form-step .v4-form-item {
  margin-bottom: 16px;
}
@media (max-width: 480px) {
  .v4-form-step .v4-form-item {
    align-items: normal;
  }
  .v4-form-step .v4-form-item svg {
    position: relative;
    top: 5px;
  }
}

/* endregion*/
/* region catalog */
@media (max-width: 480px) {
  .catalog-show-more-cont {
    display: none;
  }
}

.v2-product-hover {
  display: none;
}

.catalog-all-items {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
  gap: 16px 16px; /* расстояние между карточками */
}
@media (max-width: 480px) {
  .catalog-all-items {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px 12px;
  }
}

.v4-catalog-header-total-items {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.005em;
  color: #A1A1AA;
  margin-left: 16px;
  display: inline-block;
}

.v4-catalog-top-block {
  padding: 32px 0;
  display: flex;
  gap: 24px;
  flex-direction: column;
}
@media (max-width: 480px) {
  .v4-catalog-top-block {
    padding: 8px 0;
  }
}

.footer-page-catalog-links-cont {
  width: calc(100% - 108px);
}
.footer-page-catalog-links-cont .bx-wrapper .bx-controls-direction a.bx-prev {
  width: 24px;
  height: 24px;
  background: url("../img/v4/chevron_down_24_grey.png");
  transform: rotate(90deg);
  left: auto !important;
  right: -54px !important;
  top: 19px !important;
  font-size: 0;
}
.footer-page-catalog-links-cont .bx-wrapper .bx-controls-direction a.bx-prev:hover {
  background: url("../img/v4/chevron-down_24.png");
}
.footer-page-catalog-links-cont .bx-wrapper .bx-controls-direction a.bx-next {
  width: 24px;
  height: 24px;
  background: url("../img/v4/chevron_down_24_grey.png");
  transform: rotate(-90deg);
  right: -103px !important;
  top: 19px !important;
  font-size: 0;
}
.footer-page-catalog-links-cont .bx-wrapper .bx-controls-direction a.bx-next:hover {
  background: url("../img/v4/chevron-down_24.png");
}
@media (max-width: 480px) {
  .footer-page-catalog-links-cont {
    width: auto;
  }
  .footer-page-catalog-links-cont .bx-viewport {
    height: 26px !important;
  }
  .footer-page-catalog-links-cont .bx-controls {
    display: none !important;
  }
}

.footer-page-catalog-links {
  display: flex;
  gap: 16px;
}
@media (max-width: 480px) {
  .footer-page-catalog-links {
    height: 26px;
  }
}
.footer-page-catalog-links a {
  justify-content: center;
  padding: 2px 8px;
  background: #EDEEEF;
  border-radius: 100px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: 0.005em;
  color: #394345 !important;
  text-decoration: none !important;
  white-space: nowrap;
}

.v4-catalog-top-filter-sort {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 480px) {
  .v4-catalog-top-filter-sort .bx-viewport {
    height: 40px !important;
  }
}

.v4-catalog-filters-button {
  box-sizing: border-box;
  padding: 7px 12px;
  height: 38px;
  border: 1px solid #394345;
  border-radius: 8px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  display: flex;
  gap: 8px;
  align-items: center;
  letter-spacing: 0.005em;
  color: #394345;
  cursor: pointer;
}
@media (max-width: 480px) {
  .v4-catalog-filters-button {
    border: none;
    padding-left: 0;
  }
}

.v4-catalog-sort-button {
  width: 200px;
}
.v4-catalog-sort-button .v2-form .v4-form-item.select-item select {
  cursor: pointer;
  background-position: calc(100% - 14px) 16px;
  color: #394345;
  border: 1px solid #394345;
}
@media (max-width: 480px) {
  .v4-catalog-sort-button .v2-form .v4-form-item.select-item select {
    border: none;
    text-align: right;
    padding-right: 40px;
  }
}

.ui-dialog.ui-widget.ui-widget-filters {
  right: auto !important;
  left: 0 !important;
}

@media (max-width: 480px) {
  #filter_generator {
    padding-bottom: 72px;
  }
}

@media (max-width: 480px) {
  .v4-show-filter-products-button-cont.is-fixed {
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    padding: 32px 16px;
    box-sizing: border-box;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.25);
    background: #fff;
  }
}

.filter .filter-head-head {
  height: 38px;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  display: flex;
  align-items: center;
  letter-spacing: 0.005em;
  color: #394345;
  background: url(../img/v4/filter_closed.png) no-repeat right center;
  cursor: pointer;
}
.filter .filter-head-head b, .filter .filter-head-head strong {
  font-weight: 500 !important;
}
.filter .filter-head-head.v2-opened-filter {
  background: url(../img/v4/filter_opened.png) no-repeat right center;
}
.filter .filter-head-head .v4-filter-heading {
  display: flex;
  padding-right: 32px;
  box-sizing: border-box;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.filter .filter-head-head .v4-filter-heading .panelbg {
  display: none;
}
.filter .filter-head-head .v4-filter-heading .v4-filter-heading-part1 {
  align-items: center;
  display: flex;
}
.filter .filter-head-head .v4-filter-heading .v4-total-in-filter-clear {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  display: flex;
  align-items: center;
  letter-spacing: 0.005em;
  color: #959A9D;
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
}
.filter .filterall.filtername_fseason .filter-one-search {
  display: none;
}
.filter .filterall {
  margin-bottom: 14px;
}
.filter .filterall .filter_place {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.filter .filterall .filter_place li {
  display: block;
}
.filter .filterall .filter_place li label {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}
.filter .filterall .filter_place li label .styled-checkbox {
  background: url(../img/v4/filter_not_checked.png) no-repeat center center;
  width: 16px;
  height: 16px;
}
.filter .filterall .filter_place li label .styled-checkbox.checked {
  background: url(../img/v4/filter_checked.png) no-repeat center center;
}
.filter .filterall .filter_place li label .styled-checkbox input {
  display: none;
}
.filter .filterall .filter_place li label span {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.005em;
  color: #394345;
  text-transform: lowercase;
}
.filter .filterall .filter_place li label span .fletter {
  text-transform: uppercase;
}
.filter .filterall.v4-filter-block-data_shop-handler .filter_place li label span.span1-f {
  text-transform: inherit;
}
.filter .v4-selected-filters {
  display: none;
}
.filter .ffaa .filterbody {
  padding-top: 6px;
}
.filter .ffaa .filter-color-icon {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  margin-right: 8px;
  display: inline-block;
  position: relative;
  top: 3px;
}
.filter .ffaa .v4-for-jspane {
  max-height: 255px;
}
@media (max-width: 480px) {
  .filter .ffaa .v4-for-jspane .jspPane {
    position: relative;
  }
}
.filter .ffaa.v4-just-one-filter-ffaa .v4-for-jspane {
  max-height: calc(100vh - 210px) !important;
}
.filter .ffaa .filter-one-search {
  display: none;
  width: 100% !important;
  margin-bottom: 8px;
}
.filter .ffaa .filter-one-search input {
  display: flex;
  width: 100%;
  box-sizing: border-box;
  padding: 10px 16px 10px 48px;
  background: #EDEEEF url(../img/v4/search_item_icon.png) 16px center no-repeat;
  border-radius: 6px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.005em;
  color: #959A9D;
  outline: none;
  border: none;
}
.filter .ffaa .jspVerticalBar {
  width: 12px;
  background: none;
}
.filter .ffaa .jspTrack {
  background: none;
}
.filter .ffaa .jspDrag {
  background: #CACDCE;
  left: 5px;
  width: 6px;
  border-radius: 4px;
}
.filter .ffaa .filtername_fsize .filter_place {
  flex-direction: row;
  flex-wrap: wrap;
}
.filter .ffaa .filtername_fsize .filter_place li {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0px 12px;
  border: 1px solid #394345;
  border-radius: 8px;
  height: 38px;
  cursor: pointer;
}
.filter .ffaa .filtername_fsize .filter_place li.haschecked {
  background: #5CA595;
}
.filter .ffaa .filtername_fsize .filter_place li.haschecked label span {
  color: #fff;
}
.filter .ffaa .filtername_fsize .filter_place li label span {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  display: flex;
  align-items: center;
  letter-spacing: 0.005em;
  color: #394345;
}
.filter .ffaa .filtername_fsize .filter_place li .styled-checkbox {
  display: none;
}
.filter .v4-just-one-filter.filter-head-head {
  background: none;
}
.filter .v4-just-one-filter.filter-head-head .v4-filter-heading {
  justify-content: flex-start;
}
.filter .v4-just-one-filter.filter-head-head .v4-total-in-filter-clear {
  position: relative;
  top: 3px;
  left: 16px;
}
.filter .v4-just-one-filter.filter-head-head .v4-filter-heading-part1 b {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 33px;
  letter-spacing: 0.005em;
  color: #394345;
}

.v4-total-in-filter {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 23px;
  text-align: center;
  letter-spacing: 0.005em;
  color: #FFFFFF;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0px;
  width: 24px;
  height: 24px;
  background: #5CA595;
  border-radius: 100px;
  margin-left: 8px;
}

.v4-selected-filters-reset-all-button-handler {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  display: none;
  letter-spacing: 0.005em;
  color: #959A9D;
  margin-left: 16px;
  position: relative;
  top: 5px;
  cursor: pointer;
}

.v4-filter-popup-content h5 {
  display: flex;
  align-items: center;
}

.ui-dialog.ui-widget.ui-widget-filters .v2-pupup-close {
  right: 12px;
}

.v4-filter-price-container {
  display: flex;
  align-items: center;
  gap: 10px;
}
.v4-filter-price-container .v4-form-item.input-item input[type=text] {
  color: #394345;
}

.v4-filter-city-select {
  margin-bottom: 8px;
}

.catalog-footer-pagenav-inner {
  padding-top: 16px;
}
.catalog-footer-pagenav-inner .news-pagination .news-page-item {
  text-decoration: none;
  color: #394345;
}
.catalog-footer-pagenav-inner .news-pagination .news-page-item.active {
  color: #fff;
}
.catalog-footer-pagenav-inner .news-pagination .news-page-item:hover {
  text-decoration: none;
}

.footer-page-text {
  padding-top: 64px;
}

.v4-fast-filters-and-filters {
  display: flex;
  gap: 16px;
}
@media (max-width: 480px) {
  .v4-fast-filters-and-filters {
    margin-bottom: 16px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .v4-fast-filters-and-filters::-webkit-scrollbar {
    display: none;
  }
}
.v4-fast-filters-and-filters .v4-catalog-filters-button {
  cursor: pointer;
  position: relative;
}
.v4-fast-filters-and-filters .v4-catalog-filters-button .v4-total-in-filter {
  position: absolute;
  right: 11px;
}
.v4-fast-filters-and-filters .v4-fast-filter-item {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: 0.005em;
  color: #394345;
  background: url("../img/v4/chevron-down_24.png") no-repeat calc(100% - 16px) center;
  flex-direction: row;
  justify-content: center;
  padding: 7px 48px 7px 16px;
  border: 1px solid #CACDCE;
  border-radius: 100px;
  cursor: pointer;
}
@media (max-width: 480px) {
  .v4-fast-filters-and-filters .v4-fast-filter-item {
    flex: 0 0 auto; /* ключ */
    scroll-snap-align: start; /* прилипание */
    white-space: nowrap;
  }
}
.v4-fast-filters-and-filters .v4-fast-filter-item.v4-fast-filtered-element {
  padding-right: 16px;
  background: none;
}

.v4-clear-fast-filters {
  cursor: pointer;
}

.v4-catalog-filters-sorting-mobile {
  display: flex;
  justify-content: space-between;
  margin-bottom: 4px;
}

/* endregion */
/* region PRODUCT*/
.css-product .path, .css-product .v4-product-mobile-path {
  display: flex;
  gap: 16px;
}
.css-product .path .back_to_catalog_link, .css-product .v4-product-mobile-path .back_to_catalog_link {
  display: flex;
  padding-right: 8px;
  padding-left: 32px;
  background: url("../img/v4/back_to_catalog_24.png") no-repeat left center;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  /* identical to box height */
  text-align: center;
  letter-spacing: 0.005em;
  color: #5CA595;
  text-decoration: none !important;
}

@media (max-width: 480px) {
  .css-product .back_to_catalog_link {
    text-indent: -99999px;
    width: 24px;
    height: 24px;
    background: url("../img/v4/arrow-long-left_24.png");
    position: absolute;
    top: 4px;
    left: 0;
  }
}

.css-product .v4-product-mobile-path {
  overflow-x: hidden;
  width: 100%;
  touch-action: pan-y; /* разрешаем горизонтальный drag */
}
.css-product .v4-product-mobile-path ol {
  display: flex;
  width: max-content;
  white-space: nowrap;
}

@media (max-width: 480px) {
  .css-product .path {
    display: none;
  }
}

.product-new-wrapper {
  display: flex;
  gap: 32px;
}
@media (max-width: 480px) {
  .product-new-wrapper {
    flex-direction: column;
  }
}
.product-new-wrapper .product-col1 {
  flex: 1 1 auto; /* резиновая колонка */
  min-width: 0; /* ВАЖНО: чтобы контент не ломал flex */
  box-sizing: border-box;
}
.product-new-wrapper .product-col2 {
  flex: 0 0 394px;
  width: 394px;
  box-sizing: border-box;
}
@media (max-width: 480px) {
  .product-new-wrapper .product-col2 {
    flex: 0 0 1;
    width: auto;
  }
}

.v4-product-basic-gallery {
  position: relative;
}
@media (max-width: 480px) {
  .v4-product-basic-gallery {
    margin-bottom: 40px; /* резерв под абсолютный .bx-pager, чтобы он не налезал на "Сертификаты качества" */
  }
  .v4-product-basic-gallery .bx-viewport, .v4-product-basic-gallery .product-thumbs {
    height: 420px;
  }
  .v4-product-basic-gallery .bx-viewport > a, .v4-product-basic-gallery .product-thumbs > a {
    height: 420px;
  }
  .v4-product-basic-gallery .bx-pager {
    display: flex;
    gap: 4px;
  }
  .v4-product-basic-gallery .bx-pager .bx-pager-item {
    flex-grow: 1;
  }
  .v4-product-basic-gallery .bx-pager .bx-pager-item a {
    width: 100% !important;
    display: block !important;
    height: 2px !important;
    background: #CACDCE !important;
    border-radius: 100px !important;
  }
  .v4-product-basic-gallery .bx-pager .bx-pager-item a.active {
    background: #394345 !important;
  }
}
.v4-product-basic-gallery .product-thumbs {
  display: grid;
  grid-template-rows: calc(100vh - 200px) auto;
  grid-template-columns: repeat(6, 1fr);
  gap: 8px;
  overflow: hidden;
  overflow-anchor: none;
}
@media (max-width: 480px) {
  .v4-product-basic-gallery .product-thumbs {
    display: block;
    grid-template-columns: inherit;
    gap: inherit;
    overflow-anchor: auto;
  }
}
.v4-product-basic-gallery .product-thumbs > a {
  animation: fadeIn 0.25s ease;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.v4-product-basic-gallery .v4-toggle-thumbs-btn {
  position: absolute;
  bottom: 16px;
  right: 40px;
  z-index: 10;
}
.v4-product-basic-gallery {
  /* все элементы */
}
.v4-product-basic-gallery .product-thumbs > a {
  display: block;
}
.v4-product-basic-gallery {
  /* первые два — по 2 в ряд */
}
.v4-product-basic-gallery .product-thumbs > a:nth-child(1),
.v4-product-basic-gallery .product-thumbs > a:nth-child(2) {
  grid-column: span 3; /* 6 / 2 = 3 */
  justify-items: left;
}
.v4-product-basic-gallery .product-thumbs > a:nth-child(1) {
  justify-items: right;
}
.v4-product-basic-gallery {
  /* начиная с третьего — по 3 в ряд */
}
.v4-product-basic-gallery .product-thumbs > a:nth-child(n+3) {
  grid-column: span 2; /* 6 / 3 = 2 */
}
.v4-product-basic-gallery .product-thumbs.is-collapsed > a:nth-child(n+6) {
  display: none;
}
.v4-product-basic-gallery {
  /* картинки */
}
.v4-product-basic-gallery .product-thumbs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border: none;
}
@media (max-width: 480px) {
  .v4-product-basic-gallery .product-thumbs img {
    max-height: 100% !important;
    width: auto;
    margin: 0 auto;
  }
}
.v4-product-basic-gallery .product-thumbs > a:nth-child(1) img,
.v4-product-basic-gallery .product-thumbs > a:nth-child(2) img {
  width: auto;
}

.v4-product-pre-col3 {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-bottom: 16px;
}

.v4-product-pre-col3-akc-new {
  display: flex;
  gap: 8px;
}
@media (max-width: 480px) {
  .v4-product-pre-col3-akc-new {
    flex-direction: column;
    position: absolute;
    right: 0;
    top: 0;
  }
}
.v4-product-pre-col3-akc-new .v2-share2, .v4-product-pre-col3-akc-new .v2-newgood {
  position: relative;
  top: 4px;
  left: 0;
}

.v4-product-pre-col3-brand, .v4-product-pre-col3-brand a {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 33px;
  letter-spacing: 0.005em;
  color: #394345 !important;
  text-transform: uppercase;
  text-decoration: none;
}

.v4-admin-add-to {
  display: flex;
  gap: 16px;
}

.v4-product-pre-col3-type-article {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.v4-product-pre-col3-type-article .v4-product-pre-col3-type, .v4-product-pre-col3-type-article .v4-product-pre-col3-type a, .v4-product-pre-col3-type-article .v4-product-copy-article {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 0.005em;
  color: #959A9D !important;
}
.v4-product-pre-col3-type-article .v4-product-pre-col3-article {
  display: flex;
  gap: 8px;
}

.v2-prices-product {
  display: flex;
  gap: 16px;
  align-items: center;
}
.v2-prices-product .product-oldprice-item .old {
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  line-height: 41px;
  letter-spacing: 0.005em;
  text-decoration-line: line-through;
  color: #394345;
}
.v2-prices-product .product-new-price {
  display: flex;
  gap: 16px;
  align-items: center;
}
.v2-prices-product .product-new-price span {
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 41px;
  letter-spacing: 0.005em;
  color: #394345;
}
.v2-prices-product .product-new-price.product-new-price-red span {
  color: #DC2626;
}

.v4-bonusov-product-block {
  margin-bottom: 16px;
}

.v4-total-order-bonusov {
  display: flex;
  justify-content: flex-end;
}
.v4-total-order-bonusov .v4-bonusov-product-block {
  margin-bottom: 4px;
}
.v4-total-order-bonusov .v4-bonusov-text {
  padding-right: 8px;
  background-image: none;
  margin-top: 8px;
}

@media (max-width: 480px) {
  .css-product .v4-footer {
    margin-top: 16px;
  }
}

@media (max-width: 480px) {
  .css-product .v4-viewed-items {
    padding-top: 8px;
    padding-bottom: 8px;
  }
}

@media (max-width: 480px) {
  .v4-addtocart-product-holder {
    position: fixed;
    bottom: 68px;
    left: 0;
    width: 100%;
    background: #fff;
    padding: 16px 2.5% 16px;
    box-sizing: border-box;
    z-index: 999;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.25);
  }
}

@media (max-width: 480px) {
  .css-product .up {
    bottom: 172px;
  }
}

.v4-bonusov-text {
  display: flex;
  margin-top: 16px;
  padding: 3px 32px 3px 8px;
  border-radius: 4px;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.005em;
  color: #FFFFFF !important;
  width: fit-content;
  text-decoration: none !important;
  background: #5CA595 url("../img/v4/chevron-right-white_24.png") no-repeat calc(100% - 8px) center;
}

.v4-product-copy-article-handler {
  cursor: pointer;
}

.product-new-skidka .v2-share2 {
  position: relative;
  top: 0;
  left: 0;
}

.cheeper {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 480px) {
  .cheeper {
    justify-content: center;
  }
}
.cheeper a {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.005em;
  color: #959A9D !important;
  display: flex;
  text-decoration: none !important;
}
.cheeper svg {
  margin-right: 8px;
}

.v4-product-payment-variants {
  display: flex;
  gap: 16px;
  flex-direction: column;
}
.v4-product-payment-variants .digi-dolyame-product, .v4-product-payment-variants .digi-dolyame-button {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  padding: 8px 67px 8px 16px;
  gap: 8px;
  height: 40px;
  border: 1px solid #CACDCE !important;
  border-radius: 8px;
  align-self: stretch;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.005em;
  color: #394345;
  background: url("../img/v4/chevron-right_24.png") no-repeat calc(100% - 16px) center;
  margin: 0;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 480px) {
  .v4-product-payment-variants .digi-dolyame-product, .v4-product-payment-variants .digi-dolyame-button {
    padding: 8px 50px 8px 16px;
  }
}
.v4-product-payment-variants .digi-dolyame-product .digi-dolyame-product__logo, .v4-product-payment-variants .digi-dolyame-button .digi-dolyame-product__logo {
  max-width: 90px;
}
.v4-product-payment-variants .digi-dolyame-product .digi-dolyame-product__icon, .v4-product-payment-variants .digi-dolyame-button .digi-dolyame-product__icon {
  display: none !important;
}
.v4-product-payment-variants .digi-dolyame-product .digi-dolyame-product__content, .v4-product-payment-variants .digi-dolyame-button .digi-dolyame-product__content {
  font-style: normal !important;
  font-weight: 500 !important;
  font-size: 16px !important;
  line-height: 24px !important;
  letter-spacing: 0.005em;
  color: #394345;
  font-family: Manrope !important;
  text-align: right;
}

.product-analogi-wrap {
  padding-top: 16px;
}
.product-analogi-wrap .product-analogi-title {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  display: flex;
  letter-spacing: 0.005em;
  color: #394345;
  margin-bottom: 8px;
}
.product-analogi-wrap .product-analogi-contents {
  display: flex;
}
.product-analogi-wrap .product-analogi-contents .analog-item {
  box-sizing: border-box;
  border-radius: 8px;
  overflow: hidden;
}
.product-analogi-wrap .product-analogi-contents .analog-item.pa-active {
  border: 2px solid #5CA595;
}
.product-analogi-wrap .product-analogi-contents .analog-item .analog-photo img {
  width: 100%;
  height: auto;
}

.v2-product-new-presize {
  padding-top: 16px;
  padding-bottom: 8px;
}

.product-size-label {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.005em;
  color: #394345;
}

.v4-size-titles {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(38px, 38px));
  gap: 8px;
}
.v4-size-titles span {
  aspect-ratio: 1/1;
  display: flex;
}
.v4-size-titles span a.size {
  display: flex;
  justify-content: space-around;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border: 1px solid #394345;
  border-radius: 8px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 38px;
  text-decoration: none !important;
  text-align: center;
  align-items: center;
  letter-spacing: 0.005em;
  color: #394345 !important;
}
.v4-size-titles span a.size.size_select {
  color: #fff !important;
  background: #5CA595;
  border-color: #5CA595;
}

.v4-product-dop-popup-items {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-top: 16px;
}
.v4-product-dop-popup-items.before-addtocart-btn {
  margin-bottom: 16px;
}
@media (max-width: 480px) {
  .v4-product-dop-popup-items.before-addtocart-btn {
    margin-bottom: 0px;
  }
}
.v4-product-dop-popup-items a {
  width: 100%;
  height: 38px;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #394345 !important;
  text-decoration: none !important;
  background: url(../img/v4/chevron-right_24.png) no-repeat right center;
  align-items: center;
  display: flex;
  letter-spacing: 0.005em;
}

.v2-product-mobile-buy-buttons-block-cont {
  display: flex;
  width: 100%;
  gap: 16px;
}
.v2-product-mobile-buy-buttons-block-cont .v2-product-mobile-buy-buttons-block {
  flex-grow: 1;
}
.v2-product-mobile-buy-buttons-block-cont .v2-product-mobile-buy-buttons-block .prod_cart_btn, .v2-product-mobile-buy-buttons-block-cont .v2-product-mobile-buy-buttons-block .go-to-cart-btn {
  padding: 8px 12px !important;
}
.v2-product-mobile-buy-buttons-block-cont .v2-product-mobile-buy-buttons-block .add_to_basket2 {
  width: 100%;
}
.v2-product-mobile-buy-buttons-block-cont .v4-favorite-add-cont {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 7px;
  width: 38px;
  height: 38px;
  border: 1px solid #394345;
  border-radius: 8px;
}
.v2-product-mobile-buy-buttons-block-cont .v4-favorite-add-cont a {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}

.v4-cheeper-product-page {
  padding-top: 8px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  letter-spacing: 0.005em;
  width: calc(100% - 16px - 38px);
}
.v4-cheeper-product-page a {
  text-decoration: none !important;
  color: #959A9D !important;
}

.product-rating-product {
  justify-content: space-between;
  padding-right: 32px;
  box-sizing: border-box;
  align-items: center;
}
.product-rating-product .product-rating-product-text {
  font-weight: 500;
}
.product-rating-product .product-rating-product-data {
  display: flex;
  align-items: center;
  gap: 8px;
}
.product-rating-product .product-rating-product-star {
  display: flex;
}
.product-rating-product .product-rating-product-total {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.005em;
  color: #959A9D;
}
.product-rating-product .product-rating-product-rating {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.005em;
  color: #394345;
}

.v4-product-shipping {
  padding-top: 16px;
}
.v4-product-shipping .v2-new-ship-block-prod {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}
.v4-product-shipping .v2-new-ship-block-prod .v2-new-ship-block-prod-title {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.005em;
  color: #394345;
}
.v4-product-shipping .v2-new-ship-block-prod .v2-new-ship-block-prod-title2 {
  display: flex;
  gap: 8px;
}
.v4-product-shipping .v2-new-ship-block-prod .v2-new-ship-block-prod-title2 .v2-pdb-delivery-label, .v4-product-shipping .v2-new-ship-block-prod .v2-new-ship-block-prod-title2 .v2-pdb-delivery-value {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.005em;
  color: #959A9D;
}

.v2-new-prod-shipping-item {
  display: flex;
  gap: 8px;
  margin-bottom: 16px;
}
.v2-new-prod-shipping-item .v2-new-prod-shipping-item-icon {
  flex: 0 0 24px; /* фиксированная ширина */
}
.v2-new-prod-shipping-item .v2-new-prod-shipping-item-icon .ico-2 {
  position: relative;
  top: 3px;
}
.v2-new-prod-shipping-item .v2-new-prod-shipping-item-icon .ico-3 {
  position: relative;
  top: 1px;
}
.v2-new-prod-shipping-item .v2-new-prod-shipping-item-title {
  flex: 1 1 auto; /* занимает всё остальное */
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.005em;
  color: #394345;
}
.v2-new-prod-shipping-item .v2-new-prod-shipping-item-title a {
  display: inline-block;
  margin-top: 3px;
}
.v2-new-prod-shipping-item .v2-new-prod-shipping-item-info {
  flex: 0 0 90px; /* фиксированная ширина */
}
.v2-new-prod-shipping-item .v2-new-prod-shipping-item-info .v2-new-prod-shipping-item-price {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 4px;
  letter-spacing: 0.005em;
  color: #394345;
  text-align: right;
}
.v2-new-prod-shipping-item .v2-new-prod-shipping-item-info .v2-new-prod-shipping-item-info2 {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  text-align: right;
  letter-spacing: 0.005em;
  color: #959A9D;
}
.v2-new-prod-shipping-item .v2-new-prod-shipping-item-info .v2-new-prod-shipping-item-info2 .v2-prod-del-date, .v2-new-prod-shipping-item .v2-new-prod-shipping-item-info .v2-new-prod-shipping-item-info2 b {
  font-weight: 700;
}

.v4-product-pre-col3-not-available {
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 49px;
  letter-spacing: 0.005em;
  color: #394345;
}

.v4-product-not-available {
  padding: 8px 12px !important;
  width: 100%;
  box-sizing: border-box;
}

.v4-choosesize-popup-content {
  width: 488px;
}
@media (max-width: 480px) {
  .v4-choosesize-popup-content {
    width: 100%;
  }
}
.v4-choosesize-popup-content table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 32px;
}
.v4-choosesize-popup-content table td {
  text-align: center;
  padding: 8px 16px;
  border-bottom: 1px solid #CFCCC4;
  color: #394345;
  font-weight: normal;
}
.v4-choosesize-popup-content table tr:first-child td {
  border-top: 1px solid #394345;
  border-bottom: 1px solid #394345;
  color: #394345;
}
.v4-choosesize-popup-content table tr:first-child td strong {
  font-weight: normal;
}
.v4-choosesize-popup-content table td strong {
  font-weight: normal;
  color: #394345;
}
.v4-choosesize-popup-content table.equal-width-3 td {
  width: 33.33%;
}

.v4-basic-popup-content {
  width: 488px;
}
@media (max-width: 480px) {
  .v4-basic-popup-content {
    width: 100%;
  }
}
.v4-basic-popup-content {
  overflow: auto;
}

.v4-relative-popup-content {
  position: relative;
}

.product-chars .product-prop {
  display: flex;
  gap: 8px;
  width: 100%;
}
.product-chars .product-prop .product-prop-label, .product-chars .product-prop .product-prop-value {
  width: 50%;
}
.product-chars .product-prop .product-prop-label {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 0.005em;
  color: #959A9D;
}
.product-chars .product-prop .product-prop-value {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 0.005em;
  color: #394345;
}
.product-chars .product-prop .product-prop-value a {
  text-decoration: none;
  color: #5CA595;
}
.product-chars .product-prop .product-prop-value .questicon-mv, .product-chars .product-prop .product-prop-value .questicon-m, .product-chars .product-prop .product-prop-value .questicon-l, .product-chars .product-prop .product-prop-value .questicon-4, .product-chars .product-prop .product-prop-value .questicon {
  position: relative;
  top: 3px;
}
.product-chars .product-prop .product-prop-value .v4-basic-question-sub-popup {
  position: absolute;
  right: 0;
  top: 22px;
  padding: 16px;
  width: 250px;
  background: #FFFFFF;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1), 0px 24px 40px rgba(0, 0, 0, 0.04);
  border-radius: 6px;
  z-index: 2;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.005em;
  color: #394345;
}

.product-tech-item .product-tech-title {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 0.005em;
  color: #394345;
}
.product-tech-item .product-tech-img {
  margin: 16px 0;
}
.product-tech-item .product-tech-text {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.005em;
  color: #394345;
}

.mentions.mentionsdiv .v4-popup-mention1 {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
}
.mentions.mentionsdiv .v4-popup-mention1 .v4-popup-mention-rating {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 27px;
  text-align: center;
  letter-spacing: 0.005em;
  color: #394345;
}
.mentions.mentionsdiv .v4-popup-mention1 .v4-popup-mention-stars {
  display: flex;
  gap: 4px;
}
.mentions.mentionsdiv .v4-popup-mention1 .mention_product_div_button {
  width: 100%;
  box-sizing: border-box;
}
.mentions.mentionsdiv .v4-popup-mention1 .v4-popup-mention-total {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.005em;
  color: #959A9D;
}
.product-mention-items {
  display: flex;
  flex-direction: column;
}
.product-mention-items .product-mention-item {
  padding: 32px 0;
  border-bottom: 1px solid #CFCCC4;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.product-mention-items .product-mention-item .product-mention-name {
  display: flex;
  justify-content: space-between;
}
.product-mention-items .product-mention-item .product-feedback-show-user {
  text-decoration: none !important;
}
.product-mention-items .product-mention-item .product-feedback-show-user span {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.005em;
  color: #5CA595;
}
.product-mention-items .product-mention-item .v4-mention-user-city-date {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.product-mention-items .product-mention-item .v4-mention-user-city-date .v4-mention-user-city, .product-mention-items .product-mention-item .v4-mention-user-city-date .v4-mention-user-date {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.005em;
  color: #959A9D;
}
.product-mention-items .product-mention-item .product-mention-rating {
  display: flex;
  gap: 4px;
}
.product-mention-items .product-mention-item .product-mention-text div {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.005em;
  color: #394345;
}
.product-mention-items .product-mention-item .product-mention-additional {
  display: grid;
  grid-template-columns: max-content 1fr;
  column-gap: 8px;
  row-gap: 4px;
}
.product-mention-items .product-mention-item .product-mention-additional b, .product-mention-items .product-mention-item .product-mention-additional span {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.005em;
  color: #959A9D;
}
.product-mention-items .product-mention-item .product-mention-additional b {
  padding-right: 8px;
  white-space: nowrap;
  font-weight: bold;
  color: #394345;
}
.product-mention-items .product-mention-item .product-mention-photo {
  display: flex;
  gap: 8px;
}
.product-mention-items .product-mention-item .product-mention-photo .opinion-photo {
  width: 100px;
  height: 133px;
  background-size: cover;
  border-radius: 8px;
  border: 2px solid #5CA595;
  display: flex;
}

.dialog-feedback-show-user-info-cont .dialog-feedback-show-user-info-block {
  display: flex;
  gap: 8px;
  flex-direction: column;
  align-items: center;
}
.dialog-feedback-show-user-info-cont .dialog-feedback-show-user-info-block .dialog-feedback-show-user-info-avatar {
  width: 140px;
  height: 140px;
  background: #DEEDEA;
  border-radius: 44.5455px;
  font-style: normal;
  font-weight: 500;
  font-size: 48px;
  line-height: 66px;
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: 0.005em;
  color: #394345;
  justify-content: center;
}
.dialog-feedback-show-user-info-cont .dialog-feedback-show-user-info-block .dialog-feedback-show-user-info-name {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 27px;
  text-align: center;
  letter-spacing: 0.005em;
  color: #394345;
}
.dialog-feedback-show-user-info-cont .dialog-feedback-show-user-info-block .dialog-feedback-show-user-info-city {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.005em;
  color: #959A9D;
}
.dialog-feedback-show-user-info-cont .dialog-feedback-show-user-info-block .dialog-feedback-show-user-info-date {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.005em;
  color: #959A9D;
}
.dialog-feedback-show-user-info-cont .product-mention-item .product-mention-name-cont {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.dialog-feedback-show-user-info-cont .product-mention-item .product-mention-name-cont .product-mention-name span {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.005em;
  color: #959A9D;
}
.dialog-feedback-show-user-info-cont .product-mention-item .product-mention-item-img-cont {
  display: flex;
  gap: 8px;
}
.dialog-feedback-show-user-info-cont .product-mention-item .product-mention-item-img img {
  width: 96px;
  height: auto;
}
.dialog-feedback-show-user-info-cont .product-mention-item .product-mention-item-cont {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.dialog-feedback-show-user-info-cont .product-mention-item .product-mention-product-name a {
  display: flex;
  flex-direction: column;
  text-decoration: none !important;
}
.dialog-feedback-show-user-info-cont .product-mention-item .product-mention-product-name a .product-mention-product-name-p1 {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.005em;
  color: #394345;
}
.dialog-feedback-show-user-info-cont .product-mention-item .product-mention-product-name a .product-mention-product-name-p2 {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.005em;
  color: #959A9D;
}

.product-mention-stars {
  display: flex;
  gap: 4px;
}
.product-mention-stars .v4-product-mention-star {
  width: 24px;
  height: 24px;
  cursor: pointer;
  background: url("../img/v4/star_24_fill.png");
}
.product-mention-stars .v4-product-mention-star.grey {
  background: url("../img/v4/star_24.png");
}

.po-photo {
  position: absolute;
  box-sizing: border-box;
}

.dropzone {
  background-color: #EFF6F4 !important;
  border: none !important;
  border-radius: 6px !important;
  padding: 0px !important;
  height: 93px !important;
  overflow: hidden;
  box-sizing: border-box;
  width: 100% !important;
  min-height: auto !important;
}
.dropzone .dz-message {
  background: url("../img/v4/camera.png") no-repeat center 8px;
  padding-top: 40px;
  margin: 0 !important;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.005em;
  color: #A1A1AA;
}
.dropzone .dz-preview {
  position: relative !important;
  width: 100px !important;
  height: 133px;
  border-radius: 8px;
  overflow: visible;
  margin: 0 !important;
}
.dropzone .dz-preview .dz-details {
  display: none !important;
}
.dropzone .dz-preview .dz-image {
  border-radius: 6px !important;
  width: 100px !important;
  height: 133px !important;
}
.dropzone .dz-preview .dz-image img {
  display: block;
  width: 100px !important;
  height: 133px !important;
}
.dropzone .dz-preview .dz-image img:hover {
  -webkit-transform: scale(1.05, 1.05);
  -moz-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  -o-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
  -webkit-filter: none !important;
  filter: none !important;
}
.dropzone .dz-preview .dz-remove {
  width: 24px;
  height: 24px;
  position: absolute;
  top: -12px;
  right: -12px;
  text-indent: 9999px;
  background: url("../img/v4/x_24.png");
  left: auto !important;
  z-index: 11;
  display: none !important;
}
.dropzone .dz-preview.dz-complete .dz-remove {
  display: block !important;
}
.dropzone .dz-preview .dz-error-message {
  background: #FEE2E2 !important;
  top: calc(50% + 10px) !important;
  left: -19px !important;
  width: 140px !important;
  text-align: center !important;
  border-radius: 6px !important;
  font-family: "Manrope" !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 11px !important;
  line-height: 14px !important;
  letter-spacing: 0.005em !important;
  color: #394345 !important;
}
.dropzone .dz-preview .dz-error-message:after {
  border-bottom: 6px solid #FEE2E2 !important;
}
.dropzone.dz-with-previews {
  cursor: pointer;
  overflow: visible;
  width: 100px !important;
  height: 133px !important;
  padding: 0 !important;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  border: none !important;
  outline: 2px solid transparent;
  outline-offset: -2px;
  background: #eff6f4 url(../img/v4/camera.png) no-repeat center center !important;
}

.dropzone.real-hover {
  /* hover ТОЛЬКО когда курсор на самом .dropzone */
  outline: 2px solid #5CA595;
  outline-offset: -2px;
}

.dropzone.dz-with-previews::before {
  content: " ";
  width: 100px !important;
  display: block;
}

.dropzone .dz-preview .dz-error-mark, .dropzone .dz-preview .dz-success-mark {
  top: 50% !important;
}

.po-photo.dz-with-previews {
  height: auto !important;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

.dz-place {
  box-sizing: border-box;
  display: flex;
  width: 100%;
  height: 92px;
}

.v4-product-mentions-tab3, .v4-product-questions-tab2 {
  display: none;
}

.v4-pquestion-logo-text {
  display: flex;
  gap: 16px;
}

.v4-pquestion-answer-date {
  margin-bottom: 8px;
  margin-top: 8px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.005em;
  color: #959A9D;
}

.product-pquestion-text, .product-pquestion-text * {
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 22px !important;
  letter-spacing: 0.005em !important;
  color: #394345 !important;
}

.mfp-wrap {
  z-index: 1300 !important;
}

.mfp-bg {
  z-index: 1250 !important;
  background: #394345 !important;
  opacity: 50% !important;
}

.v4-cheeper1-text, .v4-popup-basic-text {
  text-align: center;
  margin-bottom: 16px;
}
.v4-cheeper1-text a, .v4-popup-basic-text a {
  color: #5CA595 !important;
  text-decoration: none;
}
.v4-cheeper1-text a:hover, .v4-popup-basic-text a:hover {
  text-decoration: underline;
}

.v4-popup-basic-text {
  text-align: left;
}

.text-item .v4-cheeper1-text {
  text-align: left;
}

.v4-buy-popup-placeholders {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.v4-continue-shopping {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  letter-spacing: 0.005em;
  color: #394345;
  cursor: pointer;
}

.v4-product-nal-total {
  padding-left: 4px;
  display: inline-block;
}

.v4-basic-nal-product-info-type-map {
  display: none;
  height: 400px;
  width: 100%;
}
@media (max-width: 480px) {
  .v4-basic-nal-product-info-type-map {
    height: 250px;
  }
}
.v4-basic-nal-product-info-type-map .v4-nal-product-map {
  width: 100%;
  height: 100%;
}

.v4-basic-nal-product-info-types-controls {
  display: none;
}
@media (max-width: 480px) {
  .v4-basic-nal-product-info-types-controls {
    display: flex;
    gap: 16px;
  }
}
.v4-basic-nal-product-info-types-controls .v4-basic-nal-product-info-types-control {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0px 4px;
  gap: 4px;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 27px;
  letter-spacing: 0.005em;
  color: #394345;
}
.v4-basic-nal-product-info-types-controls .v4-basic-nal-product-info-types-control.active {
  border-bottom: 2px solid #5CA595;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 27px;
  letter-spacing: 0.005em;
  color: #5CA595;
}

.v4-magazine-address-link {
  text-decoration: none;
}
@media (max-width: 480px) {
  .v4-magazine-address-link {
    color: #5CA595 !important;
  }
}

.v4-basic-nal-product-info-handlers {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.v4-basic-nal-product-info-handlers .v4-nal-city-product-info {
  display: flex;
  cursor: pointer;
  gap: 8px;
  align-items: center;
  justify-content: space-between;
  padding-right: 9px;
  box-sizing: border-box;
  width: 100%;
}
.v4-basic-nal-product-info-handlers .v4-nal-city-product-info .v4-nal-city-product-info-city-icon {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.005em;
  color: #394345;
  display: flex;
  align-items: center;
  gap: 8px;
}

.v4-nal-popup-content .product-size-label {
  margin-bottom: 8px;
}

.v4-nal-items {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.v4-nal-items .v4-nal-item {
  padding-bottom: 16px;
  border-bottom: 1px solid #CFCCC4;
}
.v4-nal-items .v4-nal-item.hidden {
  display: none;
}
.v4-nal-items .v4-nal-item .v4-nal-item-content {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 15px 40px 15px 0;
  box-sizing: border-box;
  width: calc(100% + 16px);
  margin-left: -8px;
  padding-left: 8px;
  cursor: pointer;
  background: url("../img/v4/chevron-right_24.png") no-repeat calc(100% - 8px) center;
}
.v4-nal-items .v4-nal-item .v4-nal-item-content:hover {
  background-color: #F5F5F3;
  border-radius: 8px;
}
.v4-nal-items .v4-nal-item .v4-nal-item-content .v4-nal-item-star {
  background: url("../img/v4/star_24_grey.png") no-repeat center center;
  width: 24px;
  height: 24px;
  position: absolute;
  top: calc(50% - 12px);
  right: 48px;
}
.v4-nal-items .v4-nal-item .v4-nal-item-content .v4-nal-item-star.active {
  background-image: url("../img/v4/star_24_fill.png");
}
.v4-nal-items .v4-nal-item .v4-nal-item-content .v4-nal-item-star:hover {
  cursor: pointer;
  background-image: url("../img/v4/star_24.png");
}
.v4-nal-items .v4-nal-item .v4-nal-item-content .v4-nal-item-title {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.005em;
  color: #394345;
}
.v4-nal-items .v4-nal-item .v4-nal-item-content .v4-nal-100-text {
  font-size: 14px;
  padding-right: 60px;
  padding-top: 8px;
}
.v4-nal-items .v4-nal-item .v4-nal-item-content .nal-item-sizes {
  display: flex;
  gap: 5px;
  margin-top: 8px;
}
.v4-nal-items .v4-nal-item .v4-nal-item-content .nal-item-sizes .nal-item-size, .v4-nal-items .v4-nal-item .v4-nal-item-content .nal-item-sizes .delimiter {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.005em;
  color: #394345;
}
.v4-nal-items .v4-nal-item .v4-nal-item-content .nal-item-sizes .delimiter {
  color: #CFCCC4;
}

.v4-basic-nal-shop-message-product-info {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.005em;
  color: #394345;
}

.v4-product-nal-tab2 .v4-auth-forgot-tab {
  align-items: flex-start;
}
.v4-product-nal-tab2 .v4-auth-forgot-tab svg {
  position: relative;
  top: 6px;
}
.v4-product-nal-tab2 .v4-product-single-shop-info-fav {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 7px;
  width: 38px;
  height: 38px;
  border: 1px solid #394345;
  border-radius: 8px;
  background: url(../img/v4/star_24_black.png) no-repeat center center;
  cursor: pointer;
}
.v4-product-nal-tab2 .v4-product-single-shop-info-fav.active {
  background-image: url(../img/v4/star_24_black_fill.png);
}
.v4-product-nal-tab2 .pickup-pvz-button {
  display: flex;
  gap: 16px;
}
.v4-product-nal-tab2 .pickup-pvz-button a {
  flex: 1;
}

.v4-pvz-chosen-info-baloon {
  background: url(../img/v4/box_success.png) no-repeat left center;
  color: #5ca595;
  padding-left: 32px;
  background-size: 25px;
  font-size: 17px;
}

/* endregion */
/* region cart */
.v4-cart-popup-content {
  display: flex;
  flex-direction: column;
  padding-right: 0;
  padding-bottom: 0;
}
.v4-cart-popup-content .v4-ajax-cart-container {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.v4-cart-popup-content .v4-ajax-cart-container h5 {
  flex: 0 0 auto;
}
.v4-cart-popup-content .v4-ajax-cart-container .scrollable {
  flex: 1 1 auto;
  padding-right: 32px;
}
@media (max-width: 480px) {
  .v4-cart-popup-content .v4-ajax-cart-container .scrollable {
    padding-right: 16px;
  }
}
.v4-cart-popup-content .v4-order-detailed-item {
  cursor: auto;
  padding: 0 0 32px 0;
  gap: 8px;
  margin-bottom: 32px;
}
.v4-cart-popup-content .v4-order-detailed-item .img, .v4-cart-popup-content .v4-order-detailed-item img {
  width: 145px;
}
@media (max-width: 480px) {
  .v4-cart-popup-content .v4-order-detailed-item .img, .v4-cart-popup-content .v4-order-detailed-item img {
    width: 110px;
    position: relative;
  }
}
@media (max-width: 480px) {
  .v4-cart-popup-content .v4-order-detailed-item .delete-fav {
    position: absolute;
    bottom: -5px;
    display: flex;
    width: 100%;
    justify-content: space-evenly;
    align-items: center;
  }
}
@media (max-width: 480px) {
  .v4-cart-popup-content .v4-order-detailed-item .v4-bonusov-text {
    margin-top: 0;
  }
}
@media (max-width: 480px) {
  .v4-cart-popup-content .v4-order-detailed-item .v4-bonusov-product-block {
    margin-bottom: 0;
  }
}
@media (max-width: 480px) {
  .v4-cart-popup-content .v4-order-detailed-item .bonuses {
    width: 100%;
    box-sizing: border-box;
    padding-right: 16px;
  }
}
.v4-cart-popup-content .v4-order-detailed-item .info .name-price {
  display: flex;
}
.v4-cart-popup-content .v4-order-detailed-item .info .name-price .price {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  display: flex;
  justify-content: flex-end;
  letter-spacing: 0.005em;
  color: #394345;
}
.v4-cart-popup-content .v4-order-detailed-item .info .name-price .price .v2-prices-product {
  flex-direction: column-reverse;
  gap: 0;
  justify-content: flex-end;
}
.v4-cart-popup-content .v4-order-detailed-item .info .name-price .price .v2-prices-product .v2-oldprice-product, .v4-cart-popup-content .v4-order-detailed-item .info .name-price .price .v2-prices-product .product-oldprice-item {
  width: 100%;
}
.v4-cart-popup-content .v4-order-detailed-item .info .name-price .price .v2-prices-product .product-oldprice-item .old {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  display: flex;
  text-align: right;
  letter-spacing: 0.005em;
  text-decoration-line: line-through;
  color: #394345;
  width: 100%;
  justify-content: flex-end;
}
.v4-cart-popup-content .v4-order-detailed-item .info .name-price .price .product-new-price {
  flex-direction: row;
  gap: 8px;
}
.v4-cart-popup-content .v4-order-detailed-item .info .name-price .price .product-new-price span {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  display: flex;
  text-align: right;
  letter-spacing: 0.005em;
  color: #394345;
}
.v4-cart-popup-content .v4-order-detailed-item .info .name-price .price .product-new-price.product-new-price-red span {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  display: flex;
  text-align: right;
  letter-spacing: 0.005em;
  color: #DC2626;
}
.v4-cart-popup-content .v4-order-detailed-item .info .name-article, .v4-cart-popup-content .v4-order-detailed-item .info .price, .v4-cart-popup-content .v4-order-detailed-item .info .size, .v4-cart-popup-content .v4-order-detailed-item .info .count {
  width: 50%;
  box-sizing: border-box;
}
.v4-cart-popup-content .v4-order-detailed-item .info .size-count .el {
  font-weight: 500;
}
.v4-cart-popup-content .v4-order-detailed-item .bonuses-delete-fav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.v4-cart-popup-content .v4-order-detailed-item .bonuses-delete-fav .v4-bonusov-text {
  padding: 3px 8px 3px 8px;
  background: #5CA595;
}
@media (max-width: 480px) {
  .v4-cart-popup-content .v4-order-detailed-item .bonuses-delete-fav .v4-bonusov-text {
    display: block;
    width: 100%;
    text-align: center;
  }
}
.v4-cart-popup-content .v4-order-detailed-item .bonuses-delete-fav .delete-fav {
  display: flex;
  gap: 22px;
  align-items: center;
}
.v4-cart-popup-content .v4-order-detailed-item .bonuses-delete-fav .delete-fav a {
  text-decoration: none !important;
}

.v4-fast-cart-items-total {
  display: flex;
  flex-direction: column;
  gap: 16px;
  flex: 0 0 auto;
  padding: 32px;
  width: calc(100% + 32px);
  background: #FFFFFF;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.25);
  margin-left: -32px;
  box-sizing: border-box;
}
@media (max-width: 480px) {
  .v4-fast-cart-items-total {
    padding: 32px 16px 16px 32px;
  }
}

.v4-fast-cart-items-total1 {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.v4-fast-cart-items-total1 .tovari, .v4-fast-cart-items-total1 .skidka, .v4-fast-cart-items-total1 .dostavka, .v4-fast-cart-items-total1 .itogo {
  display: flex;
  justify-content: space-between;
}
.v4-fast-cart-items-total1 .tovari span, .v4-fast-cart-items-total1 .tovari b, .v4-fast-cart-items-total1 .skidka span, .v4-fast-cart-items-total1 .skidka b, .v4-fast-cart-items-total1 .dostavka span, .v4-fast-cart-items-total1 .dostavka b, .v4-fast-cart-items-total1 .itogo span, .v4-fast-cart-items-total1 .itogo b {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.005em;
  color: #394345;
}
.v4-fast-cart-items-total1 .skidka span, .v4-fast-cart-items-total1 .skidka b {
  color: #DC2626;
}
.v4-fast-cart-items-total1 .itogo span, .v4-fast-cart-items-total1 .itogo b {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 0.005em;
  color: #394345;
}

.v4-cart-auth-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 32px;
  background: #CFCCC4;
  margin: 32px 0;
}

.v4-cart-page {
  display: flex;
  gap: 32px;
}
@media (max-width: 480px) {
  .v4-cart-page {
    flex-direction: column;
    gap: 16px;
  }
}

.v4-cart-page .v2-cart-full, .v4-full-cart-order .v2-cart-full {
  flex: 1 1 auto;
}
.v4-cart-page .v2-cart-full table, .v4-full-cart-order .v2-cart-full table {
  display: flex;
  width: 100%;
}
@media (max-width: 480px) {
  .v4-cart-page .v2-cart-full table, .v4-full-cart-order .v2-cart-full table {
    flex-direction: column;
  }
}
.v4-cart-page .v2-cart-full table tbody, .v4-full-cart-order .v2-cart-full table tbody {
  width: 100%;
}
@media (max-width: 480px) {
  .v4-cart-page .v2-cart-full table tbody tr:first-child, .v4-full-cart-order .v2-cart-full table tbody tr:first-child {
    border-top: none;
  }
}
.v4-cart-page .v2-cart-full table tr, .v4-full-cart-order .v2-cart-full table tr {
  display: flex;
  gap: 16px;
  padding: 32px 0;
  border-top: 1px solid #CFCCC4;
  border-bottom: 1px solid #CFCCC4;
  margin-bottom: -1px;
  flex-wrap: nowrap;
  width: 100%;
  box-sizing: border-box;
}
@media (max-width: 480px) {
  .v4-cart-page .v2-cart-full table tr, .v4-full-cart-order .v2-cart-full table tr {
    display: grid;
    padding: 16px 0;
    grid-template-columns: 1fr 1fr;
  }
}
.v4-cart-page .v2-cart-full table td, .v4-full-cart-order .v2-cart-full table td {
  display: flex;
}
.v4-cart-page .v2-cart-full table, .v4-full-cart-order .v2-cart-full table {
  /* первые два — фикс */
}
.v4-cart-page .v2-cart-full table .v4-cart-table-img, .v4-full-cart-order .v2-cart-full table .v4-cart-table-img {
  flex: 0 0 84px;
}
@media (max-width: 480px) {
  .v4-cart-page .v2-cart-full table .v4-cart-table-img, .v4-full-cart-order .v2-cart-full table .v4-cart-table-img {
    grid-row: 1/4;
    display: flex;
    flex-direction: column;
  }
  .v4-cart-page .v2-cart-full table .v4-cart-table-img .delete-fav, .v4-full-cart-order .v2-cart-full table .v4-cart-table-img .delete-fav {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin-top: 16px;
  }
  .v4-cart-page .v2-cart-full table .v4-cart-table-img .delete-fav a, .v4-full-cart-order .v2-cart-full table .v4-cart-table-img .delete-fav a {
    text-decoration: none !important;
    display: flex;
    align-items: center;
  }
}
.v4-cart-page .v2-cart-full table .v4-cart-table-img img, .v4-full-cart-order .v2-cart-full table .v4-cart-table-img img {
  display: block;
  width: 100%;
  height: auto;
}
.v4-cart-page .v2-cart-full table .v4-cart-table-inf, .v4-full-cart-order .v2-cart-full table .v4-cart-table-inf {
  flex: 0 0 200px;
}
@media (max-width: 480px) {
  .v4-cart-page .v2-cart-full table .v4-cart-table-inf, .v4-full-cart-order .v2-cart-full table .v4-cart-table-inf {
    grid-row: 1;
  }
}
.v4-cart-page .v2-cart-full table, .v4-full-cart-order .v2-cart-full table {
  /* третий и четвёртый — 50% / 50% */
}
.v4-cart-page .v2-cart-full table .v4-ajaxcart-r-k,
.v4-cart-page .v2-cart-full table .v4-ajaxcart-price, .v4-full-cart-order .v2-cart-full table .v4-ajaxcart-r-k,
.v4-full-cart-order .v2-cart-full table .v4-ajaxcart-price {
  flex: 1 1 0;
}
@media (max-width: 480px) {
  .v4-cart-page .v2-cart-full table .v4-ajaxcart-r-k, .v4-full-cart-order .v2-cart-full table .v4-ajaxcart-r-k {
    grid-row: 3;
  }
}
.v4-cart-page .v2-cart-full table .v4-ajaxcart-r-k .size-count, .v4-full-cart-order .v2-cart-full table .v4-ajaxcart-r-k .size-count {
  display: flex;
  gap: 16px;
}
.v4-cart-page .v2-cart-full table .v4-ajaxcart-r-k .size-count.size-count-cart, .v4-full-cart-order .v2-cart-full table .v4-ajaxcart-r-k .size-count.size-count-cart {
  flex-direction: column;
}
.v4-cart-page .v2-cart-full table .v4-ajaxcart-r-k .size-count.size-count-cart .size-count-cont-cart, .v4-full-cart-order .v2-cart-full table .v4-ajaxcart-r-k .size-count.size-count-cart .size-count-cont-cart {
  display: flex;
  gap: 16px;
}
.v4-cart-page .v2-cart-full table .v4-ajaxcart-r-k .size-count.size-count-cart .only100sizecart, .v4-full-cart-order .v2-cart-full table .v4-ajaxcart-r-k .size-count.size-count-cart .only100sizecart {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.005em;
  color: #dc2626;
}
@media (max-width: 480px) {
  .v4-cart-page .v2-cart-full table .v4-ajaxcart-r-k .size-count, .v4-full-cart-order .v2-cart-full table .v4-ajaxcart-r-k .size-count {
    justify-content: space-between;
  }
}
.v4-cart-page .v2-cart-full table .v4-ajaxcart-r-k .size-count .size, .v4-cart-page .v2-cart-full table .v4-ajaxcart-r-k .size-count .count, .v4-full-cart-order .v2-cart-full table .v4-ajaxcart-r-k .size-count .size, .v4-full-cart-order .v2-cart-full table .v4-ajaxcart-r-k .size-count .count {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 96px;
}
.v4-cart-page .v2-cart-full table .v4-ajaxcart-r-k .size-count .el, .v4-full-cart-order .v2-cart-full table .v4-ajaxcart-r-k .size-count .el {
  min-width: 96px;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.005em;
  color: #394345;
}
.v4-cart-page .v2-cart-full table .v4-ajaxcart-r-k .another-size-block, .v4-full-cart-order .v2-cart-full table .v4-ajaxcart-r-k .another-size-block {
  width: 208px;
  position: relative;
}
.v4-cart-page .v2-cart-full table .v4-ajaxcart-r-k .another-size-add, .v4-full-cart-order .v2-cart-full table .v4-ajaxcart-r-k .another-size-add {
  position: absolute;
  top: 0px;
  left: 180px;
}
@media (max-width: 480px) {
  .v4-cart-page .v2-cart-full table .v4-ajaxcart-r-k .another-size-add, .v4-full-cart-order .v2-cart-full table .v4-ajaxcart-r-k .another-size-add {
    right: 0;
    left: auto;
  }
}
.v4-cart-page .v2-cart-full table .v4-ajaxcart-r-k .another-size, .v4-full-cart-order .v2-cart-full table .v4-ajaxcart-r-k .another-size {
  display: flex;
  gap: 8px;
  align-items: center;
  margin-top: 22px;
  cursor: pointer;
}
@media (max-width: 480px) {
  .v4-cart-page .v2-cart-full table .v4-ajaxcart-r-k .another-size, .v4-full-cart-order .v2-cart-full table .v4-ajaxcart-r-k .another-size {
    margin-top: 16px;
  }
}
.v4-cart-page .v2-cart-full table .v4-ajaxcart-r-k .another-size > span, .v4-full-cart-order .v2-cart-full table .v4-ajaxcart-r-k .another-size > span {
  display: flex;
}
.v4-cart-page .v2-cart-full table .v4-ajaxcart-r-k .another-size i, .v4-full-cart-order .v2-cart-full table .v4-ajaxcart-r-k .another-size i {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.005em;
  color: #959A9D;
}
.v4-cart-page .v2-cart-full table .cart-another-size-choose, .v4-full-cart-order .v2-cart-full table .cart-another-size-choose {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 6px 0px;
  background: #FFFFFF;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1), 0px 24px 40px rgba(0, 0, 0, 0.04);
  border-radius: 6px;
  z-index: 4;
  max-height: 150px;
  height: fit-content;
  overflow: auto;
  box-sizing: border-box;
}
.v4-cart-page .v2-cart-full table .cart-another-size-choose .cart-another-size-choose-item, .v4-full-cart-order .v2-cart-full table .cart-another-size-choose .cart-another-size-choose-item {
  display: flex;
  align-items: center;
  padding: 8px 16px;
  width: 100%;
  box-sizing: border-box;
  justify-content: space-between;
  cursor: pointer;
}
.v4-cart-page .v2-cart-full table .cart-another-size-choose .cart-another-size-choose-item:hover, .v4-full-cart-order .v2-cart-full table .cart-another-size-choose .cart-another-size-choose-item:hover {
  background: #F5F5F3;
}
.v4-cart-page .v2-cart-full table .v2-cart-product-item-link, .v4-full-cart-order .v2-cart-full table .v2-cart-product-item-link {
  text-decoration: none !important;
  width: 200px;
  display: flex;
  flex-direction: column;
}
.v4-cart-page .v2-cart-full table .v2-cart-product-item-brand, .v4-cart-page .v2-cart-full table .v2-cart-product-item-name, .v4-full-cart-order .v2-cart-full table .v2-cart-product-item-brand, .v4-full-cart-order .v2-cart-full table .v2-cart-product-item-name {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.005em;
  color: #394345;
}
.v4-cart-page .v2-cart-full table .v2-cart-product-item-name, .v4-full-cart-order .v2-cart-full table .v2-cart-product-item-name {
  margin-top: 8px;
}
@media (max-width: 480px) {
  .v4-cart-page .v2-cart-full table .v2-cart-product-item-name, .v4-full-cart-order .v2-cart-full table .v2-cart-product-item-name {
    margin-top: 2px;
  }
}
.v4-cart-page .v2-cart-full table .v2-cart-product-item-article, .v4-full-cart-order .v2-cart-full table .v2-cart-product-item-article {
  padding-top: 38px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.005em;
  color: #959A9D;
}
@media (max-width: 480px) {
  .v4-cart-page .v2-cart-full table .v2-cart-product-item-article, .v4-full-cart-order .v2-cart-full table .v2-cart-product-item-article {
    padding-top: 2px;
  }
}
.v4-cart-page .v2-cart-full table .v4-ajaxcart-price, .v4-full-cart-order .v2-cart-full table .v4-ajaxcart-price {
  flex-direction: column;
}
@media (max-width: 480px) {
  .v4-cart-page .v2-cart-full table .v4-ajaxcart-price, .v4-full-cart-order .v2-cart-full table .v4-ajaxcart-price {
    grid-row: 2;
  }
}
.v4-cart-page .v2-cart-full table .v4-ajaxcart-price .v4-ajaxcart-price-lines, .v4-full-cart-order .v2-cart-full table .v4-ajaxcart-price .v4-ajaxcart-price-lines {
  display: flex;
  flex-direction: column;
  gap: 5px;
  height: 82px;
}
@media (max-width: 480px) {
  .v4-cart-page .v2-cart-full table .v4-ajaxcart-price .v4-ajaxcart-price-lines, .v4-full-cart-order .v2-cart-full table .v4-ajaxcart-price .v4-ajaxcart-price-lines {
    height: auto;
  }
}
.v4-cart-page .v2-cart-full table .v4-ajaxcart-price .v4-ajaxcart-price-line2, .v4-cart-page .v2-cart-full table .v4-ajaxcart-price .v4-ajaxcart-price-discount-price, .v4-full-cart-order .v2-cart-full table .v4-ajaxcart-price .v4-ajaxcart-price-line2, .v4-full-cart-order .v2-cart-full table .v4-ajaxcart-price .v4-ajaxcart-price-discount-price {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  text-align: right;
  letter-spacing: 0.005em;
  color: #DC2626;
}
@media (max-width: 480px) {
  .v4-cart-page .v2-cart-full table .v4-ajaxcart-price .v4-ajaxcart-price-line2, .v4-cart-page .v2-cart-full table .v4-ajaxcart-price .v4-ajaxcart-price-discount-price, .v4-full-cart-order .v2-cart-full table .v4-ajaxcart-price .v4-ajaxcart-price-line2, .v4-full-cart-order .v2-cart-full table .v4-ajaxcart-price .v4-ajaxcart-price-discount-price {
    text-align: left;
  }
}
.v4-cart-page .v2-cart-full table .v4-ajaxcart-price .v4-ajaxcart-price-line1, .v4-full-cart-order .v2-cart-full table .v4-ajaxcart-price .v4-ajaxcart-price-line1 {
  display: flex;
  gap: 8px;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 480px) {
  .v4-cart-page .v2-cart-full table .v4-ajaxcart-price .v4-ajaxcart-price-line1, .v4-full-cart-order .v2-cart-full table .v4-ajaxcart-price .v4-ajaxcart-price-line1 {
    justify-content: flex-start;
  }
}
.v4-cart-page .v2-cart-full table .v4-ajaxcart-price .v4-ajaxcart-price-line1 .v2-share2, .v4-full-cart-order .v2-cart-full table .v4-ajaxcart-price .v4-ajaxcart-price-line1 .v2-share2 {
  top: 0;
  position: relative;
  left: 0;
  display: flex;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 0.005em;
  height: 20px;
}
.v4-cart-page .v2-cart-full table .v4-ajaxcart-price .v4-ajaxcart-price-line1 .price.price_no_discount, .v4-full-cart-order .v2-cart-full table .v4-ajaxcart-price .v4-ajaxcart-price-line1 .price.price_no_discount {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  display: flex;
  align-items: center;
  letter-spacing: 0.005em;
  text-decoration-line: line-through;
  color: #394345;
}
.v4-cart-page .v2-cart-full table .v4-ajaxcart-price .v4-ajaxcart-price-line1 .price.price_with_discount, .v4-full-cart-order .v2-cart-full table .v4-ajaxcart-price .v4-ajaxcart-price-line1 .price.price_with_discount {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 27px;
  display: flex;
  align-items: center;
  letter-spacing: 0.005em;
  color: #394345;
}
.v4-cart-page .v2-cart-full table .v4-ajaxcart-price .v4-ajaxcart-price-line1 .price.price_with_discount b, .v4-full-cart-order .v2-cart-full table .v4-ajaxcart-price .v4-ajaxcart-price-line1 .price.price_with_discount b {
  font-weight: 700;
}
.v4-cart-page .v2-cart-full table .v4-ajaxcart-price .v4-ajaxcart-price-line1 .price.price_with_discount.cart-skidka, .v4-full-cart-order .v2-cart-full table .v4-ajaxcart-price .v4-ajaxcart-price-line1 .price.price_with_discount.cart-skidka {
  color: #DC2626;
}
.v4-cart-page .v2-cart-full table .v4-ajaxcart-price .delete-fav, .v4-full-cart-order .v2-cart-full table .v4-ajaxcart-price .delete-fav {
  display: flex;
  gap: 14px;
  align-items: center;
  justify-content: flex-end;
}
.v4-cart-page .v2-cart-full table .v4-ajaxcart-price .fav-cat-add, .v4-cart-page .v2-cart-full table .v4-ajaxcart-price .fav-cat-del, .v4-full-cart-order .v2-cart-full table .v4-ajaxcart-price .fav-cat-add, .v4-full-cart-order .v2-cart-full table .v4-ajaxcart-price .fav-cat-del {
  text-decoration: none !important;
}
.v4-cart-page .v2-cart-submit-order-block-col, .v4-full-cart-order .v2-cart-submit-order-block-col {
  position: sticky;
  top: 20px; /* или сколько надо от верха */
  display: flex;
  flex: 0 0 auto;
  width: 384px;
}
@media (max-width: 480px) {
  .v4-cart-page .v2-cart-submit-order-block-col, .v4-full-cart-order .v2-cart-submit-order-block-col {
    width: 100%;
    position: static;
  }
}
.v4-cart-page .v2-cart-submit-order-block-col .v2-cart-widget-col3, .v4-cart-page .v2-cart-submit-order-block-col .v2-tovarov, .v4-full-cart-order .v2-cart-submit-order-block-col .v2-cart-widget-col3, .v4-full-cart-order .v2-cart-submit-order-block-col .v2-tovarov {
  width: 100%;
}
.v4-cart-page .v2-cart-submit-order-block, .v4-full-cart-order .v2-cart-submit-order-block {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  padding: 32px;
  gap: 32px;
  background: #FFFFFF;
  box-shadow: 0px 2px 10px rgba(9, 9, 11, 0.15);
  border-radius: 8px;
}
@media (max-width: 480px) {
  .v4-cart-page .v2-cart-submit-order-block, .v4-full-cart-order .v2-cart-submit-order-block {
    width: auto;
    padding: 16px 0 0 0;
    box-shadow: none;
    border-radius: 0;
  }
}
.v4-cart-page .v2-cart-submit-order-block .itogo span, .v4-cart-page .v2-cart-submit-order-block .itogo b, .v4-full-cart-order .v2-cart-submit-order-block .itogo span, .v4-full-cart-order .v2-cart-submit-order-block .itogo b {
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 41px;
  letter-spacing: 0.005em;
  color: #394345;
}

.v4-full-cart-order {
  display: flex;
  gap: 32px;
}
@media (max-width: 480px) {
  .v4-full-cart-order {
    flex-direction: column;
    gap: 16px;
  }
}
.v4-full-cart-order .v2-not-full-cart {
  flex: 1 1 auto;
}

.ordersneworder .v2-content .name h1 {
  display: flex;
  align-items: center;
  gap: 8px;
}
.ordersneworder .v2-content .name h1 a {
  display: flex;
}

.v2-cart-title {
  display: flex;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 33px;
  letter-spacing: 0.005em;
  color: #CACDCE;
  background: url("../img/v4/chevron_down_24_grey.png") no-repeat left center;
  padding-left: 32px;
  margin-bottom: 32px;
  margin-top: 32px;
}
@media (max-width: 480px) {
  .v2-cart-title {
    margin-bottom: 16px;
    margin-top: 16px;
  }
}
.v2-cart-title.opened {
  color: #394345;
  background: url("../img/v4/chevron-up_24.png") no-repeat left center;
}

.v4-cart-city-change-title, .mtp-summary-address-content-title {
  margin-bottom: 16px;
  display: flex;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 0.005em;
  color: #394345;
}

.mtp-summary-address-content {
  display: flex;
  flex-direction: column;
  margin-bottom: 16px;
}
.mtp-summary-address-content * {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.005em;
  color: #394345;
}

.mtp-summary-address-address {
  margin-bottom: 16px;
}

.v2-shipping-city-label {
  display: flex;
  align-items: center;
  margin-bottom: 32px;
  gap: 32px;
}
@media (max-width: 480px) {
  .v2-shipping-city-label {
    justify-content: space-between;
    margin-bottom: 16px;
  }
}
.v2-shipping-city-label span {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.005em;
  color: #394345;
}

.cart-shipping-table {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.cart-shipping-table .v2-shipping-item {
  border-bottom: 1px solid #CFCCC4;
  padding: 10px 0 24px 0;
}
.cart-shipping-table .v2-shipping-item .v2-shipping-item-inner {
  display: flex;
  cursor: pointer;
}
@media (max-width: 480px) {
  .cart-shipping-table .v2-shipping-item .v2-shipping-item-inner {
    flex-wrap: wrap;
  }
}
.cart-shipping-table .v2-shipping-item .v2-shipping-item-inner .v2-shipping-sp-checkbox {
  box-sizing: border-box;
  display: flex;
  margin-right: 8px;
  width: 16px;
  height: 16px;
  background: #FFFFFF;
  border: 1px solid #CACDCE;
  border-radius: 999px;
  flex: 0 0 16px;
}
.cart-shipping-table .v2-shipping-item .v2-shipping-item-inner .v2-shipping-sp-info1 {
  flex: 0 0 330px;
  margin-right: 16px;
}
@media (max-width: 480px) {
  .cart-shipping-table .v2-shipping-item .v2-shipping-item-inner .v2-shipping-sp-info1 {
    flex: 1 1 auto;
    margin-right: 0;
  }
}
.cart-shipping-table .v2-shipping-item .v2-shipping-item-inner .v2-shipping-sp-name {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.005em;
  color: #394345;
  margin-bottom: 4px;
  display: flex;
}
.cart-shipping-table .v2-shipping-item .v2-shipping-item-inner .v2-shipping-sp-descr {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  display: flex;
  align-items: center;
  letter-spacing: 0.005em;
  color: #959A9D;
}
.cart-shipping-table .v2-shipping-item .v2-shipping-item-inner .v2-shipping-sp-dates {
  flex: 1 1 auto;
  text-align: left;
}
@media (max-width: 480px) {
  .cart-shipping-table .v2-shipping-item .v2-shipping-item-inner .v2-shipping-sp-dates {
    padding: 8px 0 8px 24px;
    width: 100%;
    box-sizing: border-box;
  }
}
.cart-shipping-table .v2-shipping-item .v2-shipping-item-inner .v2-shipping-sp-time {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.005em;
  color: #394345;
}
.cart-shipping-table .v2-shipping-item .v2-shipping-item-inner .v2-shipping-sp-price-cont {
  flex: 0 0 120px;
  text-align: right;
}
@media (max-width: 480px) {
  .cart-shipping-table .v2-shipping-item .v2-shipping-item-inner .v2-shipping-sp-price-cont {
    flex: 0 0 auto;
    text-align: left;
    padding-left: 24px;
    width: 100%;
    box-sizing: border-box;
  }
}
.cart-shipping-table .v2-shipping-item .v2-shipping-item-inner .v2-shipping-sp-price {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 19px;
  letter-spacing: 0.005em;
  color: #394345;
}
.cart-shipping-table .v2-shipping-item.checked .v2-shipping-item-inner .v2-shipping-sp-checkbox {
  background: #5CA595;
  border: 1px solid #2D4F47;
  position: relative;
}
.cart-shipping-table .v2-shipping-item.checked .v2-shipping-item-inner .v2-shipping-sp-checkbox::after {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  background: #FFFFFF;
  left: 4px;
  top: 4px;
  border-radius: 50%;
}

.v4-order-after-item .v4-order-after-sp-price {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.v4-order-after-item .v4-order-after-sp-price .v4-order-after-btn {
  display: flex;
  justify-content: flex-end;
}
.v4-order-after-item .v4-order-after-sp-price .v4-order-after-sp {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  display: flex;
  align-items: center;
  letter-spacing: 0.005em;
  color: #394345;
}
.v4-order-after-item .dd-col1 {
  text-align: left;
}
.v4-order-after-item .images {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.v4-order-after-item * {
  white-space: nowrap;
}

.v2-cart-shipping-block.v2-form {
  width: 100%;
  max-width: 100%;
}

.cart-yymap-container .yymap {
  width: calc(100vw - 488px);
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1300;
}
@media (max-width: 480px) {
  .cart-yymap-container .yymap {
    position: relative;
  }
}

.v4-cart-pvz-controls .v2-shipping-variant-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
  height: 38px;
  margin-bottom: 32px;
  justify-content: space-between;
}
@media (max-width: 480px) {
  .v4-cart-pvz-controls .v2-shipping-variant-wrapper {
    margin-bottom: 16px;
  }
}
.v4-cart-pvz-controls .v2-shipping-variant-checkbox {
  width: 340px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 480px) {
  .v4-cart-pvz-controls .v2-shipping-variant-checkbox {
    width: 100%;
  }
}
.v4-cart-pvz-controls .v2-shipping-variant-checkbox-inner {
  display: flex;
  gap: 16px;
  transition: transform 0.3s ease;
  will-change: transform;
}
@media (max-width: 480px) {
  .v4-cart-pvz-controls .v2-shipping-variant-checkbox-inner {
    overflow-x: hidden;
    width: 100%;
    touch-action: pan-y; /* разрешаем горизонтальный drag */
  }
}
.v4-cart-pvz-controls .v2-shipping-variant-nav {
  display: flex;
  gap: 12px;
  align-items: center;
  flex-shrink: 0;
}
@media (max-width: 480px) {
  .v4-cart-pvz-controls .v2-shipping-variant-nav {
    display: none;
  }
}
.v4-cart-pvz-controls .v2-shipping-nav-btn {
  background: none;
  border: none;
  cursor: pointer;
  color: #959A9D;
  font-size: 30px;
  line-height: 24px;
  padding: 0;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.2s ease;
}
.v4-cart-pvz-controls .v2-shipping-nav-btn:hover:not(:disabled) {
  color: #394345;
}
.v4-cart-pvz-controls .v2-shipping-nav-btn:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
.v4-cart-pvz-controls .map-pvz-search {
  margin-bottom: 32px;
}
@media (max-width: 480px) {
  .v4-cart-pvz-controls .map-pvz-search {
    margin-bottom: 16px;
  }
}
.v4-cart-pvz-controls .map-text-point {
  border-bottom: 1px solid #CFCCC4;
  cursor: pointer;
  margin-bottom: 16px;
}
.v4-cart-pvz-controls .map-text-point .v4-map-text-point-inner {
  display: flex;
  flex-direction: column;
  padding: 8px 53px 8px 40px;
  border-radius: 8px;
  margin-bottom: 16px;
  background: url("../img/v4/mtp1.png") no-repeat 16px 10px;
}
.v4-cart-pvz-controls .map-text-point .v4-map-text-point-inner .mtp-address-hidden, .v4-cart-pvz-controls .map-text-point .v4-map-text-point-inner .mtp-phone-hidden, .v4-cart-pvz-controls .map-text-point .v4-map-text-point-inner .mtp-summary-address-hidden {
  display: none;
}
.v4-cart-pvz-controls .map-text-point .v4-map-text-point-inner .group-visible, .v4-cart-pvz-controls .map-text-point .v4-map-text-point-inner .mtp-sr {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.005em;
  color: #394345;
}
.v4-cart-pvz-controls .map-text-point .v4-map-text-point-inner .mtp-sr {
  font-weight: 700;
  margin-top: 4px;
}
.v4-cart-pvz-controls .map-text-point .v4-map-text-point-inner .mtp-info2 {
  margin-top: 4px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  display: flex;
  align-items: center;
  letter-spacing: 0.005em;
  color: #DC2626;
}
.v4-cart-pvz-controls .map-text-point:hover .v4-map-text-point-inner {
  background-color: #F5F5F3;
}
.v4-cart-pvz-controls .map-text-point.mtp-checked-point .v4-map-text-point-inner {
  background: url("../img/v4/mtp2.png") no-repeat 16px 10px;
}

.v2-shipping-variant-checkbox label {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: 0.005em;
  color: #394345;
  box-sizing: border-box;
  padding: 2px 8px;
  gap: 8px;
  border: 1px solid #959A9D;
  border-radius: 100px;
  white-space: nowrap;
}

.v4-cartmap-popup-content {
  display: flex;
  flex-direction: column;
}
@media (max-width: 480px) {
  .v4-cartmap-popup-content {
    overflow: hidden;
  }
}
.v4-cartmap-popup-content .yymap-container.scrollable {
  flex: 1 1 auto;
  overflow-y: auto;
  min-height: 0;
}

.v4-cartmap-popup-content > :not(.yymap-container.scrollable) {
  flex: 0 0 auto;
}
@media (max-width: 480px) {
  .v4-cartmap-popup-content > :not(.yymap-container.scrollable) {
    flex: 0 0 auto;
  }
}

.v4-final-pvz-choose {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 32px;
  position: fixed;
  width: 488px;
  height: 150px;
  right: 0px;
  bottom: 0px;
  background: #FFFFFF;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.25);
  box-sizing: border-box;
  z-index: 2001;
}
@media (max-width: 480px) {
  .v4-final-pvz-choose {
    width: 100%;
    height: 65px;
    padding: 16px;
  }
}
.v4-final-pvz-choose .v4-final-pvz-choose-close {
  margin-top: 16px;
}

.new-address-block-bg {
  z-index: 1200 !important;
  background: #394345 !important;
  opacity: 50% !important;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.v2-first-order .v2-fo-col1 {
  font-weight: 700;
}
.v2-first-order .v2-fo-col2 {
  display: flex;
  flex-direction: column;
  margin-bottom: 24px;
}
.v2-first-order .v2-fo-col2 span {
  font-size: 13px;
}

.v2-cart-address-block {
  display: flex;
  gap: 32px;
  max-width: 100% !important;
  width: 100%;
}
@media (max-width: 480px) {
  .v2-cart-address-block {
    flex-direction: column;
  }
}
.v2-cart-address-block .v2-col2 {
  flex: 1 1 50%;
}
.v2-cart-address-block .v2-promo-error.promo-code-message {
  color: #DC2626;
  padding: 4px 0;
  font-size: 13px;
  position: absolute;
  bottom: -31px;
  right: 0;
}
.v2-cart-address-block .v2-promo-inner {
  position: relative;
}
.v2-cart-address-block .v4-form-item.promocode-item {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-areas: "label label" "input button";
  gap: 4px 16px;
}
.v2-cart-address-block .v4-form-item.promocode-item > label {
  grid-area: label;
}
.v2-cart-address-block .v4-form-item.promocode-item .v2-promo-input {
  grid-area: input;
}
.v2-cart-address-block .v4-form-item.promocode-item .v2-promo-button {
  grid-area: button;
}

.v2-cart-payment-block .v4-sposobi-oplati .v4-radio-cont {
  display: flex;
  flex-direction: column;
}

.v2-cart-payment-block .v2-form.radiogroup {
  max-width: 100%;
}

.v4-empty-cart-in-cart {
  display: none;
}

.full-all-fields {
  display: none !important;
}

.v2-cart-payment-info2, .v2-these-fields2 {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  display: flex;
  letter-spacing: 0.005em;
  color: #DC2626;
  padding-top: 8px;
}

.v2-cart-payment-info2:empty {
  display: none !important;
}

.v4-sposobi-oplati.v4-form-item.radio-item .v4-radio-cont .v4-radio-elem {
  align-items: flex-start !important;
}
.v4-sposobi-oplati.v4-form-item.radio-item .v4-radio-cont .v4-radio-elem .v4-radio-point {
  position: relative;
  top: 3px;
  flex: 0 0 16px;
}

.v2-new-cart-agree {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.v4-col2-agree {
  margin-top: 16px;
}

.v4-thankyou-for-order {
  max-width: 960px;
  margin: 0 auto;
  padding: 52px 32px;
  box-sizing: border-box;
  text-align: center;
  display: flex;
  align-content: center;
  flex-direction: column;
  gap: 32px;
}
.v4-thankyou-for-order .v4-t-title {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 27px;
  text-align: center;
  letter-spacing: 0.005em;
  color: #5CA595;
}
.v4-thankyou-for-order .v4-t-text {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  letter-spacing: 0.005em;
  color: #394345;
}
.v4-thankyou-for-order .v4-t-text.justify-center {
  display: flex;
  justify-content: center;
}
.v4-thankyou-for-order .v4-t-text a {
  color: #5CA595;
}

/* endregion*/
/* region COOKIE */
.cookie-banner {
  position: fixed;
  right: 80px;
  bottom: 20px;
  max-width: 280px;
  background: #fff;
  color: #394345;
  padding: 15px 16px;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  font-size: 14px;
  line-height: 1.4;
  z-index: 9999;
  display: none;
  flex-direction: column;
  gap: 16px;
}

.cookie-banner a {
  color: #5CA595;
  text-decoration: underline;
  display: inline-block;
  margin-top: 8px;
}
.cookie-banner a:hover {
  text-decoration: none;
}

/* endregion*/
/* region MOBILE */
@media (max-width: 480px) {
  .v4-ret-form-main-btn {
    background: #394345 !important;
    width: 100% !important;
  }
}

.v4-one-time-city-popup {
  display: none;
  position: fixed;
  height: 367px;
  width: 100%;
  box-sizing: border-box;
  background: #fff;
  left: 0;
  bottom: 0;
  padding: 0;
  border: 0;
  z-index: 2000;
  border-radius: 8px 8px 0 0;
  box-shadow: 0 8px 5px 0 rgba(0, 0, 0, 0.0784313725), 0 20px 13px 0 rgba(0, 0, 0, 0.031372549);
}
@media (max-width: 480px) {
  .v4-one-time-city-popup {
    display: block;
  }
}
.v4-one-time-city-popup .v4-one-time-city-popup-content {
  padding: 16px;
  position: relative;
  display: flex;
  flex-direction: column;
}
.v4-one-time-city-popup .v4-one-time-city-popup-content .v4-one-time-city-popup-close {
  position: absolute;
  right: 16px;
  top: 16px;
}
.v4-one-time-city-popup .v4-one-time-city-popup-content .v4-one-time-city-popup-logo {
  margin-top: 40px;
  margin-bottom: 32px;
  text-align: center;
}
.v4-one-time-city-popup .v4-one-time-city-popup-content .v4-one-time-city-popup-text {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 33px;
  text-align: center;
  letter-spacing: 0.005em;
  color: #394345;
  margin-bottom: 48px;
}
.v4-one-time-city-popup .v4-one-time-city-popup-content .v4-one-time-city-popup-buttons {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.v4-one-time-city-popup-bg {
  display: none;
  width: 100vw;
  height: 100vh;
  z-index: 1300;
  background: #394345;
  opacity: 50%;
  position: fixed;
  left: 0;
  top: 0;
}
@media (max-width: 480px) {
  .v4-one-time-city-popup-bg {
    display: block;
  }
}

@media (max-width: 480px) {
  .v4-footer {
    margin-bottom: 72px;
  }
}

.v4-mobile-footer-menu {
  display: none;
}
@media (max-width: 480px) {
  .v4-mobile-footer-menu {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 16px;
    gap: 8px;
    height: 72px;
    background: #FFFFFF;
    box-shadow: 0px 24px 40px rgba(0, 0, 0, 0.04), 0px 2px 8px rgba(0, 0, 0, 0.1);
    z-index: 1000;
  }
  .v4-mobile-footer-menu .item {
    flex: 1 1 calc(20% - 8px);
    display: flex;
    text-align: center;
    justify-content: center;
    position: relative;
  }
  .v4-mobile-footer-menu .item a {
    text-decoration: none;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    letter-spacing: 0.005em;
    color: #394345;
  }
  .v4-mobile-footer-menu .item.active a {
    color: #5CA595;
  }
  .v4-mobile-footer-menu .item.active svg path, .v4-mobile-footer-menu .item.active svg circle {
    stroke: #5CA595;
  }
}

.v4-lkmenu-popup-content ul.mymenu-left {
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  gap: 16px;
}
.v4-lkmenu-popup-content ul.mymenu-left li {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 8px;
  gap: 8px;
  border-radius: 6px;
}
.v4-lkmenu-popup-content ul.mymenu-left li a {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  display: flex;
  align-items: center;
  letter-spacing: 0.005em;
  text-decoration: none;
  color: #394345;
}

/* endregion */
.newsfulltext table {
  width: 100% !important;
}
.newsfulltext table tr {
  border: none !important;
  background: none !important;
}

/* region mobile */
@media (max-width: 480px) {
  .cardbalance-form .v4-radio-cont.v4-radio-cont-inline {
    flex-direction: column !important;
  }
}

@media (max-width: 480px) {
  .v2-vac-form3.v4-form-item.submit-item {
    margin-top: 4px;
    width: 100%;
  }
}

@media (max-width: 768px) {
  .v2-page-content img {
    max-width: 100% !important;
    height: auto !important;
  }
}

.v4-mobile-responsitive-table {
  overflow-x: hidden;
  width: 100%;
  touch-action: pan-y; /* разрешаем горизонтальный drag */
}

@media (max-width: 480px) {
  .warranty .v4-tabs span {
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  body.podarok .v2-content img {
    float: none;
    width: auto;
    height: auto;
    max-width: 100%;
    margin: 0;
  }
}

@media (max-width: 480px) {
  body.brands .up {
    bottom: 100px;
    right: 34px;
  }
}

.v4-pickup-mobile-type-change {
  display: none;
}
@media (max-width: 480px) {
  .v4-pickup-mobile-type-change {
    min-height: 0;
    flex: 1 1 auto;
    flex-direction: column;
  }
  .v4-pickup-mobile-type-change .v4-tabs-cont {
    min-height: 0;
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
  }
  .v4-pickup-mobile-type-change .v4-tabs-content {
    flex: 1 1 auto;
    overflow-y: auto;
    min-height: 0;
  }
  .v4-pickup-mobile-type-change .v4-tabs-content .v4-tabs {
    padding-bottom: 20px;
  }
  .v4-pickup-mobile-type-change .v4-tabs-content-item.map-item {
    overflow: hidden;
  }
}

@media (max-width: 480px) {
  .v4-checkout-mobile-type-change {
    flex: 1 1 auto !important;
    overflow: auto !important;
  }
  .v4-checkout-mobile-type-change .v4-tabs-content {
    flex: 1 1 auto;
    overflow: auto !important;
    min-height: 0;
  }
  .v4-checkout-mobile-type-change .v4-tabs-content .v4-tabs {
    padding-bottom: 16px;
  }
}

@media (max-width: 480px) {
  .v4-gallery-modal {
    flex-direction: column-reverse;
  }
  .v4-gallery-modal .v4-gallery-main-container {
    height: 100vh;
    display: block;
    overflow: hidden;
    position: relative;
    width: 100vw;
  }
  .v4-gallery-modal .v4-gallery-main-image.zoom-in {
    max-width: 100%;
    max-height: none;
    width: 100%;
    overflow: hidden;
    height: 100vh;
    touch-action: pan-x pan-y;
  }
  .v4-gallery-modal .v4-gallery-main-image.zoom-out {
    max-height: 100%;
    max-width: 100%;
    width: 100vw;
    height: 100vh;
  }
  .v4-gallery-modal .v4-gallery-main-image img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    width: 100%; /* высоту и шрину можно исправить на auto в zoom-out */
    height: 100%;
    object-fit: contain;
    transition: opacity 0.6s ease;
  }
  .v4-gallery-modal .v4-gallery-main-image.zoom-in img {
    object-fit: inherit;
    width: auto;
    height: 150vh;
    position: relative;
    z-index: 3;
    max-width: none;
    max-height: none;
  }
  .v4-gallery-modal .v4-gallery-mini {
    width: 95%;
    margin-left: 2.5%;
    height: 20px;
    padding: 0;
    box-sizing: border-box;
    overflow-y: hidden;
    overflow-x: hidden;
    display: flex;
    flex-direction: row;
    gap: 8px;
    position: absolute;
    z-index: 2;
  }
  .v4-gallery-modal .v4-gallery-mini-item {
    width: inherit;
    cursor: pointer;
    opacity: 1;
    transition: opacity 0.2s ease, border-color 0.2s ease;
    border: none;
    background: none;
    border-radius: 0px;
    height: 20px;
    position: relative;
  }
  .v4-gallery-modal .v4-gallery-mini-item img {
    display: none;
  }
  .v4-gallery-modal .v4-gallery-mini-item::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    height: 2px !important;
    background: #cacdce !important;
    border-radius: 100px !important;
  }
}

.orderscart .v4-viewed-items {
  padding: 0;
}

.ordersneworder .v2-cart-submit-order-block {
  /*padding-top:0;*/
}
.ordersneworder .v4-popup-bg {
  /*z-index: 1200;*/
}
@media (max-width: 480px) {
  .ordersneworder .v4-final-pvz-choose {
    height: auto;
  }
  .ordersneworder .v4-final-pvz-choose .v4-final-pvz-choose-chosen-info {
    width: 100%;
  }
  .ordersneworder .v4-final-pvz-choose .v4-map-text-point-inner {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-bottom: 24px;
  }
  .ordersneworder .v4-final-pvz-choose .v4-map-text-point-inner .mtp-address-hidden, .ordersneworder .v4-final-pvz-choose .v4-map-text-point-inner .mtp-phone-hidden, .ordersneworder .v4-final-pvz-choose .v4-map-text-point-inner .mtp-summary-address-hidden {
    display: none;
  }
  .ordersneworder .v4-final-pvz-choose .v4-map-text-point-inner .group-visible, .ordersneworder .v4-final-pvz-choose .v4-map-text-point-inner .mtp-sr {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.005em;
    color: #394345;
  }
  .ordersneworder .v4-final-pvz-choose .v4-map-text-point-inner .mtp-sr {
    font-weight: 700;
    margin-top: 4px;
  }
  .ordersneworder .v4-final-pvz-choose .v4-map-text-point-inner .mtp-info2 {
    margin-top: 4px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    display: flex;
    align-items: center;
    letter-spacing: 0.005em;
    color: #DC2626;
  }
}

/* endregion */
/* region extended_sliders */
.v2-sliders.v2-slider.v2-brand-sliders #slides .bx-wrapper .bx-controls-direction {
  display: none;
}
.v2-sliders.v2-slider.v2-brand-sliders #slides .bx-wrapper .bx-controls-direction .bx-prev {
  left: -20px !important;
  background: url(../img/v4/slider_left.png) no-repeat;
}
.v2-sliders.v2-slider.v2-brand-sliders #slides .bx-wrapper .bx-controls-direction .bx-next {
  right: -20px;
  background: url(../img/v4/slider_right.png) no-repeat;
}
.v2-sliders.v2-slider.v2-brand-sliders #slides .bx-wrapper:hover .bx-controls-direction {
  display: block;
}
.v2-sliders.v2-slider.v2-brand-sliders #slides .bx-wrapper .bx-pager-item .bx-pager-link {
  width: 60px !important;
  height: 2px !important;
  border-radius: 100px !important;
  background: #E5E7EB !important;
  margin: 0 4px 0 0 !important;
}
.v2-sliders.v2-slider.v2-brand-sliders #slides .bx-wrapper .bx-pager-item .bx-pager-link.active {
  background: #4F575C !important;
}

/* endregion */
/* region samovivoz cart discount popup */
.v4-samovivoz-cart-discount-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.v4-samovivoz-cart-discount-item {
  display: flex;
  gap: 14px;
  align-items: flex-start;
}

.v4-samovivoz-cart-discount-img {
  width: 56px;
  height: 56px;
  object-fit: contain;
  border-radius: 6px;
  background: #fff;
}

.v4-samovivoz-cart-discount-item-info {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
}

.v4-samovivoz-cart-discount-prices {
  margin-top: 6px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  text-align: right;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.005em;
  color: #DC2626;
}
.v4-samovivoz-cart-discount-prices b {
  font-weight: 700;
  color: #394345;
}

.v4-samovivoz-cart-discount-ok {
  margin-top: 16px;
  display: flex;
  justify-content: center;
}

/* endregion */
/* region samovivoz cart discount popup (styles like basket) */
.v4-samovivoz-cart-discount-popup .v2-cart-full {
  flex: 1 1 auto;
}
.v4-samovivoz-cart-discount-popup .v2-cart-full table {
  display: flex;
  width: 100%;
}
.v4-samovivoz-cart-discount-popup .v2-cart-full table tbody {
  width: 100%;
}
.v4-samovivoz-cart-discount-popup .v2-cart-full table tr {
  display: flex;
  gap: 16px;
  padding: 32px 0;
  border-top: 1px solid #CFCCC4;
  border-bottom: 1px solid #CFCCC4;
  margin-bottom: -1px;
  flex-wrap: nowrap;
  width: 100%;
  box-sizing: border-box;
}
.v4-samovivoz-cart-discount-popup .v2-cart-full table td {
  display: flex;
}
.v4-samovivoz-cart-discount-popup .v2-cart-full table {
  /* первые два — фикс */
}
.v4-samovivoz-cart-discount-popup .v2-cart-full table .v4-cart-table-img {
  flex: 0 0 84px;
}
.v4-samovivoz-cart-discount-popup .v2-cart-full table .v4-cart-table-img img, .v4-samovivoz-cart-discount-popup .v2-cart-full table .v4-cart-table-img a {
  border: none;
  outline: none;
}
.v4-samovivoz-cart-discount-popup .v2-cart-full table .v4-cart-table-img img {
  display: block;
  width: 100%;
  height: auto;
}
.v4-samovivoz-cart-discount-popup .v2-cart-full table .v4-cart-table-inf {
  flex: 0 0 140px;
}
.v4-samovivoz-cart-discount-popup .v2-cart-full table {
  /* третий и четвертый — 50% / 50% */
}
.v4-samovivoz-cart-discount-popup .v2-cart-full table .v4-ajaxcart-r-k,
.v4-samovivoz-cart-discount-popup .v2-cart-full table .v4-ajaxcart-price {
  flex: 1 1 0;
}
.v4-samovivoz-cart-discount-popup .v2-cart-full table .v2-cart-product-item-link {
  text-decoration: none !important;
  width: 200px;
  display: flex;
  flex-direction: column;
}
.v4-samovivoz-cart-discount-popup .v2-cart-full table .v2-cart-product-item-brand,
.v4-samovivoz-cart-discount-popup .v2-cart-full table .v2-cart-product-item-name {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.005em;
  color: #394345;
}
.v4-samovivoz-cart-discount-popup .v2-cart-full table .v2-cart-product-item-name {
  margin-top: 8px;
}
.v4-samovivoz-cart-discount-popup .v2-cart-full table .v2-cart-product-item-article {
  padding-top: 38px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.005em;
  color: #959A9D;
}
.v4-samovivoz-cart-discount-popup .v2-cart-full table .v4-ajaxcart-price {
  flex-direction: column;
}
.v4-samovivoz-cart-discount-popup .v2-cart-full table .v4-ajaxcart-price .v4-ajaxcart-price-lines {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.v4-samovivoz-cart-discount-popup .v2-cart-full table .v4-ajaxcart-price .v4-ajaxcart-price-line2,
.v4-samovivoz-cart-discount-popup .v2-cart-full table .v4-ajaxcart-price .v4-ajaxcart-price-discount-price {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  text-align: right;
  letter-spacing: 0.005em;
  color: #DC2626;
  white-space: nowrap;
}
.v4-samovivoz-cart-discount-popup .v2-cart-full table .v4-ajaxcart-price .v4-ajaxcart-price-line1 {
  display: flex;
  gap: 8px;
  justify-content: flex-end;
  align-items: end;
  flex-direction: column;
  white-space: nowrap;
}
.v4-samovivoz-cart-discount-popup .v2-cart-full table .v4-ajaxcart-price .v4-ajaxcart-price-line1 .price.price_no_discount {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  display: flex;
  align-items: center;
  letter-spacing: 0.005em;
  text-decoration-line: line-through;
  color: #394345;
}
.v4-samovivoz-cart-discount-popup .v2-cart-full table .v4-ajaxcart-price .v4-ajaxcart-price-line1 .price.price_with_discount {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 27px;
  display: flex;
  align-items: center;
  letter-spacing: 0.005em;
  color: #394345;
}
.v4-samovivoz-cart-discount-popup .v2-cart-full table .v4-ajaxcart-price .v4-ajaxcart-price-line1 .price.price_with_discount b {
  font-weight: 700;
}
.v4-samovivoz-cart-discount-popup .v2-cart-full table .v4-ajaxcart-price .v4-ajaxcart-price-line1 .price.price_with_discount.cart-skidka {
  color: #DC2626;
}

/* endregion */
.v2-product-dop-skidka {
  background: #CEE4DF !important;
  padding: 16px;
  font-weight: 500;
  font-size: 16px;
  border-radius: 8px;
  color: #4f4f4f !important;
  margin-bottom: 16px;
}

/* region registerbonus */
.v4-lo-page-banner {
  margin-bottom: 32px;
}
.v4-lo-page-banner img {
  max-width: 100%;
  height: auto;
}

.v4-lo-page .collapse-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 32px;
  position: relative;
}
@media (max-width: 480px) {
  .v4-lo-page .collapse-title {
    align-items: flex-start;
    padding-right: 0;
    flex-direction: column;
  }
}
.v4-lo-page .collapse-title::after {
  background: #5ca595;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  position: absolute;
  left: 8px;
  top: 50%;
  content: " ";
  margin-top: -6px;
}
@media (max-width: 480px) {
  .v4-lo-page .collapse-title::after {
    top: 17px;
  }
}
.v4-lo-page .collapse-title h3 {
  padding-bottom: 4px;
  padding-top: 4px;
}
.v4-lo-page .collapse-items .collapse-item {
  background: none !important;
  padding: 8px 0 8px;
  border-bottom: none;
}
.v4-lo-page .v4-lo-btn {
  background-image: url(../img/v4/chevron-down_24.png) !important;
  background-repeat: no-repeat !important;
  background-position: calc(100% - 24px) center !important;
  padding-right: 72px;
  padding-left: 32px;
}
.v4-lo-page .collapse-item.opened .v4-lo-btn {
  background-image: url(../img/v4/chevron-up_24.png) !important;
}
.v4-lo-page .v4-lo-go-to-form-link a {
  font-size: 17px !important;
  font-weight: 700 !important;
  text-decoration: underline !important;
}
.v4-lo-page .v4-lo-go-to-form-link a:hover {
  text-decoration: none !important;
}

.registerbonuslo .content.v2-content .name {
  display: none;
}

.registerbonusreg .content.v2-content .name {
  display: none;
}
.registerbonusreg .v2-content .v2-form {
  max-width: 100%;
}
.registerbonusreg .agree-btn.i-agree-holder {
  width: fit-content;
}
.registerbonusreg .agree-btn.i-agree-holder svg {
  margin-left: 8px;
  min-width: 14px;
}
@media (max-width: 480px) {
  .registerbonusreg .v4-form-item.submit-item .btn {
    width: auto !important;
  }
}
@media (max-width: 480px) {
  .registerbonusreg .v2-iagree-block br {
    display: none;
  }
}

.v4-lo-form-row {
  display: flex;
  gap: 128px;
}
@media (max-width: 480px) {
  .v4-lo-form-row {
    gap: 16px;
    flex-direction: column;
  }
}
.v4-lo-form-row .v4-lo-form-col1 {
  width: 70%;
}
@media (max-width: 480px) {
  .v4-lo-form-row .v4-lo-form-col1 {
    width: auto;
  }
}
.v4-lo-form-row .v4-lo-form-col1 .v4-form-lo-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
@media (max-width: 480px) {
  .v4-lo-form-row .v4-lo-form-col1 .v4-form-lo-items {
    grid-template-columns: 1fr;
  }
}

.v4-lo-form-col2 {
  width: 30%;
}
@media (max-width: 480px) {
  .v4-lo-form-col2 {
    width: auto;
  }
}
.v4-lo-form-col2 img {
  max-width: 100%;
  height: auto;
}

.hover-color {
  color: #5CA595;
}

.v4-lo-agree-sub-block {
  margin-top: 16px;
}

/* endregion */
