@charset "UTF-8";
.if-size-pc {
  display: block;
}

span.if-size-pc {
  display: inline;
}

@media only screen and (max-width: 480px) {
  .if-size-tb,
  .if-size-pc,
  .if-size-not-mb,
  span.if-size-tb,
  span.if-size-pc,
  span.if-size-not-mb {
    display: none;
  }
  .if-size-mb,
  .if-size-not-pc {
    display: block;
  }
  span.if-size-mb,
  span.if-size-not-pc {
    display: inline;
  }
}

@media only screen and (min-width: 481px) and (max-width: 959px) {
  .if-size-mb,
  .if-size-pc,
  span.if-size-mb,
  span.if-size-pc {
    display: none;
  }
  .if-size-tb,
  .if-size-not-mb,
  .if-size-not-pc {
    display: block;
  }
  span.if-size-tb,
  span.if-size-not-mb,
  span.if-size-not-pc {
    display: inline;
  }
}

@media only screen and (min-width: 960px) {
  .if-size-mb,
  .if-size-tb,
  .if-size-not-pc,
  span.if-size-mb,
  span.if-size-tb,
  span.if-size-not-pc {
    display: none;
  }
  .if-size-pc,
  .if-size-not-mb {
    display: block;
  }
  span.if-size-pc,
  span.if-size-not-mb {
    display: block;
  }
}

body,
html {
  margin: 0px;
  padding: 0px;
  min-height: 100%;
}

@media only screen and (min-width: 481px) {
  body,
  html {
    height: 100%;
  }
}

body {
  background-color: #fdfdfb;
  font: 14px "Roboto", Arial, Helvetica, sans-serif;
  line-height: 1.5em;
  color: #2B2B30;
}

@media only screen and (min-width: 960px) {
  body {
    min-width: 1320px;
  }
}

a img {
  border: 0;
}

a {
  color: #3361FF;
}

@media only screen and (min-width: 960px) {
  h1 {
    font-size: 30px;
    font-weight: 600;
    line-height: 36px;
  }
}

@media only screen and (max-width: 959px) {
  h1 {
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
  }
}

@media only screen and (min-width: 960px) {
  h2 {
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
  }
}

@media only screen and (max-width: 959px) {
  h2 {
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
  }
}

@media only screen and (min-width: 960px) {
  h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
  }
}

@media only screen and (max-width: 959px) {
  h3 {
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
  }
}

.clear-both {
  clear: both;
}

@media only screen and (min-width: 960px) {
  .layout-center {
    width: 1296px;
    margin: 0px auto;
  }
}

@media only screen and (max-width: 959px) {
  .layout-center {
    width: 100%;
    overflow-x: hidden;
  }
}

@media only screen and (max-width: 959px) {
  .layout-not-pc-pad,
  .layout-not-pc-pad-and-top {
    padding-left: 16px;
    padding-right: 16px;
    box-sizing: border-box;
  }
  .layout-not-pc-pad-and-top {
    padding-top: 24px;
  }
  .layout-leftCol-col {
    display: flex;
    padding: 8px 16px;
  }
  .layout-leftCol.type-overflow-visible.header {
    display: flex;
  }
}

@media only screen and (min-width: 960px) {
  .layout-leftCol {
    display: flex;
    padding: 8px;
  }
  .layout-leftCol-main {
    flex: 1;
  }
  .layout-leftCol:not(.type-overflow-visible) .layout-leftCol-main {
    overflow-x: auto;
  }
  .layout-leftCol.type-overflow-visible.header {
    position: relative;
  }
  .layout-leftCol.header-adv-buttons {
    margin-bottom: 16px;
  }
  .layout-leftCol-col {
    display: flex;
    width: 440px;
    margin-right: 24px;
    min-width: fit-content;
  }
  .siteLayoutRightColumn {
    display: flex;
  }
  .siteLayoutRightColumn-main {
    flex: 1;
  }
  .siteLayoutRightColumn-column {
    width: 332px;
    margin-left: 65px;
  }
}

.site-global-preloader {
  display: block;
  position: fixed;
  background: rgba(255, 255, 255, 0.6);
  z-index: 2000;
  animation: site-global-preloader-apear 1s;
}

.site-global-preloader, .site-global-preloader:after {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.site-global-preloader:after {
  content: "";
  display: block;
  position: absolute;
  background: no-repeat center center;
}

@media only screen and (min-width: 960px) {
  .site-global-preloader:after {
    background-image: url("../../images/blue-imp/loading.gif");
  }
}

@media only screen and (max-width: 959px) {
  .site-global-preloader:after {
    background-image: url("../../images/blue-imp/loading.gif");
  }
}

@keyframes site-global-preloader-apear {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.site-footer-menu-group-header {
  font-weight: 500;
  color: #2B2B30;
}

.site-footer-menu-group-phone {
  font-size: 30px;
  line-height: 36px;
  color: #2B2B30;
  padding-bottom: 6px;
  font-weight: 500;
}

.site-footer-menu-group-address {
  text-decoration: none;
  color: #3361FF;
  font-size: 14px;
  font-weight: 500;
}

.site-footer-menu-group-button {
  margin-top: 24px;
  margin-bottom: 24px;
  padding: 10px 20px 10px 20px;
  width: fit-content;
  display: flex;
  justify-content: center;
}

.site-footer-menu-group-button .button-caption {
  white-space: nowrap;
}

.site-footer-menu-links-one {
  margin-bottom: 14px;
  color: #515360;
}

@media only screen and (max-width: 959px) {
  .site-footer-menu-links-one:last-child {
    margin-bottom: 18px;
  }
}

.site-footer-menu-links-one-a {
  color: #515360;
  text-decoration: none;
}

.site-footer-menu-links-one-a:hover {
  color: #2B2B30;
}

.site-footer-social-link-span {
  color: #3361FF;
}

.site-footer-info {
  border-top: 1px solid #D1D1D6;
}

.site-footer-menu-group.type-social .site-footer-menu-group-content {
  display: flex;
  align-items: center;
}

.site-footer-social-link {
  background: #DCDCE0;
  border-radius: 999px;
  margin-right: 8px;
  padding: 11px;
  cursor: pointer;
}

.site-footer-info-legal {
  color: #515360;
  text-align: justify;
}

@media only screen and (min-width: 960px) {
  .site-footer {
    padding: 48px 0px;
  }
  .site-footer-menu {
    display: flex;
    margin-bottom: 32px;
  }
  .site-footer-menu-group-header {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 20px;
  }
  .site-footer-info {
    padding-top: 34px;
  }
  .site-footer-menu-group {
    flex: 1;
  }
  .site-footer-info-legal {
    margin-bottom: 26px;
  }
  .site-footer-info-main {
    color: #515360;
    display: flex;
    justify-content: space-between;
  }
  .site-footer-info-main-price {
    order: 2;
  }
}

@media only screen and (max-width: 959px) {
  .site-footer {
    padding: 24px 16px 91px 16px;
  }
  .site-footer-menu {
    display: block;
    margin-bottom: 16px;
  }
  .site-footer-menu {
    display: block;
    margin-bottom: 16px;
  }
  .site-footer-info {
    padding-top: 25px;
  }
  .site-footer-menu-links-one,
  .site-footer-info {
    font-size: 14px;
    color: #677178;
    line-height: 20px;
    font-weight: 400;
  }
  .site-footer-info-legal,
  .site-footer-info-main-price {
    margin-bottom: 16px;
  }
  .site-footer-menu-group-header {
    font-size: 16px;
    line-height: 19px;
  }
  .site-footer-menu-group:first-child .site-footer-menu-group-header {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
  }
  .site-footer-menu-group.type-last {
    margin-bottom: 24px;
  }
  .site-footer-menu-group.type-last .site-footer-menu-group-header.expand-box-header {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
  }
  .site-footer-menu-group.type-last.state-expand .site-footer-menu-group-header.expand-box-header {
    border-radius: 0;
  }
  .site-footer-menu-group.type-last.state-expand .site-footer-menu-group-content {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
  }
  .site-footer-menu-group.type-social {
    margin-bottom: 30px;
    align-items: center;
  }
  .site-footer-menu-group.type-social .site-footer-menu-group-header {
    margin-bottom: 18px;
  }
}

@media only screen and (min-width: 960px) {
  .cookieInfoPopup-wrapper .popup_holder_center_container {
    max-width: 520px;
    width: 100%;
    padding: 30px;
  }
}

@media only screen and (max-width: 959px) {
  .cookieInfoPopup-wrapper .popup_holder_center_container {
    padding: 16px;
    height: 238px !important;
    vertical-align: bottom;
  }
}

.cookieInfoPopup-wrapper .cookieInfoPopup-content-text {
  color: #6F7182;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0;
  font-weight: 400;
  margin: 24px 0 16px 0;
}

.cookieInfoPopup-wrapper .cookieInfoPopup-link {
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #3361FF;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0;
  text-decoration: none;
}

@media only screen and (max-width: 959px) {
  .cookie-notification-mobile-wrapper {
    display: none;
  }
}

.cookie-notification-wrapper {
  --border-color: #E2E2E2;
  --bg-color: #ffffff;
  --shadow: 0px 10px 22px 0px #2D4D6C26;
  width: fit-content;
  position: fixed;
  z-index: 100;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
}

@media only screen and (min-width: 960px) {
  .cookie-notification-wrapper {
    --br-radius: 10px;
    --width: 460px;
  }
}

@media only screen and (max-width: 959px) {
  .cookie-notification-wrapper {
    bottom: 70px;
    --width: 100vw;
    --br-radius: 10px 10px 0 0;
  }
}

.cookie-notification-wrapper .cookie-notification {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 24px;
  width: var(--width);
  padding: 15px;
  border: 1px solid var(--border-color);
  box-sizing: border-box;
  border-radius: var(--br-radius);
  background-color: var(--bg-color);
  box-shadow: var(--shadow);
}

@media only screen and (max-width: 959px) {
  .cookie-notification-wrapper .cookie-notification {
    min-width: var(--width);
  }
}

.cookie-notification-wrapper .button-ok {
  padding: 8px 20px;
}

.cookie-notification-wrapper .button-info {
  width: fit-content;
  padding: 0;
  display: inline;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0;
}

@media only screen and (min-width: 960px) {
  .cookie-notification-wrapper .button-info {
    margin-left: 8px;
  }
}

/* Всплывающие окна */
.popup_holder_html_fix_scroll {
  overflow: hidden !important;
}

@media only screen and (min-width: 960px) {
  .popup_holder_html_fix_scroll {
    margin-right: 17px !important;
  }
}

.popup_holder_html_fix_scroll .popup_holder_wrap {
  overflow-y: auto !important;
  overflow-x: hidden !important;
}

.popup_holder_wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1046;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
  cursor: default;
  display: none;
}

.popup_holder_center {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.popup_holder_center:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-left: -100%;
}

.popup_holder_center_container {
  max-width: 100%;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 20px auto;
  text-align: left;
  z-index: 1047;
  background: #fff;
  cursor: initial;
  left: 50%;
  padding: 20px 55px;
  border-radius: 0px;
  overflow: auto;
  box-sizing: border-box;
  border: 1px solid #E2E2E2;
}

@media only screen and (min-width: 960px) {
  .popup_holder_center_container {
    border-radius: 12px;
  }
}

@media only screen and (max-width: 959px) {
  .popup_holder_center_container {
    padding: 40px 30px;
  }
}

.popup_holder_close {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  -webkit-appearance: none;
  display: block;
  padding: 0;
  z-index: 146;
  -webkit-box-shadow: none;
  box-shadow: none;
  right: 20px;
  top: 25px;
  text-decoration: none;
  text-align: center;
  padding: 0;
  position: absolute;
  outline: none;
  box-sizing: border-box;
  border: none;
  height: 16px;
  width: 16px;
  line-height: 16px;
  opacity: 0.8;
}

.popup_holder_close:hover {
  opacity: 1;
}

@media only screen and (max-width: 959px) {
  .popup_holder_close {
    right: 20px;
    top: 25px;
  }
}

.popup_holder_long_loading {
  padding: 40px;
  display: flex;
  justify-content: center;
}

.popup_holder_long_loading:before {
  content: '';
  width: 30px;
  height: 30px;
  box-sizing: border-box;
  border-radius: 50%;
  border: 2px solid #0036F2;
  border-right: none;
  animation: 0.7s popup_holder_long_loading-spin linear infinite;
  border-top-color: transparent;
  display: block;
}

@keyframes popup_holder_long_loading-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.popup_holder_center_container_white {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.4;
  top: 0px;
  left: 0px;
  background: #fff;
  display: none;
}

/* Конкретные всплывающие окна */
.buy1click_logo {
  height: 140px;
  background: url("../../images/buy_callback_2.jpg") center center no-repeat;
}

.form_center_label {
  text-align: center;
  padding-bottom: 5px;
}

.buy1click_phone_input,
.buycredit_phone_input {
  text-align: center;
  max-width: 200px;
}

.form_table_new_error_td {
  color: red;
  padding: 10px;
  text-align: center;
}

.popup_holder_black {
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1045;
  overflow: hidden;
  position: fixed;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
}

.state-popup-black-screen .popup_holder_black {
  display: block;
  pointer-events: auto;
  opacity: 0.6;
  animation: popupHolderBlack-show ease-in-out 0.6s;
}

@keyframes popupHolderBlack-show {
  0% {
    display: block;
    opacity: 0;
  }
  100% {
    opacity: 0.6;
  }
}

.popup_holder_center_container_content {
  height: 100%;
}

@media only screen and (max-width: 959px) {
  .popup_holder_center {
    padding: 0px;
  }
  .popup_holder_center_container {
    display: block;
    margin: 0px;
    height: 100% !important;
    width: 100% !important;
  }
}

@media only screen and (min-width: 960px) {
  .confirm-popup .confirm-popup-buttons .button {
    margin-right: 10px;
  }
  .confirm-popup .confirm-popup-buttons .button:last-child {
    margin-right: 0px;
  }
}

@media only screen and (max-width: 959px) {
  .confirm-popup .confirm-popup-buttons .button {
    display: block;
    margin-bottom: 10px;
  }
  .confirm-popup .popup_holder_center {
    padding: 10px;
  }
  .confirm-popup .popup_holder_center_container {
    height: auto !important;
  }
}

.smallAlert-popup-message {
  text-align: center;
  padding: 15px;
}

.rating {
  display: inline-flex;
  padding-right: 4px;
}

.rating.state-val-00 .rating-star:nth-child(0), .rating.state-val-05 .rating-star:nth-child(0) {
  background-image: url("../../images/star_fill.svg");
}

.rating.state-val-05 .rating-star:nth-child(1) {
  background-image: url("../../images/star_half.svg");
}

.rating.state-val-10 .rating-star:nth-child(0), .rating.state-val-15 .rating-star:nth-child(0) {
  background-image: url("../../images/star_fill.svg");
}

.rating.state-val-10 .rating-star:nth-child(1), .rating.state-val-15 .rating-star:nth-child(1) {
  background-image: url("../../images/star_fill.svg");
}

.rating.state-val-15 .rating-star:nth-child(2) {
  background-image: url("../../images/star_half.svg");
}

.rating.state-val-20 .rating-star:nth-child(0), .rating.state-val-25 .rating-star:nth-child(0) {
  background-image: url("../../images/star_fill.svg");
}

.rating.state-val-20 .rating-star:nth-child(1), .rating.state-val-25 .rating-star:nth-child(1) {
  background-image: url("../../images/star_fill.svg");
}

.rating.state-val-20 .rating-star:nth-child(2), .rating.state-val-25 .rating-star:nth-child(2) {
  background-image: url("../../images/star_fill.svg");
}

.rating.state-val-25 .rating-star:nth-child(3) {
  background-image: url("../../images/star_half.svg");
}

.rating.state-val-30 .rating-star:nth-child(0), .rating.state-val-35 .rating-star:nth-child(0) {
  background-image: url("../../images/star_fill.svg");
}

.rating.state-val-30 .rating-star:nth-child(1), .rating.state-val-35 .rating-star:nth-child(1) {
  background-image: url("../../images/star_fill.svg");
}

.rating.state-val-30 .rating-star:nth-child(2), .rating.state-val-35 .rating-star:nth-child(2) {
  background-image: url("../../images/star_fill.svg");
}

.rating.state-val-30 .rating-star:nth-child(3), .rating.state-val-35 .rating-star:nth-child(3) {
  background-image: url("../../images/star_fill.svg");
}

.rating.state-val-35 .rating-star:nth-child(4) {
  background-image: url("../../images/star_half.svg");
}

.rating.state-val-40 .rating-star:nth-child(0), .rating.state-val-45 .rating-star:nth-child(0) {
  background-image: url("../../images/star_fill.svg");
}

.rating.state-val-40 .rating-star:nth-child(1), .rating.state-val-45 .rating-star:nth-child(1) {
  background-image: url("../../images/star_fill.svg");
}

.rating.state-val-40 .rating-star:nth-child(2), .rating.state-val-45 .rating-star:nth-child(2) {
  background-image: url("../../images/star_fill.svg");
}

.rating.state-val-40 .rating-star:nth-child(3), .rating.state-val-45 .rating-star:nth-child(3) {
  background-image: url("../../images/star_fill.svg");
}

.rating.state-val-40 .rating-star:nth-child(4), .rating.state-val-45 .rating-star:nth-child(4) {
  background-image: url("../../images/star_fill.svg");
}

.rating.state-val-45 .rating-star:nth-child(5) {
  background-image: url("../../images/star_half.svg");
}

.rating.state-val-50 .rating-star:nth-child(0), .rating.state-val-55 .rating-star:nth-child(0) {
  background-image: url("../../images/star_fill.svg");
}

.rating.state-val-50 .rating-star:nth-child(1), .rating.state-val-55 .rating-star:nth-child(1) {
  background-image: url("../../images/star_fill.svg");
}

.rating.state-val-50 .rating-star:nth-child(2), .rating.state-val-55 .rating-star:nth-child(2) {
  background-image: url("../../images/star_fill.svg");
}

.rating.state-val-50 .rating-star:nth-child(3), .rating.state-val-55 .rating-star:nth-child(3) {
  background-image: url("../../images/star_fill.svg");
}

.rating.state-val-50 .rating-star:nth-child(4), .rating.state-val-55 .rating-star:nth-child(4) {
  background-image: url("../../images/star_fill.svg");
}

.rating.state-val-50 .rating-star:nth-child(5), .rating.state-val-55 .rating-star:nth-child(5) {
  background-image: url("../../images/star_fill.svg");
}

.rating.state-val-55 .rating-star:nth-child(6) {
  background-image: url("../../images/star_half.svg");
}

.rating-star {
  width: 12px;
  height: 12px;
  background: url("../../images/star_empty.svg") no-repeat;
  background-size: contain;
  margin-right: 4px;
}

.rating-star:last-child {
  margin-right: 0px;
}

.newsGrid,
.newsGrid-main,
.brandGrid,
.categoryGrid {
  display: flex;
}

.newsTile,
.brandTitle,
.emptyTile {
  background: #FFF;
}

.emptyTile {
  height: 184px;
}

.categoryTile {
  background: #F3F3F5;
  border-radius: 12px;
  padding: 18px 0;
  transition: background .2s ease-in-out;
}

.categoryTile:hover {
  background: #E8E8EA;
  cursor: pointer;
}

.categoryTile-header {
  padding: 0 52px 12px;
}

.categoryTile-content {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 0 16px;
  height: 38px;
}

.newsTile-picture {
  display: block;
  margin-bottom: 14px;
}

.brandTile-picture {
  display: block;
  opacity: 1;
  transition: opacity .2s ease-in-out;
}

.brandTile-picture:hover {
  opacity: 0.9;
}

.newsTile-picture-img,
.newsTile-picture-img > img {
  border-radius: 12px;
  display: block;
  width: 306px;
  height: 100%;
  object-fit: cover;
  margin: 0px auto;
}

.brandTile-picture-img,
.brandTile-picture-img > img {
  border-radius: 12px;
  display: block;
  margin: 0px auto;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.empty-picture-img,
.empty-picture-img > img {
  display: block;
  margin: 0px auto;
  max-width: 416px;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
  width: 100%;
}

.newsTile-title {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #2B2B30;
  text-decoration: none;
  margin-bottom: 8px;
}

.newsTile-title:hover {
  color: #0036F2;
}

.categoryTile-title {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #2B2B30;
  text-decoration: none;
}

.newsTile-date {
  font-size: 14px;
  line-stacking: 14px;
  color: #515360;
}

@media only screen and (min-width: 960px) {
  .emptyGrid {
    display: grid;
  }
  .brandGrid-col-main {
    flex: 0 0 196px;
  }
  .newsGrid,
  .newsGrid-main,
  .brandGrid,
  .categoryGrid,
  .catalogGrid,
  .emptyGrid {
    gap: 24px;
  }
  .newsGrid.type-col-3,
  .newsGrid-main.type-col-3,
  .brandGrid.type-col-3,
  .categoryGrid.type-col-3,
  .catalogGrid.type-col-3,
  .emptyGrid.type-col-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .newsGrid.type-col-4,
  .newsGrid-main.type-col-4,
  .brandGrid.type-col-4,
  .categoryGrid.type-col-4,
  .catalogGrid.type-col-4,
  .emptyGrid.type-col-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
  .newsGrid.type-col-4 > div:nth-child(n + 5),
  .newsGrid-main.type-col-4 > div:nth-child(n + 5),
  .brandGrid.type-col-4 > div:nth-child(n + 5),
  .categoryGrid.type-col-4 > div:nth-child(n + 5),
  .catalogGrid.type-col-4 > div:nth-child(n + 5),
  .emptyGrid.type-col-4 > div:nth-child(n + 5) {
    display: none;
  }
  .newsGrid.type-col-layout-4,
  .newsGrid-main.type-col-layout-4,
  .brandGrid.type-col-layout-4,
  .categoryGrid.type-col-layout-4,
  .catalogGrid.type-col-layout-4,
  .emptyGrid.type-col-layout-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
  .newsGrid.type-col-5,
  .newsGrid-main.type-col-5,
  .brandGrid.type-col-5,
  .categoryGrid.type-col-5,
  .catalogGrid.type-col-5,
  .emptyGrid.type-col-5 {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
  }
  .newsGrid.type-col-6,
  .newsGrid-main.type-col-6,
  .brandGrid.type-col-6,
  .categoryGrid.type-col-6,
  .catalogGrid.type-col-6,
  .emptyGrid.type-col-6 {
    grid-template-columns: repeat(6, 1fr);
  }
  .newsGrid.type-col-6 > div:nth-child(n + 6),
  .newsGrid-main.type-col-6 > div:nth-child(n + 6),
  .brandGrid.type-col-6 > div:nth-child(n + 6),
  .categoryGrid.type-col-6 > div:nth-child(n + 6),
  .catalogGrid.type-col-6 > div:nth-child(n + 6),
  .emptyGrid.type-col-6 > div:nth-child(n + 6) {
    display: none;
  }
  .newsGrid-col-inner {
    height: 100%;
  }
  .newsGrid-col-inner .newsTile {
    height: 100%;
    box-sizing: border-box;
  }
  .category-picture-img,
  .category-picture-img > img {
    display: block;
    margin: 0px auto;
    width: 136px;
    height: 150px;
  }
}

.newsGrid-main {
  display: flex;
  overflow-x: auto;
  scrollbar-width: none;
  margin-bottom: 40px;
}

@media only screen and (max-width: 959px) {
  .newsGrid {
    display: block;
  }
  .newsGrid-main {
    display: flex;
    overflow-x: auto;
    scrollbar-width: none;
    margin-bottom: 40px;
  }
  .newsGrid-col-main {
    box-sizing: border-box;
    margin-right: 20px;
  }
  .newsGrid-col-main:first-child {
    padding-left: 16px;
  }
  .newsGrid-col-main:last-child {
    margin-right: 16px;
  }
  .newsGrid-col {
    box-sizing: border-box;
    margin-bottom: 16px;
  }
  .brandGrid {
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
    flex-wrap: wrap;
    gap: 12px;
    margin-right: 4px;
  }
  .categoryGrid {
    margin-right: 4px;
  }
  .brandGrid-col-main {
    flex: 0 0 150px;
    height: 71px;
  }
  .brandGrid-col {
    box-sizing: border-box;
    height: 71px;
  }
  .categoryGrid-col {
    box-sizing: border-box;
    margin-right: 12px;
  }
  .categoryGrid-col:last-child {
    margin-right: 16px;
  }
  .categoryTile {
    background: #F3F3F5;
    border-radius: 12px;
    padding: 14px 0;
    max-height: 193px;
  }
  .categoryTile-title {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
  }
  .categoryTile-header {
    padding: 0 20px 12px;
  }
  .newsTile-title {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
  .newsTile-date {
    font-size: 12px;
  }
  .category-picture-img,
  .category-picture-img > img {
    display: block;
    margin: 0px auto;
    width: 110px;
    height: 115px;
  }
  .emptyGrid {
    height: 100%;
    width: 100%;
  }
  .emptyTile {
    display: block;
    width: 100%;
    height: 100%;
    padding-bottom: 16px;
  }
  .news-one-block.type-items .catalogBrowser-header {
    padding: 0;
  }
  .news-one-block.type-items .catalogBrowser-mobileControls-filter {
    display: none;
  }
  .catalogBrowser-mobileControls-newsTabs {
    margin-left: 10px;
  }
  .catalog-browser .catalogBrowser-newsItemTabs {
    background: #FFFFFF;
    border: 1px solid #ECE9F1;
    box-sizing: border-box;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);
    border-radius: 4px;
    padding: 20px 10px;
    margin-top: 20px;
  }
  .catalog-browser .catalogBrowser-newsItemTabs .catalogBrowser-tags-one {
    display: none;
  }
  .catalog-browser .catalogBrowser-newsItemTabs.state-nothing-selected {
    display: none;
  }
  .catalog-browser .catalogBrowser-newsItemTabs.state-open.state-nothing-selected {
    display: block;
  }
  .catalog-browser .catalogBrowser-newsItemTabs.state-open .catalogBrowser-tags-one,
  .catalog-browser .catalogBrowser-newsItemTabs .catalogBrowser-tags-one.state-selected {
    display: inline-block;
  }
}

.news-one-block.type-image .site-block-picture {
  border-radius: 12px;
  overflow: hidden;
}

.news-one-block.type-text .site-block {
  border: none;
  padding: 0;
  box-shadow: none;
  margin-bottom: 23px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #2B2B30;
}

@media only screen and (max-width: 959px) {
  .news-header-info {
    padding: 0 16px;
  }
  .news-header-info h1 {
    text-align: left;
    margin-bottom: -8px !important;
    margin-top: 16px;
  }
  .news-one-block.type-image .site-block-picture {
    border-radius: 12px;
    overflow: hidden;
    margin: 0 -16px 16px -16px;
  }
  .news-one-block.type-text .site-block {
    border: none;
    padding: 0;
    box-shadow: none;
    margin-bottom: 16px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #2B2B30;
  }
}

@media only screen and (min-width: 960px) {
  .news-one-block.type-items {
    max-width: 966px;
    margin: auto;
  }
  .news-one-block.type-items .catalogGrid.type-tiles {
    column-gap: 24px;
    row-gap: 32px;
  }
  .news-one-block.type-items .catalogGrid.type-tiles .catalogItem-picture-img img {
    margin: auto;
  }
}

@media only screen and (max-width: 959px) {
  .layout-center.news-page .layout-leftCol-main {
    padding: 0 16px;
  }
  .layout-center.news-page .layout-leftCol-main .newsTile-picture-img {
    width: 100%;
  }
  .layout-center.news-page .layout-leftCol-main .newsTile-title {
    white-space: normal;
  }
  .layout-center.news-page .layout-leftCol-main .news-paginator {
    margin-bottom: 24px;
  }
  .site-block.blog-page {
    padding: 0 16px;
  }
  .site-block.blog-page .newsTile-picture-img,
  .site-block.blog-page .newsTile-picture-img img {
    width: 100%;
  }
  .site-block.blog-page .newsTile-title {
    white-space: normal;
  }
  .site-block.blog-page .news-paginator {
    margin-bottom: 24px;
  }
}

@media only screen and (min-width: 960px) {
  .layout-center.news-page .news-paginator,
  .layout-center .blog-page .news-paginator {
    margin-top: 24px;
  }
}

.siteMainFeature-list {
  margin-bottom: 24px;
  display: grid;
}

.siteMainFeature-one {
  background: #FFF;
  border: 1px solid #E8E8EA;
  border-radius: 4px;
  line-height: 16px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
}

@media only screen and (min-width: 960px) {
  .siteMainFeature-list {
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
  }
  .siteMainFeature-one {
    display: flex;
    align-items: center;
    padding: 15px;
  }
  .siteMainFeature-one-icon {
    margin-right: 12px;
    display: block;
    width: 42px;
  }
  .siteMainFeature-one-icon > .site-svg-icon {
    margin: 0px auto;
  }
}

@media only screen and (max-width: 959px) {
  .siteMainFeature-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }
  .siteMainFeature-one {
    text-align: center;
    padding: 30px 15px;
  }
  .siteMainFeature-one-icon {
    margin-bottom: 16px;
  }
}

.expand-box {
  /*
    &.style-small-arrow{
        .expand-box-header{
            &:after{
                @include icon-sprite-img(0px, 144px, 12px, 5px);
            }
            &:hover:after{
                @include icon-sprite-img(32px, 144px, 12px, 5px);
            }       
        }
        &.state-expand{
            .expand-box-header{
                &:after{
                    @include icon-sprite-img(16px, 144px, 12px, 5px);
                }
                &:hover:after{
                    @include icon-sprite-img(48px, 144px, 12px, 5px);
                }       
            }
        }
    }*/
}

.expand-box .expand-box-content {
  display: none;
}

@media only screen and (max-width: 959px) {
  .expand-box .expand-box-content {
    border-bottom: 1px solid #D1D1D6;
  }
}

.expand-box .expand-box-header {
  -webkit-tap-highlight-color: transparent;
  position: relative;
  cursor: pointer;
  -ms-user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  padding: 10px 25px 10px 0px;
  /*&:hover:after{
            @include icon-sprite-img(32px, 176px, 18px, 6px);
        }*/
}

@media only screen and (max-width: 959px) {
  .expand-box .expand-box-header {
    border-bottom: 1px solid #D1D1D6;
  }
}

.expand-box .expand-box-header:after {
  content: '';
  display: block;
  position: absolute;
  top: 18px;
  right: 0px;
}

.expand-box.state-expand .expand-box-content {
  display: block;
}

@media only screen and (max-width: 959px) {
  .expand-box.state-expand .expand-box-content {
    border-bottom: 1px solid #D1D1D6;
  }
}

@media only screen and (max-width: 959px) {
  .expand-box.state-expand {
    /*
            &:after{
                @include icon-sprite-img(0px, 160px, 18px, 6px);
            }
            &:hover:after{
                @include icon-sprite-img(32px, 160px, 18px, 6px);
            }
            */
  }
  .expand-box.state-expand .expand-box-header {
    border-bottom: none !important;
  }
}

@media only screen and (min-width: 960px) {
  .expand-box.type-if-not-pc .expand-box-header {
    cursor: default;
    -ms-user-select: auto;
    -webkit-user-select: auto;
    -moz-user-select: auto;
    user-select: auto;
    border-bottom: none;
  }
  .expand-box.type-if-not-pc .expand-box-header:after, .expand-box.type-if-not-pc .expand-box-header:hover:after {
    display: none;
  }
  .expand-box.type-if-not-pc .expand-box-content {
    display: block;
  }
}

@media only screen and (min-width: 960px) {
  .expand-box.type-if-not-pc.type-hide-header .expand-box-header {
    display: none;
  }
}

.expand-box.style-gray .expand-box-header {
  padding: 18px 0px;
  border-bottom: 1px solid #D1D1D6;
}

@media only screen and (min-width: 960px) {
  .expand-box.style-gray .expand-box-content {
    padding: 10px 20px;
  }
}

.expand-box.style-gray .expand-box-header:after {
  position: absolute;
  top: 18px;
  right: 20px;
  filter: saturate(0) brightness(2);
  width: 24px;
  height: 24px;
  background-size: contain;
  background-repeat: no-repeat;
}

.expand-box.style-gray .expand-box-header:after, .expand-box.style-gray .expand-box-header:hover:after {
  background-image: url("../../images/collapse_arrow.svg");
}

.expand-box.style-gray.state-expand .expand-box-header:after, .expand-box.style-gray.state-expand .expand-box-header:hover:after {
  transform: rotate(180deg);
}

@media only screen and (min-width: 960px) {
  .expand-box.style-gray.type-if-not-pc .expand-box-header {
    background: none;
    padding: 0px 0px;
    color: #2B2B30;
    cursor: default;
    border-bottom: none;
  }
  .expand-box.style-gray.type-if-not-pc .expand-box-header:after, .expand-box.style-gray.type-if-not-pc .expand-box-header:hover:after {
    display: none;
  }
  .expand-box.style-gray.type-if-not-pc .expand-box-content {
    background: none;
    padding: 0px;
  }
}

@media only screen and (max-width: 959px) {
  .site-sidebar-wrapper {
    display: block;
    pointer-events: none;
    background: transparent;
    transition: background 0.01s linear 0.3s;
  }
  .state-show-sidebar {
    overflow: hidden;
  }
  .state-show-sidebar .site-sidebar {
    opacity: 1;
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    box-shadow: 2px 0px 0px rgba(0, 0, 0, 0.15);
  }
  .state-show-sidebar .site-sidebar-wrapper {
    background: #FFF;
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 1000;
  }
  .state-show-sidebar .site-header {
    z-index: 1100;
  }
  .site-sidebar {
    opacity: 0.5;
    position: fixed;
    width: 100%;
    left: -100%;
    top: 20px;
    bottom: 0px;
    transition: all 0.3s ease;
    overflow: auto;
  }
  .site-sidebar-back {
    font-size: 16px;
    background: #FFF;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 30px;
    padding-bottom: 16px;
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    text-align: left;
  }
  .site-sidebar-back i {
    position: relative;
    top: 5px;
    display: inline-block;
    margin-right: 10px;
  }
  .site-sidebar-back i:before {
    content: "";
    background-image: url(../../images/collapse_arrow.svg);
    display: inline-block;
    width: 24px;
    height: 24px;
    background-size: 24px 24px;
    transform: rotate(90deg);
  }
  .site-sidebar-list a {
    padding: 16px 12px;
  }
  .site-sidebar-list {
    padding: 0px;
    margin: 0px;
    list-style: none;
  }
  .site-sidebar-list li {
    margin: 0 16px;
    position: relative;
    border-bottom: 1px solid #E8E8EA;
  }
  .site-sidebar-list li.type-has-children > i {
    background-image: url(../../images/collapse_arrow.svg);
    position: absolute;
    right: 0;
    top: 20px;
    width: 16px;
    height: 16px;
    background-size: 16px 16px;
    transform: rotate(-90deg);
    opacity: 0.6;
  }
  .site-sidebar-list li.with-menu-icon > svg {
    pointer-events: none;
    margin-left: 0;
    opacity: 0.6;
  }
  .site-sidebar-list a {
    color: #2B2B30;
    display: block;
    text-decoration: none;
  }
  .site-sidebar-list a .count {
    color: #a0a0b0;
    margin-left: 8px;
  }
  .site-sidebar-page {
    position: absolute;
    top: 61px;
    background: #fff;
    width: 100%;
    bottom: 0px;
    overflow: hidden;
    pointer-events: auto;
  }
  .site-sidebar-page.state-active {
    overflow: auto;
  }
  .site-sidebar-page-main {
    left: 0px;
  }
  .site-sidebar-page-second {
    background: #fff;
    position: absolute;
    left: 100%;
  }
  .site-sidebar-list li {
    display: flex;
    align-items: center;
  }
  .site-sidebar-list li > a {
    flex: 1;
    font-size: 16px;
  }
  .state-show-sidebar .site-header {
    padding: 16px 0;
    border-radius: 0px 0px 12px 12px;
    box-shadow: 0px 2px 8px 0px rgba(8, 9, 10, 0.08);
    position: sticky;
  }
  .site-sidebar-subpages li {
    margin: 0;
  }
  .site-sidebar-subpages li a {
    padding-left: 16px;
  }
  .site-sidebar-subpages li.type-has-children > i {
    right: 16px;
  }
}

.paginator {
  background: #FFFFFF;
  border: 1px solid #E8E8EA;
  box-sizing: border-box;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  display: flex;
  justify-content: center;
}

.paginator-pages {
  display: flex;
}

.paginator-pages > span,
.paginator-pages > a,
.paginator-prev,
.paginator-next {
  display: block;
  padding: 13px 28px;
  color: #838597;
  font-size: 16px;
  line-height: 19px;
  font-weight: 500;
  text-decoration: none;
  border-top: 1px solid transparent;
  border-bottom: 2px solid transparent;
}

.paginator-pages > span.state-selected,
.paginator-pages > a.state-selected,
.paginator-prev.state-selected,
.paginator-next.state-selected {
  border-bottom-color: #2B2B30;
  color: #515360;
}

.paginator-pages > a:hover,
.paginator-prev:hover,
.paginator-next:hover {
  background: #F3F3F5;
  color: #2B2B30;
}

@media only screen and (max-width: 959px) {
  .paginator-pages {
    max-width: 100%;
    overflow: auto;
  }
  .paginator-pages > span,
  .paginator-pages > a,
  .paginator-prev,
  .paginator-next {
    padding: 13px 20px;
  }
}

.popup-item-where-holder .popup-item-where-header {
  font-weight: 500;
  margin-bottom: 20px;
}

.popup-item-where-holder .popup-item-where-table-row {
  cursor: pointer;
}

.popup-item-where-holder .popup-item-where-table-row label {
  display: block;
  cursor: pointer;
}

.popup-item-where-holder .popup-item-where-table-row input[type="radio"] {
  display: none;
}

.popup-item-where-holder .popup-item-where-item {
  position: relative;
}

.popup-item-where-holder .popup-item-where-item-map {
  height: 326px;
}

.popup-item-where-holder .popup-item-where-item-title {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 5px;
  margin-bottom: 12px;
}

.popup-item-where-holder .popup-item-where-item-description {
  font-size: 12px;
}

.popup-item-where-holder .popup-item-where-item-buying {
  padding-top: 5px;
  width: 170px;
  box-sizing: border-box;
  margin-left: 40px;
}

.popup-item-where-holder .popup-item-where-item-buying-price {
  position: relative;
  font-size: 15px;
  line-height: 18px;
  margin-bottom: 12px;
  display: flex;
  flex-direction: row;
}

.popup-item-where-holder .popup-item-where-item-buying-price > .value {
  font-size: 20px;
  line-height: 23px;
  font-weight: 600;
  margin-right: 2px;
}

.popup-item-where-holder .popup-item-where-item-buying-price > .rub {
  margin-top: auto;
}

.popup-item-where-holder .popup-item-where-item-buying-price-old {
  color: #515360;
  margin-left: 6px;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  margin-top: auto;
  position: relative;
}

.popup-item-where-holder .popup-item-where-item-buying-price-old ::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0px;
  right: 0px;
  height: 1px;
  background-color: #161618;
  transform: translateY(-50%);
}

.popup-item-where-holder .popup-item-where-item-buying-button .button {
  padding: 6px 15px 7px 15px;
  min-width: 123px;
}

.popup-item-where-holder .popup-item-where-item-picture-inner picture,
.popup-item-where-holder .popup-item-where-item-picture-inner img {
  width: 100%;
  height: auto;
  display: block;
}

.popup-item-where-holder .popup-item-where-item-stats {
  display: flex;
  flex-direction: row;
}

.popup-item-where-holder .popup-item-where-item-stats .item-rating-reviews {
  color: #515360;
  font-size: 13px;
  line-height: 15px;
}

@media only screen and (min-width: 960px) {
  .popup-item-where-holder .popup-item-where-header {
    font-size: 18px;
  }
  .popup-item-where-holder .popup_holder_center_container {
    padding: 30px;
    width: 945px;
    box-sizing: border-box;
  }
  .popup-item-where-holder .popup_holder_close {
    top: 32px;
    right: 30px;
  }
  .popup-item-where-holder .popup-item-where-table-header,
  .popup-item-where-holder .popup-item-where-table-row-inner {
    display: flex;
  }
  .popup-item-where-holder .popup-item-where-table-column {
    padding: 15px 12px;
    box-sizing: border-box;
  }
  .popup-item-where-holder .popup-item-where-table-column:first-child, .popup-item-where-holder .popup-item-where-table-column:last-child {
    padding: 15px 24px;
  }
  .popup-item-where-holder .popup-item-where-table-column.column-shop {
    width: 175px;
  }
  .popup-item-where-holder .popup-item-where-table-column.column-address {
    width: 260px;
  }
  .popup-item-where-holder .popup-item-where-table-column.column-workingTimes {
    width: 280px;
  }
  .popup-item-where-holder .popup-item-where-table-column.column-take {
    flex: 1;
  }
  .popup-item-where-holder .popup-item-where-table-column.column-address, .popup-item-where-holder .popup-item-where-table-column.column-workingTimes, .popup-item-where-holder .popup-item-where-table-column.column-take {
    color: #515360;
  }
  .popup-item-where-holder .popup-item-where-table-row {
    border: 1px solid #E8E8EA;
    border-top: none;
  }
  .popup-item-where-holder .popup-item-where-table-row .popup-item-where-table-column {
    padding: 10px 12px;
  }
  .popup-item-where-holder .popup-item-where-table-row .popup-item-where-table-column:first-child, .popup-item-where-holder .popup-item-where-table-row .popup-item-where-table-column:last-child {
    padding: 10px 24px;
  }
  .popup-item-where-holder .popup-item-where-table-row:last-child {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
  }
  .popup-item-where-holder .popup-item-where-table-mobCaption {
    display: none;
  }
  .popup-item-where-holder .popup-item-where-table {
    margin-bottom: 20px;
  }
  .popup-item-where-holder .popup-item-where-item-map-current {
    display: none;
  }
  .popup-item-where-holder .popup-item-where-item-map-holder {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 959px) {
  .popup-item-where-holder .popup-item-where-detailInfo-phone {
    display: block;
  }
  .popup-item-where-holder .popup-item-where {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  .popup-item-where-holder .popup_holder_center_container_content > div {
    height: 100%;
  }
  .popup-item-where-holder .popup-item-where-content {
    flex: 1;
  }
  .popup-item-where-holder .popup-item-where-content .tabcontrol {
    height: 100%;
    display: flex;
    flex-direction: column;
  }
  .popup-item-where-holder .popup-item-where-content .tabcontrol-contents {
    flex: 1;
  }
  .popup-item-where-holder .popup-item-where-content .tabcontrol-content,
  .popup-item-where-holder .popup-item-where-content .tabcontrol-content-inner {
    height: 100%;
  }
  .popup-item-where-holder .popup-item-where-item-map-holder {
    display: flex;
    flex-direction: column;
  }
  .popup-item-where-holder .popup-item-where-item-map {
    flex: 1;
    height: auto;
  }
  .popup-item-where-holder .popup-item-where-header {
    padding: 20px;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 0px;
  }
  .popup-item-where-holder .popup_holder_center_container {
    position: absolute;
    left: 0px;
    top: 0px;
    margin: 0px;
    padding: 0px;
  }
  .popup-item-where-holder .popup-item-where-table-header {
    display: none;
  }
  .popup-item-where-holder .tabcontrol-header.tabs-switcher {
    padding: 0px 16px;
    padding-bottom: 23px;
    box-shadow: 0px 2px 8px 0px #08090A14;
    margin-bottom: 0px;
    position: relative;
    z-index: 20;
  }
  .popup-item-where-holder .popup-item-where-table-mobCaption {
    display: inline;
    font-weight: bold;
  }
  .popup-item-where-holder .popup-item-where-detailInfo {
    padding: 0px 16px;
  }
  .popup-item-where-holder .popup-item-where-table-row-inner {
    padding: 16px;
    border-bottom: 1px solid #E8E8EA;
    font-size: 12px;
    display: flex;
    flex-direction: column;
  }
  .popup-item-where-holder .popup-item-where-table-column.column-shop {
    margin-bottom: 6px;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    order: 1;
  }
  .popup-item-where-holder .popup-item-where-table-column.column-take {
    order: 2;
    color: #3361FF;
    margin-bottom: 12px;
  }
  .popup-item-where-holder .popup-item-where-table-column.column-address {
    order: 3;
  }
  .popup-item-where-holder .popup-item-where-table-column.column-workingTimes {
    order: 4;
  }
  .popup-item-where-holder .popup-item-where-table {
    margin-bottom: 21px;
  }
  .popup-item-where-holder .popup-item-where-item-map-current {
    box-shadow: 0px -4px 8px rgba(0, 0, 0, 0.07);
    position: relative;
    z-index: 20;
  }
  .popup-item-where-holder .popup-item-where-item-map-current .popup-item-where-table-row-inner {
    border-bottom: none;
  }
}

.popup-item-where-table-row-label {
  -webkit-tap-highlight-color: transparent;
}

.popup-item-where-table-header {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border: 1px solid #E8E8EA;
  color: #515360;
  font-weight: 500;
  line-height: 20px;
}

.popup-item-where-item {
  display: flex;
  background: #FFFFFF;
  border: 1px solid #E8E8EA;
  box-sizing: border-box;
  border-radius: 8px;
  padding: 24px;
  margin-bottom: 20px;
}

.popup-item-where-item-info {
  flex: 1;
  display: flex;
}

.popup-item-where-item-naming {
  flex: 1;
}

.popup-item-where-item-picture {
  margin-right: 40px;
}

.popup-item-where-item-markers .item-markers-group {
  position: relative;
  top: 0px;
  left: 0px;
  margin-bottom: 10px;
}

.popup-item-where-item-markers .item-markers-group-main-one {
  margin-right: 4px;
}

.popup-item-where-item-markers .item-markers-group-main,
.popup-item-where-item-markers .item-markers-group-dropdown-one,
.popup-item-where-item-markers .item-markers-group-main-one,
.popup-item-where-item-markers .item-markers-group-dropdown {
  display: inline-block !important;
}

.popup-item-where-item-markers .item-markers-group-main-next,
.popup-item-where-item-markers .item-markers-group-close {
  display: none;
}

.popup-item-where-detailInfo {
  text-align: left;
  color: #515360;
  font-size: 12px;
  line-height: 16px;
}

.popup-item-where-detailInfo-phone {
  color: #3361FF;
  text-decoration: none;
}

.popup-item-where-detailInfo-phone:hover {
  text-decoration: underline;
}

@media only screen and (min-width: 960px) {
  .change-city-popup {
    padding: 30px;
  }
}

@media only screen and (max-width: 959px) {
  .change-city-popup {
    padding: 16px;
  }
}

.changeCityPopup-body .city-section-list-error {
  color: tomato;
  margin-top: 4px;
  padding-left: 4px;
}

.changeCityPopup-body .city-autodetect {
  color: #3361FF;
  display: block;
  cursor: pointer;
  margin-top: 12px;
  font-size: 14px;
  line-height: 100%;
}

.changeCityPopup-body .changeCityPopup-city-list {
  display: flex;
  gap: 8px;
  margin-top: 24px;
}

@media only screen and (min-width: 960px) {
  .changeCityPopup-body .changeCityPopup-city-list {
    flex-wrap: wrap;
  }
}

@media only screen and (max-width: 959px) {
  .changeCityPopup-body .changeCityPopup-city-list {
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow: -moz-scrollbars-none;
    /* Firefox */
    scrollbar-width: none;
    /* Firefox */
    -ms-overflow-style: none;
  }
  .changeCityPopup-body .changeCityPopup-city-list::-webkit-scrollbar {
    width: 0;
    height: 0;
  }
}

.changeCityPopup-body .changeCityPopup-city-list-item {
  padding: 8px 14px;
  background-color: #F3F3F5;
  border-radius: 8px;
  font-size: 14px;
  line-height: 20px;
  cursor: pointer;
  white-space: nowrap;
}

.changeCityPopup-body .changeCityPopup-city-list-item:hover {
  opacity: .8;
  transition: opacity .12s;
}

@media only screen and (min-width: 960px) {
  .changeCityPopup-wrapper .popup_holder_center_container_content {
    max-width: 980px;
    height: 580px;
  }
}

@media only screen and (max-width: 959px) {
  .changeCityPopup-wrapper .popup_holder_center_container {
    padding: 16px !important;
  }
}

.changeCityPopup-wrapper .city-suggestions-wrapper {
  margin-top: 24px;
}

.changeCityPopup-wrapper .city-suggestions-wrapper .city-suggestions-suggestions {
  display: flex;
  flex-direction: column;
  overflow-y: auto;
}

@media only screen and (min-width: 960px) {
  .changeCityPopup-wrapper .city-suggestions-wrapper .city-suggestions-suggestions {
    max-height: 320px;
  }
}

@media only screen and (max-width: 959px) {
  .changeCityPopup-wrapper .city-suggestions-wrapper .city-suggestions-suggestions {
    max-height: 660px;
  }
}

.changeCityPopup-wrapper .city-suggestions-wrapper .city-suggestions-suggestions .choose-city-wrapper {
  text-decoration: none;
  cursor: pointer;
  padding: 9px 0;
  width: fit-content;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.changeCityPopup-wrapper .city-suggestions-wrapper .city-suggestions-suggestions .choose-city-wrapper:hover .choose-city-title {
  color: #3361FF;
  transition: color .12s;
}

.changeCityPopup-wrapper .city-suggestions-wrapper .city-suggestions-suggestions .choose-city-wrapper .choose-city-title {
  font-size: 14px;
  line-height: 20px;
}

.changeCityPopup-wrapper .city-suggestions-wrapper .city-suggestions-suggestions .choose-city-wrapper .choose-city-region {
  color: #6F7182;
  font-size: 12px;
  line-height: 16px;
}

.button-cancel-changing-city {
  display: flex;
  justify-content: center;
  color: #2B2B30;
  border: 1px solid #2B2B30;
  background-color: white;
}

.tabcontrol.style-tabs .tabcontrol-header {
  display: flex;
  border: 1px solid #ECE9F1;
  border-bottom: 0px;
}

.tabcontrol.style-tabs .tabcontrol-header-one {
  cursor: pointer;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  text-decoration: none;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  margin-bottom: -1px;
  border-bottom: 1px solid #ECE9F1;
}

.tabcontrol.style-tabs .tabcontrol-header-one.state-active {
  color: #3361FF;
  background: #FFF;
  cursor: default;
  border-bottom-color: transparent;
}

.tabcontrol.style-tabs .tabcontrol-header-one:hover {
  color: #0036F2;
}

.tabcontrol.style-tabs .tabcontrol-contents {
  background: #FFF;
  border: 1px solid #ECE9F1;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}

@media only screen and (max-width: 959px) {
  .tabcontrol.style-tabs .tabcontrol-content-iframe iframe {
    height: fit-content !important;
    width: 100%;
  }
}

@media only screen and (min-width: 960px) {
  .tabcontrol.style-tabs .tabcontrol-header {
    background: rgba(232, 232, 234, 0.18);
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
  }
  .tabcontrol.style-tabs .tabcontrol-header-one {
    padding: 15px 30px;
  }
  .tabcontrol.style-tabs .tabcontrol-header-one.state-active {
    border-right: 1px solid #E8E8EA;
  }
  .tabcontrol.style-tabs .tabcontrol-header-one.state-active:not(:first-child) {
    border-left: 1px solid #E8E8EA;
  }
  .tabcontrol.style-tabs .tabcontrol-header-one:hover {
    color: #0036F2;
  }
  .tabcontrol.style-tabs .tabcontrol-contents {
    padding: 40px;
  }
}

@media only screen and (max-width: 959px) {
  .tabcontrol.style-tabs .tabcontrol-contents {
    padding: 20px;
    border-top: 0px;
  }
  .tabcontrol.style-tabs .tabcontrol-header {
    overflow: scroll;
    background: #FFF;
    overflow-y: hidden;
  }
  .tabcontrol.style-tabs .tabcontrol-header-one {
    padding: 15px 20px;
    padding-right: 0px;
  }
  .tabcontrol.style-tabs .tabcontrol-header-one:last-child {
    padding-right: 20px;
  }
  .tabcontrol.style-tabs .tabcontrol-header-one-caption {
    display: inline-block;
    border-bottom: 2px solid transparent;
  }
  .tabcontrol.style-tabs .tabcontrol-header-one.state-active .tabcontrol-header-one-caption {
    border-bottom-color: #0036F2;
  }
}

.tabcontrol-contents .tabcontrol-header-one.state-moved {
  display: none;
}

.tabcontrol-header.tabs-switcher {
  margin-bottom: 20px;
}

@media only screen and (max-width: 959px) {
  .tabcontrol.style-expand-not-pc .tabcontrol-contents {
    padding: 0px;
  }
  .tabcontrol.style-expand-not-pc .tabcontrol-header {
    display: none;
  }
  .tabcontrol.style-expand-not-pc .tabcontrol-content {
    display: block !important;
    visibility: visible !important;
  }
  .tabcontrol.style-expand-not-pc .tabcontrol-content .tabcontrol-content-inner,
  .tabcontrol.style-expand-not-pc .tabcontrol-content .tabcontrol-header-one {
    padding: 10px 5px;
  }
  .tabcontrol.style-expand-not-pc .tabcontrol-content .tabcontrol-content-inner.expand-box-content {
    border-top: 1px solid #E8E8EA;
  }
  .tabcontrol.style-expand-not-pc .tabcontrol-content .tabcontrol-header-one {
    display: block;
    font-size: 18px;
    font-weight: bold;
    border: 1px solid #E8E8EA;
    border-left: none;
    border-right: none;
  }
  .tabcontrol.style-expand-not-pc .tabcontrol-content .tabcontrol-header-one.expand-box-header {
    border-bottom: 0px;
  }
  .tabcontrol.style-expand-not-pc .tabcontrol-content .tabcontrol-header-one.expand-box-header:after {
    right: 15px;
  }
  .tabcontrol.style-expand-not-pc .tabcontrol-content:first-child .tabcontrol-header-one {
    border-top: none;
  }
}

.tabs-switcher {
  display: flex;
}

.tabs-switcher-one {
  border: 2px solid #3361FF;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  color: #3361FF;
  -webkit-tap-highlight-color: transparent;
}

.tabs-switcher-one:first-child {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

.tabs-switcher-one:last-child {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

.tabs-switcher-one.state-active, .tabs-switcher-one.state-selected {
  background: #3361FF;
  border-color: #3361FF;
  color: #FFF;
  cursor: default;
}

@media only screen and (min-width: 960px) {
  .tabs-switcher-one {
    padding: 8px 20px;
  }
}

@media only screen and (max-width: 959px) {
  .tabs-switcher-one {
    flex: 1;
    padding: 8px 0px;
  }
}

.item-characteristic .product_chars_table,
.item-characteristic .b-properties,
.item-characteristic table {
  border-collapse: collapse;
  width: 100%;
  color: #2B2B30;
}

.item-characteristic .product_chars_table td,
.item-characteristic .product_chars_table tr,
.item-characteristic .b-properties td,
.item-characteristic .b-properties tr,
.item-characteristic table td,
.item-characteristic table tr {
  height: auto !important;
}

.item-characteristic table {
  border: 0px solid #fff;
}

.item-characteristic table td p {
  margin: 0px;
}

.item-characteristic table td hr {
  border-bottom-color: transparent;
}

.item-characteristic .product_chars_table td,
.item-characteristic table td,
.item-characteristic .bTechCover .bTechName,
.item-characteristic .b-properties td,
.item-characteristic .b-properties th,
.item-characteristic .product-spec__body .product-spec-item__name,
.item-characteristic .product-spec__body .product-spec-item__value,
.item-characteristic .product-spec-wrap__body .product-spec__name,
.item-characteristic .product-spec-wrap__body .product-spec__value {
  padding: 4px 0px;
  border: none;
}

@media only screen and (min-width: 960px) {
  .item-characteristic .product_chars_table td,
  .item-characteristic table td,
  .item-characteristic .bTechCover .bTechName,
  .item-characteristic .b-properties td,
  .item-characteristic .b-properties th,
  .item-characteristic .product-spec__body .product-spec-item__name,
  .item-characteristic .product-spec__body .product-spec-item__value,
  .item-characteristic .product-spec-wrap__body .product-spec__name,
  .item-characteristic .product-spec-wrap__body .product-spec__value {
    font-size: 16px;
  }
}

.item-characteristic .product-spec-hint,
.item-characteristic .bTechCover .bTechLine {
  display: none;
}

.item-characteristic .b-properties__label-title,
.item-characteristic .product_charname,
.item-characteristic .options .label,
.item-characteristic .bTechCover .eName,
.item-characteristic .desc_property,
.item-characteristic .product-spec-item__name,
.item-characteristic .product-spec__name {
  width: 250px;
  font-weight: normal;
  text-align: left;
}

.item-characteristic .bTechCover .eName {
  display: inline-block;
  margin-right: 10px;
}

.item-characteristic .table-params {
  text-align: left;
  width: 100% !important;
}

.item-characteristic .b-properties__title,
.item-characteristic .product-spec__body > .title,
.item-characteristic .product-spec-wrap__body > .title,
.item-characteristic .options th,
.item-characteristic .product_chars_table thead td,
.item-characteristic .table-params .table-part {
  color: #2B2B30;
  font-weight: 600;
  padding: 10px 0px !important;
  background: #fff;
}

.item-characteristic .table-params .table-part {
  padding-top: 25px !important;
}

.item-characteristic .table-params tr:first-child .table-part {
  padding-top: 10px !important;
}

.item-characteristic table td strong {
  color: #0036F2;
  font-weight: normal;
  padding: 10px 0px !important;
}

.item-characteristic .options th,
.item-characteristic .b-properties__title {
  background: #fff;
  text-align: left;
}

.item-characteristic .product-spec__body,
.item-characteristic .product-spec-wrap__body {
  display: table;
  width: 100%;
}

.item-characteristic .product-spec__body > .title,
.item-characteristic .product-spec-wrap__body > .title {
  display: table-caption;
  margin-bottom: 0px;
}

.item-characteristic .product-spec__body .product-spec-item,
.item-characteristic .product-spec-wrap__body .product-spec {
  display: table-row;
}

.item-characteristic .product-spec__body .product-spec-item__name,
.item-characteristic .product-spec__body .product-spec-item__value,
.item-characteristic .product-spec-wrap__body .product-spec__name,
.item-characteristic .product-spec-wrap__body .product-spec__value {
  display: table-cell;
}

.item-characteristic .product-spec__body .product-spec-hint,
.item-characteristic .product-spec-wrap__body .product-spec-hint {
  display: none !important;
}

.item-characteristic table.table-params tr > td:not([colspan='2']):first-child {
  display: flex;
}

.item-characteristic table.table-params tr > td:not([colspan='2']):first-child:after {
  content: '';
  display: block;
  flex: 1;
  border-bottom: 1px dotted #515360;
  position: relative;
  top: -5px;
  margin: 0px 10px;
}

.item-characteristic table.table-params tr > td[colspan='2']:first-child {
  width: 100%;
}

.item-characteristic table.table-params tr > td:nth-child(2) {
  width: 60%;
}

.item-description-text,
.item-description-mainCharacteristic {
  margin-bottom: 24px;
}

.item-description-allCharacteristicLink a {
  font-size: 14px;
  text-decoration: none;
}

.item-description-allCharacteristicLink a:hover {
  color: #0036F2;
}

.item-properties-table {
  font-size: 14px;
}

.item-properties-table .item-properties-table-group-title {
  color: #2B2B30;
  font-size: 14px;
  font-weight: 600;
}

.item-properties-table .item-properties-table-property {
  display: flex;
  justify-content: space-between;
  border: none;
  margin-bottom: 18px;
}

.item-properties-table .item-properties-table-group {
  margin-bottom: 15px;
}

.item-properties-table .item-properties-table-group:last-child {
  margin-bottom: 0px;
}

.item-properties-table .item-properties-table-group-title,
.item-properties-table .item-properties-table-property-title,
.item-properties-table .item-properties-table-property-val {
  box-sizing: border-box;
}

.item-properties-table .item-properties-table-group-title {
  padding: 10px 0px;
}

.item-properties-table .item-properties-table-property-title,
.item-properties-table .item-properties-table-property-val {
  float: left;
  padding: 0px 0px;
}

.item-properties-table .item-properties-table-property-title {
  display: flex;
  flex: 1;
  color: #6F7182;
  font-weight: 400;
}

.item-properties-table .item-properties-table-property-title:after {
  content: '';
  display: block;
  flex: 1;
  border-bottom: 1px dotted #E8E8EA;
  position: relative;
  top: -5px;
  margin: 0px 2px;
}

.item-characteristic-tooltip {
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
  width: 16px;
  height: 16px;
  filter: saturate(0) brightness(0.5);
  background: url(../../images/item_char_question_blue.svg) no-repeat;
  background-size: contain;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  bottom: 1.5px;
  margin-left: 5px;
}

.item-characteristic-tooltip.state-active {
  filter: none;
}

@media only screen and (min-width: 960px) {
  .item-characteristic-tooltip:hover {
    filter: none;
  }
}

@media only screen and (max-width: 959px) {
  .tabcontrol-contents .item-characteristic-tooltip {
    max-width: 16px;
    max-height: 16px;
    min-width: 16px;
    min-height: 16px;
  }
}

.tooltip-ofItemCharacteristic {
  background: #fff;
}

.tooltip-ofItemCharacteristic .tooltip-arrow {
  border-color: #E8E8EA;
  border-radius: 4px;
}

.tooltip-ofItemCharacteristic .tooltip-arrow:before {
  content: '';
  border-width: 6px 6px 6px 0;
  border-left-color: transparent;
  border-top-color: transparent;
  border-bottom-color: transparent;
  left: 1px;
  top: -6px;
  margin-left: 0;
  margin-right: 0;
  border-right-color: #fff;
  display: block;
  position: absolute;
  border-style: solid;
}

.tooltip-ofItemCharacteristic .tooltip-arrow-container {
  top: 0px;
  margin-top: -3px;
}

.tooltip-ofItemCharacteristic .tooltip-close {
  background: #fff;
  width: 19px;
  height: 19px;
  text-align: center;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 17px;
}

.item-characteristic-caption {
  margin-top: 0px;
  margin-bottom: 26px;
}

.item-characteristic-caption.type-characteristic {
  margin-bottom: 16px;
}

@media only screen and (min-width: 960px) {
  .item-characteristic-postproc .table-characteristics-section {
    margin: 30px 0;
  }
  .item-characteristic-postproc .table-characteristics-section .table-characteristics-section-header {
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 0em;
    text-align: left;
    color: #2B2B30;
    margin-bottom: 24px;
  }
  .item-characteristic-postproc .table-characteristics-section .table-characteristics-section-body .table-characteristics-one-char {
    display: flex;
    align-items: flex-end;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
    page-break-inside: avoid;
    break-inside: avoid;
  }
  .item-characteristic-postproc .table-characteristics-section .table-characteristics-section-body .table-characteristics-one-char:not(:last-child) {
    margin-bottom: 21px;
  }
  .item-characteristic-postproc .table-characteristics-section .table-characteristics-section-body .table-characteristics-one-char > div:nth-child(1) {
    flex: none;
    color: #838597;
  }
  .item-characteristic-postproc .table-characteristics-section .table-characteristics-section-body .table-characteristics-one-char > div:nth-child(2) {
    content: '';
    display: block;
    flex: 2;
    border-bottom: 1px dotted #e2e2e2;
    position: relative;
    margin: 0 2px;
  }
  .item-characteristic-postproc .table-characteristics-section .table-characteristics-section-body .table-characteristics-one-char > div:nth-child(3) {
    flex: none;
    width: 50%;
    text-align: left;
    margin-left: 6px;
  }
}

@media only screen and (max-width: 959px) {
  .item-characteristic-postproc .table-characteristics-section {
    margin: 24px 0;
  }
  .item-characteristic-postproc .table-characteristics-section .table-characteristics-section-header {
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: 0em;
    text-align: left;
    color: #2B2B30;
    margin-bottom: 24px;
  }
  .item-characteristic-postproc .table-characteristics-section .table-characteristics-section-body .table-characteristics-one-char {
    display: flex;
    align-items: flex-end;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
  }
  .item-characteristic-postproc .table-characteristics-section .table-characteristics-section-body .table-characteristics-one-char:not(:last-child) {
    margin-bottom: 24px;
  }
  .item-characteristic-postproc .table-characteristics-section .table-characteristics-section-body .table-characteristics-one-char > div:nth-child(1) {
    flex: none;
    max-width: calc(40% + 21px);
    color: #6F7182;
  }
  .item-characteristic-postproc .table-characteristics-section .table-characteristics-section-body .table-characteristics-one-char > div:nth-child(2) {
    content: '';
    display: block;
    flex: 2;
    border-bottom: 1px dotted #E8E8EA;
    position: relative;
    margin: 0 2px;
  }
  .item-characteristic-postproc .table-characteristics-section .table-characteristics-section-body .table-characteristics-one-char > div:nth-child(3) {
    flex: none;
    max-width: 40%;
    text-align: right;
  }
}

.buy1click-popup .popup_holder_center_container {
  width: 460px;
  box-sizing: border-box;
}

@media only screen and (min-width: 960px) {
  .buy1click-popup .popup_holder_center_container {
    padding: 20px 30px;
  }
}

@media only screen and (max-width: 959px) {
  .buy1click-popup .popup_holder_center_container {
    padding: 15px;
  }
}

.buy1click-header {
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}

.buy1click-subheader,
.buy1click-main-control-checkbox {
  color: #515360;
}

.buy1click-header {
  margin-bottom: 26px;
}

.buy1click-subheader,
.buy1click-main-control {
  margin-bottom: 12px;
}

.buy1click-main.style-thin-space .buy1click-header,
.buy1click-main.style-thin-space .buy1click-subheader,
.buy1click-main.style-thin-space .buy1click-main-control {
  margin-bottom: 10px;
}

.buy1click-main-control-text,
.buy1click-main-activateCode-text {
  position: relative;
}

.buy1click-main-control-text input,
.buy1click-main-control-text textarea,
.buy1click-main-activateCode-text input,
.buy1click-main-activateCode-text textarea {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #DBDBDB;
  border-radius: 8px;
  padding: 12px 15px 12px 15px;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.41px;
  resize: none;
}

.buy1click-main-control-text textarea,
.buy1click-main-activateCode-text textarea {
  min-height: 50px;
}

.buy1click-main-control-text.state-invalid:after {
  position: absolute;
  top: 12px;
  right: 12px;
}

.buy1click-main-control-text.state-invalid input {
  padding-right: 35px;
}

.buy1click-main-control-checkbox {
  display: flex;
  cursor: pointer;
}

.buy1click-main-control-checkbox input[type='checkbox'] {
  display: none;
}

.buy1click-main-control-checkbox .buy1click-main-control-checkbox-caption {
  flex: 1;
}

.buy1click-main-control-checkbox .buy1click-main-control-checkbox-button {
  position: relative;
  top: 5px;
}

.buy1click-main-control-checkbox .buy1click-main-control-checkbox-caption {
  line-height: 20px;
}

.buy1click-main-control-radio {
  display: inline-block;
  cursor: pointer;
  margin-right: 20px;
}

.buy1click-main-control-radio:last-child {
  margin-right: 0px;
}

.buy1click-main-control-radio .buy1click-main-control-radio-inner {
  display: flex;
}

.buy1click-main-control-radio input[type='radio'] {
  display: none;
}

.buy1click-main-control-radio input[type='radio'] + .buy1click-main-control-radio-button {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #E6E6E6;
  position: relative;
  margin-right: 8px;
  top: 1px;
  box-sizing: border-box;
}

.buy1click-main-control-radio input[type='radio']:checked + .buy1click-main-control-radio-button:after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #0036F2;
  position: absolute;
  top: 4px;
  left: 4px;
}

.buy1click-main-control-radio .buy1click-main-control-checkbox-caption {
  flex: 1;
}

.buy1click-main-control-radio.style-blue-border input[type='radio']:checked + .buy1click-main-control-radio-button {
  border: 6px solid #0036F2;
}

.buy1click-main-control-radio.style-blue-border input[type='radio']:checked + .buy1click-main-control-radio-button:after {
  display: none;
}

.buy1click-main-activateCode {
  display: flex;
}

.buy1click-main-activateCode-text {
  flex: 1;
  margin-right: 20px;
}

.buy1click-main-activateCode-text.state-error:after, .buy1click-main-activateCode-text.state-success:after {
  position: absolute;
  top: 13px;
  right: 12px;
}

.buy1click-main-activateCode-text.state-error input,
.buy1click-main-activateCode-text.state-success input {
  padding-right: 35px;
}

.buy1click-remarks {
  font-size: 10px;
  text-align: center;
  color: #aaa;
  line-height: 12px;
  margin-top: 15px;
}

.buy1click-controls-right {
  text-align: right;
}

@media only screen and (max-width: 959px) {
  .buy1click-controls.style-mobile-fill .button {
    width: 100%;
  }
  .buy1click-subheader {
    font-size: 12px;
  }
}

.buy1click-controls-submit {
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  padding-top: 11px;
  padding-bottom: 11px;
}

.buy1click-legalNote {
  font-size: 12px;
  text-align: center;
  color: #aaa;
  line-height: 14px;
}

.buy1click-main {
  margin-bottom: 24px;
}

@media only screen and (min-width: 960px) {
  .buy1click.contacts .buy1click-header {
    margin-bottom: 26px;
  }
  .buy1click.contacts .buy1click-main {
    margin-bottom: 21px;
  }
  .buy1click.contacts .buy1click-controls-submit {
    margin-top: 5px;
  }
  .buy1click.contacts .buy1click-controls-submit.if-size-not-pc {
    display: none;
  }
  .buy1click.contacts .buy1click-subheader-big {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #3B3C3B;
    margin-bottom: 12px;
  }
  .buy1click.contacts .buy1click-line-label {
    margin-top: 6px;
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
  }
  .buy1click.contacts .buy1click-line-label.bolder {
    font-weight: 500;
  }
  .buy1click.contacts .buy1click-line-label a {
    font-weight: 400;
  }
}

@media only screen and (max-width: 959px) {
  .buy1click.contacts .buy1click-header {
    display: none;
  }
  .buy1click.contacts .buy1click-main {
    margin-bottom: 21px;
  }
  .buy1click.contacts .buy1click-controls-submit {
    margin-top: 5px;
  }
  .buy1click.contacts .buy1click-controls-submit.if-size-pc {
    display: none;
  }
  .buy1click.contacts .buy1click-subheader-big {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 12px;
  }
  .buy1click.contacts .buy1click-line-label {
    margin-top: 6px;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
  }
  .buy1click.contacts .buy1click-line-label.bolder {
    font-weight: 500;
  }
  .buy1click.contacts .buy1click-line-label a {
    font-weight: 400;
  }
}

.cabinet-section {
  padding: 20px;
  position: relative;
}

.cabinet-section .cabinet-section-header {
  font-size: 18px;
  margin-bottom: 25px;
}

.cabinet-section .cabinet-section-header.style-small-margin-bottom {
  margin-bottom: 15px;
}

@media only screen and (max-width: 959px) {
  .cabinet-section .cabinet-section-header,
  .cabinet-section .page-path {
    display: none;
  }
  .cabinet-section .buy1click-controls-submit {
    width: 100%;
  }
}

.cabinet-bonus-info {
  font-size: 16px;
  margin-bottom: 10px;
}

.cabinet-bonus-info .cabinet-bonus-value,
.cabinet-bonus-info .cabinet-bonus-number {
  margin-bottom: 5px;
}

.cabinet-bonus-info .cabinet-bonus-value > b {
  font-weight: normal;
  color: #0036F2;
}

.cabinet-history-table {
  width: 100%;
}

.cabinet2 {
  margin-bottom: 20px;
}

.cabinet2 .cabinet2-menu {
  box-sizing: border-box;
}

.cabinet2 .cabinet2-menu-header {
  padding: 30px;
  border-bottom: 1px solid #e6e6e6;
  font-size: 16px;
}

.cabinet2 .cabinet2-menu-header-main {
  font-weight: bold;
  margin-bottom: 15px;
}

.cabinet2 .cabinet2-current {
  flex: 1;
  background: #fff;
  border: 1px solid #e6e6e6;
  border-left: 0px;
}

.cabinet2 .cabinet2-menu-menus {
  margin-bottom: -1px;
}

.cabinet2 .cabinet2-menu-menus-one {
  display: block;
  padding: 10px;
}

.cabinet2 .cabinet2-menu-menus-one {
  padding: 15px 30px;
  text-decoration: none;
  color: #2B2B30;
  border-bottom: 1px solid #e6e6e6;
}

.cabinet2 .cabinet2-menu-menus-one:hover {
  color: #0036F2;
}

.cabinet2 .cabinet2-menu-menus-one.state-selected {
  color: #0036F2;
  background: #fff;
}

.cabinet2 .cabinet2-current-content {
  height: 100%;
}

.cabinet2-bonus {
  min-height: 100%;
}

.cabinet2-bonus .cabinet2-bonus-main {
  padding-top: 31px;
  border-left: 1px solid #e6e6e6;
  flex: 1;
}

.cabinet2-bonus .cabinet2-bonus-card {
  padding-left: 10px;
  margin-bottom: 30px;
}

@media only screen and (max-width: 959px) {
  .cabinet2-bonus .cabinet2-bonus-card {
    text-align: center;
  }
}

.cabinet2-bonus .cabinet2-bonus-features {
  padding: 0px;
  margin-bottom: 20px;
}

.cabinet2-bonus .cabinet2-bonus-features > li {
  list-style: none;
  position: relative;
  padding-left: 40px;
  margin-bottom: 10px;
}

.cabinet2-bonus .cabinet2-bonus-features > li:before {
  content: "";
  position: absolute;
  left: 15px;
  top: 5px;
}

.cabinet2-bonus .cabinet2-bonus-more-info {
  padding-left: 40px;
}

.cabinet2-bonus .cabinet2-bonus-total-list {
  margin-bottom: 20px;
}

.cabinet2-bonus .cabinet2-bonus-total {
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  margin-top: -1px;
  padding: 5px 30px;
  display: flex;
}

.cabinet2-bonus .cabinet2-bonus-total .cabinet2-bonus-total-val {
  width: 70px;
  text-align: right;
}

.cabinet2-bonus .cabinet2-bonus-total .cabinet2-bonus-total-caption {
  flex: 1;
}

.cabinet2-bonus .type-positive {
  color: #1eb40f;
  font-weight: bold;
}

.cabinet2-bonus .type-negative {
  color: #ef1401;
  font-weight: bold;
}

.cabinet2-bonus .cabinet2-bonus-table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  margin-bottom: 10px;
}

.cabinet2-bonus .cabinet2-bonus-table td {
  text-align: center;
  padding: 10px;
}

.cabinet2-bonus .cabinet2-bonus-table tbody td {
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}

.cabinet2-bonus .cabinet2-bonus-table tbody td:first-child {
  border-left: 1px solid #e6e6e6;
}

.cabinet2-bonus .cabinet2-bonus-table tbody td:last-child {
  border-right: 1px solid #e6e6e6;
}

.cabinet2-bonus .cabinet2-bonus-table tbody .cabinet2-bonus-table-cell-val {
  text-align: right;
  padding-right: 50px;
}

.cabinet2-table-paginator {
  text-align: right;
}

.cabinet2-table-paginator .paginator .paginator-pages {
  font-size: 14px;
  line-height: 24px;
}

.cabinet2-table-paginator .paginator .paginator-pages span,
.cabinet2-table-paginator .paginator .paginator-pages a {
  border: 1px solid #e6e6e6;
  margin: 0px;
  height: 26px;
  width: 26px;
  margin-left: -1px;
}

.cabinet2-table-paginator .paginator .paginator-pages span {
  border-radius: 0px;
  background: #fff;
  color: #000;
}

.cabinet2-table-paginator .paginator .paginator-pages a {
  background: #f7f7f7;
}

.login-register-hiddenTabs {
  display: none;
}

.login-register-restoreLink {
  text-decoration: none;
}

.login-register-social {
  border-top: 1px solid #e8e8ea;
  padding-top: 16px;
  margin-top: 16px;
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
}

.login-register-social-caption {
  margin-bottom: 16px;
}

.social-vk {
  background: #2688eb !important;
}

.social-vk :hover {
  background: #2483e4 !important;
}

.login-register-social-variants-one {
  width: 100%;
  padding: 10px 20px 10px 20px;
  border-radius: 8px;
  background-color: #3361ff;
  filter: none;
  color: #000000;
}

.login-register-social-variants-one span {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #ffffff;
  margin-right: 8px;
}

.login-register-social-variants-one:hover {
  background: #2483e4 !important;
}

@media only screen and (min-width: 960px) {
  .inputWithApprove {
    display: flex;
  }
  .inputWithApprove .inputWithApprove-input {
    flex: 1;
  }
  .inputWithApprove .inputWithApprove-input input {
    width: 100%;
  }
  .inputWithApprove .inputWithApprove-button {
    margin-left: 5px;
  }
}

@media only screen and (max-width: 959px) {
  .inputWithApprove-input {
    margin-bottom: 10px;
  }
  .inputWithApprove-input input {
    width: 100%;
  }
  .inputWithApprove-button button {
    width: 100%;
  }
}

.cabinet2-menu-dropdown {
  font-size: 14px;
}

.cabinet2-menu-dropdown .catalog-combobox {
  display: block;
}

@media only screen and (min-width: 960px) {
  .cabinet-twoCols {
    display: flex;
  }
  .cabinet-twoCols-col {
    width: 50%;
    box-sizing: border-box;
    position: relative;
  }
  .cabinet-twoCols-col:first-child {
    padding-right: 30px;
    border-right: 1px solid #fff;
  }
  .cabinet-twoCols-col:nth-child(2) {
    padding-left: 30px;
  }
  .cabinet-twoCols.style-bordered .cabinet-twoCols-col {
    padding-top: 20px;
  }
  .cabinet-twoCols.style-bordered .cabinet-twoCols-col:first-child {
    border-right-color: #e6e6e6;
  }
  .cabinet-twoCols-innerBlock {
    margin-bottom: 30px;
  }
  .cabinet-twoCols-innerBlock:last-child {
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 960px) {
  .cabinet2-menu-header {
    background: #0036F2;
    color: #fff;
    border-top-left-radius: 4px;
  }
  .cabinet2-menu {
    background: #f7f7f7;
    border: 1px solid #e6e6e6;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    width: 290px;
  }
  .cabinet2-current {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
  }
  .cabinet2,
  .cabinet2-bonus {
    display: flex;
  }
  .cabinet2-menu {
    width: 290px;
  }
  .cabinet2-bonus-left {
    width: 310px;
  }
  .cabinet2-menu-dropdown {
    display: none;
  }
}

@media only screen and (max-width: 959px) {
  .cabinet2-menu-menus,
  .cabinet2-menu-header-name {
    display: none;
  }
  .cabinet2 .cabinet2-menu-header {
    background: transparent;
    padding: 20px;
    padding-top: 10px;
  }
  .cabinet2-bonus .cabinet2-bonus-total {
    border-top: 0px;
    border-bottom: 0px;
  }
  .cabinet2-bonus-table thead {
    display: none;
  }
  .cabinet2-bonus-table-cell-op {
    display: none;
  }
  .cabinet2-bonus-table {
    font-size: 13px;
  }
  .cabinet2-bonus .cabinet2-bonus-table tbody td:first-child {
    border-left: 0px;
  }
  .cabinet2-bonus .cabinet2-bonus-table tbody td:last-child {
    border-right: 0px;
  }
  .cabinet2-bonus .cabinet2-bonus-table tbody .cabinet2-bonus-table-cell-val {
    padding-right: 0px;
    white-space: nowrap;
  }
}

.cabinet-orders-one {
  border: 1px solid #e6e6e6;
  margin-top: -1px;
  border-radius: 4px;
}

.cabinet-orders-one-header {
  background: #fff;
  display: flex;
  justify-content: space-between;
  padding: 9px 10px;
  border-radius: 4px;
}

.cabinet-orders-one-header-state,
.cabinet-orders-one-header-totalSum {
  padding-left: 20px;
}

.cabinet-orders-one-header-state {
  position: relative;
}

.cabinet-orders-one-header-state svg {
  pointer-events: none;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 3px;
  left: 0px;
}

.cabinet-orders-one-header-right {
  text-align: right;
}

.cabinet-orders-one-content-items,
.cabinet-orders-one-content-discounts {
  border-bottom: 1px solid #e6e6e6;
  padding: 0px 10px;
}

.cabinet-orders-one-content-items:last-child,
.cabinet-orders-one-content-discounts:last-child {
  border-bottom: none;
}

.cabinet-orders-one-content-items-one,
.cabinet-orders-one-content-discounts-one {
  border-bottom: 1px solid #e6e6e6;
  padding: 15px 0px;
}

.cabinet-orders-one-content-items-one:last-child,
.cabinet-orders-one-content-discounts-one:last-child {
  border-bottom: none;
}

.cabinet-orders-one-content-items-one {
  display: flex;
}

.cabinet-orders-one-content-items-one-middle {
  flex: 1;
}

.cabinet-orders-one-content-items-one-picture {
  display: block;
  width: 110px;
  height: 110px;
}

.cabinet-orders-one-content-items-one-picture > picture,
.cabinet-orders-one-content-items-one-picture > picture > img {
  display: block;
  width: 100%;
}

.cabinet-orders-tabs-switcher {
  margin-bottom: 20px;
}

.cabinet-orders-one-header-totalSum > b {
  font-weight: 600;
}

@media only screen and (max-width: 959px) {
  .cabinet-orders-one-header-state,
  .cabinet-orders-one-header-date {
    margin-bottom: 5px;
  }
}

.cabinet-orders-one-header-open {
  color: #0036F2;
  padding-right: 16px;
  position: relative;
  cursor: pointer;
}

.cabinet-orders-one-header-open:after {
  position: absolute;
  right: 0px;
  top: 9px;
}

.cabinet-orders-one-content {
  display: none;
}

.cabinet-orders-one.state-open .cabinet-orders-one-header-open:after {
  transform: rotateZ(180deg);
}

.cabinet-orders-one.state-open .cabinet-orders-one-header {
  border-bottom: 1px solid #e6e6e6;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

@media only screen and (min-width: 960px) {
  .cabinet-orders-one.state-open .cabinet-orders-one-content {
    display: flex;
  }
  .cabinet-orders-one-content-cart {
    flex: 1;
    border-right: 1px solid #e6e6e6;
    padding: 0px 16px;
  }
  .cabinet-orders-one-content-info {
    width: 310px;
    box-sizing: border-box;
    padding: 15px 20px;
  }
}

@media only screen and (max-width: 959px) {
  .cabinet-orders-one.state-open .cabinet-orders-one-content {
    display: block;
  }
  .cabinet-orders-one-content-info {
    padding: 15px 10px;
  }
}

.cabinet-orders-one-content-items-one-title,
.cabinet-orders-one-content-discounts-one-title {
  display: block;
  color: #606060;
  text-decoration: none;
  line-height: 1.2em;
  padding-top: 10px;
  overflow: hidden;
  display: -webkit-box;
  margin-bottom: 15px;
  font-size: 18px;
}

.cabinet-orders-one-content-items-one-left {
  margin-right: 16px;
}

.cabinet-orders-one-content-items-one-price,
.cabinet-orders-one-content-discounts-one-amount {
  margin-bottom: 15px;
}

.cabinet-orders-one-content-items-one-price-val,
.cabinet-orders-one-content-discounts-one-amount-val {
  font-size: 21px;
  color: #616161;
  font-weight: 600;
}

.cabinet-orders-one-content-items-one-countAndComment {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.cabinet-orders-one-content-items-one.type-accessory .cabinet-orders-one-content-items-one-picture {
  padding: 10%;
  box-sizing: border-box;
}

.cabinet-orders-one-content-info-whouse {
  margin-bottom: 30px;
}

.cabinet-orders-one-content-info-totalSum {
  font-size: 20px;
  margin-bottom: 15px;
}

.cabinet-orders-one-content-info-totalSum b {
  font-size: 14px;
}

.cabinet-orders-one-content-info-totalSum .cabinet-orders-one-content-info-totalSum-val {
  font-size: 28px;
}

.cabinet-orders-one-content-discounts-one-right {
  padding-left: 120px;
}

.cabinet-orders-one-content-info-deleteOrCancel-button {
  display: inline-block;
  color: #e94b35;
  text-decoration: none;
  border-bottom: 1px dashed;
  cursor: pointer;
}

.cabinet-orders-one-content-info-deleteOrCancel-button:hover {
  border-bottom-color: transparent;
}

.cabinet-page-orders .cabinet-section-header {
  margin-bottom: 35px;
}

@media only screen and (min-width: 960px) {
  .cabinet-orders-tabs-switcher {
    position: absolute;
    top: 45px;
    right: 20px;
  }
}

.login-register-loginLink,
.login-register-restoreLink {
  padding-top: 16px;
  text-align: center;
}

.login-register-loginLink a,
.login-register-restoreLink a {
  text-decoration: none;
}

.login-register-switcher {
  border: 2px solid #f3f3f5;
  background-color: #f3f3f5;
  border-radius: 8px;
  overflow: hidden;
  color: #565660;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-align: left;
  display: flex;
  margin-bottom: 18px;
}

.login-register-switcher .switcher-tab {
  padding: 10px 12px 10px 12px;
  border-radius: 6px;
  flex: 1;
}

.login-register-switcher .switcher-tab:hover {
  color: #2b2b30;
  cursor: pointer;
}

.login-register-switcher .switcher-tab.selected {
  background-color: #ffffff;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
  color: #2b2b30;
}

.buy1click-controls-submit {
  padding: 8px 20px 8px 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.buy1click-controls-submit.style-blue-2.style-disabled {
  background-color: #f3f3f5;
  color: #b2b2ba;
  pointer-events: none;
}

.Cabinet-orders3-order {
  background-color: #fff;
  border-radius: 12px;
  border: 1px solid #e8e8ea;
  margin-bottom: 24px;
  padding: 24px;
}

.Cabinet-orders3-order-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 18px;
  border-bottom: 1px solid #e8e8ea;
}

.Cabinet-orders3-order-header .Cabinet-orders3-order-header-left {
  margin-bottom: 18px;
}

.Cabinet-orders3-order-header .Cabinet-orders3-order-header-left .Cabinet-orders3-order-header-left-title {
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0%;
  color: #18181b;
  display: flex;
  align-items: center;
  text-decoration: none;
}

.Cabinet-orders3-order-header .Cabinet-orders3-order-header-left .Cabinet-orders3-order-header-left-title:hover {
  cursor: pointer;
}

.Cabinet-orders3-order-header .Cabinet-orders3-order-header-left .Cabinet-orders3-order-header-left-date {
  color: #6f7182;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0%;
}

.Cabinet-orders3-order-header .Cabinet-orders3-order-header-right {
  color: #18181b;
  align-self: flex-start;
}

.Cabinet-orders3-order-header .Cabinet-orders3-order-header-right .Cabinet-orders3-order-header-right-title {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  margin-right: 4px;
}

.Cabinet-orders3-order-header .Cabinet-orders3-order-header-right .Cabinet-orders3-order-header-right-sum {
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
}

.Cabinet-orders3-order-body {
  display: flex;
  gap: 24px;
}

.Cabinet-orders3-order-body .Cabinet-orders3-order-body-left,
.Cabinet-orders3-order-body .Cabinet-orders3-order-body-right {
  flex: 1;
}

.Cabinet-orders3-order-status {
  border-radius: 8px;
  padding-top: 4px;
  padding-right: 8px;
  padding-bottom: 4px;
  padding-left: 8px;
  width: fit-content;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0%;
  text-align: right;
  display: flex;
  align-items: center;
  gap: 4px;
  margin-bottom: 12px;
}

.Cabinet-orders3-order-status:hover {
  cursor: pointer;
}

.Cabinet-orders3-order-status.type-created {
  background: #fca858;
  color: #fff;
}

.Cabinet-orders3-unpaid {
  background-color: #dc3545;
  color: #fff;
}

.Cabinet-orders3-canceled {
  background-color: #6c757d;
  color: #fff;
}

.Cabinet-orders3-order-details {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0%;
}

.Cabinet-orders3-order-details .Cabinet-orders3-order-details-date {
  color: #18181b;
  font-weight: 500;
  margin-bottom: 12px;
}

.Cabinet-orders3-order-details .Cabinet-orders3-order-details-method {
  color: #18181b;
  font-weight: 400;
  margin-bottom: 2px;
}

.Cabinet-orders3-order-details .Cabinet-orders3-order-details-address {
  color: #6f7182;
  font-weight: 400;
}

.Cabinet-orders3-order-details .Cabinet-orders3-order-details-about {
  margin-top: 16px;
  width: fit-content;
  padding: 8px 20px;
}

.Cabinet-orders3-order-items {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
}

.cabinet-orders-one-content-items-one-picture {
  width: 64px;
  height: 64px;
  border-radius: 8px;
}

.cabinet-orders-one-content-items-one-picture.type-more-items {
  background-color: #f3f3f5;
  color: #6f7182;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  line-height: 64px;
}

.Cabinet-orders3-order .Order3Done-info-warning-wrapper {
  background-color: #f3f3f5;
  border-radius: 12px;
  padding: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 18px;
}

.Cabinet-orders3-order .Order3Done-info-warning-wrapper .Order3Done-info-warning-payment-info {
  background-color: transparent;
  border-radius: 0;
  padding: 0;
  margin: 0;
}

.Cabinet-orders3-order .Order3Done-info-warning-wrapper .button {
  height: fit-content;
  width: fit-content;
  padding-top: 8px;
  padding-right: 20px;
  padding-bottom: 8px;
  padding-left: 20px;
  border-radius: 8px;
}

@media only screen and (max-width: 959px) {
  .Cabinet-orders3-order {
    padding: 16px;
    margin-bottom: 16px;
  }
  .Cabinet-orders3-order .Cabinet-orders3-order-header .Cabinet-orders3-order-header-left-title {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
  }
  .Cabinet-orders3-order .Cabinet-orders3-order-header .Cabinet-orders3-order-header-left-date {
    color: #6f7182;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0%;
  }
  .Cabinet-orders3-order .Cabinet-orders3-order-header .Cabinet-orders3-order-header-right .Cabinet-orders3-order-header-right-title {
    display: none;
  }
  .Cabinet-orders3-order .Cabinet-orders3-order-header .Cabinet-orders3-order-header-right .Cabinet-orders3-order-header-right-sum {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
  }
  .Cabinet-orders3-order .Order3Done-info-warning-wrapper {
    flex-direction: column;
    gap: 18px;
  }
  .Cabinet-orders3-order .Order3Done-info-warning-wrapper .button {
    width: 100%;
  }
  .Cabinet-orders3-order .Cabinet-orders3-order-body {
    flex-direction: column;
  }
  .Cabinet-orders3-order .Cabinet-orders3-order-body .Cabinet-orders3-order-items {
    justify-content: flex-start;
  }
}

.Cabinet-order-wrapper .Cabinet-order-link-back {
  color: #18181b;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0%;
  display: flex;
  align-items: center;
  gap: 4px;
  text-decoration: none;
  margin-bottom: 20px;
}

.Cabinet-order-wrapper .Cabinet-order-body {
  display: flex;
  gap: 24px;
  justify-content: space-between;
}

.Cabinet-order-wrapper .Cabinet-order-body .Cabinet-order-body-left {
  border-radius: 12px;
  border-width: 1px;
  padding: 24px;
  border: 1px solid #e8e8ea;
  width: -webkit-fill-available;
}

.Cabinet-order-wrapper .Cabinet-order-body .Cabinet-order-body-left .Cabinet-orders3-order-header-left-title {
  gap: 4px;
}

.Cabinet-order-wrapper .Cabinet-order-body .Cabinet-order-body-left .Cabinet-orders3-order-body {
  flex-direction: column;
}

.Cabinet-order-wrapper .Cabinet-order-body .Cabinet-order-body-left .Cabinet-orders3-order-body .Cabinet-orders3-order-details {
  margin-bottom: 24px;
}

.Cabinet-order-wrapper .Cabinet-order-body .Cabinet-order-body-left .Cabinet-orders3-order-body .Cabinet-orders3-order-items {
  flex-direction: column;
}

.Cabinet-order-wrapper .Cabinet-order-body .Cabinet-order-body-right {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.Cabinet-order-wrapper .Cabinet-order-body .Cabinet-order-body-right .Order3Done-price-wrapper .cart2-totals.siteLayoutRightColumn-column {
  margin-left: 0;
}

.Cabinet-order-wrapper .Cabinet-order-body .Cabinet-order-body-right .Cabinet-order-body-right-actions {
  border-radius: 12px;
  border-width: 1px;
  padding: 24px;
  border: 1px solid #e8e8ea;
}

.Cabinet-order-wrapper .Cabinet-order-body .Cabinet-order-body-right .Cabinet-order-body-right-actions .item-buy-cheaper {
  text-decoration: none;
  opacity: 1;
  color: #18181b;
}

.Cabinet-order-wrapper .Cabinet-order-body .Cabinet-order-body-right .Cabinet-order-body-right-actions .item-buy-cheaper:hover {
  opacity: 0.7;
}

.Cabinet-order-wrapper .Cabinet-order-body .Cabinet-order-body-right .Cabinet-order-body-right-actions .item-buy-cheaper:hover .right-arrow::after {
  filter: none;
}

.Cabinet-order-wrapper .Cabinet-order-body .Cabinet-order-body-right .Cabinet-order-body-right-actions .item-buy-cheaper .right-arrow {
  margin-left: auto;
}

.Cabinet-order-wrapper .Cabinet-order-body .Cabinet-order-body-right .Cabinet-order-body-right-actions .item-buy-cheaper .right-arrow::after {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../../images/collapse_arrow.svg");
  background-size: contain;
  width: 12px;
  height: 12px;
  transform: rotate(-90deg);
  filter: brightness(0) saturate(100%) invert(13%) sepia(1%) saturate(6262%) hue-rotate(202deg) brightness(87%) contrast(85%);
}

.Cabinet-order-wrapper .Cabinet-order-body .Cabinet-order-body-right .Cabinet-order-body-right-actions .item-buy-cheaper a {
  color: #18181b;
  margin-left: 14px;
}

.Cabinet-order-wrapper .Cabinet-order-body .Cabinet-order-body-right .Cabinet-order-body-right-actions .item-buy-cheaper a:not(:hover) {
  text-decoration: none;
}

.Cabinet-order-wrapper .Cabinet-order-body .Cabinet-order-body-right .Cabinet-order-body-right-actions .cabinet-orders-one-content-info-deleteOrCancel .cabinet-orders-one-content-info-deleteOrCancel-button {
  padding: 8px 12px;
  background: #fff1f2;
  color: #ff264d;
  padding-top: 12px;
  padding-right: 20px;
  padding-bottom: 12px;
  padding-left: 20px;
  border: none;
  border-radius: 8px;
  width: 100%;
  text-decoration: none;
  box-sizing: border-box;
  margin-top: 24px;
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
}

.Cabinet-order-wrapper .Cabinet-order-body .catalogItem-all-price {
  display: flex;
  margin-bottom: 12px;
  white-space: nowrap;
  font-size: 15px;
  font-weight: 400;
  line-height: 17.58px;
  text-align: left;
}

.Cabinet-order-wrapper .Cabinet-order-body .catalogItem-all-price .cabinet-orders-one-content-items-one-count {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-left: 6px;
}

.Cabinet-order-wrapper .Cabinet-order-body .catalogItem-all-price .cabinet-orders-one-content-items-one-count::before {
  content: "•";
  width: 5px;
  height: 20px;
  display: block;
}

.Cabinet-order-wrapper .Cabinet-order-body .cabinet-orders-one-content-items-one-middle {
  margin-left: 32px;
}

.Cabinet-order-wrapper .Cabinet-order-body .cabinet-orders-one-content-items-one-middle .cabinet-orders-one-content-items-one-title {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0%;
  color: #2b2b30;
}

.Cabinet-order-wrapper .Cabinet-order-body .cabinet-orders-one-content-items-one-right {
  display: flex;
  gap: 12px;
  margin-left: 12px;
}

.Cabinet-order-wrapper .Cabinet-order-body .cabinet-orders-one-content-items-one-right .catalogItem-buyButton {
  height: fit-content;
  padding: 8px 20px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
}

.Cabinet-order-wrapper .Cabinet-order-body .cabinet-orders-one-content-items-one-right .button.style-grey-1 {
  padding: 8px 20px;
  color: #2b2b30;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
}

.Cabinet-order-wrapper .Cabinet-order-body .cabinet-orders-one-content-items-one {
  align-items: center;
}

@media only screen and (max-width: 959px) {
  .Cabinet-order-wrapper .Cabinet-order-link-back {
    display: none;
  }
  .Cabinet-order-wrapper .Cabinet-order-body {
    flex-direction: column;
  }
  .Cabinet-order-wrapper .Cabinet-order-body .Cabinet-order-body-left {
    padding: 0;
  }
  .Cabinet-order-wrapper .Cabinet-order-body .Cabinet-order-body-left .Cabinet-orders3-order-header {
    padding: 12px 16px;
    background: #F3F3F5;
    border-top: 1px;
    border-left: 0;
    border-bottom: 1px;
    border-right: 0;
    border-style: solid;
    border-color: #E8E8EA;
    display: flex;
    margin: 0;
  }
  .Cabinet-order-wrapper .Cabinet-order-body .Cabinet-order-body-left .Cabinet-orders3-order-header .Cabinet-orders3-order-header-left {
    margin: 0;
  }
  .Cabinet-order-wrapper .Cabinet-order-body .Cabinet-order-body-left .Cabinet-orders3-order-body {
    padding: 24px 16px;
  }
  .Cabinet-order-wrapper .Cabinet-order-body .Cabinet-order-body-left .cabinet-orders-one-content-items-one {
    flex-wrap: wrap;
  }
  .Cabinet-order-wrapper .Cabinet-order-body .Cabinet-order-body-left .cabinet-orders-one-content-items-one .cabinet-orders-one-content-items-one-right {
    width: 100%;
    margin: 0;
    justify-content: center;
  }
  .Cabinet-order-wrapper .Cabinet-order-body .Cabinet-order-body-right {
    padding: 0 16px;
  }
  .order2-delivery-self-popup-body.order-done-popup .order2-delivery-self {
    display: flex;
    flex-direction: column-reverse;
  }
  .order2-delivery-self-popup-body.order-done-popup .order2-delivery-self .order2-delivery-self-few.show-whouse-info {
    height: fit-content;
    position: static;
  }
  .order2-delivery-self-popup-body.order-done-popup .order2-delivery-self .order2-delivery-self-search-map {
    height: 365px;
    max-height: 365px;
  }
  .order2-delivery-self-popup-body.order-done-popup .order2-delivery-self .order2-delivery-self-search-map .order2-delivery-self-map {
    height: 365px;
    max-height: 365px;
  }
}

.compare-browser {
  /* The filter-slider */
  /* Rounded filter-sliders */
  /* The switch - the box around the filter-slider */
  /* Hide default HTML checkbox */
}

.compare-browser .compare-browser-header {
  margin-bottom: 16px;
}

.compare-browser .compare-browser-header:after {
  content: "";
  clear: both;
  display: block;
}

@media only screen and (min-width: 960px) {
  .compare-browser .compare-browser-header .compare-browser-header-controls {
    float: right;
  }
}

.compare-browser .compare-filter {
  box-sizing: border-box;
  background: #ffffff;
  border: 1px solid #E8E8EA;
  box-sizing: border-box;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  border-radius: 12px;
}

.compare-browser .compare-filter .compare-filter-header {
  background: #E8E8EA;
  font-weight: bold;
  font-size: 18px;
}

.compare-browser .compare-filter .compare-filter-content .select-square,
.compare-browser .compare-filter .compare-filter-content .select2 {
  display: block;
  margin-bottom: 15px;
}

.compare-browser .compare-filter .compare-filter-content .select2,
.compare-browser .compare-filter .compare-filter-content .button {
  display: block;
  width: 100% !important;
}

.compare-browser .compare-filter .compare-filter-header {
  text-align: center;
  padding: 15px;
}

@media only screen and (max-width: 959px) {
  .compare-browser .compare-filter {
    margin-bottom: 20px;
  }
  .compare-browser .compare-filter .compare-filter-misc-controls {
    padding: 20px;
    padding-top: 0px;
    margin-top: -10px;
  }
  .compare-browser .compare-filter .compare-filter-misc-controls .button {
    display: block;
    margin-bottom: 10px;
    width: 100%;
  }
}

@media only screen and (min-width: 960px) {
  .compare-browser .compare-filter {
    margin-right: 12px;
    height: 369px;
  }
}

.compare-browser .compare-filter-slider {
  display: flex;
  align-items: center;
}

.compare-browser .filter-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #E8E8EA;
  -webkit-transition: .4s;
  transition: .4s;
  height: 24px;
  width: 42px;
}

.compare-browser .filter-slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
  box-shadow: 0px 1px 2px 0px #0000000F;
  box-shadow: 0px 1px 3px 0px #0000001A;
}

.compare-browser input:checked + .filter-slider {
  background-color: #3361FF;
}

.compare-browser input:checked + .filter-slider:before {
  -webkit-transform: translateX(18px);
  -ms-transform: translateX(18px);
  transform: translateX(18px);
}

.compare-browser .filter-slider.round {
  border-radius: 34px;
}

.compare-browser .filter-slider.round:before {
  border-radius: 50%;
}

.compare-browser .filter-slider-descr {
  color: #2B2B30;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.41px;
  text-align: left;
  margin-left: 8px;
}

.compare-browser .switch {
  position: relative;
  display: inline-block;
  width: 42px;
  height: 24px;
}

.compare-browser .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

@media only screen and (min-width: 960px) {
  .compare-browser .compare-browser-controls-and-items {
    padding-bottom: 12px;
    margin-bottom: 20px;
  }
  .compare-browser .compare-properties-property {
    display: flex;
  }
  .compare-browser .compare-properties-property .compare-properties-property-content {
    flex: 1;
    overflow: hidden;
  }
  .compare-browser .compare-items-wrapper {
    overflow: auto;
  }
  .compare-browser .compare-items-wrapper .catalog-item {
    height: 346px;
  }
  .compare-browser .compare-properties-property-content-wrapper {
    overflow: hidden;
  }
  .compare-browser .compare-items-canvas > .catalogGrid-cell,
  .compare-browser .compare-properties-property-value {
    width: 230px;
    margin-right: 12px;
  }
  .compare-browser .compare-items-canvas > .catalogGrid-cell:last-child,
  .compare-browser .compare-properties-property-value:last-child {
    margin-right: 0px;
  }
  .compare-browser .compare-properties-group-header {
    font-size: 16px;
    font-weight: 600;
    border-bottom: 0px;
    padding: 0px;
  }
  .compare-browser .compare-properties-group {
    margin-bottom: 20px;
  }
  .compare-browser .compare-properties-property-header {
    width: 282px;
    margin-right: 12px;
  }
  .compare-browser .compare-filter {
    width: 100%;
    height: fit-content;
    padding: 24px 20px 28px 20px;
    margin: 0;
    margin-bottom: 24px;
    box-shadow: none;
  }
  .compare-browser .compare-browser-header h1 {
    margin: 0;
  }
}

.compare-browser .compare-items-canvas {
  display: flex;
}

.compare-browser .compare-items-wrapper .catalog-item {
  display: inline-block;
  vertical-align: top;
}

.compare-browser .compare-properties-property-content-canvas {
  white-space: nowrap;
}

.compare-browser .compare-properties-property-content-canvas .compare-properties-property-value {
  display: inline-block;
  white-space: normal;
  vertical-align: top;
}

.compare-browser .compare-properties-property-content-canvas .compare-properties-property-value.style-highlight {
  font-weight: bold;
  color: #85b907;
}

.compare-browser .compare-properties-property:nth-child(2n + 1) {
  background: #F9F9F9;
}

.compare-browser .compare-properties-property-header,
.compare-browser .compare-properties-property-value {
  box-sizing: border-box;
  padding: 5px 1px;
}

@media only screen and (max-width: 959px) {
  .compare-browser .compare-items-wrapper .catalog-item {
    height: 300px;
  }
  .compare-browser .compare-properties-group {
    margin-bottom: 8px;
  }
  .compare-browser .compare-properties-group-header {
    background: #F9F9F9;
    font-weight: bold;
    border: 1px solid #E8E8EA;
    padding: 10px;
  }
  .compare-browser .compare-properties-group-header:after {
    right: 10px;
  }
  .compare-browser .compare-items,
  .compare-browser .compare-properties-property-content {
    overflow: hidden;
    position: relative;
  }
  .compare-browser .compare-items-carret,
  .compare-browser .compare-properties-property-content-carret {
    position: relative;
    left: 0;
    -webkit-transition: left .5s ease-in-out;
    -moz-transition: left .5s ease-in-out;
    -ms-transition: left .5s ease-in-out;
    -o-transition: left .5s ease-in-out;
    transition: left .5s ease-in-out;
  }
  .compare-browser .compare-properties-group-content .compare-properties-property-header {
    background: #FFF;
  }
  .compare-browser .compare-properties-group-content .compare-properties-property-content {
    background: #F9F9F9;
  }
  .compare-browser .compare-properties-property-header,
  .compare-browser .compare-properties-property-value {
    padding-left: 10px;
    padding-right: 10px;
  }
  .compare-browser .compare-items-canvas .catalogGrid-cell,
  .compare-browser .compare-properties-property-value {
    width: 50%;
    box-sizing: border-box;
    display: inline-block;
    white-space: normal;
    vertical-align: top;
  }
  .compare-browser .compare-items-canvas .catalogGrid-cell {
    padding-left: 6px;
    padding-right: 6px;
  }
  .compare-browser .catalogItem-body {
    display: block;
  }
  .compare-browser .item-markers-group,
  .compare-browser .catalogItem-avail {
    display: none;
  }
  .compare-browser .catalogItem-picture {
    padding: 0px;
    margin: 0px;
    height: auto;
    margin-bottom: 10px;
  }
  .compare-browser .catalogGrid {
    margin-bottom: 0px;
  }
  .compare-browser .compare-items-canvas {
    display: block;
    white-space: nowrap;
  }
}

.compare-browser .compare-items-points {
  text-align: center;
  margin-bottom: 7px;
}

.compare-browser .compare-items-points .compare-items-points-one {
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #F9F9F9;
  border: 1px solid #E8E8EA;
  box-sizing: border-box;
  margin: 10px 7px 7px 7px;
  cursor: pointer;
}

.compare-browser .compare-items-points .compare-items-points-one:hover, .compare-browser .compare-items-points .compare-items-points-one.state-active {
  background: #0036F2;
}

@media only screen and (min-width: 960px) {
  .compare-browser .compare-clear-all {
    display: flex;
    align-items: center;
  }
  .compare-browser .compare-clear-all span {
    margin-left: 6px;
    color: #6F7182;
  }
  .compare-browser .compare-clear-all:hover {
    cursor: pointer;
  }
  .compare-browser .compare-clear-all:hover span {
    color: #2B2B30;
  }
  .compare-browser .compare-clear-all:hover path {
    stroke: #565660;
  }
  .compare-browser .compare-items-canvas.catalogGrid.type-in-compare {
    flex: 25% 25% 25%;
    gap: 32px;
  }
  .compare-browser .compare-items-canvas.catalogGrid.type-in-compare .catalogGrid-cell {
    max-width: 233.6px;
    width: 233.6px;
    margin: 0;
  }
  .compare-browser .compare-items-canvas.catalogGrid.type-in-compare .catalogGrid-cell .catalogItem .catalogItem-picture,
  .compare-browser .compare-items-canvas.catalogGrid.type-in-compare .catalogGrid-cell .catalogItem .catalogItem-picture-img {
    height: 200px;
  }
  .compare-browser .compare-items-canvas.catalogGrid.type-in-compare .catalogGrid-cell .catalogItem .catalogItem-picture-img img {
    margin: auto;
    height: 100%;
  }
  .compare-browser .compare-items-canvas.catalogGrid.type-in-compare .catalogGrid-cell .catalogItem .catalogItem-picture {
    margin-bottom: 12px;
  }
  .compare-browser .compare-items-canvas.catalogGrid.type-in-compare .catalogGrid-cell .catalogItem .catalogItem-title {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
  }
  .compare-browser .compare-items-canvas.catalogGrid.type-in-compare .catalogGrid-cell .catalogItem .catalogItem-all-price {
    display: flex;
  }
  .compare-browser .compare-items {
    position: relative;
    display: block;
  }
  .compare-browser .compare-items .compare-items-add {
    width: 233.6px;
    height: 363px;
    border-radius: 12px;
    background: #FBFBFC;
    border: 1px solid #F3F3F5;
    position: absolute;
    top: 0;
    right: 0;
  }
  .compare-browser .compare-items-add-wrapper {
    width: 270px;
    min-width: 270px;
    height: 370px;
    position: absolute;
    top: 0;
    right: -30px;
    overflow: hidden;
    background-color: white;
  }
  .compare-browser .compare-items-add {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    right: unset;
    left: 0;
  }
  .compare-browser .compare-items-add:hover {
    cursor: pointer;
    background: #F3F3F5;
  }
  .compare-browser .compare-items-add .compare-add-item {
    text-decoration: none;
    color: #515360;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    margin-left: 6px;
  }
  .compare-browser .compare-items-carret {
    width: 100%;
    position: relative;
  }
  .compare-browser .compare-items-carret .compare-items-canvas.catalogGrid.type-tiles.type-in-compare {
    width: fit-content;
  }
  .compare-browser .compare-items-carret .slider-button {
    display: block;
    z-index: 100;
    right: -20px;
  }
  .compare-browser .compare-items-wrapper {
    -ms-overflow-style: none;
    scrollbar-width: none;
    overflow: -moz-scrollbars-none;
  }
  .compare-browser .compare-items-wrapper::-webkit-scrollbar {
    width: 0;
    height: 0;
    display: none;
  }
  .compare-browser .compare-browser-header-show-more {
    display: none;
  }
  .compare-browser .catalogBrowser-header-block-sub.catalogBrowser-tags.if-size-pc.state-collapsable .compare-catalogs-list {
    height: auto;
  }
}

.compare-browser .compare-properties-group.expand-box {
  padding-bottom: 12px;
  border-bottom: 1px solid #E8E8EA;
  margin-bottom: 24px;
}

.compare-browser .compare-properties-group.expand-box .compare-properties-property:not(:last-of-type) {
  border-bottom: 1px dashed #E8E8EA;
}

.compare-browser .compare-properties-group.expand-box .compare-properties-property {
  background: transparent;
  display: block;
  padding: 12px 0;
}

.compare-browser .compare-properties-group.expand-box .compare-properties-property.only-unique .compare-properties-property-header {
  display: flex;
  align-items: center;
}

.compare-browser .compare-properties-group.expand-box .compare-properties-property.only-unique .compare-properties-property-header::after {
  content: '';
  display: block;
  margin-left: 6px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #3361FF;
}

.compare-browser .compare-properties-group.expand-box .compare-properties-group-header.expand-box-header {
  padding-bottom: 12px;
  margin: 0;
  margin-bottom: 12px;
  display: flex;
}

.compare-browser .compare-properties-group.expand-box .compare-properties-group-header.expand-box-header span {
  margin-left: 6px;
}

.compare-browser .compare-properties-group.expand-box .compare-properties-property-header,
.compare-browser .compare-properties-group.expand-box .compare-properties-property-value {
  width: 233.6px;
  max-width: 233.6px;
  margin-right: 32px;
  padding: 0;
}

.compare-browser .compare-properties-group.expand-box .compare-properties-property-header {
  margin-bottom: 20px;
}

.compare-browser .compare-properties-group.expand-box:not(.state-expand) .compare-properties-group-content.expand-box-content {
  display: none;
}

.compare-browser .compare-properties-group.expand-box.state-expand .compare-properties-group-header.expand-box-header svg {
  transform: rotate(0.5turn);
}

.compare-browser .compare-properties-group.expand-box.state-expand .compare-properties-group-content.expand-box-content {
  display: block;
}

.compare-browser .compare-properties-group.expand-box:not(.state-expand) .compare-properties-group-header {
  margin-bottom: 0;
}

.compare-browser .compare-properties-property-content {
  position: relative;
}

.compare-browser .compare-properties-property-content-canvas .compare-properties-property-value.hide-value {
  background-color: transparent;
  background-color: white;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}

.compare-browser.show-only-unique .compare-properties-property:not(.only-unique) {
  display: none;
}

@media only screen and (max-width: 959px) {
  .compare-browser .compare-filter {
    border: none;
    box-shadow: none;
    margin: 0;
  }
  .compare-browser .compare-filter .catalogBrowser-mobileHeader-block-sub.catalogBrowser-tags.if-size-not-pc {
    display: flex;
  }
  .compare-browser .compare-filter .compare-filter-slider.if-size-pc {
    display: none;
  }
  .compare-browser .compare-items-add-wrapper {
    display: none;
  }
  .compare-browser .compare-filter {
    position: relative;
  }
  .compare-browser .catalogGrid .catalogGrid-cell {
    padding: 0 10px;
  }
  .compare-browser .catalogGrid .catalogGrid-cell:first-of-type {
    padding-left: 0;
  }
  .compare-browser .catalogGrid .catalogGrid-cell:last-of-type {
    padding-right: 0;
  }
  .compare-browser .catalogGrid .catalogGrid-cell.if-size-pc {
    display: none;
  }
  .compare-browser .catalogGrid .catalogGrid-item-cell-counter {
    text-align: center;
    color: #6F7182;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 12px;
  }
  .compare-browser .compare-items .compare-filter {
    padding: 24px 16px;
    border-top: 1px solid #E8E8EA;
    border-bottom: 1px solid #E8E8EA;
    margin: 0 -16px;
  }
  .compare-browser .compare-properties-group.expand-box.type-if-not-pc {
    padding: 24px 0 0 0;
    margin-bottom: 0;
  }
  .compare-browser .compare-properties-group.expand-box.type-if-not-pc .compare-properties-group-header.expand-box-header {
    border: none;
    padding: 0;
    margin-bottom: 12px;
    background: transparent;
    flex-direction: row-reverse;
    justify-content: flex-end;
  }
  .compare-browser .compare-properties-group.expand-box.type-if-not-pc .compare-properties-group-header.expand-box-header svg {
    margin-left: 10px;
  }
  .compare-browser .compare-properties-group.expand-box.type-if-not-pc .compare-properties-group-header.expand-box-header span {
    margin: 0;
  }
  .compare-browser .compare-properties-group.expand-box.type-if-not-pc .compare-properties-property-content {
    background: transparent;
  }
  .compare-browser .compare-properties-group.expand-box.type-if-not-pc .compare-properties-property-content-canvas .compare-properties-property-value.hide-value {
    display: none;
  }
  .compare-browser .compare-properties-group.expand-box.type-if-not-pc .compare-properties-property-content-canvas .compare-properties-property-value {
    width: 50%;
    box-sizing: border-box;
    display: inline-block;
    white-space: normal;
    vertical-align: top;
    margin: 0;
    padding: 0 10px;
  }
  .compare-browser .compare-properties-group.expand-box.type-if-not-pc .compare-properties-property-content-canvas .compare-properties-property-value:first-of-type {
    padding-left: 0;
  }
  .compare-browser .compare-properties-group.expand-box.type-if-not-pc .compare-properties-property-content-canvas .compare-properties-property-value:last-of-type {
    padding-right: 0;
  }
  .compare-browser .compare-properties-group.expand-box.type-if-not-pc.state-expand .expand-box-content {
    border: none;
  }
  .compare-browser .compare-properties-group.expand-box.type-if-not-pc:not(.state-expand) {
    padding: 24px 0;
  }
  .compare-browser .compare-properties-group.expand-box.type-if-not-pc:not(.state-expand) .compare-properties-group-header.expand-box-header {
    margin: 0;
  }
  .compare-browser .compare-browser-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .compare-browser .compare-browser-header::after {
    display: none;
  }
  .compare-browser .compare-browser-header .compare-browser-header-show-more {
    max-height: 20px;
  }
}

.mobile-show-more-popup-html-wrapper {
  display: flex;
  flex-direction: column;
  margin: 0 -30px;
  margin-top: 25px;
}

.mobile-show-more-popup-html-wrapper .compare-clear-all {
  display: flex;
  align-items: center;
  padding: 16px 30px;
  border: 1px solid #E8E8EA;
  border-left: none;
  border-right: none;
}

.mobile-show-more-popup-html-wrapper .compare-clear-all span {
  margin-left: 6px;
  color: #6F7182;
}

.mobile-show-more-popup-html-wrapper .compare-clear-all:hover {
  cursor: pointer;
}

.mobile-show-more-popup-html-wrapper .compare-clear-all:hover span {
  color: #2B2B30;
}

.mobile-show-more-popup-html-wrapper .compare-clear-all:hover path {
  stroke: #565660;
}

.mobile-show-more-popup-html-wrapper .compare-items-add {
  padding: 16px 30px;
  border: 1px solid #E8E8EA;
  border-left: none;
  border-right: none;
  border-bottom: none;
  display: flex;
  align-items: center;
  text-decoration: none;
  right: unset;
  left: 0;
}

.mobile-show-more-popup-html-wrapper .compare-items-add:hover {
  cursor: pointer;
  background: #F3F3F5;
}

.mobile-show-more-popup-html-wrapper .compare-items-add .compare-add-item {
  text-decoration: none;
  color: #515360;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
  margin-left: 6px;
}

.item-comment.item-comment-level-2, .item-comment.item-comment-level-3, .item-comment.item-comment-level-4, .item-comment.item-comment-level-5 {
  padding-left: 30px;
}

.item-comment .item-comment-body {
  border: 1px solid #E8E8EA;
  padding: 10px;
  margin-bottom: 10px;
  border-radius: 4px;
}

.item-comment .item-comment-header,
.item-comment .item-comment-answer-header {
  margin-bottom: 7px;
}

.item-comment .item-comment-header:after,
.item-comment .item-comment-answer-header:after {
  content: "";
  clear: both;
  display: block;
}

.item-comment .item-comment-header .item-comment-date,
.item-comment .item-comment-header .item-comment-rate,
.item-comment .item-comment-header .item-comment-author,
.item-comment .item-comment-answer-header .item-comment-date,
.item-comment .item-comment-answer-header .item-comment-rate,
.item-comment .item-comment-answer-header .item-comment-author {
  float: left;
}

.item-comment .item-comment-header .item-comment-header-right,
.item-comment .item-comment-answer-header .item-comment-header-right {
  float: right;
}

.item-comment .item-comment-author,
.item-comment .item-comment-date {
  color: #A4A4A4;
}

.item-comment .item-comment-author-name {
  font-weight: bold;
  color: #2B2B30;
}

.item-comment .item-comment-text,
.item-comment .item-comment-rating {
  margin-bottom: 10px;
}

.item-comment .item-comment-answer {
  border-top: 1px solid #E8E8EA;
  padding-top: 15px;
  margin-top: 15px;
}

.item-comment-body .item-comment-rate {
  margin-left: 10px;
}

.item-comment-body .item-comment-rate:after {
  content: "";
  clear: both;
  display: block;
}

.item-comment-body .item-comment-rate .item-comment-rate-down,
.item-comment-body .item-comment-rate .item-comment-rate-up,
.item-comment-body .item-comment-rate .item-comment-rate-val {
  float: left;
}

.item-comment-body .item-comment-rate-val {
  margin: 0px 5px;
  background: #EFEFEF;
  padding: 0px 7px;
  border-radius: 2px;
  font-size: 12px;
  min-width: 25px;
  box-sizing: border-box;
  text-align: center;
  font-weight: 600;
  color: #515360;
}

.item-comment-body.state-rate-down .item-comment-rate-val {
  color: #d90000;
  background: #f9e0e0;
}

.item-comment-body.state-rate-up .item-comment-rate-val {
  color: #00a600;
  background: #e0f9e0;
}

.item-comment-body .item-comment-rate-down:before {
  content: "↓";
}

.item-comment-body .item-comment-rate-up:before {
  content: "↑";
}

.item-comment-body.state-user-rate-up .item-comment-rate-up,
.item-comment-body.state-user .item-comment-rate-up:hover {
  filter: hue-rotate(-100deg) saturate(5000%) brightness(65%);
}

.item-comment-body.state-user-rate-down .item-comment-rate-down,
.item-comment-body.state-user .item-comment-rate-down:hover {
  filter: hue-rotate(-240deg) saturate(5000%) brightness(85%);
}

.item-comment-body .item-comment-rate-down,
.item-comment-body .item-comment-rate-up {
  cursor: not-allowed;
  line-height: 20px;
  display: block;
}

.item-comment-body.state-user .item-comment-rate-down,
.item-comment-body.state-user .item-comment-rate-up {
  cursor: pointer;
}

.item-comment-body .item-comment-dialog-answer-form {
  display: none;
}

.item-comment-body.state-with-dialog-answer-form .item-comment-dialog-answer-form {
  display: block;
}

.item-comment-body .item-comment-dialog-answer-label {
  color: #666;
  border-bottom: 1px dotted;
  display: inline-block;
  cursor: pointer;
}

.item-comment-body .item-comment-dialog-answer-label:hover {
  border-bottom-color: transparent;
}

.item-comment-body.state-with-dialog-answer-form .item-comment-footer {
  margin-bottom: 15px;
}

.mp-rating-source {
  display: none;
}

.item-comment-form-withRatyLabel {
  display: inline-block;
  margin-right: 10px;
}

@media only screen and (max-width: 959px) {
  .item-comments-form .buy1click-controls-submit {
    width: 100%;
  }
}

.item-comment-text .ow-opinion__text-title {
  font-weight: bold;
}

.item-comments-paginator .paginator {
  box-shadow: none;
}

.page-static-content img {
  max-width: 100%;
  height: auto;
}

.page-static-content .page_entire_contact .page_bold_box {
  margin: 5px 0px;
  background: #F9F9F9;
  padding-bottom: 5px;
}

.page-static-content .page_entire_contact .bd_main_zone {
  margin-top: 40px;
}

.page-static-content .page_contact_description {
  margin-bottom: 20px;
}

.page-static-content .page_contact_description h2 {
  margin-bottom: 0px;
  margin-top: 5px;
}

.page-static-content .page_contact_graybox {
  padding: 15px 10px;
  background: #F5F5F5;
  display: inline-block;
  max-width: 490px;
  display: flex;
  float: left;
  margin-bottom: 20px;
}

.page-static-content .page_contact_graybox_one {
  margin-right: 25px;
}

.page-static-content .page_contact_graybox_one:last-child {
  margin-right: 0px;
}

.page-static-content .page_contact_right_list {
  float: left;
  margin: 0px 10px 0px 30px;
}

.page-static-content .page_contact_right_list + h2 {
  clear: left;
}

.page-static-content .page_contact_right_list h2 {
  margin-top: 0px;
}

.page-static-content .page_contact_right_list ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.page-static-content .page_contact_right_list ul > li {
  padding-left: 22px;
  background-position: 0px 3px;
  margin: 4px 0px;
  background-repeat: no-repeat;
}

.page-static-content .page_contact_right_list ul > li.icon_cont_nal {
  background-image: url("../../images/icon_cont_nal.fw.png");
}

.page-static-content .page_contact_right_list ul > li.icon_cont_beznal {
  background-image: url("../../images/icon_cont_beznal.fw.png");
}

.page-static-content .page_contact_right_list ul > li.icon_cont_prize {
  background-image: url("../../images/icon_cont_prize.fw.png");
}

.page-static-content .page_contact_right_list ul > li.icon_cont_bank_alpha {
  background-image: url("../../images/icon_cont_bank_alpha.fw.png");
}

.page-static-content .page_contact_right_list ul > li.icon_cont_bank_otp {
  background-image: url("../../images/icon_cont_bank_otp.fw.png");
}

.page-static-content .page_contact_right_list ul > li.icon_cont_bank_home {
  background-image: url("../../images/icon_cont_bank_home.fw.png");
}

.page-static-content .page_contact_right_list ul > li.icon_cont_bank_renecance {
  background-image: url("../../images/icon_cont_bank_renecance.fw.png");
}

@media only screen and (min-width: 960px) {
  .page-review .page-static-content {
    max-width: 870px;
    margin: 0px auto;
  }
}

.site-block-offers {
  text-align: center;
}

.site-block-offers-one-title {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 20px;
}

.site-block-offers-one-text ul {
  padding-left: 20px;
  margin-bottom: 0px;
}

.site-block-offers-one .site-block-content {
  padding: 0px 10px;
}

.site-block-offers-one-pic {
  display: flex;
  flex-direction: column;
}

.site-block-offers-one-pic-space {
  flex: 1;
}

.site-block-offers-one-pic-link,
.site-block-offers-one-content-link {
  text-align: right;
}

.site-block-offers-list > h2 {
  text-align: center;
}

.site-block-raw-html {
  margin-bottom: 24px;
}

@media only screen and (min-width: 481px) {
  .site-block-offers-one .site-block-content {
    display: flex;
    flex-direction: row-reverse;
  }
  .site-block-offers-one-content {
    flex: 1;
  }
  .site-block-offers-one-pic {
    margin-left: 20px;
  }
  .site-block-offers-one-pic img {
    display: block;
  }
  .site-block-offers-one-content-link {
    display: none;
  }
}

@media only screen and (max-width: 480px) {
  .site-block-offers-one-pic {
    margin-bottom: 20px;
    text-align: center;
  }
  .site-block-offers-one-title {
    text-align: center;
  }
  .site-block-offers-one-pic-link {
    display: none;
  }
}

.staticFeatureCols {
  display: flex;
  flex-wrap: wrap;
}

.staticFeatureCols-col {
  flex: 1;
  text-align: center;
  min-width: 200px;
  margin-bottom: 20px;
}

.staticFeatureCols-text {
  padding-top: 20px;
}

.staticCenterHeader {
  text-align: center;
  margin-bottom: 50px;
  margin-top: 30px;
  font-size: 24px;
}

.staticHow-one {
  margin-bottom: 40px;
}

.staticHow-one h3 {
  text-align: center;
  font-size: 20px;
}

@media only screen and (min-width: 481px) {
  .staticHow-one {
    display: flex;
    align-items: center;
  }
  .staticHow-one:nth-child(2n) {
    flex-direction: row-reverse;
  }
  .staticHow-one-pic,
  .staticHow-one-text {
    width: 50%;
    box-sizing: border-box;
  }
}

.leftPicContentBlock {
  background: #fff;
  margin-bottom: 24px;
}

.leftPicContentBlock .leftPicContentBlock-content {
  padding: 35px 60px;
  box-sizing: border-box;
}

.leftPicContentBlock .leftPicContentBlock-pic,
.leftPicContentBlock .leftPicContentBlock-pic .if-size-pc,
.leftPicContentBlock .leftPicContentBlock-pic .if-size-tb,
.leftPicContentBlock .leftPicContentBlock-pic .if-size-mb {
  height: 100%;
}

.leftPicContentBlock .leftPicContentBlock-pic img {
  display: block;
  max-width: 100%;
}

@media only screen and (min-width: 481px) {
  .leftPicContentBlock {
    display: flex;
  }
  .leftPicContentBlock .leftPicContentBlock-pic {
    width: 50%;
  }
  .leftPicContentBlock .leftPicContentBlock-pic img {
    min-height: 100%;
    object-fit: cover;
  }
  .leftPicContentBlock .leftPicContentBlock-content {
    width: 50%;
  }
}

@media only screen and (min-width: 960px) {
  .staticPcPaddingBlock {
    padding: 0px 115px;
  }
}

@media only screen and (max-width: 959px) {
  .staticPcPaddingBlock {
    padding: 0px !important;
  }
}

.staticAdaptBlock-col {
  padding: 32px;
}

@media only screen and (min-width: 481px) {
  .staticAdaptBlock {
    display: flex;
    gap: 24px;
  }
  .staticAdaptBlock-col {
    flex: 1;
    margin: 0;
    border-radius: 12px;
    background-color: #F3F3F5;
  }
  .staticAdaptBlock-col span {
    color: #000000;
  }
}

@media only screen and (min-width: 960px) {
  .staticAdaptBlock-col:first-child {
    margin-left: 0px;
  }
  .staticAdaptBlock-col:last-child {
    margin-right: 0px;
  }
}

.type-raw_html .staticAdaptBlock-col {
  background: #FFF;
  border: 1px solid #ECE9F1;
  box-sizing: border-box;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
  border-radius: 4px;
}

.news-one-block.type-spoiler {
  margin-bottom: 24px;
}

.staticAdaptBlock-col {
  flex: 1;
  margin: 0;
  border-radius: 12px;
  background-color: #F3F3F5;
}

.staticAdaptBlock-col span {
  color: #000000;
}

@media only screen and (max-width: 959px) {
  .staticAdaptBlock {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
}

.cart2-header {
  margin: 0px;
  margin-bottom: 20px;
}

.cart2-browser-if-no-items {
  display: none;
}

.cart2-browser.state-no-items .cart2-browser-if-items {
  display: none;
}

.cart2-browser.state-no-items .cart2-browser-if-no-items {
  display: block;
}

.cart2-empty-go {
  padding-top: 20px;
}

.cart2-empty-go .button {
  padding: 10px 30px;
  justify-content: center;
  width: fit-content;
  margin: auto;
}

.cart2-empty-content {
  text-align: center;
}

@media only screen and (min-width: 960px) {
  .cart2-browser {
    background: #FFF;
    border: 1px solid #E8E8EA;
    border-radius: 12px;
    padding: 30px 40px 40px 40px;
  }
  .cart2-browser .site-header-button {
    margin-bottom: 0px;
  }
}

@media only screen and (max-width: 959px) {
  .cart2-header {
    background: #FFF;
    padding: 0px 10px 22px 10px;
    margin-bottom: 0px;
  }
  .cart2-browser-if-no-items {
    padding: 24px 10px;
    background: #FFF;
    border-bottom: 1px solid #E8E8EA;
  }
  .cart2-items {
    margin-bottom: 24px;
  }
}

.cart2-item-countWidget {
  display: inline-flex;
  height: 30px;
  border-radius: 3px;
  box-sizing: border-box;
}

.cart2-item-countWidget-value {
  width: 36px;
  height: 100%;
}

.cart2-item-countWidget-value-input {
  transition: all 0.2s ease-in-out;
  text-align: center;
  display: block;
  padding: 4px;
  text-align: center;
  border: none;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  border-top: 1px solid #E8E8EA;
  border-bottom: 1px solid #E8E8EA;
  border-radius: 0px;
}

.cart2-item-countWidget-down,
.cart2-item-countWidget-up {
  cursor: pointer;
  width: 30px;
  height: 100%;
  background-color: #F3F3F5;
  box-sizing: border-box;
  transition: all 0.12s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #E8E8EA;
  user-select: none;
}

.cart2-item-countWidget-down:hover,
.cart2-item-countWidget-up:hover {
  background-color: #E8E8EA;
}

.cart2-item-countWidget-down:active,
.cart2-item-countWidget-up:active {
  opacity: 0.8;
}

.cart2-item-countWidget-down.state-disabled, .cart2-item-countWidget-down.state-disabled:hover,
.cart2-item-countWidget-up.state-disabled,
.cart2-item-countWidget-up.state-disabled:hover {
  cursor: default;
  background-color: #FFF;
}

.cart2-item-countWidget-down.state-disabled:after, .cart2-item-countWidget-down.state-disabled:hover:after,
.cart2-item-countWidget-up.state-disabled:after,
.cart2-item-countWidget-up.state-disabled:hover:after {
  opacity: 0.6;
}

.cart2-item-countWidget-down {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.cart2-item-countWidget-up {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.cart2-item {
  border-bottom: 1px solid #E8E8EA;
}

.cart2-item:first-child {
  border-top: 1px solid #E8E8EA;
}

.cart2-item-body {
  display: flex;
}

.cart2-item-pictureBlock {
  margin-right: 15px;
}

.cart2-item-exceptPicture {
  flex: 1;
}

.cart2-item-title {
  overflow: hidden;
  color: #2B2B30;
  text-decoration: none;
  display: block;
}

a.cart2-item-title:hover {
  color: #3361FF;
}

.cart2-item-price-old {
  color: #515360;
  font-weight: 600;
  position: relative;
  display: inline-block;
}

.cart2-item-price-old::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #161618;
  transform: translateY(-50%);
}

.cart2-item-return {
  color: #3361FF;
  cursor: pointer;
  display: none;
}

.cart2-item-return:hover {
  color: #0036F2;
}

.cart2-item-remove {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 40px;
}

.cart2-item-price {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.cart2-item-remove-removeIcon,
.cart2-item-remove-deleteIcon {
  cursor: pointer;
  transition: opacity 0.12s ease-in-out;
}

.cart2-item-remove-removeIcon:hover,
.cart2-item-remove-deleteIcon:hover {
  filter: brightness(0) saturate(100%) invert(75%) sepia(2%) saturate(1904%) hue-rotate(202deg) brightness(86%) contrast(89%);
}

.cart2-item-remove-deleteIcon {
  display: none;
}

.cart2-item.state-removed .cart2-item-picture,
.cart2-item.state-removed .cart2-item-countBlock,
.cart2-item.state-removed .cart2-item-price,
.cart2-item.state-removed .cart2-item-remove-removeIcon {
  display: none;
}

.cart2-item.state-removed .cart2-item-remove-deleteIcon {
  display: block;
}

.cart2-item.state-removed .cart2-item-return {
  display: block;
}

.cart2-item.state-removed .cart2-item-pictureBlock {
  height: 0;
}

.cart2-item-price > .value {
  font-size: 20px;
  font-weight: 600;
}

.cart2-item-pictureBlock {
  width: 100px;
  height: 100px;
}

.cart2-item-picture,
.cart2-item-picture-img,
.cart2-item-picture-img > img {
  display: block;
  width: 100%;
  height: 100%;
}

@media only screen and (min-width: 960px) {
  .cart2-item {
    padding: 40px 0px;
  }
  .cart2-item-exceptPicture-inner {
    height: 100%;
    display: flex;
    align-items: center;
  }
  .cart2-item-infoBlock {
    flex: 1;
  }
  .cart2-item-infoBlock,
  .cart2-item-countBlock {
    margin-right: 60px;
  }
  .cart2-item-price {
    font-size: 14px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .cart2-item-title {
    font-size: 16px;
    line-height: 20px;
    max-height: 40px;
  }
  .cart2-item-priceBlock {
    width: 180px;
    margin-right: 10px;
  }
}

@media only screen and (max-width: 959px) {
  .cart2-item {
    padding: 24px 16px;
    background: #FFF;
  }
  .cart2-item-title {
    font-size: 12px;
    line-height: 16px;
    max-height: 32px;
    margin-bottom: 16px;
  }
  .cart2-item-priceBlock {
    font-size: 11px;
  }
  .cart2-item-price > .value {
    font-size: 14px;
  }
  .cart2-item-priceBlock {
    margin-bottom: 20px;
  }
  .cart2-item-exceptPicture-inner {
    display: flex;
    flex-direction: column;
    position: relative;
  }
  .cart2-item-infoBlock {
    order: 1;
  }
  .cart2-item-priceBlock {
    order: 2;
  }
  .cart2-item-countBlock {
    order: 3;
  }
  .cart2-item-remove {
    position: absolute;
    bottom: 7px;
    right: 0px;
    flex-direction: row;
    gap: 22px;
  }
  .cart2-item.state-removed .cart2-item-remove {
    bottom: initial;
    top: 0px;
  }
  .cart2-item.state-removed .cart2-item-pictureBlock {
    display: none;
  }
  .cart2-item.state-removed .cart2-item-priceBlock {
    margin-bottom: 0;
  }
  .cart2-item-return {
    text-decoration-color: #0036F2;
    text-decoration-line: underline;
  }
}

.buy1click.report-in-stock-with-item .buy1click-midheader {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #18181B;
  margin-bottom: 8px;
}

.buy1click.report-in-stock-with-item .buy1click-subheader {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0%;
  color: #18181B;
  margin-bottom: 16px;
}

.buy1click.report-in-stock-with-item .mini-item-in-popup {
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid #F3F3F5;
}

.buy1click.report-in-stock-with-item .mini-item-in-popup .cart2-item-pictureBlock {
  width: 60px;
  height: 60px;
  margin-right: 30px;
}

.buy1click.report-in-stock-with-item .mini-item-in-popup .cart2-item-exceptPicture-inner {
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}

.buy1click.report-in-stock-with-item .mini-item-in-popup .cart2-item-priceBlock .cart2-item-price {
  color: #6F7182;
}

.buy1click.report-in-stock-with-item .mini-item-in-popup .cart2-item-priceBlock .cart2-item-price .value {
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0%;
}

.cart2-coupon {
  position: relative;
}

.cart2-coupon-controls {
  display: flex;
  margin-bottom: 30px;
  border: 1px solid #D1D1D6;
  border-radius: 8px;
  overflow: hidden;
  padding: 6px 4px;
}

.cart2-coupon-controls:hover, .cart2-coupon-controls:after {
  border-color: #A0A0B0;
}

.cart2-coupon-controls.has-content {
  border-color: #0036F2;
}

.cart2-coupon-controls-input {
  border: none;
  font-size: 16px !important;
  line-height: 18px !important;
  font-weight: 400 !important;
  flex: 1;
  min-width: 100px;
  transition: border-color 0.2s, color 0.2s;
  border-radius: 8px;
  padding: 12px 10px 10px 12px;
}

.cart2-coupon-controls-input:disabled, .cart2-coupon-controls-input:disabled:hover {
  background: #FFF;
  border-color: #E2E2E2;
  color: #E2E2E2;
}

.cart2-coupon-controls-input:disabled + .cart2-coupon-controls {
  background: #FFF;
  border-color: #E2E2E2;
  color: #E2E2E2;
}

.cart2-coupon-controls-button {
  border: none;
  font-size: 16px;
  font-weight: 500;
  padding: 8px 20px;
  background: #F3F3F5 !important;
  color: #B2B2BA;
}

.cart2-coupon-controls-button.activ {
  background: #3361FF !important;
  color: #fff;
}

.cart2-coupon-message {
  position: absolute;
  left: 0px;
  bottom: -18px;
  font-size: 10px;
  line-height: 12px;
  max-width: 100%;
  color: #1eb40f;
}

.cart2-coupon.state-error .cart2-coupon-controls,
.cart2-coupon.state-error .cart2-coupon-message {
  color: #ef1401 !important;
}

.cart2-coupon.state-error .cart2-coupon-controls {
  border-color: #ef1401 !important;
}

@media only screen and (max-width: 959px) {
  .cart2-coupon-controls-input {
    font-size: 13px !important;
    padding-left: 12px;
  }
}

.cart2-totals-price {
  margin-bottom: 16px;
}

.cart2-totals {
  background: #FFF;
  border-radius: 12px;
  border: 1px solid #E8E8EA;
  padding: 30px 20px;
}

.cart2-totals-price-line {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 16px;
}

.cart2-totals-price-line:last-child {
  margin-bottom: 0px;
}

.cart2-totals-price-line.type-nds .cart2-totals-price-line-title,
.cart2-totals-price-line.type-nds .cart2-totals-price-line-price,
.cart2-totals-price-line.type-nds .cart2-totals-price-line-price-val.ref-cartSumNds {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #2B2B30;
}

.cart2-totals-price-line.type-additional .cart2-totals-price-line-price {
  color: #FF5FAA;
}

.cart2-totals-price-line.type-additional.state-not-active {
  display: none;
}

.cart2-totals-buttons .button {
  display: block;
  margin-bottom: 20px;
  width: 100%;
  padding: 12px 20px;
  font-size: 16px;
  box-sizing: border-box;
  font-weight: 500;
  line-height: 24px;
}

.cart2-totals-buttons .button:last-child {
  margin-bottom: 0px;
}

.cart2-totals-buttons .button.style-outline {
  padding: 9px;
}

.cart2-totals-final {
  padding-top: 16px;
  border-top: 1px solid #E8E8EA;
  margin-bottom: 40px;
  font-weight: bold;
}

.cart2-totals-final:last-child {
  margin-bottom: 0px;
}

.cart2-totals-final .cart2-totals-price-line-price {
  font-size: 22px;
  font-weight: 700;
  line-height: 25px;
}

.cart2-totals-final .cart2-totals-price-line-title {
  font-weight: 600;
}

.cart2-totals-price-caption-left {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 30px;
}

@media only screen and (min-width: 960px) {
  .cart2-totals {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
  }
}

@media only screen and (max-width: 959px) {
  .cart2-totals {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
  }
  .cart2-totals {
    margin-bottom: 30px;
  }
  .cart2-totals-price-line-title {
    font-size: 16px;
  }
}

.cart2-accessory-items {
  gap: 20px;
  display: grid;
  align-items: center;
}

.cart2-accessory-item {
  border: 1px solid #ECE9F1;
  box-sizing: border-box;
}

.cart2-accessory-item > .cart2-item {
  display: none;
}

.button.cart2-accessory-item-controls-button {
  padding: 8px 20px;
  font-weight: 500;
  line-height: 24px;
}

.cart2-accessory-item-title {
  font-size: 16px;
  line-height: 20px;
}

.cart2-accessory-item-picture-img,
.cart2-accessory-item-picture-img > img {
  display: block;
}

.cart2-accessory-item-price-cur-val {
  font-size: 22px;
  line-height: 26px;
  font-weight: 700;
}

.cart2-accessory-item-price-old-val {
  color: #515360;
  display: block;
  margin-right: 6px;
  position: relative;
}

.cart2-accessory-item-price-old-val::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #161618;
  transform: translateY(-50%);
}

.cart2-accessory-item-price-old {
  display: flex;
  align-items: center;
}

.cart2-accessory-item-price-cur-unit {
  font-size: 16px;
  line-height: 19px;
}

.cart2-item.type-accessory .cart2-item-picture {
  padding: 10%;
  box-sizing: border-box;
}

@media only screen and (min-width: 960px) {
  .cart2-accessory-item {
    border-radius: 8px;
    padding: 20px 30px;
    grid-template-columns: 1fr auto;
    gap: 40px;
    display: grid;
    align-items: center;
  }
  .cart2-accessory-item-pictureAndTitle {
    display: flex;
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: 30px;
  }
  .cart2-accessory-item-pictureAndTitle:last-child {
    gap: 10px;
  }
  .cart2-accessory-item-priceAndControls {
    display: grid;
    grid-template-columns: 130px auto;
    align-items: center;
    gap: 30px;
  }
  .cart2-accessory-caption {
    margin-top: 60px;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 959px) {
  .cart2-accessory-item {
    padding: 25px 20px;
    border-left: none;
    border-right: none;
  }
  .cart2-accessory-caption {
    margin-top: 40px;
    margin-bottom: 24px;
    padding: 0 20px;
  }
  .cart2-accessory {
    margin-bottom: 30px;
  }
  .cart2-accessory-item-pictureAndTitle,
  .cart2-accessory-item-priceAndControls {
    display: flex;
    align-items: center;
  }
  .cart2-accessory-item-priceAndControls {
    flex-direction: row-reverse;
  }
  .cart2-accessory-items {
    gap: 0px;
  }
  .cart2-accessory-item-pictureAndTitle {
    margin-bottom: 28px;
  }
  .cart2-accessory-item-title,
  .cart2-accessory-item-price {
    flex: 1;
  }
  .cart2-accessory-item-title {
    font-size: 12px;
    line-height: 16px;
  }
  .cart2-accessory-item-picture {
    margin-right: 20px;
  }
  .cart2-accessory-item-price {
    display: grid;
    justify-content: flex-end;
  }
  .cart2-accessory-item-price-cur-val {
    font-size: 14px;
    line-height: 16px;
  }
  .cart2-accessory-item-price-cur-unit {
    font-size: 12px;
    line-height: 14px;
  }
  .cart2-accessory-item-price-old-val {
    font-size: 12px;
    font-weight: 500;
    line-height: 14px;
  }
}

.order2-header {
  margin: 0px;
  margin-bottom: 34px;
}

.order2-section-header {
  font-size: 18px;
  font-weight: 500;
}

.order2-section-sub-header {
  color: #515360;
  margin-bottom: 6px;
}

.order2-section-sub {
  margin-bottom: 20px;
}

.order2-section-sub-content-important {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 8px;
}

.order2-section-sub-content {
  font-size: 12px;
}

.order2-if-fiz,
.order2-if-ur,
.order2-if-delivery-0,
.order2-if-delivery-1,
.order2-if-delivery-2 {
  display: none;
}

.order2-delivery-self-text {
  font-size: 12px;
}

.order2-delivery-self-address {
  font-weight: 500;
  font-size: 16px;
  margin: 8px 0px;
}

.order2-submit-input {
  padding: 12px 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 16px;
}

.order2-submit-comment {
  color: #515360;
  font-size: 12px;
  font-weight: 400;
}

.comment {
  text-decoration: none;
}

.order2-section-subheader.select-city {
  display: flex;
  align-items: center;
  color: #3361FF;
  width: fit-content;
}

@media only screen and (min-width: 960px) {
  .order2-section-subheader.select-city {
    font-size: 14px;
    line-height: 20px;
  }
}

@media only screen and (max-width: 959px) {
  .order2-section-subheader.select-city {
    font-size: 12px;
    line-height: 16px;
  }
}

@media only screen and (min-width: 960px) {
  .order2-browser {
    background: #FFF;
    border: 1px solid #ECE9F1;
    border-radius: 12px;
    padding: 40px;
    position: relative;
  }
  .order2-browser .cart2-totals {
    position: sticky;
    top: 100px;
  }
  .order2-section-subheader.select-city.if-size-pc {
    display: flex;
    cursor: pointer;
  }
  .order2-section-subheader.select-city.if-size-not-pc {
    display: none;
  }
  .order2-section {
    margin-bottom: 60px;
  }
  .order2-section-header {
    margin-bottom: 27px;
  }
  .order2-browser .cart2-totals-final {
    margin-bottom: 0px;
  }
  .order2-form-width {
    width: 539px;
  }
}

@media only screen and (max-width: 959px) {
  .order2-header {
    margin: 0px;
    margin-bottom: 27px;
  }
  .order2-browser .siteLayoutRightColumn-main {
    margin-bottom: 31px;
  }
  .order2-section {
    margin-bottom: 40px;
  }
  .order2-section-header {
    margin-bottom: 24px;
  }
  .order2-submit-input {
    width: 100%;
  }
  .order2-submit-comment {
    text-align: center;
  }
  .order2-block-radio-typeDelivery .formRadioBlock-content {
    min-height: 114px;
  }
  .order2-section-subheader.select-city.if-size-pc {
    display: none;
  }
  .order2-section-subheader.select-city.if-size-not-pc {
    margin-bottom: 24px;
    height: 16px;
    display: flex;
  }
  .order2-section-subheader.select-city.if-size-not-pc span,
  .order2-section-subheader.select-city.if-size-not-pc svg {
    max-height: 16px;
  }
  .order2-section-subheader.select-city.if-size-not-pc span {
    line-height: 16px;
  }
  .order2-section-subheader.select-city.if-size-not-pc svg {
    position: static;
    filter: none;
    margin-left: 2px;
  }
}

.order2-delivery-self-few .order2-delivery-self-time {
  max-width: 142px;
}

.order2-delivery-self-few .order2-delivery-self-one {
  border: 1px solid #D6DBE0;
  padding: 20px;
}

.order2-delivery-self-few .order2-delivery-self-one:not(:first-child) {
  margin-top: -1px;
}

.order2-delivery-self-few .order2-delivery-self-one:last-child {
  border-radius: 0px 0px 8px 8px;
}

.order2-delivery-self-few .order2-delivery-self-one .order2-delivery-self-radio .form-radio-nice-label {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.order2-delivery-self-few .order2-delivery-self-one .order2-delivery-self-radio .form-radio-nice-label::before {
  flex-shrink: 0;
  opacity: 0 !important;
  font-size: 0;
  pointer-events: none;
  width: 0;
  margin-right: 0 !important;
  border: none !important;
}

.order2-delivery-self-few .order2-delivery-self-one .order2-delivery-self-time {
  font-size: 13px;
  color: #515360;
  line-height: 18px;
}

.order2-delivery-self-few .order2-delivery-self-one .order2-delivery-self-city {
  font-size: 12px;
  display: block;
  line-height: 16px;
  color: #515360;
  margin-bottom: 4px;
  font-style: normal;
  font-weight: 400;
}

.order2-delivery-self-few .order2-delivery-self-one .order2-delivery-self-address {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

@media only screen and (min-width: 960px) {
  .order2-delivery-self-few .order2-delivery-self-one {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 30px;
  }
  .order2-delivery-self-few .order2-delivery-self-one:last-of-type {
    border-radius: 0px 0px 8px 8px;
  }
  .order2-delivery-self-few .order2-delivery-self-time {
    margin: auto 0 1px auto;
  }
}

@media only screen and (max-width: 959px) {
  .order2-delivery-self-few {
    display: none;
  }
  .order2-delivery-self-few .order2-delivery-self-one:first-of-type {
    border-radius: 8px 8px 0px 0px;
  }
  .order2-delivery-self-few .order2-delivery-self-one:last-of-type {
    border-radius: 0px 0px 8px 8px;
  }
  .order2-delivery-self-few .order2-delivery-self-one .order2-delivery-self-address {
    font-size: 13px;
  }
  .order2-delivery-self-few .order2-delivery-self-time {
    margin-left: 38px;
    margin-top: 6px;
  }
}

.dadata-suggestions-wrapper {
  position: relative;
  top: 7px;
}

.dadata-suggestions-wrapper .dadata-suggestions-suggestions {
  position: absolute;
  width: 100%;
  background-color: white;
  -webkit-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
  -moz-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
  box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
  border-radius: 4px;
  z-index: 1;
}

.dadata-suggestions-wrapper .dadata-suggestions-suggestions > span {
  display: block;
  padding: 15px 15px;
  border: 1px solid #F3F3F5;
}

.dadata-suggestions-wrapper .dadata-suggestions-suggestions > span:hover {
  cursor: pointer;
  color: #0036F2;
}

.dadata-suggestions-wrapper .dadata-suggestions-suggestions > span:not(:first-of-type) {
  border-top: none;
}

.dadata-suggestions-wrapper .dadata-suggestions-suggestions > span:last-of-type {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.dadata-suggestions-wrapper .dadata-suggestions-suggestions > span:first-of-type {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.order2-block-radio-typeDelivery .formRadioBlock.hidden {
  display: none;
}

.order2-block-radio-typeDelivery .formRadioBlock-advantage {
  font-weight: 400;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 20px;
  letter-spacing: 0%;
  margin-top: 8px;
}

.order2-block-radio-typeDelivery .formRadioBlock-advantage.speed {
  color: #f98f2a;
}

.order2-block-radio-typeDelivery .formRadioBlock-advantage.price {
  color: #ff5faa;
}

.order2-block-radio-typePay .formRadioBlock.hidden {
  display: none;
}

.order2-delivery-self {
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 959px) {
  .order2-delivery-self {
    flex-direction: column;
  }
}

.order2-delivery-self .order2-delivery-self-map {
  width: 100%;
}

@media only screen and (min-width: 960px) {
  .order2-delivery-self .order2-delivery-self-map {
    height: auto;
  }
}

@media only screen and (max-width: 959px) {
  .order2-delivery-self .order2-delivery-self-map {
    height: 100vh;
    margin-top: -132px;
  }
}

.order2-delivery-self .order2-delivery-self-few {
  height: 100%;
  max-height: 100%;
  overflow-y: scroll;
}

.order2-delivery-self .order2-delivery-self-map-wrapper {
  width: 100%;
  padding: 24px 0;
  border: 1px solid #D1D1D6;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.order2-delivery-self .order2-delivery-self-map-wrapper .order2-delivery-map {
  background-color: #F3F3F5;
  border-radius: 8px;
  padding: 10px 20px;
  border: none;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.order2-section-cdek-pvz-list-error {
  margin-top: 20px;
  color: red;
}

.order2-section-content .city-autodetect {
  color: #3361FF;
  margin-top: 12px;
  font-size: 14px;
  display: inline-block;
  cursor: pointer;
}

@media only screen and (min-width: 960px) {
  .order2-delivery-self {
    max-height: calc(100vh - 96px);
    overflow-y: hidden;
  }
}

.item-delivery-self-container .popup_holder_center_container {
  margin: 0;
  width: 100vw;
  height: 100%;
  padding: 0;
}

@media only screen and (min-width: 960px) {
  .item-delivery-self-container .popup_holder_center_container {
    overflow-y: hidden;
  }
}

.item-delivery-self-container .order2-delivery-self-popup-body {
  width: 100%;
  height: 100%;
}

.order2-delivery-self-header {
  position: relative;
  z-index: 1;
  background-color: white;
  font-weight: 600;
  line-height: 28px;
  max-height: 132px;
}

@media only screen and (min-width: 960px) {
  .order2-delivery-self-header {
    border-bottom: 1px solid #e8e8ea;
    padding: 24px !important;
  }
  .order2-delivery-self-header .order2-delivery-self-header-switch {
    display: none;
  }
}

@media only screen and (max-width: 959px) {
  .order2-delivery-self-header {
    padding: 16px !important;
    box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.06);
  }
  .order2-delivery-self-header .order2-delivery-self-header-switch {
    margin-top: 12px;
  }
  .order2-delivery-self-header .order2-delivery-self-header-switch .switch-wrapper {
    background-color: #F3F3F5;
    border-radius: 8px;
    display: flex;
    padding: 2px;
  }
  .order2-delivery-self-header .order2-delivery-self-header-switch .switch-wrapper .switch-title {
    font-weight: 500;
    font-style: Medium;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 20px;
    letter-spacing: 0%;
    color: #18181B;
    padding: 10px 12px;
    width: -webkit-fill-available;
  }
  .order2-delivery-self-header .order2-delivery-self-header-switch .switch-wrapper .switch-title.active {
    background: #FFFFFF;
    border-radius: 6px;
    box-shadow: 0px 1px 2px 0px #0000000F;
    box-shadow: 0px 1px 3px 0px #0000001A;
  }
}

.order2-delivery-self-header .order2-delivery-self-header-city {
  color: #3361FF;
  font-weight: 500;
}

@media only screen and (min-width: 960px) {
  .order2-delivery-self-header .order2-delivery-self-header-city {
    font-size: 14px;
  }
}

@media only screen and (max-width: 959px) {
  .order2-delivery-self-header .order2-delivery-self-header-city {
    font-size: 12px;
  }
  .order2-delivery-self-header .order2-delivery-self-header-city .mobileBottomMenu-buttons-one {
    margin-bottom: 0 !important;
  }
}

.item-delivery-self-container *, .item-delivery-self-container :before, .item-delivery-self-container :after {
  box-sizing: border-box !important;
}

@media only screen and (min-width: 960px) {
  .item-delivery-self-container .order2-delivery-self {
    display: grid;
    grid-template-columns: max-content 1fr;
    height: 100%;
  }
}

.item-delivery-self-container .order2-delivery-self-few .order2-delivery-self-one {
  justify-content: space-between;
  padding: 24px 0;
  margin: 0 24px;
  border: none;
  cursor: pointer;
  border-radius: 0;
}

@media only screen and (max-width: 959px) {
  .item-delivery-self-container .popup_holder_close {
    z-index: 1000;
  }
}

.order2-delivery-self-one-wrapper {
  display: block;
}

.order2-delivery-self-one-wrapper:hover {
  background-color: #f3f3f5;
  transition: background-color 0.12s;
}

.order2-delivery-self-one-item + .order2-delivery-self-one-item .order2-delivery-self-one {
  border-top: 2px solid #e8e8ea;
}

.order2-delivery-self-shipping-details {
  display: flex;
  flex-direction: column;
  gap: 6px;
  text-align: end;
}

.order2-delivery-self-shipping-details .order2-delivery-self-shipping-details-cost,
.order2-delivery-self-shipping-details .order2-delivery-self-shipping-details-time {
  font-size: 14px;
  line-height: 20px;
  white-space: nowrap;
}

.order2-delivery-self-shipping-details .order2-delivery-self-shipping-details-cost {
  font-weight: 500;
}

.order2-delivery-vendor-wrapper {
  --icon_sizes: 24px;
  display: block;
}

.order2-delivery-vendor-wrapper .order2-delivery-vendor-body {
  display: flex;
  align-items: center;
  gap: 6px;
}

.order2-delivery-vendor-wrapper .order2-delivery-vendor-caption {
  font-size: 14px;
  line-height: 20px;
  color: #2b2b30;
}

.order2-delivery-vendor-wrapper .delivery-icon {
  display: inline-block;
  width: var(--icon_sizes);
  height: var(--icon_sizes);
  background-size: var(--icon_sizes);
}

.order2-delivery-vendor-wrapper .delivery-icon.nova {
  background-image: url("../../../images/svg/order2/nova.svg");
}

.order2-delivery-vendor-wrapper .delivery-icon.sdek {
  background-image: url("../../../images/svg/order2/sdek.svg");
}

.order2-delivery-vendor-wrapper .delivery-icon.yandex {
  background-image: url("../../../images/svg/order2/yandex.svg");
}

.order2-delivery-vendor-wrapper .delivery-icon.tecno {
  background-image: url("../../../images/svg/order2/tecno.svg");
}

.order2-delivery-vendor-wrapper .delivery-icon.xiaomi {
  background-image: url("../../../images/svg/order2/xiaomi.svg");
}

.order2-delivery-self-vendor {
  font-size: 16px;
  line-height: 24px;
  color: #2b2b30;
  margin-bottom: 8px;
  font-weight: 400;
}

.order2-delivery-self-search-map {
  --search-block-height: 96px;
  position: relative;
  display: block;
  height: 100%;
  box-sizing: border-box;
}

@media only screen and (min-width: 960px) {
  .order2-delivery-self-search-map {
    width: calc(100% - 580px);
    min-width: 100%;
    max-width: unset;
  }
}

.order2-delivery-self-search-map .order2-delivery-self-whouse-search-wrapper {
  --search_height: 56px;
  --search_b_radius: 8px;
  position: relative;
  z-index: 1;
}

.order2-delivery-self-search-map .order2-delivery-self-whouse-search-wrapper.show {
  display: block;
}

.order2-delivery-self-search-map .order2-delivery-self-whouse-search-wrapper.fixed {
  position: fixed;
}

@media only screen and (min-width: 960px) {
  .order2-delivery-self-search-map .order2-delivery-self-whouse-search-wrapper {
    left: 0;
    width: 100%;
    padding: 20px;
    height: var(--search-block-height);
    align-items: center;
    justify-content: center;
  }
}

@media only screen and (max-width: 959px) {
  .order2-delivery-self-search-map .order2-delivery-self-whouse-search-wrapper {
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 150;
  }
}

.order2-delivery-self-search-map .order2-delivery-self-whouse-search-wrapper .order2-whouse-search {
  display: flex;
  align-items: center;
  background-color: white;
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.06);
  border-radius: var(--search_b_radius);
  padding: 0 16px;
}

@media only screen and (max-width: 959px) {
  .order2-delivery-self-search-map .order2-delivery-self-whouse-search-wrapper .order2-whouse-search {
    display: block;
    height: 212px;
    box-shadow: 0px 4px 15px 0px #0000000F;
    position: sticky;
    top: 0;
    z-index: 2;
    gap: 24px;
    padding: 16px;
  }
}

@media only screen and (max-width: 959px) and (max-width: 959px) {
  .order2-delivery-self-search-map .order2-delivery-self-whouse-search-wrapper .order2-whouse-search .order2-whouse-search-input {
    border: 2px solid #D1D1D6;
  }
}

@media only screen and (max-width: 959px) {
  .order2-delivery-self-search-map .order2-delivery-self-whouse-search-wrapper .order2-whouse-search .order2-whouse-search-label {
    margin-top: 12px;
  }
  .order2-delivery-self-search-map .order2-delivery-self-whouse-search-wrapper .order2-whouse-search .order2-delivery-self-header {
    padding: 0 !important;
    box-shadow: none;
  }
  .order2-delivery-self-search-map .order2-delivery-self-whouse-search-wrapper .order2-whouse-search .order2-input .order2-input-placeholder {
    transition: none;
    transform: none;
    color: #6F7182;
  }
  .order2-delivery-self-search-map .order2-delivery-self-whouse-search-wrapper .order2-whouse-search .order2-input.state-not-empty .order2-input-placeholder {
    display: none;
  }
  .order2-delivery-self-search-map .order2-delivery-self-whouse-search-wrapper .order2-whouse-search .order2-input-input.order2-whouse-search-input {
    padding: 14px 16px;
  }
}

@media only screen and (min-width: 960px) {
  .order2-delivery-self-search-map .order2-delivery-self-whouse-search-wrapper .order2-whouse-search .order2-delivery-self-header {
    display: none;
  }
}

.order2-delivery-self-search-map .order2-delivery-self-whouse-search-wrapper .order2-whouse-search-label {
  width: 100%;
}

.order2-delivery-self-search-map .order2-delivery-self-whouse-search-wrapper .order2-input {
  border: none;
}

.order2-delivery-self-search-map .order2-delivery-self-whouse-search-wrapper .order2-input .order2-input-placeholder {
  margin-bottom: -12px;
}

.order2-delivery-self-search-map .order2-delivery-self-whouse-search-wrapper .order2-whouse-search-input {
  border: none;
}

.order2-delivery-self-search-map .order2-delivery-self-whouse-search-wrapper .order2-whouse-search-input:focus, .order2-delivery-self-search-map .order2-delivery-self-whouse-search-wrapper .order2-whouse-search-input:active {
  box-shadow: none;
  outline: none;
}

@media only screen and (min-width: 960px) {
  .order2-delivery-self-search-map .order2-delivery-self-whouse-search-wrapper .order2-whouse-search-input {
    height: var(--search_height);
    width: 100%;
  }
}

.order2-delivery-self-search-map .order2-delivery-self-whouse-search-wrapper .order2-whouse-search-submit {
  background-color: white;
  justify-content: center;
  align-items: center;
  opacity: .8;
}

.order2-delivery-self-search-map .order2-delivery-self-whouse-search-wrapper .order2-whouse-search-submit:hover {
  opacity: 1;
  transition: opacity .2s;
}

@media only screen and (min-width: 960px) {
  .order2-delivery-self-search-map .order2-delivery-self-whouse-search-wrapper .order2-whouse-search-submit {
    display: flex;
    height: var(--search_height);
    border-radius: 0 var(--search_b_radius) var(--search_b_radius) 0;
  }
}

@media only screen and (max-width: 959px) {
  .order2-delivery-self-search-map .order2-delivery-self-whouse-search-wrapper .order2-whouse-search-submit {
    display: none;
    opacity: 0;
    font-size: 0;
  }
}

@media only screen and (min-width: 960px) {
  .order2-delivery-self-search-map .order2-delivery-self-map {
    margin-top: calc(-1 * var(--search-block-height));
    height: 100%;
  }
}

.order2-delivery-self-few {
  width: var(--width);
}

@media only screen and (min-width: 960px) {
  .order2-delivery-self-few {
    --width: 580px;
  }
}

@media only screen and (max-width: 959px) {
  .order2-delivery-self-few {
    --width: 100vw;
  }
}

.order2-delivery-self-few .order2-whouse-info-block {
  width: var(--width);
}

#load_more_pvzs {
  padding: 20px;
  margin: auto;
  width: fit-content;
  display: block;
  cursor: pointer;
}

@media only screen and (min-width: 960px) {
  #load_more_pvzs.if-size-not-pc {
    display: none;
  }
}

.order2-delivery-self-few.show-whouse-info {
  display: flex;
}

.order2-delivery-self-few.show-whouse-info > div {
  display: flex;
  box-sizing: border-box;
  width: 100%;
}

.order2-delivery-self-few.show-whouse-info #load_more_pvzs {
  display: none;
}

@media only screen and (max-width: 959px) {
  .order2-delivery-self-few.show-whouse-info {
    position: absolute;
    z-index: 150;
    background-color: white;
    width: 100%;
    height: 100vh;
    max-height: unset;
    margin-top: -77px;
  }
  .order2-delivery-self-few.show-whouse-info ~ .order2-delivery-self-search-map > .order2-delivery-self-whouse-search-wrapper {
    display: none;
  }
}

.order2-delivery-self-few.show-whouse-info .order2-whouse-info-block {
  display: flex;
}

.order2-delivery-self-few.show-whouse-info .order2-delivery-self-list {
  display: none;
}

.order2-whouse-info-block {
  display: none;
}

@media only screen and (min-width: 960px) {
  .order2-whouse-info-block {
    --content-padding: 24px;
  }
}

@media only screen and (max-width: 959px) {
  .order2-whouse-info-block {
    --content-padding: 16px;
  }
}

.order2-whouse-info-block .order2-delivery-self-vendor {
  margin-bottom: 0;
}

.order2-whouse-info-block .order2-whouse-info-cancel-button {
  background-color: #F3F3F5;
  color: #2B2B30;
  line-height: 20px;
  font-size: 14px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-width: 116px;
  padding: 8px 16px;
  border: none;
}

.order2-whouse-info-block .order2-whouse-info {
  position: relative;
  display: grid;
  grid-template-rows: min-content 1fr min-content;
  width: 100%;
}

.order2-whouse-info-block .order2-whouse-info-header {
  padding: var(--content-padding) var(--content-padding) 0;
}

.order2-whouse-info-block .order2-whouse-info-body {
  padding: var(--content-padding);
  display: flex;
  flex-direction: column;
}

.order2-whouse-info-block .order2-whouse-info-body .divider {
  margin: 16px 0;
  width: 100%;
  background-color: #E8E8EA;
  height: 1px;
}

.order2-whouse-info-block .order2-whouse-info-footer {
  padding: var(--content-padding);
  z-index: 1;
  box-shadow: 0 -2px 8px 0px #08090A14;
  background-color: white;
  border-radius: 12px 12px 0 0;
}

.order2-whouse-info-block .order2-whouse-info-footer .order2-whouse-info-submit {
  width: 100%;
  font-size: 16px;
  line-height: 24px;
  padding: 12px 0;
}

.order2-whouse-info-block .order2-whouse-info-body-item {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.order2-whouse-info-block .order2-whouse-info-body-item + .order2-whouse-info-body-item {
  margin-top: 16px;
}

.order2-whouse-info-block .whouse-info-cost {
  font-weight: 500;
}

.order2-whouse-info-block .info-body-item-text.whouse-info-cost,
.order2-whouse-info-block .info-body-item-text.whouse-info-address {
  font-size: 16px;
  line-height: 24px;
}

.order2-whouse-info-block .info-body-item-caption,
.order2-whouse-info-block .info-body-item-text {
  font-size: 14px;
  line-height: 20px;
}

.order2-whouse-info-block .info-body-item-caption {
  color: #515360;
}

.order2-whouse-info-block .info-body-item-text {
  color: #2B2B30;
}

@media only screen and (max-width: 959px) {
  .order2-whouse-search-suggestions-wrapper {
    overflow-y: auto;
    height: calc(100vh - 212px);
    background: white;
  }
}

.order2-whouse-search-suggestions {
  display: none;
  flex-direction: column;
  background-color: white;
  border-radius: 8px;
}

.order2-whouse-search-suggestions.show {
  display: flex;
}

@media only screen and (min-width: 960px) {
  .order2-whouse-search-suggestions {
    max-height: 320px;
    padding: 4px;
    margin-top: 4px;
  }
  .order2-whouse-search-suggestions.if-size-not-pc.show {
    display: none;
  }
}

@media only screen and (max-width: 959px) {
  .order2-whouse-search-suggestions {
    padding: 24px;
    position: relative;
    z-index: 1;
    background-color: white;
    display: flex;
    border-radius: 0;
    margin-top: -3px;
  }
  .order2-whouse-search-suggestions.if-size-pc.show {
    display: none;
  }
}

.order2-whouse-search-suggestions .order2-whouse-search-suggestion-item {
  cursor: pointer;
  border-radius: 8px;
}

.order2-whouse-search-suggestions .order2-whouse-search-suggestion-item:hover {
  background-color: #F3F3F5;
  transition: background-color .12s;
}

@media only screen and (min-width: 960px) {
  .order2-whouse-search-suggestions .order2-whouse-search-suggestion-item {
    padding: 12px;
    font-size: 14px;
    line-height: 20px;
    color: #2B2B30;
  }
}

@media only screen and (max-width: 959px) {
  .order2-whouse-search-suggestions .order2-whouse-search-suggestion-item {
    padding: 24px 0;
    border-bottom: 1px solid #E8E8EA;
    flex-direction: column;
    gap: 8px;
  }
  .order2-whouse-search-suggestions .order2-whouse-search-suggestion-item.if-size-not-pc {
    display: flex;
  }
  .order2-whouse-search-suggestions .order2-whouse-search-suggestion-item:first-child {
    padding: 0 0 24px 0;
  }
  .order2-whouse-search-suggestions .order2-whouse-search-suggestion-item .order2-whouse-search-suggestion-item-info:last-child {
    margin-top: 8px;
  }
}

@media only screen and (max-width: 959px) {
  .order2-search-mobile {
    display: none;
    --sizes: 42px;
    width: var(--sizes);
    height: var(--sizes);
    border-radius: 8px;
    box-shadow: 0 4px 15px 0 #2D4D6C1F;
    border: none;
    background-color: white;
    align-items: center;
    justify-content: center;
  }
  .order2-search-mobile.show {
    display: flex;
    position: fixed;
    right: 16px;
    bottom: 20px;
  }
  .order2-search-mobile.show .search-submit-icon {
    opacity: .6;
  }
}

.order2-whouse-search-cancel-mobile-search {
  color: #3361FF;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  background-color: white;
}

.selected-whouse-wrapper {
  border: 1px solid #D1D1D6;
  border-radius: 8px;
  padding: 24px;
  width: 100%;
  box-sizing: border-box;
}

@media only screen and (min-width: 960px) {
  .selected-whouse-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
}

@media only screen and (max-width: 959px) {
  .selected-whouse-wrapper {
    display: flex;
    flex-direction: column;
  }
}

.selected-whouse-wrapper .order2-whouse-info-body .order2-whouse-info-body-item {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.selected-whouse-wrapper .order2-whouse-info-body .order2-whouse-info-body-item + .order2-whouse-info-body-item {
  margin-top: 16px;
}

@media only screen and (max-width: 959px) {
  .selected-whouse-wrapper .order2-whouse-info-body .order2-whouse-info-body-item.if-size-pc {
    display: none !important;
  }
}

.selected-whouse-wrapper .order2-whouse-info-body .info-body-item-caption {
  font-size: 14px;
  color: #515360;
  line-height: 20px;
}

.selected-whouse-wrapper .order2-whouse-info-body .info-body-item-text {
  font-size: 14px;
  color: #2B2B30;
  line-height: 20px;
}

.selected-whouse-wrapper .order2-whouse-info-body .whouse-info-cost {
  font-weight: 500;
}

@media only screen and (max-width: 959px) {
  .selected-whouse-wrapper .order2-whouse-info-body .whouse-info-cost {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 959px) {
  .selected-whouse-wrapper .order2-whouse-info-body .whouse-info-schedule {
    margin-top: 20px;
  }
}

.selected-whouse-wrapper .order2-whouse-info-body .whouse-info-cost,
.selected-whouse-wrapper .order2-whouse-info-body .whouse-info-address {
  font-size: 16px;
  line-height: 24px;
}

.selected-whouse-wrapper .order2-whouse-info-body .order2-delivery-map {
  padding: 10px 20px;
  background-color: #F3F3F5;
  border-radius: 8px;
  border: none;
  color: #2B2B30;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  width: fit-content;
  cursor: pointer;
}

@media only screen and (min-width: 960px) {
  .selected-whouse-wrapper .order2-whouse-info-body .order2-delivery-map {
    margin-top: 8px;
  }
}

@media only screen and (max-width: 959px) {
  .selected-whouse-wrapper .order2-whouse-info-body .order2-delivery-map {
    margin-top: 20px;
    width: 100%;
  }
}

@media only screen and (min-width: 960px) {
  .selected-whouse-wrapper .divider {
    width: 100%;
    height: 1px;
    background-color: #E8E8EA;
    margin: 16px 0;
  }
}

@media only screen and (max-width: 959px) {
  .selected-whouse-wrapper .divider {
    display: none;
  }
}

@media only screen and (max-width: 959px) {
  .order2-whouse-selected-map {
    display: none;
  }
}

.order2-item-body {
  display: flex;
  align-items: center;
}

.order2-item-pictureBlock {
  margin-right: 20px;
  width: 70px;
  text-align: center;
}

.order2-item-exceptPicture {
  flex: 1;
}

.order2-item-countBlock {
  color: #515360;
  font-weight: 400;
  line-height: 16px;
}

.order2-item {
  margin-bottom: 16px;
}

.order2-item:last-child {
  margin-bottom: 36px;
}

.order2-item-title {
  overflow: hidden;
  color: #2B2B30;
  text-decoration: none;
  display: block;
  margin-bottom: 16px;
}

a.order2-item-title:hover {
  color: #3361FF;
}

.order2-items-link-a {
  text-decoration: none;
  color: #3361FF;
  font-weight: 400;
}

.order2-items-link-a:hover {
  color: #0036F2;
}

@media only screen and (min-width: 960px) {
  .order2-item-title {
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    max-height: 40px;
  }
}

@media only screen and (max-width: 959px) {
  .order2-browser {
    padding: 0 16px;
  }
  .order2-item-title {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    max-height: 32px;
  }
  .order2-item-countBlock {
    font-size: 12px;
  }
}

.order2-item-countBlock.not-visible {
  display: none;
}

.order2-input {
  border: 1px solid #D1D1D6;
  position: relative;
  font-size: 16px;
  border-radius: 8px;
  box-sizing: border-box;
}

.order2-input:hover, .order2-input:after {
  border-color: #A0A0B0;
}

.order2-input.state-focus {
  border-color: #3361FF;
}

.order2-input.state-invalid {
  border-color: #FF264D;
  animation: order2-input-state-invalid-border-color 0.8s 2;
}

.order2-input-input:-webkit-autofill, .order2-input-input:-webkit-autofill:hover, .order2-input-input:-webkit-autofill:focus, .order2-input-input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
}

.order2-input-placeholder {
  pointer-events: none;
}

.order2-input,
.order2-input-input,
.order2-input-placeholder {
  transition: all 0.2s ease-in-out;
}

.order2-input-placeholder {
  transform: scale(0.7) translateY(-12px);
  transform-origin: left top;
  position: absolute;
  top: 16px;
  left: 15px;
  color: #838597;
  font-weight: 400;
}

.order2-input.state-not-active .order2-input-placeholder {
  transform: none;
}

@keyframes order2-input-state-invalid-border-color {
  0% {
    border-color: #515360;
  }
  40% {
    border-color: #515360;
  }
  50% {
    border-color: #ef1401;
  }
}

.order2-input.state-focus .order2-input-placeholder {
  color: #0036F2;
}

.order2-input.state-focus .order2-input-input {
  caret-color: #0036F2;
  color: #2B2B30;
}

.order2-input.state-invalid .order2-input-placeholder,
.order2-input.state-invalid .order2-input-input {
  color: #ef1401;
}

.order2-input-input {
  border: 0px;
  font-size: 16px !important;
  display: block;
  box-sizing: border-box;
  padding: 9px 15px;
  padding-top: 27px;
  padding-right: 40px;
  border-radius: 8px;
  width: 100%;
  outline: none;
}

.order2-input-clear {
  color: #515360;
  position: absolute;
  right: 15px;
  top: 18px;
  font-size: 20px;
  display: none;
  cursor: pointer;
  opacity: 0.6;
  font-weight: 200;
  padding: 0px;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  line-height: 20px;
  border: none;
  background: transparent;
  outline: none;
}

.order2-input-clear:hover {
  opacity: 1;
}

.order2-input-clear:active {
  color: #0036F2;
  opacity: 1;
}

.order2-input.state-focus.state-not-empty .order2-input-clear {
  display: block;
}

.order2-checkbox {
  display: flex;
  cursor: pointer;
  align-items: center;
}

.order2-checkbox-input {
  display: none;
}

.order2-checkbox:hover .order2-checkbox-check {
  background: #F9F9F9;
}

.order2-checkbox-check {
  width: 20px;
  height: 20px;
  margin-right: 12px;
  flex-shrink: 0;
  transition: background 0.12s ease-out;
  box-sizing: border-box;
  border: 1px solid #9FA3A7;
  border-radius: 4px;
}

.order2-checkbox-check svg {
  display: none;
  width: 100%;
  height: 100%;
}

.order2-checkbox-input:checked ~ .order2-checkbox-check {
  transition: background 0.2s ease-in-out;
}

.order2-checkbox-input:checked ~ .order2-checkbox-check svg {
  display: block;
}

.order2-checkbox-input:checked ~ .order2-checkbox-check, .order2-checkbox-input:checked ~ .order2-checkbox-check:hover {
  background: #0036F2;
  border-width: 0;
}

.order2-input .order2-comment {
  border: 0;
  padding: 0px;
}

.order2-input .order2-comment textarea.order2-input-input {
  padding: 9px 15px !important;
  padding-top: 27px !important;
  min-height: 130px;
}

.order2-input .order2-comment .form-comment-with-tags-holder {
  padding: 10px 15px;
}

.order2-form-row,
.order2-form-row-2cols {
  margin-bottom: 16px;
}

.order2-form-row:last-child,
.order2-form-row-2cols:last-child {
  margin-bottom: 0px;
}

@media only screen and (min-width: 960px) {
  .order2-form-row-2cols {
    display: flex;
    margin-right: -16px;
  }
  .order2-form-row-2cols-col {
    margin-right: 16px;
    flex: 1;
  }
}

@media only screen and (max-width: 959px) {
  .order2-form-row-2cols-col {
    margin-bottom: 16px;
  }
  .order2-form-row-2cols-col:last-child {
    margin-bottom: 0px;
  }
}

.order2-done .order2-item-title {
  font-size: 14px;
}

.order2-done .order2-done-items-switcher {
  color: #3361FF;
  margin-top: -20px;
}

.order2-done .order2-done-items-switcher:after {
  content: '';
  width: 10px;
  height: 6px;
  background-image: url(../../images/collapse_arrow.svg);
  background-size: 10px 6px;
  display: inline-block;
  position: relative;
  top: -1px;
  right: -2px;
}

@media only screen and (min-width: 960px) {
  .order2-done .siteLayoutRightColumn-column {
    width: 420px;
  }
}

@media only screen and (max-width: 959px) {
  .order2-done .order2-header {
    background: #FFF;
    padding: 24px 10px;
    margin-bottom: 0px;
  }
  .order2-done .siteLayoutRightColumn {
    background: #FFF;
    border-bottom: 1px solid #E8E8EA;
    margin-bottom: 24px;
  }
  .order2-done .siteLayoutRightColumn-column {
    display: none;
  }
  .order2-done.state-show-items .siteLayoutRightColumn-column {
    display: block;
  }
  .order2-done.state-show-items .order2-done-items-switcher:after {
    transform: rotate(180deg);
  }
  .order2-done .siteLayoutRightColumn-main,
  .order2-done .siteLayoutRightColumn-column {
    padding: 0px 10px;
  }
  .order2-done .siteLayoutRightColumn-main {
    border-bottom: 0px;
    margin-bottom: 0px;
    padding-bottom: 24px;
  }
  .order2-done .order2-submit {
    padding: 0px 10px;
  }
}

/* Общие стили */
.Order3Done-wrapper {
  background-color: #fff;
  display: flex;
  gap: 24px;
  /* Информация о заказе */
  /* Цена */
}

.Order3Done-wrapper .Order3Done-info-wrapper {
  text-align: left;
  border-radius: 12px;
  border: 1px solid #e8e8ea;
  padding: 24px;
  /* Статус заказа */
  /* Основная информация */
  /* Кнопки */
}

.Order3Done-wrapper .Order3Done-info-wrapper .Order3Done-info-status {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 24px;
  font-size: 24px;
  font-weight: 600;
  color: #18181b;
}

.Order3Done-wrapper .Order3Done-info-wrapper .Order3Done-info-body {
  margin-bottom: 24px;
  color: #18181b;
  /* Заголовок */
  /* Основной текст */
}

.Order3Done-wrapper .Order3Done-info-wrapper .Order3Done-info-body .Order3Done-info-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  margin-bottom: 16px;
}

.Order3Done-wrapper .Order3Done-info-wrapper .Order3Done-info-body .Order3Done-info-text-wrapper {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

.Order3Done-wrapper .Order3Done-info-wrapper .Order3Done-info-body .Order3Done-info-text-wrapper .Order3Done-info-text {
  margin-bottom: 16px;
}

.Order3Done-wrapper .Order3Done-info-wrapper .Order3Done-info-buttons {
  display: flex;
  gap: 16px;
}

.Order3Done-wrapper .Order3Done-info-wrapper .Order3Done-info-buttons button {
  border-radius: 8px;
  padding: 8px 20px;
  cursor: pointer;
}

.Order3Done-wrapper .Order3Done-info-wrapper .Order3Done-info-buttons button.continue-shopping {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #2B2B30;
}

.Order3Done-wrapper .Order3Done-price-wrapper .siteLayoutRightColumn-column {
  margin: 0;
}

.Order3Done-info-warning-wrapper .Order3Done-info-warning-payment-info {
  background-color: #F3F3F5;
  border-radius: 12px;
  padding: 16px;
  margin-bottom: 20px;
}

.Order3Done-info-warning-wrapper .Order3Done-info-warning-alert {
  display: flex;
  align-items: center;
  color: #FF264D;
  font-weight: bold;
  margin-bottom: 4px;
  gap: 8px;
}

.Order3Done-info-warning-wrapper p {
  padding: 0;
  margin: 0;
}

.Order3Done-info-warning-wrapper .Order3Done-info-warning-alert-icon {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}

.Order3Done-info-warning-wrapper .Order3Done-info-warning-timer {
  color: #000;
  font-size: 14px;
}

/* Для мобильных устройств */
@media only screen and (max-width: 959px) {
  .Order3Done-wrapper {
    flex-direction: column;
    gap: 16px;
  }
  .Order3Done-wrapper .Order3Done-info-wrapper {
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #e8e8ea;
    padding: 0;
  }
  .Order3Done-wrapper .Order3Done-info-wrapper .Order3Done-info-status {
    justify-content: flex-end;
    flex-direction: row-reverse;
    padding: 16px 15px;
    box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.06);
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
  }
  .Order3Done-wrapper .Order3Done-info-wrapper .Order3Done-info-body {
    padding: 0 16px;
  }
  .Order3Done-wrapper .Order3Done-info-wrapper .Order3Done-info-body .Order3Done-info-text-wrapper .Order3Done-info-text {
    margin-bottom: 12px;
  }
  .Order3Done-wrapper .Order3Done-info-wrapper .Order3Done-info-buttons {
    flex-direction: column;
    padding: 0 16px;
    margin-bottom: 24px;
  }
  .Order3Done-wrapper .Order3Done-info-wrapper .Order3Done-info-buttons .continue-shopping {
    justify-content: center;
  }
  .Order3Done-wrapper .Order3Done-price-wrapper {
    padding: 0 16px;
    margin-bottom: 16px;
  }
}

.page-whouse-map {
  height: 340px;
  margin-bottom: 15px;
}

.page-whouse-map-holder {
  margin-bottom: 24px;
}

.page-whouse-map-inited {
  position: relative;
}

.page-whouse-map-zoom {
  position: absolute;
  top: 5px;
  right: 5px;
}

.page-whouse-map-zoom-up,
.page-whouse-map-zoom-down {
  width: 43px;
  height: 43px;
  border-radius: 50%;
  background: #FFF;
  padding: 5px;
  box-sizing: border-box;
  margin: 10px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: background 0.12s;
}

.page-whouse-map-zoom-up:hover,
.page-whouse-map-zoom-down:hover {
  background-color: #f9f9f9;
}

.page-whouse-map-zoom-up svg,
.page-whouse-map-zoom-down svg {
  pointer-events: none;
  display: block;
  width: 32px;
  height: 32px;
}

.page_contact_ballon_popover_content {
  background: #FFF;
  color: #363635;
  font-size: 12px;
  position: absolute;
  right: 0px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
}

.page_contact_ballon_popover_content .ymaps-b-balloon__content-head {
  font-size: 12px;
}

.page_contact_ballon_popover {
  position: relative;
}

.page_contact_ballon_popover > svg {
  position: relative;
  z-index: 10;
}

.page_contact_ballon_popover_content {
  margin-top: -15px;
  padding: 3px 17px 3px 15px;
}

.page-whouse-map-icon {
  margin-left: -15px;
  margin-top: -37px;
}

.page-whouse-map-icon > svg,
.page_contact_ballon_popover > svg {
  width: 30px;
  height: 37px;
}

.page_contact_ballon_popover > svg {
  left: -15px;
  top: -37px;
}

.page_contact_ballon_popover_content {
  top: -18.5px;
}

.page-whouse-gal-holder {
  display: flex;
  flex-wrap: wrap;
}

.page-whouse-gal-holder .page-whouse-gal-one {
  display: block;
  margin-right: 15px;
}

.page-whouse-selector-slider-block .page-whouse-selector-slider-content {
  border: 1px solid #E8E8EA;
  padding: 20px 10px;
}

.page-whouse-selector-slider-block .page-whouse-selector-slider-one {
  padding: 5px 10px;
  text-decoration: none;
  color: #2B2B30;
  background: #F5F5F5;
  border: 1px solid transparent;
}

.page-whouse-selector-slider-block .page-whouse-selector-slider-one.state-selected {
  background: #FFF;
  border-color: #0036F2;
}

.page-whouse-selector-slider-block .page-whouse-selector-slider-one-address,
.page-whouse-selector-slider-block .page-whouse-selector-slider-one-phone {
  display: block;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.page-whouse-mb-detailed {
  display: none;
}

.page-whouse-pc-content {
  margin-bottom: 24px;
}

@media only screen and (max-width: 959px) {
  .page-whouse .laypart-main > .site-block {
    padding: 0px;
    border: 0px;
  }
  .page-whouse-mobile-header {
    padding: 20px 0px;
  }
  .page-whouse-mobile-header-city {
    color: #666;
    margin-bottom: 10px;
  }
  .page-whouse-mobile-header-city b {
    font-weight: 600;
    font-size: 16px;
  }
  .page-whouse .expand-box.style-gray .expand-box-content {
    background: #FFF;
  }
  .page-whouse-mb-info-group {
    margin-bottom: 10px;
    font-size: 13px;
  }
  .page-whouse-mb-info-address-showMap {
    color: #0036F2;
  }
  .page-whouse-mb-info-address-showMap .title {
    display: inline-block;
    border-bottom: 1px dotted #0036F2;
  }
  .page-whouse-tabs-content-map {
    display: none;
  }
  .page-whouse-tabs-content-list {
    border-top: 1px solid #e6e6e6;
  }
  .page-whouse.state-show-map .page-whouse-tabs-content-list {
    display: none;
  }
  .page-whouse.state-show-map .page-whouse-tabs-content-map {
    display: block;
  }
  .page-whouse.state-whouse-selected .page-whouse-mb-detailed {
    display: block;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    padding: 10px;
    color: #666;
    background: #FFF;
  }
  .page-whouse.state-whouse-selected .page-whouse-mb-detailed .page-whouse-mb-info-address-showMap {
    display: none;
  }
  .page-whouse-mb-info-group {
    display: flex;
  }
  .page-whouse-mb-info-group-icon {
    margin-right: 7px;
    padding-top: 2px;
  }
  .page-whouse-mb-info-group-icon svg {
    display: block;
    width: 20px;
    height: 20px;
  }
  .page-whouse-mb-info-group-main {
    flex: 1;
  }
  .page-whouse-mb-detailed .page-whouse-mb-info-group-icon {
    display: none;
  }
  .page-whouse-map,
  .page-whouse-map-holder {
    margin-bottom: 0px;
  }
  .page-whouse-mb-info-group-icon {
    display: none;
  }
}

.pageCalculator-period-checkboxes {
  display: flex;
  padding-top: 10px;
  flex-wrap: wrap;
}

.pageCalculator-period-checkboxes > .form-checkbox-nice {
  min-width: 80px;
  margin-right: 10px;
  font-size: 16px;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  -moz-tap-highlight-color: transparent;
  -o-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
}

.pageCalculator-slider .irs {
  height: 40px;
}

.pageCalculator-slider .irs-max,
.pageCalculator-slider .irs-min,
.pageCalculator-slider .irs-single,
.pageCalculator-slider .irs-grid-pol {
  display: none;
}

.pageCalculator-slider .irs-grid {
  top: -15px;
  bottom: auto;
  margin-left: -1px;
}

.pageCalculator-slider .irs-grid-text {
  font-size: 14px;
  color: #7F7F7F;
  bottom: -4px;
}

.pageCalculator-slider .irs-grid-text:after {
  content: '';
  display: block;
  top: 12px;
  width: 11px;
  height: 11px;
  background: #FFF;
  border: 1px solid #dcdcdc;
  box-sizing: border-box;
  border-radius: 50%;
  margin: 0px auto;
  ma: -16px;
  position: relative;
  margin-bottom: -11px;
  z-index: 1;
}

.pageCalculator-slider .irs-grid-text.state-selected:after {
  border-color: #0036F2;
}

.pageCalculator-slider .irs-line-left,
.pageCalculator-slider .irs-line-right,
.pageCalculator-slider .irs-line-mid,
.pageCalculator-slider .irs-line,
.pageCalculator-slider .irs-bar-edge,
.pageCalculator-slider .irs-bar {
  height: 3px;
}

.pageCalculator-slider .irs-line-left,
.pageCalculator-slider .irs-line-right {
  background: #FFF;
  width: 6px;
}

.pageCalculator-slider .irs-line-mid {
  background: #dcdcdc;
}

.pageCalculator-slider .irs-line-mid {
  width: 100%;
  left: 0px;
}

.pageCalculator-slider .irs-bar-edge {
  background: #FFF;
}

.pageCalculator-slider .irs-bar {
  background: #0036F2;
}

.pageCalculator-slider .irs-bar-edge {
  width: 9px;
}

.pageCalculator-slider .irs-slider {
  background: #FFF;
  border: 1px solid #0036F2;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  margin-top: -4px;
  box-sizing: border-box;
  cursor: pointer;
  padding: 4px;
}

.pageCalculator-slider .irs-slider:after {
  content: '';
  display: block;
  background: #0036F2;
  width: 7px;
  height: 7px;
  border-radius: 50%;
}

.pageCalculator-slider .input[type="text"] {
  display: none;
}

@media only screen and (min-width: 960px) {
  .pageCalculator .site-block-content {
    display: flex;
  }
}

.pageCalculator-input,
.pageCalculator-output {
  padding: 20px 0px;
}

.pageCalculator-header {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 20px;
}

.pageCalculator-output-element {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 20px;
}

.pageCalculator-output-element:type-month {
  margin-bottom: 0px;
}

.pageCalculator-output-element {
  display: flex;
}

.pageCalculator-output-element .pageCalculator-output-element-header {
  flex: 1;
  margin-right: 10px;
}

.pageCalculator-output-element.type-first .pageCalculator-output-element-val-val, .pageCalculator-output-element.type-month .pageCalculator-output-element-val-val {
  color: #00A951;
}

.pageCalculator-output-element-val {
  font-size: 21px;
  min-width: 100px;
  text-align: right;
}

.pageCalculator-output-element-val-rub {
  position: relative;
  display: inline-block;
  margin-left: 10px;
}

.pageCalculator-output-element-val-rub:after {
  content: "";
  width: 8px;
  height: 1px;
  border-bottom: 1px solid;
  top: 13px;
  display: block;
  left: 0px;
  position: absolute;
}

.pageCalculator-note {
  font-size: 12px;
}

.pageCalculator-input-block {
  margin-bottom: 25px;
}

.pageCalculator-input-block-sum .input {
  width: 100%;
}

.pageCalculator-placeholder {
  display: none;
}

@media only screen and (min-width: 960px) {
  .pageCalculator-output-element.type-sum {
    margin-bottom: 40px;
  }
}

@media only screen and (min-width: 481px) {
  .pageCalculator-input-blocks {
    display: flex;
  }
  .pageCalculator-input-block {
    width: 50%;
    padding-right: 40px;
    box-sizing: border-box;
  }
}

@media only screen and (min-width: 960px) {
  .pageCalculator {
    padding-left: 40px;
    padding-right: 40px;
  }
  .pageCalculator-input {
    flex: 1;
    border-right: 1px solid #e6e6e6;
    margin-right: 40px;
  }
  .pageCalculator-output .pageCalculator-note {
    display: none;
  }
}

@media only screen and (max-width: 959px) {
  .pageCalculator-input {
    border-bottom: 1px solid #e6e6e6;
    padding-top: 10px;
  }
  .pageCalculator-input .pageCalculator-note {
    display: none;
  }
  .pageCalculator-output {
    padding-bottom: 10px;
  }
}

@media only screen and (min-width: 481px) and (max-width: 959px) {
  .pageCalculator-input-block {
    margin-bottom: 0px;
    padding: 0px;
  }
  .pageCalculator-input-block:first-child {
    padding-right: 20px;
  }
  .pageCalculator-input-block:last-child {
    padding-left: 20px;
  }
  .pageCalculator-output {
    display: flex;
    flex-wrap: wrap;
  }
  .pageCalculator-output-element,
  .pageCalculator-output .pageCalculator-note {
    width: 50%;
    box-sizing: border-box;
  }
  .pageCalculator-output-element.type-sum {
    order: 1;
    padding-right: 20px;
  }
  .pageCalculator-output-element.type-first {
    order: 2;
    padding-left: 20px;
  }
  .pageCalculator-output-element.type-month {
    order: 4;
    padding-left: 20px;
  }
  .pageCalculator-output .pageCalculator-note {
    order: 3;
    padding-right: 20px;
  }
}

@media only screen and (max-width: 480px) {
  .pageCalculator-output-element.type-sum {
    margin-bottom: 40px;
  }
  .pageCalculator-input-block:last-child {
    margin-bottom: 15px;
  }
}

.pageRoundTimer {
  display: inline-flex;
}

.pageRoundTimer-placeholder {
  display: none;
}

.pageRoundTimer-circle {
  width: 100px;
  height: 100px;
  text-align: center;
  border-radius: 50%;
  position: relative;
  background: #eeeeee;
  margin: 0px 10px;
}

.pageRoundTimer-circle-part1,
.pageRoundTimer-circle-part2,
.pageRoundTimer-pie {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  border-radius: 50%;
}

.pageRoundTimer-pie {
  background: #865fc8;
}

.pageRoundTimer-circle-part1 {
  clip: rect(0px, 100px, 100px, 50px);
}

.pageRoundTimer-circle-part1 > .pageRoundTimer-pie {
  clip: rect(0px, 50px, 100px, 0px);
}

.pageRoundTimer-circle-part2 {
  left: 1px;
  clip: rect(0px, 51px, 100px, 0px);
}

.pageRoundTimer-circle-part2 > .pageRoundTimer-pie {
  clip: rect(0px, 100px, 100px, 51px);
}

.pageRoundTimer-circle-content {
  width: 86px;
  height: 86px;
  background: #FFF;
  margin: 7px;
  position: absolute;
  border-radius: 50%;
  box-sizing: border-box;
  padding: 12px;
}

.pageRoundTimer-circle-main {
  font-size: 36px;
  line-height: 35px;
  font-weight: 600;
}

@media only screen and (min-width: 481px) and (max-width: 959px) {
  .pageRoundTimer-circle {
    margin-left: 5px;
    margin-right: 5px;
  }
}

@media only screen and (max-width: 480px) {
  .pageRoundTimer {
    display: flex;
    justify-content: space-around;
  }
  .pageRoundTimer:after {
    display: none;
  }
  .pageRoundTimer-circle {
    margin-left: 0px;
    margin-right: 0px;
    width: 80px;
    height: 80px;
  }
  .pageRoundTimer-circle-content {
    width: 70px;
    height: 70px;
    margin: 5px;
  }
  .pageRoundTimer-circle-main {
    font-size: 28px;
    line-height: 28px;
  }
  .pageRoundTimer-circle-secondary {
    font-size: 12px;
  }
  .pageRoundTimer-circle:last-child {
    display: none;
  }
}

.yandexOtzivy .page_item_yandex_compare {
  border: 1px solid #DDDDDD;
  border-bottom: none;
}

.yandexOtzivy .comments_list_one_stat {
  margin-bottom: 10px;
}

.yandexOtzivy .page_item_yandex_compare_caption {
  border-bottom: 1px solid #DDDDDD;
  padding: 15px 10px;
  position: relative;
}

.yandexOtzivy .page_item_yandex_compare_caption:after {
  content: "";
  display: block;
  width: 80px;
  height: 45px;
  position: absolute;
  top: 3px;
  right: 16px;
}

.yandexOtzivy .page_item_yandex_compare_row {
  border-bottom: 1px solid #DDDDDD;
  padding: 8px 10px;
}

.yandexOtzivy .page_item_yandex_compare_row:nth-child(2n + 1) {
  background: #F6F5F3;
}

.yandexOtzivy .page_item_yandex_compare_row:after {
  content: "";
  display: block;
  clear: right;
}

.yandexOtzivy .page_item_yandex_compare_title {
  font-size: 15px;
  color: #007700;
}

.yandexOtzivy .page_item_yandex_compare_price {
  float: right;
  font-weight: bold;
  font-size: 16px;
}

.yandexOtzivy .clearall_after:after {
  content: "";
  clear: both;
  display: block;
}

.yandexOtzivy .page_item_comments_summary {
  padding-left: 40px;
}

.yandexOtzivy .page_item_comments_summary_sect_header,
.yandexOtzivy .comments_list_one_sect_header {
  font-weight: bold;
  margin-bottom: 7px;
}

.yandexOtzivy .comments_list_one > header,
.yandexOtzivy .comments_list_one > footer,
.yandexOtzivy .comments_list_one > section,
.yandexOtzivy .page_item_comments_summary_good,
.yandexOtzivy .page_item_comments_summary_bad {
  margin-bottom: 20px;
}

.yandexOtzivy .comments_list_one_stat_mark,
.yandexOtzivy .comments_list_one_stat_com,
.yandexOtzivy .comments_list_one > footer {
  color: #515360;
}

.yandexOtzivy .comments_list_one_stat_mark > .value {
  color: #000;
}

.yandexOtzivy .comments_list_one_author {
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 15px;
}

.yandexOtzivy .comments_list_one {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ECECEC;
}

.yandexOtzivy .comments_list_one:last-child {
  border-bottom: none;
}

.yandexOtzivy .comments_list_one_stat_mark,
.yandexOtzivy .comments_list_one_stat_mark > .value,
.yandexOtzivy .comments_list_one_stat_com {
  float: left;
  margin-right: 7px;
}

.yandexOtzivy .comments_list_one_stat_mark,
.yandexOtzivy .comments_list_one_stat_com {
  line-height: 24px;
  vertical-align: middle;
}

.yandexOtzivy .comments_list_one_stat_mark > .value {
  line-height: 23px;
  border: 2px solid #ccc;
  padding: 1px 7px 1px 10px;
  position: relative;
  border-right: none;
  height: 26px;
  box-sizing: border-box;
  margin-right: 15px;
}

.yandexOtzivy .comments_list_one_stat_mark > .value:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 13px solid transparent !important;
  border-left: 9px solid #CCC;
  border-bottom: 13px solid transparent !important;
  position: absolute;
  right: -9px;
  top: -2px;
  z-index: 0;
}

.yandexOtzivy .comments_list_one_stat_mark > .value:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 11px solid transparent !important;
  border-left: 7px solid #FFF;
  border-bottom: 11px solid transparent !important;
  position: absolute;
  right: -7px;
  top: 0px;
  z-index: 0;
}

.yandexOtzivy .comments_list_one_stat_mark.state_mark_2 > .value,
.yandexOtzivy .comments_list_one_stat_mark.state_mark_2 > .value:before,
.yandexOtzivy .comments_list_one_stat_mark.state_mark_1 > .value,
.yandexOtzivy .comments_list_one_stat_mark.state_mark_1 > .value:before {
  border-color: #359E00;
}

.yandexOtzivy .comments_list_one_stat_mark.state_mark_0 > .value,
.yandexOtzivy .comments_list_one_stat_mark.state_mark_0 > .value:before {
  border-color: #FBE946;
}

.yandexOtzivy .comments_list_one_stat_mark.state_mark_-1 > .value,
.yandexOtzivy .comments_list_one_stat_mark.state_mark_-1 > .value:before,
.yandexOtzivy .comments_list_one_stat_mark.state_mark_-2 > .value,
.yandexOtzivy .comments_list_one_stat_mark.state_mark_-2 > .value:before {
  border-color: #F99F47;
}

.yandexOtzivy .comments_list_one_time {
  color: #515360;
}

.yandexOtzivy div.page_section_header {
  text-align: right !important;
}

@media only screen and (max-width: 959px) {
  body:not(.allow-jivosite-open) jdiv,
  body:not(.allow-jivosite-open) .jivo-state-widget {
    display: none !important;
  }
}

.new-header-inactive {
  display: none;
}

@media only screen and (min-width: 960px) {
  .new-header {
    position: fixed;
    height: 90px;
    width: 100%;
    top: 80px;
    left: 0;
    z-index: 1000;
    background-color: white;
    box-shadow: 0px 6px 13px 0px rgba(0, 0, 0, 0.1);
    border-top: 1px solid #E2E2E2;
  }
  .new-header-line {
    display: flex;
    height: 90px;
  }
  .new-header-item-img-block {
    width: 90px;
    height: 90px;
    margin: auto 0;
    display: flex;
  }
  .new-header-item-img {
    width: 60px;
    height: 60px;
    margin: auto;
    cursor: pointer;
  }
  .new-header-item-name {
    margin: auto 0;
    margin-left: 30px;
    flex: 1;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: left;
    color: #2B2B30;
    cursor: pointer;
  }
}

@media only screen and (min-width: 960px) and (min-width: 960px) {
  .new-header-item-name:hover {
    color: #0036F2;
  }
}

@media only screen and (min-width: 960px) {
  .new-header-prices {
    display: flex;
  }
  .new-header-prices .item-buy-price {
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
  }
  .new-header-prices .item-buy-price-value {
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 19px;
  }
  .new-header-prices .item-buy-price-value > span:first-child {
    font-size: 19px;
    font-weight: 700;
  }
  .new-header-prices .item-buy-price-value > span:last-child {
    font-size: 14px;
    font-weight: 400;
    margin-left: 0px;
  }
  .new-header-prices .item-buy-price-sale {
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    color: #515360;
    margin-top: 0;
    align-self: flex-start;
    line-height: 21px;
    text-decoration-line: line-through;
  }
  .new-header-prices.state-with-discount .new-header-item-price {
    color: #0036F2;
  }
  .new-header-button {
    margin: auto 0;
    margin-left: 30px;
  }
  .new-header-button :hover .new-header-button-icon {
    filter: invert(100%);
  }
  .new-header-button > .button {
    width: inherit;
    height: inherit;
    display: flex;
    padding: 8px 20px;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    border-radius: 4px;
  }
  .new-header-button-icon {
    width: 20px;
    height: 20px;
    margin: auto 0;
    margin-left: 25px;
    margin-right: 10px;
    display: inline-flex;
  }
  .new-header-button-text {
    margin: auto 0;
  }
  .new-header-button-text-incart {
    display: none;
  }
  .new-header-button > .button.state-in-cart .new-header-button-text-incart {
    display: block;
    flex: 1;
  }
  .new-header-button > .button.state-in-cart .new-header-button-icon,
  .new-header-button > .button.state-in-cart .new-header-button-text {
    display: none;
  }
  .new-header-item-compare {
    width: 20.76px;
    height: 20.87px;
    margin: auto 0;
    margin-left: 40px;
  }
  .new-header-item-compare-img {
    display: flex;
    filter: saturate(0) brightness(3);
  }
  .new-header-item-compare-img.state-active, .new-header-item-compare-img:hover {
    cursor: pointer;
    filter: none;
  }
  .new-header-item-like-img {
    display: flex;
    cursor: pointer;
  }
  .new-header-item-compare-img {
    width: 20.76px;
    height: 20.87px;
  }
  .new-header-item-like {
    width: 24px;
    height: 24px;
    margin: auto 0;
    margin-left: 19px;
  }
}

@media only screen and (max-width: 959px) {
  .new-header {
    position: fixed;
    width: 100%;
    bottom: 70px;
    left: 0;
    z-index: 1000;
    background-color: white;
    box-shadow: 0px -9px 22px 0px rgba(0, 0, 0, 0.12);
  }
  .new-header-line {
    display: flex;
    align-items: center;
    padding: 16px 20px;
  }
  .new-header-item-img-block {
    width: 50px;
    height: 50px;
    margin: auto 0;
    display: none;
  }
  .new-header-item-img {
    width: 40px;
    height: 40px;
    margin: auto;
  }
  .new-header-item-name {
    margin: auto 0;
    flex: 1;
    margin-right: 13px;
    font-style: normal;
    font-weight: normal;
    line-height: 16px;
    font-size: 12px;
    display: none;
  }
  .new-header-prices {
    display: block;
  }
  .new-header-prices .item-buy-price {
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
  }
  .new-header-prices .item-buy-price-value {
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 19px;
  }
  .new-header-prices .item-buy-price-value > span:first-child {
    font-size: 19px;
    font-weight: 700;
    line-height: 22px;
  }
  .new-header-prices .item-buy-price-value > span:last-child {
    font-size: 14px;
    font-weight: 400;
    margin-left: 0px;
    line-height: 16px;
  }
  .new-header-prices .item-buy-price-sale {
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    color: #838597;
    margin-top: 0;
    align-self: flex-start;
    line-height: 16px;
    text-decoration-line: line-through;
  }
  .new-header-item-price {
    display: block;
  }
  .new-header-item-old-price {
    display: block;
  }
  .new-header-button {
    margin-left: auto;
  }
  .new-header-button > .button {
    width: inherit;
    height: inherit;
    display: flex;
    padding: 9px 21px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
  }
  .new-header-button > .button.style-big {
    padding: 9px 21px;
  }
  .new-header-button > .button.state-in-cart {
    background: #0036F2;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .new-header-button > .button.state-in-cart .new-header-button-icon {
    display: none;
  }
  .new-header-button-icon {
    width: 20px;
    height: 20px;
    margin: auto;
    display: inline-flex;
  }
  .new-header-button-text-incart {
    display: none;
  }
  .new-header-button > .button.state-in-cart .new-header-button-text-incart {
    display: block;
    flex: 1;
  }
  .new-header-button > .button.state-in-cart .new-header-button-icon,
  .new-header-button > .button.state-in-cart .new-header-button-text {
    display: none;
  }
}

.new-header-item-like-img {
  display: inline-block;
  width: 24px;
  height: 24px;
  text-align: center;
  position: relative;
  filter: invert(80%) sepia(57%) saturate(6%) hue-rotate(141deg) brightness(115%) contrast(72%);
}

@media only screen and (min-width: 960px) {
  .new-header-item-like-img:hover {
    filter: invert(14%) sepia(34%) saturate(6787%) hue-rotate(298deg) brightness(105%) contrast(90%) !important;
  }
}

.new-header-item-like-img::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../../images/svg/2021_service_header_black.svg") !important;
}

.new-header-item-like-img.state-active {
  filter: none;
}

.new-header-item-like-img.state-active::before {
  background-image: url("../../images/svg/2021_service_header_red.svg") !important;
}

@media only screen and (min-width: 960px) {
  .new-header-button.type-preorder > .item-panel-buy-button,
  .new-header-button > .item-panel-notInStock-button {
    padding: 13px 30px 14px 30px;
    font-size: 16px;
    font-weight: 600;
    width: 254px;
    display: inline-block;
  }
}

@media only screen and (max-width: 959px) {
  .new-header-button.type-preorder > .item-panel-buy-button,
  .new-header-button > .item-panel-notInStock-button {
    font-size: 10px;
    width: 80px;
    font-weight: 600;
  }
}

.new-header-item-price-soon {
  font-size: 30px;
  line-height: 36px;
  position: relative;
  top: 2px;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
}

.empty-block-wrapper {
  display: block;
  text-decoration: none;
  height: 184px;
}

.empty-block-wrapper .empty-block-body {
  padding: 24px 24px 0 24px;
  border-radius: 8px;
  width: auto;
  height: 160px;
  display: grid;
  grid-template-columns: repeat(2, auto);
  grid-template-rows: repeat(3, auto);
  background: linear-gradient(101.07deg, #1D69DF 0%, #619DFA 100%);
}

.empty-block-wrapper .empty-block-body .empty-body-mini-logo {
  grid-column: 1;
  grid-row: 1;
  max-height: 48px;
}

.empty-block-wrapper .empty-block-body .empty-body-mini-logo svg {
  height: 48px;
  width: 150px;
}

.empty-block-wrapper .empty-block-body .empty-body-title {
  grid-column: 1;
  grid-row: 2;
  max-height: 52px;
  display: flex;
  align-items: flex-end;
}

.empty-block-wrapper .empty-block-body .empty-body-subtitle {
  grid-column: 1;
  grid-row: 3;
}

.empty-block-wrapper .empty-block-body .empty-body-img {
  grid-column: 2;
  grid-row: 1/4;
  max-height: 160px;
  margin-left: auto;
}

@media only screen and (min-width: 960px) {
  .empty-block-wrapper .empty-block-body .empty-body-title {
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    text-align: left;
    height: 52px;
  }
  .empty-block-wrapper .empty-block-body .empty-body-subtitle {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    text-align: left;
    height: 20px;
    margin-bottom: 24px;
  }
  .empty-block-wrapper .empty-block-body .empty-body-img {
    width: 165px;
    height: 100%;
  }
}

@media only screen and (max-width: 959px) {
  .empty-block-wrapper {
    margin-bottom: 16px;
    margin-right: 16px;
  }
  .empty-block-wrapper .empty-block-body .empty-body-title {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-align: left;
  }
  .empty-block-wrapper .empty-block-body .empty-body-subtitle {
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    text-align: left;
    margin-bottom: 24px;
  }
  .empty-block-wrapper .empty-block-body .empty-body-img {
    width: 145px;
    height: 142px;
    margin-top: 18px;
  }
  .empty-block-wrapper .empty-block-body .empty-body-img img {
    max-width: 100%;
    height: 100%;
  }
}

.empty-block-wrapper.xiaomi-card .empty-block-body {
  background: linear-gradient(101.07deg, #E1E7EA 0%, #E1E7EA 100%);
}

.empty-block-wrapper.tecno-card .empty-block-body {
  background: linear-gradient(101.07deg, #344073 0%, #A7B0BD 100%);
}

.empty-block-wrapper.nova-media-card .empty-block-body {
  background: #2E2E3A;
}

.empty-block-wrapper.nova-racing-card .empty-block-body {
  background: #1e1e1e;
}

.empty-block-wrapper.nova-racing-card .empty-block-body .empty-body-img > img {
  width: 100%;
  height: 100%;
}

.site-preloadHide-block {
  display: block;
}
